Make gnus-mime-inline-part and gnus-mime-inline-part work similarly
[gnus] / lisp / ChangeLog
1 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
4         the displaying state of a part.
5         (gnus-mime-inline-part): Don't insert a newline in the beginning of
6         a part like gnus-mime-inline-part doesn't; work for XEmacs.
7
8         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
9         (mm-shr): Make undisplayer unbreakable.
10
11         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
12         insert excessive newline.
13         (mm-inline-text-html-render-with-w3m, mm-inline-text)
14         (mm-insert-inline): Make undisplayer unbreakable.
15
16 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17
18         * gnus.el: Ma Gnus v0.11 is released.
19
20 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-art.el (gnus-mm-display-part):
23         Highlight header attachment buttons.
24
25 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
28         a part; redisplay a button (enbugged in 2014-02-05).
29
30 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * auth-source.el (auth-source-search, auth-source-search-backends):
33         Treat :max 0 as an indicator that a boolean return is wanted, as
34         documented. Reported by Joe Bloggs.
35
36 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-icalendar.el: Require gnus-art.
39
40 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
41
42         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
43         (gnus-icalendar--update-org-event): put event timestamp in
44         the org entry body instead of the drawer.
45         (gnus-icalendar-event--get-attendee-names): list of participants should
46         contain even attendees without common name attribute.
47         (gnus-icalendar--update-org-event): don't generate duplicates of empty
48         property tags in org drawers.
49
50 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gmm-utils.el (gmm-format-time-string): New function.
53
54         * message.el (message-insert-formatted-citation-line): Use the original
55         author's time zone to express a date string.
56
57 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
58
59         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
60         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
61         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
62         Silence compiler warnings.
63         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
64
65 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * mml.el: Require url when compiling.
68
69         * gnus-cloud.el (gnus-cloud-parse-version-1):
70         Use plist-get rather than CL's getf.
71         (gnus-activate-group, gnus-subscribe-group): Declare.
72
73         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
74
75 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
78         buttons when toggling the header off.
79
80 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
81
82         * tls.el (tls-program): Reflow docstring.
83
84 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
87         groups work again.
88
89 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
90
91         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
92         999 correctly (i.e. "1,342").
93
94 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
97         out if the directory doesn't exist.
98
99 2014-03-07  Daiki Ueno  <ueno@gnu.org>
100
101         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
102         commands here; instead, only check if epg-config.el is available.
103
104 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
107         messages with embedded images.
108         (mml-generate-mime): Don't bug out if you don't have libxml.
109
110 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
111
112         * message.el (message-make-html-message-with-image-files): New command.
113
114 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-group.el (gnus-group-make-group): Clarify prompt.
117
118         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
119
120 2014-02-23  David Engster  <deng@randomsample.de>
121
122         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
123         to stay compatible with older Emacsen, so replace `cl-loop' with
124         `loop'.
125
126 2014-02-22  Daniel Colascione  <dancol@dancol.org>
127
128         * auth-source.el (auth-source-secrets-listify-pattern): New function.
129         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
130         instead, build list of patterns.
131
132 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
135         Display header attachment buttons by gnus-article-prepare-display
136         rather than gnus-article-prepare so as to view in mml-preview as well.
137
138 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
141         in `auth-sources' means and link to EPA docs.
142
143 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
146         (bug#12375).
147
148 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
151         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
152
153 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
154
155         * message.el (message-tab): Mention what happens on normal tabs
156         (bug#11297).
157
158 2014-02-08  Glenn Morris  <rgm@gnu.org>
159
160         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
161
162 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
165         buttons that are hidden in unselected alternative part as well.
166         (gnus-mime-display-alternative): Redraw attachment buttons in header.
167
168         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
169
170 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
173         keystroke.
174         (gnus-server-toggle-cloud-server): Only allow clouding applicable
175         types.
176
177         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
178         with an empty string.
179
180 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
183         buffer-local in some buffers, so bind it explicitly in the buffer we're
184         trying to cancel the article in (bug#10808).
185
186 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
189         New functions.
190
191         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
192         New user option.
193         (gnus-mime-buttonize-attachments-in-header): New function.
194         (gnus-article-prepare): Use it.
195         (gnus-mime-inline-part): Suppress extra newline.
196         (gnus-mm-display-part): Save excursion;
197         remove useless deleting and adding of buttons.
198         (gnus-insert-mime-button): Allow insertion in the middle of a line.
199
200         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
201         Add gnus-mime-buttonize-attachments-in-header.
202
203 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * nnimap.el (nnimap-request-articles): New command to download several
206         articles at once.
207
208         * gnus.el (gnus-variable-list): Save Cloud variables.
209
210         * gnus-int.el (gnus-request-accept-article): Doc fix.
211
212 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
213
214         * parse-time.el (parse-time-iso8601-regexp)
215         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
216         it more generally.
217
218 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-cloud.el: New file to provide the Emacs Cloud.
221
222         * dgnushack.el: Silence XEmacs w3 warning.
223
224         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
225         `url-retrieve-synchronously', apparently.
226
227         * dgnushack.el: Silence XEmacs dns.el warning.
228
229         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
230         instead of in all files.
231
232         * dns.el (network-interface-list): Define for XEmacs.
233
234         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
235         XEmacs.
236
237         * nnrss.el (libxml-parse-html-region): Silence compilation error.
238
239 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
240
241         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
242         `gnus-group-split-fancy'.
243
244 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
245
246         * message.el (message-remove-header): Doc fix.
247         (message-forward-included-headers): New variable.
248         (message-remove-ignored-headers): Use it.
249
250 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * nnir.el (nnir-request-update-mark): Don't try to update the source
253         group if we can't find it (bug#16611).
254
255 2014-01-31  Dave Abrahams  <dave@boostpro.com>
256
257         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
258
259 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
260
261         * dns.el (dns-servers-up-to-date-p): New function to see whether the
262         network interfaces changed.
263         (dns-query): Use it to flush the data.
264
265 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
266
267         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
268         from random face commands.
269         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
270         Face.
271         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
272         (gnus--random-face-with-type): Generic function returning a face-type
273         as a string.
274         (gnus--insert-random-face-with-type): Generic function inserting a face
275         in a message buffer header.
276         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
277         (gnus-insert-random-x-face-header): Rewritten to use
278         `gnus--insert-random-face-with-type`.
279         (gnus-random-face): Return random (png) Face as string.
280         (nus-insert-random-face-header): Insert random (png) Face in a message
281         buffer.
282
283 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
284
285         * mm-url.el: Remove all usage of w3.
286
287         * nnrss.el: Ditto.
288
289         * mm-decode.el: Ditto.
290
291         * mm-view.el: Ditto.
292
293         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
294         outdated and all Emacsen have url.el built-in.
295
296         * gnus-setup.el: Remove outdated file.
297
298 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
299
300         * gnus.el: Ma Gnus v0.9 is released.
301
302 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
303
304         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
305
306 2014-01-31  Dave Abrahams  <dave@boostpro.com>
307
308         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
309         in the summary buffer (bug#13769).
310
311 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
314         name if we're using a single article buffer.  Otherwise, it may point
315         to a killed buffer (bug#13756).
316
317 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
320         the match data, just save and restore it explictly (bug#12375).
321
322         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
323         that's needed.
324
325         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
326         the code once (bug#9069).
327
328 2014-01-18  Steinar Bang  <sb@dod.no>
329
330         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
331         reading.
332
333 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
334
335         * message.el (message-bury): Call bury-buffer with no argument
336         in the message-return-action case too.
337
338 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
341         (nnimap-split-fancy, nnimap-split-methods): Declare.
342
343         * mm-util.el (help-function-arglist): Declare.
344
345 2013-12-28  Glenn Morris  <rgm@gnu.org>
346
347         * gnus-sieve.el (gnus-sieve-select-method):
348         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
349         (gravatar-rating, gravatar-size):
350         * message.el (message-minibuffer-local-map):
351         * sieve-manage.el (sieve-manage-authenticators)
352         (sieve-manage-authenticator-alist): Specify custom types.
353
354         * hashcash.el (hashcash-program): Rename from hashcash-path.
355         Update callers.
356
357         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
358         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
359         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
360
361         * auth-source.el (auth-sources):
362         * nnmairix.el (nnmairix-propagate-marks-upon-close):
363         Fix custom types.
364
365         * tls.el (tls-certtool-program): Fix default value.
366
367 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
370         we get proper traces there, too.
371
372 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
373
374         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
375         value of the parameters if the current article has a Reply-To or From
376         field.
377
378 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus.el (gnus-group-buffer): Remove duplicate definition.
381
382 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-sum.el (gnus-summary-exit): Stop animations.
385
386 2013-12-19  Juri Linkov  <juri@jurta.org>
387
388         * gnus.el (gnus-suppress-keymap):
389         * gnus-art.el (gnus-article-mode-map):
390         * gnus-group.el (gnus-group-mode-map):
391         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
392         Remove [backspace] key binding because it shadows DEL (bug#16035).
393
394         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
395
396 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
399         Make sure work directory exists.
400         (gnus-uu-digest-mail-forward): Store temporary files in work directory
401         rather than tmp directory.
402         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
403         not necessarily always run, with it.
404
405 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
406
407         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
408         value of gnus-icalendar-additional-identities work without restart.
409
410 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * mm-util.el (mm-make-temp-file):
413         Alias to make-temp-file for modern Emacsen.
414
415 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
418         nnir-article-number and nnir-article-group.
419
420 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
421
422         * message.el (message-send-mail-with-sendmail):
423         Don't kill error buffer if sending fails.
424
425 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
426
427         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
428         (gnus-icalendar-event->org-entry)
429         (gnus-icalendar--update-org-event)
430         (gnus-icalendar-event->gnus-calendar): Distinguish between
431         required/optional/non-participant attendee status.  Fix bug causing
432         the first required event participant to be omitted.
433
434 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (article-de-quoted-unreadable)
437         (article-de-base64-unreadable, gnus-mime-copy-part)
438         * gnus-html.el (gnus-article-html)
439         * mm-view.el (mm-inline-text-html-render-with-w3)
440         (mm-inline-text-html-render-with-w3m-standalone)
441         * rfc2231.el (rfc2231-decode-encoded-string):
442         Allow overriding charset by mm-charset-override-alist.
443
444         * gnus-art.el (gnus-article-browse-html-parts):
445         Replace LWSPs with `&nbsp;'s in header.
446
447         Work for broken Chinese articles.
448
449         * gnus-art.el (gnus-article-browse-html-save-cid-content):
450         Exclude broken handles that gnus-summary-enter-digest-group may create.
451         (gnus-article-browse-html-parts):
452         Allow overriding charset by mm-charset-override-alist.
453
454 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
455
456         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
457         (gnus-icalendar-identities): Support additional-identities.
458
459 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
460
461         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
462         org-timestamp for events ending at midnight.
463
464 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
465
466         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
467         .log files.
468
469 2013-11-20  David Engster  <deng@randomsample.de>
470
471         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
472
473 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
474
475         * message.el (message-beginning-of-line):
476         Use beginning-of-visual-line when visual-line-mode is turned on.
477
478 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
479
480         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
481         (gnus-icalendar-event-from-ical)
482         (gnus-icalendar-event->org-entry)
483         (gnus-icalendar--update-org-event): Required/optional participation,
484         list of attendees synced to org.
485
486 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
487
488         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
489         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
490         cancellations to be synced to org if the original appt has an org
491         outline.
492
493 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
494
495         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
496         (gnus-icalendar-event->org-entry)
497         (gnus-icalendar--update-org-event)
498         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
499
500 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
501
502         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
503         Fix timezone handling in gnus-icalendar export to org.
504
505 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
508
509 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
512
513 2013-10-30  Glenn Morris  <rgm@gnu.org>
514
515         * gnus-group.el (gnus-group-browse-foreign-server):
516         * gnus-int.el (gnus-start-news-server):
517         Silence compiler obsolescence warning.
518
519 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
522         `nnoo-current-server' first, then for the actual `nnimap-address' to
523         allow netrc entries for the nnoo server to coexist with netrc entries
524         for the `nnimap-address'.
525
526 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * mm-decode.el (mm-dissect-buffer): Revert last change.
529         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
530         The problem that motivated those changes was attributed to a broken
531         mail sender, and has been fixed.
532
533 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
536         token is missing in the Content-Type header.
537
538         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
539
540 2013-09-18  Glenn Morris  <rgm@gnu.org>
541
542         * gnus-util.el (image-size): Declare.
543
544 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
547         (gnus-icalendar-event-from-ical)
548         (gnus-icalendar-event--build-reply-event-body)
549         (gnus-icalendar-event-reply-from-buffer)
550         (gnus-icalendar-find-org-event-file)
551         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
552         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
553
554         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
555
556 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
557
558         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
559         Use save-current-buffer.
560         (gnus-tree-mode-map): Initialize in the declaration.
561         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
562         (scroll-in-place): Defvar it.
563         (gnus-tmp-*): Defvar them.
564         (gnus-get-tree-buffer): Use derived-mode-p.
565         (gnus--let-eval): New macro.
566         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
567         non-prefixed variables.
568         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
569
570         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
571         vars since it doesn't seem to be available.
572         (gnus-set-global-variables, gnus-summary-read-group-1)
573         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
574         (gnus-summary-display-article, gnus-summary-select-article)
575         (gnus-summary-next-article, gnus-offer-save-summaries)
576         (gnus-summary-generic-mark): Use derived-mode-p.
577         (gnus-summary-read-group-1, gnus-summary-exit)
578         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
579         Adjust calls to gnus-tree-close and gnus-tree-open.
580
581         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
582
583         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
584         (gnus-agent-mode): Use derived-mode-p.
585         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
586         gnus-command-method and *-command-method to nil, but bind
587         gnus-command-method to *-command-method instead!
588         (gnus-agent-fetch-articles): Remove unused var `id'.
589         (gnus-agent-fetch-headers): Remove unused arg `force'.
590         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
591         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
592         (gnus-agent-short-article, gnus-agent-long-article)
593         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
594         first use.
595         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
596         `score-param'.
597         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
598         (gnus-get-predicate): Push in front of the cache, rather than end.
599         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
600         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
601         (gnus-agent-expire-unagentized-dirs): Don't rebind
602         gnus-agent-expire-current-dirs since the defvar silences the warning.
603         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
604         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
605         (gnus-agent-regenerate): Simplify interactive spec and doc.
606
607 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-int.el (gnus-open-server): Silence compiler.
610
611         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
612
613         * message.el (message-display-completion-list): Abolish.
614         (message-completion-in-region): Use display-completion-list.
615
616 2013-09-17  Glenn Morris  <rgm@gnu.org>
617
618         * gnus-util.el (gnus-message-with-timestamp-1):
619         Use `messages-buffer' function if available.  Ignore read-only.
620
621 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * message.el (message-expand-group, message-completion-in-region):
624         Correct the order of start and end of a region.
625
626 2013-09-13  Glenn Morris  <rgm@gnu.org>
627
628         * mml2015.el (gnus-create-image): Autoload it.
629
630         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
631
632         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
633         (image-size): Declare.
634
635 2013-09-12  Glenn Morris  <rgm@gnu.org>
636
637         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
638         Avoid using `find', which i) might not be defined at runtime;
639         ii) does not work, since its default test is eql, not equal.
640         (gnus-mime-action-alist): Declare.
641
642 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
643
644         * score-mode.el (gnus-score-mode-map): Move initialization
645         into declaration.
646         (gnus-score-mode): Use define-derived-mode.
647         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
648         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
649         into declaration.
650         (gnus-kill-file-mode): Use define-derived-mode.
651         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
652         Use derived-mode-p.
653         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
654         (gnus-group-setup-buffer, gnus-group-name-at-point)
655         (gnus-group-make-web-group, gnus-group-enter-directory)
656         (gnus-group-suspend): Use derived-mode-p.
657         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
658         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
659         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
660         (gnus-article-setup-buffer, gnus-article-prepare)
661         (gnus-article-prepare-display, gnus-sticky-article)
662         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
663         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
664         (gnus-article-read-summary-keys): Use derived-mode-p.
665
666 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
669
670 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
673         shift_jis from the default value set for Japanese users.
674
675 2013-08-13  Glenn Morris  <rgm@gnu.org>
676
677         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
678
679         * gnus.el (gnus-valid-select-methods): Fix type.
680
681         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
682
683 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * mm-decode.el (mm-display-external): Run a timer for the temp files
686         deletion after a viewer exits; add a deletion timer for the needsterm
687         case, too.
688
689         * mm-decode.el (mm-display-external): Try to delete temporary files by
690         using a 1-min. timer.
691
692 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
695         New internal variables.
696         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
697         (mm-display-external): Use it to delete temporary files instead of
698         using timers.
699
700 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
703
704 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
705
706         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
707         with cond for backwards compatability.
708
709 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * mm-decode.el (mm-display-external): Bind process-connection-type to
712         nil; don't delete a temp file immediately even if a viewer finishes,
713         since it may be a shell script, like xdg-open, that launches a real
714         viewer program belatedly.
715
716 2013-08-05  Dave Abrahams  <dave@boostpro.com>
717
718         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
719         that we can create nndoc groups that excerpt other groups.
720
721 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-delay.el (gnus-delay-article): Fix typo.
724
725         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
726         articles.
727
728         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
729         we can get spell-checking etc.
730
731 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
734         a single one used for encoding the whole text in a header.
735
736 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
739         doesn't work properly on XEmacs.
740
741 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
744         before sending.
745
746         * dgnushack.el (dgnushack-compile): Add a temporary check for
747         gnus-icalendar.
748
749         * mm-decode.el (mm-command-output): New face.
750         (mm-display-external): Use it.
751
752 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
753
754         * nnmbox.el (nnmbox-request-article): Don't change point.
755
756 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
759         Include `handle' parameter.
760
761 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
762
763         * gnus-icalendar.el: New file.
764
765 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
768
769         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
770         dummy roots, too.
771
772 2013-08-01  David Edmondson  <dme@dme.org>
773
774         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
775         out on ttys.
776
777 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
780         not empty.
781
782         * nnrss.el (nnrss-discover-feed): Indent.
783
784 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
787
788 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
791         dirty to ensure nnimap data being saved.
792
793 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
794
795         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
796         menu entry.
797
798         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
799         the current thread's total score instead of the current article's
800         score.
801
802         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
803         (gnus-sort-threads-recursively): Delete defcustom.
804         (gnus-sort-threads-recursive): Adapt accordingly.
805
806 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
807
808         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
809         (gnus-sort-threads-recursive): Use it.
810         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
811         again.  Now that determines how to sort subthreads.
812
813 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
814
815         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
816         (gnus-sort-threads): Use it.
817
818 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
819
820         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
821         punctuation characters follow parentheses (bug#14950).
822
823 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * gnus.el (gnus-continuum-version):
826         * gnus-msg.el (gnus-extended-version): Simplify.
827
828         * gnus.el (gnus-continuum-version-1): Remove.
829         * gnus-msg.el (gnus-bug): Revert.
830
831         Calculate gnus-version correctly on Cygwin.
832
833         * gnus.el (gnus-continuum-version): Do main calculations in integers.
834         (gnus-continuum-version-1): New function, return a string.
835
836         * gnus-msg.el (gnus-extended-version, gnus-bug):
837         Use gnus-continuum-version-1 instead of gnus-continuum-version.
838
839 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
840
841         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
842         (bug#13384).
843
844 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
847         that were only relevant in a development version a long time ago.
848
849 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
852         that the old Emacs 24s bundle.
853
854 2013-07-10  David Engster  <deng@randomsample.de>
855
856         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
857         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
858         fixes a bug in Emacs trunk where the 'unexist' marks were always
859         removed at startup because "Gnus v5.13" was considered smaller than "Ma
860         Gnus v0.03".
861
862 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
863
864         * gnus.el (gnus-summary-line-format): Reference
865         `gnus-user-date-format-alist' for the &user-date; format, not
866         `gnus-summary-user-date-format-alist'.
867
868 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
871         delete files (bug#13481).
872
873 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
874
875         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
876
877 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
880         display images.
881
882         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
883
884         * message.el (message-cancel-news): According to
885         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
886         preferred over "cmsg cancel" in the Subject.
887
888         * nnir.el (nnir-engines): Note that the group specs are regexps
889         (bug#13238).
890
891         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
892         gotten read-only text properties, ensure that those aren't heeded when
893         copying stuff over (bug#13434).
894
895         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
896         (bug#13762).
897
898 2013-07-05  David Kastrup  <dak@gnu.org>
899
900         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
901         authinfo file again (important for blank passwords).  This had been
902         broken with 2013-06-15 change.
903
904 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
907         Revert 2013-01-14 change.
908
909 2013-07-02  Daiki Ueno  <ueno@gnu.org>
910
911         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
912         of 'create-image' for XEmacs compatibility; check errors when decoding
913         image.  Reported by Uwe Brauer.
914
915 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
918         gnus-button-push revised at 2011-01-19.
919
920 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
923         now live in the lisp/net Emacs 24 repository.
924
925 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * eww.el (eww-update-header-line-format): Quote % characters.
928
929 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * eww.el (eww-process-text-input): Display passwords as asterisks.
932
933         * shr.el (shr-make-table-1): Protect against invalid column-spans.
934
935 2013-06-19  Tom Tromey  <tromey@redhat.com>
936
937         * eww.el (eww-top-url): Remove.
938         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
939         (eww-render): Set new variables.  Don't set eww-top-url.
940         (eww-handle-link): Handle "prev", "home", and "contents".
941         Downcase the rel text.
942         (eww-top-url): Choose best top URL.
943
944 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * eww.el: Rewrite to implement form elements "by hand" instead of
947         relying in widget.el.  Using widget.el leads to too many
948         user interface inconsistencies.
949         (eww-self-insert): Implement entering commands in text fields.
950         (eww-process-text-input): New function to make text input field editing
951         work.
952         (eww-submit): Rewrite to use the new-style form methods.
953         (eww-select-display): Display the correct selected item.
954         (eww-change-select): Implement changing the select value.
955         (eww-toggle-checkbox): Implement radio/checkboxes.
956         (eww-update-field): Fix compilation error.
957         (eww-tag-textarea): Implement <textarea>.
958
959         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
960         don't shadow mode-specific bindings.
961
962         * eww.el (eww-browse-url): Don't push stuff onto history if there's
963         nothing to push.
964
965         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
966
967 2013-06-19  Glenn Morris  <rgm@gnu.org>
968
969         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
970
971 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
972
973         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
974
975 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * shr.el (shr-make-table-1): Implement <td rowspan>.
978         (shr-table-horizontal-line): Allow nil as a value, and change the
979         default.
980         (shr-insert-table-ruler): Respect the nil value.
981
982 2013-06-18  Tom Tromey  <tromey@barimba>
983
984         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
985         New defvars.
986         (eww-open-file): New defun.
987         (eww-render): Initialize new variables.
988         (eww-display-html): Handle "link" and "a".
989         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
990         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
991         (eww-back-url): Rename from eww-previous-url.
992         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
993         defuns.
994
995 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * shr.el (shr-tag-table): Insert the images after the table, so that
998         they're not covered by the table colourisation, which often looked
999         awkward.
1000         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1001         <dd>.
1002         (shr-make-table-1): Implement <td colspan=> support.
1003         (shr-insert-document): Use one less than window width if `shr-width' is
1004         nil, since otherwise things may get one character too wide.
1005
1006 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * eww.el (eww-detect-charset): Improve regexp; move backward.
1009
1010 2013-06-18  Glenn Morris  <rgm@gnu.org>
1011
1012         * mm-decode.el (widget-convert-button): Autoload.
1013
1014         * sieve-manage.el (mm-enable-multibyte): Autoload.
1015
1016         * shr.el (libxml-parse-html-region): Declare.
1017         (shr-render-buffer): Explicit error if no libxml2 support.
1018
1019 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1020
1021         * auth-source.el (auth-source-current-line): New function.
1022         (auth-source-netrc-parse-entries): When a data token is "machine",
1023         assume we're in the wrong place and abort parsing the current line.
1024
1025 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1028         (eww-convert-widgets): Don't bug out if the first widget starts at the
1029         beginning of the buffer.
1030         (eww-convert-widgets): Fix last patch.
1031         (eww-tag-input): Support <input type=image>.
1032
1033         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1034         (shr-tag-base): Protect against base specs that are degenerate.
1035         (shr-ensure-paragraph): Don't delete empty lines that have text
1036         properties, because these may be input fields.
1037
1038         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1039         we can navigate to them.
1040
1041         * shr.el (shr-colorize-region): Put the colours over the entire region.
1042         (shr-inhibit-decoration): New variable.
1043         (shr-add-font): Use it to inhibit text property decorations while doing
1044         preliminary table renderings.  This speeds up typical Wikipedia page
1045         renderings by 15%.
1046         (shr-tag-span): Don't respect the <title>, because that overwrites the
1047         help-echo from links inside the spans.
1048         (shr-next-link): Use `help-echo' for navigation, so that we can
1049         navigate to form elements, too.
1050
1051         * eww.el (eww-button): New face.
1052         (eww-convert-widgets): Use it to make submit buttons more button-like.
1053
1054         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1055         that Gnus commands work.
1056
1057         * shr.el (shr-render-td): Support horizontal alignment.
1058
1059         * eww.el (eww-put-color): Removed.
1060         (eww-colorize-region): Use `add-face-text-property'.
1061
1062         * shr.el (shr-add-font): Append face data, so that we get the correct
1063         precedence: The innermost value (which is applied first) wins.
1064         (shr-make-overlay): Obsolete function.
1065
1066         * mm-decode.el (mm-convert-shr-links): New function to convert
1067         new-style shr URL links into widgets.
1068         (mm-shr): Use it.
1069
1070         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1071         widget commands, since we're no longer using widgets for links.
1072
1073         * shr.el (shr-next-link): New command.
1074         (shr-previous-link): New command.
1075         (shr-urlify): Don't use `widget-convert', because that's slow.
1076         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1077         because collecting the overlays and reapplying them when generating
1078         tables is slow.
1079         (shr-insert-table): Ditto.
1080
1081 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1082
1083         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1084         * shr.el (browse-url): Require `url'.
1085         * eww.el (url): Require format-spec.
1086
1087 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * eww.el (eww-display-html): Default to using the entire window width.
1090         (eww-browse-url): Don't add a User-Agent header (twice), because that
1091         makes Bing refuse connection.
1092
1093         * shr.el (shr-make-table): Cache the table rendering at the table
1094         level, and not the <td> level.  This is a bit faster.
1095
1096         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1097         #id.
1098
1099         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1100         browsers don't.
1101         (shr-expand-url): Respect #anchor links.
1102         (shr-parse-base): Chop off the anchor before using.
1103         (shr-descend): Respect display: none.
1104         (shr-descend): Allow marking elements that have certain IDs.
1105
1106         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1107
1108         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1109
1110         * eww.el (eww-tag-textarea): Support <textarea>.
1111
1112 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1113
1114         * shr.el (shr-dom-to-xml): Fixed function call.
1115
1116         * eww.el (eww): New group.
1117         (eww-header-line-format): New custom variable.
1118         (eww-current-title): New variable.
1119         (eww-display-html): Update header and handle title tag.
1120         (eww-update-header-line-format): New function.
1121         (eww-tag-title): New function.
1122
1123         * shr.el (shr-dom-to-xml): New function.
1124         (shr-tag-svg): Add support for the SVG tag.
1125         (shr-bullet): New custom variable.
1126         (shr-tag-li): Support custom bullet in unordered lists.
1127
1128 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * shr.el (shr-expand-url): Respect // URLs.
1131
1132         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1133         put a background colour onto the entire buffer.
1134         (eww-render): When being redirected, use the redirect URL as the new
1135         base URL.
1136
1137         * shr.el (shr-parse-base): Fix parsing error.
1138
1139         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1140
1141         * shr.el (shr-parse-base): New function.
1142         (shr-expand-url): Use it to expand relative URLs reliably.
1143
1144 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * auth-source.el (auth-source-search-collection): Fix docstring.
1147         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1148         single-quoted strings and multiline entries.
1149         (auth-source-netrc-parse-next-interesting)
1150         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1151         functions to support parser.
1152
1153 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * eww.el (eww-submit): Get submit button logic right when hitting RET
1156         on non-submit buttons.
1157
1158         * shr.el: Remove shr-preliminary-table-render, since that can't really
1159         be used for anything in practice.
1160
1161 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1162
1163         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1164         (sieve-manage-quit).
1165
1166 2013-06-14  Glenn Morris  <rgm@gnu.org>
1167
1168         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1169
1170 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1171
1172         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1173         control the maximum size of photo ID image.
1174         (mml2015-epg-key-image-to-string): Respect it.
1175
1176 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1179         instead of the final one so that we can more easily distinguish them.
1180
1181         * eww.el (eww-submit): Compute the submission URL correctly.
1182
1183 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1184
1185         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1186         Use plist-get rather than CL's getf.
1187         (sieve-manage-parse-capability): Avoid CL's remove-if.
1188
1189 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1190
1191         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1192         (sieve-manage-quit).
1193
1194 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1197         last slash.
1198
1199         * eww.el (eww-tag-select): Use the first value as the default value.
1200
1201 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1202
1203         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1204         (eww-mode): Use `define-derived-mode'.
1205         (eww-parse-headers): Parse headers from beginning of buffer so that
1206         file:// links work.
1207
1208 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1211
1212 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1215         to handle them at all.
1216
1217 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1220         work, too.
1221         (eww-tag-select): Implement <select>.
1222
1223 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1224
1225         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1226         stream managing functions by using open-protocol-stream to do most of
1227         the work.  Has the nice benefit of enabling STARTTLS.
1228         Wait for capabilities after STARTTLS: following RFC5804, the server
1229         sends new capabilities after successfully establishing a TLS connection
1230         with the client.  The client should update the cached list of
1231         capabilities, but we just ignore the answer for now.
1232         (sieve-manage-network-p, sieve-manage-network-open)
1233         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1234         (sieve-manage-forward, sieve-manage-streams)
1235         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1236         API, nor called by any other function.
1237         Enable Multibyte for SieveManage buffers: The parser won't properly
1238         handle umlauts and line endings unless multibyte is turned on in the
1239         process buffer.
1240
1241 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * eww.el (eww-tag-input): Support password fields.
1244         (eww-submit): Support POST.
1245
1246 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * eww.el (eww-tag-form): Protect against degenerate forms.
1249
1250         * shr.el (shr-expand-url): Expand URLs that start with a slash
1251         correctly.
1252
1253         * eww.el (eww-submit): Get submit button logic right.
1254
1255         * shr.el (shr-final-table-render): New variable to signal when we're
1256         doing the final table rendering so that we can collect more data at
1257         that point.
1258
1259         * eww.el (eww-submit): Make form submission work.
1260         (eww-tag-input): Implement submit buttons.
1261         (eww-click-radio): Implement radio and checkboxes.
1262         (eww-submit): Handle hidden elements.
1263
1264         * shr.el (shr-descend): Allow other packages to override (or provide)
1265         rendering of elements.
1266         (shr-expand-url): Strip query strings from URLs before expanding them.
1267
1268         * eww.el: Don't require cl-lib.
1269         (eww-tag-form): Start form support.
1270
1271         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1272
1273         * eww.el: Start writing a new, tiny web browser.
1274         (eww-previous-url): New command.
1275         (eww-quit): New command.
1276
1277 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1278
1279         * sieve.el: Put point at beginning of buffer when viewing a script.
1280         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1281         number in sieve-buffer's header.  Fixed code to also work with a string
1282         as port specifier.  Properly close the connection on pressing 'q'.  Make
1283         sieve-manage-quit close the connection and process buffer.  Also, remove
1284         duplicate keybinding for 'q'.
1285
1286 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1287
1288         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1289         make it easier to read.
1290         (mm-pkcs7-enveloped-magic): Ditto.
1291
1292 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1295         before `image-type-available-p' to avoid loading the image libraries
1296         needlessly.
1297
1298 2013-06-05  David Engster  <deng@randomsample.de>
1299
1300         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1301         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1302         to see whether the group was synced before.
1303
1304 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1307         when opening the connection.
1308         Suggested by João Távora <joaotavora@gmail.com> in
1309         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1310
1311 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1314         assume Date header begins with "Date", that may be customized into
1315         something like "X-Sent" using gnus-article-time-format.
1316         (article-transform-date): Allow multi-line Date header.
1317
1318 2013-06-02  David Engster  <deng@randomsample.de>
1319
1320         * registry.el (initialize-instance, registry-lookup)
1321         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1322         (registry-lookup-secondary-value, registry-search, registry-delete)
1323         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1324         not wrap methods in `eval-and-compile'.  This breaks due to latest
1325         changes in EIEIO (introduction of eieio-core.el).
1326
1327 2013-05-30  Glenn Morris  <rgm@gnu.org>
1328
1329         * nnmail.el (nnmail-fancy-expiry-target):
1330         Also bind mail-dont-reply-to-names.
1331
1332         * spam-stat.el (spam-stat-save):
1333         No need to tweak font-lock in temp buffers.
1334
1335         * shr.el (shr-put-image): Silence compiler.
1336
1337 2013-05-29  Glenn Morris  <rgm@gnu.org>
1338
1339         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1340
1341         * gnus-group.el (gnus-sequence-of-unread-articles)
1342         (gnus-summary-add-mark, gnus-mark-article-as-read)
1343         (gnus-group-make-articles-read): Declare.
1344
1345         * gnus-sum.el (gnus-parameter-list-identifier)
1346         (gnus-article-stop-animations, gnus-stop-downloads)
1347         (gnus-article-only-boring-p, article-goto-body)
1348         (gnus-flush-original-article-buffer, article-narrow-to-head)
1349         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1350         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1351
1352         * gnus.el: No need to eval-and-compile autoloads.
1353
1354         * gravatar.el (help-function-arglist): Autoload.
1355
1356         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1357
1358         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1359
1360         * spam.el: No need to load spam-report when compiling.
1361         No need to eval-and-compile autoloads.
1362         (spam-report-resend-to): Declare.
1363         (spam-report-resend-register-routine): Require 'spam-report.
1364
1365 2013-05-24  Julien Danjou  <julien@danjou.info>
1366
1367         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1368         setup.
1369
1370 2013-05-23  Glenn Morris  <rgm@gnu.org>
1371
1372         * gnus-util.el (rmail-swap-buffers-maybe)
1373         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1374         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1375         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1376
1377         * mm-decode.el: No need to load term when compiling.
1378         (term-mode, term-char-mode): Declare.
1379
1380         * mm-util.el: No need to load jka-compr when compiling.
1381         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1382
1383         * nnmaildir.el: Require is automatically eval-and-compile.
1384         (nnmail): Require at run-time too.
1385
1386         * registry.el (registry-size): Move definition before use.
1387
1388 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1389
1390         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1391         signed data to conform the standard.  (Bug#14232)
1392
1393 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1394
1395         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1396         double angle quotation mark.
1397
1398 2013-05-20  Glenn Morris  <rgm@gnu.org>
1399
1400         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1401
1402 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1403
1404         * message.el (message-insert-formatted-citation-line): handle finding
1405         first/lastname when more than 2 names appear.
1406
1407 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1408
1409         * shr.el (shr-tag-span): New function.
1410
1411 2013-05-18  Glenn Morris  <rgm@gnu.org>
1412
1413         * message.el (message-mode): Use message-mode-abbrev-table,
1414         with text-mode-abbrev-table as parent.  (Bug#14413)
1415
1416 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * message.el (message-expand-group): Decode group names.
1419
1420 2013-05-16  Julien Danjou  <julien@danjou.info>
1421
1422         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1423         app-icon.
1424
1425 2013-05-15  Glenn Morris  <rgm@gnu.org>
1426
1427         * shr-color.el (shr-color-visible-luminance-min)
1428         (shr-color-visible-distance-min): Use shr-color group.
1429
1430 2013-05-11  Glenn Morris  <rgm@gnu.org>
1431
1432         * gnus-vm.el: Make it loadable without VM.
1433         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1434         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1435
1436 2013-05-09  Glenn Morris  <rgm@gnu.org>
1437
1438         * mml1991.el: Make it loadable.  (Bug#13456)
1439
1440         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1441         * gnus-async.el (gnus-async-post-fetch-function):
1442         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1443         * gnus-html.el (gnus-html-image-cache-ttl):
1444         * gnus-notifications.el (gnus-notifications-timeout):
1445         * gnus-picon.el (gnus-picon-properties):
1446         * gnus-util.el (gnus-completion-styles):
1447         * gnus.el (gnus-other-frame-resume-function):
1448         * message.el (message-user-organization-file)
1449         (message-cite-reply-position):
1450         * nnir.el (nnir-summary-line-format)
1451         (nnir-retrieve-headers-override-function):
1452         * shr-color.el (shr-color-visible-luminance-min):
1453         * shr.el (shr-blocked-images):
1454         * spam-report.el (spam-report-resend-to):
1455         * spam.el (spam-summary-exit-behavior): Fix custom types.
1456
1457         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1458
1459 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1462         because of let-binding help-xref-following.  (Bug#14356)
1463
1464 2013-05-06  Glenn Morris  <rgm@gnu.org>
1465
1466         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1467
1468 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1469
1470         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1471         entering into the registry.
1472
1473 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1474
1475         * gnus.el: Ma Gnus v0.7 is released.
1476
1477 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1480         (Bug#14304)
1481
1482 2013-04-27  Glenn Morris  <rgm@gnu.org>
1483
1484         * gnus.el (gnus-list-debbugs):
1485         Use require rather than autoload.  (Bug#14262)
1486
1487 2013-04-27  Julien Danjou  <julien@danjou.info>
1488
1489         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1490         port to "sieve" now that it has an official IANA port assigned.
1491
1492 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1495         Don't set the MAILHOST environment variable permanently (Bug#14271).
1496
1497 2013-04-26  Glenn Morris  <rgm@gnu.org>
1498
1499         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1500
1501 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1502
1503         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1504         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1505
1506 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1507
1508         * nnir.el (nnir-close-group): Make sure we are in the right group.
1509
1510         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1511         dependency table from all newly retrieved headers.
1512
1513 2013-04-16  David Edmondson  <dme@dme.org>
1514
1515         Support <img src="data:...">.
1516
1517         * shr.el (shr-image-from-data): New function.
1518         (shr-tag-img): Use it.
1519
1520 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1521
1522         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1523         group.
1524
1525 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1528         corresponding to any existing group (Bug#14166).
1529
1530 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1531
1532         * nnir.el (number-sequence): No longer used.
1533         (nnir-request-set-mark): New function.
1534         (nnir-request-update-info): Improve marks updating.
1535         (nnir-request-scan): Don't duplicate marks updating.
1536         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1537         Use 'assq rather than 'assoc.  Quote anonymous function.
1538         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1539         Use 'gnus-group-prefixed-p.
1540         (gnus-summary-create-nnir-group): Make sure server for method is open.
1541
1542 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1543
1544         * nnir.el (gnus-nnir-group-p): New function.
1545         (nnir-possibly-change-group): Use it.
1546
1547         * gnus-msg.el (gnus-setup-message): Use it.
1548
1549 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1552         `initial-input' for the argument name.
1553         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1554
1555 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1556
1557         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1558         (used by MH-E).
1559
1560 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1561
1562         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1563         group.
1564
1565         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1566         fix compilation.
1567
1568 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1569
1570         * nnir.el (nnir-method-default-engines): And another typo.
1571
1572 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1573
1574         * nnir.el (nnir-method-default-engines): Fix typo.
1575
1576 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1577
1578         * nnir.el: Define 'number-sequence for xemacs.
1579         (gnus-summary-create-nnir-group): New function to create an nnir group
1580         from an nnir summary buffer based on the current query.
1581         (nnir-request-create-group): Update to allow nnir group creation based
1582         on the current query.
1583
1584 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * nndraft.el (nndraft-request-expire-articles):
1587         Make expiry target always `delete'.
1588
1589 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1590
1591         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1592         buffer use the posting-style and gcc of the original article group.
1593         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1594
1595         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1596         after other deffoos.
1597
1598 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1599
1600         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1601         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1602         support for real (i.e. not ephemeral) nnir groups.
1603         (gnus-summary-make-nnir-group): New function for initiating searches
1604         from a summary buffer.
1605
1606 2013-03-18  Sam Steingold  <sds@gnu.org>
1607
1608         * message.el (message-bury): Minor cleanup.
1609
1610 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1611
1612         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1613
1614 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1617         nnml-request-list.  (Bug#13873)
1618         (nndir-request-newsgroups): Remove, unused.
1619
1620         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1621
1622 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1623
1624         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1625         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1626         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1627
1628 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1629
1630         * shr.el: Make all the overlays set the `evaporate' property so that
1631         they're removed properly.
1632
1633 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1634
1635         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1636         shell-quote-argument.
1637
1638 2013-02-22  David Engster  <deng@randomsample.de>
1639
1640         * gnus-registry.el (gnus-registry-save): Provide class name when
1641         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1642         `condition-case' to stay compatible with older EIEIO versions which
1643         only accept one argument.
1644
1645 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1646
1647         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1648         (epg-user-id-validity): Autoload.
1649         (mml2015-epg-check-user-id): New function.
1650         (mml2015-epg-check-sub-key): New function split from
1651         mml2015-epg-find-usable-key.
1652         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1653         optional name-is-key-id, to handle the case when user-id is unusable.
1654         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1655
1656 2013-02-17  Glenn Morris  <rgm@gnu.org>
1657
1658         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1659
1660 2013-02-16  Glenn Morris  <rgm@gnu.org>
1661
1662         * shr.el (shr-put-image): Only animate images that specify a delay.
1663         This is consistent with the old image-animated-p behavior.
1664
1665 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1668         for XEmacs.
1669
1670 2013-02-13  Juri Linkov  <juri@jurta.org>
1671
1672         * gnus-art.el (gnus-article-mode-map):
1673         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1674         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1675
1676 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1677
1678         * auth-source.el (auth-source-format-prompt): Don't get confused by
1679         any "\" in replacement text.  (Bug#13637)
1680
1681 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1682
1683         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1684         (gnus-backend-trace): Honour gnus-backend-trace.
1685
1686         * mml.el (mml-insert-part): Insert closing tag.
1687
1688         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1689
1690 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1693         able to find the article, which can happen in debbugs groups,
1694         apparently.
1695
1696 2013-01-16  Glenn Morris  <rgm@gnu.org>
1697
1698         * smiley.el (smiley-style): Make the file loadable in batch mode.
1699
1700 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1701
1702         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1703         imap process running.
1704
1705 2013-01-14  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1708         Compare addresses against addresses, not against the full From field.
1709
1710 2013-01-13  Richard Stallman  <rms@gnu.org>
1711
1712         * message.el (message-forward-make-body-mime): New args BEG, END
1713         specify what part of FORWARD-BUFFER to use.  Do the work directly
1714         instead of calling `mml-insert-buffer'.
1715
1716 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1717
1718         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1719         cross-reference(s).
1720
1721         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1722         cross-reference(s).
1723
1724 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1725
1726         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1727         and point-max-marker.
1728         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1729
1730 2013-01-11  Julien Danjou  <julien@danjou.info>
1731
1732         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1733         max are almost equal.  Also return the correct value for V which is
1734         already between 0 and 1.
1735
1736 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1737
1738         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1739         to mml2015-encrypt-to-self.
1740         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1741
1742 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1743
1744         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1745         mml-smime-epg-find-usable-secret-key.
1746
1747 2013-01-08  Glenn Morris  <rgm@gnu.org>
1748
1749         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1750
1751 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1752
1753         * mml-smime.el: Support signing by sender.
1754         Requested by Uwe Brauer.
1755         (mml-smime-sign-with-sender): New user option analogous
1756         to mml2015-sign-with-sender.
1757         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1758         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1759         mml2015.el.
1760
1761 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1764         isn't running, because Gnus will probably not know how to handle the
1765         Gcc header (bug#11941).
1766
1767         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1768         articles.
1769
1770 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1773         (nnfolder-generate-active-file): Make this function work with recursive
1774         folder names.
1775
1776 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nntp.el (nntp-open-connection): Use HELP as the capability command
1779         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1780         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1781
1782 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1783
1784         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1785         place holder since this gives `Invalid face reference: nil' messages.
1786         Use the `default' face instead.  It has the same effect here, even
1787         though it is not no-op.
1788
1789         * gnus-util.el
1790         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1791
1792 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1795         non-string posting styles (bug#13285).
1796
1797 2012-12-27  Glenn Morris  <rgm@gnu.org>
1798
1799         * plstore.el (plstore-passphrase-callback-function):
1800         Use plstore-get-file.
1801
1802 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1803
1804         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1805         stderr.
1806
1807 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1810
1811         * gnus-compat.el (set-buffer-multibyte): Remove.
1812
1813 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1814
1815         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1816         temporary file to get PGP key image.  Pass no-show-photos when
1817         extracting image to avoid having it pop up twice.
1818
1819 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1822         eligible for treatment.
1823
1824         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1825         lines.  This makes summary commands with hidden threads work more
1826         reliably.
1827
1828         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1829         button to mark the hidden citations (bug#9395).
1830
1831 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1832
1833         * mml2015.el (mml2015-epg-signature-to-string): New function.
1834         (mml2015-epg-verify-result-to-string): New function.
1835         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1836         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1837         instead of epg-verify-result-to-string.
1838         (epg-signature-key-id, epg-signature-to-string): Autoload.
1839         (epg-verify-result-to-string): Remove autoload.
1840
1841 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1842
1843         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1844         ID image from GPG public key.
1845         (mml2015-epg-key-image-to-string): New function.
1846
1847 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1848
1849         * plstore.el (plstore-passphrase-callback-function): Fix error when
1850         error when plstore-cache-passphrase-for-symmetric-encryption is set
1851         (bug#13264).
1852
1853 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1856         buffer to the article buffer here, because that clobbers multiple
1857         article buffers.
1858
1859         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1860         buffer always points to the right summary buffer.
1861
1862 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1863
1864         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1865         the password (bug#12097).
1866
1867 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1868
1869         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1870         (bug#13263).
1871
1872         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1873         buffer exists before using it (bug#12475).
1874
1875         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1876         offline groups (bug#11937).
1877
1878         * message.el (message-yank-original): When using customize to set the
1879         value of `message-cite-style', the variable it set to a symbol that's
1880         the name of the variable, which must then be dereferenced (bug#12616).
1881
1882 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1883
1884         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1885         the `face' property with a list whose car is the face specified in the
1886         format string and whose cdr is (nil).
1887         * lisp/gnus-util.el
1888         (gnus-put-text-property-excluding-characters-with-faces):
1889         Change accordingly.
1890         (gnus-get-text-property-excluding-characters-with-faces): New function.
1891         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1892         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1893         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1894
1895 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1896
1897         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1898         login methods.
1899         (nnimap-login): Respect the `nnimap-authenticator' variable.
1900
1901         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1902         mark state when moving articles.  Otherwise unticked articles will get
1903         their ticks back after moving.
1904
1905 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1908
1909         * message.el (message-ignored-news-headers): Always remove
1910         X-Message-SMTP-Method to avoid information leakage if the user
1911         mistakenly inserts the header into news messages.
1912
1913         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1914
1915         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1916         right than four characters, this command would move point to
1917         `point-max'.  Don't do that.
1918
1919         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1920         to nil to allow re-selecting groups that gain articles.
1921         (gnus-bug-group-download-format-alist): Update the URL.
1922
1923 2012-12-23  Andreas Schwab  <schwab@suse.de>
1924
1925         * shr.el (shr-tag-em): Render em as italic, not bold.
1926
1927 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1930         for reuse.
1931         (gnus-open-server): Use it to add more tracing.
1932         (gnus-finish-retrieve-group-infos): Add backend tracing.
1933         (gnus-backend-trace): Also note the elapsed seconds.
1934
1935 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1936
1937         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1938         Set epa-file-encrypt-to from variable to avoid querying.
1939
1940 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1941
1942         * sieve-mode.el (sieve-font-lock-keywords):
1943         Keywords should be word delimited.  (Bug#13173)
1944
1945 2012-12-13  Andreas Schwab  <schwab@suse.de>
1946
1947         * tls.el (tls-program): Update customize type.
1948
1949 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1952         instead of <pre> to align message header.
1953
1954 2012-12-12  Sam Steingold  <sds@gnu.org>
1955
1956         * gnus.el (gnus-other-frame-resume-function): Add user option.
1957         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1958
1959 2012-12-06  Sam Steingold  <sds@gnu.org>
1960
1961         * gnus-start.el (gnus-before-resume-hook): Add.
1962         (gnus-1): Run it when Gnus is alive.
1963
1964 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1967         * gnus-art.el (article-unsplit-urls)
1968         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1969         * gnus-registry.el (gnus-registry-get-article-marks)
1970         * message.el (message-goto-body): Use it.
1971         (message-called-interactively-p): Remove.
1972
1973         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1974         (spam-stat-score-buffer): Use it.
1975
1976         * spam.el: Silence the warnings against BBDB functions when compiling.
1977
1978         * gnus-score.el (gnus-score-decode-text-parts):
1979         Use append+mapcar instead of the cl function mapcan.
1980
1981 2012-12-05  Sam Steingold  <sds@gnu.org>
1982
1983         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1984         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1985         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1986
1987 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gmm-utils.el (gmm-called-interactively-p): Revert.
1990         This seems to cause Emacs to get stuck!
1991         * gnus-art.el (article-unsplit-urls)
1992         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1993         * gnus-registry.el (gnus-registry-get-article-marks)
1994         * message.el (message-goto-body)
1995         (message-called-interactively-p): Revert.
1996
1997         * gmm-utils.el (gmm-called-interactively-p): New function.
1998         * gnus-art.el (article-unsplit-urls)
1999         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2000         * gnus-registry.el (gnus-registry-get-article-marks)
2001         * message.el (message-goto-body): Use it.
2002         (message-called-interactively-p): Remove.
2003
2004         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2005         * gnus-sync.el (gnus-sync-lesync-call)
2006         * message.el (message-read-from-minibuffer): Use it.
2007
2008 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gmm-utils.el (gmm-flet): Remove.
2011         * gnus-sync.el (gnus-sync-lesync-call)
2012         * message.el (message-read-from-minibuffer): Don't use it.
2013
2014 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2017
2018 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2021
2022         * gnus-sync.el (gnus-sync-lesync-call)
2023         * message.el (message-read-from-minibuffer): Use gmm-flet.
2024
2025         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2026
2027         * gnus-util.el (gnus-macroexpand-all): Remove.
2028
2029 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2030
2031         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2032         to TAB, not [tab].
2033         (gnus-summary-article-map): Likewise.
2034
2035         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2036         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2037
2038 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         * time-date.el: Commentary fix.
2041
2042 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2043
2044         * color.el: Don't require cl.
2045         (color-complement): `caddr' -> `nth 2'.
2046
2047         * time-date.el (time-to-seconds): De-obsolete.
2048
2049 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * message.el (message-get-reply-headers):
2052         Make sure the reply goes to the author if it is a wide reply.
2053
2054 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2055
2056         * gnus-score.el (gnus-score-body):
2057         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2058         scoring by body.
2059
2060 2012-11-16  Glenn Morris  <rgm@gnu.org>
2061
2062         * gnus-diary.el (nndiary-request-create-group-functions)
2063         (nndiary-request-update-info-functions)
2064         (gnus-subscribe-newsgroup-functions)
2065         (nndiary-request-accept-article-functions):
2066         Use new names for hooks rather than obsolete aliases.
2067
2068 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2071
2072 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2075         in meta tag with the one the part specifies in its header.
2076
2077 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2078
2079         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2080         by default.
2081
2082 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2085         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2086
2087 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2090         and a runtime function for it, of which the XEmacs version takes only
2091         two arguments.
2092
2093 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2094
2095         * nndiary.el (nndiary-request-create-group-functions)
2096         (nndiary-request-update-info-functions)
2097         (nndiary-request-accept-article-functions):
2098         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2099         "-hooks" suffix.
2100
2101 2012-10-19  Julien Danjou  <julien@danjou.info>
2102
2103         * gnus-art.el: Require gnus-util because it uses
2104         `gnus-timer--function'.
2105
2106 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2107
2108         * starttls.el (starttls-extra-arguments): Doc fix.
2109
2110 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2113         it.
2114
2115 2012-10-06  Glenn Morris  <rgm@gnu.org>
2116
2117         * gnus-notifications.el (gnus-notifications):
2118         Add missing group :version tag.
2119         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2120         (gnus-gcc-post-body-encode-hook):
2121         * gnus-sync.el (gnus-sync-lesync-name)
2122         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2123
2124 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2125
2126         * color.el (color-hsl-to-rgb): Fix incorrect results for
2127         small and large hue values.  (Bug#12559)
2128
2129 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         New UIDL implementation.
2132
2133         * mail-source.el (mail-sources, mail-source-keyword-map):
2134         Add :leave as a pop3 keyword.
2135         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2136
2137         * pop3.el (pop3-leave-mail-on-server): Allow number.
2138         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2139         (pop3-movemail): Add UIDL support.
2140         (pop3-send-streaming-command): Take a list of mail numbers instead of
2141         the number of mails.
2142         (pop3-write-to-file): Add X-UIDL header.
2143         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2144         (pop3-uidl-add-xheader): New functions.
2145
2146         * message.el (message-ignored-resent-headers):
2147         Add X-Content-Length and X-UIDL headers.
2148
2149 2012-10-05  Glenn Morris  <rgm@gnu.org>
2150
2151         * color.el (color-name-to-rgb, color-rgb-to-hex)
2152         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2153         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2154         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2155         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2156
2157 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2160         a user about whether to delete temp files if once a user answered as n.
2161
2162 2012-09-25  Chong Yidong  <cyd@gnu.org>
2163
2164         * password-cache.el (password-read-and-add): Use a declare form to mark
2165         this function obsolete.
2166
2167 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * lpath.el: Bind mail-encode-mml for old Emacsen.
2170
2171 2012-09-17  Richard Stallman  <rms@gnu.org>
2172
2173         * message.el (message-in-body-p): Don't set mark or modify buffer.
2174
2175         * mml.el (mml-attach-file): Doc fix.
2176         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2177         Set mail-encode-mml when in Mail mode.
2178         Simplify code to set HEAD and move back to HEAD.
2179         (mml-insert-multipart, mml-insert-part):
2180         Set mail-encode-mml when in Mail mode.
2181
2182 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-util.el (gnus-timer--function): New function.
2185
2186         * gnus-art.el (gnus-article-stop-animations): Use it.
2187
2188 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2189
2190         Fix glitches caused by addition of psec to timers.
2191         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2192         rather than raw access to timer vector.
2193
2194 2012-09-11  Julien Danjou  <julien@danjou.info>
2195
2196         * gnus-notifications.el (gnus-notifications): Check for nil values in
2197         ignored addresses check.
2198
2199 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2200
2201         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2202
2203 2012-09-07  Chong Yidong  <cyd@gnu.org>
2204
2205         * gnus-util.el
2206         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2207
2208         * gnus-salt.el (gnus-tree-highlight-node):
2209         * gnus-sum.el (gnus-summary-highlight-line):
2210         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2211
2212 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2215
2216 2012-09-06  Juri Linkov  <juri@jurta.org>
2217
2218         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2219         scheme for buffer names to be more consistent with other group and
2220         article buffer names in Gnus.
2221
2222 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-util.el
2225         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2226
2227         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2228         Jenkner.
2229
2230         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2231
2232         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2233
2234         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2235
2236 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2239         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2240
2241         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2242         string-prefix-p in Emacs >=23.2.
2243
2244         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2245         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2246         instead of string-match-p.
2247         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2248
2249 2012-09-06  Kenichi Handa  <handa@gnu.org>
2250
2251         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2252         lowercase a..f.
2253
2254 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2255
2256         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2257
2258 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2259
2260         * nnimap.el (nnimap-request-move-article): Decode the group name when
2261         doing internal moves to avoid charset issues.
2262
2263         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2264         TIME is set.
2265
2266 2012-09-05  Juri Linkov  <juri@jurta.org>
2267
2268         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2269         than one group at a time (bug#11961).
2270
2271 2012-09-05  Julien Danjou  <julien@danjou.info>
2272
2273         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2274         this hide the real reason with a message giving absolutely no hint.
2275
2276 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2279         to the backend (bug#11804).
2280
2281         * message.el (message-insert-newsgroups): Don't insert newsgroup
2282         duplicates (bug#12275).
2283
2284 2012-09-05  John Wiegley  <johnw@newartisans.com>
2285
2286         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2287         sieve rules.
2288
2289 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2290
2291         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2292         function.
2293
2294         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2295
2296         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2297
2298 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2299
2300         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2301         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2302         This should make nnmaildir more usable with offlineimap.
2303
2304 2012-09-05  Julien Danjou  <julien@danjou.info>
2305
2306         * nnimap.el (nnimap-request-list): Revert change that made listing
2307         synchronous.
2308         (nnimap-get-responses): Restore.
2309
2310 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2311
2312         * dgnushack.el: XEmacs 21.5 compilation fix.
2313
2314         * gnus-notifications.el (gnus-notifications-notify): Use it.
2315
2316         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2317         warnings on XEmacs.
2318
2319 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2320
2321         Better seeds for (random).
2322         * gnus-sync.el (gnus-sync-lesync-setup):
2323         * message.el (message-canlock-generate, message-unique-id):
2324         Change (random t) to (random), now that the latter is more random.
2325
2326 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2327
2328         * nnimap.el (nnimap-change-group): Document result value
2329
2330         * auth-source.el (auth-sources): Fix macos keychain access.
2331
2332         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2333         allow the backend `request-head' function to determine the group
2334         name on its own.
2335         (gnus-request-expire-articles): Filter out negative article numbers
2336         during expiry (Bug#11980).
2337
2338         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2339         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2340
2341         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2342         you've found the article when you haven't.
2343
2344         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2345         that nnimap-change-group can return t.
2346
2347 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2350
2351 2012-08-30  Julien Danjou  <julien@danjou.info>
2352
2353         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2354         `gnus-notifications-timeout'.
2355         (gnus-notifications-timeout): Add.
2356         (gnus-notifications-action): New function.
2357         (gnus-notifications-notify): Add :action using
2358         `gnus-notifications-action'.
2359         (gnus-notifications-id-to-msg): New variable.
2360         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2361         notifications id to messages.
2362
2363 2012-08-30  Kenichi Handa  <handa@gnu.org>
2364
2365         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2366         once.
2367
2368 2012-08-29  Julien Danjou  <julien@danjou.info>
2369
2370         * gnus-notifications.el: New file.
2371         (gnus-notifications-notify): New function.
2372         (gnus-notifications): Use `gnus-notifications-notify'.
2373
2374 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2377         transfer encoding first; bind gnus-newsgroup-charset to the charset
2378         that the article specifies (Bug#12209).
2379
2380 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2383         (gnus-group-customize-done): Encode values posting-style holds.
2384
2385         * gnus-msg.el (gnus-summary-resend-message)
2386         (gnus-configure-posting-styles): Decode values posting-style group
2387         parameter holds.
2388
2389 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2392         `name' and `address' in Resent-From header.
2393
2394 2012-08-14  Chong Yidong  <cyd@gnu.org>
2395
2396         * gnus-art.el (article-display-face): Handle failure in
2397         gnus-create-image (Bug#11802).
2398
2399 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2400
2401         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2402         Use defsetf.
2403
2404 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2405
2406         * auth-source.el (auth-source-plstore-search)
2407         (auth-source-secrets-search): Ignore :require and :type in search spec.
2408
2409 2012-08-06  Julien Danjou  <julien@danjou.info>
2410
2411         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2412         `nnimap-request-move-article'.
2413
2414         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2415         Remove autoload, already handled by gnus.el.
2416
2417         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2418
2419         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2420         supported by nnimap actually.  Reverts previous change.
2421
2422         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2423         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2424         to-buffer argument that is already supported.
2425
2426 2012-08-05  Julien Danjou  <julien@danjou.info>
2427
2428         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2429         Add autoload.
2430
2431 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus.el (gnus-valid-select-methods): Fix custom type.
2434
2435 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2436
2437         * auth-source.el (auth-sources, auth-source-backend-parse)
2438         (auth-source-macos-keychain-search)
2439         (auth-source-macos-keychain-search-items)
2440         (auth-source-macos-keychain-result-append)
2441         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2442         auth-source.el through the /usr/bin/security utility.
2443         (auth-sources): Fix syntax error.
2444         (auth-source-macos-keychain-result-append): Fix variable name.
2445         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2446
2447 2012-07-27  Julien Danjou  <julien@danjou.info>
2448
2449         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2450         Emacs < 24.1
2451
2452 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * message.el (message-kill-address): Don't kill last newline.
2455         (message-skip-to-next-address): Don't move to the next header.
2456         (message-fill-field-address): Work properly.
2457
2458 2012-07-25  Julien Danjou  <julien@danjou.info>
2459
2460         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2461
2462 2012-07-24  Julien Danjou  <julien@danjou.info>
2463
2464         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2465
2466         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2467         (nntp-async-timer-handler): Remove, unused.
2468
2469         * nnimap.el (nnimap-get-responses): Remove, unused.
2470
2471         * nnheader.el (mail-header-set-extra): Remove, unused.
2472
2473         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2474         unused.
2475
2476         * mm-view.el (mm-view-sound-file): Remove, unused.
2477
2478         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2479         (mm-url-encode-multipart-form-data): Remove, unused.
2480
2481         * message.el (message-remove-signature, message-make-host-name)
2482         (message-fill-address): Remove, unused.
2483
2484         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2485         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2486         unused.
2487
2488         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2489         (gnus-xmas-call-region): Remove, unused.
2490
2491         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2492
2493         * gnus-util.el (gnus-extract-address-component-name)
2494         (gnus-extract-address-component-email, gnus-sortable-date)
2495         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2496         (gnus-process-live-p): Remove, unused.
2497
2498         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2499
2500         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2501         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2502         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2503         function.
2504
2505         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2506
2507         * gnus-score.el (gnus-summary-score-crossposting)
2508         (gnus-score-regexp-bad-p): Remove, unused.
2509
2510         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2511
2512         * gnus-range.el (gnus-sublist-p): Remove, unused.
2513
2514         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2515         unused.
2516
2517         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2518
2519         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2520         (gnus-request-associate-buffer): Remove, unused.
2521
2522         * gnus-group.el (gnus-group-set-method-info)
2523         (gnus-group-set-params-info): Remove, unused.
2524
2525         * gnus-fun.el (gnus-shell-command-to-string)
2526         (gnus-shell-command-on-region): Remove, unused.
2527
2528         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2529
2530         * gnus-art.el (gnus-article-text-type-exists-p)
2531         (article-translate-characters, gnus-article-hide-text-of-type)
2532         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2533         Remove, unused.
2534
2535 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2536
2537         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2538
2539 2012-07-21  Julien Danjou  <julien@danjou.info>
2540
2541         * message.el (message-dont-reply-to-names): Replace deprecated
2542         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2543         (message-get-reply-headers): Ditto.
2544
2545 2012-07-18  Julien Danjou  <julien@danjou.info>
2546
2547         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2548         `sieve-upload-and-kill'.
2549
2550         * sieve.el (sieve-bury-buffer): Remove function.
2551         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2552         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2553
2554 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2555
2556         * shr.el (shr-expand-url): Handle URL starting with `//'.
2557
2558 2012-07-13  Chong Yidong  <cyd@gnu.org>
2559
2560         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2561         instead of calling toggle-read-only with a (bogus) argument.
2562
2563 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2564
2565         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2566         of initial input when reading the author to restrict the summary to.
2567
2568 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * mm-decode.el (mm-shr):
2571         Allow overriding charset by mm-charset-override-alist.
2572
2573 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-art.el (gnus-article-view-part):
2576         Toggle subparts of multipart/alternative part.
2577
2578 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * shr.el (shr-render-buffer): New command.
2581         (shr-visit-file): Use it.
2582
2583 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2586         Set no-byte-compile and no-update-autoloads.
2587
2588 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2591
2592 2012-06-25  Julien Danjou  <julien@danjou.info>
2593
2594         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2595         `nnimap-request-move-articles-find-limit' since we do not use it only
2596         for move operations.
2597         (nnimap-request-accept-article): Use
2598         `nnimap-request-articles-find-limit' to limit search by message-id.
2599
2600 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2601
2602         Support higher-resolution time stamps (Bug#9000).
2603
2604         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2605         VARLIST.  It's optional, for backward compatibility.
2606         (encode-time-value): New optional arg PICO.  New type 3.
2607         (time-to-seconds) [!float-time]: Support the new picoseconds
2608         component if it's used.
2609         (seconds-to-time, time-subtract, time-add):
2610         Support ps-resolution time stamps as well.
2611
2612 2012-06-19  Julien Danjou  <julien@danjou.info>
2613
2614         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2615
2616         * nnimap.el (nnimap-log-buffer): Check that
2617         `window-point-insertion-type' is boundp, since it's not available in
2618         XEmacs.
2619
2620 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2621
2622         * nnimap.el (nnimap-log-buffer): Add this, setting
2623         `window-point-insertion-type' in the buffer to t.
2624         (nnimap-log-command): Use nnimap-log-buffer.
2625
2626 2012-06-19  Julien Danjou  <julien@danjou.info>
2627
2628         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2629         argument to be able to limit the search.
2630         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2631         (nnimap-request-move-articles-find-limit): Add this to limit the search
2632         by Message-Id after a message move.
2633         (nnimap): Add defgroup.
2634
2635 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2636
2637         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2638
2639 2012-06-15  Julien Danjou  <julien@danjou.info>
2640
2641         * nnimap.el (nnimap-find-article-by-message-id): Use
2642         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2643         (nnimap-possibly-change-group): Add read-only argument.
2644         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2645         issuing EXAMINE manually.
2646         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2647         with read-only argument.
2648         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2649         cannot possibly change because we need to be sure that it's either
2650         read-write or read-only.
2651
2652 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2655         being bound to a lambda form.
2656
2657 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2658
2659         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2660         articles when fetch-old is non-nil (bug#11370).
2661
2662 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2663
2664         * gnus-picon.el (gnus-picon-properties): New defcustom.
2665         (gnus-picon-create-glyph): Use it.
2666
2667 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * gnus-group.el (gnus-group-get-new-news): Respect
2670         `gnus-group-use-permanent-levels', as documented (bug#11638).
2671
2672 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2673
2674         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2675         groups (bug#11641).
2676
2677 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2678
2679         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2680         is an integer to avoid later problems.
2681
2682 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2685         locales.
2686
2687         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2688         on a handle.
2689
2690         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2691         address as the default.
2692         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2693
2694         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2695         makes no sense to query the user about internal files.
2696
2697         * gnus-spec.el: Remove all the byte-compilation stuff, since
2698         benchmarking shows that it doesn't help when entering large summary
2699         buffers.
2700
2701         * gnus-xmas.el (gnus-xmas-define): Remove.
2702
2703         * gnus-util.el (gnus-byte-code): Remove.
2704
2705         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2706         grouplens stuff.
2707
2708 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2711         (bug#11514).
2712
2713 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2714
2715         * message.el (message-buffers): Return all buffers derived from Message
2716         to make `gnus-dired-attach' work with mu4e.
2717
2718 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2719
2720         * nntp.el: Stop the `letf' madness.
2721         (nntp--report-1): New var.
2722         (nntp-report): Merge nntp-report-1 into it.
2723         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2724         the nntp-report function.
2725
2726         * auth-source.el: Fix comment-style to follow the convention.
2727
2728 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2729
2730         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2731         (mm-dissect-singlepart): Don't guess the MIME type of
2732         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2733         set.
2734         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2735         toplevel MIME type is multipart/encrypted.
2736
2737 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2740         a string so that Gcc works (bug#11514).
2741
2742 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2743
2744         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2745         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2746
2747 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2750         jumping to *Server* from a dedicated *Group* window.
2751         (gnus-configure-frame): CSE.
2752
2753         * gnus-registry.el: Minor style cleanup.
2754         (gnus-registry--set/remove-mark): New function, extracted from
2755         gnus-registry-install-shortcuts.
2756         (gnus-registry-install-shortcuts): Use it.
2757
2758 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * nnspool.el (news-path): Use eval-and-compile.
2761
2762 2012-05-24  Glenn Morris  <rgm@gnu.org>
2763
2764         * nnspool.el (news-directory, news-path, news-inews-program):
2765         Move here from paths.el.  Don't see a need for these to be autoloaded.
2766
2767         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2768         Merge in doc from paths.el version.  Don't see any need for this to be
2769         autoloaded, or for the warning about users not setting it.
2770
2771 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2772
2773         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2774         format.  In particular, add an optional argument and a docstring.
2775
2776         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2777
2778         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2779         current before calling `gnus-groups-to-gnus-format'.
2780         Note that this was already the case for `gnus-active-to-gnus-format'.
2781
2782 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2783
2784         Fix minor Y10k bug.
2785         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2786
2787 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2788
2789         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2790         message once it's actually open.
2791
2792 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2793
2794         * gnus.el: Ma Gnus v0.5 is released.
2795
2796 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2797
2798         * auth-source.el (auth-source--aput-1, auth-source--aput)
2799         (auth-source--aget): New functions and macros.
2800         Use them instead of aput/aget.
2801
2802 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2803
2804         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2805
2806 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2807
2808         * plstore.el (plstore-called-interactively-p): New compat macro copied
2809         from message.el.
2810         (plstore-mode): Use it.
2811
2812 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2813
2814         * plstore.el: Revive the editing feature.
2815         (plstore-mode): New mode to edit plstore file.
2816         (plstore-mode-toggle-display, plstore-mode-original)
2817         (plstore-mode-decoded): New command.
2818         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2819         (plstore--insert-buffer, plstore--make): New function.
2820         (plstore-open, plstore-save): Simplify by using them.
2821
2822 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2825
2826 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2827
2828         * tls.el (open-tls-stream): Remove unused binding.
2829
2830 2012-04-16  Glenn Morris  <rgm@gnu.org>
2831
2832         * nndraft.el (nndraft-request-list): Fix declaration.
2833
2834 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * mm-decode.el (mm-dissect-buffer): Doc fix.
2837
2838         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2839         don't have a current group.
2840
2841         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2842         buffer if it doesn't exist.
2843
2844         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2845         given, mark the group as ephemeral with the current window conf.
2846
2847         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2848         buffer exists, which it doesn't if we haven't started Gnus.
2849         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2850
2851 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2854         type is.
2855
2856         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2857         `unexists' entries.
2858         (gnus-clean-old-newsrc): Fix last checkin.
2859
2860         * nnimap.el (nnimap-update-info): None of the articles below the active
2861         low-water mark exist.
2862
2863         * dgnushack.el: Get rid of XEmacs compilation warning.
2864
2865         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2866         would have gotten if we posted to the group, and use that to compare
2867         against the message we want to cancel (bug#10808).
2868
2869         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2870         on XEmacs.
2871
2872 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2873
2874         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2875         `scroll-margin'.
2876
2877 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2878
2879         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2880         citation prefix within a block of cited text should be considered part
2881         of that block *only* if it is a blank line.
2882
2883 2012-04-09  Chong Yidong  <cyd@gnu.org>
2884
2885         * binhex.el, hashcash.el, uudecode.el:
2886         Remove * characters from the front of variable docstrings.
2887
2888 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2891         before kinsoku-bol characters nor within kinsoku-eol characters.
2892
2893 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2896         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2897         (gnus-sync-read): Use mapc instead of mapcar.
2898
2899         * mm-archive.el: Require mm-decode for some macros.
2900         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2901         the byte compiler.
2902         (mm-archive-decoders): New function that returns the value of
2903         the mm-archive-decoders variable.
2904
2905         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2906         instead.
2907         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2908
2909         * nnimap.el (gnus-refer-thread-use-nnir):
2910         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2911
2912 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2915
2916 2012-03-12  Peter Münster  <pmrb@free.fr>
2917
2918         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2919         (gnus-demon-cancel): Ditto.
2920         (gnus-demon-run-callback): When function cannot be called due to low
2921         idleness, call it when idleness reaches the expected value, instead of
2922         waiting another timer period.
2923         (gnus-demon-init): Add `time' to arguments of call-back.
2924
2925 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2928
2929         * gnus.el: Register gnus-registry functions.
2930
2931         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2932         indent.
2933
2934         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2935         enabled before warping.
2936
2937 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2938
2939         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2940         registry about each article retrieved.
2941
2942         * gnus-int.el (gnus-select-group-with-message-id): New function.
2943         (gnus-try-warping-via-registry): Ditto.
2944         (gnus-warp-to-article): Fall back on the registry.
2945
2946 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2947
2948         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2949         inboxes.
2950
2951 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2954
2955 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2958         gnus-gcc-self-resent-messages may be a group parameter.
2959         (gnus-summary-resend-message): Don't encode encoded words in header
2960         when Gcc'ing resent message.
2961
2962 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el (shr-insert): Treat non-breaking space just like normal
2965         space.  This seems to produce more pleasing results.
2966         (shr-insert): Only insert a blank line if we're starting from an image.
2967         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2968         (shr-ensure-paragraph): Consider lines with white space to be blank.
2969
2970 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2971
2972         * Makefile.in: Respect DESTDIR.
2973
2974 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2975
2976         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2977         and gnus-gcc-post-body-encode-hook.
2978
2979 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2982         messages that don't exist.
2983
2984         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2985
2986 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2989         Remove.
2990
2991         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2992
2993         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2994
2995 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2998         have a group name.
2999
3000         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3001         a multibyte buffer (bug#7410).
3002         (article-wash-html): Parse the original article buffer to get the
3003         unencoded data (bug#7410).
3004
3005         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3006         .newsrc.el files.
3007
3008 2012-04-05  Bastien Guerry  <bzg@altern.org>
3009
3010         * color.el (color-lighten-name): Fix typo.
3011
3012 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3015         "#" to avoid having them interpreted as comments.
3016
3017 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * shr.el (shr-insert): Update the text state properly to avoid
3020         inserting spurious paragraph starts.
3021
3022 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * shr.el (shr-table-widths): Divide the extra width more fairly over
3025         the TDs (bug#10973).
3026         (shr-render-td): Don't delete too much padding.
3027         (shr-natural-width): Compute the natural width more correctly.
3028         (shr-insert): Allow the natural width to be computed for tables again.
3029         (shr-tag-table-1): Rework how the natural widths are computed by
3030         rendering the table a third time.
3031         (shr-natural-width): Removed.
3032         (shr-buffer-width): New function.
3033         (shr-expand-newlines): Use it.
3034
3035         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3036         using a `gnus-use-full-window' setup (bug#11013).
3037
3038 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3041         24.1 release.
3042
3043 2012-03-10  David Edmondson  <dme@dme.org>
3044
3045         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3046         'Forwarded Message' header and the start of the message.
3047
3048 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3049
3050         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3051         isn't running (bug#10897).
3052
3053 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3056         This is inconsistent with all the other stream functions, which leave
3057         the setting up to the higher levels (if so wanted) (bug#10931).
3058
3059 2012-02-28  Glenn Morris  <rgm@gnu.org>
3060
3061         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3062         mm-decode.el: Standardize possessive apostrophe usage.
3063
3064 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3067
3068 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3069
3070         * parse-time.el (parse-time-string): Allow extractor to return nil.
3071
3072 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3075
3076 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3079
3080 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3081
3082         * mm-decode.el (mm-shr): Remove "soft hyphens".
3083
3084         * nnimap.el (nnimap-request-list): Return the group names encoded as
3085         utf8.  Otherwise non-European group names don't work.
3086         (nnimap-request-newgroups): Ditto.
3087
3088         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3089         the default in `read-string' (bug#10757).
3090
3091         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3092         topics (bug#10843).
3093
3094         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3095         buffer.  Suggested by Herbert Valerio Riedel.
3096         (nnimap-request-move-article): Delete the message from the correct IMAP
3097         server.
3098
3099 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3100
3101         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3102         Reported by Peter Münster.
3103
3104 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3105
3106         * shr.el (shr-image-fetched): Make sure we really kill the right
3107         buffer.
3108
3109 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3110
3111         * gnus-start.el (gnus-1): Avoid duplicate entries.
3112
3113 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3114
3115         * imap.el: Remove.
3116
3117         * nntp.el (nntp-coding-system-for-read): Remove.
3118         (nntp-coding-system-for-write): Ditto.
3119         (nntp-open-connection): Just use `binary' directly.
3120
3121         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3122         Gnus 0.3.
3123
3124 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3125
3126         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3127         application/octet-stream parts really is.
3128
3129         * gnus-sum.el (gnus-propagate-marks): Remove.
3130
3131 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3132
3133         * shr.el (shr-rescale-image): Undo previous change; see
3134         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3135
3136 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3137
3138         * gnus.el: Ma Gnus v0.3 is released.
3139
3140 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-sum.el (gnus-summary-local-variables): Make
3143         `gnus-newsgroup-unexist' into a local variable.
3144
3145 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3146
3147         * registry.el (registry-usage-test, registry-persistence-test): Move to
3148         tests/gnustest-registry.el.
3149         (registry-make-testable-db, registry-match-test)
3150         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3151
3152         * gnus-registry.el (gnus-registry-misc-test)
3153         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3154
3155         * tests/gnustest-registry.el: New file with the registry and
3156         gnus-registry ERT tests.
3157
3158 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-msg.el (gnus-summary-resend-message): Make
3161         gnus-summary-resend-message-insert-gcc be last item in
3162         message-header-setup-hook.
3163
3164 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3167         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3168         Remove.
3169         (nnfolder-open-server): Don't use marks.
3170         (nnfolder-request-delete-group): Ditto.
3171         (nnfolder-request-rename-group): Ditto.
3172         (nnfolder-request-set-mark, nnfolder-request-marks)
3173         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3174         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3175
3176         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3177         (nnml-marks-modtime): Remove.
3178         (nnml-request-delete-group): Don't use marks.
3179         (nnml-request-rename-group): Ditto.
3180         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3181         (nnml-save-marks, nnml-open-marks): Remove.
3182
3183         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3184         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3185         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3186         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3187         (nntp-server-to-method-cache): Remove.
3188
3189         * shr.el (shr-rescale-image): Fix wrong merge.
3190
3191 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3192
3193         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3194         too-wide lines.
3195
3196 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3197
3198         * nnimap.el (nnimap-record-commands): New variable.
3199         (nnimap-log-command): Use it.
3200         (nnimap-make-process-buffer): Add a space to the process buffer.
3201         (nnimap-transform-headers): Don't bug out on header lines containing
3202         stuff that look like IMAP length encodings.
3203
3204         * shr.el (shr-rescale-image): Allow viewing large images.
3205
3206 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3207
3208         * nnml.el (nnml-request-compact-group): Delete the marks file after
3209         compaction (bug#10800).
3210
3211         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3212         group exit.
3213
3214         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3215         QRESYNC/FETCH output.
3216
3217 2012-02-11  Glenn Morris  <rgm@gnu.org>
3218
3219         * sieve-manage.el (sieve-manage-default-stream):
3220         * shr.el (shr):
3221         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3222         (nnir-retrieve-headers-override-function)
3223         (nnir-imap-default-search-key, nnir-notmuch-program)
3224         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3225         (nnir-method-default-engines):
3226         * message.el (message-cite-reply-position):
3227         * gssapi.el (gssapi-program):
3228         * gravatar.el (gravatar):
3229         * gnus-sum.el (gnus-refer-thread-use-nnir):
3230         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3231         (gnus-registry-max-pruned-entries):
3232         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3233         * gnus-int.el (gnus-after-set-mark-hook)
3234         (gnus-before-update-mark-hook):
3235         * gnus-async.el (gnus-async-post-fetch-function):
3236         * auth-source.el (auth-source-cache-expiry):
3237         Add missing :version tags to new defcustoms and defgroups.
3238
3239 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3242         `gnus-newsgroup-unexist'.
3243
3244         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3245         marks.
3246         (gnus-article-special-mark-lists): Put the `unexist' in the special
3247         marks list instead.
3248
3249         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3250         articles in the list of articles to be selected.
3251
3252         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3253         articles.
3254         (nnimap-update-info): Keep track of unexisting articles.
3255         (nnimap-update-qresync-info): Ditto.
3256
3257 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3258
3259         * message.el (message-default-send-mail-function): Made into own
3260         function for reuse by emacsbug.el.
3261
3262 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3263
3264         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3265         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3266
3267 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3268
3269         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3270         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3271
3272         * gnus-compat.el: Define `timer-set-function'.
3273
3274         * mm-decode.el (mm-display-external): Output the text from the command
3275         in the buffer after the command finished.  This makes text-based
3276         commands behave better.
3277
3278 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3281
3282 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3285         23.1.
3286
3287 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3290
3291 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3292
3293         * message.el (smtpmail-smtp-user): Silence compiler warning.
3294
3295 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3296
3297         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3298         SMTP user name.
3299
3300 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-sum.el (gnus-summary-show-thread):
3303         next-single-char-property-change may return nil in XEmacs.
3304         (gnus-summary-article-map): Fix typo.
3305
3306 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3309         running.
3310
3311         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3312
3313         * gnus.el (gnus-server-extend-method): Don't add an -address component
3314         if the method already has one (bug#9676).
3315
3316 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3317
3318         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3319         of an initial-input for consistency (bug#10757).
3320
3321         * dgnushack.el: Fix XEmacs compilation warning.
3322
3323         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3324
3325         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3326
3327 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3328
3329         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3330         lines that are narrower than the window width.  Otherwise background
3331         "blocks" will look less readable.
3332
3333 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3336         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3337         have newlines within the strings, and where the UID comes after the
3338         BODYSTRUCTURE element (bug#10537).
3339
3340         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3341         (bug#10732).
3342
3343         * shr.el (shr-insert-document): Add doc string.
3344         (shr-visit-file): Ditto.
3345         (shr-remove-trailing-whitespace): New function.
3346         (shr-insert-document): Use it to clean up trailing whitespace as the
3347         final step (bug#10714).
3348
3349 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3352         buffer if `gnus-kill-summary-on-exit' is nil.
3353
3354 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3357         when just reading a single group from "without" Gnus.
3358
3359 2012-02-06  Chong Yidong  <cyd@gnu.org>
3360
3361         * gnus-sum.el (gnus-summary-show-thread):
3362         next-single-char-property-change never returns nil (Bug#8657).
3363
3364 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3365
3366         * message.el (message-multi-smtp-send-mail): New function.
3367         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3368         header to implement multi-SMTP functionality.
3369
3370         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3371         (gnus-agentize): Don't set it.
3372         (gnus-agent-send-mail): Don't use it.
3373
3374         * gnus-sum.el (gnus-summary-widget-backward): New function and
3375         keystroke.
3376
3377         * gnus-compat.el: More the compat functions more compatible.
3378
3379         * shr.el (shr-put-image): Remove underlines from sliced images.
3380         (shr-zoom-image): Compute the region to be replaced more correctly.
3381
3382 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3385         (gnus-summary-resend-message-insert-gcc): New function.
3386         (gnus-summary-resend-message): Modify message-header-setup-hook and
3387         message-sent-hook to make it work for Gcc.
3388         (gnus-inews-do-gcc): Update the number of unread articles of groups
3389         that messages are Gcc'd to.
3390
3391         * message.el (message-resend): Run message-sent-hook to do Gcc.
3392
3393 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3394
3395         * lpath.el: Fix an XEmacs compilation warning.
3396
3397         * gnus-compat.el: Require `help-fns' to fix compilation error.
3398
3399         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3400         a higher level to silence compilation.
3401
3402         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3403         parameter to allow controlling the scaling.
3404
3405         * shr.el (shr-zoom-image): New command and keystroke.
3406         (shr-put-image): Take a `size' flag to say how to scale the image.
3407
3408         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3409         deletion unless already defined.
3410
3411         * gnus.el (gnus-compat): Require it.
3412
3413         * gnus-compat.el: New file.
3414
3415         * gnus-start.el (gnus-clean-old-newsrc): New function.
3416         (gnus-read-newsrc-file): Use it.
3417
3418         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3419         Use recursive deletion.
3420         (mm-dissect-archive): Add support for zip files.
3421
3422         * gnus-util.el (gnus-recursive-directory-files): New function.
3423
3424         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3425         (mm-archive-decoders): Add tgz support.
3426
3427         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3428         Otherwise inserting text into the Gnus buffer can look odd.
3429
3430         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3431
3432         * mm-archive.el (mm-archive-decoders): Add support for tar.
3433
3434         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3435
3436         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3437
3438 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3439
3440         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3441
3442         * mm-archive.el: New file.
3443
3444         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3445
3446         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3447
3448         * message.el (message-goto-*): Make all the `message-goto-*' commands
3449         push the mark before moving point.  This makes it easier to go back to
3450         where you came from after editing whatever you jumped to.
3451
3452 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3453
3454         * gnus.el: Ma Gnus v0.1 is released.
3455
3456 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3459         without reconnecting.
3460         (nnimap-possibly-change-group): Ditto.
3461         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3462         connection has died before being called.
3463
3464 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3465
3466         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3467         an initial sync unless we're really doing one.
3468
3469         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3470         address parameter if one already exists (bug#9676).
3471
3472         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3473         not the prefix, as documented (bug#10689).
3474
3475 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3478         the "server".
3479
3480         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3481         the real error message with the useless "previously known to be down".
3482         Which isn't even correct.
3483
3484         * nntp.el (nntp-open-connection): Report the error message if the nntp
3485         server can't be reached.
3486
3487         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3488         groups we do a total scan for.
3489         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3490         doing that.
3491
3492 2012-01-31  Jim Meyering  <jim@meyering.net>
3493
3494         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3495         Correct a comment (insert "not") and hide nominally-doubled "to".
3496
3497 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus.el (gnus-version): Change name to "Ma Gnus".
3500
3501 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3502
3503         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3504         section in the manual.
3505
3506 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3507
3508         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3509         words.
3510         (rfc2047-encode-string): Ditto.
3511         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3512         understand folded filename="..." parameters, for instance.
3513
3514         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3515         the message for greater debuggability.
3516
3517 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3518
3519         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3520         instead of setting it locally, since the latter doesn't seem to have
3521         any effect (most of the time).
3522
3523 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3524
3525         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3526         function call.
3527
3528 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3529
3530         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3531         seconds, and make the repeat clause with HH:MM specs work as
3532         documented.
3533
3534 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3535
3536         * proto-stream.el (proto-stream-capability-open): Fall back on
3537         :end-of-command if :end-of-capability doesn't exist.
3538
3539 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3542         bound globally in old Emacsen and XEmacsen.
3543
3544 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3547         so that previous errors don't prohibit getting new news.
3548
3549         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3550
3551         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3552
3553 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3554
3555         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3556         buffer, not of the string which is its name.
3557
3558 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3559
3560         * proto-stream.el (proto-stream-capability-open): Wait for
3561         :end-of-capability, not :end-of-command.
3562
3563         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3564         non-server-marks groups.
3565         (gnus-group-make-articles-read): Ditto.
3566
3567         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3568         methods (bug#9676).
3569
3570         * gnus.el (gnus-method-ephemeral-p): New function.
3571
3572 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3575         left-to-right.
3576
3577 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3578
3579         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3580         warning.
3581
3582 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3585         macroexpand the nnir things, since they haven't been defined yet, and
3586         nnir requires gnus-sum.
3587
3588 2012-01-24  Julien Danjou  <julien@danjou.info>
3589
3590         * color.el (color-rgb-to-hsl): Fix value computing.
3591         (color-hue-to-rgb): New function.
3592         (color-hsl-to-rgb): New function.
3593         (color-clamp, color-saturate-hsl, color-saturate-name)
3594         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3595         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3596
3597 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3600
3601 2012-01-19  Julien Danjou  <julien@danjou.info>
3602
3603         * color.el (color-name-to-rgb): Use the white color to find the max
3604         color component value and return correctly computed values.
3605         (color-name-to-rgb): Add missing float conversion for max value.
3606
3607 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3610         logical server name in addition to the actual machine address.
3611
3612         * auth-source.el (auth-source-user-and-password): Add convenience
3613         wrapper to search by just host and optionally user.
3614
3615 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3618         after rendering.
3619
3620 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3623         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3624         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3625
3626 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3629         (bug#9693).
3630         (gnus-summary-setup-buffer): Document return value (bug#9697).
3631
3632         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3633         since ido doesn't work on symbols (bug#9632).
3634
3635         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3636         when getting a single value as when getting all the values.  This means
3637         that atoms like `gcc-self' work cumulatively, like variable settings,
3638         instead of getting the value from the last matching clause.
3639         (gnus-group-find-parameter): Protect against the group buffer not
3640         existing (bug#9585).
3641
3642 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-start.el (gnus-activate-group): Document more parameters
3645         (bug#9694).
3646
3647         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3648         (bug#9692).
3649
3650         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3651         article was fetched, so that it can be expired later (bug#9958).
3652         (gnus-agent-summary-fetch-series): Add doc string.
3653         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3654         (bug#9517).
3655
3656         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3657         retrieval is happening.
3658
3659         * gnus.el (gnus-parameters): Doc fix.
3660
3661 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3662
3663         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3664         show the thread after expansion.
3665
3666 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus-art.el (article-narrow-to-head): If the head is completely
3669         empty, narrow to the empty region (bug#9764).
3670
3671         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3672         read, and then mark them as unread only when the unread mark is used.
3673         This makes `C-- T k' actually work, even though it's confusing.
3674
3675         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3676         alive before we try to find its window.
3677
3678 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3679
3680         * mm-decode.el (mm-display-external): Use a longer timeout for the
3681         deletion to allow slow programs to display the file.
3682
3683 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3686         prompt to be less confusing.
3687
3688         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3689         argument to `message-reply'.  This broke `special-display-*' frame
3690         pop-uping (bug#10238).
3691
3692 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3695         systems, since these allegedly don't work there.
3696
3697 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3698
3699         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3700         live buffer.
3701
3702 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * nnir.el (nnir-retrieve-headers): Protect against the article not
3705         existing on the server (bug#10335).
3706
3707 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3708
3709         * gnus-agent.el (gnus-agent-load-local): Recompute
3710         gnus-agent-article-local on changing method.
3711
3712 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus.el (gnus-parameters): Note precedence.
3715
3716 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3717
3718         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3719         in the group buffer.
3720
3721 2012-01-04  Julien Danjou  <julien@danjou.info>
3722
3723         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3724         change.
3725
3726 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3729         too.
3730
3731         * nntp.el (nntp-retrieve-group-data-early): Use it.
3732
3733 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * nntp.el (nntp-retrieval-in-progress): New variable.
3736         (nntp-make-process-buffer): Make it buffer-local.
3737
3738         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3739         2010.
3740         (gnus-demon-init): Use it to compute the time if time is on the form
3741         "04:23".
3742
3743         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3744
3745         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3746         status in the correct buffer.
3747
3748 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3749
3750         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3751         when opening topics (bug#10407).
3752
3753 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3754
3755         * gnus-cus.el (gnus-score-customize):
3756         * gnus-sum.el (gnus-sort-gathered-threads):
3757         * message.el (message-shorten-references):
3758         * nnmairix.el (nnmairix-request-group):
3759         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3760
3761 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3762
3763         * gnus-agent.el (gnus-agent-regenerate-group):
3764         * gnus-int.el (gnus-retrieve-group-data-early):
3765         * mm-util.el (mm-codepage-ibm-list):
3766         * nndiary.el (Commentary, nndiary-get-new-mail):
3767         * nnir.el (nnir):
3768         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3769
3770 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * mm-view.el (mm-display-inline-fontify): Add comment.
3773
3774 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3775
3776         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3777         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3778
3779 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3780
3781         * gnus-art.el (gnus-split-methods):
3782         * gnus-msg.el (gnus-configure-posting-styles):
3783         * gnus-spec.el (gnus-parse-simple-format):
3784         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3785         * message.el (message-do-actions): Spelling fix.
3786
3787 2011-12-15  Juri Linkov  <juri@jurta.org>
3788
3789         * mm-decode.el (mm-inline-media-tests): Add missing
3790         `mm-handle-media-subtype'.
3791
3792 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3793
3794         * gnus-group.el (gnus-group-tool-bar):
3795         * gnus-sum.el (gnus-summary-tool-bar):
3796         * message.el (message-tool-bar):
3797         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3798
3799 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3800
3801         * plstore.el (plstore--insert-buffer): Spelling fix.
3802
3803 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3804
3805         * message.el (message-valid-fqdn-regexp): Update with newly approved
3806         top-level domain names ".tel" and ".asia".
3807
3808 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3811         unconditionally.
3812
3813 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3816         pop-to-buffer-same-window for old Emacsen.
3817
3818 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3819
3820         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3821
3822 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3823
3824         * netrc.el (netrc-credentials): Spelling fix.
3825
3826 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3827
3828         * gnus-fun.el (gnus-fun-ppm-change-string):
3829         * gnus-msg.el (gnus-inews-do-gcc):
3830         * gnus-sum.el (gnus-summary-find-for-reselect):
3831         * gnus.el (gnus-summary-cancelled):
3832         * message.el (message-cancel-hook, message-send-news):
3833         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3834         * nnir.el (nnir-run-hyrex):
3835         * nntp.el (nntp-with-open-group-function):
3836         * pgg.el (pgg-pending-timers): Spelling fix.
3837
3838 2011-12-04  Chong Yidong  <cyd@gnu.org>
3839
3840         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3841         change (Bug#10200).
3842
3843 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * compface.el (uncompface):
3846         * gnus-art.el (gnus-article-x-face-command): Update the header format
3847         of icon data for the most recent icontopbm program.
3848
3849 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-msg.el (gnus-inews-do-gcc):
3852         * message.el (message-send-mail):
3853         * mml.el (mml-generate-mime): Share the value of the buffer-local
3854         `message-options' variable between a draft buffer and temprary working
3855         buffers.
3856
3857 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3858
3859         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3860
3861 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3864         for Cygwin.
3865
3866 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3867
3868         * gnus-group.el (gnus-group-prepare-flat):
3869         * mm-bodies.el (mm-encode-body):
3870         * mml.el (mml-preview):
3871         * nnml.el (nnml-request-compact-group):
3872         * pop3.el (pop3-stream-type): Spelling fix.
3873
3874 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3875
3876         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3877
3878 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3879
3880         * color.el (color-rgb-to-hsl):
3881         * gmm-utils.el (gmm-tool-bar-style):
3882         * gnus-group.el (gnus-group-prepare-flat):
3883         * gnus-topic.el (gnus-topic-prepare-topic):
3884         * mm-decode.el (mm-discouraged-alternatives):
3885         * rfc2047.el (rfc2047-encode-1):
3886         * starttls.el: Spelling fix.
3887
3888 2011-11-24  Glenn Morris  <rgm@gnu.org>
3889
3890         * binhex.el (binhex-begin-line): Give it basic doc-string.
3891
3892         * starttls.el, tls.el: Fix case of "GnuTLS".
3893
3894 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3895
3896         * gnus-group.el (gnus-group-highlight): Fix typo.
3897
3898 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3899
3900         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3901         value of `delete-file', that returns nil for a local file but returns t
3902         for a remote file using ssh.
3903
3904 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3905
3906         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3907
3908 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3911         avoid later breakage.
3912
3913 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3916         article buffers' name.
3917
3918 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3921         by Paul Eggert's spellfixes two days ago.
3922
3923 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3926         doesn't have it.
3927
3928         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3929         buffer-local instead of binding them to avoid warnings.  Also demote
3930         errors (bug#10063).
3931         (font-lock-mode-hook): Shut up byte compiler.
3932
3933 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3934
3935         * mm-util.el (mm-charset-after):
3936         * nnir.el (nnir-run-hyrex):
3937         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3938         (ntlm-get-password-hashes, ntlm-md4hash):
3939         * smime.el: Fix typo.
3940
3941 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3942
3943         * gnus-agent.el (gnus-agent-expire-group-1):
3944         * nndiary.el (nndiary-last-occurence):
3945         * nnimap.el (nnimap-request-set-mark):
3946         * nnmairix.el (nnmairix-only-use-registry):
3947         * gnus-group.el (gnus-group-prepare-flat):
3948         * gnus-sum.el (gnus-decode-encoded-word-methods):
3949         * message.el (message-wash-subject):
3950         * nntp.el (nntp-retrieve-headers-with-xover):
3951         * smime.el (smime-certificate-directory): Spelling fix.
3952
3953 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3956
3957         * color.el:
3958         * gnus-agent.el (gnus-agent-possibly-alter-active):
3959         * gnus-dired.el (gnus-dired-print):
3960         * mail-parse.el:
3961         * nnmairix.el (nnmairix-request-group):
3962         * shr.el (shr-image-displayer):
3963         * sieve-manage.el:
3964         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3965
3966 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3967
3968         * gnus-sum.el (gnus-auto-select-subject):
3969         * spam-report.el (spam-report-resend): Spelling fix.
3970
3971 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3972
3973         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3974         * gnus-art.el (gnus-default-article-saver):
3975         * gnus-srvr.el (gnus-server-copy-server):
3976         * gnus.el (gnus-sloppily-equal-method-parameters):
3977         * html2text.el (html2text-format-tag-list):
3978         * message.el (message-narrow-to-head):
3979         * nndiary.el:
3980         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3981         * sieve.el: Spelling fix.
3982
3983 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3984
3985         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3986         * gnus-sum.el (gnus-summary-make-menu-bar):
3987         * gnus-uu.el (gnus-uu-decode-postscript)
3988         (gnus-uu-decode-postscript-and-save):
3989         * mailcap.el (mailcap-print-command):
3990         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3991         Fix typos.
3992
3993 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3994
3995         * gnus-art.el (gnus-article-part-wrapper):
3996         * html2text.el (html2text-fix-paragraphs):
3997         * mm-decode.el (mm-image-fit-p):
3998         * rfc2047.el (rfc2047-encode-message-header):
3999         * shr-color.el (shr-color-visible-distance-min)
4000         (shr-color-relative-to-absolute, set-minimum-interval)
4001         (shr-color-visible): Fix typos.
4002
4003 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4004
4005         * gmm-utils.el (gmm-tool-bar-item):
4006         * gnus-art.el (gnus-treat-body-boundary):
4007         * gnus-diary.el (gnus-user-format-function-d):
4008         * gnus-start.el (gnus-get-unread-articles):
4009         * pgg-gpg.el (pgg-gpg-update-agent):
4010         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4011
4012 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4013
4014         * gnus-topic.el (gnus-group-prepare-topics):
4015         * gnus-uu.el (gnus-extract-view):
4016         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4017
4018 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * spam.el: Move BBDB autoloads.
4021         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4022         BBDB 2 and 3.
4023         (spam-check-BBDB): Use it.
4024         (spam-enter-ham-BBDB): Use it.
4025
4026 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4027
4028         * smime.el (smime-draw-buffer): Spelling fix.
4029
4030 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4031
4032         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4033         for scanning exactly one level.
4034         * gnus-start.el (gnus-get-unread-articles): Ditto.
4035
4036 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4039         slightly clearer.
4040
4041 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-sync.el: More commentary about setup.
4044
4045 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * message.el (message-send-and-exit): Document `arg'.
4048
4049 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4050
4051         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4052
4053 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4056
4057         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4058         we don't use `bound-and-true-p'.
4059
4060 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4061
4062         * gnus-util.el (gnus-bound-and-true-p): Remove.
4063         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4064         * nnir.el: Use it.
4065         * nnmairix.el: Use it.
4066
4067 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * gnus-sync.el: Improve docs about CouchDB admins.
4070
4071         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4072         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4073         for reasons unknown.
4074         * nnir.el: Use it.
4075         * nnmairix.el: Use it.
4076
4077         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4078         * nnir.el: Ditto.
4079         * nnmairix.el: Ditto.
4080
4081         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4082
4083 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4086         not needed.  Provide xmlplistread list function to produce XML plist
4087         output for non-Gnus LeSync clients.
4088
4089 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4092
4093         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4094         and save against it.  Group subscriptions, read marks, other marks,
4095         subscription levels, topic names, and topic offsets (the group's
4096         position within the topic) are saved.  This is an experimental backend
4097         and may change significantly.  Load json.el from the gnus-fallback-lib
4098         if it's not available otherwise.
4099         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4100
4101 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * message.el (message-completion-function): Make sure
4104         message-tab-body-function is not attempted if one of
4105         message-completion-alist fails to find a completion (bug#9158).
4106
4107 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4108
4109         * mml.el (mml-quote-region): Quote <#secure> tag.
4110         (mml-generate-mime-1): Unquote <#secure> tag.
4111
4112 2011-10-20  Chong Yidong  <cyd@gnu.org>
4113
4114         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4115         calling a minor mode from Lisp with nil arg enables it, so we have to
4116         make the wording a bit ambiguous here).
4117
4118 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4121         * nnir.el (nnir-mode): Use it.
4122         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4123         Use it.
4124
4125         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4126         * nnmairix.el (gnus-registry-enabled): Ditto.
4127
4128 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4129
4130         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4131         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4132         only while we need to find out if it should be t or nil.
4133         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4134         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4135         the registry is installed.  Set it to nil when it's unloaded.
4136         (gnus-registry-install-p): Provide user guidance for the initial value
4137         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4138         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4139         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4140         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4141         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4142         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4143         `gnus-registry-install'.
4144
4145 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4146
4147         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4148         previous change.
4149         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4150         primary key is marked as disabled.
4151
4152 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4153
4154         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4155         primary key is marked as disabled.
4156
4157 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4158
4159         * html2text.el (html2text-clean-anchor): Check for quotes around
4160         `href' value.
4161
4162 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4165         searching.  Drop `bbdb-cache'.
4166
4167 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * message.el (message-signed-or-encrypted-p): Exclude header when
4170         checking if there is signed or encrypted body in text/plain message.
4171
4172 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4173
4174         * html2text.el (html2text-get-attr): Correctly handle attribute values
4175         containing "=".
4176
4177 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4178
4179         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4180         handle bindings.
4181
4182 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-win.el (gnus-configure-windows): Protect against reading
4185         ephemeral groups outside of Gnus.
4186
4187 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * shr.el (shr-tag-img): Don't get images displayed in tables.
4190
4191 2011-10-03  Glenn Morris  <rgm@gnu.org>
4192
4193         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4194         the "maintainer" version of debbugs.gnu.org reports.
4195
4196 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4199         make asynchronous adjacent image insertion work better.
4200
4201 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4202
4203         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4204         documentation.
4205
4206 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4209         `gnus-asynchronous' isn't shadowed.
4210
4211 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4214
4215         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4216         (nnimap-insert-partial-structure): The charset parameter isn't
4217         case-sensitive.
4218
4219         * nnheader.el (nnheader-message-maybe): New function.
4220
4221         * shr.el (shr-tag-table): Render totally broken tables better.
4222
4223         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4224         computing the boundary.
4225
4226 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * pop3.el (pop3-number-of-responses): Remove.
4229         (pop3-wait-for-messages): Rewrite to take linear time instead of
4230         exponential time.
4231
4232 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4233
4234         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4235         re-fetch images.
4236
4237         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4238         re-fetch images when hitting `g' in Gnus.
4239
4240 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4243         (mml-compute-boundary): Don't check collision if it is non-nil.
4244         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4245         before checking collision.
4246
4247 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * message.el (message-indent-citation): Really make sure there's a
4250         newline at the end.
4251
4252         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4253         Fix suggested by John Wiegley.
4254
4255         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4256
4257         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4258
4259         * message.el (message-default-send-rename-function): Break out into its
4260         own function.
4261
4262         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4263         doesn't work under XEmacs.
4264
4265         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4266         of "imaps" to word around Windows problems.
4267         (nnimap-open-connection-1): Use it.
4268
4269         * message.el (message-indent-citation): Revert last change which made
4270         `F' not work.
4271
4272 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4273
4274         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4275         terminal as well.
4276
4277 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4280         because it displays images using overlays that aren't easy to copy to
4281         the article buffer.
4282
4283 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4284
4285         * message.el (message-indent-citation): Fix empty line removal at the
4286         end of the citation.
4287
4288 2011-09-20  Julien Danjou  <julien@danjou.info>
4289
4290         * auth-source.el (auth-source-netrc-create): Use default value for
4291         password if specified.  Evaluate default.
4292         (auth-source-plstore-create): Ditto.
4293         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4294         value evaluation.
4295         (auth-source-netrc-create): Typo fix.
4296         (auth-source-plstore-create): Ditto.
4297
4298         * password-cache.el (password-cache-remove): Remove entries even if the
4299         value is nil, so that password with a nil value (negative caching) is
4300         possible to invalidate.
4301
4302         * auth-source.el (auth-source-format-cache-entry): New function.
4303
4304 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4307
4308 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4311
4312 2011-09-19  Julien Danjou  <julien@danjou.info>
4313
4314         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4315         which work with things that are not ASCII.
4316
4317 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4320
4321 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4324         message level.
4325
4326 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4329
4330 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4333
4334 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4335
4336         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4337         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4338
4339 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4340
4341         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4342         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4343         articles.
4344
4345 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4346
4347         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4348         (message-mail-other-window, message-mail-other-frame)
4349         (message-news-other-window, message-news-other-frame):
4350         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4351         instead of setting buffer display varibles.
4352
4353 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4356
4357         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4358
4359 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4362         duplicates" to a higher level.
4363
4364         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4365         most egregious messages.
4366
4367 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4370
4371 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4372
4373         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4374         up the file (bug#9351).
4375
4376 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4379         it does with all other backends, but decode the names immediately after
4380         getting them.
4381
4382         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4383         decoding nnimap groups.
4384
4385         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4386         newsrc file.  It doesn't seem like an important optimization any more.
4387
4388 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4389
4390         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4391         overflows.
4392
4393 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4396         (gnus-interactive-exit): Extend to `quiet'.
4397
4398         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4399
4400         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4401         string.
4402
4403         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4404         renaming function arguments from `this'.
4405
4406         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4407
4408         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4409         has been renamed.
4410         (gnus-lrm-string-p): Include RLM and PDF, too.
4411
4412         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4413         (bug#9225).
4414
4415 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4416
4417         Add autoload cookies for functions used by sendmail.el.
4418         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4419
4420         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4421
4422 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (article-date-ut): Work properly even when there are
4425         things like Date header in the body; work for forwarded parts.
4426
4427 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4428
4429         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4430         original-article-buffer.
4431
4432 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4433
4434         * nnir.el (nnir-compose-result): Fix matching of server type.
4435         (nnir-run-swish++): Ditto.
4436         (nnir-run-namazu): Ditto.
4437         (nnir-run-notmuch): Ditto.
4438
4439 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4442         (bug#9405).
4443
4444         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4445         (bug#9421).
4446
4447         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4448         (bug#9425).
4449
4450         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4451         thing (bug#9426).
4452
4453 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4456         the error message.
4457
4458 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4459
4460         * message.el (message-setup-1): Return t (Bug#9392).
4461
4462 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4463
4464         * gnus-sum.el: When adding article headers to a summary buffer also
4465         update gnus-newsgroup-articles (bug#9386).
4466
4467 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * auth-source.el: Autoload help-mode.
4470
4471 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4474         names.
4475
4476 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4477
4478         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4479         mm-replace-in-string for compatibility issues.
4480         * mml2015.el (mml2015-epg-verify): Ditto.
4481
4482 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4485
4486         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4487
4488 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4491         continue on and do the clean-up phase (bug#9188).
4492
4493         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4494         just ignore groups that can't be opened instead of erroring out
4495         (bug#9225).
4496
4497         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4498         nil since some many people are fuddy-duddies.
4499
4500         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4501         images.
4502
4503         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4504         instead.
4505
4506         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4507
4508         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4509
4510         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4511         processing.
4512
4513         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4514         buffer to avoid warnings.
4515
4516 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4517
4518         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4519         specified to reduce precision.
4520
4521 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4524         bodystructures (bug#9314).
4525
4526 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4529         Make button keymap non-sticky after buttons.
4530
4531 2011-08-18  David Engster  <dengste@eml.cc>
4532
4533         * nnmairix.el (nnmairix-request-set-mark)
4534         (nnmairix-goto-original-article): Remove adding of article to registry,
4535         since `gnus-registry-add-group' isn't available anymore.
4536         (nnmairix-determine-original-group-from-registry):
4537         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4538         available anymore.
4539
4540 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4541
4542         * starttls.el (starttls-any-program-available): Define as obsolete
4543         function.
4544
4545 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4548         versions which Gnus use when appropriate.
4549
4550         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4551         a pretty destructive command.
4552
4553         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4554
4555 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * message.el (message-fix-before-sending): Make a different warning
4558         about NUL characters (bug#9270).
4559
4560         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4561         from custom (bug#9260).
4562
4563         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4564         things work in Emacs 22 and XEmacs, too.
4565
4566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4567         default From.
4568
4569         * gnus-spec.el (gnus-lrm-string-p): New macro.
4570         (gnus-lrm-string): New constant.
4571         (gnus-summary-line-format-spec): LRM-ify the from.
4572         (gnus-tilde-max-form): LRM-ify string chopping.
4573
4574         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4575
4576         * message.el (message-is-yours-p): Allow disabling canlock checking
4577         (bug#9295).
4578         (message-shoot-gnksa-feet): Add `canlock-verify'.
4579         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4580         message directory isn't writable (bug#9304).
4581
4582         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4583         non-world-readable.
4584
4585 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4588         articles.
4589
4590 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4591
4592         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4593         copy-list.
4594
4595 2011-08-12  Sam Steingold  <sds@gnu.org>
4596
4597         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4598         in the reverse order to avoid modifying the cache with `nreverse'.
4599         (gnus-all-score-files): Do not modify the value returned by
4600         `gnus-score-find-alist' because it lives in a cache variable.
4601         (gnus-current-home-score-file): No need to `nreverse' the return value
4602         of `gnus-score-find-alist', it is already in the correct order.
4603
4604 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4605
4606         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4607         type MESSAGE and subtype RFC822 is slightly different from those of
4608         type TEXT.
4609
4610 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4611
4612         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4613         This allows article-referral to work from an nnir group.
4614
4615 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4616
4617         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4618
4619 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4620
4621         * mml1991.el (mml1991-epg-find-usable-key)
4622         (mml1991-epg-find-usable-secret-key): New function.
4623         (mml1991-epg-sign): Check if signing key is usable.
4624         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4625
4626 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4627
4628         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4629         server-variables only.  This should fix a bug introduced with commit
4630         e1889675b7f4adf057833c5513c9374134c4e053.
4631         (nnir-run-query): 'nnir-search-engine should not be set from the global
4632         environment.
4633
4634 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4635
4636         * nnir.el (nnir-search-thread): Position point on referring article
4637         line.
4638         (nnir-warp-to-article): Clean up summary buffers.
4639
4640         * nnimap.el (nnimap-request-thread): Whitespace fix.
4641
4642 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4643
4644         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4645
4646 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * starttls.el (starttls-available-p): Rename from
4649         `starttls-any-program-available' and changed return convention.
4650
4651 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4654         `unix-sync' unless it's defined.
4655
4656 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4657
4658         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4659         `aref' for XEmacs compatibiltiy.
4660
4661 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4664
4665 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4666
4667         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4668         closures, quote the form properly (bug#9194).
4669
4670 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4673         (gnus-summary-insert-new-articles): Protect against servers that are
4674         down.
4675
4676 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4677
4678         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4679         in mm handle if none is specified.
4680
4681 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4684
4685 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4686
4687         * nnir.el (nnir-search-thread): New function to make an nnir group
4688         based on a thread query.
4689
4690         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4691         of nnir in thread referral.
4692         (gnus-summary-refer-thread): Use it.
4693
4694         * nnimap.el (nnimap-request-thread): Use it.
4695
4696 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * shr.el (shr-tag-comment): Ignore HTML comments.
4699
4700 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4701
4702         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4703         argument.
4704         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4705         Use `nnir-address' to handle server info rather than passing an arg.
4706
4707         * nnimap.el (nnimap-make-thread-query): New utility function to format
4708         an imap thread search query.
4709         (nnimap-request-thread): Use it.
4710
4711         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4712         right select-method if we are not going back to the group buffer.
4713
4714 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4717         enter invalid buffer configurations into the quit form (bug#9107).
4718         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4719         unplugged/plugged.
4720
4721         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4722         keep track of which ones are unread (bug#9061).
4723
4724         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4725         (bug#9055).
4726
4727         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4728         (bug#9041).
4729
4730         * gnus-html.el (mm-util): Require (bug#9073).
4731
4732         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4733         (gnus-summary-refer-thread): Use it to remove duplicates in the
4734         un-threaded view (bug#9053).
4735         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4736
4737 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4738
4739         * nnir.el (nnir-read-server-parm): Use default value from global
4740         variable.  Without this the default search engine parameters aren't
4741         used at all.
4742
4743 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * message.el (message-unique-id): Don't use the undocumented return
4746         value from (random t) (bug#9118).
4747
4748 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * message.el (message-auto-save-directory): If the ~/Mail directory
4751         doesn't exist, use ~ as the auto-save directory (bug#4432).
4752
4753         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4754         hasn't already been started.
4755
4756 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4759
4760         * message.el (message-reply): Work around mysterious bug where
4761         `message-mode' seems to overwrite the locally bound `subject' variable.
4762
4763 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4764
4765         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4766         correct group.
4767
4768         * gnus-int.el (gnus-request-thread): Add group argument.
4769
4770         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4771
4772 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4775
4776         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4777         renamed to `debbugs-gnu-*'.
4778
4779 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4780
4781         * plstore.el: Revert the editing feature since it is not urgent.
4782         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4783         (plstore-mode-decoded): Remove.
4784
4785 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4788         isn't very interesting any more, and it leaks potentially secret data.
4789         (gnus-debug): Remove.
4790
4791         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4792         use of :custom-show.
4793
4794 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4795
4796         * plstore.el: Add documentation.
4797         (plstore-mode): New mode to edit plstore file.
4798         (plstore-mode-toggle-display, plstore-mode-original)
4799         (plstore-mode-decoded): New command.
4800         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4801         (plstore--insert-buffer, plstore--make): New function.
4802         (plstore-open, plstore-save): Simplify by using them.
4803
4804 2011-07-06  Glenn Morris  <rgm@gnu.org>
4805
4806         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4807
4808 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4811         no longer is much used.
4812         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4813         Articles".
4814
4815 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4816
4817         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4818         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4819         `notmuch' backend.
4820
4821 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * mm-decode.el (mm-text-html-renderer): Doc fix.
4824
4825         * gnus-msg.el (gnus-bug): Fix the MML tag.
4826
4827         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4828
4829 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4830
4831         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4832         secondary methods if started with `gnus-no-server'.
4833
4834 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4835
4836         * message.el (message-return-action): Fix typo in docstring.
4837
4838 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4841         bug reports at once.
4842
4843         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4844
4845 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * nndraft.el: Require gnus-group.
4848         (nndraft-request-list): Declare.
4849
4850         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4851         no unread article unless it matches gnus-permanently-visible-groups.
4852
4853         * nndraft.el (nndraft-update-unread-articles): New function.
4854         (nndraft-request-associate-buffer): Use it to update the number of
4855         unread articles for the nndraft groups in the group buffer when saving
4856         or killing a draft message.
4857
4858 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4861         systems to binary before writing and reading the mbox files.
4862
4863         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4864         instead of trying to list them all (bug#8978).
4865
4866 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4867
4868         * pop3.el (pop3-open-server): Use :end-of-capability.
4869
4870 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4873         the id is always a number.
4874
4875         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4876
4877         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4878         debbugs mode, if possible.
4879
4880 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4881
4882         * auth-source.el (auth-source-token-passphrase-callback-function):
4883         Reindent.
4884         (epg-context-operation): Remove unnecessary autoload.
4885
4886 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * gnus.el (gnus-list-debbugs): New command.
4889
4890         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4891         mboxstat instead of the maintbox, since the stat seems to be fuller.
4892
4893         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4894         summary buffers.
4895
4896         * message.el (message-get-reply-headers): Delete all duplicates,
4897         instead of the first.
4898         (message-get-reply-headers): Ensure that we have progress while
4899         deleting duplicates.
4900
4901         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4902         gnus-posting-style value from the summary buffer to make it easier to
4903         make that a per-buffer conf.
4904
4905 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4906
4907         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4908         found by setting `shortcut' in 'query.
4909         (nnir-request-article): Use `shortcut' setting when requesting article
4910         by Message-ID.
4911
4912 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4915         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4916         Bring the pseudo-headers back too.
4917
4918 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4919
4920         * auth-source.el (auth-source-token-passphrase-callback-function):
4921         Simplify and remove EPA dependency.
4922
4923 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4924
4925         * nnir.el (nnir-request-article): Fix error message text.
4926
4927 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4928
4929         * auth-source.el (plstore-delete): Autoload.
4930         (auth-source-plstore-search): Support delete operation.
4931         * plstore.el (plstore-delete): New function.
4932
4933 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4936         mark actually existing articles as unread rather than the ones that
4937         active asserts.
4938
4939 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4940
4941         * nntp.el (nntp-record-command):
4942         * gnus-util.el (gnus-message-with-timestamp-1):
4943         Use format-time-string rather than decoding time stamps by hand.
4944         This is simpler and insulates the code from potential changes to
4945         current-time format.
4946
4947 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4950
4951 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4952
4953         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4954         (plstore-save): Support public key encryption.
4955         (plstore--init-from-buffer): New function.
4956         (plstore-open): Use it; fix error when opening a non-existent file.
4957         (plstore-revert): Use plstore--init-from-buffer.
4958
4959 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4960
4961         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4962
4963 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4966         for old Emacsen.
4967
4968 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4969
4970         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4971         is not fully working.
4972
4973 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * dgnushack.el: Autoload sha1 on XEmacs.
4976
4977         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4978         quit window configuration.
4979
4980         * auth-source.el (epg-context-set-passphrase-callback):
4981         Remove duplicate autoload.
4982
4983 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4984
4985         * nnir.el (nnir-request-article): Allow requesting articles by
4986         Message-ID with nnimap.
4987
4988         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4989         current server.
4990
4991 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * auth-source.el: Autoload EPA/EPG functions.
4994         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4995         changed when EPA/EPG is not available.
4996         (auth-source-backend): Rename "arg" member to "data".
4997         (auth-source-backend-parse, auth-source-plstore-search)
4998         (auth-source-plstore-create): Use it.
4999
5000 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5001
5002         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5003         `gnus-refer-article-methods'.
5004
5005 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * auth-source.el: Require EPA and EPG.
5008         (auth-source-passphrase-alist): New variable.
5009         (auth-source-passphrase-callback-function)
5010         (auth-source-token-passphrase-callback-function): Callbacks for the
5011         netrc field encryption (GPG tokens).
5012         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5013         Symmetric encryption and decryption of the netrc GPG tokens.
5014         (auth-source-netrc-normalize): Use them, simplifying the closure.
5015
5016 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5019         is available.
5020
5021 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5024         non-nil, and `nnimap-split-methods' is nil, use the former.
5025
5026 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5027
5028         * plstore.el (plstore-revert): New function.
5029         (plstore-open): Use it; hide the buffer from user.
5030
5031 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5032
5033         * auth-source.el (auth-source-backend): New member "arg".
5034         (auth-source-backend-parse): Handle new backend 'plstore.
5035         * plstore.el: New file.
5036
5037 2011-06-30  Glenn Morris  <rgm@gnu.org>
5038
5039         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5040
5041 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5044         expiring articles to.
5045
5046         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5047         variations as ASCII (bug#5458).
5048
5049 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5052
5053 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * message.el (message-point-in-header-p): Tweak the function to default
5056         to saying that we're not in the headers if there is no separator at
5057         all.  This makes it possible to use the Message version of `M-q' in
5058         buffers with no headers (bug#7987).
5059         (message-point-in-header-p): Fix last checkin to work with an empty
5060         mail-header-separator, too.
5061
5062         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5063         again, save the choice via customize.
5064
5065 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5068
5069         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5070         ended the connection, bail out before waiting infinitely on a new
5071         connection.
5072
5073 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5076         reports.
5077
5078         * gnus.el (gnus-bug-package): Use "gnus."
5079         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5080
5081 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * dgnushack.el: Make the timer warning go away on XEmacs.
5084
5085         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5086         animations going on at article exit time.
5087
5088         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5089         since removing it breaks people upgrading.
5090
5091         * shr.el (shr-put-image): Use the new interface for animating images.
5092         (shr-put-image): Animate for 60 seconds.
5093
5094         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5095         avoid compiler warnings.
5096
5097         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5098         error with `find-file-hooks' on Emacs 22.
5099         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5100         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5101         on all architectures.
5102
5103         * spam.el (spam-stat): Require in a normal fashion without binding
5104         `spam-stat-install-hooks' to avoid compilation warnings.
5105
5106         * spam-stat.el (spam-stat-install-hooks): Remove.
5107         (spam-stat-install-hooks): Don't run automatically.
5108
5109 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5110
5111         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5112         and keystroke.
5113
5114 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * auth-source.el (auth-source-netrc-cache): Move forward.
5117
5118 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * proto-stream.el (proto-stream-open-starttls): Use
5121         `gnutls-available-p' to see whether we have built-in support.
5122
5123         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5124         we already know.
5125         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5126         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5127
5128 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5131         %S format, since that looks odd.
5132         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5133         file, especially when saving.
5134
5135 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5136
5137         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5138         article found.
5139
5140 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5143         `auth-source-save-secrets' with a more sensitive alist that can be
5144         configured per file.  Experimental, so defaults to 'never.
5145         (auth-source-netrc-create): Use it.  Still experimental code.
5146         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5147         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5148
5149 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * auth-source.el (auth-source-save-secrets): New variable to control if
5152         secret tokens should be saved encrypted.
5153         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5154         to `auth-source-netrc-normalize'.
5155         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5156         on the EPA variables being defined.
5157         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5158         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5159         the lexical-let closure.
5160         (auth-source-netrc-create): Create "gpg:" tokens according to
5161         `auth-source-save-secrets'.
5162
5163 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-group.el (gnus-group-update-group): Add new argument
5166         `info-unchanged' that stops updating dribble buffer.
5167
5168         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5169         deletes lines matching to it in dribble buffer.
5170
5171         * gnus-agent.el (gnus-agent-fetch-group-1):
5172         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5173         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5174         * gnus-start.el (gnus-group-change-level):
5175         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5176
5177         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5178         if newsgroup info is not changed.
5179
5180         * gnus-group.el (gnus-group-get-new-news-this-group):
5181         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5182         Don't update dribble buffer.
5183
5184 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5187         remove entries with groups we ignore.
5188
5189 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5192         the underline comes at the bottom.
5193
5194 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5197         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5198         (gnus-registry-article-marks-to-names): Rename from
5199         `gnus-registry-user-format-function-M2'.
5200
5201 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5204         ephemeral group.
5205
5206 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * shr.el (shr-browse-image): Copy the URL if called interactively.
5209
5210 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5213         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5214         done, then unselected articles may be marked as read.
5215
5216         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5217         since not doing this seems to lead to a race condition in pop3-logon.
5218
5219         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5220         so that the call chain it correct when we call "upwards".
5221
5222         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5223         in read-only groups.
5224
5225         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5226
5227         * message.el (message-cite-reply-position): Doc string fix.
5228
5229         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5230         avoid regexp overflow.
5231         (nnimap-transform-split-mail): Ditto.
5232
5233         * pop3.el (pop3-retr): Error out if the server closes the connection.
5234
5235 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5236
5237         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5238         mm-with-unibyte-current-buffer.  The buffer should not contain any
5239         multibyte chars anyway at this stage.
5240
5241 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5244         at the end of lines.
5245
5246 2011-05-29  Julien Danjou  <julien@danjou.info>
5247
5248         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5249
5250 2011-05-27  Glenn Morris  <rgm@gnu.org>
5251
5252         * gnus-group.el (gnus-bug-group-download-format-alist):
5253         Use the "maintainer" version of debian reports as well.
5254
5255 2011-05-26  Glenn Morris  <rgm@gnu.org>
5256
5257         * gnus-group.el (gnus-bug-group-download-format-alist):
5258         Use the "maintainer" version of debbugs.gnu.org reports.
5259
5260 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5263
5264 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5265
5266         * gnus-cus.el (gnus-agent-customize-category):
5267         * gnus-delay.el (gnus-delay-send-queue):
5268         * gnus.el (gnus-other-frame):
5269         Don't quote lambda expressions with `quote'.
5270
5271 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5274         the thread moves us backwards and so we loop forever.
5275
5276 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5279         whitespace in base64 data lines.
5280
5281 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * gnus-registry.el (gnus-registry-user-format-function-M):
5284         Use `mapconcat'.
5285         (gnus-registry-user-format-function-M2): Use to see the full text of
5286         the marks.  Make "," the mark text separator.
5287
5288         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5289         authentication with auth-source.
5290
5291 2011-05-17  Glenn Morris  <rgm@gnu.org>
5292
5293         * gnus-group.el (gnus-import-other-newsrc-file):
5294         Use insert-file-contents.
5295
5296 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5299         1000 iterations.
5300
5301 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * nntp.el (nntp-open-connection): Check if process-type is available.
5304
5305 2011-05-16  Julien Danjou  <julien@danjou.info>
5306
5307         * shr.el (shr-tag-del): Add support for del tag.
5308
5309 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-html.el (gnus-html-put-image): Register a displayer.
5312
5313         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5314
5315 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * registry.el (prune-factor): New initialization parameter defaulting
5318         to 0.1.
5319         (registry-prune-hard): Use it.
5320
5321         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5322         0.1 expicitly.
5323
5324 2011-05-13  Glenn Morris  <rgm@gnu.org>
5325
5326         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5327         is bound, since this function requires sendmail.
5328
5329 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         * registry.el (registry-usage-test): Disable pruning test.
5332
5333 2011-05-11  David Engster  <dengste@eml.cc>
5334
5335         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5336         Bind set-network-process-option for XEmacs.
5337
5338 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * registry.el (registry-prune-hard-candidates)
5341         (registry-prune-soft-candidates): Helper methods for registry pruning.
5342         (registry-prune): Use them.  Make the sort function optional.
5343
5344 2011-05-10  Jim Meyering  <meyering@redhat.com>
5345
5346         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5347
5348 2011-05-10  Julien Danjou  <julien@danjou.info>
5349
5350         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5351         symbol and not a list.
5352
5353 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-art.el (gnus-article-mode): Move binding of
5356         shr-put-image-function here from gnus-article-prepare-display.
5357
5358         * shr.el (shr-put-image-function): New variable.
5359         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5360         (shr-put-image): Return scaled image.
5361
5362         * gnus-art.el (gnus-shr-put-image): New function.
5363         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5364
5365         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5366         original ones, as deletable.
5367
5368 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5369
5370         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5371
5372 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * registry.el (registry-full): Add convenience method.  Fix logic.
5375         (registry-insert): Use it.  Fix logic here too.
5376
5377         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5378         `registry-prune' if `registry-full' returns t.
5379         (gnus-registry-handle-action)
5380         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5381         (gnus-registry-usage-test): Use it.
5382
5383 2011-05-07  Julien Danjou  <julien@danjou.info>
5384
5385         * shr.el (shr-link): Make shr-link inherit from link by default.
5386
5387 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5390
5391 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5394         error out because the face is not a list.
5395
5396 2011-05-05  Glenn Morris  <rgm@gnu.org>
5397
5398         * proto-stream.el (gnutls-negotiate): Fix declarations.
5399
5400         * gnus-start.el (gnus-propagate-marks): Declare.
5401
5402 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * registry.el (registry-reindex): Fix percentage message.
5405
5406         * proto-stream.el (network-stream-open-starttls): Adjust to call
5407         `gnutls-negotiate' with :process and :hostname arguments.
5408
5409 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * shr.el: Add shr-link face for links.
5412         (shr-urlify): Use it.
5413
5414         * registry.el (registry-insert): Make error message more helpful.
5415
5416 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * gnus-html.el (gnus-html-schedule-image-fetching):
5419         Use url-queue-retrieve, if it exists.
5420
5421         * shr.el (shr-tag-img): Ditto.
5422
5423         * gnus.el: Autoload more gnus-agent functions.
5424
5425         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5426         agent if we haven't already (bug#8502).
5427
5428         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5429         into the Agent, too.
5430
5431         * gnus-agent.el (gnus-agent-store-article): New function.
5432
5433         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5434         and moved from that file for reuse.
5435
5436         * pop3.el (pop3-open-server): Error messages are "-ERR".
5437
5438 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5441         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5442
5443 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5444
5445         * gnus.el: No Gnus v0.17 is released.
5446
5447 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5448
5449         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5450         buffer has moved to a different frame.
5451
5452 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5455         to get the conversion from unibyte to multibyte buffers to work on
5456         Emacs 22.
5457
5458         * nntp.el (nntp-request-article): Slight clean-up.
5459
5460 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * shr.el (shr-strike-through): New face.
5463         (shr-tag-s): Use it to provide <s> support.
5464         (shr-tag-s): Remove duplicate definition.
5465
5466 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5469         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5470
5471 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5474         `gnutls-negotiate'.
5475         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5476
5477 2011-04-23  Glenn Morris  <rgm@gnu.org>
5478
5479         * gnus-sum.el (gnus-extra-headers): Bump :version.
5480
5481 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * shr.el (shr-tag-sup): New function.
5484         (shr-tag-sub): Ditto.
5485
5486 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5489         for the case where `gnus-registry-ignored-groups' is a list of lists,
5490         and don't call `gnus-parameter-registry-ignore' otherwise.
5491
5492 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * nnimap.el (nnimap-user): New backend variable.
5495         (nnimap-open-connection-1): Use it.
5496         (nnimap-credentials): Accept user parameter so it's explicit what user
5497         name is desired.
5498
5499         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5500         default.
5501
5502         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5503         not gnus-registry.el.
5504
5505         * gnus-registry.el: Mention in comments how to modify
5506         `gnus-extra-headers' for proper recipient tracking and that it may
5507         already have To and Cc recently, which it does as of this commit.
5508         (gnus-registry-ignored-groups): Remove defcustom.
5509         Explain why in comments.
5510         (gnus-registry-action): Fix data-header reference to use the extra
5511         headers.  Explain in package commentary how to add To and Cc headers to
5512         the gnus-extra-headers.
5513         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5514         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5515         parameter list or a string list in `gnus-registry-ignored-groups'.
5516         Fix logic error.
5517
5518 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * shr.el (shr-expand-url): Protect against null urls.
5521
5522 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * shr.el (shr-base): New binding.
5525         (shr-tag-base): Keep track of <base>.
5526         (shr-expand-url): New function used throughout.
5527
5528 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-registry.el
5531         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5532         (gnus-registry-ignored-groups): New variable.
5533         (gnus-registry-ignore-group-p): Use it.
5534         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5535         set the destination group to nil (same as delete) if it's ignored.
5536
5537 2011-04-20  David Engster  <dengste@eml.cc>
5538
5539         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5540
5541         * Makefile.in (test-nntp): New rule.
5542         (check): Add it.
5543         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5544
5545 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * gnus-registry.el (gnus-registry-action)
5548         (gnus-registry-fetch-header-fast):
5549         Don't use mail-header that looks an internal function of mailheader.el.
5550
5551 2011-04-19  Glenn Morris  <rgm@gnu.org>
5552
5553         * time-date.el (time-to-days): Remove unused local variables.
5554
5555 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-registry.el: Eliminate cl functions.
5558         (gnus-registry-sort-addresses): New function that replaces mapcan.
5559         (gnus-registry-action, gnus-registry-spool-action)
5560         (gnus-registry-split-fancy-with-parent)
5561         (gnus-registry-fetch-recipients-fast): Use it.
5562         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5563
5564         * registry.el (initialize-instance, registry-lookup)
5565         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5566         (registry-lookup-secondary-value, registry-search, registry-delete)
5567         (registry-insert, registry-reindex, registry-size, registry-prune):
5568         Use eval-and-compile.
5569
5570 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5571
5572         * registry.el (registry-reindex): New method to recreate the secondary
5573         registry indices.
5574
5575         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5576         tracked field changes.
5577         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5578         (gnus-registry-action, gnus-registry-spool-action)
5579         (gnus-registry-handle-action)
5580         (gnus-registry--split-fancy-with-parent-internal)
5581         (gnus-registry-split-fancy-with-parent)
5582         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5583         move, and delete actions, and for fancy splitting with parent.
5584         (gnus-registry-extract-addresses)
5585         (gnus-registry-fetch-recipients-fast)
5586         (gnus-registry-fetch-header-fast): Convenience functions.
5587         (gnus-registry-misc-test): ERT test of
5588         `gnus-registry-extract-addresses'.
5589
5590 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5593         Track by subject first, then sender.
5594
5595 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5598
5599         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5600         Lisp.
5601
5602         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5603         (gnus-draft-send): Use it to avoid popping
5604         up frames from gnus-group-send-queue.
5605
5606 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * gnus-registry.el: Updated gnus-registry docs.
5609
5610 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5611
5612         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5613         Fix logic bug.
5614         (gnus-registry-post-process-groups): Fix logging of no results and
5615         quote sender and subject.
5616
5617 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5620         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5621         gnutls-cli are too slow to be done opportunistically.
5622
5623         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5624         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5625         we had no early-data returned.
5626         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5627         two async commands to the same server at the same time.
5628
5629 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5630
5631         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5632
5633 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5636         "warning" level.
5637
5638         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5639         (mm-url-insert-file-contents): Don't set the package names.
5640
5641 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el (gnus-registry-action): Remove properties and
5644         simplify subject in `gnus-registry-handle-action'.
5645         (gnus-registry-spool-action): Get subject and sender from message if
5646         they are not passed in.
5647         (gnus-registry-handle-action): Remove properties and simplify subject
5648         consistently.
5649
5650 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5651
5652         * registry.el: Require CL before using defmacro*.
5653
5654 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (article-treat-date): Assume that
5657         gnus-article-date-headers may be a group parameter.
5658
5659 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5662
5663         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5664         interactively so the newsrc file can contain foreign groups too.
5665         Useful for debugging but not much for users.
5666
5667 2011-04-07  David Engster  <dengste@eml.cc>
5668
5669         * registry.el (registry-usage-test): Only do
5670         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5671         lexical binding.
5672
5673 2011-04-07  David Engster  <dengste@eml.cc>
5674
5675         * Makefile.in (check, test-registry): New rules for test-suite.
5676
5677 2011-04-06  David Engster  <dengste@eml.cc>
5678
5679         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5680         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5681
5682 2011-04-06  David Engster  <dengste@eml.cc>
5683
5684         * registry.el (initialize-instance): Change :after to :AFTER to be
5685         compatible with old EIEIO version in XEmacs.
5686
5687 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5688
5689         * gnus-registry.el (gnus-registry-post-process-groups)
5690         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5691         and provide better messaging.
5692
5693 2011-04-06  David Engster  <dengste@eml.cc>
5694
5695         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5696         errors.
5697
5698         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5699         dgnushack-compile with error-on-warn enabled, and to signal an error if
5700         clean compilation failed.
5701         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5702         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5703
5704 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5707         unconditionally anyway, discarding errors.
5708         (gnus-registry-delete-entries): New convenience function.
5709         (gnus-registry-import-eld): Import from old .eld registry.
5710
5711         * registry.el: Don't use ERT if it's not available.  Load it
5712         unconditionally anyway, discarding errors.
5713
5714         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5715         version from the Claudio Bley GnuTLS patch (extra optional parameters
5716         and host name).
5717
5718 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5721         fixup the parameters that can be customized by the user between
5722         save/read cycles.
5723         (gnus-registry-read): Use it.
5724         (gnus-registry-make-db): Use it.
5725         (gnus-registry-spool-action, gnus-registry-handle-action):
5726         Fix messaging.
5727         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5728         Map references to actual group names with sender and subject tracking.
5729         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5730         (gnus-registry-usage-test): Add subject lookup test.
5731
5732         * registry.el (registry-db, initialize-instance): Set up constructor
5733         instead of :initform arguments for the sake of older Emacsen.
5734         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5735         pre-lexbind merge bug.
5736         (registry-usage-test): Use it.
5737         (initialize-instance, registry-db): Move the non-function initforms
5738         back to the class definition.
5739
5740 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * registry.el: New library to manage gnus-registry-style data.
5743
5744         * gnus-registry.el: Use it (major rewrite).
5745
5746         * nnregistry.el: Use it.
5747
5748         * spam.el: Use it.
5749
5750 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5753         marks on non-selected articles.
5754
5755 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5756
5757         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5758         parameter to open-protocol-stream.
5759
5760 2011-04-01  Julien Danjou  <julien@danjou.info>
5761
5762         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5763         fundamental-mode.
5764
5765 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5768         servers.
5769
5770 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5773         made marks not propagate, again.
5774
5775 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5776
5777         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5778         Make this the default type.
5779         (proto-stream-open-plain): Rename from proto-stream-open-default.
5780         (open-protocol-stream, proto-stream-open-starttls)
5781         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5782         with `plain'.
5783
5784         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5785         value.
5786
5787         * nntp.el (nntp-open-connection-function): Document the fact that some
5788         values are not functions but are instead handled specially.
5789         Recognize nntp-open-plain-stream value.
5790         (nntp-open-connection): Recognize that value.
5791
5792 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5795         where it seems to be needed.
5796
5797 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5800         stuff.
5801
5802         * gnus-score.el (gnus-score-string): Fix calling convention of
5803         `gnus-simplify-buffer-fuzzy' after last patches.
5804
5805         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5806         server for articles we didn't get any headers for.  This is a sanity
5807         check.
5808
5809 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5810
5811         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5812         new CAPABILITY, use it.
5813
5814 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5817         downloading anything.
5818
5819         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5820
5821 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5822
5823         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5824         colors.
5825         (gnus-splash-svg-color-symbols): New function.
5826
5827 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5830         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5831         (gnus-simplify-subject-fuzzy): Use the local
5832         gnus-simplify-subject-fuzzy-regex instead of the global one.
5833         This makes using this variable in group parameters work.
5834
5835 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * gnus-registry.el (gnus-registry-unfollowed-groups):
5838         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5839         archive:sent-YYYY-MM-DD groups).
5840         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5841         tracking if there are more than `gnus-registry-max-track-groups'
5842         matches.
5843
5844 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5845
5846         * message.el (message--yank-original-internal): New function to do the
5847         insertion cleanly inside eval in `message-yank-original'.
5848         (message-yank-original): Use it.
5849
5850 2011-03-29  Julien Danjou  <julien@danjou.info>
5851
5852         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5853         local variables disabled rather than `normal-mode'.
5854
5855 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5856
5857         * imap.el (imap-shell-open, imap-process-connection-type):
5858         Use imap-process-connection-type for 'shell' streams as well as
5859         Kerberos, SSL, other subprocesses.
5860
5861 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5862
5863         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5864         with open-network-stream.
5865         (proto-stream-always-use-starttls): Option removed.
5866         (open-protocol-stream): Return a process object by default.  Provide a
5867         new parameter :return-list specifying a list-type return value, which
5868         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5869         :type `network' to `try-starttls', and `network-only' to `default'.
5870         Make `default' the default, for compatibility with open-network-stream.
5871         Handle the no-parameter case exactly as open-network-stream, with no
5872         additional stream processing.  Search plists using plist-get.
5873         Explicitly add :end-of-commend parameter if it is missing.
5874         (proto-stream-open-default): Rename from
5875         proto-stream-open-network-only.  Return 'default as the type.
5876         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5877         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5878         failed.  Always return a list with a (possibly dead) process as the
5879         first element, for compatibility with open-network-stream.
5880         (proto-stream-open-tls): Use plist-get.  Always return a list.
5881         (proto-stream-open-shell): Return `default' as connection type.
5882         (proto-stream-capability-open): Use plist-get.
5883         (proto-stream-eoc): Function deleted.
5884
5885         * nnimap.el (nnimap-stream, nnimap-open-connection)
5886         (nnimap-open-connection-1): Handle renaming of :type parameter for
5887         open-protocol-stream.
5888         (nnimap-open-connection-1): Pass a :return-list parameter
5889         open-protocol-stream to obtain a list return value.  Parse this list
5890         using plist-get.
5891
5892         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5893         for open-protocol-stream.  Accept open-protocol-stream return value
5894         that is a subprocess object instead of a list.  Handle the case of a
5895         dead returned process.
5896
5897 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5900
5901         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5902
5903 2011-03-21  Julien Danjou  <julien@danjou.info>
5904
5905         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5906         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5907         query.
5908         (mm-inline-text): Render normal text with fontification whenever
5909         possible.
5910
5911         * gnus-sum.el (gnus-summary-save-parts-1):
5912         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5913         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5914         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5915         Use `mm-handle-filename'.
5916
5917         * mm-util.el (mm-handle-filename): New function, return the filename of
5918         an handle.
5919
5920 2011-03-18  Julien Danjou  <julien@danjou.info>
5921
5922         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5923         (gnus-buffer-live-p): Check that buffer is not nil.
5924
5925 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5926
5927         * gnus.el: No Gnus v0.15 is released.
5928
5929 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5932         avoid warning on XEmacs.
5933
5934         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5935         on XEmacs.
5936
5937         * gnus-art.el: Require mouse, which the build bot seems to say is
5938         needed.
5939
5940         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5941
5942         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5943         XEmacs, since it doesn't have url-retrieve-synchronously.
5944
5945         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5946         since assoc-string doesn't exist in XEmacs.
5947
5948 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5949
5950         * gnus-group.el (gnus-group-list-ticked): New function.
5951         (gnus-group-make-menu-bar): Provide a menu entry for it.
5952         (gnus-group-list-map): Provide a binding for it.
5953
5954 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * shr.el (shr-visit-file): New command.
5957
5958         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5959
5960 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5961
5962         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5963         servers.
5964
5965 2011-03-16  Julien Danjou  <julien@danjou.info>
5966
5967         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5968         inline.
5969
5970         * gnus-art.el (article-hide-list-identifiers):
5971         Use gnus-group-get-list-identifiers.
5972
5973         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5974         (gnus-summary-remove-list-identifiers):
5975         Use gnus-group-get-list-identifiers to get regexp.
5976         (gnus-select-newsgroup, gnus-summary-insert-subject)
5977         (gnus-summary-insert-articles):
5978         Call gnus-summary-remove-list-identifiers unconditionally.
5979
5980 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5983         we're selecting a group with unread articles.
5984
5985         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5986
5987         * gssapi.el: New file separated out from imap.el to provide a general
5988         Kerberos 5 connection facility for Emacs.
5989
5990         * message.el (message-elide-ellipsis): Document the format spec
5991         ellipsis.
5992
5993 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * message.el (message-elide-region): Allow the ellipsis to say how many
5996         lines were removed.
5997
5998 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6001         window configurations containing buffers that are now dead.
6002
6003         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6004         parsing to avoid integer overflows.
6005         (nnimap-parse-flags): Simplify the last change.
6006         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6007         too large for 32-bit Emacsen.
6008
6009 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6010
6011         * auth-source.el (auth-source-netrc-create):
6012         * message.el (message-yank-original): Fix use of `case'.
6013
6014 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6015
6016         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6017         XEmacs, which was one character too wide.
6018
6019 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6020
6021         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6022         default number of articles to display.
6023         (gnus-articles-to-read): Use pretty names for prompt.
6024
6025 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-int.el (gnus-open-server): Ditto.
6028
6029         * gnus-start.el (gnus-activate-group): Give a backtrace if
6030         debug-on-quit is set and the user hits `C-g'.
6031         (gnus-read-active-file): Ditto.
6032
6033         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6034
6035 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * message.el (message-yank-original): Use cond instead of CL case.
6038
6039 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * auth-source.el (auth-source-netrc-create): Use usual format for the
6042         default in prompts.
6043
6044 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * lpath.el: Fbind read-char-choice for XEmacs.
6047
6048 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * auth-source.el (auth-source-netrc-create): Show the default in the
6051         prompt when prompting for token creation.
6052
6053 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * auth-source.el (auth-source-format-prompt): Always convert the value
6056         to a string to avoid evaluating non-string arguments.
6057         (auth-source-netrc-create): Offer default properly, not as initial
6058         content in `read-string'.
6059         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6060         of line to determine if we've been run before.  If so, don't run again,
6061         but print a trivial message to indicate the cache was hit instead.
6062
6063 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6066         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6067         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6068         Gnus.
6069
6070 2011-03-11  Julien Danjou  <julien@danjou.info>
6071
6072         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6073         modified file".
6074
6075 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * auth-source.el (auth-source-read-char-choice): New function to read a
6078         character choice using `dropdown-list', `read-char-choice', or
6079         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6080         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6081         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6082         (auth-source-netrc-saver): Use it.
6083         (auth-source-pick-first-password): New convenience function.
6084
6085 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6088         parameter in the credentials.
6089         (nnimap-open-connection-1): Use it after a successful login.
6090         (nnimap-credentials): Add IMAP-specific user and password prompt.
6091
6092         * auth-source.el (auth-source-search): Add :require parameter, taking a
6093         list.  Document it and the :save-function return token.  Pass :require
6094         down.  Change the CREATED message from a warning to a debug statement.
6095         (auth-source-search-backends): Pass :require down.
6096         (auth-source-netrc-search): Pass :require down.
6097         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6098         Change save prompt to indicate all modifications saved here are
6099         deletions.
6100         (auth-source-netrc-create): Take user login name as default in user
6101         prompt.  Move all the save functionality to a lexically bound function
6102         under the :save-function token in the returned list.  Set up clearer
6103         default prompts for user, host, port, and secret.
6104         (auth-source-netrc-saver): New function, intended to be wrapped for
6105         :save-function.
6106
6107 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6110         lines to be spaces instead.
6111
6112 2011-03-07  Julien Danjou  <julien@danjou.info>
6113
6114         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6115         (sieve-sasl-auth): Check that auth-source-search did return something,
6116         or just return an empty string.
6117
6118 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6119
6120         * gnus.el (gnus-interactive): Use read-directory-name.
6121
6122         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6123         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6124         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6125         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6126         Likewise.
6127
6128         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6129
6130 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6133         onto the list of killed groups, too.  This makes killed nnimap groups,
6134         for instance, more reliably not reappear.
6135
6136         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6137         the parent.
6138
6139         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6140
6141         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6142         really have server-side marks.
6143
6144         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6145         since most backends do not usefully have server-side marks.
6146         (gnus-update-read-articles): Propagate marks to all backends that
6147         really have server-side marks.
6148
6149 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6150
6151         * message.el (message-cite-reply-position, message-cite-style):
6152         New variables.
6153         (message-yank-original): Use the new citation styles.
6154
6155 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6156
6157         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6158         buffer-local issue); don't mark it buffer-local when running under
6159         XEmacs.
6160
6161 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6162
6163         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6164         numbers too big to be `read'.
6165
6166 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * password-cache.el (password-in-cache-p): Add autoload.
6169
6170         * message.el (message-options): Make buffer-local two ways to attempt
6171         to fix a XEmacs bug.
6172
6173 2011-03-02  Julien Danjou  <julien@danjou.info>
6174
6175         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6176
6177 2011-03-01  Julien Danjou  <julien@danjou.info>
6178
6179         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6180         group.
6181         (article-hide-list-identifiers): Use list-identifier group parameter.
6182
6183 2011-02-28  Julien Danjou  <julien@danjou.info>
6184
6185         * sieve.el (sieve-buffer-script-name): New local variable to store
6186         sieve script name.
6187         (sieve-edit-script): Store sieve script name.
6188         (sieve-upload): Use sieve script name when uploading.
6189         (sieve-upload): Use substitute-command-keys.
6190         (sieve-edit-script): Use substitute-command-keys.
6191         (sieve-refresh-scriptlist): Use substitute-command-keys.
6192         (sieve-manage-mode-map): Define keymap properly.
6193         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6194         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6195         Remove commented code about cvs.
6196         (sieve-manage-quit): New function.
6197         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6198
6199 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6202
6203 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * auth-source.el (auth-source-search): Cache empty result sets.
6206
6207         * password-cache.el (password-in-cache-p): Convenience function to
6208         check if a key is in the cache, even if the value is nil.
6209
6210         * auth-source.el (auth-source-save-behavior): New variable to replace
6211         `auth-source-never-create'.
6212         (auth-source-netrc-create): Use it.
6213         (auth-source-never-save): Remove.
6214
6215 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6216
6217         * nnimap.el (nnimap-stream): Doc fix.
6218         (nnimap-open-connection-1): Reverse the order of the ports to that the
6219         prompted-for port is first.
6220
6221         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6222         retrieval by the no-group selection.
6223
6224         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6225         numerical parameters.
6226
6227 2011-02-25  Julien Danjou  <julien@danjou.info>
6228
6229         * gnus-gravatar.el: Use gnus-with-article-buffer.
6230
6231         * gnus-art.el (gnus-with-article-buffer): Check that the
6232         gnus-article-buffer is alive.
6233
6234 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * auth-source.el (auth-source-creation-prompts): New variable to manage
6237         creation-time prompts.
6238         (auth-source-search): Document it.
6239         (auth-source-format-prompt): Add utility function.
6240         (auth-source-netrc-create): Don't default the user name to
6241         user-login-name.  Use `auth-source-creation-prompts' and some default
6242         prompts for user, host, port, and password (the default generic prompt
6243         remains ugly).
6244         (auth-source-never-save): Add customizable option to never save info.
6245         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6246         mode excursion.
6247
6248 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6251         argument that XEmacs doesn't support.
6252
6253         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6254         compiled for Emacsen having no `libxml-parse-html-region' support.
6255
6256         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6257
6258         * lpath.el: Bind buffer-save-without-query for XEmacs.
6259
6260 2011-02-23  Julien Danjou  <julien@danjou.info>
6261
6262         * gnus-art.el (article-make-date-line): Ignore errors if time is
6263         invalid and not convertible.
6264         (article-make-date-line): Only add lapsed time if time is not nil.
6265
6266 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6269         `read-char-choice' for backwards compatibility.
6270         (auth-source-netrc-element-or-first): New function to DTRT for
6271         parameter extraction.
6272         (auth-source-netrc-create): Use it and fix multiple parameter print
6273         bug.  Use the default passed from above (given-default) or the
6274         built-in (user-login-name for :user).
6275
6276 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6277
6278         * gnus-start.el (gnus-dribble-read-file):
6279         Set buffer-save-without-query, since we always want to save the dribble
6280         file, probably.
6281
6282         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6283         nnimap.
6284
6285         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6286         -summary- since it's a user-visible variable.
6287
6288         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6289         first time you use the new Gnus.
6290
6291 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6292
6293         * auth-source.el: Don't load netrc.el.
6294         (auth-sources): Search ~/.netrc as well by default.
6295         (auth-source-debug): Add 'trivia option for extra output.
6296         (auth-source-do-trivia): Use it.
6297         (auth-source-search): Simplify logic to use
6298         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6299         appropriate.  Don't keep a running count at this level.  Layer :create
6300         and :delete options appropriately on the first and second passes.
6301         Don't track the backend with the search results.
6302         (auth-source-search-backends): New function to search a list of
6303         backends for a processed spec.
6304         (auth-source-netrc-parse): Cache all netrc files, making
6305         auth-source-netrc-cache an alist keyed by the file name and using the
6306         file mtime as the caching criterion.  Keep the obfuscated data secret
6307         with a lexical bind.
6308         (auth-source-netrc-search): Don't calculate the length of the results
6309         unnecessarily.
6310         (auth-source-search-backends): Fix bug.
6311         (auth-source-netrc-create): Rework prompts.
6312
6313 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6314
6315         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6316         Lower case names of search constraints.
6317         (nnir-run-query): Cache and reuse search constraints for all imap
6318         servers.
6319
6320 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6323         after exit.
6324         (gnus-setup-message): Define missing variable from last checkin.
6325
6326         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6327         value, show the raw article.
6328
6329 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6330
6331         * gnus.el: No Gnus v0.13 is released.
6332
6333 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6334
6335         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6336         auth-source now accepts numbers.
6337
6338         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6339         spec, too.
6340         (auth-source-ensure-strings): New function.
6341
6342         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6343         (gnus-article-setup-buffer): Always restart the date timer so that user
6344         changes to the frequency is respected.
6345
6346         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6347         port numbers, so make sure it gets that if nnimap-server-port is
6348         explicit.
6349
6350 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6351
6352         * nnimap.el (nnimap-inbox): Doc fix.
6353
6354 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6355
6356         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6357         Autoload.  Add optional arg FRAME, and pass it to color-values.
6358         (color-complement): Caller changed.  Doc fix.
6359         (color-gradient): Rewrite for better clarity and efficiency.
6360
6361 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6362
6363         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6364         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6365         color-lab-to-srgb.
6366
6367 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6368
6369         * color.el: First part of merge from hexrgb.el.
6370         (color-rgb-to-hex): Rename from color-rgb->hex.
6371         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6372         saturation to zero if the value is too small.
6373         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6374         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6375         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6376         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6377         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6378         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6379         (color-cie-de2000): Doc fix.
6380
6381 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6382
6383         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6384         given method as in the group name if we're using an extended method.
6385         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6386         command, if we're using that, instead of waiting for the beginning.
6387
6388         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6389         we're sure to get unique server names, and we don't output two async
6390         commands in the same buffer.  This fixes an NNTP hang for some users.
6391
6392 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6393
6394         * gnus.el: No Gnus v0.11 is released.
6395
6396 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6399         summary buffer before reading going to the next buffer.  This avoids
6400         putting the point in the group buffer if you `C-g' the command.
6401
6402         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6403         cache (for now) to make ~/.authinfo.gpg files usable.
6404
6405         * nnfolder.el (copyright-update): Define for the compiler.
6406
6407         * auth-source.el (auth-source-search): Fix unbound variable.
6408
6409 2011-02-19  Glenn Morris  <rgm@gnu.org>
6410
6411         * gnus.el (gnus-meta): Doc fix.
6412
6413 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6414
6415         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6416         in case it's not yet loaded.
6417
6418 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6419
6420         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6421         line we're waiting for.
6422
6423 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6424
6425         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6426         face with line-width greater than zero will cause RET in gnus summary
6427         buffer to scroll down article page-wise because auto vscroll happens,
6428         it should be temporally disabled when doing a scroll-up.
6429
6430 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6431
6432         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6433         outputs from the server.
6434
6435 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6436
6437         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6438         later so that bbdb can hook in easier.
6439
6440 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6441
6442         * auth-source.el (auth-source-search): Don't try to create credentials
6443         if the caller doesn't want that.
6444         (auth-source-search): If we don't find a match, don't bug out on
6445         non-bound variables.
6446         (auth-source-search): Only ask a single backend to create the
6447         credentials.
6448
6449         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6450         logging.
6451         (nnimap-credentials): Protect against auth-source-search returning nil.
6452         (nnimap-request-list): Protect against not being able to open the
6453         server.
6454
6455 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6456
6457         * auth-source.el (auth-source-search): Do a two-phase search, one with
6458         no :create to get the responses from all backends.
6459
6460         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6461         when getting credentials.
6462
6463         * gnus-util.el (gnus-delete-duplicates): New function.
6464
6465 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6466
6467         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6468         a creation default, pass the whole port list down.  It will be
6469         completed.
6470
6471         * auth-source.el (auth-source-search): Updated docs to talk about
6472         multiple creation choices.
6473         (auth-source-netrc-create): Accept a list as a value (from the search
6474         parameters) and do completion on that list.  Keep a separate netrc line
6475         with the password obscured for showing the user.
6476
6477         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6478         first choice to `auth-source-search' so it will be used for entry
6479         creation instead of the server's Gnus-specific name.
6480         (nnimap-credentials): Rely on the auth-source library to select which
6481         port is actually wanted in the new netrc entry, so don't override
6482         `auth-source-creation-defaults'.
6483
6484         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6485         :protocol and accept a missing user, host, or port as a wildcard match.
6486         (auth-source-debug): Default to off.
6487
6488         (auth-source-netrc-search, auth-source-netrc-create)
6489         (auth-source-secrets-search, auth-source-secrets-create)
6490         (auth-source-user-or-password, auth-source-backend, auth-sources)
6491         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6492         instead of :protocol.
6493
6494         * nnimap.el (nnimap-credentials): Pass a port default to
6495         `auth-source-search' in case an entry needs to be created.
6496         (nnimap-open-connection-1): Use :port instead of :protocol.
6497
6498 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * auth-source.el: Bind load-path when loading EIEIO from
6501         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6502         21.4 doesn't support, to `require'.
6503         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6504         delete-dups that is not available in XEmacs 21.4.
6505
6506 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6507
6508         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6509         as EIEIO must also be loaded when auth-source.el is being
6510         byte-compiled.
6511
6512 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6515
6516         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6517
6518         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6519
6520         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6521
6522         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6523
6524         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6525
6526         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6527
6528         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6529         necessary.
6530
6531 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6532
6533         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6534         nil means that nnimap doesn't get updated.
6535
6536 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6539         result when the user doesn't want to write to the file.
6540         (auth-source-netrc-search): Expect a synthetic result and proceed
6541         accordingly.
6542         (auth-source-cache-expiry): New variable to override
6543         `password-cache-expiry'.
6544         (auth-source-remember): Use it.
6545
6546         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6547         parameter.  Create entry if necessary by using :create t.
6548         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6549
6550 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * auth-source.el (auth-source-debug): Enable by default and don't
6553         mention the obsolete `auth-source-hide-passwords'.
6554         (auth-source-do-warn): New function to debug unconditionally.
6555         (auth-source-do-debug): Use it.
6556         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6557         and for Secrets API entries when the secrets.el library is not
6558         available.
6559
6560 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6561
6562         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6563         (gnus-summary-exit): Kill the correct article buffer on exit from a
6564         `C-d' group.
6565
6566         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6567         gnus-propagate-marks.
6568
6569         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6570         before killing the buffers so that a non-full window conf gets handled
6571         correctly.
6572         (gnus-summary-exit): Ditto.
6573         (gnus-summary-read-group-1): Ditto.
6574
6575         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6576         async code again so that we can debug it properly.
6577
6578         * message.el (message-reply): Take an optional switch-buffer parameter
6579         so that Gnus window confs are respected better.
6580
6581 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6584         `plist-get' to accept non-list parameters (XEmacs issue).
6585         Fix docstring.
6586         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6587         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6588         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6589         Login collection is "Login" and not "login".
6590
6591 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6594         multiple headers.
6595
6596         * nnimap.el (nnimap-inhibit-logging): New variable.
6597         (nnimap-log-command): Don't log login commands.
6598
6599         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6600         to have more parameters.
6601
6602         * nnimap.el (nnimap-send-command): Mark the command time for each
6603         command, so that we don't get NOOPs stepping on our toes.
6604
6605         * gnus-art.el (article-date-ut): Get the date from the Date header on
6606         `t'.
6607
6608 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * auth-source.el (auth-source-search): Use copy-sequence instead of
6611         the cl.el copy-list.
6612
6613 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * imap.el: Bring it back (revert
6616         84d800cd31de3064f0ed39617d725709a2f8f42f).
6617
6618 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6619
6620         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6621         Improve prompt.
6622
6623 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6626         washing status from the default format.  It isn't very informative.
6627
6628 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6629
6630         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6631         Fix Gcc processing on imap.
6632
6633 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * imap.el: Remove file.  All the functionality is in nnimap.el.
6636
6637 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6638
6639         * message.el (message-bury): Don't pop up a new window when selected
6640         window is dedicated.
6641
6642 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6643
6644         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6645
6646 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * sieve-manage.el: Autoload `auth-source-search'.
6649         (sieve-sasl-auth): Use it.
6650
6651 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * nnimap.el: Autoload `auth-source-forget+'.
6654         (nnimap-open-connection-1): Use it if the connection fails.
6655
6656         * auth-source.el: Require `password-cache'.
6657         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6658         obsolete.
6659         (auth-source-magic): Marker for `password-cache' keys.
6660         (auth-source-do-cache): Update docstring.
6661         (auth-source-search): Use and check cache.
6662         (auth-source-forget-all-cached, auth-source-remember)
6663         (auth-source-recall, auth-source-forget, auth-source-forget+)
6664         (auth-source-specmatchp): Caching support functions.
6665         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6666         Remove and obsolete.
6667         (auth-source-user-or-password): Remove caching to further discourage
6668         using it.  Always hide passwords.
6669
6670         * password-cache.el (password-cache-remove): Accept secrets that are
6671         not strings.
6672
6673 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6674
6675         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6676         code for now, since it doesn't work for all users.
6677
6678 2011-02-09  Julien Danjou  <julien@danjou.info>
6679
6680         * message.el (message-options): Make message-options really buffer
6681         local.
6682
6683 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * mail-source.el: Autoload `auth-source-search'.
6686         (mail-source-keyword-map): Note order matters.
6687         (mail-source-set-1): Get all the mail-source source values and
6688         defaults and search auth-source on those if needed.  This can all
6689         probably be simplified.
6690
6691         * nnimap.el: Autoload `auth-source-search'.
6692         (nnimap-credentials): Use it.
6693         (nnimap-open-connection-1): Ask for the virtual server and physical
6694         address in one shot.
6695
6696         * nntp.el: Autoload `auth-source-search'.
6697         (nntp-send-authinfo): Use it.  Note TODO.
6698
6699 2011-02-08  Julien Danjou  <julien@danjou.info>
6700
6701         * shr.el (shr-tag-body): Add support for text attribute in body
6702         markups.
6703
6704         * message.el (message-options): Make message-options a local variable.
6705
6706 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * auth-source.el (auth-source-secrets-search)
6709         (auth-source-user-or-password): Use `append' instead of `nconc'.
6710         (auth-source-user-or-password): Build return list better and protect
6711         against nil :secret.
6712
6713 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6714
6715         * nnimap.el (nnimap-update-info): Refactor slightly.
6716         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6717         (nnimap-update-info): Clean up slightly.
6718         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6719         characters.
6720         (nnimap-process-quirk): Rename function to avoid collision.
6721         (nnimap-update-info): Fix macrology bug-out.
6722         (nnimap-update-info): Simplify split history test.
6723
6724 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6725
6726         * auth-source.el (top): Require 'eieio unconditionally.
6727         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6728         (auth-source-secrets-search): Limit search when `max' is greater than
6729         number of results.
6730
6731 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6732
6733         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6734         part not returning any data.
6735
6736         * proto-stream.el (open-protocol-stream): Document the return value.
6737
6738 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * auth-source.el (auth-source-secrets-search): Add examples.
6741
6742 2011-02-06  Julien Danjou  <julien@danjou.info>
6743
6744         * message.el (message-setup-1): Handle message-generate-headers-first
6745         set to t.
6746
6747 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6750         API with a string "secrets:collection-name" and with 'default.
6751         (auth-source-backend-parse): Parse "secrets:collection-name" and
6752         'default.  Recurse on parses instead of repeating code.  Use the
6753         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6754         message when ignoring a source.
6755         (auth-source-search): List ignored search keys at the top level.
6756         (auth-source-netrc-create): Use `case' instead of `cond'.
6757         (auth-source-secrets-search): Created with TODOs.
6758         (auth-source-secrets-create): Created with TODOs.
6759         (auth-source-retrieve, auth-source-create, auth-source-delete)
6760         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6761         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6762         (auth-source-user-or-password-sftp)
6763         (auth-source-user-or-password-smtp): Remove.
6764         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6765         around `auth-source-search'.  Not tested thoroughly.
6766
6767 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * auth-source.el: Bring in assoc and eioeio libraries.
6770         (secrets-enabled): New variable to track the status of the Secrets API.
6771         (auth-source-backend): New EIOEIO class to represent a backend.
6772         (auth-source-creation-defaults): New variable to set prompt defaults
6773         during token creation (see the `auth-source-search' docstring for
6774         details).
6775         (auth-sources): Simplify to allow a simple string as a netrc backend
6776         spec.
6777         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6778         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6779         (auth-source-search): Main auth-source API entry point.
6780         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6781         (auth-source-search-collection): Helper function for searching.
6782         (auth-source-netrc-parse, auth-source-netrc-normalize)
6783         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6784         Supports search, create, and delete.
6785         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6786         backend stubs.
6787         (auth-source-user-or-password): Call `auth-source-search' but it's not
6788         ready yet.
6789
6790 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6791
6792         * message.el (message-setup-1): Remove the read-only stuff, since it
6793         doesn't work under XEmacs, for some reason.
6794
6795         * gnus-sum.el (gnus-user-date): Rename back from
6796         gnus-summary-user-date since user code refers to it.
6797
6798         * shr.el (shr-render-td): Store the actual background color used.
6799
6800         * message.el (message-setup-1): Don't bind the constant
6801         -forbidden-properties.
6802         (message-setup-1): Revert previous change, since it needs to bind the
6803         props to insert them.
6804         (message-resend): Allow removing the read-only separator line.
6805
6806 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6807
6808         * nnimap.el (nnimap-request-accept-article): Give an error message if
6809         the APPEND wasn't successful.
6810
6811 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6812
6813         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6814         that have no groups.
6815
6816 2011-02-03  Julien Danjou  <julien@danjou.info>
6817
6818         * gnus-draft.el: Remove progn around gnus-draft-setup.
6819
6820 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6821
6822         * gnus-start.el (gnus-read-active-for-groups): This function is never
6823         called with a nil `infos', so clean that up.
6824         (gnus-get-unread-articles): Request active files from primary/secondary
6825         methods that have no groups (yet).
6826
6827 2011-02-03  Julien Danjou  <julien@danjou.info>
6828
6829         * message.el (message-setup-1): Always generate References first.
6830         (message-mail): Return the return value of message-setup, not always t.
6831         (message-setup-1): Insert mail-header-separator with read-only and
6832         intangible properties set.
6833
6834         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6835         user-date in docstring.
6836
6837         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6838
6839         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6840         docstring.
6841
6842         * gnus.el (gnus-user-date-format-alist): Change default value.
6843         Use defcustom, with type and group.  Move from gnus-util.el.
6844         Rename to gnus-summary-user-date-format-alist.
6845
6846 2011-02-03  Glenn Morris  <rgm@gnu.org>
6847
6848         * nnimap.el (gnus-fetch-headers): Declare.
6849
6850         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6851
6852 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6853
6854         * message.el (message-forward-make-body-digest-plain)
6855         (message-followup, message-reply): Clean up things noted by Stefan.
6856
6857         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6858         gnus-article-update-date-headers is nil.
6859         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6860         it didn't really work with defcustom.
6861         (article-update-date-lapsed): Make sure the window start doesn't move,
6862         either.
6863
6864 2011-02-01  Julien Danjou  <julien@danjou.info>
6865
6866         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6867         format.
6868
6869         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6870         standard in Emacs nowadays.
6871
6872         * color.el (color-gradient): Add a color-gradient function.
6873
6874 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6875
6876         * message.el (message-expand-name): Don't trust the return value of
6877         bbdb-complete-name.
6878         (message-check-news-header-syntax): Remove unused var `start'.
6879         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6880         (message-inhibit-body-encoding): Move to before first use.
6881         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6882         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6883         (Organization, Message-ID, Date, mh-previous-window-config):
6884         Defvar the vars using dynamic scoping.
6885
6886 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6887
6888         * shr.el (shr-render-td): Only do colors at the final rendering.
6889         Should be slightly faster.
6890         (shr-insert-table): Fix up TD background colors when doing the
6891         vertical padding.
6892
6893         * gnus-art.el (article-date-ut): Protect against articles with no Date
6894         header.
6895         (article-update-date-lapsed): Don't use current-column to find the
6896         horizontal position.  It's fragile in the presence of \003 characters.
6897
6898         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6899
6900 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6901
6902         * gnus-art.el (article-transform-date): Rewrite to still work when
6903         there are several rfc2822 parts.
6904         (article-transform-date): Fix infinite recursion.
6905         (article-date-ut): Replace infinitely many Date headers with a single
6906         one when called interactively.
6907
6908         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6909         secure manner.
6910
6911         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6912         move around by not using save-window-excursion.  It seems to work...
6913
6914 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (article-make-date-line): Work for user-defined format.
6917
6918 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6919
6920         * nntp.el (nntp-retrieve-group-data-early)
6921         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6922         fetching functions.
6923
6924         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6925         thoroughly for all backends that have no known groups.  This should
6926         allow new nnml methods to retrieve mail.
6927
6928         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6929         that Gnus doesn't know exists again.
6930
6931         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6932         (gnus-treat-date-ut): Ditto.
6933         (gnus-article-update-date-header): Rename.
6934         (gnus-treat-date-local): Remove.
6935         (gnus-treat-date-english): Remove.
6936         (gnus-treat-date-lapsed): Remove.
6937         (gnus-treat-date-combined-lapsed): Remove.
6938         (gnus-treat-date-original): Remove.
6939         (gnus-treat-date-iso8601): Remove.
6940         (gnus-treat-date-user-defined): Remove.
6941         (gnus-article-date-headers): New variable to control all the date
6942         header options.
6943         (article-date-ut): Rewrite to allow using the new way to format date
6944         headers(s).
6945
6946 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6949         method.
6950         (nnmail-article-group): A better test for fanciness.
6951
6952         * nnimap.el (nnimap-request-head): Protect against not finding the
6953         article by Message-ID.
6954
6955 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6956
6957         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6958         keep point at the "same place".
6959
6960 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6961
6962         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6963         data if the group is inactive.
6964
6965 2011-01-28  Julien Danjou  <julien@danjou.info>
6966
6967         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6968         (gnus-all-windows-visible-p): Remove old compatibility code.
6969         (gnus-window-top-edge): Add docstring.
6970
6971         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6972
6973 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6974
6975         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6976         older request-update-info.
6977
6978         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6979
6980 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6981
6982         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6983         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6984
6985 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6986
6987         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6988         groups.  This makes the nndraft:queue group pop up if it's not already
6989         there.
6990
6991         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6992         messages" logic, which was reversed.
6993
6994         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6995         the "same place" even if point is on the line being replaced.
6996         (article-update-date-lapsed): Allow updating both the combined lapsed
6997         and the lapsed headers.
6998         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6999         (article-make-date-line): Limit the number of segments dynamically to
7000         avoid too-long lines.
7001
7002 2011-01-27  Julien Danjou  <julien@danjou.info>
7003
7004         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7005         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7006
7007 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7010         Use plist-get instead of the cl function getf.
7011
7012 2011-01-27  Glenn Morris  <rgm@gnu.org>
7013
7014         * gnus-util.el (float-time): Get rid of compiler warning, again.
7015
7016 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7017
7018         * shr.el (shr-put-color): Special-case background colors: Do put them
7019         at the blank parts at the front of the lines.
7020
7021         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7022         exit hook to nix out all data on readedness on group exit.
7023
7024         * gnus-util.el (float-time): If float-time is bound, always use it on
7025         all Emacsen.  It's unclear why the subrp check was there.
7026         (time-date): Require to make some autoload issues on XEmacs go away.
7027
7028         * shr.el (shr-put-color): Don't do the box padding in tables, since
7029         they're already padded.
7030
7031 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7032
7033         * gnus-art.el (gnus-article-next-page): When the last line of the
7034         article is displayed, scroll down once more instead of going to the
7035         next article at once.
7036         (article-lapsed-string): Refactor out and allow specifying how many
7037         segments you want.
7038         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7039         (gnus-article-update-lapsed-header): New variable.
7040
7041         * shr.el: Revert change that made headings use different-sized faces.
7042         The Emacs display engine isn't advanced enough that, for instance,
7043         tables can comfortably use differently-sized faces.
7044
7045 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7046
7047         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7048         used.
7049         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7050         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7051         we're using an encrypted connection.
7052
7053         * proto-stream.el: Alter the interface functions to also return the
7054         actual stream type used: network or tls.
7055
7056 2011-01-25  Julien Danjou  <julien@danjou.info>
7057
7058         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7059         (mm-display-javascript-inline): New function.
7060
7061         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7062         viewing function.
7063
7064 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * shr.el (shr-expand-newlines): Fix variable name.
7067
7068 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7069
7070         * shr.el (shr-expand-newlines): Make nested boxes work.
7071
7072 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7073
7074         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7075         backgrounds.
7076         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7077         in a more sensible manner.
7078
7079 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7082         if EPG is loaded.
7083
7084 2011-01-24  Julien Danjou  <julien@danjou.info>
7085
7086         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7087         tags.
7088
7089 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7092         commands.
7093
7094         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7095         in the article buffer.
7096         (gnus-gravatar-insert): Use blank space from the current buffer to
7097         avoid breaking text properties.  This makes X-Sent updating work again.
7098
7099         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7100
7101 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7102
7103         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7104         fix the bug in url-http.el instead.
7105
7106         * shr.el (shr-image-fetched): Ditto.
7107
7108         * shr.el (shr-image-fetched): Avoid having point move in the article
7109         buffer.
7110
7111         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7112         buffer after being called.  It's apparently being killed by url.el, and
7113         killing it made point move to end-of-buffer in a random buffer.
7114
7115         * shr.el (shr-image-fetched): Ditto.
7116
7117 2011-01-23  Julien Danjou  <julien@danjou.info>
7118
7119         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7120
7121         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7122         text/x-org.
7123
7124 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7125
7126         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7127         (i.e., nnimap) returning nil as the article number.
7128
7129 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7130
7131         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7132         "DelSp" parameter in RFC3676.
7133
7134 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7135
7136         * message.el (message-check-recipients): Display the encoded version of
7137         the bogus address if they differ.
7138
7139         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7140         after sending.
7141
7142         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7143
7144         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7145
7146         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7147         group buffer after sending the queue.
7148
7149         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7150
7151 2011-01-22  Julien Danjou  <julien@danjou.info>
7152
7153         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7154
7155 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7156
7157         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7158         nested related parts.
7159
7160         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7161         unexpired articles.  This fixes the regression that led expiry marks to
7162         disappear from nnfolder groups.
7163
7164 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7165
7166         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7167         Don't confuse the "ret" of "retrograde" with RET.
7168
7169 2011-01-21  Julien Danjou  <julien@danjou.info>
7170
7171         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7172         than mm-insert-inline.
7173
7174 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7177         Widen article buffer.
7178
7179 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7180
7181         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7182         the temp buffer.
7183         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7184
7185 2011-01-20  Julien Danjou  <julien@danjou.info>
7186
7187         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7188
7189         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7190         than mm-insert-inline to insert inline part: this respect
7191         mm-inline-media-tests displayers.
7192
7193         * mm-view.el (mm-display-shell-script-inline): New function.
7194
7195         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7196
7197         * mm-uu.el (mm-uu-type-alist): Add org block.
7198         (mm-uu-org-src-code-block-extract): New function.
7199
7200         * mm-view.el (mm-display-org-inline): New function.
7201
7202         * mm-decode.el (mm-automatic-display): Add text/org.
7203
7204         * mailcap.el (mailcap-mime-extensions): Add .org.
7205
7206 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7209         gnus-article-add-buttons.
7210
7211 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7212
7213         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7214         From header with a date and "nobody" as the sender.
7215
7216 2011-01-19  Julien Danjou  <julien@danjou.info>
7217
7218         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7219         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7220         if you have the same regexp several times.
7221         (gnus-button-push): Fix matching when regexp is symbol.
7222
7223 2011-01-15  Glenn Morris  <rgm@gnu.org>
7224
7225         * message.el (message-mail): A compose-mail function should
7226         accept headers as strings.
7227
7228 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7229
7230         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7231         Add :vert-only tags.
7232         (message-mail): New arg RETURN-ACTION.
7233         (message-return-action): New var.
7234         (message-bury): Use it.
7235         (message-mode): Make it buffer-local.
7236         (message-send-and-exit): Always call message-bury.
7237
7238         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7239         message-mail.
7240
7241 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * nnimap.el (nnimap-convert-partial-article): Protect against
7244         zero-length body parts.
7245
7246         * mm-decode.el (mm-preferred-alternative-precedence):
7247         Discourage showing empty parts.
7248
7249         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7250         and stuff if the backend didn't return the article number.  This fixes
7251         an Exchange-related nnimap bug.
7252
7253         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7254         group window, because it does the wrong thing when a separate frame
7255         displays the group buffer.
7256
7257         * proto-stream.el (open-protocol-stream): Protect against the low-level
7258         transport functions returning nil.
7259
7260 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7261
7262         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7263         (mml2015-epg-find-usable-secret-key): New function.
7264         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7265         mml2015-epg-find-usable-key (Bug#7797).
7266         (mml2015-epg-encrypt): Ditto.
7267
7268 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * dgnushack.el (rot13-string): Fix the way to get the argument.
7271
7272 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7275
7276 2011-01-03  Glenn Morris  <rgm@gnu.org>
7277
7278         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7279
7280         * sieve.el (sieve-open-server): Give a more explicit error if
7281         sieve-manage-open returns nil.  (Bug#7720)
7282
7283 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7284
7285         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7286
7287 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7290         This avoids sending passwords in plain text over non-encrypted
7291         channels.
7292
7293         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7294
7295         * nnimap.el (nnimap-login): Refactored out into own function, and
7296         implement CRAM-MD5.
7297         (nnimap-wait-for-line): Refactored out.
7298
7299         * mm-view.el (mml-smime): Require.
7300
7301 2010-12-20  David Engster  <deng@eml.cc>
7302
7303         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7304         use EPG to decrypt S/MIME messages instead of openssl.
7305
7306 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7309
7310         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7311         status is the group clearly is unreachable.
7312
7313         * auth-source.el (auth-source-create): Add the optional second
7314         parameter to `local-variable-p' to be compatible with XEmacs.
7315
7316 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7317
7318         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7319         work when using a compressed nnml folder.
7320
7321 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7324         backends after sanitising on entry, because this never makes sense:
7325         If the articles have gone missing, then the data no longer exists on
7326         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7327         overwrite anything anyway.
7328
7329         * shr.el (shr-insert-document): Bind shr-width dynamically to
7330         window-width if it's nil.
7331
7332 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7333
7334         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7335         with the meaning of using the full emacs window width for rendering.
7336
7337 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7338
7339         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7340         case when sender is not given.
7341
7342 2010-12-23  Julien Danjou  <julien@danjou.info>
7343
7344         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7345         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7346         the addresses, otherwise we might misplaced the gravatar.
7347
7348 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7349
7350         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7351         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7352         obsolete in Emacs.
7353
7354 2010-12-20  Julien Danjou  <julien@danjou.info>
7355
7356         * gnus-util.el (gnus-rescale-image): Revert last change.
7357
7358 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7359
7360         * binhex.el: Improve commentary (Bug#7482).
7361
7362 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-group.el (gnus-group-delete-articles): New command.
7365
7366 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7367
7368         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7369
7370 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7373         here, since it's up to the backends to do CRLF removal if their
7374         protocol has it.
7375
7376         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7377
7378 2010-12-17  Julien Danjou  <julien@danjou.info>
7379
7380         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7381         they are from file.  Can also scale up.
7382
7383 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7384
7385         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7386         Restore gnus-use-agent.
7387         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7388
7389         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7390
7391 2010-12-17  Julien Danjou  <julien@danjou.info>
7392
7393         * gravatar.el (gravatar-retrieve-synchronously): New function.
7394         (gravatar-get-data): Make more robust.
7395
7396 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7399
7400 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7403         to really consider the last line.
7404
7405 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7406
7407         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7408         list of recipient keys, or use symmetric encryption if not a list.
7409         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7410         EPA override, replacing the call to `netrc-store-data'.
7411
7412 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7413
7414         * gnus-srvr.el: Avoid passing nil regexp argument to
7415         delete-matching-lines.
7416
7417 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7418
7419         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7420         fetching stops when Gnus exits.
7421
7422         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7423         function.
7424         (nnfolder-request-expire-articles): Save all the buffers after doing
7425         expiry.
7426
7427         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7428         the last article", since that led to serious performance regressions
7429         when expiring nnml groups.
7430
7431 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7432
7433         * nnir.el: Improve customizations.
7434
7435 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7438
7439         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7440         group has been killed.
7441         (gnus-group-yank-group): Ditto.
7442
7443         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7444
7445         * nnimap.el (nnimap-request-update-group-status): New function.
7446
7447         * gnus-int.el (gnus-request-update-group-status): New interface
7448         function.
7449
7450         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7451         copying read-ness to the backends.
7452
7453         * nnimap.el (nnimap-quirk): New function.
7454         (nnimap-retrieve-group-data-early): Use it.
7455         (nnimap-quirks): New alist.
7456
7457 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7460         don't delete it within indentation.
7461
7462 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7463
7464         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7465         previous line.
7466
7467 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7470         QRESYNC command by deleting a superfluous space which broke Cyrus
7471         servers.  This change will break other servers that are buggy the other
7472         way around.
7473
7474 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * spam.el: Reindent and fix long lines.
7477         (spam-copy-or-move-routine): Exclude invalid move destinations.
7478
7479 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7480
7481         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7482         installed the registry.
7483
7484 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7487
7488 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7489
7490         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7491         groupname doesn't contain "gmane".
7492
7493 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7496         and netrc-bound-and-true-p bindings.
7497         (netrc-parse): Cache the netrc contents.
7498
7499         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7500         (gnus-1): Don't create the nndrafts group twice.
7501         (gnus-setup-news): There's no need to read the active file here, since
7502         that's done again later on a per-backend basis.
7503         (gnus-start-draft-setup): Make sure that the new group is started out
7504         empty.
7505
7506         * gnus-agent.el (gnus-agentize): Don't create the queue group
7507         automatically on startup.  It'll be created later, if needed.
7508
7509         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7510         of automatically subscribed groups.
7511         (gnus-auto-subscribed-categories): New variable.
7512         (gnus-matches-options-n): Use it.
7513         (gnus-default-subscribed-newsgroups): Remove unused variable.
7514         (gnus-start-draft-setup): Message a bit less.
7515
7516 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7517
7518         * nnir.el (nnir-run-imap): Return article list in order of increasing
7519         UID.
7520
7521 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * gnus-sum.el (gnus-summary-enter-digest-group):
7524         Mention gnus-auto-select-on-ephemeral-exit.
7525
7526         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7527         convention of the network-only option.
7528
7529 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * proto-stream.el (proto-stream-open-network-only): New function to
7532         have a way to specify non-STARTTLS upgrade connections.
7533
7534 2010-12-10  Julien Danjou  <julien@danjou.info>
7535
7536         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7537         email address is nil.
7538
7539         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7540
7541 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7542
7543         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7544         deletion.
7545         (nnir-run-imap): Only need to parse list once.
7546
7547 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * shr.el (shr-tag-script): Ignore <script>.
7550         (shr-tag-label): Add <label> support.
7551
7552 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7555
7556         * shr.el (shr-image-displayer): Work for images lined side by side.
7557
7558 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7559
7560         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7561         parameter, since XEmacs doesn't accept t as a parameter.
7562
7563 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7564
7565         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7566         ids.
7567         (nnir-run-gmane): Simplify groupspec formatting.
7568         (nnir-request-expire-articles): New function.
7569
7570 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7573         overflow, possibly.
7574
7575         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7576         (shr-render-td): Handle td style="" better.
7577         (shr-tag-table): Use the color from the style sheet.
7578         (shr-render-td): Make sure we copy over all the overlays, too.
7579
7580 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7581
7582         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7583         (nnir-request-article): Improve article retrieval.
7584
7585 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * mm-util.el (mm-extra-numeric-entities): New variable.
7588
7589         * mm-url.el (mm-url-decode-entities):
7590         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7591
7592         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7593
7594 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7595
7596         * message.el: Use completion-at-point.
7597         (message-completion-function): New fun, extracted from message-tab.
7598         (message-mode): Use it for completion-at-point-functions.
7599         (message-tab): Use it and completion-at-point.
7600
7601 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7604         character if a non-breakable character follows.
7605
7606 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7609         any stream.
7610
7611         * shr.el (shr-tag-font): Colorize the region.
7612         (shr-tag-body): Ditto.
7613         (shr-tag-font): Actually let the styles be inherited instead of
7614         overwriting them.
7615         (shr-tag-font): Get the background color right.
7616         (shr-tag-style): Ignore all <style> tags for the moment.
7617
7618         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7619         a Message-ID to avoid having nnimap depend on gnus-sum.
7620
7621         * shr.el (shr-descend): Only colorize something if we have a node that
7622         sets colors.
7623
7624 2010-12-06  Julien Danjou  <julien@danjou.info>
7625
7626         * shr.el (shr-render-td): Render td content with shr-descend, so style
7627         will be applied to <td> too.
7628         (shr-colorize-region): Colorize region even if we only have a background.
7629         (shr-tag-body): Fix color and background color inheritance.
7630         Do not recolorize after shr-generic.
7631         (shr-tag-font): Let shr-generic colorize via inheritance.
7632
7633 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7636
7637 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7638
7639         * nnir.el (nnir-request-move-article): Remove obsolete code.
7640
7641 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7644
7645 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * gnus-sum.el (gnus-summary-respool-article): The completion function
7648         expects a list instead of an alist.
7649
7650         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7651         string as the parameter.
7652
7653         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7654
7655         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7656         styles.
7657         (shr-colorize-region): New function.
7658         (shr-insert-background-overlay): Remove.
7659         (shr-render-td): Background setting should be taken care of on a higher
7660         level.
7661         (shr-tag-body): Use post-hoc colorizations.
7662         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7663         (shr-put-color-1): Don't overwrite old colors.
7664         (shr-colorize-region): When the background color isn't explicit, use
7665         a fixed background.
7666
7667         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7668         nnmail variables.
7669
7670 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7671
7672         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7673         unless necessary.
7674
7675 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7676
7677         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7678         server.
7679
7680 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7683         so that TAB works.
7684
7685         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7686         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7687
7688         * shr.el (shr-urlify): Show the URL before the title to avoid
7689         misleading URLs.
7690
7691 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7692
7693         * shr.el (shr-urlify): Display the title in <a> tags.
7694
7695 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7696
7697         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7698
7699 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7700
7701         * nnir.el: Rearrange code to allow macros to be autoloaded by
7702         gnus-sum.el.
7703         (nnir-retrieve-headers-override-function): Make this variable
7704         customizable.
7705         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7706
7707         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7708         from nnir.el.
7709
7710 2010-12-03  Julien Danjou  <julien@danjou.info>
7711
7712         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7713
7714 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7717         allow optional argument `environment'.
7718
7719 2010-12-03  Glenn Morris  <rgm@gnu.org>
7720
7721         * mm-extern.el (message-goto-body): Update declaration.
7722
7723 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-util.el (gnus-macroexpand-all): New function.
7726
7727         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7728         instead of macroexpand-all that is unavailable in XEmacs.
7729
7730 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7731
7732         * nnir.el (nnir-summary-line-format): New variable.
7733         (nnir-mode): Use it.
7734         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7735         (nnir-article-ids): Reimplement as defsubst.
7736         (nnir-retrieve-headers): Don't mangle the subject header.
7737         (nnir-run-imap): Use 100 as RSV score.
7738         (nnir-run-find-grep): Fix for full server searching.
7739         (nnir-run-gmane): Better restriction to gmane groups.
7740
7741         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7742         summary buffers.
7743
7744 2010-12-02  Julien Danjou  <julien@danjou.info>
7745
7746         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7747
7748         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7749
7750         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7751         support.
7752
7753 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7754
7755         * nnir.el: Update to handle the registry better.
7756         (autoload): Silence byte-compiler.
7757         (nnir-open-server): Add a hook for nnir groups.
7758         (nnir-request-move-article): Don't mangle the header.  Better to use
7759         formatting variables (which will be added in the future).
7760         (nnir-registry-action): Update the registry using the original article
7761         group name.
7762         (nnir-mode): Install nnir-specific hooks for updating the registry.
7763
7764         * gnus-sum.el
7765         (gnus-article-original-subject, gnus-newsgroup-original-name):
7766         Remove obsolete variables.
7767         (gnus-summary-move-article): Remove use of obsolete variables.
7768         (gnus-summary-local-variables): Make move and delete hooks local to
7769         summary buffers.
7770
7771 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * rtree.el: New file.
7774
7775 2010-12-01  Julien Danjou  <julien@danjou.info>
7776
7777         * message.el (message-user-organization): Do not use
7778         gnus-local-organization.
7779
7780         * gnus.el: Remove gnus-local-organization.
7781
7782         * gnus-msg.el: Remove nastygram thing.
7783
7784 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7787         funcall.
7788
7789 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7792         names.
7793
7794         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7795         characters.
7796
7797         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7798         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7799         Suggested by Štěpán Němec <stepnem@gmail.com>.
7800         (gnus-gravatar-transform-address): Use mail-extract-address-components
7801         that supports non-ASCII names rather than mail-header-parse-addresses.
7802
7803 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * proto-stream.el (open-protocol-stream): All starttls connections are
7806         handled by the network handler.
7807
7808 2010-11-30  Julien Danjou  <julien@danjou.info>
7809
7810         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7811         (nnimap-open-connection-1): Fix PREAUTH.
7812
7813         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7814
7815 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7818         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7819         (shr-insert): Use them.
7820         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7821
7822 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7823
7824         * nnir.el (nnir-request-move-article): Bail out if original group
7825         doesn't support article moves.
7826         (nnir-get-active): Improve active list retrieval.
7827
7828 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7831
7832 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7833
7834         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7835         seem to accept strings-with-numbers as port numbers.
7836
7837 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7838
7839         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7840         change the registry.
7841
7842 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7845         delete-dups that is not available in XEmacs 21.4.
7846
7847         * mm-util.el (mm-delete-duplicates): Add comment.
7848
7849 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7850
7851         * nnir.el (nnir-ignored-newsgroups): New variable.
7852         (nnir-get-active): Use it.
7853
7854 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7855
7856         * proto-stream.el (proto-stream-open-network): Add some comments.
7857
7858         * nntp.el (nntp-open-connection): Provide a :success condition.
7859
7860         * nnimap.el (nnimap-open-connection-1): Ditto.
7861
7862         * proto-stream.el (proto-stream-open-network): See what the response to
7863         the STARTTLS command is.
7864
7865         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7866         backwards compatibility).
7867         (nnimap-open-connection-1): Really respect nnimap-server-port.
7868
7869         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7870         TLS upgrades we don't really care about the identity of the peer.
7871         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7872         that what we've checked for.
7873         (proto-stream-always-use-starttls): Only default to t if
7874         open-gnutls-stream exists.
7875         (proto-stream-open-network): If STARTTLS failed, then just open a
7876         normal connection.
7877         (proto-stream-open-network): Wait until the greeting before doing
7878         STARTTLS.
7879
7880         * nntp.el (nntp-open-connection): Report what the connection error is.
7881
7882         * proto-stream.el (open-protocol-stream): Rename from
7883         open-proto-stream.
7884
7885 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886
7887         * nnimap.el (nnimap-stream): Change default to `undecided'.
7888         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7889         first, and then network.
7890         (nnimap-open-connection-1): Respect nnimap-server-port.
7891         (nnimap-open-connection): Be more backwards-compatible.
7892
7893         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7894         (proto-stream-open-starttls): De-duplicate the starttls code.
7895         (proto-stream-open-starttls): Folded back into the main function.
7896         (proto-stream-open-network): Fix typo in the gnutls path.
7897         (proto-stream-command): Refactor out.
7898
7899         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7900
7901         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7902         starttls.el STARTTLS.
7903
7904         * color.el (color-lab->srgb): Fix function call name.
7905
7906         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7907         if we're using tls.el.
7908         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7909         built in, then don't try to establish a STARTTLS connection.
7910
7911         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7912         servers.
7913
7914         * proto-stream.el (open-proto-stream): Use network, not stream.
7915         (open-proto-stream): Add a way to specify what the end of a command is.
7916
7917         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7918         connections types.
7919         (nntp-open-network-stream): Remove.
7920         (nntp-open-ssl-stream): Remove.
7921         (nntp-open-tls-stream): Remove.
7922         (nntp-ssl-program): Remove.
7923
7924         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7925
7926 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7927
7928         * nnir.el: Fix typos.
7929         (nnir-retrieve-headers-override-function): Rename variable to reflect
7930         new semantics.
7931         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7932         macros.
7933         (nnir-request-article, nnir-request-move-article): Use them.
7934         (nnir-categorize): New function.
7935         (nnir-run-query): Use it.
7936         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7937         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7938         sorted.
7939         (nnir-group-full-name): Use gnus-group-full-name instead.
7940         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7941         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7942
7943 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7946
7947         * proto-stream.el: New library to provide protocol-specific
7948         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7949         protocols.
7950         (open-proto-stream): Complete the documentation.
7951         (proto-stream-open-network): Fix some typos.
7952
7953         * nnimap.el (nnimap-open-connection): Use it.
7954
7955 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7956
7957         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7958         negotiation.
7959
7960 2010-11-26  Julien Danjou  <julien@danjou.info>
7961
7962         * color.el: Rename various rgb functions to srgb.
7963
7964 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7967         names.
7968
7969 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * shr.el (shr-insert): Revert last change.
7972         (shr-find-fill-point): Never leave point being at bol;
7973         relax the kinsoku limitation when rendering tables.
7974
7975 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7978         results from -accept-article.
7979
7980         * shr-color.el: Require cl when compiling.
7981
7982         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7983         checkin.
7984
7985         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7986
7987         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7988
7989         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7990         'add and 'delete to set backend marks.
7991
7992         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7993
7994         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7995
7996         * nntp.el (nntp-request-set-mark): Use it.
7997
7998         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7999
8000         * nnml.el (nnml-request-set-mark): Ditto.
8001
8002         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8003         introduces regressions in article selection.
8004         (nnimap-find-uid-response): New function.
8005         (nnimap-request-accept-article): Use the UID returned, if any.
8006         (nnimap-request-move-article): Use the UID returned, if any.
8007         (nnimap-get-groups): Reimplement to work with folded lines.
8008         (nnimap-find-uid-response): The UID is the last element in the list.
8009         (nnimap-request-set-mark): Extend syntax with 'set.
8010
8011         * nnml.el (nnml-request-set-mark): Ditto.
8012
8013         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8014
8015         * nntp.el (nntp-request-set-mark): Ditto.
8016
8017 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * message.el (message-called-interactively-p): A temporary macro.
8020         (message-goto-body): Use it temporarily.
8021
8022 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8025         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8026         (nnimap-last-response-string): Fix last unfolding fix.
8027
8028 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * shr.el (shr-insert): Fix the way to fold lines.
8031
8032 2010-11-25  Julien Danjou  <julien@danjou.info>
8033
8034         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8035
8036         * color.el: Rename from color-lab.el
8037         (color-rgb->hex): Add.
8038         (color-complement): Add.
8039         (color-complement-hex): Add.
8040
8041         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8042
8043 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * shr-color.el (shr-color-visible): Don't bug out if the color names
8046         don't exist.
8047
8048 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8051         assuming that article displaying or another mml-preview may be
8052         interrupted for an error or for the like.
8053
8054         * shr.el (shr-get-background): Fix argument name.
8055
8056 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057
8058         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8059
8060         * gnus-sum.el (gnus-summary-include-articles): New function.
8061
8062         * message.el (message-goto-body): called-interactively-p needs a
8063         parameter, so use `any'.
8064
8065         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8066         clear marks before moving, since they're synced from the Gnus side
8067         first.
8068
8069         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8070         (gnus-summary-move-article): Copy over all marks before moving, so that
8071         IMAP doesn't think a new article has arrived.
8072
8073 2010-11-24  Julien Danjou  <julien@danjou.info>
8074
8075         * shr.el (shr-insert-background-overlay): Fix typo.
8076         (shr-render-td): Copy the background before rendering.
8077
8078         * shr-color.el (shr-color-visible): Fix docstring.
8079
8080         * shr.el (shr-tag-table): Add bgcolor support.
8081         (shr-render-td): Add bgcolor support.
8082         (shr-get-background): Add.
8083         (shr-insert-foreground-overlay): Use shr-get-background.
8084
8085         * message.el (message-goto-body): Use called-interactively-p.
8086         (message-in-body-p): message-goto-body returns point.
8087
8088 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8091         Fixes something or other in Emacs 23, and is backwards compatible.
8092
8093         * message.el (message-goto-body): Remove the <#secure special-casing,
8094         which is too special.
8095
8096         * shr.el (shr-parse-style): Drop !important from styles.
8097
8098 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8099
8100         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8101         this function to return incorrect results when calling it with an
8102         explicit article argument different from
8103         (gnus-summary-article-number).
8104
8105 2010-11-24  Julien Danjou  <julien@danjou.info>
8106
8107         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8108         (shr-tag-body): Add background support.
8109         (shr-descend): Add background support.
8110         (shr-tag-title): Add.
8111
8112         * shr-color.el (shr-color-visible): Really return original background
8113         if fixed.
8114
8115 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * shr.el (shr-color-check): Protect against non-existent color names.
8118
8119 2010-11-24  Julien Danjou  <julien@danjou.info>
8120
8121         * color-lab.el: Require 'cl when compiling.
8122
8123         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8124
8125         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8126         matched part.
8127
8128         * color-lab.el: Fix all expt calls to use float type.
8129
8130 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8133         expression to shr-color-check as is.
8134
8135         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8136
8137         * color-lab.el: Add coding cookie.
8138         (float-pi): Use eval-and-compile.
8139
8140         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8141         compiled for Emacsen having no `libxml-parse-html-region' support.
8142
8143 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * shr.el (shr-insert-color-overlay): Split stuff like
8146         "#444444 !important" to find the real color.
8147         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8148         parse <font color="red"> entries.
8149
8150 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8151
8152         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8153         point when parsing headers.
8154
8155         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8156         is positioned properly when parsing headers.
8157
8158 2010-11-23  Julien Danjou  <julien@danjou.info>
8159
8160         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8161
8162         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8163
8164         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8165
8166         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8167         Use shr-color-hue-to-rgb.
8168         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8169
8170 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171
8172         * shr.el (shr-color->hexadecimal): Autoload.
8173         (shr-descend): Add color to all tags.
8174
8175 2010-11-22  Julien Danjou  <julien@danjou.info>
8176
8177         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8178         shr-color->hexadecimal.
8179
8180         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8181         RGB() or HSL() color representation.
8182
8183         * shr.el (shr-tag-font): Add.
8184         (shr-tag-color-check): New function to get better colors.
8185         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8186         tag-span.
8187
8188         * shr-color.el: New file.
8189
8190         * color-lab.el: New file.
8191
8192         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8193
8194 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8195
8196         * nnir.el: Fix typo in comments.
8197         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8198         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8199
8200 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8203
8204         * nnimap.el (nnimap-get-capabilities): Refactor out.
8205         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8206
8207 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8208
8209         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8210         appearing when `mm-uu-hide-markers' is nil.
8211
8212 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * nnimap.el (nnimap-unselect-group): Make into its own function.
8215         (nnimap-request-rename-group): Unselect group before renaming.
8216         This had gotten lost somewhere.
8217         (nnimap-request-accept-article): Keep track of examined groups, and
8218         unselect the group before APPENDing to read-only groups.
8219         (nnimap-request-move-article): Clear flags before moving so that they
8220         can be re-set later.
8221
8222 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8225         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8226
8227 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-mime-display-single):
8230         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8231         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8232         parameter.
8233
8234 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8237         (shr-table-vertical-line): New variable.
8238         (shr-insert-table): Use it.
8239
8240 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-html.el (gnus-html-wash-images): Don't display images if
8243         gnus-inhibit-images is non-nil; register displayer for cid images.
8244         (gnus-html-display-image): Work for cid image.
8245         (gnus-html-insert-image): Allow arguments.
8246         (gnus-html-put-image): Inhibit read-only.
8247         (gnus-html-prefetch-images): Don't prefetch images if
8248         gnus-inhibit-images is non-nil.
8249
8250 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * shr.el (shr-put-image): Break lines when inserting big pictures.
8253
8254 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8255
8256         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8257         sender, thanks Katsumi Yamaoka.
8258
8259 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8260
8261         * nnir.el (nnir-run-imap): Reverse the article list for each group
8262         rather than the whole list.
8263
8264 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * shr.el (shr-image-displayer): Protect function against non-existent
8267         image source.
8268
8269         * gnus-art.el (gnus-inhibit-images): New user option.
8270         (gnus-mime-display-single): Don't display image if it is non-nil.
8271
8272         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8273         gnus-inhibit-images.
8274
8275         * shr.el (shr-image-displayer): New function.
8276         (shr-tag-img): Use it.
8277
8278 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8279
8280         * mml2015.el (mml2015-epg-sign): Use From header.
8281
8282 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8285
8286         * gnus-util.el (gnus-find-text-property-region): Return markers.
8287
8288         * shr.el (shr-tag-img): Put a displayer in the text property.
8289
8290         * gnus-util.el (gnus-find-text-property-region): New utility function.
8291
8292         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8293         (gnus-html-show-images): Remove.
8294
8295         * gnus-art.el (gnus-article-show-images): New, more general function.
8296
8297         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8298         image url text properties.
8299
8300         * shr.el: Ditto.
8301
8302         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8303         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8304
8305 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8308         work for two or more articles.
8309
8310 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8313         divide an image that's in an html article to two or more when washing
8314         non-ASCII characters in alt text of it.
8315
8316 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8319         smime-decrypt-region using function argument.
8320         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8321
8322         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8323
8324         * smime.el (smime-decrypt-region): Catch it.
8325
8326 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8327
8328         * smime.el (smime-mode-map): Move initialization into declaration.
8329         (gnus-run-mode-hooks): Don't autoload.
8330         (smime-mode): Use define-derived-mode.
8331
8332 2010-11-11  Glenn Morris  <rgm@gnu.org>
8333
8334         * smime.el (from): Restrict declaration to XEmacs.
8335
8336         * nnir.el (gnus-group-topic-name): Autoload.
8337
8338 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * shr.el (shr-insert): Don't break long line if it is because of
8341         kinsoku-bol characters in the line end.
8342
8343 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8344
8345         * nnir.el (nnir-request-move-article): Fix to provide original group
8346         and subject.
8347         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8348         been retrieved.
8349
8350         * gnus-sum.el (gnus-summary-move-article): Use original group and
8351         subject for virtual articles such as those in an nnir summary buffer.
8352
8353 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8356         least 21.5).
8357
8358         * smime.el (from): Declare it again for XEmacs.
8359
8360 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * message.el (message-resend): Don't disable encoding unless it's
8363         already encoded.
8364
8365         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8366         low-numbered articles.
8367
8368 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * rfc2047.el (rfc2047-syntax-table): Simplify.
8371
8372         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8373
8374         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8375         set-char-table-range for XEmacs.
8376
8377 2010-11-10  Glenn Morris  <rgm@gnu.org>
8378
8379         * time-date.el (time-to-seconds): Always an alias on Emacs,
8380         never a real function.
8381         (with-no-warnings): Remove compat stub, now unused.
8382         (time-less-p): Doc fix.
8383         (time-to-number-of-days): Simplify.
8384
8385         * smime.el (from): Remove unused declaration.
8386
8387         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8388         (gnus-float-time): On Emacs, always an alias.
8389
8390         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8391         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8392
8393 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * dgnushack.el: Don't use ignore-errors in the top level form since it
8396         is unavailable in XEmacs even if cl is loaded.
8397
8398         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8399
8400 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * shr.el (browse-url-mailto): Autoload.
8403
8404         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8405
8406         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8407         regexp doesn't need quoting.
8408
8409 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8410
8411         * message.el (message-subject-trailing-was-ask-regexp)
8412         (message-subject-trailing-was-regexp): Match was: in addition to was.
8413
8414 2010-11-09  Glenn Morris  <rgm@gnu.org>
8415
8416         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8417         (nnbabyl-check-mbox): Use point-at-bol.
8418
8419 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8422
8423         * message.el (message-mailto): New function.
8424         (message-mailto): Should accept other parameters.
8425         (message-mailto): Remove since it duplicates browse-url-mailto
8426         functionality.
8427
8428 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8431         methods.
8432         (gnus-read-active-file): Ditto.
8433
8434         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8435         ": " from the prompt.
8436         (gnus-group-make-group): Ditto.
8437
8438 2010-11-07  Glenn Morris  <rgm@gnu.org>
8439
8440         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8441         (gnus-bookmark-kill-line): Use point-at-eol.
8442
8443 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8446         asterisks in From header.
8447
8448 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8451         string to avoid making the From headers syntactically invalid.
8452
8453         * message.el (message-send-mail): Don't insert courtesy messages if the
8454         message already has List-Post and List-ID messages.
8455
8456 2010-11-06  Glenn Morris  <rgm@gnu.org>
8457
8458         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8459         `condition', `type', `length' a prefix.
8460         (gnus-treat-predicate): Update for above name changes.
8461
8462 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8463
8464         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8465         binding.  Handled by `gnus-summary-refer-thread' instead.
8466         (nnir-warp-to-article): New backend function.
8467
8468         * nnimap.el (nnimap-request-thread): Force dependency updating.
8469
8470         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8471         (gnus-summary-refer-thread): Rework to improve thread-referral.
8472
8473         * gnus-int.el (gnus-warp-to-article): New function.
8474
8475         * gnus-sum.el (gnus-summary-article-map): Bind it.
8476
8477 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8478
8479         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8480         gnus-summary-refer-thread.
8481
8482         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8483         headers.
8484         (gnus-summary-limit-include-thread): Prevent articles in thread from
8485         being cut in gnus-cut-threads.
8486         (gnus-summary-refer-thread): Limit retrieved headers to those in
8487         thread.
8488
8489 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * message.el (message-send-mail): Use the value of
8492         message-courtesy-message from the message buffer.
8493
8494         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8495
8496         * shr.el (shr-browse-url): Implement mailto: URLs.
8497
8498         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8499         "raw".
8500
8501         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8502         if it's already selected.
8503
8504         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8505
8506 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8509         to measure the length and truncate alt text.
8510
8511 2010-11-03  Glenn Morris  <rgm@gnu.org>
8512
8513         * nndiary.el (nndiary-generate-nov-databases-1)
8514         (nndiary-generate-active-info): Rename dynamic variable `files' to
8515         something less generic.
8516
8517 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8518
8519         * nnir.el (nnir-request-move-article): Call the underlying backend to
8520         move articles from nnir.
8521
8522 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8525
8526 2010-11-02  Julien Danjou  <julien@danjou.info>
8527
8528         * nnir.el: Remove wais support.
8529
8530 2010-11-02  Glenn Morris  <rgm@gnu.org>
8531
8532         * gnus-html.el: Reorder requirements to quieten compiler.
8533
8534 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8537         properly for XEmacs as well.
8538         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8539         (gnus-article-natural-long-line-p): Use window-width rather than
8540         frame-width.
8541
8542 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8543
8544         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8545         (nnir-read-parms): Don't modify query.
8546         (nnir-run-query): Add ability to search topic on current line.
8547         (nnir-get-active): Clean up.
8548
8549 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8552         degenerate articles.
8553
8554         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8555         (gnus-print-buffer): Just print the buffer as is, without any copying
8556         to a buffer and then re-highlighting.
8557
8558         * nnimap.el (nnimap-request-group): Store the new updated info.
8559         (nnimap-request-group): Select the group when we don't know whether it
8560         exists or not.
8561
8562         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8563         groups.
8564
8565         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8566         groups.
8567
8568         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8569         groups.
8570
8571         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8572         long-lines case by only filling the long lines.
8573
8574         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8575         (bug#7311).
8576
8577 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * shr.el: No need to declare `declare-function' since shr.el is for
8580         only Emacsen that provide `libxml-parse-html-region'.
8581
8582         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8583         effective only in a file it is referred to.
8584
8585 2010-11-01  Glenn Morris  <rgm@gnu.org>
8586
8587         * mm-util.el (gnus-completing-read): Autoload.
8588         (mm-read-coding-system): Simplify Emacs definition.
8589
8590         * nnmail.el (gnus-activate-group):
8591         * nnimap.el (gnutls-negotiate):
8592         * nntp.el (netrc-parse): Fix declarations.
8593
8594 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8597         string-match-p in Emacs >=23.
8598
8599         * gnus-msg.el (gnus-configure-posting-styles):
8600         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8601
8602 2010-11-01  Glenn Morris  <rgm@gnu.org>
8603
8604         * nnir.el (declare-function): Add compat stub.
8605         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8606         (nnir-run-gmane): Require 'mm-url.
8607
8608         * mm-util.el (mm-string-to-multibyte): Simplify.
8609
8610         * shr.el (declare-function): Add compat stub.
8611         (url-cache-create-filename): Declare.
8612         (mm-disable-multibyte, widget-convert-button): Autoload.
8613
8614         * smime.el (ldap-search): Declare.
8615         (smime-cert-by-ldap-1): Require ldap on Emacs.
8616
8617         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8618         (nnimap-keepalive): Use gnus-float-time.
8619
8620         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8621         (mail-source-delete-crash-box): Use gnus-float-time.
8622
8623         * gnus-dired.el (gnus-completing-read): Autoload.
8624
8625         * mm-view.el (gnus-rescale-image): Autoload.
8626
8627         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8628
8629         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8630
8631         * sieve-manage.el: Require 'cl when compiling.
8632
8633         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8634         (gnus-iswitchb-completing-read): Require iswitchb.
8635         (gnus-select-frame-set-input-focus): Silence compiler.
8636
8637 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * message.el (message-subject-trailing-was-query): Change default to t,
8640         since I think that's what most people want.
8641
8642         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8643         appending for easier debugging.
8644         (nnimap-wait-for-connection): Take a regexp.
8645         (nnimap-request-accept-article): Wait for the continuation line before
8646         sending anything unless we're streaming.
8647
8648         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8649         leave the header washing to take place.
8650
8651 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8652
8653         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8654         regular expression match and replace in posting styles.
8655
8656 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8657
8658         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8659         an entire server.
8660         (nnir-get-active): New function.
8661         (nnir-run-imap): Use it.
8662         (nnir-run-gmane): Who knew, gmane search returns an article score!
8663
8664         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8665         server on the current line with nnir.
8666
8667 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8668
8669         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8670         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8671         left edge.
8672         (gnus-article-foldable-buffer): Skip past the prefix when determining
8673         raggedness.
8674
8675         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8676         the raw article, and change `C-u g' to show the article without doing
8677         treatments.
8678
8679         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8680         on to `gnus-treat-article'.
8681         (gnus-inhibit-article-treatments): New variable.
8682
8683         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8684
8685         * gnus-art.el (gnus-treatment-function-alist): Have
8686         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8687         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8688         sections.
8689
8690         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8691         parameter.
8692         (gnus-article-fill-cited-long-lines): New function.
8693         (gnus-article-fill-cited-article): Allow filling only long sections.
8694
8695         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8696         and non-punctuation (like after the apostrophe in "'We").
8697
8698         * gnus-sum.el (gnus-summary-select-article): Make sure
8699         gnus-original-article-buffer is alive.
8700
8701         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8702         reflect the order they're in in the digest.
8703
8704         * gnus.el (gnus-group-startup-message): Move point to the start of the
8705         buffer.
8706
8707         * nnimap.el (nnimap-capability): New function.
8708         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8709         is set.
8710
8711 2010-10-31  David Engster  <dengste@eml.cc>
8712
8713         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8714         conform with changes to gnus-completing-read.
8715
8716 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8719
8720 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8721
8722         * nnir.el: Move defvar, defcustom around to keep file organized
8723         and keep byte-compiler quiet.
8724         (nnir-read-parms): Accept search-engine as arg.
8725         (nnir-run-query): Pass search-engine as arg.
8726         (nnir-search-engine): Remove.
8727
8728 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * shr.el (shr-generic): The text nodes should be text, not :text.
8731
8732         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8733         later in the file.
8734
8735 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8736
8737         * nnir.el: General clean up.  Allow searching with multiple engines.
8738         Allow separate extra-parameters for each engine.
8739         Batch queries when possible.
8740         (nnir-imap-default-search-key, nnir-method-default-engines):
8741         Add customize interface.
8742         (nnir-run-gmane): New engine.
8743         (nnir-engines): Use it.  Qualify all prompts with engine name.
8744         (nnir-search-engine): Remove global variable.
8745         (nnir-run-hyrex): Restore for now.
8746         (nnir-extra-parms, nnir-search-history): New variables.
8747         (gnus-group-make-nnir-group): Use them.
8748         (nnir-group-server): Remove in favor of gnus-group-server.
8749         (nnir-request-group): Avoid searching twice.
8750         (nnir-sort-groups-by-server): New function.
8751
8752 2010-10-30  Julien Danjou  <julien@danjou.info>
8753
8754         * gnus-group.el: Remove gnus-group-fetch-control.
8755
8756         * gnus-start.el (gnus-find-new-newsgroups):
8757         Remove gnus-check-first-time-used.
8758
8759         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8760
8761 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8762
8763         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8764         set on groups that don't have \* permanentflags.
8765
8766 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8769         control the background color.
8770         (shr-tag-img): Ignore very small web bug type images.
8771         (shr-put-image): Add help-echo alt texts to the images.
8772         (shr-tag-video): Show the video poster image.
8773
8774 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * shr.el (shr-table-depth): New variable.
8777         (shr-tag-table-1): Only insert the images after the top-level table.
8778
8779         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8780
8781         * gnus-util.el (gnus-list-memq-of-list): New function.
8782
8783         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8784         selected.
8785         (nnimap-unsplittable-articles): New slot.
8786         (nnimap-new-articles): Use it.
8787
8788 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8789
8790         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8791         move to the previous line on `M-g'.
8792
8793 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8796         *-request-group, which seems unnecessary.
8797
8798         * nnimap.el (nnimap-quote-specials): Function copied over from
8799         imap.el.
8800         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8801         they support that.  Suggested by Tom Regner.
8802
8803 2010-10-29  Julien Danjou  <julien@danjou.info>
8804
8805         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8806         defalias.
8807         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8808
8809         * gnus.el: Remove `gnus-nntp-service' variable.
8810         (gnus-secondary-servers): Make obsolete.
8811         (gnus-nntp-server): Make obsolete.
8812
8813         * gnus-start.el (gnus-1): Remove x-splash calls.
8814
8815         * gnus-ems.el (gnus-x-splash): Remove.
8816
8817         * gnus.el (gnus-group-startup-message): Simplify/update code.
8818
8819         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8820         definition.
8821
8822         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8823         capability before doing anything.
8824         (gnus-group-insert-group-line): Remove useless
8825         gnus-group-remove-excess-properties.
8826
8827 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8830
8831 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8834         config after reselecting.
8835
8836 2010-10-28  Julien Danjou  <julien@danjou.info>
8837
8838         * shr.el (shr-put-image): Use point even if only inserting text.
8839         (shr-put-image): Save excursion when inserting alt text on non-graphic
8840         display, so the behavior is the same when we are on a graphic display.
8841
8842         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8843
8844 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8847         (gnus-mime-copy-part): Check coding system, not charset.
8848         (gnus-mime-view-part-externally): Never remove part.
8849         (gnus-mime-view-part-internally): Don't remove part here.
8850         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8851         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8852         multipart/alternative.
8853
8854         * mm-decode.el (mm-display-part): Take optional arg `force'.
8855
8856 2010-10-26  Julien Danjou  <julien@danjou.info>
8857
8858         * gnus-group.el (gnus-group-default-list-level): Add this function to
8859         compute the default list level.
8860         (gnus-group-default-list-level): Add possibility to use a function.
8861
8862 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8865
8866         * gnus-group.el (gnus-group-completing-read)
8867         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8868         gnus-replace-in-string.
8869
8870 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * shr.el (shr-tag-div): Add.
8873
8874         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8875
8876 2010-10-25  Julien Danjou  <julien@danjou.info>
8877
8878         * gnus-util.el: Remove `gnus-with-local-quit'.
8879
8880         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8881
8882 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8885         the original article buffer.
8886
8887 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * nnimap.el (nnimap-request-head): New function.
8890         (nnimap-request-move-article): Try to be slightly faster by not
8891         requesting the entire message when moving.
8892         (nnimap-transform-headers): Don't bug out on bodiless articles.
8893         (nnimap-send-command): Have no outstanding messages if the IMAP server
8894         doesn't support streaming.
8895         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8896
8897 2010-10-24  Julien Danjou  <julien@danjou.info>
8898
8899         * message.el (message-default-headers): Fix type.
8900
8901 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8904         prefetching images.
8905
8906         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8907         backend for unknown groups.  This is mainly useful for nnimap groups.
8908
8909         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8910         group isn't covered by the agent.
8911
8912 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8913
8914         * nnir.el (nnir-method-default-engines): New variable.
8915         (nnir-run-query): Use it.
8916         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8917         (gnus-summary-nnir-goto-thread): Change group if needed.
8918
8919         * gnus-group.el (gnus-group-group-map): Add key binding for
8920         gnus-group-make-nnir-group.
8921
8922 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * shr.el (shr-tag-object): Add.
8925
8926         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8927         original article buffer live.
8928         (gnus-summary-select-article-buffer):
8929         Mention gnus-widen-article-buffer.
8930
8931 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * shr.el (shr-tag-strong): Add.
8934
8935 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8938         group names.  They mess up the group buffer badly.
8939
8940         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8941
8942         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8943         instead of the summary one.
8944
8945 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * mml.el (mml-preview): Work properly when editing article.
8948
8949         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8950         gnus-have-read-active-file if it's already been in.
8951
8952 2010-10-22  Tom Tromey  <tromey@redhat.com>
8953
8954         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8955         gnus-group-completing-read.
8956
8957 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * message.el (message-mode-map): Don't bind M-; to comment region, to
8960         allow the global comment-dwim to work.
8961
8962 2010-10-21  Julien Danjou  <julien@danjou.info>
8963
8964         * message.el (message-setup-1): Allow message-default-headers to be a
8965         function.
8966
8967 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * shr.el (shr-tag-table): Simplify.
8970
8971 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8974         to avoid trying to snarf invalid stuff.
8975
8976         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8977
8978         * gnus.el (gnus-message-archive-group): Quote value.
8979         (gnus-message-archive-group): Mark as changed.
8980
8981         * shr.el (shr-add-font): Don't put the font properties on the newline
8982         or the indentation.
8983
8984         * message.el (message-fix-before-sending): Change options when sending
8985         non-printable characters.
8986
8987         * gnus.el (gnus-message-archive-method): Change the default to
8988         monthly outgoing groups.
8989
8990         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8991         that have gotten new numbers.
8992
8993         * nnimap.el (nnimap-request-replace-article): New function.
8994
8995 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8998         (nnrss-request-article): Don't use special html washing code.
8999
9000 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * shr.el (shr-tag-table): Remove useless nconc.
9003
9004 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-art.el (article-wash-html): Simplify and remove the charset
9007         stuff.  Use the normal html rendering code instead of the special html
9008         washing code.
9009
9010         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9011         `gnus-w3m' symbols.
9012         (mm-text-html-washer-alist): Remove.
9013
9014         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9015         (mm-inline-media-tests): Remove use.
9016         (mm-text-html-renderer): Change default to the `shr' symbol.
9017
9018         * mm-view.el (mm-inline-text-html): Remove use.
9019
9020         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9021         `gnus-blocked-images' to be a function.
9022         (gnus-article-wash-function): Remove.
9023
9024 2010-10-20  Julien Danjou  <julien@danjou.info>
9025
9026         * spam.el (spam-list-of-processors): Mark as obsolete.
9027
9028         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9029         (nnimap-insert-partial-structure): Fix boundary detection.
9030
9031 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9032
9033         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9034         run file-truename on remote files.  This can be expensive and even
9035         prevent one from editing drafts if some unrelated buffer has a stale
9036         connection.
9037
9038 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9041         kinsoku-eol regardless of shr-kinsoku-shorten.
9042         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9043         (shr-tag-table): Support caption, thead, and tfoot.
9044
9045 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046
9047         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9048         lines.
9049         (shr-save-contents): New command and keystroke.
9050
9051         * nndoc.el (nndoc-type-alist): Add git support.
9052         (nndoc-git-type-p): New function.
9053         (nndoc-transform-git-article): Ditto.
9054         (nndoc-transform-git-headers): Ditto.
9055         (nndoc-transform-git-headers): Generate Subject headers.
9056
9057         * shr.el (shr-parse-style): New function.
9058         (shr-tag-span): Ditto.
9059
9060         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9061         to `G G' to avoid collisions.
9062
9063 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * shr.el: Load kinsoku if necessary.
9066         (shr-kinsoku-shorten): New internal variable.
9067         (shr-find-fill-point): Make kinsoku shorten text line if
9068         shr-kinsoku-shorten is bound to non-nil.
9069         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9070         shr-indentation too when testing if table is wider than frame width.
9071         (shr-insert-table): Use `string-width' instead of `length' to measure
9072         text width.
9073         (shr-insert-table-ruler): Make sure indentation is done at bol.
9074
9075 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9076
9077         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9078         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9079         undecoded network data.
9080
9081 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9084         name in the mode line spec so that the mode line menu works
9085         (bug#2431).
9086
9087         * message.el (message-get-reply-headers): If we're fed `to-address',
9088         then always use that.
9089
9090         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9091         aren't so wide as to need to switch off the edit menu.
9092
9093         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9094         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9095
9096         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9097         `M-g'.
9098         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9099         the permanent marks.
9100
9101 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9102
9103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9104         Splitting according to references/in-reply-to obeys the ignore-groups
9105         variable, while splitting by sender and subject do not.
9106
9107 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9110         alist, so that we can look for non-Unicode chars.
9111         (article-translate-strings): Allow both character and string maps.
9112
9113 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * shr.el (shr-insert): Don't insert space behind a wide character
9116         categorized as kinsoku-bol, or between characters both categorized as
9117         nospace.
9118
9119 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9120
9121         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9122         headers to gnus-newsgroup-headers.
9123
9124 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * shr.el (shr-tag-img): Don't align images -- since we're not
9127         rescaling, this often leads to ugly displays.
9128
9129 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9130
9131         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9132         duplicates.
9133
9134 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9135
9136         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9137         call.
9138
9139 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * gnus.el: Autoload gnus-html-show-images.
9142
9143         * nnimap.el: Use nnheader-message throughout.
9144
9145         * shr.el (shr-tag-img): Ignore images with no data.
9146
9147 2010-10-15  Julien Danjou  <julien@danjou.info>
9148
9149         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9150         a possibility to disable format=flow encoding when using hard newlines.
9151
9152 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * shr.el (shr-insert): Remove space inserted before or after a
9155         breakable character or at the beginning or the end of a line.
9156         (shr-find-fill-point): Do kinsoku; find the second best point or give
9157         it up if there's no breakable point.
9158
9159 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * nnimap.el (nnimap-open-connection): Message when opening connection
9162         for debugging purposes.
9163
9164         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9165         on every setup buffer call to allow this to change from article to
9166         article.
9167
9168         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9169         buffers where we have a wide table.
9170
9171 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9172
9173         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9174         uses *-request-thread.
9175
9176 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9179         incantation, which is no longer valid.
9180
9181 2010-10-14  Julien Danjou  <julien@danjou.info>
9182
9183         * shr.el: Fix defcustom type (char -> character).
9184
9185 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9188         programs.
9189
9190 2010-10-14  Julien Danjou  <julien@danjou.info>
9191
9192         * shr.el (shr-tag-a): Use url-link as widget type.
9193
9194         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9195         `gnus-group-get-icon'.
9196
9197 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9200         This should make server editing work better.
9201
9202         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9203
9204         * tls.el (tls-program): Remove spurious %s from openssl.
9205
9206         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9207         (nnimap-parse-flags): Fix regexp.
9208
9209         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9210         probably work for CJVK text, too.
9211
9212         * nnimap.el (nnimap-extend-tls-programs): Remove.
9213         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9214
9215         * tls.el (tls-starttls-switches): Remove starttls hack.
9216         (open-tls-stream): Ditto.
9217         (tls-find-starttls-argument): Ditto.
9218
9219 2010-10-13  Julien Danjou  <julien@danjou.info>
9220
9221         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9222         responses.
9223
9224 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9227
9228         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9229         anything in Emacs.
9230
9231         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9232
9233 2010-10-13  Julien Danjou  <julien@danjou.info>
9234
9235         * shr.el (shr-width): Make shr-width a defcustom with default to
9236         fill-column.
9237         (shr-tag-img): Use shr-width rather than fill-column.
9238
9239 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * dgnushack.el (byte-optimize-apply):
9242         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9243
9244         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9245         position when (X-)Faces exist.
9246         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9247         avatars when called interactively.
9248
9249 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9252         gnus-article-x-face-too-ugly is bound.
9253
9254 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9257
9258         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9259         mailbox that doesn't exist.
9260
9261 2010-10-12  Julien Danjou  <julien@danjou.info>
9262
9263         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9264         (shr-get-image-data): Encode URL properly when fetching from cache.
9265         (shr-tag-img): Use aligned-to spaces to align correctly images.
9266
9267         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9268         before inserting the Gravatar.
9269
9270         * shr.el (shr-tag-img): Add align attribute support for <img>.
9271
9272 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * gnus-gravatar.el (gnus-art): Require.
9275
9276         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9277         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9278         Remove long obsoleted functions.
9279
9280 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9283
9284         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9285
9286         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9287         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9288         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9289         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9290         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9291         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9292         * sieve-manage.el, smime.el, spam.el:
9293         Fix comment for declare-function.
9294
9295 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * nnimap.el (nnimap-request-rename-group): Select group read-only
9298         before renaming it.
9299
9300         * shr.el (shr-insert): Fix up the white space only regexp.
9301
9302         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9303         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9304
9305         * shr.el (shr-current-column): New function.
9306         (shr-find-fill-point): New function.
9307
9308 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9309
9310         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9311         numbers.
9312
9313 2010-10-11  Julien Danjou  <julien@danjou.info>
9314
9315         * shr.el (shr-hr-line): Add.
9316         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9317         display hr lines.
9318         (shr-max-columns): Do not change state to nil if we just inserting
9319         spaces.
9320
9321 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9324         select the last group.
9325
9326 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9327
9328         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9329
9330 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9331
9332         * dig.el (dig-mode-map): Declare and define in one step.
9333
9334 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9337         for Gnus.
9338         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9339         (nnimap-update-qresync-info): Mark \Seen articles as read.
9340
9341         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9342         non-variable, too.
9343
9344         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9345         available.
9346         (nnimap-update-info): Rely more on the current active than the param
9347         active to avoid marking articles as read too much.
9348
9349         * auth-source.el (auth-source-create): Use (user-login-name) for the
9350         user name default.
9351
9352         * nnimap.el (nnimap-update-info): If the server doesn't return any
9353         useful info, just use the previous info.
9354         (nnimap-update-info): Prefer old info over start-article.
9355         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9356
9357 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9358
9359         * nnir.el (autoload): Clean up autoloads.
9360         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9361         Use key rather than value.
9362         (nnir-imap-search-other): New variable.
9363         (nnir-read-parm): Use it.
9364         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9365         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9366
9367 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9368
9369         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9370         the process, too.
9371
9372 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * spam.el (gnus-summary-mode-map): Bind to "$".
9375         Suggested by Russ Allbery.
9376
9377         * shr.el: Rework the way things are indented by <li> slightly.
9378
9379         * gnus.el (gnus-group-set-parameter): Fix typo.
9380
9381         * nnimap.el: Start implementing QRESYNC support.
9382
9383 2010-10-09  Julien Danjou  <julien@danjou.info>
9384
9385         * nnir.el (nnir-engines): Fix too many arguments.
9386
9387 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9390         group is the "last", so that the backends like nnfolder actually save
9391         their folders.
9392
9393         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9394         try to use that for the tls stream.
9395         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9396         UIDVALIDITY and find out which groups are read-only and not.
9397         (nnimap-get-flags): Use the same marks parsing code as the rest of
9398         nnimap.
9399
9400 2010-10-09  Julien Danjou  <julien@danjou.info>
9401
9402         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9403
9404         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9405         retrieving gravatars.
9406
9407         * shr.el (shr-table-corner): Add.
9408         (shr-table-line): Add.
9409         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9410
9411 2010-10-08  Julien Danjou  <julien@danjou.info>
9412
9413         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9414
9415 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9416
9417         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9418
9419         * gnus-sum.el (gnus-mark-article-as-unread)
9420         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9421         (gnus-summary-set-bookmark): Use it.
9422
9423         * gnus-msg.el (gnus-setup-message): Use it.
9424
9425         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9426
9427         * gnus.el (gnus-group-remove-parameter): Use it.
9428
9429         * gnus-group.el (gnus-group-make-web-group): Use it.
9430
9431         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9432
9433         * nnregistry.el: Update docs to mention manual.
9434
9435         * gnus-registry.el: Update docs to mention nnregistry.el.
9436         (gnus-registry-initialize): Don't install nnregistry refer method
9437         automatically.
9438         (gnus-registry-install-nnregistry): Remove it.
9439
9440 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * shr.el (shr-insert): Don't insert double spaces.
9443
9444 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-gravatar.el (gnus-treat-from-gravatar)
9447         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9448         called interactively.
9449
9450         * gnus-art.el (gnus-mime-view-part-externally)
9451         (gnus-mime-view-part-internally): Make predicate function passed to
9452         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9453         of a mime type.
9454
9455         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9456
9457 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * shr.el (require): Require cl when compiling.
9460         (shr-tag-hr): New function.
9461
9462         * nnimap.el (nnimap-update-info): Remove double setting of high.
9463         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9464         This makes nnimap work properly on Courier again.
9465
9466         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9467         the variable for backwards compatibility.
9468
9469         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9470         the file name before using to avoid setting mm-default-directory to
9471         nil.
9472
9473         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9474         bidning gnus-agent variables.
9475
9476         * shr.el (shr-render-td): Use a cache for the table rendering function
9477         to avoid getting an exponential rendering behavior in nested tables.
9478         (shr-insert): Rework the line-breaking algorithm.
9479         (shr-insert): Don't leave trailing spaces.
9480         (shr-insert-table): Also insert empty TDs.
9481         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9482
9483 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9484
9485         * gnus-sum.el (gnus-number): Rename from `number'.
9486         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9487         (gnus-summary-limit-children): Update uses correspondingly.
9488
9489 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9492         (gnus-gravatar-transform-address): Don't show avatars of people of
9493         which mail addresses match gnus-gravatar-too-ugly.
9494
9495 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * shr.el (shr-table-widths): Expand TD elements to fill available
9498         space.
9499
9500 2010-10-07  Julien Danjou  <julien@danjou.info>
9501
9502         * nnimap.el (nnimap-request-rename-group): Add this method.
9503
9504 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9507         name from XEmacs' function-arglist.
9508
9509         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9510         gravatar under XEmacs.
9511
9512 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9513
9514         * auth-source.el: Update docs with TODO items.
9515
9516         * gnus-sync.el: Update docs to explain state and plans.
9517
9518         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9519         Hooks for mark updates.
9520         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9521
9522         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9523         hooks with arguments, which is needed for mark update hooks.
9524
9525 2010-10-06  Julien Danjou  <julien@danjou.info>
9526
9527         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9528         was matched.
9529
9530         * sieve-manage.el: Update example in `Commentary'.
9531
9532         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9533
9534         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9535         not 2000.
9536         (sieve-manage-authenticate): Re-add function.
9537
9538 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * shr.el (shr-insert): Get 'space transition right.
9541         (shr-render-td): Only delete space at the end of the TD.
9542
9543         * nnimap.el (nnimap-open-connection): Prepare to support
9544         open-gnutls-stream.
9545
9546         * shr.el: Rearrange function order to be more logical.
9547
9548 2010-10-06  Julien Danjou  <julien@danjou.info>
9549
9550         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9551         (nnrss-discover-feed): Remove 404 URL in docstring.
9552
9553         * nnir.el: Fix Swish-E URL.
9554         Fix Namazu URL.
9555
9556         * message.el (message-change-subject): Remove 404 URL in a comment.
9557
9558 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9561         called interactively.
9562
9563         * gnus-util.el (gnus-remove-if): Allow hash table.
9564         (gnus-remove-if-not): New function.
9565
9566         * gnus-art.el (gnus-mime-view-part-as-type):
9567         * gnus-score.el (gnus-summary-score-effect):
9568         * gnus-sum.el (gnus-read-move-group-name):
9569         Replace remove-if-not with gnus-remove-if-not.
9570
9571         * gnus-group.el (gnus-group-completing-read):
9572         Regard collection as a hash table if it is not a list.
9573
9574 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9577
9578         * shr.el: Document the table-rendering algorithm.
9579
9580 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9583         for Emacsen having no `libxml-parse-html-region' support.
9584
9585 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9588         invalid URLs.
9589
9590         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9591         line-broken.
9592         (shr-tag-img): Ignore image fetching errors.
9593         (shr-overlays-in-region): Compute overlay positions correctly.
9594
9595         * mm-decode.el (mm-shr): Require shr.
9596
9597         * gnus-art.el (gnus-blocked-images): Move variable here.
9598
9599         * shr.el (shr-insert-table): Bind free variable.
9600
9601         * mm-decode.el (mm-shr): Bind shr-content-function.
9602
9603         * shr.el (shr-content-function): New variable.
9604
9605         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9606         added for symmetry.
9607
9608         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9609
9610         * gnus-group.el (gnus-group-make-group): Doc fix.
9611
9612         * nnimap.el (nnimap-request-newgroups): Return success.
9613
9614         * shr.el (shr-find-elements): New function.
9615         (shr-tag-table): Put all the images after the table.
9616         (shr-tag-table): Really inhibit images inside the table.
9617         (shr-collect-overlays): Copy over overlays from the TD elements to the
9618         main document.
9619
9620         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9621         gnus-blocked-images.
9622
9623 2010-10-05  Julien Danjou  <julien@danjou.info>
9624
9625         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9626
9627         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9628         (gnus-html-maximum-image-size): Add this function.
9629         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9630
9631         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9632         server-value of the capability is nil.
9633
9634 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * shr.el (shr-tag-em): Add <EM> tag.
9637
9638 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9639
9640         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9641         customizable.
9642
9643         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9644         handing broken links to browse-url.
9645
9646 2010-10-05  Julien Danjou  <julien@danjou.info>
9647
9648         * gnus-util.el (gnus-emacs-completing-read)
9649         (gnus-iswitchb-completing-read): Use autoload rather than require.
9650
9651 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9654         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9655         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9656         iswitchb-temp-buflist for XEmacs.
9657
9658         * gnus-util.el (gnus-completing-read-function): Exclude
9659         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9660         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9661         XEmacs.
9662
9663         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9664         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9665
9666         * gnus-html.el: Don't require help-fns under XEmacs.
9667         (gnus-html-schedule-image-fetching): Work for XEmacs.
9668
9669         * mm-decode.el (mm-shr): Decode contents by charset.
9670
9671 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9674         unknown.
9675
9676         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9677         (shr-get-image-data): Ensure against the cache file missing.
9678
9679         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9680         for data.
9681
9682         * spam-report.el (spam-report-url-ping-plain): Don't query about
9683         killing the process.
9684
9685         * shr.el (shr-render-td): Protect against too-wide text.
9686
9687 2010-10-04  Julien Danjou  <julien@danjou.info>
9688
9689         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9690         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9691
9692         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9693         retrieved.
9694
9695 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * shr.el (browse-url): Require.
9698         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9699         lines.
9700         (shr-show-alt-text, shr-browse-image): New commands.
9701         (shr-browse-url, shr-copy-url): New commands.
9702
9703         * gnus-sum.el (gnus-widen-article-window): New variable.
9704         (gnus-summary-select-article-buffer): Use it.
9705
9706         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9707         without @ signs.
9708
9709 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9710
9711         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9712
9713 2010-10-04  Julien Danjou  <julien@danjou.info>
9714
9715         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9716         for XEmacs.
9717
9718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9721
9722         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9723         (nnimap-close-server): Implement.
9724
9725         * dgnushack.el (iswitchb): Require to shut up the compiler.
9726
9727         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9728         (shr-insert): Tweak line breaking.
9729         (shr-insert): Handle <pre> better.
9730         (shr-tag-li): Get <li> indentation right.
9731         (shr-tag-li): Get <li> indentation even righter.
9732         (shr-tag-blockquote): Ensure paragraph start.
9733         (shr-make-table): Tweak table generation.
9734         (shr-make-table): Fix typo.
9735
9736         * shr.el: Implement table rendering.
9737
9738 2010-10-04  Julien Danjou  <julien@danjou.info>
9739
9740         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9741
9742 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * shr.el (shr-insert): Use string anchors instead of line anchors.
9745
9746 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * shr.el: Add headings.
9749         (shr-ensure-paragraph): Actually work.
9750         (shr-tag-li): Make <ul> prettier.
9751         (shr-insert): Get white space at the beginning/end of elements right.
9752         (shr-tag-p): Collapse subsequent <p>s.
9753         (shr-ensure-paragraph): Don't insert double line feeds after blank
9754         lines.
9755         (shr-insert): \t is also space.
9756         (shr-tag-s): Fix "s" tag name function.
9757         (shr-tag-s): Fix face prop name.
9758
9759 2010-10-03  Julien Danjou  <julien@danjou.info>
9760
9761         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9762
9763         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9764         gnus-window-inside-pixel-edges.
9765
9766         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9767         gnus-ems.
9768
9769         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9770
9771         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9772         function.
9773
9774         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9775         resize choice.
9776
9777 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9780         beginning of the buffer.
9781
9782         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9783         article buffer again.
9784
9785         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9786
9787         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9788         when it's at the start of the buffer.
9789
9790         * shr.el (shr-tag-blockquote): Convert name.
9791         (shr-rescale-image): Use the right image-size variant.
9792
9793         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9794         buffer isn't shown, then select the current article first instead of
9795         bugging out.
9796         (gnus-summary-select-article-buffer): Show both the article and summary
9797         buffers again.
9798
9799         * shr.el (shr-fontize-cont): Protect against regions with no text.
9800         Rename tag functions to shr-tag-* for enhanced security.
9801         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9802
9803 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9804
9805         * shr.el (shr-insert):
9806         * pop3.el (pop3-movemail):
9807         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9808         loaded.
9809
9810 2010-10-03  Glenn Morris  <rgm@gnu.org>
9811
9812         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9813
9814         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9815
9816         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9817
9818         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9819
9820         * gnus-util.el (gnus-make-local-hook): Simplify.
9821
9822 2010-10-02  Julien Danjou  <julien@danjou.info>
9823
9824         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9825         (gnus-ido-completing-read): New function.
9826         (gnus-emacs-completing-read): New function.
9827         (gnus-completing-read): Use gnus-completing-read-function.
9828         Add gnus-completing-read-function.
9829
9830 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * shr.el (shr-insert-document): Autoload.
9833         (shr-img): Be silent.
9834         (shr-insert): Add a newline after every picture before text.
9835         (shr-add-font): Use overlays for combining faces.
9836         (shr-insert): Pass upwards the text start point.
9837
9838         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9839         possible.
9840         (mm-shr): New function.
9841
9842 2010-10-02  Julien Danjou  <julien@danjou.info>
9843
9844         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9845         should go backward.
9846
9847 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9848
9849         * shr.el (shr): Fix typo in provide call.
9850
9851 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * shr.el: New file.
9854
9855         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9856
9857         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9858         completing read.
9859
9860 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9863         we're being queried about.  Suggested by Dan Jacobson.
9864
9865         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9866         Suggested by Jason Eisner.
9867
9868         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9869         table, too.  Suggested by Stefan Wiens.
9870         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9871         the table unnecessary.  Suggested by Stefan Wiens.
9872
9873         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9874         longer needed, and probably doesn't work either, as pointed out by
9875         Stefan Wiens.
9876         (gnus-summary-exit): Remove call to the clearing function.
9877         (gnus-summary-exit-no-update): Ditto.
9878
9879         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9880         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9881         Reported by Stefan Monnier.
9882         (gnus-summary-save-in-rmail): Ditto.
9883
9884         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9885         article buffer, instead of both the article buffer and the summary
9886         buffer.  Sort of suggested by Dan Jacobson.
9887
9888         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9889
9890         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9891         Suggested by Dan Jacobson.
9892
9893         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9894         documentation clearer.
9895
9896         * message.el (message-shorten-references): Comment on the number "21".
9897         Suggested by Stefan Monnier.
9898
9899         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9900         Suggested by Dan Jacobson.
9901
9902         * gnus.el (gnus-large-newsgroup):
9903         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9904
9905         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9906         externalize attachments.  Bug reported by Steve Wen.
9907
9908         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9909         really message anything to the user.
9910
9911         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9912         directly.
9913
9914         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9915         messages in empty groups.
9916
9917 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9918
9919         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9920         non-UIDNEXT group.
9921
9922 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923
9924         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9925         not the value from the collection.
9926
9927         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9928         values.  This sometimes happens on some groups that have no info.
9929         (nnimap-request-newgroups): New function.
9930
9931 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9934         check into `gnus-registry-initialize'.
9935         (gnus-registry-initialize): Ditto.
9936         Fix and extend header docs.
9937
9938 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9941         regexp backtrace overflows.
9942
9943         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9944         for starttls that tls.el implements; i.e. openssl.
9945
9946         * tls.el (tls-starttls-switches): Give up on using starttls with
9947         gnutls-cli.
9948         (tls-program): Add --insecure to be consistent with the defaults from
9949         openssl s_client.  Now all three commands are insecure.
9950
9951 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * lpath.el: Bind completion-styles-alist for XEmacs.
9954
9955         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9956         (gravatar-create-image): New function that's an alias to
9957         gnus-xmas-create-image, gnus-create-image, or create-image.
9958         (gravatar-data->image): Use it.
9959
9960 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9963         install the nnregistry refer method.
9964         (gnus-registry-install-hooks): Use it.
9965         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9966         unfollowed groups.
9967
9968 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9969
9970         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9971         expanding threads.
9972
9973 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * nnir.el: Use the server names without suffixes (bug#7009).
9976
9977         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9978         unencrypted to STARTTLS, if possible.
9979
9980 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9981
9982         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9983         headers before superseding.
9984
9985 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * nnrss.el (nnrss-use-local): Add documentation.
9988
9989         * nnimap.el (nnimap-extend-tls-programs): New function.
9990         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9991         (nnimap-wait-for-connection): Accept the greeting from the stupid
9992         output from openssl s_client -starttls, too.
9993
9994         * tls.el (tls-starttls-switches): New variable.
9995         (tls-find-starttls-argument): Use it.
9996         (open-tls-stream): Ditto.
9997
9998         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9999         (netrc-machine): Ditto.
10000
10001         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10002         article number.
10003         (nnimap-split-fancy): New variable.
10004         (nnimap-split-incoming-mail): Use it.
10005
10006         * nntp.el (nntp-server-list-active-group): Document.
10007
10008         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10009         SELECT to get the message-id.
10010
10011         * mail-source.el (mail-sources): Remove webmail support.
10012         (defvar): Ditto.
10013         (mail-source-fetcher-alist): Ditto.
10014         (mail-source-fetch-webmail): Remove.
10015
10016         * webmail.el: Remove -- doesn't seem relevant any more.
10017
10018         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10019
10020         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10021         the \r.
10022
10023 2010-09-30  Julien Danjou  <julien@danjou.info>
10024
10025         * gnus-agent.el (gnus-agent-add-group): Fix call to
10026         gnus-completing-read.
10027
10028 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * nndoc.el (nndoc-retrieve-groups): New function.
10031
10032         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10033         `default', use nnmail-split-methods.
10034         (nnimap-request-article): Downcase the NILs so that they are nil.
10035
10036         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10037         symbol.
10038
10039         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10040         code, since if the user has requested network, that's what they ought
10041         to get.
10042         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10043         (nnimap-split-rule): Mark as obsolete.
10044
10045         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10046         New variable.
10047
10048         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10049         correct slot, too.
10050
10051 2010-09-29  Julien Danjou  <julien@danjou.info>
10052
10053         * gnus.el (gnus-local-domain): Declare variable obsolete.
10054
10055         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10056         Fix history computing.
10057         (gnus-ido-completing-read): Require ido.
10058
10059 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10062         build Gnus.
10063
10064         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10065         when interpreting the structures.
10066         (nnimap-request-accept-article): Add \r\n to the lines to make this
10067         work with Cyrus.
10068
10069         * nndraft.el (nndraft-request-expire-articles): Use the group name
10070         instead if "nndraft".  Fix found by Nils Ackermann.
10071
10072 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10073
10074         * nnregistry.el: Add.
10075
10076 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10077
10078         * nnmail.el (group, group-art-list, group-art):
10079         Remove unneeded directives.
10080
10081 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10084         (mm-mime-charset):
10085         * rfc2047.el (rfc2047-syntax-table):
10086         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10087
10088         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10089         rather than `insert-file-contents' and `eval-region'.
10090
10091         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10092         construction.
10093
10094         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10095
10096         * time-date.el: No need to require cl for Emacs 21.
10097
10098 2010-09-29  Julien Danjou  <julien@danjou.info>
10099
10100         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10101         replacement of `gnus-gravatar-relief' to mimic
10102         `gnus-faces-properties-alist'.
10103         Add :version property.
10104
10105 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * mail-source.el (mail-source-report-new-mail):
10108         * message.el (message-default-mail-headers):
10109         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10110
10111         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10112
10113 2010-09-28  Julien Danjou  <julien@danjou.info>
10114
10115         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10116         mail-address contains the same string as real-name.
10117
10118         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10119         non-blank in header, otherwise it'll get stripped.
10120
10121         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10122         real-name, and then for mail address rather than doing : or , search.
10123
10124 2010-09-27  Julien Danjou  <julien@danjou.info>
10125
10126         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10127         right completing-read function.
10128         (gnus-use-ido): New variable
10129         (gnus-completing-read-with-default): Remove.
10130         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10131         (gnus-agent-add-group):
10132         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10133         * mm-view.el (mm-view-pkcs7-decrypt):
10134         * mm-util.el (mm-codepage-setup):
10135         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10136         * mml-smime.el (mml-smime-openssl-sign-query):
10137         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10138         (mml-insert-multipart):
10139         * gnus-msg.el (gnus-summary-yank-message):
10140         * gnus-int.el (gnus-start-news-server):
10141         * mm-decode.el (mm-interactively-view-part):
10142         * gnus-dired.el (gnus-dired-attach):
10143         * gnus.el (gnus-read-method):
10144         * gnus-bookmark.el (gnus-bookmark-jump):
10145         * gnus-art.el (gnus-mime-view-part-as-type)
10146         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10147         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10148         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10149         * nnmairix.el (nnmairix-create-server-and-default-group)
10150         (nnmairix-update-groups, nnmairix-get-server)
10151         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10152         (nnmairix-get-group-from-file-path):
10153         * nnrss.el (nnrss-find-rss-via-syndic8):
10154         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10155         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10156         (gnus-group-browse-foreign-server):
10157         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10158         (gnus-summary-execute-command, gnus-summary-respool-article)
10159         (gnus-read-move-group-name):
10160         * gnus-score.el (gnus-summary-increase-score)
10161         (gnus-summary-score-effect):
10162         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10163
10164 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10167         x-focus-frame.
10168
10169         * nnimap.el (auth-source-forget-user-or-password)
10170         (auth-source-user-or-password): Autoload.
10171
10172         * message.el (message-from-style, message-interactive)
10173         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10174         (message-yank-prefix, message-indentation-spaces, message-signature)
10175         (message-signature-file): Add comment.
10176
10177 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10180         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10181         new articles.
10182
10183         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10184         parts.
10185         (nnimap-request-article): Work with the t setting, too.
10186
10187         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10188         that you don't get flashes of other buffers.
10189         (gnus-summary-show-complete-article): Intern before setting.
10190
10191 2010-09-27  David Engster  <dengste@eml.cc>
10192
10193         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10194         well as HEADERS.
10195         (nnmairix-retrieve-headers): Provide new argument for the above.
10196
10197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198
10199         * gnus-sum.el (gnus-summary-move-article): Don't alter
10200         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10201         group.
10202
10203         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10204
10205         * message.el (message-cite-prefix-regexp): Revert my last edit.
10206
10207         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10208         variable instead of the Gnus variable.
10209
10210         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10211
10212         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10213
10214         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10215         since some servers don't like it.
10216         (nnimap-open-connection): Forget credentials if the server says the
10217         password was wrong.
10218         (nnimap-parse-line): Protect against invalid data.
10219
10220         * gnus-sum.el (gnus-summary-move-article): Add comment.
10221         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10222         nothing alters it while scanning for new messages.
10223
10224         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10225         which may or may not help.
10226         (nnimap-open-connection): If we're doing a stream connection, and then
10227         discover we're on a STARTTLS-capable server, then open a STARTTLS
10228         connection instead.
10229
10230 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * nnimap.el (utf7): Require.
10233
10234         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10235         prefix.
10236
10237 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10238
10239         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10240
10241 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * nnimap.el (nnimap-request-accept-article): Message the error on
10244         error.
10245
10246 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10249
10250 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * nndoc.el (nndoc-request-list): Return success always.
10253
10254         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10255         `fetch-old' -- we only want to fetch the articles we've requested.
10256         The rest are in the agent, probably.
10257         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10258         disappeared server" to something low.  It's not important.
10259
10260         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10261         arrived before the FETCH data.
10262
10263         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10264         target here, because we don't know the Gnus name of the group.
10265
10266         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10267         for the correct group.
10268
10269         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10270
10271         * gnus.el (gnus): Give a final warning after startup.
10272
10273         * gnus-util.el (gnus-action-message-log): New variable.
10274         (gnus-message): Use it.
10275         (gnus-final-warning): New function.
10276
10277         * nnimap.el (nnimap-open-connection): Record the greeting.
10278         (nnimap): Add greeting.
10279
10280 2010-09-26  Julien Danjou  <julien@danjou.info>
10281
10282         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10283         arguments.
10284         (gnus-html-wash-images): Fix spec computing to include start/end.
10285
10286         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10287
10288 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10291         deletion.
10292         (nnimap-retrieve-headers): Don't select the group, because that's
10293         already done by nnimap-possibly-change-group.
10294
10295         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10296         (gnus-picon-transform-address): Use it.
10297
10298         * mail-source.el (mail-source-value): Revert previous patch.
10299
10300         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10301         on failure.
10302         (nnimap-open-connection): Look up both virtual and physical server name
10303         credentials.
10304
10305         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10306
10307 2009-02-07  Dave Love  <fx@gnu.org>
10308
10309         * tls.el (open-tls-stream): Don't query killing process.
10310
10311 2009-02-08  Dave Love  <fx@gnu.org>
10312
10313         * gnus-win.el (gnus-window-to-buffer-helper)
10314         (gnus-all-windows-visible-p): Function needn't be a symbol.
10315
10316         * mail-source.el (mail-source-value): Function needn't be a symbol.
10317
10318 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * message.el (message-cite-prefix-regexp): Remove } from the cite
10321         prefix.
10322
10323         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10324         highlight again, so that the highlight is correct.
10325
10326         * gnus-picon.el (gnus-picon): Remove again.
10327         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10328
10329         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10330         doing the header highlightling, so that the background color of the
10331         picon is correct.
10332
10333         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10334         (gnus-picon): Ditto.
10335         (gnus-picon): Reinstate.  The background color for picons is white.
10336         (gnus-picon-insert-glyph): Make the background white.
10337
10338         * nnml.el (nnml-open-nov): Don't return dead buffers.
10339
10340         * auth-source.el (auth-source-create): Query the user for whether to
10341         store the credentials.
10342
10343         * netrc.el (netrc-store-data): New function.
10344
10345         * auth-source.el (auth-source-user-or-password): Use the existing auth
10346         sources, if any, for creation.
10347
10348         * gnus.el (gnus-group-fast-parameter): Return the last matching
10349         parameter instead of the first matching parameter.
10350
10351 2010-09-26  Julien Danjou  <julien@danjou.info>
10352
10353         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10354
10355 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * mml2015.el (mml2015-use): Remove gpg support.
10358
10359         * mml1991.el (mml1991-function-alist): Remove gpg function.
10360         (mml1991-gpg-sign): Remove.
10361
10362 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10363
10364         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10365         (gnus-browse-unsubscribe-current-group): Document it.
10366         (gnus-browse-unsubscribe-group): Use it.
10367
10368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10371         address to the To list for easier response.
10372
10373         * gnus.el (gnus-play-startup-jingle): Remove.
10374         (gnus-splash): Don't play jingle.
10375         (gnus): Silence gnus-load message.
10376
10377         * gnus-art.el (gnus-treat-play-sounds): Remove.
10378
10379         * gnus.el (gnus-play-jingle): Remove audio support.
10380
10381         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10382
10383         * earcon.el: Remove -- no users.
10384
10385         * gnus-audio.el: Remove -- no users of this package.
10386
10387         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10388
10389         * gnus-start.el (gnus-setup-news): Remove nocem support.
10390
10391         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10392
10393         * gnus.el (gnus-use-nocem): Remove.
10394
10395         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10396         Remove.
10397
10398         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10399         uses NoCeM any more.
10400
10401         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10402         (gnus-button-ctan-handler): Ditto.
10403         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10404         (gnus-button-ctan-directory-regexp): Ditto.
10405         (gnus-button-handle-ctan): Ditto.
10406         (gnus-button-tex-level): Ditto.
10407         (gnus-button-alist): Remove CTAN stuff.
10408
10409 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10412         nnimap-streaming test.
10413
10414         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10415         servers twice.
10416
10417         * nnimap.el (nnimap-open-connection): Add more error reporting when
10418         nnimap fails early.
10419
10420         * nnheader.el (nnheader-get-report-string): New function.
10421         (nnheader-get-report): Use it.
10422
10423         * gnus-int.el (gnus-check-server): Say what the error was when opening
10424         failed.
10425
10426         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10427         using streaming.
10428
10429 2010-09-25  Julien Danjou  <julien@danjou.info>
10430
10431         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10432         gnus-window-inside-pixel-edges.
10433
10434 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10437
10438         * mm-decode.el (mm-save-part): Allow saving to other directories the
10439         normal Emacs way.
10440
10441         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10442         Suggested by Jay Berkenbilt.
10443
10444         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10445         there isn't a single byte.
10446
10447         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10448         just do it.  It doesn't really seem to matter what the user responds
10449         here, I think, so it's just a confusing question.
10450
10451         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10452         non-streaming case.
10453
10454         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10455         (gnus-article-encrypt-body): Use it.
10456
10457         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10458         keystroke.
10459
10460         * nnimap.el (nnimap-find-wanted-parts-1):
10461         Use gnus-fetch-partial-articles.
10462
10463         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10464
10465         * nnimap.el (nnimap-insert-partial-structure): New function.
10466         (nnimap-get-partial-article): New function.
10467         (nnimap-request-article): Use it.
10468         (nnimap-wait-for-response): Return whether the wait was successful.
10469         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10470         retrieval wasn't successful.
10471         (nnimap-retrieve-group-data-early): Allow throttling servers.
10472         (nnimap-streaming): New variable.
10473         (nnimap-fetch-partial-articles): Remove.
10474
10475         * mm-decode.el (mm-with-part): Protect against killed buffers.
10476
10477         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10478         for prettier summary display.
10479
10480 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10481
10482         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10483
10484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10487         apparently third-party libraries depend on it.
10488
10489         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10490         before starting negotiation.
10491
10492         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10493         privacy reasons.
10494         (gnus-treat-mail-gravatar): Ditto.
10495
10496         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10497         buffer when inserting images.  Inserting text into the headers, for
10498         instance, can make them invalid.
10499
10500 2010-09-25  Julien Danjou  <julien@danjou.info>
10501
10502         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10503         variables.
10504
10505         * nnheader.el: Remove useless variables news-reply-yank-from and
10506         news-reply-yank-message-id.
10507
10508         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10509         variables.
10510
10511         * mml1991.el: Remove useless mml1991-verbose.
10512
10513         * gnus.el: Remove useless variable gnus-use-generic-from.
10514         Remove obsolete variable gnus-topic-indentation.
10515
10516         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10517
10518         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10519
10520         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10521
10522         * gnus-group.el: Remove useless gnus-group-icon-cache.
10523         Remove useless gnus-ephemeral-group-server.
10524
10525         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10526
10527         * mml2015.el: Remove useless mml2015-verbose.
10528
10529         * mml-smime.el: Remove useless mml-smime-verbose.
10530
10531         * gnus.el: Remove useless gnus-local-domain.
10532
10533         * gnus-gravatar.el (gnus-gravatar-transform-address):
10534         Use gnus-gravatar-size.
10535
10536         * gnus-art.el: Remove useless gnus-treat-translate.
10537
10538 2010-09-24  Julien Danjou  <julien@danjou.info>
10539
10540         * gnus-sum.el: Add support for Gravatars.
10541
10542         * gnus-art.el: Add support for Gravatars.
10543
10544         * gnus-gravatar.el: Add this file.
10545
10546         * gravatar.el: Add this file.
10547
10548 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10551
10552         * gnus-group.el (gnus-group-fetch-faq): Remove.
10553
10554         * gnus.el (gnus-group-faq-directory): Remove.
10555
10556         * gnus-group.el (gnus-group-fetch-charter): Remove.
10557
10558         * gnus.el (gnus-group-charter-alist): Remove.
10559
10560         * gnus-group.el (gnus-group-archive-directory): Remove.
10561         (gnus-group-recent-archive-directory): Ditto.
10562         (gnus-group-make-archive-group): Remove.
10563
10564         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10565
10566         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10567         use the same article number for all the cached articles.
10568
10569         * nnimap.el (nnimap-command): Register the last command time so
10570         that we can use it for idling NOOPs.
10571         (nnimap-open-connection): Start the keeplive timer.
10572         (nnimap-make-process-buffer): Store all the process buffers.
10573         (nnimap-keepalive): New function.
10574
10575         * starttls.el (starttls-open-stream): Add autoload cookie.
10576
10577 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10578
10579         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10580         handling.
10581
10582 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10585         its data structures.
10586
10587         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10588         instead of the cl.el copy-list.
10589         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10590         equalp.
10591
10592 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10595         and tool-bar-local-item-from-menu.
10596
10597         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10598         mode-line-highlight face for Emacs.
10599
10600         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10601         loading gnus-sum.elc; fix comment for canlock-verify.
10602         (gnus-article-jump-to-part): Use read-number.
10603         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10604         Remove Emacs pre-21 compatible code for help-echo.
10605         (gnus-article-next-page-1): No need to adjust the number of lines.
10606         (gnus-article-describe-bindings): Always use help-buffer.
10607
10608         * gnus-audio.el (gnus-audio-inline-sound):
10609         * gnus-cus.el (gnus-custom-mode):
10610         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10611
10612         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10613
10614         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10615         compatible code.
10616
10617 2010-09-24  Glenn Morris  <rgm@gnu.org>
10618
10619         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10620         visiting the fcc file in rmail-mode.
10621
10622         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10623
10624 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * nnir.el: Silence the byte compiler.
10627
10628         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10629         alias to browse-url-url-encode-chars if any.
10630         (gnus-html-encode-url): Use it.
10631
10632 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-start.el (gnus-use-backend-marks): New variable.
10635         (gnus-get-unread-articles-in-group): Use it.
10636
10637         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10638         makeover.
10639
10640 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10641
10642         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10643
10644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10647         Remove.
10648         (gnus-setup-news-hook):
10649         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10650
10651         * gnus-int.el (gnus-request-update-info): Protect against backends not
10652         having the function.
10653
10654         * nnimap.el (nnimap-stream): Mention starttls.
10655         (nnimap-open-connection): Add starttls support.
10656
10657 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10658
10659         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10660
10661 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10664         BODYSTRUCTUREs.
10665         (nnimap-transform-headers): Unfold quoted {42} headers.
10666
10667         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10668         the info.
10669         (gnus-get-unread-articles): Only call updatep on backends that support
10670         it.
10671
10672         * nnweb.el (nnweb-request-update-info): NOOP.
10673
10674         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10675
10676         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10677         since it only deals with marks.
10678
10679         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10680         gnus-request-marks, and make a new gnus-request-update-info.
10681
10682         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10683         the active instead of the high number, which is usually too low.
10684
10685 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10688         * encrypt.el: Remove.
10689
10690 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10693         server in symbolic form.
10694
10695         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10696
10697 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10700         (nnimap-update-info): Fix up code slightly.
10701
10702         * gnus-int.el (gnus-open-server): Add tracing for performance
10703         debugging.
10704
10705         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10706         (gnus-group-insert-group-line): Pass the real group name so that it
10707         gets the right data.
10708
10709         * gnus-start.el (gnus-get-unread-articles): Don't have
10710         `gnus-get-unread-articles-in-group' update info, since that can be
10711         really slow and doesn't seem to be needed?
10712
10713 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10714
10715         * time-date.el (date-to-time): Try using parse-time-string first before
10716         using the slower timezone-make-date-arpa-standard.
10717
10718 2010-09-22  Julien Danjou  <julien@danjou.info>
10719
10720         * gnus-group.el (gnus-group-insert-group-line):
10721         Call gnus-group-highlight-line.
10722         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10723         default hook list.
10724         (gnus-group-update-eval-form): Add new function.
10725         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10726         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10727
10728 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10731         immediate, then expire all articles.
10732         (nnimap-update-info): Fix off-by-one errors.
10733         (nnimap-flags-to-marks): Would return no marks lists for group with no
10734         flags.  Instead return the other data.
10735
10736 2010-09-22  Julien Danjou  <julien@danjou.info>
10737
10738         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10739         Only return an icon.
10740         (gnus-group-insert-group-line): Compute icon to return.
10741
10742         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10743         (gnus-html-image-fetched): Only cache if
10744         gnus-html-image-automatic-caching is set.
10745         (gnus-html-image-fetched): Check for errors.
10746
10747 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10750         once per method on `g'.  This ensures that backends like nnfolder don't
10751         open all their folders.
10752
10753         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10754         (nnimap-request-list): Nix out group in the correct buffer.
10755         (nnimap-parse-flags): Implement by using `read' instead of
10756         hand-parsing.
10757         (nnimap-flags-to-marks): Pass on permanent-flags.
10758         (nnimap-make-process-buffer): Record the server name.
10759         (nnimap-parse-flags): Fix typo.
10760         (nnimap-request-scan): Run split on the server in general, not just a
10761         single group.
10762
10763         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10764         parameter, and propagate this downwards.
10765
10766         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10767         since EXAMINE changes it on the server.
10768
10769         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10770         this command might take a while.
10771
10772 2010-09-22  Julien Danjou  <julien@danjou.info>
10773
10774         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10775         harmful if you have 2 images side-by-side, they can't be properly
10776         update on text deletion.  Using text-property is safer here.
10777         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10778         data.
10779
10780 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * nnimap.el (nnimap-expunge-inbox): Remove.
10783         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10784         (nnimap-expunge): Flip default to t.
10785
10786         * gnus.el (gnus-method-to-server): Don't push things to the cache
10787         unless it's unique.
10788         (gnus-server-to-method): Ditto.
10789
10790 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10791
10792         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10793
10794 2010-09-22  Julien Danjou  <julien@danjou.info>
10795
10796         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10797         get the start of data.
10798         (gnus-html-encode-url): Add this function to encode special chars in
10799         URL.
10800         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10801         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10802
10803         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10804         default.
10805         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10806
10807         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10808         images alt-text.
10809         (gnus-html-put-image): Put alt-text as help-echo.
10810
10811 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10814         * mm-util.el (mm-decompress-buffer):
10815         * nnir.el (nnir-run-find-grep):
10816         * pop3.el (pop3-list): Use 3rd arg of split-string.
10817
10818         * time-date.el (format-seconds): Comment fix.
10819
10820         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10821         and byte-optimize-form-code-walker.
10822         (dgnushack-make-auto-load): Don't advise make-autoload.
10823
10824         * lpath.el: Remove Emacs 21 stuff.
10825
10826 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10829         outside the active range.  Suggested by Dan Christensen.
10830
10831         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10832         slightly later to avoid double-getting it.
10833
10834         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10835         previous patch.
10836
10837         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10838
10839 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10840
10841         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10842
10843 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10844
10845         * gnus-int.el (gnus-open-server): Give a better error message in the
10846         "go offline" case.
10847
10848         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10849         marks for nnimap, which is seldom the right thing to do.
10850
10851         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10852         (gnus-same-method-different-name): New function.
10853
10854         * nnimap.el (parse-time): Require.
10855
10856         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10857         method in the presence of many similar methods.
10858
10859         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10860
10861         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10862         nnml-inhibit-expiry.
10863
10864         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10865         find out whether methods are equal.
10866
10867         * nnimap.el (nnimap-find-expired-articles): New function.
10868         (nnimap-process-expiry-targets): New function.
10869         (nnimap-request-move-article): Request the article before looking at
10870         what the Message-ID is.  Fix found by Andrew Cohen.
10871         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10872
10873         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10874         for oldness in addition to being a predicate.
10875
10876         * nnimap.el (nnimap-request-group): When we have zero articles, return
10877         the right data to Gnus.
10878         (nnimap-request-expire-articles): Only delete articles immediately if
10879         the target is 'delete.
10880
10881         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10882         method, this would bug out.
10883
10884         * gnus-group.el (gnus-group-expunge-group): Rename from
10885         gnus-group-nnimap-expunge, and implemented as a normal interface
10886         function.
10887
10888         * gnus-int.el (gnus-request-expunge-group): New function.
10889
10890         * nnimap.el (nnimap-request-create-group): Implement.
10891         (nnimap-request-expunge-group): New function.
10892
10893 2010-09-21  Julien Danjou  <julien@danjou.info>
10894
10895         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10896         (gnus-html-cache-expired): Add new function.
10897         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10898         wethever we should display image for fetch it.
10899         Compute alt-text earlier to pass it to the fetching function too.
10900         (gnus-html-schedule-image-fetching): Change function argument to only
10901         get one image at a time, not a list.
10902         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10903         cache.
10904         (gnus-html-get-image-data): New function to retrieve image data from
10905         cache.
10906         (gnus-html-put-image): Change buffer argument to use image data rather
10907         than file, and place image above region rather than inserting a new
10908         one.  Do not take alt-text as argument, since it's useless now: we place
10909         the image above alt-text.
10910         (gnus-html-prune-cache): Remove.
10911         (gnus-html-show-images): Start to fetch image when we find one, do not
10912         push into a temporary list.
10913         (gnus-html-prefetch-images): Only fetch image if they have expired.
10914         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10915         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10916
10917 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10920
10921 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10924         spec inser "*" if the group isn't active instead of 0.
10925
10926         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10927         opening the server.
10928         (nnimap-request-delete-group): Implement group deletion.
10929         (nnimap-transform-headers): Return the size of the entire message in
10930         the Bytes header, not just the size of the first part.
10931         (nnimap-request-move-article): When moving an article from nnimap,
10932         request the article first so the accepting form has an article to
10933         accept.  Reported by Dan Christensen.
10934         (nnimap-command): Make sure that the error message doesn't error out.
10935
10936 2010-09-20  David Edmondson  <dme@dme.org>
10937
10938         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10939         we haven't requested anything.
10940
10941 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10944         "".  Fix found by Andrew Cohen.
10945
10946         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10947         instead of -encode-string.
10948
10949 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10952
10953         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10954         by mm-subst-char-in-string.
10955
10956 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10959         waiting for the connection string.
10960
10961         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10962         arriving.
10963
10964         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10965         bogus characters.  This allows selecting certain Gmail groups.
10966
10967         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10968         (nnimap-fetch-partial-articles): New variable.
10969         (nnimap-open-connection): When looking for credentials, also use the
10970         nnimap-server-port.
10971         (nnimap-request-article): Return the group/article number, so that Gnus
10972         `^' works as expected.
10973         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10974
10975         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10976         comments.
10977         (gnus-methods-sloppily-equal): New function.
10978         (gnus): When using the development version of Gnus, load the gnus-load
10979         file.
10980
10981         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10982         `gnus-open-server' on each method before trying to scan them etc.
10983         This ensures that all the backend parameters are set correctly.
10984
10985         * nnimap.el (nnimap-authenticator): New variable.
10986         (nnimap-open-connection): Allow anonymous login.
10987         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10988         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10989
10990         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10991         patch, found by Knut Anders Hatlen.
10992
10993 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10994
10995         * gnus-agent.el (gnus-agent-batch-confirmation)
10996         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10997         to gnus-message.
10998         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10999         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11000         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11001         * gnus-int.el (gnus-open-server): Likewise.
11002         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11003         (gnus-score-check-syntax): Likewise.
11004         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11005         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11006         Likewise.
11007         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11008
11009 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11012         calling conventions so that prefetch doesn't bug out.
11013
11014 2010-09-19  Julien Danjou  <julien@danjou.info>
11015
11016         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11017         rather than `subst-char-in-region' in order to be able to replace ASCII
11018         char by UTF-8 ones.
11019
11020         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11021         than curl.
11022         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11023         the right URL and ALT text on images.
11024         (gnus-html-wash-tags): Fix tag case.
11025         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11026         (gnus-article-html): Add -o display_ins_del=2 option.
11027         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11028
11029 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11032         the extra mail headers, which sometimes seem to happen for unknown
11033         reasons.
11034
11035         * mail-parse.el (mail-header-encode-parameter): Define as
11036         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11037         (or most, perhaps?) mail readers don't understand the latter, but do
11038         understand the former.
11039
11040         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11041         to nil, so that no methods are automatically agentized.  I think this
11042         is probably what most users want.
11043
11044         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11045         from url-retrieve, for instance about invalid URLs.
11046
11047         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11048         groups that have no articles.
11049         (nnimap-request-article): Check that we really got an article when we
11050         requested one.
11051
11052         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11053         doesn't exist.
11054
11055         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11056         nntp buffer so the agent can save it.
11057         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11058         that CRLF doesn't get translated to \n.
11059         (nnimap-open-connection): Don't make 'shell commands only send \n.
11060
11061 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11062
11063         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11064         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11065         Update var name.
11066         (nnml-generate-nov-file): Use dolist.
11067         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11068         Use with-current-buffer.
11069
11070 2010-09-18  Julien Danjou  <julien@danjou.info>
11071
11072         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11073         parallel.
11074
11075 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11078         the range update right.
11079         (nnimap-request-group): Don't make `M-g' bug out on group with no
11080         marks.
11081         (nnoo): Require, so that other packages can require nnimap.
11082         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11083         command we're looking for.  This helps when the server sends more
11084         responses after we've gotten everything we expected.
11085         (nnimap): Add a `newlinep' field to keep track of end-of-line
11086         conventions.
11087         Don't send CRLF to things that don't want it.
11088         (nnimap-request-accept-article): Ditto.
11089
11090 2010-09-18  Julien Danjou  <julien@danjou.info>
11091
11092         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11093         than curl to retrieve images.
11094
11095 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11098         the marks.
11099         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11100         (nnimap-wait-for-connection): New function.
11101         (nnimap-open-connection): If we have PREAUTH, don't query for login
11102         credentials.
11103         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11104         when doing a partial update.
11105
11106 2010-09-18  Julien Danjou  <julien@danjou.info>
11107
11108         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11109         tags.
11110
11111 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * nnimap.el (nnimap-credentials): New function.
11114         (nnimap-open-connection): Use the new function to look for credentials
11115         also on the numeric equivalents of "imap" and "imaps".
11116
11117         * gnus-start.el (gnus-activate-group): Send the info to
11118         gnus-request-group.
11119
11120         * nnimap.el (nnimap-request-group): Have the "check" version of the
11121         function parse flags and update the info, so that a `M-g' get a total
11122         resync of all flags from the group.
11123
11124         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11125         to allow backends to alter the info on group selection.  Also alter all
11126         the backend -request-group functions to take the parameter.
11127
11128         * nnimap.el (nnimap-store-info): New function.
11129         (nnimap-update-info): Store the info for later usage.
11130         (nnimap-request-group): Use the stored info for the dont-check case, so
11131         that we don't retrieve all marks when we enter a group.
11132
11133         * nnimap.el: Use deffoo instead of defun for interface functions.
11134
11135         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11136         update the group info.  This makes the nndraft groups, for instance, go
11137         back to their old behavior.
11138
11139         * gnus-sum.el (gnus-select-newsgroup): Indent.
11140
11141         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11142         in.
11143         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11144         nothing.
11145
11146         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11147         from methods that are denied.
11148
11149         * gnus-int.el (gnus-method-denied-p): New function.
11150
11151         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11152         store the password instead of netrc.
11153         (nnimap-open-connection): Don't error out when we can't make a
11154         connections.
11155
11156         * auth-source.el (auth-source-create): In the password prompt, say what
11157         we're querying for.  Also prompt for user name if that hasn't been
11158         given.
11159
11160         * nnimap.el (nnimap-with-process-buffer): Remove.
11161
11162 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11165         method when we're reading from the agent.
11166
11167         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11168
11169         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11170         that's probably most useful for users.
11171
11172         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11173         "failed" all the time.
11174
11175         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11176         ...)) with (with-current-buffer ... ).
11177
11178         * nntp.el (nntp-open-server): Return whether the open was successful or
11179         not.
11180
11181         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11182         select an unread unseen article first.
11183
11184         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11185         /etc/services, supply some sensible port defaults.
11186
11187         * dgnushack.el: Define netrc-credentials.
11188
11189 2010-09-17  Julien Danjou  <julien@danjou.info>
11190
11191         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11192
11193 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11194
11195         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11196         doesn't have any parameters.
11197
11198 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11201         only upcased checks.
11202
11203         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11204
11205         * nnimap.el (nnimap-open-shell-stream): New function.
11206         (nnimap-open-connection): Use it.
11207         (nnimap-transform-headers): Get the number of lines in each message.
11208         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11209         number of lines.
11210         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11211         problem.
11212
11213         * utf7.el (utf7-encode): Autoload.
11214
11215         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11216         to allow the mail splitting to not return a default group.  This is
11217         useful for nnimap, which will leave unmatched mail in the inbox.
11218
11219         * nnimap.el: Rewritten.
11220
11221         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11222         nnimap usage.
11223
11224         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11225         if the move is internal, so that nnimap can do fast internal moves.
11226
11227         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11228         data.
11229         (gnus-read-active-for-groups): Support finishing the early retrieval of
11230         data.
11231
11232         * gnus-range.el (gnus-range-nconcat): New function.
11233
11234         * gnus-int.el (gnus-finish-retrieve-group-infos)
11235         (gnus-retrieve-group-data-early): New functions.
11236
11237 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11238
11239         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11240         (nnrss-retrieve-groups):
11241         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11242         (pop3-quit): Use with-current-buffer.
11243
11244 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11247         instead of nnheader-accept-process-output.
11248
11249         * dgnushack.el (dgnushack-compile): Add comment.
11250
11251         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11252
11253         * gnus-html.el (gnus-html-schedule-image-fetching)
11254         (gnus-html-prefetch-images): Replace process-kill-without-query by
11255         gnus-set-process-query-on-exit-flag.
11256
11257 2010-09-16  Romain Francoise  <romain@orebokech.com>
11258
11259         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11260
11261 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11264         parameter to unintern is mandatory-ish in Emacs 24.
11265
11266         * gnus-html.el (gnus-html-schedule-image-fetching)
11267         (gnus-html-prefetch-images): Check for curl before using it.
11268
11269         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11270         depend on curl, which isn't essential.
11271
11272         * imap.el: Revert back to version
11273         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11274         seem problematic.
11275
11276 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11277
11278         * gnus-registry.el (gnus-registry-install-shortcuts):
11279         Explicitly pass `obarray' to `unintern' to avoid a warning.
11280
11281 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11282
11283         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11284         change.
11285
11286         * nnrss.el (nnrss-request-list): Remove this function and related
11287         functions, including the moreover stuff.
11288
11289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * nnrss.el (nnrss-retrieve-groups): New function.
11292
11293 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11294
11295         * .dir-locals.el: Add no-byte-compile cookie.
11296
11297 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * time-date.el (format-seconds): Comment fix.
11300
11301         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11302         for back end that doesn't support request-scan.
11303
11304 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11307         then do request scans from the backends.
11308
11309         * netrc.el (netrc-credentials): New conveniency function.
11310
11311         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11312         avoid running a hook per line, since this takes a lot of time,
11313         profiling shows.
11314         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11315         directly if gnus-visual-p is true.
11316
11317 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11320         groups; replace mapcar with dolist which is a bit faster; pass groups
11321         info to gnus-read-active-file-1.
11322         (gnus-read-active-file-1): Scan only specified groups if the new
11323         optional arg `infos' is given.
11324
11325 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11328
11329         * pop3.el (pop3-movemail): Remove.
11330         (pop3-streaming-movemail): Rename to pop3-movemail.
11331
11332         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11333         don't restrict end-tag searches to the end of the line.
11334
11335 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11338         articles of every unchecked group to t, which means unknown since the
11339         server has never been opened.
11340
11341 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * gnus-html.el (gnus-html-show-alt-text): New command.
11344         (gnus-html-browse-image): Ditto.
11345         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11346         to browse the image directly.
11347         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11348         better.
11349
11350         * gnus-async.el (gnus-async-article-callback):
11351         Call `gnus-html-prefetch-images' unconditionally.
11352
11353         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11354         before feeding URLs to curl.
11355
11356 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11359         internal images as deletable by `W D D'.
11360
11361         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11362         (gnus-async-article-callback): Fix typo.
11363
11364 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11367         current line to work around bugs in the output from w3m.
11368
11369         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11370         for groups that want that.
11371
11372         * nntp.el (nntp-wait-for-string): Supply a timeout for
11373         accept-process-output to ensure progress.
11374
11375         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11376         level to get unread articles from, then use that for foreign groups,
11377         too.
11378
11379         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11380         confuses the rest of the function.
11381
11382         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11383         for the methods that support -retrieve-groups, too.
11384
11385         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11386
11387 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11390         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11391
11392         * pop3.el: Require cl when compiling.
11393         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11394
11395 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11398         that aren't going to be activated.
11399         (gnus-get-unread-articles): Fix up the last commit.
11400
11401         * gnus-html.el (gnus-article-html): Allow calling without specifying
11402         the handle.  In that case, dissect the buffer first.
11403
11404         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11405
11406         * nnimap.el (nnimap-open-connection): Revert the change that would look
11407         into authinfo for imaps instead of imap.
11408
11409         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11410         say that you don't want to call gnus-request-group with don-check, but
11411         do check the reponse.  This is for virtual groups only.
11412         (gnus-get-unread-articles): Count the archive groups as secondary, so
11413         that they're activated the same way as before.
11414
11415         * imap.el (imap-message-map): Removed optional buffer parameter, since
11416         no callers use it.
11417         (imap-message-get): Ditto.
11418         (imap-message-put): Ditto.
11419         (imap-mailbox-map): Ditto.
11420         (imap-mailbox-put): Ditto.
11421         (imap-mailbox-get): Ditto.
11422         (imap-mailbox-get): Revert last change for this function.
11423
11424         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11425         case-insensitively.
11426         (nnimap-debug): Remove.
11427
11428         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11429         callers to use `imap-fetch' instead.  According to the comments, this
11430         should be safe, since all other IMAP clients use the 1:* syntax.
11431         (imap-enable-exchange-bug-workaround): Remove.
11432         (imap-debug): Remove -- doesn't seem very useful.
11433
11434         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11435         mail from a file, and the file doesn't exist.
11436
11437         * imap.el (imap-log): New convenience function used throughout instead
11438         of repeating the same code all over the place.
11439
11440         * pop3.el (pop3-streaming-movemail): Return t for success.
11441
11442         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11443         .authinfo if we're using ssl connection.
11444
11445         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11446         already have if we're in a main Gnus `g' run.
11447
11448         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11449
11450 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11453
11454         * nnmh.el (nnmh-request-list-1): Bind `file'.
11455
11456         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11457         alias to set-process-query-on-exit-flag or process-kill-without-query.
11458         (pop3-open-server): Use it.
11459
11460 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11463         box to the Incoming file.  Fixes mistake in previous checkin.
11464
11465         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11466         request loop (for debugging purposes) removed.
11467
11468         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11469         culprit is more visible.
11470         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11471         (nnml-add-incremental-nov): New functions to do "incremental" nov
11472         updates, where we just append to the end of the existing nov files
11473         without reading/writing them in full.
11474
11475         * mail-source.el (mail-source-delete-crash-box): Really only check the
11476         incoming files once in a while.
11477
11478         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11479
11480         * mail-source.el (mail-source-delete-crash-box): Only check the
11481         incoming files for deletion once per day to save a lot of file
11482         accesses.
11483
11484         * pop3.el (pop3-logon): Fix up unbound variable typo.
11485
11486         * mail-source.el (pop3-streaming-movemail): Autoload.
11487
11488         * pop3.el (pop3-streaming-movemail):
11489         Respect pop3-leave-mail-on-server.
11490
11491         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11492         retrieval.
11493
11494         * pop3.el (pop3-process-filter): Remove unused function.
11495         (pop3-streaming-movemail, pop3-send-streaming-command)
11496         (pop3-wait-for-messages, pop3-write-to-file)
11497         (pop3-number-of-responses): New functions for streaming pop3
11498         retrieval.
11499
11500         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11501         come from no known methods.
11502         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11503         list.
11504
11505         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11506         message sizes.
11507         (pop3-movemail): Use erase-buffer instead of looping and deleting
11508         regions, which seems rather odd.
11509
11510         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11511         file once per `g' run.
11512
11513         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11514         directories.  This makes the draft queue directory work.
11515
11516         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11517         data from the backends, so that we only request the list of groups from
11518         each method once.  This should speed things up considerably.
11519
11520         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11521         detect that it's not implemented.
11522
11523         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11524         we actually do recurse down into the tree, but don't stat all leaf
11525         nodes.
11526
11527         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11528         then say so instead of bugging out.
11529
11530         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11531         files exist before trying to read them.
11532
11533         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11534         around <pre_int>.
11535
11536         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11537
11538         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11539
11540 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * mm-util.el (mm-image-load-path): Just return the image directories,
11543         not all directories in the path in addition to the image directories.
11544         (mm-image-load-path): Maintain a cache of the image directories so that
11545         the `g' command in Gnus doesn't have to stat dozens of directories each
11546         time.
11547
11548         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11549         (gnus-html-wash-tags): Add a new `i' command to insert images.
11550         (gnus-html-insert-image): New command and keystroke.
11551         (gnus-html-redisplay-with-images): New command and keystroke.
11552         (gnus-html-show-images): Rename command.
11553         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11554         spacers.
11555         (gnus-html-wash-tags): Decode entities at the end, so that entities
11556         inside the tags don't mess up the rest of the "parsing".
11557
11558         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11559         so that nnimap methods aren't agentized by default.  There's apparently
11560         many problems related to agent/imap behavior.
11561
11562         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11563
11564         * gnus-html.el: Doc fix.
11565
11566 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11569         specifier-spec-list for Emacs 21.
11570
11571         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11572         glyph-width and glyph-height instead of display-graphic-p and
11573         image-size; make avoidance of displaying small images work for XEmacs.
11574
11575         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11576         for XEmacs.
11577
11578         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11579         of symbol that holds plist data.
11580         (gnus-process-plist): Remove plist of process after getting it.
11581
11582 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (message-generate-hashcash): Change default to
11585         'opportunistic if hashcash is installed.
11586
11587         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11588         (gnus-html-put-image): Only call image-size once, since it's somewhat
11589         time-consuming on remote X servers.
11590
11591 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11594         type on data, not a file name.
11595
11596         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11597         window-pixel-edges for Emacs 21.
11598
11599         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11600         decoded contents.
11601         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11602
11603 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11606         group line format, since it isn't very interesting.
11607
11608         * gnus-agent.el (gnus-agent-short-article),
11609         (gnus-agent-long-article): Increase values for these two variables,
11610         since most people are likely to have more network connection and
11611         storage than before.
11612
11613         * gnus.el (gnus-refer-article-method): Change default to 'current.
11614         When referring an article, the common behavior is to refer it from the
11615         current select method, not the native select method.  The chances of
11616         the native select method having the message in question is rather slim
11617         these days.
11618
11619         * gnus-sum.el (gnus-auto-select-subject): Change default to
11620         `unseen-or-unread'.  I think it's likely that most people want to
11621         select an unseen article over a previously seen, but unread one.
11622
11623         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11624         means that in the article buffer none of the minor mode elements will
11625         be shown, usually, and this is not desirable in most cases.
11626
11627         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11628         that commands like `d' (and the like) go to the next line in the
11629         buffer, instead of the next unread article.  I think this is the
11630         behavior that is most natural for most users.
11631         (gnus-single-article-buffer): Change default to nil, so that people can
11632         have as many article buffers open as they have summary buffer.  I think
11633         this is the most natural way for the groups to behave.
11634
11635         * message.el (message-generate-new-buffers): Change default to
11636         `unsent', so that all new message buffers start their names with the
11637         string "*unsent", and it's easier to find the buffers if you move from
11638         them.
11639
11640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11643         small.  They're probably tracking images.
11644         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11645         (gnus-html-rescale-image): Yet another try at getting the image sizing
11646         right.
11647
11648         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11649         nntp-marks-file-name is nil.
11650
11651 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11652
11653         * gnus-html.el (gnus-html-wash-tags)
11654         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11655         Better logging.
11656
11657 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11660
11661         * gnus-html.el (gnus-html-wash-tags): Check the value of
11662         gnus-blocked-images in the summary buffer.
11663
11664 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11667
11668 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669
11670         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11671         like "a", it seems like.
11672         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11673         since it needs to be picked from the correct buffer.
11674
11675         * nnwfm.el: Remove.
11676
11677         * nnlistserv.el: Remove.
11678
11679 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11680
11681         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11682         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11683
11684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11685
11686         * nnkiboze.el: Remove.
11687
11688         * nndb.el: Remove.
11689
11690         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11691         alt text.
11692         (gnus-html-rescale-image): Try to get the rescaling logic right for
11693         images that are just wide and not tall.
11694
11695         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11696         overshadow variable bindings.
11697
11698 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * gnus-html.el (gnus-html-wash-tags)
11701         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11702         Add extra logging.
11703
11704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11707         (gnus-max-image-proportion): New variable.
11708         (gnus-html-rescale-image): New function.
11709         (gnus-html-put-image): Rescale images.
11710
11711 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11712
11713         Fix up some byte-compiler warnings.
11714         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11715         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11716         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11717         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11718         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11719         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11720         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11721
11722 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-html.el (gnus-article-html): Decode contents by charset.
11725
11726 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11729         (gnus-html-frame-width, gnus-blocked-images):
11730         * message.el (message-prune-recipient-rules): Add custom version.
11731         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11732
11733         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11734         functions.
11735
11736         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11737         gnus-process-get.
11738
11739 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11740
11741         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11742         instead of lsub directly.
11743
11744 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * nnwarchive.el: Remove.
11747
11748         * gnus-soup.el: Remove.
11749
11750         * nnsoup.el: Remove.
11751
11752         * nnultimate.el: Remove.
11753
11754         * gnus-html.el (gnus-blocked-images): New variable.
11755
11756         * message.el (message-prune-recipients): New function.
11757         (message-prune-recipient-rules): New variable.
11758
11759         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11760         guess whether a long line is natural text or not.
11761
11762         * gnus-html.el (gnus-html-schedule-image-fetching):
11763         Use gnus-process-plist and friends for compatibility.
11764
11765 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11766
11767         * gnus-html.el: Require packages that define macros used in this file.
11768         (gnus-article-mouse-face): Declare to silence byte-compiler.
11769         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11770         process-get.
11771         (gnus-html-put-image): Use plist-get to avoid getf.
11772         (gnus-html-prefetch-images): Use with-current-buffer.
11773
11774 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-ems.el: Provide compatibility functions for
11777         gnus-set-process-plist.
11778
11779         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11780         header-line-format for XEmacs 21.4.
11781
11782         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11783         * gnus.el (gnus-valid-select-methods):
11784         * message.el (message-send-mail-partially-limit):
11785         * mm-decode.el (mm-text-html-renderer):
11786         * mml.el (mml-insert-mime-headers-always):
11787         * smiley.el (smiley-regexp-alist): Bump custom version.
11788
11789 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11790
11791         * gnus-html.el: Require mm-url.
11792         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11793         with the url to `url'.
11794         (gnus-html-wash-tags): Support cid: URLs/images.
11795
11796 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11799         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11800         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11801
11802         * gnus-move.el: Remove file, since it doesn't really work.
11803
11804         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11805         UTF-8.  This seems to fix problems with some German web feeds.
11806
11807         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11808         at the top so that the proper colors are applied.
11809
11810         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11811         don't have dots in their names.
11812
11813         * gnus-art.el (gnus-article-view-part): Doc fix.
11814
11815         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11816         XEmacs-compatible.
11817         (gnus-html-put-image): Don't do images on non-graphic displays.
11818
11819         * nnslashdot.el: Remove this unused backend.
11820
11821         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11822         actions.
11823         (gnus-undo-register-1): Revert last change.
11824
11825         * gnus-group.el (gnus-group-completing-read): Protect against not
11826         having completion-styles bound.
11827
11828         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11829         make broken recipients happier.
11830
11831         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11832
11833         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11834         point parameter.
11835
11836         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11837
11838         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11839         completion-styles for group selection.
11840
11841 2009-02-04  Andreas Schwab  <schwab@suse.de>
11842
11843         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11844         headers and regexp-quote the match if necessary.
11845
11846 2009-03-24  Miles Bader  <miles@gnu.org>
11847
11848         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11849         the blinking smiley.
11850
11851 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11852
11853         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11854         blink smiley.
11855
11856 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11859         where the dribbel file lives exists.
11860
11861         * message.el (message-send-mail-partially-limit): Change the default to
11862         nil, since most people don't want this.
11863
11864         * mm-url.el (mm-url-decode-entities): Also decode entities like
11865         &#x3212.
11866
11867 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11868
11869         * gnus-sum.el (gnus-summary-idna-message):
11870         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11871         Hyperlink urls in docstrings with URL `...'.
11872
11873 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11874
11875         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11876         functions.
11877
11878 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11881         say what the mouseover text should be.
11882
11883         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11884         version of the mm-w3m-safe-url-regexp variable to only download images
11885         in the groups where we want that to happen.
11886
11887         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11888
11889         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11890         easier debugging.
11891         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11892         big pictures in the article buffer.
11893
11894         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11895         gnus-article-html.
11896         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11897         w3m.
11898
11899         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11900
11901 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11904         which doesn't exist.
11905
11906         * message.el (message-inhibit-ecomplete): New variable to allow some
11907         function to inhibit ecomplete address storage.
11908         (message-resend): Disable ecomplete message storage when resending
11909         messages.
11910
11911         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11912
11913 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11916         Save excursion while copying, moving, and deleting articles in order to
11917         prevent the cursor from jumping to unforeseen place.
11918
11919 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * lpath.el: No need to bind bookmark-current-buffer,
11922         bookmark-yank-point and bookmark-make-record-function.
11923
11924 2010-08-17  Glenn Morris  <rgm@gnu.org>
11925
11926         * gnus-sync.el: Require gnus components whose functions are used.
11927
11928         * gnus-art.el (bookmark-make-record-function):
11929         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11930         Declare for compiler.
11931
11932         * mm-url.el (mml-compute-boundary): Autoload.
11933
11934 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11937
11938 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11939
11940         Typo fix "hoo4a" -> "hook".
11941
11942         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11943
11944 2010-08-14  Glenn Morris  <rgm@gnu.org>
11945
11946         * gnus-sync.el (gnus-sync): Fix defgroup version.
11947
11948 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11951
11952         * gnus-sync.el: Fix docs.
11953         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11954         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11955
11956 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         Optimizations for gnus-sync.el.
11959
11960         * gnus-sync.el: Add docs about gnus-sync-backend
11961         possibilities.
11962         (gnus-sync-save): Remove unnecessary message.
11963         (gnus-sync-read): Optimize and show what groups were skipped.
11964
11965 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11966
11967         Minor bug fixes for gnus-sync.el.
11968
11969         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11970         Don't read the sync on get-new-news.
11971
11972         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11973         quiet.
11974
11975         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11976         (fix typo).
11977
11978 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11979
11980         Make saving and restoring of hidden threads work with overlays.
11981         Patch applied by Ted Zlatanov.
11982
11983         * gnus-sum.el (gnus-hidden-threads-configuration)
11984         (gnus-restore-hidden-threads-configuration): Update to deal with text
11985         properties, rather than searching for a magic character.
11986
11987 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11988
11989         New gnus-sync.el library for synchronization of marks.
11990
11991         * gnus-sync.el: New library for synchronization of marks.
11992
11993         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11994         renamed from `gnus-registry-grep-in-list'.
11995
11996         * gnus-registry.el (gnus-registry-follow-group-p):
11997         Use `gnus-grep-in-list'.
11998
11999         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12000
12001 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12004         determining charset of text fails.
12005
12006 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * nnmail.el (nnmail-get-new-mail-1): Revert.
12009
12010         * nnml.el (nnml-active-number): Make sure names of newly created groups
12011         in nnml-group-alist are encoded.
12012
12013 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12016         containing non-ASCII characters in active file for nnml back end.
12017
12018 2010-07-24  David Engster  <dengste@eml.cc>
12019
12020         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12021         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12022
12023 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12024
12025         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12026         tag (Bug#6654).
12027
12028 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12031         the article buffer, not the summary buffer.
12032
12033 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12036         Emacs 23 as well.
12037
12038 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12041         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12042
12043 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12044
12045         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12046         Patch applied by Karl Fogel.
12047
12048         * gnus-sum.el (gnus-summary-bookmark-make-record):
12049         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12050
12051 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12052
12053         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12054         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12055         C-w still not working correctly from Article buffers; Thierry's
12056         patch to fix that will be applied after this.
12057
12058         * gnus-art.el (bookmark-make-record-function): New local variable.
12059
12060         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12061         article buffer.
12062         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12063
12064 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12065
12066         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12067         on changes in bookmark.el.
12068
12069 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12072         `no-log' instead of message not to log prompt string.
12073
12074 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12075
12076         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12077         the *other* type of HTML form submission.
12078
12079 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12080
12081         * auth-source.el (auth-source-pick): If choice does not contain a
12082         questioned keyword, set the check to t.
12083
12084 2010-06-12  Romain Francoise  <romain@orebokech.com>
12085
12086         * gnus-util.el (gnus-date-get-time): Move up before first use.
12087
12088 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12091         (gnus-article-edit-part): Bind it to make last part that is substituted
12092         or deleted visible.
12093         (gnus-mime-display-single): Buttonize part of which id equals to
12094         gnus-mime-buttonized-part-id.
12095
12096 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12097
12098         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12099         (gnus-dd-mmm): Use gnus-date-get-time.
12100         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12101         simplify logic.
12102         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12103         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12104
12105 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12106
12107         * auth-source.el (top): Autoload `secrets-list-collections',
12108         `secrets-create-item', `secrets-delete-item'.
12109         (auth-sources): Fix tag string.
12110         (auth-get-source, auth-source-retrieve, auth-source-create)
12111         (auth-source-delete): New defuns.
12112         (auth-source-pick): Rewrite in order to avoid 2 passes.
12113         (auth-source-forget-user-or-password): New parameter USERNAME.
12114         (auth-source-user-or-password): New parameters CREATE-MISSING and
12115         DELETE-EXISTING.  Retrieve password interactively, if needed.
12116
12117 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12118
12119         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12120         deleting unused directories when gnus-expert-user is t.
12121
12122 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12125         for each temp file when gnus-article-browse-delete-temp is ask.
12126
12127 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12128
12129         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12130         Replace Lisp calls to delete-backward-char by calls to delete-char.
12131
12132 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12133
12134         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12135
12136 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12137
12138         * password-cache.el (password-cache-remove): Fix docstring.
12139
12140 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12143         article unless decoding article to be saved.
12144
12145 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12148         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12149         generated within the mm-with-unibyte-current-buffer macro.
12150
12151 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12154         to nil when we're in a mml-preview buffer and no group is selected.
12155
12156 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12157
12158         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12159         when catching the `C-g'.  Reported by "Leo".
12160
12161 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * message.el (message-forward-make-body-plain)
12164         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12165         multibyte-string-p.
12166
12167         * lpath.el: Revert.
12168
12169 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * message.el (message-forward-make-body-mml): Assume original message
12172         is multibyte string; error on unibyte.
12173         (message-forward-make-body-plain): Ditto; don't add excessive newline
12174         in body end.
12175
12176         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12177
12178 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12179
12180         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12181         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12182
12183 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * mm-extern.el (mm-extern-url): Don't use
12186         mm-with-unibyte-current-buffer.
12187         (mm-extern-cache-contents): Use with-current-buffer instead of
12188         save-excursion + set-buffer.
12189
12190 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * mm-util.el (mm-emacs-mule): Remove.
12193
12194 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12195
12196         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12197         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12198         change.
12199
12200 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12203         bind the default value of enable-multibyte-characters to nil.
12204
12205 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * message.el (message-forward-make-body-plain)
12208         (message-forward-make-body-mml):
12209         Don't use mm-with-unibyte-current-buffer.
12210
12211 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12212
12213         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12214
12215 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12216
12217         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12218         (Bug#5592).
12219
12220 2010-05-07  Julien Danjou  <julien@danjou.info>
12221
12222         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12223         it to mm-pipe-part.
12224
12225         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12226         it is given.
12227
12228 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * binhex.el (binhex-decode-region-internal):
12231         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12232         (dns-query):
12233         * nnweb.el (nnweb-gmane-search):
12234         * pgg-parse.el (pgg-parse-armor):
12235         * pgg.el (pgg-verify-region):
12236         * sha1.el (sha1-string-external):
12237         * uudecode.el (uudecode-decode-region-internal):
12238         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12239         XEmacs.
12240
12241         * gnus-art.el (gnus-article-browse-html-parts):
12242         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12243         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12244         make-temp-file.
12245
12246         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12247         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12248         compiling.
12249
12250         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12251         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12252         XEmacs when compiling.
12253
12254         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12255         gnus-pick-mode-off-hook for XEmacs when compiling.
12256         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12257         gnus-binary-mode-off-hook for XEmacs when compiling.
12258
12259         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12260         Return nil if char-charset is not available.
12261
12262         * imap.el (imap-disable-multibyte)
12263         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12264         macros.
12265
12266         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12267         instead of encode-coding-string.
12268
12269         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12270         'xemacs) instead of mm-emacs-mule to switch function definitions.
12271         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12272
12273         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12274         bind temporary-file-directory for XEmacs;
12275         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12276         timer-set-function for XEmacs 21.4 and SXEmacs;
12277         bind timer-list for XEmacs 21.4 and SXEmacs;
12278         fbind char-charset and find-charset-region for non-Mule XEmacs;
12279         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12280         encode-coding-region and encode-coding-string for XEmacs having no
12281         file-coding feature.
12282
12283 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12284
12285         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12286
12287 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12290         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12291
12292 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12293
12294         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12295         alias `jka-compr-delete-temp-file' no longer exists.
12296
12297 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12298
12299         Use define-minor-mode in Gnus where applicable.
12300         * mml.el (mml-mode): Use define-minor-mode.
12301         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12302         (gnus-undo-mode): Use define-minor-mode.
12303         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12304         (gnus-dead-summary-mode): Use define-minor-mode.
12305         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12306         Initialize in declaration.
12307         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12308         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12309         (gnus-mailing-list-mode): Use define-minor-mode.
12310         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12311         (gnus-draft-mode): Use define-minor-mode.
12312         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12313         (gnus-dired-mode): Use define-minor-mode.
12314
12315 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12316
12317         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12318         handles on recursive mml-to-mime translation and check them for
12319         boundary delimiter collisions.  Reported by Greg Troxel.
12320
12321 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12324
12325 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12326
12327         * mm-util.el (mm-find-buffer-file-coding-system):
12328         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12329
12330 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12331
12332         * message.el (message-generate-headers): Record insertion of optional
12333         headers as well.  Otherwise the check to prevent repeated insertion of
12334         optional headers is a no-op.
12335
12336 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12337
12338         * smime.el: Don't mention CVS.
12339
12340         * nnrss.el (nnrss-fetch): Don't mention CVS.
12341
12342         * nnir.el: Don't mention CVS.
12343
12344 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12345
12346         * gnus-sum.el (gnus-summary-bookmark-make-record):
12347         Add `location' field.
12348
12349 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * lpath.el: Fbind bookmark-default-handler,
12352         bookmark-get-bookmark-record, bookmark-make-record-default,
12353         bookmark-prop-get for Emacs <23 and XEmacs.
12354
12355 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12356
12357         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12358         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12359         Use with-current-buffer to silence the byte-compiler.
12360         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12361         bother to require `gnus'.
12362         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12363
12364 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12365
12366         * gnus-sum.el (gnus-summary-bookmark-make-record)
12367         (gnus-summary-bookmark-jump): New functions.
12368         (gnus-summary-mode): Setup bookmark support.
12369
12370 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12371
12372         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12373         if set.
12374
12375 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12378         gnus-article-browse-html-save-cid-image; make it work recursively for
12379         forwarded messages as well.
12380         (gnus-article-browse-html-parts): Work when prefix arg is given.
12381         (gnus-article-browse-html-article): Doc fix.
12382
12383 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12384
12385         * message.el (message-default-mail-headers)
12386         (message-default-headers): Carry the value mail-default-headers over
12387         into message-default-mail-headers, rather than message-default-headers.
12388
12389 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12390
12391         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12392         charset.
12393
12394         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12395         charset into the <meta> tag when the article is encoded to utf-8.
12396
12397 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (gnus-article-browse-delete-temp-files):
12400         Delete directories as well.
12401         (gnus-article-browse-html-parts): Work for images that do not specify
12402         file names; delete temp directory when quitting; insert header at the
12403         right place; use file: scheme for image files.
12404
12405 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12406
12407         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12408         (gnus-article-browse-html-parts): Use it to make temporary cid image
12409         files in addition to html file so that browser may display them.
12410
12411 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12414
12415 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12416
12417         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12418
12419 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12420
12421         * auth-source.el (auth-sources): Change default to be simpler.
12422         Explain about Secret Service API sources.  Improve Customize options.
12423         (auth-source-pick): Change to accept any number of search parameters.
12424         Implement fallbacks iteratively, not recursively.  Add scoring on the
12425         second pass and sort by score.  Call Secret Service API when needed.
12426         (auth-source-user-or-password): Use it.  Call Secret Service API
12427         directly when needed to get the user name and the password.
12428
12429 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12430
12431         * message.el (message-interactive): Doc fix.
12432         (message-qmail-inject-args): Reflow.
12433         (message-kill-to-signature): Fix typo in docstring.
12434
12435         * smiley.el (smiley-buffer): Fix typo in docstring.
12436
12437 2010-03-24  Glenn Morris  <rgm@gnu.org>
12438
12439         * mail-source.el (gnus-message): Declare.
12440         (mail-source-delete-old-incoming): Require gnus-util.
12441
12442 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12445
12446         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12447
12448         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12449         password-cache's default if it is not bound.
12450         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12451         password-cache-expiry's default if it is not bound.
12452
12453         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12454         available in Emacs 21.
12455
12456         * lpath.el: Suppress compiler warnings for:
12457         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12458         XEmacs;
12459         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12460         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12461         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12462
12463 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12464
12465         * auth-source.el (auth-sources): Fix up definition so extra parameters
12466         are always inline.
12467
12468 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12469
12470         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12471         wasn't updated after mismatch.  Clear cached mailbox info correctly
12472         when uidvalidity changes.
12473         (nnimap-group-prefixed-name): New function to avoid some code
12474         duplication.
12475         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12476         (nnimap-request-group): Use it.
12477         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12478         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12479         with many imap folders.  This is done by caching the group status from
12480         the imap server persistently in a group parameter `imap-status'.  (This
12481         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12482         but not persistently, so every Gnus startup was still very slow.)
12483
12484 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12487         delete the extra newline.  Otherwise editing of :string and :number
12488         types don't work.
12489
12490 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12491
12492         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12493         secrets.el dependency.
12494         (auth-sources): Add optional user name.  Add secrets.el configuration
12495         choice (unused right now).
12496
12497 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12498
12499         * gnus-sum.el (gnus-summary-make-menu-bar):
12500         Let `gnus-registry-install-shortcuts' fill in the functions.
12501
12502         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12503         warnings.
12504         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12505         (gnus-registry-install-shortcuts): Populate and use it in a
12506         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12507
12508 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12509
12510         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12511         In-place substitutions for the group name encoding/decoding.
12512         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12513         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12514         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12515         (nnimap-update-unseen, nnimap-request-list)
12516         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12517         (nnimap-request-set-mark, nnimap-split-to-groups)
12518         (nnimap-split-articles, nnimap-request-newgroups)
12519         (nnimap-request-create-group, nnimap-request-accept-article)
12520         (nnimap-request-delete-group, nnimap-request-rename-group)
12521         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12522         `encoded-mbx' for consistency.
12523         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12524         variable `imap-current-mailbox'.
12525
12526         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12527         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12528
12529 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12530
12531         * pop3.el (pop3-display-message-size-flag): Display message size byte
12532         counts during POP3 download.
12533         (pop3-movemail): Use it.
12534         (pop3-list): Implement listing of available messages.
12535
12536 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12537
12538         * nnir.el (nnir-get-article-nov-override-function): New function to
12539         override the normal NOV retrieval.
12540         (nnir-retrieve-headers): Use it.
12541
12542 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12543
12544         * auth-source.el (netrc-machine-user-or-password): Autoload.
12545
12546 2010-03-19  Glenn Morris  <rgm@gnu.org>
12547
12548         Stop message.el from loading about 40 libraries it doesn't always need.
12549         The general approach is to autoload rather than require, and to
12550         require in the specific functions rather than the file.  (Bug#5642)
12551
12552         * gmm-utils.el: Don't require wid-edit.
12553         (widget-create-child-value, widget-convert, widget-default-get):
12554         Autoload.
12555
12556         * gnus-util.el: Don't require time-date, netrc.
12557         (message-fetch-field, gnus-group-name-decode): Declare rather than
12558         autoloading.
12559         (gnus-fetch-field): Require message.
12560         (gnus-decode-newsgroups): Require gnus-group.
12561
12562         * ietf-drums.el: Don't require time-date.
12563
12564         * message.el: Don't require hashcash, canlock, ecomplete.
12565         Do require mail-utils.  Require nnheader only when compiling.
12566         (smtpmail-default-smtp-server): Remove declaration.
12567         (message-send-mail-function): Check smtpmail-default-smtp-server
12568         is bound rather than requiring smtpmail.
12569         (message-auto-save-directory, message-insert-signature):
12570         Use expand-file-name rather than nnheader-concat.
12571         (nnheader-insert-file-contents): Autoload.
12572         (hashcash-wait-async): Declare.
12573         (message-send-mail): Only call gnus-setup-posting-charset if
12574         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12575         (message-send-mail-with-sendmail): Require sendmail.
12576         (canlock-password, canlock-password-for-verify): Declare.
12577         (message-canlock-password): Require canlock.
12578         (nnheader-get-report): Autoload.
12579         (gnus-setup-posting-charset): Declare.
12580         (message-send-news): Require gnus-msg.
12581         (message-make-references, message-make-in-reply-to): Use mail-header-id
12582         rather than the alias mail-header-message-id.
12583         (ecomplete-add-item, ecomplete-save): Declare.
12584         (message-put-addresses-in-ecomplete): Require ecomplete.
12585         (ecomplete-display-matches): Autoload.
12586
12587         * mm-decode.el: Don't require mailcap, gnus-util.
12588         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12589         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12590         Autoload.
12591         (mailcap-mime-extensions): Declare.
12592
12593         * mm-encode.el: Don't require mailcap.
12594         (mailcap-extension-to-mime): Autoload.
12595
12596         * mml-sec.el: Don't require password-cache.
12597
12598         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12599         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12600         (mml-minibuffer-read-type): Require mailcap.
12601         (mml-preview): Require gnus-msg.
12602
12603         * mml1991.el: Require password-cache.
12604         (password-cache-expiry): Remove declaration.
12605
12606         * mml2015.el: Require password-cache.
12607         (password-cache-expiry): Remove declaration.
12608
12609         * nneething.el (mailcap): Require mailcap.
12610
12611         * nnheader.el (declare-function): Add compatibility stub.
12612         (message-remove-header): Declare rather than autoload.
12613         (nnheader-replace-header): Require message.
12614
12615         * nnimap.el (declare-function): Add compatibility stub.
12616         (netrc-parse, netrc-machine-user-or-password): Declare.
12617         (nnimap-open-connection): Require netrc.
12618
12619         * nntp.el (declare-function): Add compatibility stub.
12620         (netrc-parse, netrc-machine, netrc-get): Declare.
12621         (nntp-send-authinfo): Require netrc.
12622
12623         * rfc2047.el: Don't require qp.
12624         (quoted-printable-encode-region, quoted-printable-decode-string):
12625         Autoload.
12626
12627         * sieve-mode.el: Don't require easymenu.
12628         (easy-menu-add-item): Autoload it.
12629
12630         * spam-stat.el (time-to-number-of-days): Autoload it.
12631
12632 2010-03-19  Glenn Morris  <rgm@gnu.org>
12633
12634         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12635
12636 2010-03-18  Glenn Morris  <rgm@gnu.org>
12637
12638         * hashcash.el (declare-function): Remove duplicate definition.
12639
12640 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12641
12642         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12643         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12644         value if any backslash escapes).
12645
12646 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12649         if it is available.  (bug#5647)
12650
12651         * lpath.el: Suppress compiler warning for coding-system-from-name for
12652         Emacs 21 and XEmacs.
12653
12654 2010-03-14  Juri Linkov  <juri@jurta.org>
12655
12656         * hmac-def.el:
12657         * hmac-md5.el:
12658         * netrc.el: Fix keywords.
12659
12660 2010-02-26  Glenn Morris  <rgm@gnu.org>
12661
12662         * message.el (message-send-mail-function): Change the default, so that
12663         it inherits from a customized send-mail-function.  (Bug#5643)
12664
12665 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12666
12667         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12668         shell-command-to-string signals an error (bug#5299).
12669
12670 2010-02-24  Glenn Morris  <rgm@gnu.org>
12671
12672         * message.el (message-smtpmail-send-it)
12673         (message-send-mail-with-mailclient): Doc fixes.
12674
12675 2010-02-16  Glenn Morris  <rgm@gnu.org>
12676
12677         * message.el (message-default-mail-headers): Change the default value
12678         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12679
12680 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12683         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12684
12685 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12686
12687         * time-date.el (date-to-time): Doc fix (Bug#5408).
12688
12689 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12690
12691         * message.el (message-mail): Just pass yank-action on to message-setup.
12692         (message-setup): Handle (FUN . ARGS) form of yank-action.
12693         (message-with-reply-buffer, message-widen-reply)
12694         (message-yank-original): Handle non-buffer values of
12695         message-reply-buffer (Bug#4080).
12696         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12697
12698 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12699
12700         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12701         Fix typo in docstring.
12702
12703 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12704
12705         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12706         response.
12707
12708 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12711
12712         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12713
12714         * message.el (message-check-news-header-syntax): Protect against a
12715         string that `rfc822-addresses' returns when parsing fails.
12716
12717 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12720         (gnus-previous-char-property-change): New functions.
12721
12722         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12723
12724 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12725
12726         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12727         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12728
12729 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12730
12731         * message.el (message-exchange-point-and-mark): Rework last change to
12732         avoid using optional arg of exchange-point-and-mark, for backward
12733         compatibility.
12734
12735 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12736
12737         * message.el (message-exchange-point-and-mark):
12738         Call exchange-point-and-mark with an argument rather than setting
12739         mark-active by hand (Bug#5175).
12740
12741 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * nntp.el (nntp-service-to-port): Work for service expressed with
12744         numeric string; replace [:digit:] with [0-9] for XEmacs.
12745
12746 2009-12-17  Glenn Morris  <rgm@gnu.org>
12747
12748         * gnus-group.el (gnus-bug-group-download-format-alist):
12749         Change emacs entry to debbugs.gnu.org.  Bump :version.
12750
12751 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12754
12755 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * message.el (message-info): Explain why we use `Info-goto-node'.
12758
12759 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12762
12763 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12764
12765         * message.el (message-completion-in-region): New compatibility function.
12766         (message-expand-group): Use it.
12767
12768 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12771         with no unread article should be listed if the 2nd arg `predicate' is
12772         given.
12773
12774 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12777
12778 2009-11-29  Juri Linkov  <juri@jurta.org>
12779
12780         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12781         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12782         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12783
12784 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12785
12786         * sha1.el (sha1-string-external): default-directory "/" in case
12787         otherwise non-existent.  process-connection-type pipe for touch of
12788         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12789
12790 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12791
12792         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12793         it's comms related and sgml-mode.el has "comm" on that basis too.
12794
12795 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12798         containing tspecial characters if they have been already quoted.
12799
12800 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12801
12802         * dns-mode.el (auto-mode-alist): Purecopy string.
12803
12804 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12805
12806         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12807
12808 2009-10-24  Glenn Morris  <rgm@gnu.org>
12809
12810         * gnus-art.el (help-xref-stack-item): Define for compiler.
12811
12812 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12813
12814         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12815
12816 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12819
12820 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12823         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12824
12825 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12828         (gnus-overlays-in): New alias to overlays-in.
12829
12830         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12831         gnus-overlay-get, and gnus-delete-overlay.
12832         (gnus-summary-show-thread): Make it work as well for systems in which
12833         next-single-char-property-change is not available.
12834         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12835
12836         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12837         (gnus-overlay-get): New alias to extent-property.
12838         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12839
12840         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12841         SXEmacs.
12842
12843         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12844         SXEmacs.
12845
12846 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12849
12850 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12851
12852         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12853         and XEmacs that don't have `remove-overlays'.
12854
12855 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12856
12857         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12858         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12859         selective display.  Use overlays instead.
12860
12861 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12862
12863         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12864
12865 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12866
12867         * spam-stat.el (spam-stat-load): Fix typo in message.
12868
12869 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12870
12871         * dig.el (dig-invoke): Fix typo in docstring.
12872         (query-dig): Reflow docstring.
12873
12874 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12875
12876         * gnus-art.el (gnus-article-encrypt-body):
12877         * message.el (message-check-recipients):
12878         * mm-util.el (mm-codepage-setup):
12879         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12880         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12881
12882 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12883
12884         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12885         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12886         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12887         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12888         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12889
12890 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12891
12892         * dig.el: Add "Keywords: comm", as per net-utils.el.
12893
12894 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12895
12896         * dig.el (dig-mode): Use define-derived-mode.
12897
12898 2009-09-19  Glenn Morris  <rgm@gnu.org>
12899
12900         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12901
12902 2009-09-18  Glenn Morris  <rgm@gnu.org>
12903
12904         * gnus-diary.el (gnus-diary-check-message):
12905         * message.el (message-insert-formatted-citation-line):
12906         * nnbabyl.el (top-level):
12907         * nndiary.el (nndiary-schedule):
12908         Fix typos in condition-case handlers.
12909
12910 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12913         configuration that provides the sole article window in a frame;
12914         position point correctly after deleting a part.
12915
12916 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12917
12918         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12919         (spam-resolve-registrations-routine): Use it to unregister articles
12920         that change status.
12921
12922 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12925         with XEmacs.
12926         (parse-time-string-chars): Use it.
12927
12928 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12929
12930         * imap.el (imap-interactive-login): Better messages.
12931         (imap-open): Fix bug with renamed buffer on reconnect.
12932         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12933         for easier debugging and cleaner code.  On successful (guessed based on
12934         server capabilities) secondary authentication, set imap-state
12935         correctly.
12936         (imap-last-authenticator): Define imap-last-authenticator as a variable
12937         to avoid warnings.
12938
12939 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * nnrss.el (nnrss-request-article): Remove binding of
12942         default-enable-multibyte-characters that has gotten needless by
12943         the 2007-07-13 change in rfc2047-encode-message-header.
12944
12945         * mml.el (mml-insert-multipart): Error on the message header.
12946         (mml-insert-part): Error on the message header; position point at
12947         the end of a MIME tag.
12948
12949 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * time-date.el (autoload): Expand define-obsolete-function-alias into
12952         defalias and make-obsolete for old Emacsen that Gnus supports.
12953         (with-no-warnings): Define it for old Emacsen.
12954         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12955         is available.
12956         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12957         float-time is available; suppress compile warning for time-to-seconds.
12958
12959         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12960         (gnus-float-time): Alias to float-time if it exists.
12961
12962         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12963         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12964         float-time is available; suppress compile warning for time-to-seconds.
12965
12966         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12967         XEmacs.
12968
12969 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12970
12971         * imap.el (imap-message-map): Docstring fix.
12972
12973 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12976         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12977         Add the optional argument `encoding' that overrides the default.
12978
12979         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12980         mm-encode-buffer.
12981
12982 2009-09-04  Glenn Morris  <rgm@gnu.org>
12983
12984         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12985         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12986         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12987         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12988         * mm-util.el (mm-with-unibyte-current-buffer)
12989         (mm-find-buffer-file-coding-system):
12990         * yenc.el (yenc-decode-region): Use default-value rather than
12991         default-enable-multibyte-characters.
12992
12993 2009-09-03  Glenn Morris  <rgm@gnu.org>
12994
12995         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12996         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12997         than default-enable-multibyte-characters.
12998
12999 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13000
13001         * gnus-art.el (gnus-article-read-summary-keys):
13002         Fix gnus-buffer-configuration's value temporarily used.
13003
13004 2009-09-02  Glenn Morris  <rgm@gnu.org>
13005
13006         * gnus-util.el (gnus-float-time): New function.
13007         * gnus-delay.el (gnus-delay-article):
13008         * gnus-sum.el (gnus-thread-latest-date):
13009         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13010         * nnspool.el (nnspool-request-newgroups):
13011         Use gnus-float-time rather than time-to-seconds.
13012         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13013
13014         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13015         (gnus-header-subject-face, gnus-header-newsgroups-face)
13016         (gnus-header-name-face, gnus-header-content-face):
13017         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13018         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13019         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13020         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13021         (gnus-cite-face-11):
13022         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13023         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13024         (gnus-server-closed-face, gnus-server-denied-face)
13025         (gnus-server-offline-face):
13026         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13027         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13028         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13029         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13030         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13031         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13032         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13033         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13034         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13035         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13036         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13037         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13038         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13039         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13040         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13041         (gnus-summary-high-undownloaded-face)
13042         (gnus-summary-low-undownloaded-face)
13043         (gnus-summary-normal-undownloaded-face)
13044         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13045         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13046         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13047         (gnus-splash-face):
13048         * message.el (message-header-to-face, message-header-cc-face)
13049         (message-header-subject-face, message-header-newsgroups-face)
13050         (message-header-other-face, message-header-name-face)
13051         (message-header-xheader-face, message-separator-face)
13052         (message-cited-text-face, message-mml-face):
13053         * sieve-mode.el (sieve-control-commands-face)
13054         (sieve-action-commands-face, sieve-test-commands-face)
13055         (sieve-tagged-arguments-face):
13056         * spam.el (spam-face):
13057         Mark face aliases with "-face" in the name as obsolete.
13058
13059 2009-09-01  Glenn Morris  <rgm@gnu.org>
13060
13061         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13062         than goto-line.
13063
13064 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13067         Don't move point if the command is invoked inside the message header.
13068
13069 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13070
13071         * imap.el (imap-send-command): Simplify.
13072         (imap-wait-for-tag): point-max -> buffer-size.
13073
13074 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13075
13076         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13077         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13078         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13079         * nnir.el (nnir-swish-e-index-file):
13080         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13081         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13082         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13083         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13084         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13085         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13086
13087 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13090         Don't save excursion.
13091
13092 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13093
13094         * nnheader.el (nnheader-find-file-noselect):
13095         * mm-util.el (mm-insert-file-contents):
13096         Use (default-value 'major-mode) instead of default-major-mode.
13097
13098 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13099
13100         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13101
13102 2009-08-26  Glenn Morris  <rgm@gnu.org>
13103
13104         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13105         than placing in files.el.
13106
13107 2009-08-25  Glenn Morris  <rgm@gnu.org>
13108
13109         * nnir.el (top-level): Don't require cl at run-time.
13110         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13111         Replace cl-function substitute with gnus-replace-in-string.
13112         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13113         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13114         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13115         simplified expansions.
13116
13117 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13118
13119         * dig.el (dig): Add autoload cookie.
13120
13121 2009-08-22  Glenn Morris  <rgm@gnu.org>
13122
13123         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13124         goto-line.
13125
13126 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13127
13128         * parse-time.el (parse-time-string-chars): Save match data.
13129
13130 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13131
13132         * parse-time.el (parse-time-string-chars): Compute using character
13133         classes, to handle non-ascii characters (Bug#3190).
13134
13135 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13138
13139         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13140         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13141         (gnus-mm-display-part, gnus-mime-display-single)
13142         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13143         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13144
13145         * gnus-sum.el
13146         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13147         (gnus-summary-move-article): Add expirable mark to articles copied or
13148         moved to group that has auto-expire turned on if the option is non-nil.
13149
13150 2009-07-24  Glenn Morris  <rgm@gnu.org>
13151
13152         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13153         Fix typo.  (Bug#3903)
13154
13155 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13158         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13159         that should not be used for draft articles.
13160         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13161         that has no concern in minor mode keys.
13162         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13163         Abolish.
13164
13165 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13168         article without making inquiry to a user for unknown encoding.
13169
13170         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13171         (nnmaildir--scan): Assume i-node and device number that file-attributes
13172         returns might be cons-cell.
13173
13174         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13175
13176         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13177
13178 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * auth-source.el: Remove docs now in auth.texi.  Don't use
13181         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13182         `auth-source-hide-passwords' and use them.
13183
13184 2009-07-15  Glenn Morris  <rgm@gnu.org>
13185
13186         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13187
13188 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13191         excessive whitespace from the default values of title and description.
13192
13193 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13196         mail-fetch-field to fetch Content-Description header in order to
13197         exclude newlines.
13198
13199 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13200
13201         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13202         format used by GnuPG 2.0.11.
13203
13204 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13207         to deleted part.
13208
13209 2009-05-30  David Engster  <dengste@eml.cc>
13210
13211         * nnmairix.el: Remove old documentation in the commentary block.
13212         (nnmairix-request-group): Do not update active file for nnml back ends.
13213         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13214         end so that overview files are ignored.
13215         (nnmairix-update-groups): Make updating the groups more robust by using
13216         marks.
13217         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13218         with dollar characters in message-id.
13219
13220 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13223         2008-12-25 in dns.el.
13224
13225 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13226
13227         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13228         could happen if the text is only composed of spaces and/or tabs.
13229
13230 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13231
13232         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13233         when sending a queued message to avoid extra mml tags.
13234
13235 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13238
13239 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13242         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13243         rmail-toggle-header for XEmacs;
13244         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13245
13246 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-dired.el: Remove autoload for gnus-setup-message.
13249         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13250         displaying Gnus logo; always use compose-mail.
13251
13252 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13255
13256 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13259         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13260         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13261         available.
13262         (gnus-nocem-epg-verify): New function.
13263
13264 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13267
13268 2009-02-15  Glenn Morris  <rgm@gnu.org>
13269
13270         * gnus-util.el (rmail-insert-rmail-file-header)
13271         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13272         autoloads.
13273         (rmail-default-rmail-file): Remove unnecessary declaration.
13274         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13275
13276 2009-02-14  Glenn Morris  <rgm@gnu.org>
13277
13278         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13279         variable (only used in gnus-util, which declares it anyway).
13280         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13281         which was only needed by gnus-art (changed to not use it any more).
13282         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13283         only used in gnus-util, which autoloads it itself.
13284         (rmail-update-summary): Fix autoload.
13285
13286         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13287         rather than rmail-output-to-rmail-file.
13288
13289 2009-02-07  Glenn Morris  <rgm@gnu.org>
13290
13291         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13292         autoload of function that no longer exists.
13293         (rmail-toggle-header): Declare.
13294         (message-forward-rmail-make-body): Handle mbox Rmail.
13295
13296 2009-01-31  Glenn Morris  <rgm@gnu.org>
13297
13298         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13299         2009-01-09 change.
13300
13301 2009-01-31  Dave Love  <fx@gnu.org>
13302
13303         * imap.el (imap-fetch-safe): Bind debug-on-error.
13304         (imap-debug): Add imap-fetch-safe.
13305
13306 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13307
13308         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13309         (auth-source-forget-all-cached): New convenience function.
13310         (auth-source-user-or-password): Accept list of modes or a single mode.
13311
13312         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13313         auth-source modes.
13314
13315         * netrc.el (netrc-machine-user-or-password): Use list of
13316         auth-source modes.
13317
13318         * nnimap.el (nnimap-open-connection): Use list of
13319         auth-source modes.
13320
13321         * nntp.el (nntp-send-authinfo): Use list of
13322         auth-source modes.
13323
13324 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13327         now.
13328
13329 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13332         coding system in XEmacs; add a workaround for XEmacs.
13333
13334         * lpath.el: Fbind coding-system-aliasee.
13335
13336 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13339         of current-language-environment.
13340
13341 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13344         available at runtime.
13345
13346 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13349
13350 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13351
13352         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13353         the greatest positive fixnum value doesn't work under an XEmacs with
13354         bignum support; use the most-positive-fixnum constant instead,
13355         available since Emacs 21.1 with cl and XEmacs 21.1.
13356
13357 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13360         XEmacs gets not to work.
13361
13362 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * mm-util.el (mm-coding-system-priorities): Allow the value like
13365         "Japanese (UTF-8)" of current-language-environment.
13366
13367 2009-01-09  Glenn Morris  <rgm@gnu.org>
13368
13369         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13370         with last-command-event.
13371
13372 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13375         in the doc string.
13376
13377         * message.el (message-fix-before-sending): Amend comment.
13378
13379 2009-01-08  Dave Love  <fx@gnu.org>
13380
13381         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13382
13383 2009-01-07  David Engster  <dengste@eml.cc>
13384
13385         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13386         simplified server definitions by converting it via
13387         gnus-server-to-method.
13388
13389 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13392         parameter's operands.
13393
13394 2009-01-06  David Engster  <dengste@eml.cc>
13395
13396         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13397         primary select method (for gnus-group-mark-article-as-read).
13398
13399 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13400
13401         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13402         `(gnus)Face', not `(gnus)X-Face'.
13403
13404 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-util.el (mm-ucs-to-char): New function.
13407
13408         * mm-url.el (mm-url-decode-entities): Use it.
13409
13410         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13411         unicode-to-char.
13412
13413 2009-01-05  Dave Love  <fx@gnu.org>
13414
13415         * time-date.el: Require cl for `declare'.
13416
13417 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13420         Dave Love.
13421
13422 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * message.el (message-fix-before-sending): Add `eight-bit' to
13425         illegible-text check.
13426
13427 2009-01-03  Michael Olson  <mwolson@gnu.org>
13428
13429         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13430         `headers' is nil.  This can occur if the IMAP server does not have
13431         permissions to read messages from a folder, but can write new messages
13432         to the folder.
13433         (nnimap-request-article-part): Do not insert `data' if it is nil.
13434
13435         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13436         characters which will confuse `read', so skip past them.
13437
13438 2009-01-01  Dave Love  <fx@gnu.org>
13439
13440         * imap.el (imap-string-to-integer): Fix typo.
13441         (imap-fetch-safe): New function.
13442         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13443
13444         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13445
13446         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13447         (imap-parse-greeting): Fix doc strings.
13448         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13449         (imap-parse-flag-list): Make messages unique.
13450         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13451
13452         * nnimap.el: Fix author email.
13453         (nnimap-split-rule): Add FIXME comment.
13454         (nnimap-debug): Fix doc string.
13455
13456 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13459
13460 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13463         nslookup if resolv.conf isn't available.
13464         (dns-query): Rename from query-dns.
13465         (dns-query-cached): Rename from query-dns-cached.
13466
13467 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13470         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13471         to check if those variables exist (first appeared in Emacs 18.50).
13472
13473 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-util.el (mm-line-number-at-pos): New function.
13476
13477         * spam-report.el (spam-report-process-queue): Use it.
13478
13479 2008-12-24  David Engster  <dengste@eml.cc>
13480
13481         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13482         parameters that haven't existed as variables as buffer-local variables.
13483
13484 2008-12-23  Dave Love  <fx@gnu.org>
13485
13486         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13487         cadar.
13488
13489         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13490         imap-starttls-p.
13491         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13492
13493 2008-12-22  Dave Love  <fx@gnu.org>
13494
13495         * imap.el: Fix author email.  Doc fixes.
13496         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13497         reply.
13498
13499 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * spam-report.el (spam-report-gmane-max-requests): New constant.
13502         (spam-report-gmane-wait): New variable.
13503         (spam-report-gmane-ham, spam-report-gmane-spam)
13504         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13505         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13506         the server.
13507
13508         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13509         Add explanations.
13510
13511         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13512         nnheader-accept-process-output and nnheader-read-timeout if available.
13513         (pop3-movemail): Use it.
13514
13515         * message.el (message-check-news-body-syntax): Fix signature check if
13516         there's an attachment.
13517
13518 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-util.el: Add comments to the mm- emulating functions.
13521
13522 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13525         Reported by Stephen Berman <stephen.berman@gmx.net>.
13526
13527 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * mm-util.el (mm-substring-no-properties): New function.
13530         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13531         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13532         (mm-string-to-multibyte): Doc fix.
13533
13534         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13535
13536 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * mml.el (mml-attach-file): Strip text properties from file name.
13539         (Bug#1574)
13540
13541 2008-12-16  Glenn Morris  <rgm@gnu.org>
13542
13543         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13544
13545 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13548         knows since the charset specified might be a bogus alias that
13549         mm-charset-synonym-alist provides.
13550
13551 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13554         "ISO_8859-1".
13555
13556         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13557
13558 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mm-util.el (mm-charset-eval-alist):
13561         Define it before mm-charset-to-coding-system.
13562         (mm-charset-to-coding-system): Add optional argument `silent';
13563         define it before mm-charset-override-alist.
13564         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13565         default value if it can be used in Emacs currently running;
13566         silence mm-charset-to-coding-system.
13567
13568 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13571         `allow-override' which says whether to use `mm-charset-override-alist'.
13572         (rfc2047-decode-encoded-words): Use it.
13573
13574         * mm-util.el (mm-charset-override-alist): Fix custom type;
13575         add `(gb2312 . gbk)' to choices.
13576
13577 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13580         fast.
13581
13582         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13583
13584         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13585
13586 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13587
13588         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13589         on links.
13590
13591         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13592
13593 2008-12-03  Lute Kamstra  <lute@gnu.org>
13594
13595         * sha1.el: Remove leading * from docstrings of defcustoms,
13596         deffaces, defconsts and defuns.
13597
13598 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13601         users' addresses that don't have domain parts.
13602         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13603         rather than message-narrow-to-head since there will be the message
13604         header separator.
13605
13606 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13607
13608         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13609         since the result is inserted in a unibyte buffer anyway.
13610         (nnimap-demule-use-string-to-multibyte): Remove.
13611         (nnimap-demule): Alias it to mm-string-to-multibyte.
13612
13613 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13616         variable for debugging bug#464 and bug#1174.
13617         (nnimap-demule): Use it.
13618
13619 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13622         score calculation correctly.
13623
13624 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13625
13626         * message.el (message-send-mail): Just set the buffer to unibyte
13627         rather than use mm-with-unibyte-current-buffer which does a lot more.
13628         (message-send-mail-partially): Don't bother with
13629         mm-with-unibyte-current-buffer since it's already been made unibyte by
13630         message-send-mail.
13631
13632 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13635
13636 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13637
13638         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13639
13640 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13643         require itself and to remove `with-no-warnings'.
13644
13645 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13646
13647         * starttls.el (starttls-any-program-available): Get the name of the
13648         available TLS layer program.
13649         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13650         well as the host name in the "opening" message.
13651
13652         * auth-source.el (auth-source-cache, auth-source-do-cache)
13653         (auth-source-user-or-password): Cache passwords and logins by default,
13654         allow override with `auth-source-do-cache'.
13655         (auth-source-forget-user-or-password): Allow users to remove cache
13656         entries if needed.
13657
13658 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13659
13660         * md4.el (md4-buffer): Fix typo in docstring.
13661         (md4, md4-64): Doc fixes.
13662         (md4-pack-int32): Reflow docstring.
13663
13664 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13667         condition-case to only the forward-sexp call.
13668
13669 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13672         quotes contained.  Make it more robust regardless by an extra
13673         condition-case wrapper.
13674
13675 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13678
13679 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * nnml.el (nnml-request-expire-articles): Check if the function set to
13682         `nnmail-expiry-target' returns the symbol `delete'.
13683
13684         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13685
13686         * nnmail.el (nnmail-expiry-target): Fix custom type.
13687
13688 2008-10-02  Glenn Morris  <rgm@gnu.org>
13689
13690         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13691         Silence compiler warning.
13692
13693 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13694
13695         * tls.el (open-tls-stream): Show the actual command being
13696         executed, instead of the format string.
13697
13698 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * lpath.el: Fbind codepage-setup for Emacs 23.
13701
13702 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13703
13704         * mml.el (mml-menu): Don't assume mml2015 is bound.
13705
13706 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13709         exists.
13710
13711 2008-09-27  Glenn Morris  <rgm@gnu.org>
13712
13713         * gnus-util.el (mail-header-remove-comments): Autoload it.
13714
13715 2008-09-27  Andreas Schwab  <schwab@suse.de>
13716
13717         * gnus-util.el (gnus-split-references): Strip comments.
13718         (gnus-parent-id): Likewise.
13719
13720 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * message.el (message-confirm-send): Fix version.
13723
13724 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * message.el (message-idna-to-ascii-rhs-1): Use
13727         mail-extract-address-components rather than mail-header-parse-addresses
13728         that is an alias by default to ietf-drums-parse-addresses that does not
13729         support non-ASCII names in headers' contents.
13730
13731 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13732
13733         * message.el (message-confirm-send): Fix variable documentation to
13734         avoid the "y/n" wording.
13735
13736 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13737
13738         * message.el (message-set-auto-save-file-name): Save to a different
13739         filename so multiple messages (especially drafts) can be recovered.
13740
13741 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13742
13743         * message.el (message-confirm-send): Add appropriate version.
13744
13745 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13748         defvar.
13749
13750 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13751
13752         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13753         (mm-pkcs7-enveloped-magic): Ditto.
13754
13755 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13756
13757         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13758         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13759
13760 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13761
13762         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13763         default, it's better.
13764
13765 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13768         summary line gnus-number property and ignore them (with a warning
13769         message).
13770
13771 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13774         macro caddr in the interactive form since it won't be expanded.
13775
13776 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13779         `charset'; fix name of function called recursively.
13780         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13781
13782 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13785         (gnus-mime-set-charset-parameters): New function.
13786         (gnus-mime-view-part-as-charset): Use it to correctly display part
13787         specifying wrong charset.
13788
13789 2008-09-08  David Engster  <dengste@eml.cc>
13790
13791         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13792         in completing-read for back end server.
13793
13794 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13795
13796         * message.el (message-confirm-send): New variable to confirm sending a
13797         message.
13798         (message-send): Use it.
13799
13800 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13803
13804 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13807
13808 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13811         prevent tracking too many groups.
13812         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13813         Use it.
13814
13815 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13816
13817         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13818         moving point to the bottom of the window in order to avoid recentering.
13819
13820 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13823
13824         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13825         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13826         (gnus-article-beginning-of-window): Fix calculation.
13827
13828 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-msg.el (gnus-summary-supersede-article)
13831         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13832         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13833         message header.
13834
13835 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13836
13837         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13838         pending output coming after the status change.
13839
13840 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13841
13842         * message.el:
13843         * gnus-start.el:
13844         * gnus-registry.el: Remove VMS support.
13845
13846 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13849         macro.
13850         (rfc2104-hash): Use it.
13851
13852 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13855         (gnus-summary-sort-by-most-recent-date): New commands.
13856         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13857         and menu entries.
13858
13859 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13862         don't redisplay article for raw contents; remove plural articles stuff.
13863
13864         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13865         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13866         on gnus-summary-save-article; display results properly.
13867
13868 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * lpath.el: No need to fbind ns-focus-frame.
13871
13872 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13875
13876 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-art.el (gnus-summary-save-in-pipe):
13879         Consider gnus-save-all-headers.
13880
13881 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13882
13883         * gnus-util.el (ns-focus-frame): Remove declaration.
13884         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13885         like x.
13886
13887 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13888
13889         * rfc2104.el (rfc2104-zero): Delete defconst.
13890         (rfc2104-hex-alist): Likewise.
13891         (rfc2104-hex-to-int): Delete func.
13892         (rfc2104-hexstring-to-bitstring): Likewise.
13893         (rfc2104-nybbles): New defconst.
13894         (rfc2104-hash): Rewrite for speed.
13895
13896 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * tls.el (open-tls-stream): Make it work with the 2nd argument
13899         BUFFER that is a string but does not exist as a buffer object, as
13900         mentioned in the doc-string.
13901
13902 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13905         SXEmacs.
13906
13907 2008-07-16  Glenn Morris  <rgm@gnu.org>
13908
13909         * gnus-util.el (ns-focus-frame): Declare for compiler.
13910
13911 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13914         set as a group parameter.
13915         (gnus-summary-save-in-pipe): Work when it is called independently.
13916         (gnus-summary-pipe-to-muttprint): Don't modify
13917         gnus-summary-pipe-output-default-command.
13918
13919 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13920
13921         * message.el (message-send-mail-with-sendmail):
13922         Display the error message.
13923
13924 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-art.el (gnus-default-article-saver):
13927         Add gnus-summary-save-in-pipe to choices.
13928         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13929         gnus-summary-pipe-output-default-command as the default command.
13930         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13931         instead of gnus-last-shell-command.
13932
13933         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13934         New user option.
13935         (gnus-summary-muttprint-program): Mention the value will be changed.
13936         (gnus-summary-save-article): Force showing of all headers.
13937         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13938
13939 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13940
13941         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13942
13943 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13944
13945         * nnimap.el (nnimap-id):
13946         * sieve-manage.el (sieve-manage-open): Doc fixes.
13947
13948 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13949
13950         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13951         if available.
13952
13953 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13954
13955         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13956
13957         * nnkiboze.el (nnkiboze-generate-group):
13958         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13959
13960         * nnmairix.el: Require CL.
13961
13962 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * dgnushack.el: Autoload get-display-table and put-display-table for
13965         XEmacs 21.5.
13966
13967         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13968         21.4 and SXEmacs.
13969
13970 2008-06-15  David Engster  <dengste@eml.cc>
13971
13972         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13973
13974 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13975
13976         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13977         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13978         runtime choice under XEmacs.
13979
13980         * gnus-sum.el (gnus-summary-set-display-table):
13981         Use `gnus-put-display-table', `gnus-get-display-table',
13982         `gnus-set-display-table' for the display table, instead of `aset'.
13983
13984         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13985         Use `gnus-put-display-table', `gnus-get-display-table',
13986         `gnus-set-display-table' for the display table.
13987
13988 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * nnmairix.el: Add autoloads.
13991
13992 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * nnmairix.el (nnmairix-delete-recreate-group)
13995         (nnmairix-update-and-clear-marks): Fix error messages.
13996
13997 2008-06-14  David Engster  <dengste@eml.cc>
13998
13999         * nnmairix.el: Upgrade to version 0.6.
14000         (nnmairix-group-toggle-propmarks-this-group)
14001         (nnmairix-group-toggle-readmarks-this-group)
14002         (nnmairix-group-delete-recreate-this-group)
14003         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14004         (nnmairix-remove-tick-mark-original-article): New commands.
14005         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14006         (nnmairix-propagate-marks-to-nnmairix-groups)
14007         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14008         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14009         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14010         functions needed for marks propagation and manipulation of read marks.
14011         (nnmairix-update-groups): New function.
14012         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14013         (nnmairix-determine-original-group-from-registry)
14014         (nnmairix-determine-original-group-from-path)
14015         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14016         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14017         New helper functions.
14018         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14019         keystrokes for new commands.
14020         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14021         (nnmairix-request-group): Check allow-fast group parameter.
14022         (nnmairix-request-create-group): Set allow-fast group parameter if
14023         nnmairix-allowfast-default is set.
14024         (nnmairix-close-group): Propagate marks upon closing if needed.
14025         (nnmairix-group-toggle-threads-this-group): Use new.
14026         nnmairix-group-toggle-parameter helper function.
14027         (nnmairix-search): Better check for empty search result.
14028         (nnmairix-goto-original-article): Use new helper functions for
14029         determining original article.
14030         (nnmairix-show-original-article): Make sure message-id is in brackets.
14031         (nnmairix-call-mairix-binary): Change variable name.
14032         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14033         helper function.
14034         (nnmairix-widget-toggle-activate): Fix doc string.
14035
14036 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * nnir.el: Require edmacro when compiling with XEmacs.
14039         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14040         available in Emacs 21.
14041
14042 2008-06-11  Glenn Morris  <rgm@gnu.org>
14043
14044         * gnus-util.el (x-focus-frame):
14045         * gnus.el (image-size):
14046         * mm-decode.el (image-size): Declare.
14047
14048         * gnus-picon.el (declare-function): Add compat definition.
14049         (image-size): Declare.
14050
14051         * gnus-group.el (tool-bar-map):
14052         * gnus-sum.el (tool-bar-map): Define for compiler.
14053
14054         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14055
14056         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14057
14058         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14059         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14060         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14061         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14062         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14063         * sieve-manage.el, spam-report.el, spam.el:
14064         Remove unnecessary eval-and-compile of autoloads.
14065
14066 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14067
14068         * auth-source.el: Precise Tramp doc.
14069
14070 2008-06-07  Glenn Morris  <rgm@gnu.org>
14071
14072         * nnmairix.el: Remove unnecessary eval-when-compile.
14073
14074 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * lpath.el: Fbind propertize for XEmacs 21.4.
14077
14078 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * nnir.el: Move here from ../contrib.
14081
14082 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14083
14084         * gnus-util.el (gnus-read-shell-command): New function.
14085         * mm-decode.el (mm-pipe-part):
14086         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14087
14088 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14091
14092 2008-06-03  Glenn Morris  <rgm@gnu.org>
14093
14094         * pop3.el (nnheader-accept-process-output): Autoload it.
14095
14096 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14099         are not 2-digit hexadecimal characters that follow `%'s.
14100
14101 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * message.el (message-bogus-recipient-p): Fix type in doc string.
14104         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14105         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14106         Improve custom options.
14107         (message-bogus-recipient-p): Adjust accordingly.
14108
14109 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14110
14111         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14112         long-form month and day names.
14113
14114 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * dgnushack.el: Autoload debug, eudc-expand-inline and
14117         pgg-snarf-keys-region for XEmacs.
14118
14119         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14120
14121         * nnmairix.el: Require edmacro when compiling with XEmacs.
14122
14123 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14126         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14127
14128 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * auth-source.el: Add more docs.
14131
14132         * netrc.el (netrc-machine): Always match if the port is not given.
14133
14134 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14135
14136         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14137         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14138         retrieval faster in some cases, but might make CPU usage larger.
14139         If this has any bad side effects, we might revert this change.
14140
14141         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14142         seems to make mail retrieval much, much faster.
14143         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14144         unconditionally.
14145
14146         * gnus-draft.el (gnus-group-send-queue):
14147         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14148
14149 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14152
14153         * message.el (message-bogus-address-regexp): Fix and improve custom
14154         type.
14155         (message-setup-hook): Add message-check-recipients as custom option.
14156
14157 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * message.el (message-cite-function): Remove bogus autoload which crept
14160         in during merge from v5-10.
14161
14162 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14163
14164         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14165
14166         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14167
14168         * auth-source.el: Preliminary Tramp docs.
14169         (auth-sources): Change the default auth-sources to use
14170         EPA .gpg files.
14171
14172 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14173
14174         * nntp.el: Autoload `auth-source-user-or-password'.
14175         (nntp-send-authinfo): Use it.
14176
14177         * nnimap.el: Autoload `auth-source-user-or-password'.
14178         (nnimap-open-connection): Use it.
14179
14180         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14181         for the gnus-message function.
14182         (auth-source-user-or-password): Use it.
14183
14184 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14185
14186         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14187         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14188         (rfc2104-hash): Use it.
14189
14190 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14191
14192         * gnus-art.el (gnus-article-toggle-truncate-lines):
14193         Don't use `iff' in docstring.
14194
14195 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14198
14199         * gnus-util.el (gnus-extract-address-component-name)
14200         (gnus-extract-address-component-email): Convenience functions around
14201         `gnus-extract-address-components'.
14202
14203         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14204         Use `gnus-extract-address-component-email' to fix bug of comparing full
14205         sender name to `user-mail-address'.
14206
14207 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14208
14209         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14210         catch/throw to optimize.
14211         (gnus-registry-find-keywords): Just use member to find a keyword.
14212
14213 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14214
14215         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14216         is current before calling gnus-server-prepare.
14217         (gnus-server-setup-buffer, gnus-server-update-server)
14218         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14219
14220 2008-05-04  Juri Linkov  <juri@jurta.org>
14221
14222         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14223         (mailcap-file-default-commands): Use mailcap-replace-in-string
14224         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14225         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14226
14227 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14228
14229         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14230
14231 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14232
14233         * gnus.el: Bump version to 0.11.
14234
14235 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14236
14237         * gnus.el: No Gnus v0.10 is released.
14238
14239 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14240
14241         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14242         hooks.
14243         (gnus-update-read-articles): Speed up non-marks-using users.
14244         (gnus-use-marks): Define gnus-use-marks.
14245         (gnus-propagate-marks): Rename variable to something more sensible.
14246
14247 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14248
14249         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14250         (gmm-image-load-path-for-library): Fix typos in docstrings.
14251         (gmm-message): Reflow docstring.
14252
14253 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * mail-source.el (mail-source-set-1, mail-source-bind):
14256         Move auth-source code out of the macro to clean it up and fix bugs.
14257
14258 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14259
14260         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14261         by sender if it's equal to user-mail-address, it's likely to be
14262         useless.
14263
14264         * mail-source.el (mail-source-bind): Don't use user or password if they
14265         are not bound.  Unintern them if they are nil.  Don't use server unless
14266         it's bound, and default it to empty string otherwise.
14267
14268 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * mail-source.el: Load auth-source.el.
14271         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14272         get user name or password, if auth-sources is set up.
14273
14274         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14275         strategy of splitting with parent.
14276         (gnus-registry-split-fancy-with-parent)
14277         (gnus-registry-post-process-groups): Use it and fix prior
14278         bug (returning a list as the split result).
14279
14280         * auth-source.el (auth-sources): Remove server parameter.
14281         (auth-source-pick, auth-source-user-or-password)
14282         (auth-source-user-or-password-imap)
14283         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14284         (auth-source-user-or-password-sftp)
14285         (auth-source-user-or-password-smtp): Remove server parameter.
14286
14287 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14288
14289         * smime.el (smime-sign-region, smime-encrypt-region)
14290         (smime-decrypt-region):
14291         Remove redundant calls to `generate-new-buffer-name'.
14292
14293 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14294
14295         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14296         Don't use QP for message/rfc822.
14297         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14298
14299 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14300
14301         * sieve-manage.el (sieve-string-bytes): Remove.
14302         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14303         correct byte-length only if the process's coding-system is the same as
14304         the one used internally by Emacs to represent strings.
14305
14306 2008-04-22  Juri Linkov  <juri@jurta.org>
14307
14308         * mailcap.el (mailcap-file-default-commands): New function.
14309
14310 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * message.el (message-signature-separator, message-cite-function):
14313         Change custom version.
14314
14315 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14316
14317         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14318         commands.
14319         (tls-checktrust): Ditto.
14320
14321 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * mm-decode.el (mm-display-external): Make temp file read-only.
14324
14325 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14328         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14329         `C-c C-f d'.
14330
14331 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14332
14333         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14334
14335 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * gnus.el: Bump version to 0.9.
14338
14339 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gnus.el: No Gnus v0.8 is released.
14342
14343 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14344
14345         * mail-source.el (mail-source-value):
14346         Prefer fboundp to functionp so it works with macros as well.
14347
14348 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14349
14350         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14351         Fix last change in case the element is not even a symbol.
14352
14353 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14354
14355         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14356         Prefer fboundp to functionp so it works with macros as well.
14357
14358 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14359
14360         * auth-source.el: Add docs.
14361         (auth-sources): Modify format to support server.
14362         (auth-source-pick, auth-source-user-or-password)
14363         (auth-source-user-or-password-imap)
14364         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14365         (auth-source-user-or-password-sftp)
14366         (auth-source-user-or-password-smtp): Add server parameter.
14367
14368 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * gnus-registry.el: Initialize the registry when gnus-registry-install
14371         is t.
14372
14373 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * compface.el (uncompface): Make buffer unibyte.
14376
14377 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14378
14379         * mail-source.el (mail-source-value):
14380         Prefer fboundp to functionp so it works with macros as well.
14381
14382 2008-04-05  Glenn Morris  <rgm@gnu.org>
14383
14384         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14385
14386 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14387
14388         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14389         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14390
14391         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14392         multibyteness after rather than before erasing it.
14393
14394         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14395         mm-with-multibyte.
14396         (gnus-request-article-this-buffer): Make sure the proper decoding is
14397         used if gnus-original-article-buffer happens to be unibyte.
14398
14399         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14400         default-enable-multibyte-characters.
14401
14402         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14403         default-enable-multibyte-characters.
14404
14405         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14406
14407         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14408
14409 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14410
14411         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14412         Fix last change in case the element is not even a symbol.
14413
14414 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14415
14416         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14417         (imap-message-copyuid-1): Use it.
14418         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14419         J. Williams in
14420         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14421
14422         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14423         imap-enable-exchange-bug-workaround.
14424         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14425
14426 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14427
14428         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14429         a 100 byte status-checks into a 2-3MB transfer for each group.
14430         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14431         to enable bug workaround or not.
14432         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14433
14434 2008-03-31  Glenn Morris  <rgm@gnu.org>
14435
14436         * message.el (mml2015-use): Declare for compiler.
14437         (message-info): Require mml2015 when appropriate.
14438
14439 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14442         whitespace.
14443
14444 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14445
14446         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14447         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14448         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14449         (nntp-service-to-port): New function.
14450         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14451         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14452         (nntp-open-netcat-stream): New function.
14453         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14454
14455 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14456
14457         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14458
14459 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14460
14461         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14462
14463 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14464
14465         * dns.el (dns-write): Use set-buffer-multibyte.
14466
14467 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14468
14469         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14470
14471 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * message.el (message-signature-separator): Change default.
14474         Improve custom type.
14475         (message-cite-function): Change default to
14476         message-cite-original-without-signature.
14477
14478         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14479         toggle.
14480
14481         * message.el (message-check-news-body-syntax): Fix signature check.
14482         (message-setup-1): Mark buffer as unmodified _after_ running
14483         message-setup-hook and handling message-alternative-emails.
14484         (message-shorten-references): Be more strict when building list of
14485         valid references to comply with GNKSA.
14486
14487         * gnus-group.el (gnus-read-ephemeral-bug-group)
14488         (gnus-read-ephemeral-debian-bug-group)
14489         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14490
14491         * message.el (message-info): Don't use booleanp which isn't supported
14492         in Emacs 21 and XEmacs.
14493
14494 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14497         gnus-group-gmane-group-download-format.
14498         (gnus-group-read-ephemeral-gmane-group): Rename from
14499         gnus-group-read-ephemeral-gmane-group.
14500         (gnus-read-ephemeral-gmane-group-url): Rename from
14501         gnus-group-read-ephemeral-gmane-group-url.
14502         (gnus-bug-group-download-format-alist): New variable.
14503         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14504         (gnus-read-ephemeral-emacs-bug-group): New commands.
14505
14506 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14509         (gnus-visible-headers): Improve custom type.
14510
14511 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * mml.el (mml-menu): Add workarounds for XEmacs.
14514
14515         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14516         X-Boundary header.
14517
14518         * message.el (message-simplify-recipients): Fix previous commit.
14519
14520 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * mm-util.el (mm-set-buffer-multibyte): New function.
14523         * mm-decode.el (mm-copy-to-buffer): Use it.
14524
14525         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14526         Prefer fboundp to functionp so it works with macros as well.
14527
14528 2008-03-19  Glenn Morris  <rgm@gnu.org>
14529
14530         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14531         Accidentally removed in the sync process with Emacs.
14532
14533 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * message.el (message-alter-recipients-discard-bogus-full-name):
14536         New function.
14537         (message-alter-recipients-function): New variable.
14538         (message-get-reply-headers): Use it.
14539         (message-replace-header): New helper function.
14540         (message-recipients-without-full-name): New variable.
14541         (message-simplify-recipients): New command.
14542
14543         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14544
14545         * message.el (message-info): Handle EasyPG manual.
14546
14547         * mml.el (mml-menu): Add entry for EasyPG.
14548
14549 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14550
14551         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14552         parameter.
14553
14554         * message.el (message-disassociate-draft): Specify drafts group name
14555         fully.
14556
14557 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14560         Eliminate unnecessary duplicates from the match list.
14561
14562 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14565
14566         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14567
14568         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14569         args of `how-many' of which the XEmacs version doesn't take; declare
14570         Info-index-next as function.
14571
14572 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * gnus-score.el (gnus-score-headers): Fix handling of
14575         gnus-inhibit-slow-scoring.
14576
14577         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14578         string.
14579         (gnus-button-url-regexp): Improve handling of parenthesis.
14580         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14581         (gnus-button-handle-info-keystrokes): Handle index entries.
14582
14583 2008-03-15  Glenn Morris  <rgm@gnu.org>
14584
14585         * parse-time.el (parse-time-string): Simplify.
14586
14587 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14590         Incoming* files.
14591
14592 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * auth-source.el (auth-sources): Rename from auth-source-choices.
14595         (auth-source-pick): Use it.
14596
14597 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14598
14599         * binhex.el (binhex-decode-region-internal):
14600         * uudecode.el (uudecode-decode-region-internal):
14601         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14602         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14603         setting default-enable-multibyte-characters.
14604
14605 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * auth-source.el (auth-source-protocols)
14608         (auth-source-protocols-customize, auth-source-choices): Add and
14609         modified variable customizations and defaults.
14610         (auth-source-pick, auth-source-user-or-password)
14611         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14612         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14613         (auth-source-user-or-password-sftp)
14614         (auth-source-user-or-password-smtp): Use new variables and provide an
14615         interface to netrc.el.
14616
14617 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14620         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14621         Make sure the nntp port to specify is a string.
14622
14623 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * nntp.el: Use with-current-buffer.
14626         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14627         dubious mm-with-unibyte-current-buffer.
14628         (nntp-with-open-group-function): New function extracted from
14629         nntp-with-open-group macro.
14630         (nntp-with-open-group): Use the function, so it's easier to debug.
14631         Add indentation and debugging info.
14632         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14633         Recommend the use of the netcat alternatives.
14634
14635         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14636         Avoid mm-string-as-multibyte as well.
14637
14638         * nnweb.el (nnweb-insert-html):
14639         Remove use of nnheader-string-as-multibyte.
14640
14641         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14642         (nnheader-string-as-multibyte): Remove.
14643
14644         * mm-view.el: Use inhibit-read-only.
14645         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14646         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14647         or unibyte-string.
14648
14649         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14650         (mm-uu-yenc-extract): Use with-current-buffer.
14651
14652         * gnus-soup.el (gnus-soup-send-packet): Don't use
14653         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14654
14655         * nnmh.el: Use with-current-buffer.
14656         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14657         mm-string-as-multibyte on the output of mm-encode-coding-string.
14658
14659         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14660         (nnimap-request-move-article): Use with-current-buffer.
14661
14662         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14663         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14664         conversion uses string-make-unibyte rather than string-as-unibyte.
14665
14666         * gnus-msg.el: Use with-current-buffer.
14667
14668         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14669
14670 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14671
14672         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14673         string for caching if it is 'PIN.
14674
14675 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * lpath.el: Consider the case without Emacs/W3.
14678
14679 2008-03-08  Glenn Morris  <rgm@gnu.org>
14680
14681         * time-date.el (date-to-time, time-subtract, time-add)
14682         (safe-date-to-time): Doc fixes.
14683
14684 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * mail-source.el (mail-source-delete-old-incoming-confirm):
14687         Change default to nil.
14688         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14689
14690 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * lpath.el: Rearrange.
14693
14694         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14695         (gnus-article-goto-prev-page): Work for articles having ^L's.
14696
14697         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14698
14699         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14700
14701 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14702
14703         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14704         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14705         (gnus-bookmark-jump): Adjust some variable names.
14706
14707 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14708
14709         * auth-source.el: New package.
14710         (auth-source-choices): Add customization entry point variable.
14711
14712         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14713         bug.
14714
14715 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14718         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14719         (gnus-registry-install-shortcuts): Rename from
14720         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14721         the `gnus-registry-mark-map' keymap dynamically from
14722         `gnus-registry-marks'.  The generated functions update the summary line
14723         when a registry mark is added or deleted, and will call
14724         `gnus-registry-install-p' (see the comments in the code).
14725         (gnus-registry-user-format-function-M): Use concat intelligently.
14726
14727         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14728         the registry mark functions.
14729
14730 2008-03-05  Glenn Morris  <rgm@gnu.org>
14731
14732         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14733         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14734         gnus-art.
14735         (top-level): No need to load own source when compiling.
14736
14737 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14740         Suggested by <chris.anderton@zetnet.co.uk>.
14741
14742 2008-03-04  Glenn Morris  <rgm@gnu.org>
14743
14744         * gnus-sum.el (top-level): No need to require gnus when compiling,
14745         since unconditionally required near start of file.
14746         (gnus-summary-display-while-building): Move definition before use.
14747
14748 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14749
14750         * gnus-registry.el (gnus-registry-user-format-function-M):
14751         Add formatting function.
14752
14753 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14756         with plists.
14757         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14758         Use new format.
14759
14760 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14763         `where-is-internal' that returns a range of key sequences.
14764
14765 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14766
14767         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14768
14769         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14770         (gnus-summary-jump-to-group): Consider windows on other displayed
14771         frames as well.  Similar changes might be needed elsewhere, but that's
14772         the one I've bumped into during my use.
14773
14774         * nndoc.el (nndoc-oe-dbx-type-p):
14775         * gnus-msg.el (gnus-debug):
14776         * gnus-group.el (gnus-update-group-mark-positions):
14777         Use mm-string-to-multibyte.
14778
14779 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14782         doesn't handle NotDashEscaped.
14783
14784         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14785         (mml-dnd-attach-options): Fix typo in custom choice.
14786
14787         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14788         Change nndoc-article-type to mbox.
14789         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14790
14791         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14792         to nil, instead of html2text.
14793
14794         * imap.el (imap-debug): Add `imap-ping-server'.
14795
14796         * gnus-bookmark.el: Add FIXMEs.
14797
14798         * message.el (message-form-letter-separator)
14799         (message-send-form-letter-delay): New variables.
14800         (message-send-form-letter): Use them.  New command to send form
14801         letters.  Requested by Uwe Siart.
14802         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14803
14804 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * Update copyright years.
14807
14808 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         Sync from EMACS_22_BASE.
14811
14812         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14813
14814 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14815
14816         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14817         empty author.
14818
14819 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14820
14821         * gnus-registry.el (gnus-registry-marks): Add variable for
14822         customization of marks and their appearance.
14823         (gnus-registry-read-mark): Use it.
14824         (gnus-registry-do-marks): Add utility function to loop through
14825         `gnus-registry-marks'.
14826         (gnus-registry-install-shortcuts-and-menus): Add function to install
14827         shortcuts and menus.
14828         (gnus-registry-initialize): Use it.
14829         (gnus-registry-default-mark): Clarify documentation.
14830
14831 2008-02-29  Glenn Morris  <rgm@gnu.org>
14832
14833         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14834         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14835         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14836         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14837         Change defcustom :version from 23.0 to 23.1.
14838
14839 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * gnus-registry.el (gnus-registry-follow-group-p)
14842         (gnus-registry-post-process-groups): Add functions to aid registry
14843         splitting and improve logging.  Clarify behavior in function
14844         documentation.
14845         (gnus-registry-split-fancy-with-parent): Use them.
14846
14847 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14848
14849         * gnus-art.el: Use with-current-buffer.
14850
14851 2008-02-27  David Engster  <dengste@eml.cc>
14852
14853         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14854         Express real group name in the response.
14855
14856 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14859         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14860         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14861         autoload gnus-registry-fetch-group when compiling.
14862         (nnmairix-request-group-with-article-number-correction):
14863         Remove unreferenced argument passed to nnmairix-call-backend.
14864
14865 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14868         (mm-uu-extract): Improve face for low color ttys.
14869         Reported by Sascha Wilde.
14870
14871 2008-02-27  Glenn Morris  <rgm@gnu.org>
14872
14873         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14874         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14875         variables to defconsts.  Convert comments to doc-strings.
14876         (nnmairix-last-server, nnmairix-current-server): Convert from free
14877         variables to defvars.  Convert comments to doc-strings.
14878         (gnus-registry-fetch-group): Autoload.
14879         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14880         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14881         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14882         caddr.
14883         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14884         nnmairix-request-group-with-article-number-correction call.
14885         (nnmairix-fast, nnmairix-group): New, less general names, for free
14886         variables passed from nnmairix-request-group to
14887         nnmairix-request-group-with-article-number-correction.  Declare.
14888         (nnmairix-request-group-with-article-number-correction):
14889         Use nnmairix-fast, nnmairix-group rather than fast, group.
14890
14891 2008-02-26  David Engster  <dengste@eml.cc>
14892
14893         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14894         version 0.5.
14895
14896 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14899         instead of making an extra function call.  Don't add the current group
14900         to articles only when they have the group.  Use
14901         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14902         Reported by David <de_bb@arcor.de>.
14903
14904 2008-02-24  Miles Bader  <miles@gnu.org>
14905
14906         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14907         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14908         (mm-find-mime-charset-region):
14909         * mm-bodies.el (mm-encode-body):
14910         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14911
14912 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14915         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14916
14917 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * mail-source.el (mail-source-delete-incoming): Change default.
14920         Supplement doc string.
14921
14922         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14923
14924 2008-02-14  Glenn Morris  <rgm@gnu.org>
14925
14926         * time-date.el (format-seconds): New function.
14927
14928 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * nnmail.el (nnmail-message-id-cache-file): Derive from
14931         `gnus-home-directory'.
14932
14933 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14936         Document negative prefix.
14937
14938         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14939
14940 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14941
14942         * message.el (message-unsent-separator): Add the Exim bounce
14943         separator.
14944
14945 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14946
14947         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14948         list.
14949         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14950         recipient/signer list.
14951
14952 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * Makefile.in (datarootdir): Define.
14955         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14956         name that might contain whitespace.
14957
14958 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14961         fbound (Emacs 23 unicode), signal an error.
14962
14963 2008-02-08  Glenn Morris  <rgm@gnu.org>
14964
14965         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14966
14967 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14968
14969         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14970         ports to the calls to `netrc-machine-user-or-password' in addition to
14971         "imap" and "imaps".
14972
14973 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14974
14975         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14976
14977         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14978
14979 2008-02-01  Kenichi Handa  <handa@m17n.org>
14980
14981         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14982         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14983         (rfc2104-hash): Convert the result of concat to unibyte string.
14984
14985 2008-02-01  Dave Love  <fx@gnu.org>
14986
14987         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14988         coding-system-for-read.
14989         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14990
14991 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14994         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14995         <hanche@math.ntnu.no>.
14996
14997 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15000
15001         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15002
15003 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15004
15005         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15006         * message.el (message-beginning-of-line): Use featurep instead of bound
15007         tests in order to resolve conditionals at compile time.
15008
15009 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15010
15011         * mail-source.el (mail-sources): Add `group' choice.
15012
15013         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15014         parameter `in-group' to control into which group the articles go.
15015         Add treatment of `group' mail-source.
15016
15017 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15020
15021         * mm-decode.el (mm-dissect-buffer): Decode description.
15022
15023         * mml.el (mml-to-mime): Encode message header first.
15024
15025 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15028         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15029
15030         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15031         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15032
15033 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15036
15037 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15040         prefix keys.
15041         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15042         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15043         gnus-xmas.el.
15044
15045         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15046         (gnus-xmas-article-describe-bindings): New function.
15047         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15048         gnus-xmas-article-describe-bindings.
15049
15050         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15051
15052 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15055         Add new variables for article mark management.
15056         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15057         list of extra data entries which, when present, will indicate that the
15058         article ID should not be trimmed from the registry.
15059         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15060         functions.
15061         (gnus-registry-read-mark): New function to read a mark name from the
15062         user.
15063         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15064         (gnus-registry-set-article-mark-internal): New functions to add and
15065         remove marks.
15066         (gnus-registry-get-article-marks): New function to show the marks for
15067         an article, or retrieve them for further use.
15068
15069 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15072         keys when no argument is given.
15073
15074 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * imap.el (imap-ping-server): New variable.
15077         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15078         (imap-ping-server): Minor doc string fixes.
15079
15080 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15081
15082         * imap.el (imap-ping-server): New function.
15083         (imap-opened): Call imap-ping-server.
15084
15085 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-sum.el (gnus-article-sort-by-random)
15088         (gnus-thread-sort-by-random): Fix doc strings.
15089         Reported by jidanni@jidanni.org.
15090
15091 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-art.el (gnus-article-describe-bindings): New function.
15094         (gnus-article-read-summary-keys): Use it.
15095         (gnus-article-mode-map): Bind `C-h b' to it.
15096
15097 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15100         XEmacs.
15101         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15102         Protect against non-character events.
15103
15104         * lpath.el: Fbind map-keymap for Emacs 21.
15105
15106 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15109         New command.
15110         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15111         instead of END.  Change name of the temp file.
15112         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15113         customizable.
15114
15115 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15118         bind `S W' to gnus-article-wide-reply-with-original; set default
15119         binding to gnus-article-read-summary-send-keys.
15120         (gnus-article-read-summary-keys): Fix the order of keys; display
15121         continuation keys correctly in the echo area; describe bindings
15122         correctly when keys end with `C-h'.
15123         (gnus-article-read-summary-send-keys): New function.
15124         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15125         Work for gnus-article-read-summary-send-keys; display continuation keys
15126         correctly in the echo area.
15127         (gnus-article-reply-with-original): Ignore prefix argument.
15128         (gnus-article-wide-reply-with-original): New function.
15129
15130         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15131         Emacs 21.
15132
15133 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15136         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15137
15138 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15141         (gnus-group-read-ephemeral-gmane-group): New command.
15142
15143 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15144
15145         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15146
15147 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * message.el (message-send-mail-function): Increase custom version.
15150
15151         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15152         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15153
15154 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15157         for the cases where imap-authenticate is called with a nil buffer
15158         parameter.
15159
15160 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15163         html parts correctly; support forwarded messages.
15164         (gnus-article-browse-html-article): Remove work buffers.
15165
15166         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15167         compiling.
15168         (netrc-bound-and-true-p): New macro.
15169         (netrc-parse): Use it instead of bound-and-true-p that is not available
15170         in XEmacs 21.4.
15171
15172 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * gnus-registry.el (gnus-registry-mark-article)
15175         (gnus-registry-article-marks): Add functionality to mark articles
15176         through the Gnus registry.
15177
15178         * encrypt.el: Clarify documentation for the new pgg method.
15179         (encrypt-file-alist): Add PGG option.
15180         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15181         functionality.  Abstract password key and messaging to external
15182         functions.
15183         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15184         (encrypt-message-method-and-cipher): Add new convenience external
15185         functions.
15186         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15187         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15188
15189         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15190         (netrc-parse): Use encrypt-file-alist to determine if
15191         encrypt-find-model or encrypt-insert-file-contents should be used.
15192
15193         * encrypt.el: Clarify documentation.  Load password-cache or
15194         password, whichever one is found first, instead of autoloading.
15195
15196 2007-12-19  Glenn Morris  <rgm@gnu.org>
15197
15198         * mml.el (message-options-set, message-narrow-to-head)
15199         (message-in-body-p, message-mail-p, message-encode-message-body):
15200         Autoload.
15201         (message-remove-header, message-narrow-to-headers-or-head)
15202         (message-subscribed-p, message-make-mail-followup-to)
15203         (message-position-on-field, message-news-p)
15204         (message-options-set-recipient, message-generate-headers)
15205         (message-sort-headers): Declare as functions.
15206
15207 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15210         convention in doc string.
15211
15212 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15215         title to html parts.
15216         (gnus-article-browse-html-article): Pass message header to it.
15217
15218         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15219
15220 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15223         or password compatible with XEmacs.
15224
15225 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15228         format document.
15229         (gnus-mime-delete-part): Don't write description line if empty.
15230         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15231
15232 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15233
15234         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15235         (gnus-summary-mark-read-and-unread-as-read)
15236         (gnus-summary-mark-current-read-and-unread-as-read)
15237         (gnus-summary-mark-unread-as-ticked): Doc fix.
15238         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15239
15240 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15243         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15244
15245 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15248         yes-or-no-p.
15249
15250 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * mm-decode.el (mm-add-meta-html-tag): New function.
15253         (mm-save-part-to-file, mm-pipe-part): Use it.
15254
15255         * gnus-art.el (gnus-article-browse-delete-temp-files):
15256         Use gnus-y-or-n-p instead of y-or-n-p.
15257         (gnus-article-browse-html-parts): Work with message/external-body; use
15258         mm-add-meta-html-tag.
15259
15260 2007-12-11  Glenn Morris  <rgm@gnu.org>
15261
15262         * gnus-cache.el: Require gnus-sum not just when compiling.
15263
15264         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15265
15266         * gnus-int.el (gnus-server-opened, gnus-status-message):
15267         Move definitions before use.
15268
15269         * mm-decode.el: Require gnus-util.
15270         (mm-remove-part): Only call delete-annotation on XEmacs.
15271
15272         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15273
15274         * nnmail.el: Require gnus-int.
15275
15276         * spam.el: Move `require's before `eval-when-compile's.
15277
15278         * gnus-ems.el (gnus-alive-p):
15279         * gnus-fun.el (message-goto-eoh):
15280         * gnus-util.el (gnus-group-name-decode):
15281         * mail-source.el (gnus-compress-sequence):
15282         * message.el (Info-goto-node, format-spec):
15283         * mm-bodies.el (message-options-get):
15284         * mm-decode.el (mm-view-pkcs7):
15285         * mm-util.el (gmm-write-region):
15286         * mml-smime.el (mml-compute-boundary)
15287         (gnus-completing-read-with-default):
15288         * mml.el (widget-button-press, gnus-make-hashtable):
15289         * mml1991.el (mm-decode-content-transfer-encoding)
15290         (mm-encode-content-transfer-encoding)
15291         (message-options-get, message-options-set):
15292         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15293         * nnfolder.el (gnus-request-group):
15294         * nnheader.el (ietf-drums-unfold-fws):
15295         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15296         * smime.el (gnus-run-mode-hooks):
15297         * spam-stat.el (gnus-message): Autoload.
15298
15299         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15300         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15301         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15302         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15303         Add declare-function compatibility definition.
15304
15305         * gnus-cache.el (nnvirtual-find-group-art):
15306         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15307         (gnus-add-image, gnus-add-wash-type):
15308         * gnus-group.el (nnkiboze-score-file):
15309         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15310         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15311         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15312         (message-tokenize-header, gnus-get-buffer-create)
15313         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15314         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15315         * gnus.el (gnus-group-decoded-name):
15316         * mail-source.el (imap-capability):
15317         * mm-bodies.el (message-options-set):
15318         * mm-decode.el (gnus-configure-windows):
15319         * mm-extern.el (message-goto-body):
15320         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15321         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15322         (epg-sub-key-validity, message-options-set):
15323         * mml.el (widget-event-point, gnus-configure-windows):
15324         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15325         * mml2015.el (epg-check-configuration, epg-configuration)
15326         (message-options-set):
15327         * nndb.el (nndb-request-article):
15328         * nnfolder.el (gnus-request-create-group):
15329         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15330         * nnmaildir.el (gnus-group-mark-article-read):
15331         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15332         * rfc1843.el (message-fetch-field):
15333         * spam.el (gnus-extract-address-components):
15334         Declare as functions.
15335
15336 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15339
15340         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15341
15342         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15343         bind show-trailing-whitespace for XEmacs.
15344
15345 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15348         new no-op macro for backward compatibility.
15349
15350         * imap.el (imap-string-to-integer): New function.
15351
15352 2007-12-09  Glenn Morris  <rgm@gnu.org>
15353
15354         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15355
15356         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15357         * message.el, mm-view.el, sieve-manage.el, smime.el:
15358         Add declare-function compatibility definition.
15359
15360         * gnus-art.el (w3-region, w3m-region, Info-menu):
15361         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15362         * gnus-sum.el (gnus-get-predicate):
15363         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15364         * message.el (mail-abbrev-in-expansion-header-p):
15365         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15366         (w3m-detect-meta-charset, w3m-region):
15367         * sieve-manage.el (password-read, password-cache-add)
15368         (password-cache-remove):
15369         * smime.el (password-read-and-add): Declare as functions.
15370
15371 2007-12-08  David Kastrup  <dak@gnu.org>
15372
15373         * gnus-sum.el (gnus-summary-simplify-subject-query):
15374         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15375         `message'.
15376
15377 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15380         it to bind idna-program, installation-directory, defined-colors, and
15381         face-attribute for XEmacs of the version that compiles defcustom forms.
15382
15383 2007-12-07  Glenn Morris  <rgm@gnu.org>
15384
15385         * gnus-art.el (article-make-date-line): Revert previous change.
15386
15387 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15390
15391 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15392
15393         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15394         Call gnus-add-to-range ranges only once with a prepared article-list.
15395
15396 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15397
15398         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15399         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15400         group names with backslashes.
15401         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15402
15403 2007-12-06  Deepak Goel  <deego3@gmail.com>
15404
15405         * gnus-art.el (article-make-date-line):
15406         * gnus-start.el (gnus-load):
15407         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15408
15409 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-art.el (gnus-use-idna):
15412         * gnus-start.el (gnus-site-init-file):
15413         * message.el (message-use-idna):
15414         * mm-uu.el (mm-uu-hide-markers):
15415         * smiley.el (smiley-style): Revert changes that suppress warnings.
15416
15417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15420         specify charset to html source.
15421         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15422
15423 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15426         idna-program in order to suppress byte compile warning issued by XEmacs
15427         that came to byte compile the default value section of defcustom forms
15428         recently.
15429
15430         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15431         value of installation-directory.
15432
15433         * message.el (message-use-idna): Don't directly refer to the value of
15434         idna-program.
15435
15436         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15437
15438         * smiley.el (smiley-style): Don't directly call face-attribute.
15439
15440 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15443
15444         * gnus-dired.el: Reduce Gnus dependencies.
15445         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15446         Don't require.  Use autoloads instead.
15447         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15448         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15449         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15450         (gnus-dired-mode): Adjust doc string.
15451         (gnus-dired-mail-mode): New variable.
15452         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15453         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15454         (gnus-dired-mail-buffers): New function.  Return mail or message
15455         composition buffers.
15456         (gnus-dired-attach): Use it.
15457         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15458         NO-DECODE.
15459         (gnus-dired-print): Use `gnus-print-buffer' depending on
15460         `gnus-dired-mail-mode'.
15461
15462 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * rfc2047.el (rfc2047-encoded-word-regexp)
15465         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15466         explaining what regexp patterns are for.
15467
15468 2007-12-04  Glenn Morris  <rgm@gnu.org>
15469
15470         * password.el: Move to password-cache.el.
15471
15472         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15473         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15474         * mml-smime.el (password-read, password-cache-add)
15475         (password-cache-remove):
15476         No need to autoload, since mml-sec requires password.
15477
15478         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15479         * message.el (gnus-extract-address-components):
15480         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15481
15482         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15483         password.
15484
15485 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * mailcap.el: Reduce dependencies.
15488         (mail-header-parse-content-type): Autoload.
15489         (mailcap-delete-duplicates): New alias.
15490         (mailcap-mime-info): Add optional argument NO-DECODE.
15491         (mailcap-mime-types): Use mailcap-delete-duplicates.
15492
15493         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15494
15495 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15496
15497         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15498         (imap-parse-status): Upcase status-att for servers that sends them
15499         lower-case (e.g., MS Exchange 2007).
15500
15501 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15502
15503         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15504         function.
15505
15506         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15507         (gnus-uu-yenc-article): New function.
15508
15509         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15510
15511         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15512
15513 2007-12-02  Glenn Morris  <rgm@gnu.org>
15514
15515         * binhex.el (binhex): New custom group.
15516         (binhex-decoder-program, binhex-decoder-switches)
15517         (binhex-use-external): Move to the binhex custom group.
15518
15519         * uudecode.el (uudecode): New custom group.
15520         (uudecode-decoder-program, uudecode-decoder-switches)
15521         (uudecode-use-external): Move to the uudecode custom group.
15522
15523         * netrc.el (top-level): Don't load `encrypt' features.
15524         (netrc-parse): Don't use encrypt.
15525         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15526
15527         * encrypt.el: Remove file.
15528
15529 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15532         matches on patches.
15533
15534         * gnus-art.el (gnus-article-browse-html-article):
15535         Mention `mm-text-html-renderer' in the doc string.
15536
15537         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15538         string.  Add comments.
15539
15540         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15541         if rhs is ASCII.
15542
15543 2007-12-01  Glenn Morris  <rgm@gnu.org>
15544
15545         * mail-source.el (top-level): Require format-spec before
15546         eval-when-compile.
15547
15548 2007-11-30  Glenn Morris  <rgm@gnu.org>
15549
15550         * encrypt.el: Require password, rather than autoloading password-read.
15551
15552 2007-11-29  Glenn Morris  <rgm@gnu.org>
15553
15554         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15555         (sasl-make-client, sasl-next-step, sasl-step-data)
15556         (sasl-step-set-data): Declare as functions.
15557
15558 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15561
15562 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15563
15564         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15565         certs should be verified and what is to be done in the event of a
15566         verification failure.
15567
15568         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15569         caller can indicate whether the cache should be disregarded for this
15570         call.  This way the result of the call is reproducible at all times and
15571         can be considered a canonical server name for the supplied method.
15572         (gnus-agent-method-p): Canonicalize server names by pushing their
15573         method through `gnus-method-to-server' using the no-cache argument.
15574
15575         * gnus-srvr.el (gnus-server-insert-server-line):
15576         Call `gnus-method-to-server' with `no-cache' argument.
15577
15578         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15579         gnus-agent-possibly-synchronize-flags as this should be called when the
15580         server is actually being opened.
15581         (gnus-agent-possibly-synchronize-flags)
15582         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15583         flags file of an agentized server to the latter function.
15584
15585         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15586         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15587         after a connection has been established successfully.
15588
15589 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-art.el (article-display-face): Force to display face if called
15592         interactively; check if gnus-article-x-face-too-ugly matches author.
15593         (article-display-x-face): Display face even if From header is missing
15594         as article-display-face does.
15595
15596 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15597
15598         * hashcash.el (message-narrow-to-headers-or-head)
15599         (message-fetch-field, message-goto-eoh)
15600         (message-narrow-to-headers): Declare as functions.
15601
15602 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15603
15604         * mail-source.el (mail-sources): Default to fetch from file for
15605         compatibility with default of nnmail-spool-file.
15606
15607 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15610         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15611         to look for encoded word that should be encoded again.
15612         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15613         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15614         encoding pattern.
15615         (rfc2047-decode-region): Switch strict regexp and loose one according
15616         to rfc2047-allow-irregular-q-encoded-words.
15617
15618 2007-11-25  Romain Francoise  <romain@orebokech.com>
15619
15620         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15621
15622 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * tls.el (tls-program): Provide more custom choices from
15625         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15626         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15627
15628 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15631         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15632
15633         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15634         `nnmail-spool-file'.
15635
15636         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15637         `nnmail-spool-file'.
15638
15639         * gnus-move.el (gnus-change-server): Ditto.
15640
15641         * gnus-kill.el (gnus-batch-score): Ditto.
15642
15643         * gnus-cache.el (gnus-jog-cache): Ditto.
15644
15645         * gnus-msg.el (gnus-summary-reply):
15646         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15647
15648 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15651         version.  Minor improvement to doc strings.
15652         (tls-program): Add comment.
15653
15654 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15655
15656         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15657         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15658         mismatch between the hostname provided in the certificate and the name
15659         of the host connnecting to.
15660         (open-tls-stream): Use them.  Check certificates against trusted root
15661         certificates.
15662
15663 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * gnus-cache.el (gnus-cache-generate-nov-databases):
15666         Use nnml-generate-nov-databases-directory instead of
15667         nnml-generate-nov-databases-1.
15668
15669 2007-11-24  Glenn Morris  <rgm@gnu.org>
15670
15671         * message.el (message-tool-bar-retro): Update for rename
15672         mail_send.xpm->mail-send.xpm.
15673
15674 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15677         `smime-ldap-search' for Emacs 22 and up.
15678
15679 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15680
15681         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15682
15683         * message.el (message-send-mail-function): Fix error convention.
15684         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15685         (message-widen-reply, message-send-mail, message-talkative-question)
15686         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15687         (message-clone-locals, message-send-news): Use with-current-buffer.
15688         (message-insert-or-toggle-importance): Remove unused var `valid'.
15689         (message-make-references): Remove unused var `new-references'.
15690         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15691
15692 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15693
15694         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15695         (spam-split-symbolic-return-positive): Reflow docstring.
15696         (spam-backends, spam-summary-exit-behavior)
15697         (spam-mark-ham-unread-before-move-from-spam-group)
15698         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15699         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15700         (spam-clear-cache, spam-backend-check, spam-install-backend)
15701         (spam-install-statistical-backend, spam-list-of-processors)
15702         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15703         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15704         (spam-check-crm114, spam-initialize, spam-unload-hook):
15705         Fix typos in docstrings.
15706
15707 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15710         been checked if they have never been read and those group levels are
15711         higher than the one that a user specified.
15712
15713 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15716         foreign groups unless a group level is specified by a user.
15717         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15718
15719 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * message.el (message-send-mail-function): Require sendmail.
15722
15723 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * message.el (message-send-mail-function): Check for smtpmail too.
15726
15727         * utf7.el (utf7-encode, utf7-decode): Use coding system
15728         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15729
15730         * message.el (message-send-mail-function): New function.
15731         (message-send-mail-function): Set default using
15732         message-send-mail-function.  Adjust doc string.
15733         (message-send-mail-with-mailclient): New function.
15734
15735 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15736
15737         * smime.el (from):
15738         * rfc2047.el (message-posting-charset):
15739         * qp.el (mm-use-ultra-safe-encoding):
15740         * pop3.el (parse-time-months):
15741         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15742         * nnml.el (files):
15743         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15744         (jka-compr-compression-info-list, ange-ftp-path-format)
15745         (efs-path-regexp):
15746         * nndiary.el (files):
15747         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15748         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15749         (epg-digest-algorithm-alist, inhibit-redisplay)
15750         (password-cache-expiry):
15751         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15752         (pgg-output-buffer, password-cache-expiry):
15753         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15754         (efs-path-regexp):
15755         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15756         (inhibit-redisplay):
15757         * mm-uu.el (file-name, start-point, end-point, entry)
15758         (gnus-newsgroup-name, gnus-newsgroup-charset):
15759         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15760         (latin-unity-ucs-list):
15761         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15762         (mm-uu-binhex-decode-function):
15763         * message.el (gnus-message-group-art, gnus-list-identifiers)
15764         (rmail-enable-mime-composing, gnus-local-organization)
15765         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15766         (gnus-read-active-file, facemenu-add-face-function)
15767         (facemenu-remove-face-function, gnus-article-decoded-p)
15768         (tool-bar-mode):
15769         * mail-source.el (display-time-mail-function):
15770         * gnus-util.el (nnmail-pathname-coding-system)
15771         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15772         (gnus-original-article-buffer, gnus-user-agent)
15773         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15774         (xemacs-codename, sxemacs-codename, emacs-program-version):
15775         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15776         * gnus-start.el (gnus-agent-covered-methods)
15777         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15778         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15779         (gnus-newsgroup-headers, gnus-group-list-mode)
15780         (gnus-group-mark-positions, gnus-newsgroup-data)
15781         (gnus-newsgroup-unreads, nnoo-state-alist)
15782         (gnus-current-select-method, mail-sources)
15783         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15784         (nnmail-spool-file, gnus-cache-active-hashtb):
15785         * gnus-mh.el (mh-lib-progs):
15786         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15787         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15788         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15789         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15790         (gnus-group-buffer):
15791         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15792         (font-lock-set-defaults):
15793         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15794         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15795         (gnus-summary-post-menu, total-parts, type, condition, length):
15796         * gnus-agent.el (gnus-agent-read-agentview):
15797         * flow-fill.el (show-trailing-whitespace):
15798         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15799         eval-and-compile wrappers for byte compiler pacifiers.
15800
15801         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15802         (mm-display-inline-fontify): Check for featurep 'xemacs not
15803         extent-list.
15804
15805         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15806         itimer-list.
15807         (mm-create-image-xemacs): Only do something for XEmacs.
15808         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15809
15810         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15811
15812         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15813         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15814
15815 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15816
15817         * nnimap.el (nnimap-split-download-body):
15818         * gnus-demon.el (gnus-demon):
15819         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15820
15821 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15824         New macros.
15825         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15826         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15827         copy data from unibyte buffer to multibyte current buffer.
15828         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15829         to copy data from unibyte current buffer to multibyte buffer.
15830         (nntp-make-process-buffer): Make process buffer unibyte.
15831
15832         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15833
15834 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15835
15836         * pop3.el (pop3-open-server): Accept and process data more robustly at
15837         connection start to avoid spurious "POP SSL connection failed" errors.
15838
15839 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15842         read group names.
15843
15844 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15847
15848 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15851         (nnmail-save-active): Use a unibyte buffer when saving active file,
15852         which may contain non-ASCII group names.
15853
15854         * nnml.el (nnml-request-group): Decode group names in messages.
15855
15856 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * message.el (message-citation-line-function)
15859         (message-insert-formatted-citation-line): Fix spelling of
15860         `message-insert-formated-citation-line'.
15861
15862 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15865
15866 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15869         nnmail-pathname-coding-system.
15870
15871         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15872         that a user enters; decode group names in messages.
15873
15874         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15875
15876 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15879
15880         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15881
15882         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15883         risky local variable.
15884
15885         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15886
15887 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15888
15889         * encrypt.el: Improve documentation to fix function name typo.
15890         Reported by Daiki Ueno <ueno@unixuser.org>.
15891
15892 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15895         even if the point is not in the last page of an article.
15896         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15897         back to the previous page.
15898
15899 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15902
15903 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15906
15907 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15908
15909         * message.el (message-check-news-body-syntax):
15910         Avoid mm-string-as-multibyte.
15911         (message-hide-headers): Don't assume (point-min)==1.
15912
15913 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * message.el (message-remove-blank-cited-lines): Fix if remove is
15916         given.
15917         (message-bogus-address-regexp): New variable.
15918         (message-bogus-recipient-p): New function.
15919         (message-check-recipients): New command.
15920         (message-syntax-checks): Add `bogus-recipient'.
15921         (message-fix-before-sending): Add `bogus-recipient'.
15922
15923         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15924         (gnus-treat-body-boundary): Don't test window-system.
15925
15926 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15927
15928         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15929
15930 2007-10-28  Miles Bader  <miles@gnu.org>
15931
15932         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15933         at compile-time too.
15934
15935 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus-msg.el (gnus-message-setup-hook):
15938         Add `message-remove-blank-cited-lines' to options.
15939
15940 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * message.el (message-remove-blank-cited-lines): New function.
15943         Suggested by Karl Plästerer.
15944
15945 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15948         mapc.
15949
15950         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15951         (top-level): Use mapc to set functions to be traced for debugging.
15952
15953         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15954         called for effect with while loop.
15955
15956         * message.el (message-talkative-question): Replace mapcar called for
15957         effect with mapc.
15958
15959         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15960         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15961         called for effect with dolist.
15962
15963         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15964
15965         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15966         gnus-extra-headers and nnmail-extra-headers.
15967
15968         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15969         called for effect with dolist.
15970         (top-level): Use mapc to set functions to be traced for debugging.
15971
15972         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15973         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15974         dolist.
15975
15976         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15977         Replace mapcar called for effect with mapc.
15978         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15979         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15980         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15981         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15982
15983         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15984         remove-if that's a cl function.
15985
15986         * webmail.el (webmail-debug): Replace mapcar called for effect with
15987         dolist.
15988
15989         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15990         with mapc.
15991
15992 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15995         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15996         with while loop.
15997
15998         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15999         functions from article-* functions.
16000         (gnus-multi-decode-header): Replace mapcar called for effect with
16001         dolist.
16002
16003         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16004         (gnus-bookmark-show-details): Replace mapcar called for effect with
16005         while loop.
16006
16007         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16008         called for effect with while loop.
16009
16010         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16011         with dolist.
16012
16013         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16014         Replace mapcar called for effect with dolist.
16015
16016         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16017
16018         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16019         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16020         Replace mapcar called for effect with dolist.
16021         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16022         mapc.
16023
16024         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16025         Replace mapcar called for effect with dolist.
16026         (gnus-topic-list): Replace mapcar called for effect with mapc.
16027
16028         * gnus.el: Use mapc instead of mapcar to add autoloads.
16029
16030 2007-10-23  Richard Stallman  <rms@gnu.org>
16031
16032         * gnus-group.el (gnus-group-highlight): Mark as risky.
16033
16034 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus.el (gnus-server-to-method): Return method found first in
16037         gnus-newsrc-alist.
16038
16039         * gnus-art.el (gnus-article-highlight-signature)
16040         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16041         button overlay without the front stickiness.
16042
16043 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16044
16045         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16046         overview buffer needed a catch to receive its throw.
16047         (gnus-agent-flush-cache): Declare as interactive to make this function
16048         easier to use.
16049
16050 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16053         `next-line'.
16054
16055 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16058         exclude address matching message-dont-reply-to-names.
16059
16060 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-util.el (gnus-string<): New function.
16063
16064         * gnus-sum.el (gnus-article-sort-by-author)
16065         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16066
16067 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16070         the frame-focus tag is set in gnus-buffer-configuration.
16071
16072 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16075         the front stickiness.
16076
16077 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16080         url pattern; remove duplicate one.
16081         (gnus-article-extend-url-button): New function.
16082         (gnus-article-add-buttons): Use it.
16083         (gnus-button-push): Use concatenated url that it makes.
16084
16085 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16086
16087         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16088
16089 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16090
16091         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16092         Don't hardcode point-min==1.
16093
16094 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16097         Fix comment about "iso8859-1".
16098
16099 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16100
16101         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16102         ones returned from the verify-function.
16103
16104         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16105         Call mml2015-extract-cleartext-signature if extraction failed.
16106
16107 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16108
16109         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16110         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16111         failed.
16112
16113 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16114
16115         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16116
16117 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16120         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16121         recommends to use EasyPG instead of PGG.
16122
16123         * pgg.el: Revert to revision 6.23.2.16.
16124
16125         * pgg-def.el: Revert to revision 6.6.2.14.
16126
16127         * pgg-gpg.el: Revert to revision 6.23.2.34.
16128
16129 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16132         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16133         thread for both the null and zero (kill/expire thread) universal prefix
16134         cases.
16135         (gnus-summary-expire-thread): Add new function to expire a thread,
16136         using gnus-summary-kill-thread.
16137         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16138         shortcuts for gnus-summary-expire-thread.
16139         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16140         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16141
16142 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16143
16144         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16145         extras value, so an extras entry can be deleted.
16146         (gnus-registry-delete-extra-entry): Use it.
16147         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16148         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16149         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16150         storage through the gnus-registry, and provide an appropriate API for
16151         it.
16152
16153 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16156         Suggested by Leo <sdl.web@gmail.com>.
16157
16158         * gnus.el: Do.
16159
16160 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16163         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16164
16165         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16166
16167         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16168         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16169
16170 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16173         newline.
16174         (nnmbox-request-accept-article): Don't change article in source buffer;
16175         narrow to header to use message-fetch-field rather than
16176         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16177         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16178         as delimiters; make sure article ends with newline.
16179         (nnmbox-delete-mail): Correct last position of article to be deleted;
16180         ignore X-Gnus-Newsgroup header in article body.
16181         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16182         positions; make sure article ends with newline.
16183
16184         * message.el (message-display-abbrev): Don't infloop when a user
16185         inserts SPC in the beginning of header.
16186
16187         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16188         coding-system-for-read and coding-system-for-write for XEmacs having no
16189         file-coding feature.
16190
16191         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16192
16193 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16196         list of groups not followed by default.  Fix type to be regexp.
16197         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16198
16199 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16200
16201         * hmac-def.el (define-hmac-function): Switch from old-style to
16202         new-style backquotes.
16203
16204         * md4.el (md4-make-step): Likewise.
16205
16206 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16209         raw-text coding system when saving .newsrc file, which may contain
16210         non-ASCII group names.
16211
16212 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-cus.el (gnus-score-extra): New widget.
16215         (gnus-score-extra-convert): New function.
16216         (gnus-score-customize): Use it for Extra.
16217
16218 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16219
16220         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16221         (mml2015-mailcrypt-clear-verify): Use it.
16222         (mml2015-gpg-clear-verify): Use it.
16223         (mml2015-pgg-clear-verify): Use it.
16224         (mml2015-epg-clear-verify): Replace the current part with the output
16225         from GnuPG; don't extract the plaintext by itself.
16226
16227         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16228         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16229         mml2015-clear-verify-function; don't touch the armor headers or
16230         dash-escaped text here.
16231
16232 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16235         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16236         parts, or application/octet-stream as a last resort.
16237         (gnus-mime-view-part-as-type): Don't toggle display.
16238         (gnus-mime-view-part-as-charset): Don't turn off display before
16239         querying charset.
16240
16241         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16242         stuff to undisplayer function in Emacs.
16243         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16244
16245         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16246         text/calendar parts.
16247
16248 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16251         decoding text/calendar parts.
16252
16253         * message.el (message-forward-make-body-mime): Always mark body as
16254         having no illegible text; remove signed-or-encrypted argument.
16255         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16256
16257         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16258         (mml-generate-mime-1): Don't encode body if it is specified to be in
16259         raw form; don't make buffer be unibyte when inserting multibyte string.
16260
16261 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16262
16263         * sha1.el: Fix up comment style.
16264         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16265         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16266
16267         * hex-util.el: Fix up comment style.
16268         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16269
16270         * gnus-salt.el: Use with-current-buffer.
16271         (gnus-pick-setup-message): Fix long-standing typo.
16272
16273 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * imap.el (imap-logout-timeout): New variable.
16276         (imap-logout, imap-logout-wait): New functions.
16277         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16278
16279         * nnimap.el (nnimap-logout-timeout): New server variable.
16280         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16281         nnimap-logout-timeout.
16282
16283         * gnus-art.el (gnus-article-summary-command-nosave)
16284         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16285
16286 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus.el (gnus-maximum-newsgroup): New variable.
16289
16290         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16291         according to gnus-maximum-newsgroup.
16292
16293         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16294         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16295         Limit the range of articles according to gnus-maximum-newsgroup.
16296
16297 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16298
16299         * gnus-art.el (gnus-sticky-article): Fix problems described in
16300         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16301         Don't perform gnus-configure-windows here; reuse existing sticky
16302         article buffer.
16303
16304         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16305         it doesn't exist in gnus-article-mode.
16306
16307 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16310         (gnus-agent-decoded-group-name): New function.
16311         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16312         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16313
16314 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16315
16316         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16317         Add binding for gnus-sticky-article.
16318         (gnus-summary-exit): Don't kill sticky article buffers.
16319
16320         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16321         article buffer.
16322         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16323         (gnus-kill-sticky-article-buffers): New commands.
16324
16325 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * nntp.el (nntp-xref-number-is-evil): New server variable.
16328         (nntp-find-group-and-number): If it is non-nil, don't trust article
16329         numbers in the Xref header.
16330
16331 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * gnus-agent.el (gnus-agent-read-group): New function.
16334         (gnus-agent-flush-group, gnus-agent-expire-group)
16335         (gnus-agent-regenerate-group): Use it.
16336         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16337         nnmail-pathname-coding-system.
16338
16339 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16342
16343         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16344         that are unread as unread, and also as selected so that information of
16345         marks having been changed by a user may be updated when exiting group.
16346
16347 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16350
16351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16354         calculated ignoring signature parts to gnus-treat-article.
16355
16356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16359         a point here in order to keep the window start.
16360         (gnus-insert-mime-security-button): Make a button overlay without the
16361         front stickiness.
16362         (gnus-mime-display-security): Goto the end of a button.
16363
16364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16365
16366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16369         group-name-at-point.
16370         (gnus-group-completing-read): New function that offers decoded
16371         non-ASCII group names for completion.
16372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16375         (gnus-group-fetch-control): Use it.
16376         (gnus-fetch-group): Use group-name-at-point for the initial value
16377         rather than the default value; use gnus-alive-p.
16378
16379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16381         (gnus-summary-post-news): Use gnus-group-completing-read.
16382
16383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16384         (gnus-read-move-group-name): Decode group name for completion.
16385
16386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16390         Yamaoka slightly modified the code).
16391
16392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16395         (nnmail-split-incoming): Bind it.
16396
16397         * nnml.el (nnml-group-name-charset): New function.
16398         (nnml-decoded-group-name): Use it; don't decode group name if
16399         nnmail-group-names-not-encoded-p is non-nil.
16400         (nnml-encoded-group-name): New function.
16401         (nnml-group-pathname): Inline nnml-decoded-group-name.
16402         (nnml-request-expire-articles): Decode group name in message.
16403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16404         nnmail-pathname-coding-system.
16405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16406         not decoded ones according to nnmail-group-names-not-encoded-p.
16407         (nnml-generate-active-info): Use nnml-encoded-group-name.
16408
16409 2007-08-08  Glenn Morris  <rgm@gnu.org>
16410
16411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16413         doc-strings and comments.
16414
16415 2007-07-25  Glenn Morris  <rgm@gnu.org>
16416
16417         * Relicense all FSF files to GPLv3 or later.
16418
16419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-sum.el (gnus-summary-move-article):
16422         Make gnus-summary-respool-article work.
16423
16424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16427         string.
16428
16429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16430
16431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16432         that should be ignored when comparing distant RSS articles with local
16433         ones.
16434         (nnrss-make-hash-index): New function.  Create a hash index according
16435         to the ignored fields.
16436         (nnrss-check-group): Use it.
16437
16438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16441
16442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16443
16444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16445         the new optional argument ENCODED is non-nil.
16446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16447         coding system for encoding group name.
16448         (gnus-group-make-rss-group): Pass un-encoded group name to
16449         gnus-group-make-group.
16450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16451         encoded.
16452
16453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16454         Encode group name to which articles are moved or copied.
16455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16456         coding system for encoding Newsgroup, Followup-To and Xref headers.
16457
16458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16459         marks; use nnheader-file-coding-system to write a file.
16460         (nnagent-retrieve-headers): Bind file-name-coding-system to
16461         nnmail-pathname-coding-system.
16462
16463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16464
16465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16466         (nnml-request-article, nnml-request-create-group)
16467         (nnml-request-rename-group, nnml-find-id)
16468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16470         (nnml-save-marks): Use nnml-group-pathname instead of
16471         nnmail-group-pathname.
16472
16473         (nnml-request-create-group, nnml-request-expire-articles)
16474         (nnml-request-move-article, nnml-request-delete-group)
16475         (nnml-deletable-article-p, nnml-possibly-create-directory)
16476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16477         (nnml-open-marks): Bind file-name-coding-system to
16478         nnmail-pathname-coding-system.
16479
16480         (nnml-request-article): Pass server argument to nnml-find-group-number.
16481         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16482         Pass server argument to nnml-possibly-create-directory.
16483         (nnml-request-accept-article): Pass server argument to
16484         nnml-active-number and nnml-save-mail.
16485         (nnml-find-group-number): Pass server argument to nnml-find-id.
16486         (nnml-request-update-info): Pass server argument to
16487         nnml-marks-changed-p.
16488
16489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16490         (nnml-save-mail, nnml-active-number): Add server argument.
16491
16492         (nnml-request-delete-group): Warn if group is missing.
16493         (nnml-get-nov-buffer): Decode group name.
16494         (nnml-generate-active-info): Encode group name.
16495         (nnml-open-marks): Decode group name in messages.
16496
16497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16500         if it is not specified.
16501         (gnus-article-pipe-part, gnus-article-save-part)
16502         (gnus-article-interactively-view-part, gnus-article-copy-part)
16503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16505         (gnus-article-replace-part, gnus-article-delete-part)
16506         (gnus-article-view-part-as-type): Pass raw prefix argument to
16507         gnus-article-part-wrapper.
16508
16509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-agent.el (gnus-agent-save-active):
16512         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16513
16514         * gnus-cache.el (gnus-cache-save-buffers)
16515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16519         (gnus-cache-generate-active, gnus-cache-rename-group)
16520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16521         (gnus-cache-update-overview-total-fetched-for):
16522         Bind file-name-coding-system to nnmail-pathname-coding-system.
16523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16524         New variables.
16525         (gnus-cache-decoded-group-name): New function.
16526         (gnus-cache-file-name): Use it.
16527         (gnus-cache-generate-active): Use non-decoded group name for active.
16528
16529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16530         right place.
16531         (gnus-write-active-file): Don't break non-ASCII group names.
16532
16533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16534         nnmail-pathname-coding-system.
16535
16536         * lpath.el: Bind default-file-name-coding-system,
16537         file-name-coding-system and language-info-alist for XEmacs.
16538
16539         * gnus-uu.el (gnus-uu-decode-save): Typo.
16540
16541 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16544
16545 2007-07-14  David Kastrup  <dak@gnu.org>
16546
16547         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16548         finishing actions if we did not edit the article.
16549
16550 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16553         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16554         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16555         (gnus-agent-flush-group, gnus-agent-flush-cache)
16556         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16557         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16558         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16559         (gnus-agent-regenerate-group)
16560         (gnus-agent-update-files-total-fetched-for)
16561         (gnus-agent-update-view-total-fetched-for):
16562         Bind file-name-coding-system to nnmail-pathname-coding-system.
16563         (gnus-agent-group-pathname): Don't encode file names by
16564         nnmail-pathname-coding-system.
16565         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16566         coding-system-for-write instead of buffer-file-coding-system to
16567         gnus-agent-file-coding-system.
16568
16569         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16570         Decode group name.
16571
16572         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16573
16574         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16575         (gnus-read-newsrc-el-file): Make group names unibyte.
16576
16577         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16578         nnmail-pathname-coding-system.
16579
16580         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16581         (nnrss-request-delete-group): Bind file-name-coding-system to
16582         nnmail-pathname-coding-system.
16583         (nnrss-read-server-data, nnrss-read-group-data):
16584         Bind file-name-coding-system correctly.
16585         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16586
16587         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16588         (nntp-server-to-method-cache): New variable.
16589         (nntp-group-pathname): New function that decodes non-ASCII group names.
16590         (nntp-possibly-create-directory, nntp-marks-changed-p)
16591         (nntp-save-marks, nntp-open-marks): Use it.
16592         (nntp-possibly-create-directory, nntp-open-marks):
16593         Bind file-name-coding-system to nnmail-pathname-coding-system.
16594         (nntp-open-marks): Decode group names when bootstrapping marks.
16595
16596         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16597         Newsgroups and Followup-To headers.
16598
16599 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16602         (gnus-server-closed-face, gnus-server-denied-face)
16603         (gnus-server-offline-face): Remove variable.
16604         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16605
16606         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16607         of modifying message-stack directly for XEmacs.
16608
16609         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16610         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16611         if the coding-system argument is nil for XEmacs.
16612
16613         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16614         mm-charset-override-alist.
16615
16616         * rfc2047.el: Don't require base64; require rfc2045 for the function
16617         rfc2045-encode-string.
16618         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16619         to quote the parameter value.
16620
16621 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16624         form in gnus-group-name-charset-method-alist.
16625
16626         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16627         overrides the default layout edit-form.
16628
16629         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16630
16631         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16632
16633 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16636         as unfetched articles.
16637
16638 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16641
16642 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16645         original back end that keeps marks in the local system.
16646
16647 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16650         arg of pop-to-buffer for XEmacs.
16651         (gnus-article-read-summary-keys): Ditto; don't restore window
16652         configuration if summary command ends up with neither article buffer
16653         nor summary buffer; describe bindings if summary keys end with C-h.
16654
16655 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * message.el (message-fix-before-sending): Skip raw message part to be
16658         forwarded while checking illegible text.
16659         (message-forward-make-body-mime, message-forward-make-body):
16660         Mark signed or encrypted raw message as having no illegible text.
16661
16662 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16665         (gnus-message-with-timestamp-1): New macro.
16666         (gnus-message-with-timestamp): New function.
16667         (gnus-message): Use them.
16668
16669         * nnheader.el (nnheader-message): Use them.
16670
16671 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16674         .newsrc.eld file.
16675
16676 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-agent.el (gnus-agent-fetch-headers)
16679         (gnus-agent-retrieve-headers):
16680         Bind gnus-decode-encoded-address-function to identity.
16681
16682         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16683         available also when the server returns simply a dot.
16684
16685         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16686
16687 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16690
16691 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * gnus-ems.el (gnus-x-splash): Make it work.
16694
16695         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16696         from being used.
16697
16698         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16699
16700 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16703         4th and the 5th arguments.
16704
16705         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16706         the front stickiness.
16707         (gnus-article-summary-command-nosave): Correct the order of the
16708         arguments passed to pop-to-buffer.
16709         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16710         summary command ends up with the article buffer.
16711
16712         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16713         the same faces.
16714
16715 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16716
16717         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16718
16719 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16720
16721         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16722         * gnus-sum.el (gnus-summary-highlight):
16723         * pgg.el (pgg-sign-region, pgg-sign):
16724         * mail-source.el (mail-source-delete-old-incoming-confirm):
16725         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16726
16727 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus-art.el (gnus-mime-view-part-externally)
16730         (gnus-mime-view-part-internally): Fix predicate function passed to
16731         completing-read.
16732
16733         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16734
16735         * gnus.el (gnus-update-message-archive-method): Add :version.
16736
16737 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus.el (gnus-update-message-archive-method): New variable.
16740
16741         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16742         according to gnus-message-archive-method if
16743         gnus-update-message-archive-method is non-nil.
16744
16745 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16748         Suggested by Loic Dachary <loic@dachary.org>.
16749         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16750
16751 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * message.el (message-pop-to-buffer): Add switch-function argument.
16754         (message-mail): Pass switch-function argument to it.
16755
16756 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16759         Improve doc string.
16760
16761 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16764         (gnus-header-content):
16765         * gnus-cite.el (gnus-cite-10):
16766         * gnus-srvr.el (gnus-server-closed):
16767         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16768         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16769         (gnus-group-mail-3-empty, gnus-group-mail-low)
16770         (gnus-group-mail-low-empty, gnus-splash):
16771         * message.el (message-header-to, message-header-cc)
16772         (message-header-subject, message-header-other, message-header-name)
16773         (message-header-xheader, message-separator, message-cited-text)
16774         (message-mml): Lighten colors of faces used for dark background.
16775
16776 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16777
16778         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16779         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16780
16781 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * message.el (message-narrow-to-headers-or-head):
16784         Ignore mail-header-separator in the body.
16785
16786 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16789         same as window size.
16790
16791 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16792
16793         * message.el (message-font-lock-keywords): Use message-header-xheader
16794         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16795         ahead of the anything pattern, to get it recognized.
16796
16797 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16800         spam.el loads uses it in the compiled defadvice form.
16801
16802 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16803
16804         * gnus-sum.el (gnus-articles-to-read)
16805         (gnus-summary-insert-old-articles): Don't truncate group name for
16806         `read-string'.
16807
16808         * gnus-util.el (gnus-limit-string): Delete this function.
16809
16810         * gnus-sum.el (gnus-simplify-subject-fully):
16811         Use `truncate-string-to-width' instead.
16812
16813 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16814
16815         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16816         Tell if, on summary exit, the next group has to be selected.
16817         (gnus-summary-exit): Use it.
16818
16819 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16822         non-break space.
16823
16824 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16827         Check if group is not a directory.
16828         (nnfolder-request-expire-articles): Don't delete articles if the target
16829         group is not available.
16830
16831         * nnml.el (nnml-request-create-group): Properly check if group is not a
16832         file.
16833         (nnml-request-expire-articles): Don't delete articles if the target
16834         group is not available.
16835
16836         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16837         Don't quote characters that are within parentheses.
16838
16839 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16842         (gnus-handle-ephemeral-exit): Select article according to it.
16843
16844 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * message.el (message-insert-formated-citation-line): Remove newline.
16847         (message-citation-line-format): Add final \n here so that the user can
16848         avoid a blank line.
16849
16850 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16851
16852         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16853         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16854         Update lanl/arXiv support.
16855
16856 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gnus.el: Bump version number.
16859
16860 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * gnus.el (gnus-version-number): Bump version.
16863
16864 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16865
16866         * gnus.el: No Gnus v0.6 is released.
16867
16868 2007-04-27  Didier Verna  <didier@xemacs.org>
16869
16870         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16871         * gmm-utils.el (gmm-regexp-concat): ... here.
16872         * message.el: Don't require 'gnus-util.
16873         (message-dont-reply-to-names): Handle name change above.
16874         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16875
16876 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16879         since the initial value varies according to the system.
16880
16881 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16884
16885 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16886
16887         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16888
16889 2007-04-24  Didier Verna  <didier@xemacs.org>
16890
16891         Improve the type of gnus-ignored-from-addresses.
16892         * gnus-util.el (gnus-orify-regexp): New function.
16893         * message.el (gnus-util): Require it.
16894         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16895         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16896         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16897
16898 2007-04-24  Didier Verna  <didier@xemacs.org>
16899
16900         * gnus-sum.el:
16901         * gnus-utils.el: Fix some trailing whitespaces.
16902
16903 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16906         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16907         article's Message-ID; refer parent article in summary buffer.
16908
16909         * message.el (message-bounce): Call mime-to-mml.
16910
16911         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16912         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16913         optimize and/or forms properly.
16914
16915 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16918         URL.
16919
16920 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16923
16924 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16927         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16928         displayed of multipart/alternative part if it is invoked from summary
16929         buffer.
16930
16931         * mm-view.el (mm-inline-text-html-render-with-w3m)
16932         (mm-inline-text-html-render-with-w3m-standalone)
16933         (mm-inline-render-with-function): Use mail-parse-charset by default.
16934
16935 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16936
16937         * parse-time.el (parse-time-string-chars): Check if CHAR
16938         is less than the length of parse-time-syntax.
16939
16940 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16943         from gnus-newsgroup-processable.
16944
16945 2007-04-16  Didier Verna  <didier@xemacs.org>
16946
16947         * gnus-msg.el (gnus-configure-posting-styles):
16948         Handle message-signature-directory properly with :file syntax.
16949         Reported by "Leo".
16950
16951 2007-04-11  Didier Verna  <didier@xemacs.org>
16952
16953         New user option: message-signature-directory.
16954         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16955         * message.el (message-insert-signature): Ditto.
16956         * message.el (message-signature-file): Doc update.
16957         * message.el (message-signature-directory): New.
16958
16959 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-msg.el (gnus-inews-yank-articles):
16962         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16963
16964 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * message.el (message-yank-original): Make sure cited text ends with
16967         newline; don't exchange point and mark.
16968
16969 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16970
16971         * tls.el (open-tls-stream): Properly handle case where there
16972         is no associated buffer.
16973
16974 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16975
16976         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16977         message-yank-original, make sure (< mark TEXT point).
16978
16979 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16980
16981         * message.el (message-fill-column): New variable.
16982         (message-mode): Use it.  Add comment on a possible new hook.
16983
16984         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16985         (nnmail-get-new-mail): Reformat.
16986
16987         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16988
16989         * gmm-utils.el: Fix Commentary.
16990         (gmm-tool-bar-from-list): Fix typo in doc string.
16991
16992 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16993
16994         * message.el (message-yank-original): Don't switch point and mark
16995         unnecessarily to put point and mark as documented.
16996
16997 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16998
16999         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17000         from the message heads.
17001
17002 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17003
17004         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17005         article buffer does not have a window.  This may not be the best
17006         solution but is certainly better than setting the start of the null,
17007         that is the current, window.
17008
17009 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17012         (gnus-draft-setup): Run it.
17013
17014         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17015         gnus-score-fast-scoring.  Allow regexp.
17016         (gnus-score-headers): Use it.
17017
17018         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17019         XEmacs.
17020
17021         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17022         string.
17023         (gnus-button-alist): Also catch `<f1> k ...'.
17024         (gnus-treat-display-x-face): Fix doc string.
17025
17026 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17027
17028         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17029         evaluation of gnus-extended-version to ensure correct generation of the
17030         User-Agent header when message-generate-headers-first is used.
17031
17032 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17033
17034         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17035         hashcash-path is nil.  Don't call callback with incorrect number of
17036         parameters if val is 0.
17037
17038 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17039
17040         * message.el (message-required-news-headers):
17041         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17042
17043 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17044
17045         * tls.el (open-tls-stream): In handshake-waiting loop,
17046         don't wait more if there is output available to process.
17047
17048 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17049
17050         * tls.el (tls-program): Doc fix.
17051
17052 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * message.el (message-generate-new-buffers): Change the meaning of the
17055         nil value; add `standard' to the choices; treat t as `unique'; improve
17056         doc string.
17057         (gnus-select-frame-set-input-focus): Autoload.
17058         (message-buffer-name): Search for the existing message buffer if
17059         message-generate-new-buffers is nil or `standard'; treat the value t of
17060         message-generate-new-buffers as `unique'.
17061         (message-pop-to-buffer): Raise the frame already displaying the message
17062         buffer; clear the echo area after querying.
17063         (message-setup): Pass the `continue' argument to compose-mail.
17064         (message-mail): Prefer `switch-function' if it is given; search for the
17065         existing message buffer if the `continue' argument is non-nil; pass
17066         continue and switch-function arguments to compose-mail by way of
17067         message-setup.
17068         (message-mail-other-window): Adjust argument of message-setup.
17069         (message-mail-other-frame): Ditto.
17070
17071 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17074         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17075         to turn font-lock on when turning gnus-message-citation-mode on.
17076
17077 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17078
17079         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17080         (mml-smime-function-alist): New variable; add epg as the backend.
17081         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17082         mml-smime- functions instead.
17083         * mm-view.el: Require smime.
17084
17085 2007-03-05  Didier Verna  <didier@xemacs.org>
17086
17087         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17088         instead of just inheritance for posting styles.
17089         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17090
17091 2007-02-24  Chris Moore  <dooglus@gmail.com>
17092
17093         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17094         * pgg-pgp.el (pgg-pgp-encrypt-region):
17095         * pgg-gpg.el (pgg-gpg-encrypt-region):
17096         Check pgg-encrypt-for-me if no other recipients.
17097
17098 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17099
17100         * tls.el (tls-certtool-program): Fix custom type.
17101
17102 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17105         and point-at-eol instead of line-(beginning|end)-position.
17106
17107         * assistant.el (assistant-parse-buffer): Ditto.
17108
17109         * netrc.el (netrc-parse-services): Ditto.
17110
17111 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17112
17113         * mml2015.el (mml2015-epg-find-usable-key): New function.
17114         (mml2015-epg-sign): Use it.
17115         (mml2015-epg-encrypt): Use it.
17116
17117 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * message.el (message-make-in-reply-to): Quote name containing
17120         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17121         if there are special characters.  Reported by NAKAJI Hiroyuki
17122         <nakaji@jp.freebsd.org>.
17123
17124 2007-02-27  Didier Verna  <didier@xemacs.org>
17125
17126         Include the group parameters as well as the topic ones in the
17127         inheritance filter process.
17128         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17129         argument GROUP-PARAMS-LIST.
17130         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17131
17132 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * nntp.el (nntp-never-echoes-commands)
17135         (nntp-open-connection-functions-never-echo-commands): New variables.
17136         (nntp-send-command): Use them.
17137
17138 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17139
17140         * mml2015.el (mml2015-epg-verify): Simplify.
17141
17142 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * mml.el (mml-content-disposition-alist): New user option.
17145         (mml-content-disposition): New function.
17146         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17147         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17148
17149 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17150
17151         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17152         verification.
17153
17154 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17155
17156         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17157         articles posted in the last 24 hours.
17158
17159 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17160
17161         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17162
17163 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17164
17165         * nntp.el (nntp-send-command): Don't wait for echoes when
17166         nntp-open-ssl-stream is used.
17167
17168 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17171         (gnus-message-add-citation-keywords)
17172         (gnus-message-remove-citation-keywords): Remove.
17173         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17174         directly, make the variables in font-lock-defaults buffer-local, add
17175         gnus-message-citation-keywords to them and then update the value of
17176         font-lock-keywords.
17177
17178 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * message.el (message-cite-original-1): Don't call
17181         gnus-article-highlight-citation.
17182
17183         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17184         citations; fix line count.
17185
17186 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17189         (gnus-message-add-citation-keywords)
17190         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17191         versions of font-lock-add-keywords and font-lock-remove-keywords to
17192         work with XEmacs correctly.
17193
17194 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-cite.el (gnus-cite-face-list): Set the values of
17197         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17198         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17199         (gnus-message-cite-prefix-regexp): New variable.
17200         (gnus-message-search-citation-line): Use it; protect against long
17201         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17202         the 0th match data for Emacs.
17203         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17204         (gnus-message-add-citation-keywords): Append keywords rather than
17205         prepending; emulate font-lock-add-keywords if it is not available.
17206         (gnus-message-remove-citation-keywords):
17207         Emulate font-lock-remove-keywords if it is not available.
17208
17209         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17210
17211         * message.el (message-cite-prefix-regexp): Set the value of
17212         gnus-message-cite-prefix-regexp.
17213
17214 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17215
17216         * nnweb.el (nnweb-google-parse-1): Update parser.
17217
17218 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17219
17220         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17221
17222 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17223
17224         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17225         regexp.
17226
17227 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17230         string-to-multibyte.
17231         (uudecode-decode-region-internal): Use it.
17232
17233         * lpath.el: Fbind string-as-multibyte for XEmacs.
17234
17235 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17238         Fix custom choice.
17239
17240         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17241
17242 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17243
17244         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17245
17246         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17247         `write-region' to respect `mm-inhibit-file-name-handlers'.
17248
17249 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17250
17251         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17252         Use gnus-home-directory instead of "~/" or "$HOME".
17253
17254 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17257         to mention filename.
17258         Add comments at beginning regarding usage.
17259         (encrypt-write-file-contents): Change interactive so a string is
17260         acceptable.  If the file has no associated model, show an error instead
17261         of a nonsense prompt.
17262
17263 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17264
17265         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17266         Thanks to Yoshihiko Yamada for kind notification of this typo.
17267
17268 2007-01-12  Kenichi Handa  <handa@m17n.org>
17269
17270         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17271         multibyte buffer.
17272
17273 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * gnus-score.el (gnus-score-fast-scoring): New variable.
17276         (gnus-score-headers): Use it.
17277
17278         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17279
17280         * message.el (message-cite-original-1):
17281         Call gnus-article-highlight-citation if requested.
17282         (message-make-from): Allow name and address as optional arguments.
17283
17284         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17285
17286         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17287         bugs to doc string.
17288         (gnus-button-alist): Add mid\\|message-id.
17289         (gnus-button-fetch-group): Extend for use in
17290         `browse-url-browser-function'.
17291         (gnus-button-url-regexp): Try to catch paired parentheses like in
17292         Wikipedia URLs.
17293
17294         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17295         Suggested by Simon Krahnke <overlord@gmx.li>.
17296
17297 2007-01-13  Romain Francoise  <romain@orebokech.com>
17298
17299         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17300         Update copyright.
17301
17302 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17303
17304         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17305
17306 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * gnus-registry.el (gnus-registry-unfollowed-groups)
17309         (gnus-registry-split-fancy-with-parent): Fix documentation.
17310
17311 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17312
17313         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17314         from nnweb groups.
17315
17316 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17319         Xref urls.  Erase buffer before requesting head.
17320
17321         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17322
17323 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17326         customizable.
17327
17328 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17329
17330         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17331         no signing key is found.
17332         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17333         no encrypting and/or signing key is found.
17334
17335 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17338
17339 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17340
17341         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17342         headers read from disk with the ones newly found in the current search.
17343         This should no longer cause problems, because the article numbers in
17344         Gmane's `nov.php' output are ignored since the previous change.
17345
17346 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17347
17348         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17349
17350 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17353         replace-regexp-in-string; bind url-version; fbind display-images-p and
17354         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17355         find-face and set-itimer-function for Emacs; bind itimer-list for
17356         Emacs.
17357
17358         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17359
17360 2007-01-01  Romain Francoise  <romain@orebokech.com>
17361
17362         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17363
17364 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17365
17366         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17367         `define-minor-mode' macro definition expanded properly.
17368         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17369         exclude it there.
17370
17371         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17372         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17373         `fboundp' test.
17374         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17375         This is OK to autoload in (S)XEmacs now.
17376
17377 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17380         keystroke.
17381         (gnus-summary-limit-to-singletons): Fix typo.
17382
17383         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17384         else fails.
17385
17386 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17387
17388         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17389         docstring.
17390
17391         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17392         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17393         (gnus-summary-insert-dormant-articles): Fix typo in message.
17394
17395 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17398         nil for XEmacs.
17399         (gnus-message-citation-mode): Don't autoload in XEmacs.
17400
17401         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17402
17403 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17404
17405         * nnimap.el (nnimap-expunge-search-string):
17406         Mention nnimap-search-uids-not-since-is-evil in docstring.
17407
17408 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17409
17410         * spam.el: Revert to make-obsolete-variable because
17411         define-obsolete-variable-alias is not supported in Emacs 21.
17412
17413         * spam.el (spam-ifile-path, spam-ifile-database-path)
17414         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17415         make-obsolete-variable.
17416         (spam-bsfilter-path, spam-bsfilter-program)
17417         (spam-spamassassin-path, spam-spamassassin-program)
17418         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17419         Don't use "path" inappropriately.
17420         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17421         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17422         variable names.
17423
17424 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17425
17426         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17427         summary buffer.
17428
17429         * password.el (password-cache-remove): Use clear-string to burn
17430         password, if available.
17431
17432 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17435
17436         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17437
17438         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17439         (gnus-message-highlight-citation): Move defcustom here from
17440         gnus-cite.el.
17441         (gnus-message-citation-mode): Autoload.
17442
17443         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17444         checks to make it compile with XEmacs.
17445         (gnus-message-citation-mode): New minor mode.
17446         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17447         (gnus-message-highlight-citation): New variables.
17448         (gnus-message-search-citation-line)
17449         (gnus-message-add-citation-keywords)
17450         (gnus-message-remove-citation-keywords)
17451         (turn-on-gnus-message-citation-mode)
17452         (turn-off-gnus-message-citation-mode): New functions.
17453
17454 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17455
17456         * gnus-cite.el: Enable highlighting of different citation levels in
17457         message-mode.
17458
17459 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * message.el (message-make-fqdn): Fix comment.
17462         (message-bogus-system-names): Add ".local".
17463
17464         * spam.el (spam-ifile-path, spam-ifile-program)
17465         (spam-ifile-database-path, spam-ifile-database)
17466         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17467         Don't use "path" inappropriately.
17468         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17469         strings.
17470         (spam-check-ifile, spam-ifile-register-with-ifile)
17471         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17472         Use new variable names.
17473
17474         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17475         (gnus-treat-display-smileys): Simplify using
17476         gnus-image-type-available-p.
17477
17478         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17479         available.
17480
17481         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17482         Use `display-images-p' if available.
17483
17484 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17487         one after turning on the buffer's multibyteness instead of decoding
17488         them directly in the unibyte buffer that causes unexpected conversion
17489         in Emacs 23 (unicode).
17490
17491 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17492
17493         * message.el (message-generate-hashcash): Fix custom type.
17494
17495 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17496
17497         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17498
17499 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17502         disconnect icons.  Add help text.
17503
17504 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17505
17506         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17507         negated to be consistent with the others we handle.
17508
17509 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17510
17511         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17512         version of gnus-summary-buffer to something, so that we can use two
17513         article buffers at the same time.
17514
17515 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17516
17517         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17518         trigger all the extra headers.
17519         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17520         sorting.
17521
17522 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17523
17524         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17525         solid groups.
17526
17527 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17528
17529         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17530
17531 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * legacy-gnus-agent.el: Add Copyright notice.
17534
17535 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17536
17537         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17538
17539 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540
17541         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17542
17543         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17544         to make it work reliably in CVS Emacs.
17545         (gnus-summary-limit-strange-charsets-predicate)
17546         (gnus-summary-limit-to-predicate): New functions.
17547
17548 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17549
17550         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17551         specifying array size.
17552         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17553         array if it is too small.
17554         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17555         (gnus-sort-threads-loop): New function.
17556
17557 2006-12-06  Chris Moore  <dooglus@gmail.com>
17558
17559         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17560         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17561
17562 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17563
17564         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17565         options.
17566
17567 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568
17569         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17570         DOS-ing the recipient.
17571
17572         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17573         the headers when creating the mapping to avoid mismappings.
17574         (nnweb-gmane-create-mapping): Always nix out old mapping.
17575
17576 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17579         and mm-verify-option to never.
17580
17581 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * message.el (message-signed-or-encrypted-p): New function.
17584         (message-forward-make-body): Use it.
17585
17586         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17587         Replace encode-coding-string with mm-encode-coding-string.
17588
17589 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * nneething.el (nneething-decode-file-name):
17592         Replace decode-coding-string with mm-decode-coding-string.
17593
17594         * gnus-int.el (gnus-open-server): Say failed server's name.
17595
17596 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17597
17598         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17599         strings to a single string.  Quote `errors-file-name'.
17600         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17601         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17602         Adjust calls.  Use `shell-quote-argument'.
17603
17604 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17605
17606         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17607         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17608
17609         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17610         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17611         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17612         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17613         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17614         (gnus-subscribe-newsgroup, gnus-1):
17615         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17616         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17617         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17618         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17619
17620 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621
17622         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17623         keystroke.
17624         (gnus-summary-limit-to-bodies): Implement headersp.
17625
17626 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17627
17628         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17629
17630 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17633
17634 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635
17636         * message.el (message-generate-hashcash): Expand range of values to
17637         include `opportunistic'.
17638         (message-send-mail): Use it.
17639
17640 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17641
17642         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17643         and comment it.
17644
17645         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17646
17647 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * gnus-util.el (gnus-extract-address-components): Improve comment.
17650
17651 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-util.el (gnus-extract-address-components): Work with address in
17654         which the name portion contains @.
17655
17656         * lpath.el: Fbind custom-autoload.
17657
17658 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17659
17660         * gnus.el (gnus-start): Move custom group up.
17661         (gnus-select-method): Don't autoload, but make it available for
17662         `customize-variable'.
17663         (gnus-getenv-nntpserver): Don't autoload.
17664
17665 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17666
17667         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17668
17669 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * message.el (message-sendmail-extra-arguments): New variable.
17672         (message-send-mail-with-sendmail): Use it.
17673
17674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17677         mm-with-unibyte-current-buffer to make string unibyte.
17678
17679         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17680         mm-string-as-multibyte.
17681
17682 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17683
17684         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17685         Reported by Werner Koch <wk@gnupg.org>.
17686
17687 2006-11-14  Daiki Ueno  <ueno@p360>
17688
17689         * mml2015.el: Autoload epa-select-keys when compiling.
17690
17691 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17692
17693         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17694         message-options.
17695         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17696
17697 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17698
17699         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17700         EasyPG (< 0.0.6).
17701         (mml2015-always-trust): New user option.
17702         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17703         prompt.
17704
17705 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * nntp.el (nntp-authinfo-force): New variable.
17708         (nntp-send-authinfo): Use it.
17709
17710 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17713         decode encoded words.  Improve prompt.  Add comment about forwarding.
17714         (message-replacement-char): Move up.
17715
17716 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17717
17718         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17719         instead of gnus-intersection because arguments of gnus-sorted-nunion
17720         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17721
17722 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17725         (message-simplify-subject-functions):
17726         Enable message-strip-subject-encoded-words by default.
17727
17728 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * message.el (message-strip-subject-encoded-words): New function.
17731         (message-simplify-subject-functions): New variable.
17732         (message-simplify-subject): Use it.  Fix typo in doc string.
17733         Support message-strip-subject-encoded-words.
17734
17735 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17736
17737         * gnus-diary.el (gnus-diary-delay-format-function):
17738         * nndiary.el (nndiary-reminders):
17739         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17740
17741 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * gnus-art.el (article-hide-boring-headers): Fetch date from
17744         gnus-original-article-buffer to avoid problems with localized date
17745         strings.
17746
17747 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17750
17751 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17754         New variables.
17755         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17756         (mm-charset-synonym-alist): Move some entries to
17757         mm-codepage-iso-8859-list.
17758         (mm-charset-synonym-alist, mm-charset-override-alist):
17759         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17760
17761 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17764
17765 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17768         with Emacs 21 and XEmacs.
17769
17770 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17771
17772         * spam.el (spam-parse-address): New function for better parsing,
17773         catching errors, etc.
17774         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17775
17776 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * mm-view.el: Add interactive arg to html2text autoload.
17779
17780 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17783
17784 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17785
17786         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17787         New variables.
17788         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17789         (mm-charset-synonym-alist): Move some entries to
17790         mm-codepage-iso-8859-list.
17791
17792         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17793
17794 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * message.el (message-citation-line-format)
17797         (message-insert-formated-citation-line): Fix implementation of %E, %N
17798         and %n according to the doc string.
17799
17800 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17803         Use car-safe to avoid bad parses.
17804
17805 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17808         names.
17809
17810         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17811
17812 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17815         header.
17816
17817         * message.el (message-draft-headers): Add Date.
17818         (message-headers-to-generate): Fix typo in docstring.
17819
17820         * nndraft.el (nndraft-required-headers): New variable.
17821         (nndraft-generate-headers): Use it.
17822
17823         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17824
17825 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * gnus-registry.el (gnus-registry-wash-for-keywords)
17828         (gnus-registry-find-keywords): New functions to allow easy searching of
17829         articles that are in the registry.
17830
17831 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17834         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17835         Reported by Damien Elmes <damien@repose.cx>.
17836
17837 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17838
17839         * gnus.el (gnus-mime): Remove unused custom group.
17840
17841 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17842
17843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17844         "blank line" when searching for end of armor headers.
17845
17846 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * gmm-utils.el (gmm-write-region): Fix variable name.
17849
17850 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * gmm-utils.el (gmm-write-region): New function based on compatibility
17853         code from `mm-make-temp-file'.
17854
17855         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17856
17857         * nnmaildir.el (nnmaildir--update-nov)
17858         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17859         Use `gmm-write-region'.
17860
17861 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17862
17863         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17864         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17865
17866         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17867
17868         * message.el (message-replacement-char): New variable.
17869         (message-fix-before-sending): Use it.
17870         (message-simplify-subject): New function to remove duplicate code.
17871         (message-reply, message-followup): Use it.
17872
17873         * gnus-sum.el (gnus-summary-make-menu-bar):
17874         Clarify gnus-summary-limit-to-articles.
17875
17876 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-util.el (gnus-with-local-quit): New macro.
17879
17880         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17881
17882 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17883
17884         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17885         ignore non-string data.
17886
17887 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17888
17889         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17890         non-string data (needs to be done in the registry too).
17891
17892 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17895         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17896         (gnus-registry-split-fancy-with-parent)
17897         (gnus-registry-fetch-simplified-message-subject-fast)
17898         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17899         Remove text properties on ingress into the registry and when it's saved.
17900         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17901         registry from entries with no groups.
17902
17903 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17904
17905         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17906         function to remove string properties.
17907
17908 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17909
17910         * gmm-utils.el (gmm): Adjust custom version.
17911
17912         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17913         Adjust custom version.
17914
17915         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17916
17917 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17918
17919         * gnus-art.el (gnus-insert-prev-page-button)
17920         (gnus-insert-next-page-button): Simplify.  Reformat.
17921
17922 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17923
17924         * gnus-art.el (gnus-insert-prev-page-button)
17925         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17926
17927 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17928
17929         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17930
17931 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17932
17933         * gnus-art.el (gnus-insert-mime-button)
17934         (gnus-insert-mime-security-button):
17935         Apply gnus-article-button-face to MIME and security buttons.
17936
17937 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17940         readable.
17941
17942 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17945
17946 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17947
17948         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17949         `browse-url-of-file' instead of `browse-url'.
17950
17951 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17952
17953         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17954         regexp.  Articles containing quotation were cut prematurely.
17955
17956 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * message.el (message-cite-original-1): Use nobody by default for the
17959         value of From header.
17960         (message-reply): Ditto.
17961
17962 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17963
17964         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17965         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17966         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17967
17968 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17971         mails in the doc string.  Add some URLs in comment.
17972         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17973
17974 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17975
17976         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17977         backslashes handling and the way to find boundaries of quoted strings.
17978
17979 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17980
17981         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17982         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17983         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17984         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17985
17986 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17989         doc string.
17990         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17991
17992 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * lpath.el: Fbind epg-check-configuration.
17995
17996 2006-09-06  Simon Josefsson  <jas@extundo.com>
17997
17998         * mml2015.el (mml2015-use): Doc fix, mention epg.
17999
18000 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18001
18002         * mml2015.el (mml2015-use): Default to epg, if available.
18003
18004 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18005
18006         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18007         message-sender.
18008         (mml1991-epg-encrypt): Ditto.
18009         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18010         message-sender.
18011         (mml2015-epg-encrypt): Ditto.
18012
18013 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18014
18015         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18016         several common directories.
18017
18018 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18019
18020         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18021         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18022
18023 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * gnus-art.el (article-decode-encoded-words): Make it fast.
18026
18027 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18030
18031         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18032         in quoted string into `\'.
18033
18034 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18037         Use standard-syntax-table.
18038
18039 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-decode-address-function): New variable.
18042         (article-decode-encoded-words): Use it to decode headers which are
18043         assumed to contain addresses.
18044         (gnus-mime-delete-part): Remove useless `or'.
18045
18046         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18047         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18048         (gnus-nov-parse-line): Use it to decode From header.
18049         (gnus-get-newsgroup-headers): Ditto.
18050         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18051
18052         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18053         (mail-decode-encoded-address-string): New alias.
18054
18055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18056         New function.
18057         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18058         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18059         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18060         (rfc2047-decode-string): Ditto.
18061         (rfc2047-decode-address-region): New function.
18062         (rfc2047-decode-address-string): New function.
18063
18064 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18065
18066         * message.el (message-caesar-buffer-body): Allow rotating headers.
18067
18068         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18069
18070         * message.el (message-insert-formated-citation-line): Fix %f.
18071         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18072
18073 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18076         (gnus-bookmark-mouse-available-p): New macro.
18077         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18078         (gnus-bookmark-bmenu-show-infos): Use it.
18079         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18080         (gnus-bookmark-bmenu-hide-infos): Ditto.
18081         (gnus-bookmark-remove-properties): New function.
18082         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18083         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18084         (gnus-bookmark-write-file): Bind coding-system-for-write.
18085         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18086         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18087         group before selecting it.
18088         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18089         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18090         quit-window if it is not available; use gnus-mouse-2 and bind it to
18091         gnus-bookmark-bmenu-select-by-mouse.
18092         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18093         (gnus-bookmark-bmenu-select-by-mouse): New function.
18094
18095 2006-08-13  Romain Francoise  <romain@orebokech.com>
18096
18097         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18098         space.
18099
18100 2006-08-10  Romain Francoise  <romain@orebokech.com>
18101
18102         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18103         (dns-mode-soa-auto-increment-serial): New user option.
18104         (dns-mode-soa-maybe-increment-serial): New function.
18105         (dns-mode): Add the latter to `write-contents-functions'.
18106
18107 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * compface.el (uncompface): Use binary rather than raw-text-unix.
18110
18111 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * compface.el (uncompface): Make sure the eol conversion doesn't take
18114         place when communicating with the external programs.
18115         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18116
18117 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18120
18121 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18122
18123         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18124         Make it more robust by parsing author and date independently.
18125
18126 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18129
18130 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18131
18132         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18133         first matching secret key.
18134         (mml2015-epg-encrypt): Ditto.
18135
18136         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18137         first matching secret key.
18138         (mml1991-epg-encrypt): Ditto.
18139
18140         * mml2015.el (mml2015-encrypt-to-self): New user option.
18141         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18142         mml2015-epg-encrypt-to-self is set.
18143
18144         * mml1991.el (mml1991-encrypt-to-self): New variable.
18145         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18146         mml1991-epg-encrypt-to-self is set.
18147
18148         * mml2015.el (mml2015-signers): New user option.
18149         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18150         (mml2015-epg-encrypt): Allow to select signing keys.
18151
18152         * mml1991.el (mml1991-signers): New variable.
18153         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18154         (mml1991-epg-encrypt): Allow to select signing keys.
18155
18156 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * nnheader.el (nnheader-insert-head): Make it work even if the file
18159         uses CRLF for the line-break code.
18160
18161 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18162
18163         * mml2015.el: Require mml-sec instead of password.
18164         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18165         (mml2015-cache-passphrase): Inherit the default value from
18166         mml-secure-cache-passphrase.
18167         (mml2015-passphrase-cache-expiry): Inherit the default value from
18168         mml-secure-passphrase-cache-expiry.
18169
18170         * mml1991.el: Require mml-sec instead of password.
18171         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18172         (mml1991-cache-passphrase): Inherit the default value from
18173         mml-secure-cache-passphrase.
18174         (mml1991-passphrase-cache-expiry): Inherit the default value from
18175         mml-secure-passphrase-cache-expiry.
18176
18177         * mml-sec.el: Require password.
18178         (mml-secure-verbose): New user option.
18179         (mml-secure-cache-passphrase): New user option.
18180         (mml-secure-passphrase-cache-expiry): New user option.
18181
18182 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18183             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18184
18185         * pgg-def.el (pgg-truncate-key-identifier):
18186         Truncate the key ID to 8 letters from the end.
18187
18188 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18189
18190         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18191         workaround for the url package included with Emacs.
18192
18193         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18194
18195 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18198         correctly.  This fixes a bug caused by the 2006-05-12 change.
18199
18200 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18201
18202         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18203         some information about the error when saying that the `bogus' mail
18204         group will be used.
18205
18206 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18207
18208         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18209         string.
18210
18211 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18212
18213         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18214
18215 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18216
18217         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18218
18219 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18220
18221         * mml1991.el (mml1991-function-alist): Add epg.
18222         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18223         (mml1991-epg-encrypt): New functions.
18224
18225 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18226
18227         * mml2015.el (mml2015-verbose): New variable.
18228         (mml2015-cache-passphrase): Ditto.
18229         (mml2015-passphrase-cache-expiry): Ditto.
18230         (mml2015-function-alist): Add epg.
18231         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18232         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18233         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18234         New functions.
18235
18236 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18237
18238         * message.el (message-cite-original-1): Preserve region when removing
18239         quoted text due to X-No-Archive in order to avoid bogus attribution
18240         when citing multiple messages.
18241
18242 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18243
18244         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18245         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18246
18247 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18248
18249         * gnus-diary.el (gnus-user-format-function-d)
18250         (gnus-user-format-function-D): Autoload.
18251
18252         * imap.el (Commentary): Fix typo.
18253
18254         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18255         2006-04-22 contribution.
18256
18257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18258
18259         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18260         It didn't really fix the bogosity I'm seeing with solid web groups.
18261
18262 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18263
18264         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18265         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18266         created using server names.  If we use the feature without declaring
18267         it, Gnus does not properly manage server and group state.
18268
18269         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18270         bound.
18271
18272 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18273
18274         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18275         looking up the method using GROUP's prefix before inventing a new one.
18276         It is used on killed/unknown groups in various places where returning
18277         an all-new method isn't expected by the caller.
18278
18279         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18280         and match semantics of gnus-group-real-prefix.
18281
18282 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18283
18284         * nnmail.el (nnmail-broken-references-mailers): New variable.
18285         (nnmail-ignore-broken-references): New function generalizing
18286         nnmail-fix-eudora-headers.
18287         (nnmail-fix-eudora-headers): Now obsolete.
18288
18289         * gnus-art.el (gnus-button-handle-custom):
18290         Support `customize-apropos*'.
18291
18292 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18293
18294         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18295
18296         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18297         articles.
18298
18299 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * message.el (message-cite-reply-above): New variable.
18302         (message-yank-original): Use it.
18303
18304 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18307
18308 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18311         as read.
18312
18313         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18314
18315 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18316
18317         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18318         (gnus-bookmark-default-file): Use gnus-directory.
18319         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18320         Remove "*" in doc string.
18321         (gnus-bookmark-write-file): Simplify.
18322         (gnus-bookmark-maybe-sort-alist): Use `when'.
18323         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18324         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18325         Add FIXME about Emacs 21 and XEmacs compatibility.
18326         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18327         compatibility.
18328         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18329         compatibility.
18330         (gnus-bookmark-menu-heading): Fix version.
18331
18332 2006-06-19  Bastien Guerry  <bzg@altern.org>
18333
18334         * gnus-bookmark.el: New file.
18335
18336 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * message.el (message-syntax-checks): Doc fix.
18339
18340 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18341
18342         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18343         unsubscribed groups as if they were killed ones.  It causes duplicate
18344         entries in gnus-newsrc-alist.
18345
18346 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * message.el (message-syntax-checks): Doc fix.
18349         (message-send-mail): Add check for continuation headers.
18350         (message-check-news-header-syntax): Fix regexp used to check for
18351         continuation headers.
18352
18353 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18356
18357 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18358
18359         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18360
18361 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18364         default-truncate-lines.
18365
18366 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18369         to fill the utf-8 entry.
18370
18371         * lpath.el: Fbind unicode-precedence-list.
18372
18373 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18374
18375         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18376
18377 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18378
18379         * gnus-agent.el (directory-files-and-attributes): Move all the way
18380         forward (the third and final move).
18381         (gnus-agent-read-agentview): Trap reconstruction errors due to
18382         nonexistent directory.  Handle by returning nil.
18383
18384 2006-05-30  Didier Verna  <didier@xemacs.org>
18385
18386         * message.el (message-dont-reply-to-names): Update the custom type.
18387         * message.el (message-dont-reply-to-names): New defsubst: potentially
18388         convert a list of regexps into a single one.
18389         * message.el (message-get-reply-headers): Use it.
18390         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18391
18392 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * gnus-agent.el (directory-files-and-attributes): Move forward.
18395
18396 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * gnus-ml.el (gnus-mailing-list-subscribe)
18399         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18400         (gnus-mailing-list-message): Fix doc strings.
18401
18402 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18403
18404         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18405         of doing it manually.
18406
18407 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18410         comment.
18411
18412 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18413
18414         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18415         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18416         (gnus-agent-read-local): All symbols allocated in my-obarray.
18417         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18418         (gnus-agent-regenerate-group): Check numeric names to see if they are
18419         messages or groups.
18420         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18421         better way of do this...)
18422
18423         * gnus-cache.el (gnus-agent-total-fetched-for):
18424         Ignore 'dummy.group' (there should be a better way of do this...)
18425
18426 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18427
18428         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18429         (gnus-saved-headers): Ditto.
18430         (gnus-default-article-saver): Mention functions may have properties.
18431         (gnus-article-save): Override gnus-save-all-headers and
18432         gnus-saved-headers by :headers property which saver function may have.
18433         (gnus-summary-save-in-file): Add :headers property.
18434         (gnus-summary-write-to-file): Ditto.
18435
18436         * gnus-sum.el (gnus-summary-save-article): Bind
18437         gnus-prompt-before-saving to t when saving many articles in a file;
18438         always show all headers.
18439
18440         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18441
18442 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18445         marks.
18446
18447         * message.el (message-indent-citation): Add optional arguments to allow
18448         using it outside of message buffers.
18449
18450         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18451         (gnus-article-treat-unfold-headers): Use it.
18452         (gnus-article-truncate-lines): New variable.
18453         (gnus-article-mode): Use it.
18454         (gnus-article-toggle-truncate-lines): New function.
18455
18456         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18457         Add gnus-article-toggle-truncate-lines.
18458
18459         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18460         coding system in XEmacs, use binary.
18461
18462 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18463
18464         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18465         after-load-alist.
18466
18467         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18468         this function should save decoded articles.
18469         (gnus-summary-write-to-file): Use property to specify this function
18470         should save decoded articles and specify gnus-summary-save-in-file
18471         should be used to save articles other than the first one when saving
18472         many articles.
18473         (gnus-summary-save-body-in-file): Use property to specify this
18474         function should save decoded articles.
18475         (gnus-summary-write-body-to-file): Use property to specify this
18476         function should save decoded articles and specify
18477         gnus-summary-save-body-in-file should be used to save articles other
18478         than the first one when saving many articles.
18479
18480         * gnus-sum.el (gnus-summary-save-article): Simplify.
18481
18482 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * gnus-art.el (gnus-default-article-saver):
18485         Add gnus-summary-write-body-to-file.
18486         (gnus-article-save-coding-system): Don't use coding system object
18487         in XEmacs.
18488         (gnus-read-save-file-name): Add optional `dir-var' argument which
18489         specifies directory in which files are saved; work even if optional
18490         `variable' argument is not specified.
18491         (gnus-summary-write-to-file): Read file name.
18492         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18493         (gnus-summary-write-body-to-file): New function.
18494
18495         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18496         (gnus-summary-local-variables): Add it.
18497         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18498         (gnus-summary-save-article): Remove optional `decode' argument;
18499         determine whether to decode articles by the value of
18500         gnus-default-article-saver; when saving many files using
18501         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18502         it first and use gnus-summary-save-in-file or
18503         gnus-summary-save-body-in-file thereafter unless
18504         gnus-prompt-before-saving is always; move point to article which
18505         will be saved.
18506         (gnus-summary-save-article-file): Revert.
18507         (gnus-summary-write-article-file): Revert.
18508         (gnus-summary-save-article-body-file): Revert.
18509         (gnus-summary-write-article-body-file): New function.
18510
18511 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-art.el (gnus-default-article-saver): Doc fix.
18514         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18515         from gnus-summary-save-article-coding-system, and default to a
18516         certain coding system.
18517         (gnus-output-to-file): Add coding cookie and encode text according
18518         to gnus-article-save-coding-system; don't use mm-append-to-file.
18519
18520         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18521         gnus-art.el and rename to gnus-article-save-coding-system.
18522         (gnus-summary-save-article): Require gnus-art; don't show all
18523         headers if it decodes articles; don't add coding cookie here;
18524         don't bind mm-text-coding-system-for-write.
18525         (gnus-summary-save-article-file): Save decoded articles.
18526         (gnus-summary-write-article-file): When saving many files, use
18527         gnus-summary-write-to-file first and gnus-summary-save-in-file
18528         thereafter unless gnus-prompt-before-saving is always.
18529         (gnus-summary-save-article-body-file): Save decoded articles.
18530
18531         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18532
18533 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18534
18535         * nnrss.el (nnrss-check-group): Bind hash-index.
18536
18537 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18538
18539         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18540         its hash index.  Store this hash in `nnrss-group-data'.
18541         (nnrss-read-group-data): Update accordingly.
18542
18543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18544
18545         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18546         entry.
18547
18548         * gnus-sum.el (gnus-summary-make-menu-bar):
18549         Add gnus-article-browse-html-article.
18550
18551 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18552
18553         * gnus-sum.el (gnus-summary-mime-map):
18554         Add gnus-article-browse-html-article.
18555
18556         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18557
18558 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18561         suitable coding systems in customize.
18562
18563 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18564
18565         * mail-source.el (mail-sources): Fix custom type.
18566
18567 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18568
18569         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18570         (gnus-summary-expire-articles-now): Shorten prompt.
18571
18572         * gmm-utils.el (wid-edit): Require.
18573         (defun-gmm): Rename from `gmm-defun-compat'.
18574         (gmm-image-search-load-path): Use it.
18575         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18576
18577 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * gnus-sum.el (gnus-summary-save-article-coding-system):
18580         New variable.
18581         (gnus-summary-save-article): Add optional `decode' argument.
18582         If it is set and gnus-summary-save-article-coding-system is non-nil,
18583         save decoded article.
18584         (gnus-summary-write-article-file): Save decoded article if
18585         gnus-summary-save-article-coding-system is non-nil.
18586
18587         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18588         type.
18589
18590 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18593
18594 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18597         first to test gnus-single-article-buffer which may be buffer-local.
18598
18599         * gnus-sum.el (gnus-summary-setup-buffer):
18600         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18601         group; make gnus-article-buffer, gnus-article-current, and
18602         gnus-original-article-buffer always buffer-local.
18603         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18604         group.
18605         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18606
18607 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * nnml.el (nnml-request-compact-group): Compressed files might not
18610         have .gz extension.
18611
18612 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18613
18614         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18615         (mm-copy-to-buffer): Use with-current-buffer.
18616         (mm-display-part): Simplify.
18617         (mm-inlinable-p): Add optional arg `type'.
18618
18619 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18620
18621         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18622         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18623         Try harder to show the attachment internally or externally using
18624         gnus-mime-view-part-as-type.
18625
18626 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18627
18628         * message.el (message-from-style, message-signature-separator)
18629         (message-user-organization-file, message-send-mail-function)
18630         (message-citation-line-function, message-yank-prefix)
18631         (message-indent-citation-function, message-signature)
18632         (message-signature-file, message-signature-insert-empty-line):
18633         Remove autoloads.
18634
18635         * gnus-art.el (gnus-buttonized-mime-types):
18636         Remove "multipart/signed".  Revert 2006-04-26 change.
18637
18638 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639
18640         * gnus.el (gnus-version-number): Bump version.
18641
18642 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18643
18644         * gnus.el: No Gnus v0.5 is released.
18645
18646 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18647
18648         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18649         fetching articles by message-id.
18650
18651 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18652
18653         * message.el (hashcash): Require hashcash as normal.
18654
18655         * ecomplete.el (ecomplete-highlight-match-line):
18656         Use point-at-eol.
18657         (ecomplete-highlight-match-line): Use `highlight', because that
18658         face exists in both Emacs and XEmacs.
18659
18660         * message.el (message-display-abbrev): Use point-at-bol.
18661
18662         * mail-source.el: Don't require timer/timer-funcs.
18663
18664         * gnus-async.el: Ditto.
18665
18666         * password.el: Ditto.
18667
18668         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18669
18670         * mm-url.el: Ditto.
18671
18672         * gnus-xmas.el: Don't require timer-funcs.
18673
18674         * mm-util.el: Require timer/timer-funcs.
18675
18676 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18677
18678         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18679         Close.
18680
18681 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18684         unibyte after clear-decrypt function runs.
18685
18686         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18687         returns as a unibyte string.
18688
18689 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * lpath.el: Revert.
18692
18693         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18694         (pgg-gpg-process-sentinel): Revert.
18695
18696         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18697         (pgg-pgp-lookup-key): Revert.
18698
18699         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18700         (pgg-pgp5-lookup-key): Revert.
18701
18702         * pgg.el (pgg-fetch-key): Revert.
18703
18704 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * lpath.el: Fbind string-as-multibyte for XEmacs.
18707
18708         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18709         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18710         (mml1991-pgg-encrypt): Ditto.
18711
18712         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18713         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18714         a multibyte buffer.
18715
18716         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18717         (pgg-pgp-lookup-key): Ditto.
18718
18719         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18720         (pgg-pgp5-lookup-key): Ditto.
18721
18722         * pgg.el (pgg-fetch-key): Ditto.
18723
18724 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18725
18726         * message.el (message-user-organization-file): Check several
18727         locations of the organization file.
18728
18729         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18730         Add gnus-article-view-part-as-type.
18731
18732         * gnus-art.el (gnus-article-view-part-as-type): New function.
18733
18734         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18735         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18736
18737         * mml.el: Simplify autoload.
18738         (mml-mode): defvar dnd-protocol-alist instead of using
18739         symbol-value.
18740         (mml-default-directory): New variable.
18741         (mml-minibuffer-read-file): Use it.
18742         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18743
18744         * message.el (message-citation-line-format): New variable.
18745         (message-insert-formated-citation-line): New function.
18746         (message-citation-line-function):
18747         Add `message-insert-formated-citation-line' to custom type.
18748
18749         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18750         to doc string.
18751
18752         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18753         depending on mm-verify-option.
18754
18755 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18758         binding pgg-* variables; reimplement the section which prevents
18759         MIME header from being signed.
18760         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18761         pgg-text-mode; remove a blank line at the top of body.
18762
18763         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18764         lines at the top of body; use gnus-newsgroup-charset if there's no
18765         Charset header.
18766
18767 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * message.el (message-self-insert-commands): Doc fix.
18770
18771         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18772         (mm-uu-pgp-encrypted-test): Ditto.
18773         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18774         between header and body; return application/pgp-encrypted handle
18775         if decryption failed; decode decrypted body by charset.
18776
18777         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18778         element match to application/pgp-*.
18779
18780 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18781
18782         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18783         HTML.
18784
18785 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * mail-source.el (mail-source-call-script): Message the error
18788         string.
18789
18790 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18791
18792         * gnus-util.el (gnus-byte-compile): Use it.
18793
18794 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18795
18796         * gnus-util.el (kill-empty-logs): New function.
18797
18798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * message.el (message-mail-alias-type): Doc fix.
18801         (message-mail-alias-type-p): New function.
18802         (message-send): Use it.
18803         (message-mode): Ditto.
18804         (message-strip-forbidden-properties): Ditto.
18805
18806         * ecomplete.el (ecomplete-database-file-coding-system):
18807         New variable.
18808         (ecomplete-save): Use it.
18809         (ecomplete-setup): Use it.
18810
18811 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18812
18813         * message.el (message-self-insert-commands): New variable.
18814         (message-strip-forbidden-properties): Use it.
18815
18816 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18817
18818         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18819         that doesn't make XEmacs choke.
18820
18821 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * gnus-util.el (gnus-replace-in-string):
18824         Prefer replace-regexp-in-string over of replace-in-string.
18825
18826 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * gnus-util.el (gnus-select-frame-set-input-focus):
18829         Use select-frame-set-input-focus if it is available in XEmacs; use
18830         definition defined in Emacs 22 for old Emacsen.
18831
18832         * dgnushack.el: Autoload unmorse-region for XEmacs.
18833
18834         * lpath.el: Bind cursor-in-non-selected-windows and
18835         select-frame-set-input-focus for XEmacs.
18836
18837 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18840
18841 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18842
18843         * gnus-registry.el (gnus-registry-cache-save): Remove text
18844         properties when saving via the temp buffer.
18845
18846 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * message.el (message-generate-hashcash): Honor custom type.
18849
18850 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18851
18852         * message.el (message-generate-hashcash): Default to non-nil when
18853         hashcash is found.
18854
18855         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18856         (gnus-refer-thread-limit): Increase default to 500.
18857
18858         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18859
18860         * flow-fill.el (fill-flowed): Allow delete-space.
18861
18862 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18863
18864         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18865         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18866         Remove autoloads.
18867
18868 2006-04-18  Simon Josefsson  <jas@extundo.com>
18869
18870         * message.el (message-generate-hashcash): Default to.
18871
18872 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18875         concatenating segments rather than before concatenating them.
18876
18877 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18878
18879         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18880
18881 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18882
18883         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18884
18885         * message.el (message-forward-make-body-plain):
18886         Allow message-forward-ignored-headers to be a list.
18887         (message-remove-ignored-headers): Factor out into function.
18888         (message-forward-make-body-mml): Use it.
18889
18890         * imap.el (imap-quote-specials): New function.
18891         (imap-login-auth): Quote specials.
18892
18893         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18894         (rfc2231-parse-string): Allow concatanation of parameters that
18895         aren't contiguous.  The test case is
18896           (mail-header-parse-content-type "message/external-body;
18897             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18898             access-type=LOCAL-FILE;
18899             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18900
18901 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18902
18903         * nntp.el (nntp-accept-process-output): Return the value of
18904         `nnheader-accept-process-output'.
18905
18906 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18907
18908         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18909         (gnus-button-alist): Recognize more diff formats.
18910         (gnus-button-patch): Strip directory.
18911
18912 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18913
18914         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18915         Emacs 22 when setting focus.
18916
18917 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * gnus-art.el (gnus-article-treat-types): Do treatment of
18920         text/x-verbatim parts.
18921         (gnus-button-patch): New command.
18922
18923         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18924         addresses that contain invalid characters.
18925
18926 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18927
18928         * message.el (message-put-addresses-in-ecomplete):
18929         Use gnus-replace-in-string.
18930         (message-is-yours-p): Use the more correct
18931         mail-header-parse-address instead of
18932         mail-extract-address-components.
18933         (message-put-addresses-in-ecomplete): Fix typo.
18934
18935         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18936         keystroke.
18937
18938         * gnus-art.el (gnus-treatment-function-alist): Change order of
18939         newsgroups/generic header folding to avoid double-folding.
18940
18941         * message.el (message-hidden-headers): Add X-Draft-From.
18942
18943         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18944         New command.
18945         (gnus-summary-repeat-search-article-backward): New command.
18946
18947         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18948         groups in the parent topic.
18949
18950 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18951
18952         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18953         (spam-extra-header-to-number): Return the CRM114 number as a
18954         number instead of a string.
18955
18956 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus-art.el (gnus-face-properties-alist): Move here from
18959         gnus-fun.
18960
18961         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18962
18963 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18964
18965         * message.el (message-strip-forbidden-properties): Only display on
18966         self-insert-command.
18967
18968         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18969         reindent.
18970         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18971
18972 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18973
18974         * smiley.el (smiley-style): Fix typo.
18975
18976 2006-03-23  Kenichi Handa  <handa@m17n.org>
18977
18978         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18979         instead of set-buffer-multibyte.
18980
18981 2006-03-23  Kenichi Handa  <handa@m17n.org>
18982
18983         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18984         buffer and then decode the buffer text if necessary.
18985         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18986         first, and after mm-encode-body, change the buffer to unibyte.
18987
18988 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18989
18990         * hashcash.el (hashcash-insert-payment-async-2):
18991         Use message-goto-eoh instead of doing it manually.
18992         (mail-add-payment): Use message-narrow-to-header instead of trying
18993         to do the same itself.
18994
18995         * message.el (message-hidden-headers): Add Face.
18996
18997         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18998         reparenting code.
18999         (gnus-summary-reparent-children): Refactored out code.
19000         (gnus-summary-thread-map): New keystroke.
19001         (gnus-summary-reparent-children): Make into command.
19002
19003         * smiley.el (smiley-style): Default to `medium' if using a large
19004         font.
19005
19006         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19007         does it itself.
19008
19009         * message.el (message-point-in-header-p): Simplify definition.
19010
19011 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * nnagent.el (nnagent-request-set-mark): Silence log file
19014         writing.
19015         (nnagent-request-set-mark): Use write-region instead of
19016         append-to-file.
19017
19018         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19019         strange select method.
19020
19021         * ecomplete.el (ecomplete-display-matches): Get highlightling
19022         right.
19023         (ecomplete-display-matches): Use literals.
19024         (ecomplete-display-matches): Disable message logging.
19025
19026         * message.el (message-display-abbrev): Small optimization.
19027
19028         * ecomplete.el (ecomplete-display-matches): Allow automatic
19029         display.
19030
19031         * message.el (message-strip-forbidden-properties):
19032         Display abbrevs.
19033         (message-display-abbrev): Get automatic display right.
19034
19035         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19036         keystrokes.
19037
19038 2006-04-13  Romain Francoise  <romain@orebokech.com>
19039
19040         TODO: Backport to v5-10!
19041
19042         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19043         Move here (and rename) from gnus-registry.el.
19044
19045         * gnus-registry.el: Require gnus-util.
19046         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19047
19048 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19049
19050         * gnus-group.el (gnus-group-catchup-current):
19051         Change if-then-else-if-then-else into cond.
19052         (gnus-group-catchup): Indent.
19053         (group-name-at-point): New function.
19054         (gnus-fetch-group): Provide default from thing at point.
19055
19056 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19057
19058         * message.el (message-display-abbrev): Fix regexp.
19059
19060         * ecomplete.el (ecomplete-highlight-match-line):
19061         Reimplement choosing.
19062         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19063         dead variables.
19064
19065         * message.el (message-newline-and-indent): Remove debugging.
19066         (message-display-abbrev): Use new implementation.
19067
19068 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * gnus-art.el (gnus-article-mode):
19071         Set cursor-in-non-selected-windows to nil.
19072
19073         * smiley.el: Revert previous change.
19074         (smiley-data-directory): defvar it before using it in the
19075         defcustom of `smiley-style'.
19076
19077 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19078
19079         * message.el (message-newline-and-indent): New function.
19080
19081         * ecomplete.el: Implement more bits.
19082
19083         * message.el (message-put-addresses-in-ecomplete): Clean up the
19084         string.
19085
19086         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19087
19088         * gnus-sum.el (gnus-summary-save-parts):
19089         Bind gnus-summary-save-parts-counter and use it to make unique file
19090         names.
19091
19092         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19093
19094         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19095         parameter to say whether to actually parse the individual
19096         addresses.
19097
19098         * message.el (message-put-addresses-in-ecomplete): New function.
19099         (ecomplete): Require.
19100         (message-mail-alias-type): Add ecomplete as an option.
19101
19102 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19103
19104         * flow-fill.el (fill-flowed): Remove trailing space from blank
19105         quoted lines.
19106
19107 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108
19109         * smiley.el (smiley-style): Move definition later to avoid a
19110         compilation warning.
19111
19112 2006-04-12  Kenichi Handa  <handa@m17n.org>
19113
19114         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19115         buffer and then decode the buffer text if necessary.
19116         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19117         first, and after mm-encode-body, change the buffer to unibyte.
19118         Use mm-disable-multibyte instead of set-buffer-multibyte.
19119
19120 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19123         Content-Type header instead of Content-Disposition header.
19124         (gnus-mime-inline-part): Ditto.
19125         (gnus-mime-view-part-as-charset): Ignore charset that the part
19126         specifies.
19127
19128         * mm-decode.el (mm-display-part): Work with external parts and
19129         usual parts similarly.
19130
19131         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19132         instead of gnus-display-mime.
19133
19134         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19135         instead of with-temp-buffer.
19136
19137         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19138         tag to summarized topics part in order to encode non-ASCII text.
19139
19140 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * smiley.el (smiley-style): New variable.
19143         (smiley-directory): New function.
19144         (smiley-data-directory): Derive from `smiley-style' using
19145         `smiley-directory'.
19146         (smiley-regexp-alist): Add new entries.
19147
19148         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19149         (gnus-article-browse-delete-temp): Add :version.
19150
19151 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19152
19153         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19154         the sieve region.
19155
19156 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157
19158         * gnus.el (gnus-version-number): Bump version.
19159
19160 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * gnus.el: No Gnus v0.4 is released.
19163
19164 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19165
19166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19167         layout.
19168
19169         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19170         unknown charset.
19171
19172         * message.el (message-header-synonyms): Add Original-To to the
19173         default.
19174
19175         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19176         optional parameter.
19177
19178 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19179
19180         * gnus-fun.el (gnus): Require it for gnus-directory.
19181
19182 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19185
19186 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19187
19188         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19189
19190 2006-04-05  Simon Josefsson  <jas@extundo.com>
19191
19192         * password.el (password-reset): New function.
19193
19194 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19195
19196         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19197         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19198
19199 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19200
19201         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19202         Some whitespace was matched into the url, which broke browsing hits
19203         > 100 when mm-url-use-external was nil.
19204
19205 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19206
19207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19208         Check gnus-extra-headers for 'Newsgroups.
19209
19210         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19211         bound.
19212
19213 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19214
19215         * pgg-gpg.el: Clean up process buffers every time gpg processes
19216         complete.
19217
19218 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19221         doc string.
19222
19223 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19224
19225         * pgg-gpg.el (pgg-gpg-process-filter)
19226         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19227
19228         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19229         lines, temporary fix.
19230
19231 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19234
19235 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19236
19237         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19238         default-enable-multibyte-characters.  This reverts the change from
19239         revision 6.17 which is no longer necessary because the passphrase
19240         is sent separately now.  GnuPG messages are unreadable under
19241         multibyte locales with default-enable-multibyte-characters set to
19242         nil.
19243
19244 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19245
19246         * message.el (message-tool-bar-gnome): Move "spell".
19247
19248 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19249
19250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19251         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19252         instead.
19253
19254 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19255
19256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19257         Improve newsgroups handling for NNTP overviews which don't include
19258         Newsgroups.
19259
19260 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19261
19262         * message.el (message-resend): Bind message-generate-hashcash to nil.
19263
19264 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19265
19266         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19267         when searching for already-paid recipients.
19268
19269 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19270
19271         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19272         passphrases when it is not needed.
19273         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19274         passphrase stuff from gpg, should only be necessary when you use
19275         gpg with a smartcard.
19276
19277 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * mml.el (mml-insert-mime): Ignore cached contents of
19280         message/external-body part.
19281
19282         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19283         (mm-insert-part): Ditto.
19284
19285 2006-03-23  Simon Josefsson  <jas@extundo.com>
19286
19287         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19288         Reiner.
19289         (pgg-gpg-use-agent-p): Use it again.
19290
19291 2006-03-23  Simon Josefsson  <jas@extundo.com>
19292
19293         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19294         older emacsen.
19295         (pgg-gpg-use-agent-p): Don't use it.
19296
19297 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19298
19299         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19300         if we can.
19301
19302 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19303
19304         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19305         (pgg-gpg-update-agent): New function.
19306         (pgg-gpg-use-agent-p): New function.
19307         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19308         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19309         (pgg-gpg-sign-region): Use it.
19310
19311 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19314         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19315
19316 2006-03-21  Simon Josefsson  <jas@extundo.com>
19317
19318         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19319         <wilde@sha-bang.de>.
19320         (pgg-gpg-use-agent): New variable.
19321         (pgg-gpg-process-region): Use it.
19322         (pgg-gpg-encrypt-region): Likewise.
19323         (pgg-gpg-encrypt-symmetric-region): Likewise.
19324         (pgg-gpg-decrypt-region): Likewise.
19325         (pgg-gpg-sign-region): Likewise.
19326         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19327
19328 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19329
19330         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19331
19332         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19333         Add comment on version.
19334
19335 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * smiley.el: Add missing test smiley.
19338
19339 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * mm-decode.el (mm-with-part): New macro.
19342         (mm-get-part): Use it; work with message/external-body as well.
19343         (mm-save-part): Treat name and filename equally.
19344
19345         * mm-extern.el (mm-extern-cache-contents): New function.
19346         (mm-inline-external-body): Use it; force the part to be displayed;
19347         move undisplayer added to the cached handle to the parent.
19348
19349         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19350         (gnus-mime-view-part-as-type): Work with message/external-body.
19351
19352         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19353
19354 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19355
19356         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19357         images in image-load-path.  [Sync with image.el, revision 1.60, in
19358         Emacs.]
19359
19360 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19361
19362         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19363         path rather than symbol.  Always return list of directories.
19364         Guarantee that image directory comes first.  [Sync with image.el,
19365         revision 1.59, in Emacs.]
19366
19367         * message.el (message-make-tool-bar): Adjust to new API of
19368         `gmm-image-load-path-for-library'.
19369
19370         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19371
19372         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19373
19374 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19375
19376         * gnus-art.el (gnus-article-only-boring-p):
19377         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19378         intangible text.
19379         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19380
19381 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19384         Use `defun' instead of `gmm-defun-compat'.
19385
19386 2006-03-14  Simon Josefsson  <jas@extundo.com>
19387
19388         * message.el (message-unique-id): Don't use message-number-base36
19389         if (user-uid) is a float.
19390         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19391
19392 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19395
19396         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19397         empty line between a part and a message part.
19398
19399 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * smiley.el: Add more test smileys.
19402         (smiley-data-directory, smiley-regexp-alist)
19403         (gnus-smiley-file-types): Fix doc strings.
19404         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19405         adding new elements.
19406         (smiley-mouse-map): Unused code.  Make it a comment.
19407
19408 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19409
19410         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19411         scan latest NoCeM messages instead of old ones.
19412         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19413         delimiters that are recently used.
19414         (gnus-nocem-load-cache): Add autoload cookie.
19415
19416         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19417
19418         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19419         level which is larger than gnus-use-nocem is specified.
19420
19421         * gnus-group.el (gnus-group-get-new-news): Ditto.
19422
19423 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * gnus-util.el (gnus-tool-bar-update): New function.
19426
19427         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19428         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19429
19430         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19431
19432         * gnus-group.el (gnus-group-redraw-when-idle)
19433         (gnus-group-redraw-check): Remove.
19434         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19435
19436 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19439         if optional last element is specified in splits (FIELD VALUE...).
19440
19441 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19444         to gmm-image-load-path-for-library.  Call with no-error argument.
19445         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19446
19447         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19448
19449         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19450
19451         * gmm-utils.el (gmm-image-load-path): Remove alias.
19452
19453 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19454
19455         * gmm-utils.el (gmm-image-load-path): Add alias.
19456
19457         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19458         nnml-generate-nov-databases-1.
19459         (nnml-generate-nov-databases): Use it.
19460         (nnml-generate-nov-databases-directory): Document no-active
19461         argument.
19462
19463         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19464         directory if path is t.  Add no-error.
19465
19466         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19467         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19468
19469         * gnus-art.el (gnus-article-browse-delete-temp-files):
19470         Simplify resetting gnus-article-browse-html-temp-list.
19471
19472         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19473         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19474         Add example to docstring.  Rename local variables.  Move error
19475         checks to default case in cond and simplify.
19476
19477 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19480         handle is multipart when calling it recursively.
19481         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19482
19483 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19484
19485         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19486         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19487
19488 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19491         is loaded.
19492
19493         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19494         loaded.
19495
19496 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19497
19498         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19499         to "Emacs 23 (unicode)" in doc string.
19500
19501         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19502         "Emacs 23 (unicode)" in comment.
19503
19504 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19507
19508         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19509         characters 160 through 255 in Emacs 23.
19510
19511 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19512
19513         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19514         gnus-article-browse-html-temp.
19515         (gnus-article-browse-delete-temp): Make it customizable.
19516         Add `file'.  Adjust doc string.
19517         (gnus-article-browse-delete-temp-files): Add argument.
19518         Allow query for each file.  Adjust doc string.
19519         (gnus-article-browse-html-parts):
19520         Add `gnus-article-browse-delete-temp-files' to
19521         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19522
19523 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19524
19525         * gnus-art.el (gnus-article-browse-html-temp)
19526         (gnus-article-browse-delete-temp): New variables.
19527         (gnus-article-browse-delete-temp-files): New function.
19528         (gnus-article-browse-html-parts): Use it.
19529
19530 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19531
19532         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19533
19534         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19535         string.
19536
19537         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19538         gnus-summary-insert-new-articles when unplugged.
19539         Remove gnus-summary-search-article-forward.
19540
19541         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19542         display-visual-class instead of display-color-cells.
19543
19544 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * dgnushack.el: Autoload customize-group for XEmacs.
19547
19548         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19549         message/* containing non-ASCII text properly.
19550
19551 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19552
19553         * message.el: Require gmm-utils, remove autoloads.
19554         (message-tool-bar): Set default based on
19555         gmm-tool-bar-style.
19556         (message-tool-bar-gnome): Add gmm-customize-mode.
19557
19558         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19559         gmm-tool-bar-style.
19560         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19561
19562         * gnus-group.el (gnus-group-tool-bar): Set default based on
19563         gmm-tool-bar-style.
19564         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19565
19566         * gmm-utils.el (gmm-image-directory): Rename variable from
19567         gmm-image-load-path.
19568         (gmm-image-load-path): Use gmm-image-directory.
19569         (gmm-customize-mode): New function.
19570         (gmm-tool-bar-style): New variable.
19571
19572         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19573         gnus-group-redraw-line-number.
19574         (gnus-group-redraw-check): Simplify.
19575         (gnus-group-tool-bar-update): Remove redraw check.
19576         (gnus-group-make-tool-bar): Add redraw check.
19577
19578 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19579
19580         * gnus-art.el (gnus-button): Add missing parentheses.
19581
19582 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * lpath.el: Fbind line-number-at-pos.
19585
19586 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19589
19590 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * gnus-art.el (gnus-button): New face.
19593         (gnus-article-button-face): Use it.
19594
19595         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19596         Add gnus-summary-next-page.  Re-order.
19597
19598         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19599         next-node are now included.
19600         (gnus-group-redraw-line-number): New internal variable.
19601         (gnus-group-redraw-check): Helper function for updating the tool
19602         bar.
19603         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19604
19605         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19606
19607         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19608         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19609         Use it to match format of Spamassassin 3.0 and later.
19610         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19611         (spam-check-bogofilter)
19612         (spam-bogofilter-register-with-bogofilter): Fix args of
19613         `gnus-error' calls.
19614
19615 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19618         unnecessary interaction when sending queued mails.
19619         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19620
19621 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19624         first or last are nil.
19625
19626 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19627
19628         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19629
19630 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19631
19632         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19633
19634 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19635
19636         * dns.el (query-dns): Protect more against buggy tcp output.
19637
19638 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19639
19640         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19641         nov.php.
19642
19643 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19644
19645         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19646         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19647         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19648         output on the server side.
19649         (nnweb-google-create-mapping): Update regexps and add some
19650         progress indication.
19651
19652 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * gnus-group.el (gnus-group-tool-bar-gnome):
19655         Fix gnus-agent-toggle-plugged.  Re-order icons.
19656         (gnus-group-tool-bar-gnome):
19657         Add gnus-group-{prev,next}-unread-group.
19658         (gnus-group-tool-bar-gnome): Re-order icons.
19659
19660         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19661         Move gnus-summary-insert-new-articles.
19662
19663         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19664         Fix comments.
19665
19666         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19667         also available in Emacs 21.3.
19668
19669         * message.el (message-fix-before-sending): Change "Emacs 22" to
19670         "Emacs 23 (unicode)" in comment.
19671
19672         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19673         "Emacs 23 (unicode)" in comment.
19674
19675         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19676         comment.
19677         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19678
19679         * mm-view.el (mm-fill-flowed): Add :version.
19680
19681 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19684         and load-path.
19685
19686 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * message.el: Autoload gmm-image-load-path.
19689         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19690         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19691         consitency.
19692
19693         * gmm-utils.el (gmm-image-load-path): Also search in
19694         "../etc/images".  Don't set gmm-image-load-path if we don't find
19695         the image.
19696
19697 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19698
19699         * gmm-utils.el (gmm-image-load-path): Don't make
19700         `gmm-image-load-path' include subdirectories which the second arg
19701         `image' might specify.
19702
19703         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19704         subdirectory to icon file names.
19705
19706         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19707
19708 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19711         gmm-image-load-path calls.
19712
19713         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19714
19715         * message.el (message-make-tool-bar): Ditto.
19716
19717         * mml.el (mml-preview): Add comment concerning tool bar icons.
19718
19719         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19720         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19721
19722         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19723         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19724
19725         * message.el (message-tool-bar-gnome): Use new icon names.
19726         (message-make-tool-bar): Use `gmm-image-load-path'.
19727
19728         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19729         New functions from MH-E.
19730         (gmm-image-load-path): New variable from MH-E.
19731         (gmm-image-load-path): New function from MH-E.  Add arguments
19732         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19733         *-image-load-path-called-flag.
19734
19735 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19736
19737         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19738
19739 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19740
19741         * nnimap.el (nnimap-request-move-article): Change folder back to
19742         source group before deleting.
19743
19744 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19745
19746         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19747
19748         * gnus-art.el (mm-url-insert-file-contents-external):
19749         Autoload mm-url.
19750
19751         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19752
19753 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19756         coding system which mm-charset-to-coding-system returns for a
19757         given charset is valid.
19758
19759 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19760
19761         * html2text.el (html2text-remove-tag-list):
19762         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19763
19764 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19765
19766         * gnus-cus.el: Revert 2005-10-17 change.
19767
19768 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * gnus-art.el (article-strip-banner):
19771         Call article-really-strip-banner only when the regexp match is made.
19772
19773 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * gnus-art.el (article-strip-banner):
19776         Use gnus-extract-address-components instead of
19777         mail-header-parse-addresses to make it work with non-ASCII text;
19778         remove mail-encode-encoded-word-string.
19779
19780         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19781         values which are surrounded with \"...\"; make it never cause a
19782         Lisp error; give up parsing of parameters if it failed in
19783         extracting type.
19784
19785 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19786
19787         * smime.el (smime-cert-by-ldap-1): Fix bug where
19788         `smime-ldap-search' returns results without userCertificates.
19789
19790 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19793
19794 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19795
19796         * spam.el (spam-check-spamassassin-headers): Adapt format for
19797         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19798         <ari@mbf.ocn.ne.jp>.
19799         (spam-list-of-processors): Add spam-use-gmane.
19800
19801 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19804         make-temp-file; make it work with XEmacs as well.
19805
19806         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19807         mm-make-temp-file.
19808
19809         * mm-decode.el (mm-display-external): Use the 3rd arg of
19810         mm-make-temp-file.
19811         (mm-create-image-xemacs): Ditto.
19812
19813 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19816         with message-narrow-to-headers.
19817         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19818         (gnus-draft-check-draft-articles): New function.
19819         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19820
19821 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * gnus-art.el (gnus-article-browse-html-parts):
19824         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19825         Don't use suffix argument for mm-make-temp-file for Emacs 21
19826         compatibility.  Remove useless `format'.
19827
19828 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19829
19830         * nnweb.el (nnweb-google-wash-article): Update regexps.
19831         (nnweb-group-alist): Use defvoo instead of defvar.
19832
19833 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19836         re-loading nn* modules.
19837
19838 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19839
19840         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19841         for `tool-bar-mode' and don't check it's default-value.
19842
19843         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19844
19845         * message.el (message-make-tool-bar): Ditto.
19846
19847         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19848         `substring'.  Shorten tmp-file name.
19849
19850         * gnus.el: Remove bogus comment.
19851
19852 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19853
19854         * gnus-art.el (gnus-article-browse-html-parts): New function.
19855         (gnus-article-browse-html-article): New function for viewing html
19856         articles with a browser.
19857
19858 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19859
19860         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19861         in elisp.
19862         (pgg-gpg-encrypt-symmetric-region): Ditto.
19863         (pgg-gpg-sign-region): Ditto.
19864
19865         * pgg-def.el (pgg-text-mode): New variable.
19866
19867         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19868         (mml2015-pgg-encrypt): Ditto.
19869
19870         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19871         (mml1991-pgg-encrypt): Ditto.
19872
19873 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * nnfolder.el (nnfolder-insert-newsgroup-line):
19876         Use message-make-date instead of current-time-string.
19877
19878         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19879         to gnus-decoded which mm-uu might set.
19880
19881 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19884         don't decode quoted parameters; remove misimported Emacs code.
19885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19886         (rfc2231-decode-encoded-string): Don't use split-string which
19887         behaves differently according to Emacs version; use
19888         mm-decode-coding-region to convert charset to coding-system.
19889         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19890         (rfc2231-encode-string): Remove misimported Emacs code.
19891
19892 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19893
19894         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19895         when calling mail-header-parse-content-type.
19896         (article-de-quoted-unreadable): Ditto.
19897         (article-de-base64-unreadable): Ditto.
19898         (article-wash-html): Ditto.
19899
19900         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19901         calling mail-header-parse-content-type and
19902         mail-header-parse-content-disposition.
19903         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19904         mail-header-parse-content-type.
19905
19906         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19907         insert charset and format parameters; encode description after
19908         inserting it to buffer.
19909         (mml-insert-parameter): Fold lines properly even if a parameter is
19910         segmented into two or more lines; change the max column to 76.
19911
19912         * rfc1843.el (rfc1843-decode-article-body): Don't use
19913         ignore-errors when calling mail-header-parse-content-type.
19914
19915         * rfc2231.el (rfc2231-parse-string): Return at least type if
19916         possible; don't cause an error even if it fails in parsing of
19917         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19918         (rfc2231-encode-string): Don't break lines at the beginning, leave
19919         it to mml-insert-parameter.
19920
19921         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19922         calling mail-header-parse-content-type.
19923
19924 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19925
19926         * spam-report.el (spam-report-gmane-use-article-number):
19927         Improve doc string.
19928         (spam-report-gmane-internal): Check if a suitable header was found
19929         in the article.
19930
19931 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19934         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19935
19936 2006-02-05  Romain Francoise  <romain@orebokech.com>
19937
19938         Update copyright notices of all files in the gnus directory.
19939
19940 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19941
19942         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19943
19944 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19947         segmented lines of parameter value to cope with Thunderbird 1.5
19948         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19949         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19950         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19951
19952 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19953
19954         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19955         parts.
19956
19957 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19958
19959         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19960         there's only one active file for all servers.
19961         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19962         solid groups.  Gnus might have used a FAST request to select the group.
19963         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19964         and nnweb-search redundantly in the active file.
19965         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19966         (nnweb-request-create-group): Don't use ARGS.
19967         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19968         initializations.  Let nnoo do the work.
19969
19970 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19973         Say the part has been decoded.
19974
19975         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19976
19977 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19978
19979         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19980         mailcap-viewer-test-cache when there's no 'test clause, since that
19981         will invert the meaning of a "nil" test previously determined by
19982         mailcap-mailcap-entry-passes-test.
19983
19984 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19987         compiling.
19988
19989         * gnus-sum.el: Ditto.
19990
19991         * message.el: Don't bind tool-bar-map when compiling.
19992
19993 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19996
19997 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19998
19999         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20000         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20001         current Google Groups.
20002
20003 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20004
20005         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20006         and tool-bar-mode.
20007
20008         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20009         and tool-bar-mode.
20010
20011         * message.el (message-tool-bar-update): Simplify.
20012         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20013
20014         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20015         gnus-summary-buffer.
20016         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20017         gnus-summary-reply.
20018
20019         * gmm-utils.el (gmm): Add :version.
20020
20021 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * Makefile.in (clean): New rule.
20024         (distclean): Use it.
20025
20026 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20027
20028         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20029         Don't autoload.
20030
20031 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * gmm-utils.el (gmm-verbose): Add :group.
20034
20035 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20036
20037         * message.el: Change some comments WRT tool-bars.
20038
20039         * gnus-sum.el (gnus-summary-tool-bar)
20040         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20041         (gnus-summary-tool-bar-zap-list): New variables.
20042         (gnus-summary-make-tool-bar): Complete rewrite using
20043         `gmm-tool-bar-from-list'.
20044
20045         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20046         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20047         New variables.
20048         (gnus-group-make-tool-bar): Complete rewrite using
20049         `gmm-tool-bar-from-list'.
20050         (gnus-group-tool-bar-update): New function.
20051
20052         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20053
20054 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20057         is dissected into a single part of which the type is the same as
20058         the given one; decode charset.
20059
20060 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20061
20062         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20063         into alists as symbol not string, since that's what
20064         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20065         look for.
20066
20067 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20068
20069         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20070         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20071
20072         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20073
20074 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20077         (gnus-xmas-mime-security-button-menu): New function.
20078
20079         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20080         (gnus-mime-security-button-menu): New definition.
20081         (gnus-mime-security-button-map): Use them.
20082         (gnus-mime-security-button-menu): New function.
20083         (gnus-insert-mime-security-button): Addition to help echo.
20084         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20085         (gnus-mime-security-pipe-part): New functions.
20086
20087         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20088         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20089
20090         * mm-decode.el (mm-handle-set-disposition): Remove.
20091         (mm-handle-set-description): Remove.
20092
20093 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20094
20095         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20096         (mm-w3m-standalone-supports-m17n-p): New function.
20097         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20098         w3m usage.
20099
20100         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20101         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20102
20103 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20104
20105         * message.el (message-tool-bar-zap-list):
20106         Use gmm-tool-bar-zap-list as custom type.
20107         (message-tool-bar-update): New function.
20108         (message-tool-bar, message-tool-bar-gnome)
20109         (message-tool-bar-retro): Add message-tool-bar-update.
20110         (message-tool-bar-gnome): Add flyspell-buffer.
20111
20112         * gnus-util.el (gnus-error): Describe `args'.
20113
20114         * gmm-utils.el (gmm-error): Describe `args'.
20115         (gmm-tool-bar-zap-list): New widget.
20116         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20117
20118 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20121         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20122         the number of recursive calls.
20123
20124         * mm-decode.el (mm-handle-set-disposition): New macro.
20125         (mm-handle-set-description): New macro.
20126
20127 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20130         encoding.
20131
20132 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * message.el (message-tool-bar-zap-list, message-tool-bar)
20135         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20136         (message-tool-bar-local-item-from-menu): Remove.
20137         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20138         (message-make-tool-bar): New function.
20139         (message-mode): Use `message-make-tool-bar'.
20140
20141         * gmm-utils.el: New file.
20142         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20143         (gmm-lazy): New widget copied from `nnmail.el'.
20144         (gmm-tool-bar-from-list): New function for creating customizable
20145         tool bars.
20146         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20147         output.
20148         (gmm): Add :prefix to defgroup.
20149
20150 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20151
20152         * gmm-utils.el (gmm-widget-p): New function.
20153
20154 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20155
20156         * mml.el (mml-attach-file): Describe `description' in doc string.
20157         (mml-menu): Add Emacs MIME manual and PGG manual.
20158
20159 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20160
20161         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20162
20163 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20164
20165         * nntp.el (nntp-end-of-line): Doc fix.
20166
20167 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20168
20169         * imap.el (imap-open): Handle case where buffer is a buffer
20170         object.
20171
20172 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20173
20174         * gnus-delay.el (gnus-delay): Don't autoload.
20175         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20176         to be re-loaded when customizing the `gnus-delay' group.
20177
20178 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20179
20180         * message.el (message-insert-citation-line): Use newlines.
20181
20182 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20183
20184         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20185         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20186         these routines, so the passphrase can be managed externally and
20187         passed in to the system.
20188         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20189         pgg-add-passphrase-to-cache function.
20190
20191         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20192         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20193         these routines, so the passphrase can be managed externally and
20194         passed in to the system.
20195         (pgg-pgp5-sign-region): Use new name of
20196         pgg-add-passphrase-to-cache function.
20197
20198 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20199
20200         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20201         part of the decoded armor to find the key-identifier.
20202         (pgg-gpg-lookup-key-owner): New function to return the
20203         human-readable identifier of a key owner.
20204         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20205         itself.
20206         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20207         the key value) if we have a key and can match it against a secret
20208         key.  Also, added a note pointing out fact that the prompt only
20209         indicates the first matching key.
20210
20211         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20212         pgg-decrypt-region.
20213         (pgg-add-passphrase-to-cache): Rename from
20214         `pgg-add-passphrase-cache' to reduce confusion (all callers
20215         changed).
20216         (pgg-remove-passphrase-from-cache): Rename from
20217         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20218         changed).
20219         (pgg-read-passphrase, pgg-add-passphrase-cache)
20220         (pgg-remove-passphrase-cache): Add informative docstrings.
20221         (pgg-decrypt): Convey provided passphrase in subordinate call to
20222         pgg-decrypt-region.
20223
20224 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20225
20226         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20227         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20228         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20229         'passphrase' argument, so the passphrase can be managed externally
20230         and then passed in to the system.
20231
20232         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20233         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20234         so the passphrase cache can be used reliably with identifiers
20235         besides a pgp packet's key id.
20236
20237         * pgg-gpg.el (pgg-gpg-encrypt-region)
20238         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20239         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20240         these routines, so the passphrase can be managed externally and
20241         passed in to the system.
20242
20243         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20244         'notruncate' argument, so the passphrase cache can be used
20245         reliably with identifiers besides a pgp packet's key id.
20246
20247 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20248
20249         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20250         symmetric encryption.
20251         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20252         encrypted session key.
20253         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20254         message ask for the passphrase in a proper way.
20255
20256         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20257         New user commands for symmetric encryption.
20258
20259 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20262
20263         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20264
20265 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20266
20267         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20268
20269 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * mm-decode.el (mm-inlined-types): Add application/pgp.
20272         (mm-automatic-display): Ditto.
20273
20274         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20275         part as text.
20276
20277 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20278
20279         * nnrss.el: Update copyright.
20280         (nnrss-opml-import): Query whether to subscribe to each entry.
20281
20282         * gnus-art.el:
20283         * gnus-sum.el:
20284         * gnus-xmas.el:
20285         * messagexmas.el:
20286         * mm-uu.el:
20287         * mm-view.el: Update copyright.
20288
20289 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20290
20291         * message.el (message-info): New function.
20292         (message-mode-menu): Add it.
20293         Update copyright.
20294
20295         * ChangeLog: Fix and update copyright.
20296
20297 2006-01-13  Romain Francoise  <romain@orebokech.com>
20298
20299         * message.el (message-forward-subject-name-subject): Prefer the
20300         address to 'nowhere' if the sender has no name.
20301         Fix typo.  Update copyright year.
20302
20303 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * gnus-art.el (article-wash-html):
20306         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20307         (gnus-article-wash-html-with-w3m-standalone): New function.
20308
20309         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20310         mm-inline-text-html-render-with-w3m-standalone.
20311         (mm-text-html-washer-alist): Map w3m-standalone to
20312         gnus-article-wash-html-with-w3m-standalone.
20313         (mm-inline-text-html-render-with-w3m-standalone): New function.
20314
20315 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20316
20317         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20318         Improve LaTeX.
20319
20320 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20323         (nnrss-request-article): Render text/plain parts as HTML.
20324
20325         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20326         the buffer.
20327
20328 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20329
20330         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20331         custom definition of `gnus-posting-styles'.
20332
20333         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20334         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20335
20336 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20339         Use nntp for bug archive.
20340
20341 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20342
20343         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20344         parts.
20345         (nnrss-normalize-date): New function converts ISO 8601 date into
20346         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20347         (nnrss-check-group): Use it.
20348
20349 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20352
20353         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20354         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20355         (nnrss-insert-w3): Ditto.
20356
20357 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20360         the articles to be forwarded including the case where neither a
20361         number of articles nor a region is specified.
20362
20363 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * nnrss.el (nnrss-request-article): Fix last change; fill
20366         text/plain parts.
20367
20368 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20371         in text/plain part.
20372         (nnrss-check-group): Don't add excessive newline to dc:subject.
20373
20374 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20375
20376         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20377         article.
20378
20379 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20380
20381         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20382         (nnml-use-compressed-files, nnml-save-mail): Support other
20383         comression programs such as bzip2.
20384
20385 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20386
20387         * dns.el (query-dns): Make sure we check the buffer size before
20388         removing tcp headers.
20389
20390 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20391
20392         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20393         remove MIME buttons associated with multipart/alternative parts.
20394         (gnus-mime-display-alternative): Tag buttons using `article-type'
20395         text property.
20396
20397         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20398         associated with multipart/alternative parts.
20399
20400         * gnus-art.el (gnus-signature-separator): Fix custom type.
20401
20402         * mm-decode.el (mm-inlined-types): Fix custom type.
20403         (mm-keep-viewer-alive-types): Ditto.
20404         (mm-automatic-display): Ditto.
20405         (mm-attachment-override-types): Ditto.
20406         (mm-inline-override-types): Ditto.
20407         (mm-automatic-external-display): Ditto.
20408
20409 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20410
20411         * spam-report.el (spam-report-user-mail-address)
20412         (spam-report-user-agent): New variables.
20413         (spam-report-url-ping-plain): Use spam-report-user-agent.
20414
20415 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20416
20417         * gnus-art.el (gnus-button-handle-custom): Do not just use
20418         `customize-apropos' for any "M-x customize-*" button but the
20419         function called for.  Accept both the function name and its
20420         argument in order to achieve this.
20421         (gnus-button-alist): Remove support for "custom:" URL's.
20422         Pass function name to `gnus-button-handle-custom' in case of "M-x
20423         customize-*" buttons.
20424
20425 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20428         multipart/alternative and add xref to mm-discouraged-alternatives
20429         in doc string.
20430
20431         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20432         gnus-buttonized-mime-types in doc string.
20433
20434 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20437         Suggest image/.* in the doc string.
20438
20439 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20440
20441         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20442         message-marks (Debian bug#342521).
20443
20444 2005-12-12  Simon Josefsson  <jas@extundo.com>
20445
20446         * password.el (password-read-from-cache): Add.
20447         (password-read): Use it.
20448
20449 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * rfc2047.el (rfc2047-charset-to-coding-system):
20452         Recognize us-ascii as a MIME charset.
20453
20454         * mm-bodies.el (mm-decode-content-transfer-encoding):
20455         Protect against the case where the 2nd arg TYPE is nil.
20456
20457 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * pop3.el (pop3-stream-type): Fix custom version.
20460
20461         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20462
20463 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20464
20465         * mm-decode.el (mm-display-external): Add missing cdr.
20466
20467 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20470         RFC1524) if it is in mailcap or add a suffix according to
20471         mailcap-mime-extensions when generating a temp filename; postpone
20472         deleting a temp file for 2 seconds for some wrappers, shell
20473         scripts, and so on, which might exit right after having started a
20474         viewer command as a background job.
20475
20476 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20477
20478         * nntp.el (nntp-marks-directory): Fix custom group.
20479
20480         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20481         steps when < 10.
20482
20483         * gnus-start.el (gnus-no-server-1):
20484         Mention `gnus-level-default-subscribed' in doc string.
20485
20486 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20487
20488         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20489         parens.
20490
20491 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * gnus-xmas.el (gnus-use-toolbar): Revert.
20494         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20495         gnus-use-toolbar is default.
20496
20497         * messagexmas.el (message-use-toolbar): Revert.
20498         (message-setup-toolbar): Use global default-toolbar if
20499         message-use-toolbar is default.
20500
20501 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20504         according to default-toolbar-visible-p.
20505
20506         * messagexmas.el (message-use-toolbar): Ditto.
20507
20508 2005-11-26  Dave Love  <fx@gnu.org>
20509
20510         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20511         (tls-program, tls-success): Provide openssl alternative.
20512
20513         * starttls.el: Doc fixes.
20514         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20515         SERVICE to PORT.
20516
20517         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20518         port null or service name.
20519         (starttls-negotiate): Autoload.
20520
20521 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * message.el (message-kill-to-signature): Fix interactive spec.
20524
20525 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * pop3.el (pop3-open-server): Recognize a string as a service name.
20528
20529 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20530
20531         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20532
20533 2005-11-23  Dave Love  <fx@gnu.org>
20534
20535         Add pop3s, pop3/starttls.
20536
20537         * pop3.el (pop3-authentication-scheme): Clarify doc.
20538         (open-tls-stream, starttls-open-stream): Autoload.
20539         (pop3-stream-type): New.
20540         (pop3-open-server): Use it.
20541
20542         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20543         for POP.
20544         (mail-source-keyword-map): Add :stream for POP.
20545         (mail-source-fetch-pop): Use pop3-stream-type.
20546
20547 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20550         of current-time-string.
20551
20552 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20553
20554         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20555         date header.
20556
20557 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20558
20559         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20560         it can seriously impact performance as it bypasses the agent's
20561         local caches.
20562
20563 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20564
20565         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20566         must be explicitly online rather than "not explicitly offline" for
20567         its flags to be synchronized.
20568
20569         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20570         that gnus-uu-unmark-thread will function correctly.
20571
20572         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20573         1024K is instead displayed as 1M.
20574
20575 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20576
20577         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20578
20579 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20580
20581         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20582
20583 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20584
20585         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20586         error message to display actual error condition.
20587         (gnus-agent-save-local): Avoid saving symbols that are bound to
20588         nil as they simply result in a warning message in
20589         gnus-agent-read-local.
20590
20591 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20592
20593         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20594         rather than make-variable-buffer-local for file-precious-flag.
20595
20596 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20597
20598         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20599         for duplicates which are removed.  The invalid sort check then
20600         triggers a rescan after the sort as sorting may have moved
20601         duplicate entries such that they can be cheaply detected.
20602
20603 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20606
20607 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20608
20609         * gnus-agent.el (gnus-agent-article-alist-save-format):
20610         Change internal variable to a custom variable.  Change default value
20611         from compressed(2) to uncompressed(1).
20612         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20613         support for uncompressed agentview files.  Taken together, reading
20614         the agentview file should now be 6-7 times faster.
20615
20616 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20617
20618         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20619         as a buffer-local variable.  This avoids creating truncated
20620         dribble files as a result of a hang up, eg.
20621
20622 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20623
20624         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20625         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20626         XEmacs.
20627
20628 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20629
20630         * gnus-start.el (gnus-start-draft-setup):
20631         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20632
20633         * gnus.el (gnus-splash): Change custom group.
20634         (gnus-group-get-parameter, gnus-group-parameter-value):
20635         Describe allow-list argument.
20636
20637         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20638         string.
20639
20640 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20641
20642         * gnus-art.el (gnus-default-article-saver): Add user-defined
20643         `function' to custom type.
20644
20645 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20646
20647         * imap.el (imap-open): Handle case where buffer is a buffer
20648         object.
20649
20650 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20651
20652         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20653         long lines.
20654         (gnus-cache-delete-group): Wrap doc strings.
20655
20656         * gnus-agent.el (gnus-agent-rename-group)
20657         (gnus-agent-delete-group): Wrap doc strings.
20658
20659 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * messagexmas.el (message-use-toolbar): Change the valid values
20662         into default, top, bottom, left, and right.
20663         (message-toolbar-thickness): New variable.
20664         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20665         well.
20666         (message-setup-toolbar): Make it work.
20667
20668         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20669         (gnus-use-toolbar): Change the valid values into default, top,
20670         bottom, left, and right.
20671         (gnus-toolbar-thickness): New variable.
20672         (gnus-xmas-setup-toolbar): New function.
20673         (gnus-xmas-setup-group-toolbar): Use it.
20674         (gnus-xmas-setup-summary-toolbar): Use it.
20675
20676 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20677
20678         * gnus-start.el (gnus-1): Add "native" to
20679         gnus-predefined-server-alist.
20680
20681         * gnus.el (gnus-method-to-server): Don't add "native" to the
20682         lists here, because that leads to problems when
20683         gnus-select-method is bound.
20684
20685 2005-11-09  Simon Josefsson  <jas@extundo.com>
20686
20687         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20688         use (not sort-by-date) instead.
20689
20690 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20691
20692         * gnus-delay.el (gnus-delay-group): Don't autoload.
20693         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20694         to be re-loaded when customizing the `gnus-delay' group.
20695
20696 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20697
20698         * message.el: Revert last changes.
20699         (message-insert-citation-line): Use newlines.
20700
20701 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20702
20703         * message.el (message-courtesy-message)
20704         (message-mark-insert-begin, message-mark-insert-end)
20705         (message-elide-ellipsis, message-cancel-message)
20706         (message-add-header, message-change-subject)
20707         (message-cross-post-followup-to-header)
20708         (message-cross-post-insert-note, message-reduce-to-to-cc)
20709         (message-widen-reply, message-delete-not-region)
20710         (message-kill-to-signature, message-insert-signature)
20711         (message-insert-importance-high, message-insert-importance-low)
20712         (message-insert-or-toggle-importance)
20713         (message-insert-disposition-notification-to)
20714         (message-indent-citation, message-yank-original)
20715         (message-cite-original-without-signature, message-cite-original)
20716         (message-insert-citation-line, message-position-on-field)
20717         (message-fix-before-sending, message-send-mail-partially)
20718         (message-send-mail, message-send-mail-with-sendmail)
20719         (message-send-mail-with-qmail, message-send-news)
20720         (message-check-news-header-syntax, message-generate-headers)
20721         (message-insert-courtesy-copy, message-fill-address)
20722         (message-fill-header, message-shorten-references)
20723         (message-setup-1, message-cancel-news)
20724         (message-forward-make-body-plain, message-forward-make-body-mime)
20725         (message-forward-make-body-mml, message-encode-message-body)
20726         (message-forward-make-body-digest-plain)
20727         (message-forward-make-body-digest-mime)
20728         (message-use-alternative-email-as-from): Insert `hard-newline'
20729         instead of ordinary newlines.
20730
20731 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * message.el (message-generate-headers): Downcase the argument
20734         given to message-check-element.
20735
20736 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20737
20738         * nntp.el (nntp-authinfo-rejected): New error condition.
20739         (nntp-wait-for): Use new error condition to signal authentication
20740         error.
20741         (nntp-retrieve-data): Rethrow new error condition to break out of
20742         recursive call to nntp-send-authinfo.
20743
20744 2005-11-08  Romain Francoise  <romain@orebokech.com>
20745
20746         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20747         (gnus-summary-exit-map): Bind to `Z p'.
20748         (gnus-summary-make-menu-bar): Add menu item.
20749
20750 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20753         (gnus-treat-*): Add `first' in all doc strings.
20754
20755         * gnus-group.el (gnus-group-compact-group): Fix typo.
20756
20757 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * gnus.el (gnus-parameters-case-fold-search): New variable.
20760         (gnus-parameters-get-parameter): Use it.
20761
20762         * gnus-score.el (gnus-home-score-file): Doc fix.
20763
20764 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20765
20766         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20767
20768 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * mm-util.el (mm-special-display-p): New function.
20771
20772         * mml.el (mml-preview): Use it; doc fix.
20773
20774 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20775
20776         * imap.el (imap-open): Handle case where buffer is a buffer object.
20777
20778 2005-10-29  Romain Francoise  <romain@orebokech.com>
20779
20780         * message.el (message-fix-before-sending): Fix comment.
20781
20782 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20783
20784         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20785
20786 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20787
20788         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20789         Used in gnus-score.el.
20790
20791 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20792
20793         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20794
20795 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20796
20797         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20798         whitespace removed in revision 7.8.  Use concatenated string to
20799         protect trailing whitespace.
20800
20801 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20802
20803         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20804         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20805         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20806         Courier IMAP ("some version from 2004").  Mostly based on similar
20807         code in the same function.
20808
20809 2005-10-26  Didier Verna  <didier@xemacs.org>
20810
20811         * gnus-group.el (gnus-group-compact-group): Invalidate original
20812         article buffer.
20813         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20814         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20815         NOV database and in article itself.
20816         Invalidate article backlog.
20817
20818 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20819
20820         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20821
20822 2005-10-26  Simon Josefsson  <jas@extundo.com>
20823
20824         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20825         part of 2004-07-25 change.
20826
20827 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * message.el (message-display-completion-list): New function.
20830         (message-expand-group): Use it; make sure the Completions buffer
20831         is modifiable.
20832 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20833
20834         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20835         user-mail-name is an empty string.
20836
20837 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20840         depending on gnus-score-decay-constant.
20841
20842         * encrypt.el (encrypt-insert-file-contents)
20843         (encrypt-write-file-contents): Don't use `gnus-message'.
20844
20845         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20846         arguments.
20847         (mm-uu-type-alist): Add message-marks and insert-marks.
20848         Pass arguments to mm-uu-verbatim-marks-extract.
20849         (mm-uu-hide-markers): New variable.
20850         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20851
20852         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20853         (gnus-convert-image-to-face-command): Use "convert" by default to
20854         allow other input image formats.
20855         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20856         accordingly.
20857
20858 2005-10-23  Simon Josefsson  <jas@extundo.com>
20859
20860         * imap.el (imap-gssapi-program): Align command line parameters
20861         with latest GNU SASL.
20862         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20863
20864 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20865
20866         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20867         HTML.
20868         (nnslashdot-request-article): Ditto.
20869
20870         * lpath.el (featurep): Add nobreak-char-display.
20871
20872 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20873
20874         * mail-source.el (mail-source-fetch-pop): Require pop3.
20875         (mail-source-check-pop): Ditto.
20876
20877 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20880         errors.
20881
20882 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20883
20884         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20885         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20886
20887         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20888
20889         * mm-bodies.el (mm-decode-string):
20890         Call `mm-charset-to-coding-system' with allow-override argument.
20891
20892 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20895         (rfc2047-charset-to-coding-system): New function.
20896         (rfc2047-decode-encoded-words): New function.
20897         (rfc2047-decode-region): Use them.
20898         (rfc2047-decode-cte): Remove.
20899         (rfc2047-parse-and-decode): Remove.
20900         (rfc2047-decode): Remove.
20901
20902 2005-10-15  Kenichi Handa  <handa@m17n.org>
20903
20904         * rfc2047.el (rfc2047-decode-cte): New function.
20905         (rfc2047-decode-region): Change the way to decode successive
20906         encoded-words: decode B- or Q-encoding in each encoded-word,
20907         concatenate them, and decode it as charset.
20908
20909 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * lpath.el: Fbind codepage-setup for XEmacs.
20912
20913 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20914
20915         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20916         widget-move-and-invoke.
20917         (gnus-custom-mode): Use gnus-custom-map.
20918
20919 2005-10-15  Bill Wohler  <wohler@newt.com>
20920
20921         * message.el (message-tool-bar-map): Rename image file from
20922         mail_send to mail/send.
20923
20924 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20925
20926         * message.el (message-expand-group): Pass the common
20927         prefix substring of completion to `display-completion-list'.
20928
20929 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20930
20931         * mml-sec.el (mml-secure-method): New internal variable.
20932         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20933         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20934         New functions using mml-secure-method.
20935
20936         * mml.el (mml-mode-map): Add key bindings for those functions.
20937         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20938         Harder <harder@myrealbox.com>.
20939         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20940         Goto end of message if point is the headers of the message.
20941
20942         * message.el (message-in-body-p): New function.
20943
20944         * assistant.el: Autoload gnus-util and netrc.
20945
20946         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20947         Use `mm-charset-override-alist' only when decoding.
20948
20949         * mm-bodies.el (mm-decode-body):
20950         Call `mm-charset-to-coding-system' with allow-override argument.
20951
20952         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20953         `filename' from Content-Disposition if Content-Type doesn't
20954         provide `name'.
20955         (gnus-mime-view-part-as-type): Set default instead of
20956         initial-input.
20957
20958 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20959
20960         * format-spec.el (format-spec): Propagate text properties of % spec.
20961
20962 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20963
20964         * gnus-art.el (gnus-treat-predicate): Add `first'.
20965
20966 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20967
20968         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20969         (mm-charset-override-alist): New variable.
20970         (mm-charset-to-coding-system): Use it.
20971         (mm-codepage-setup): New helper function.
20972         (mm-charset-eval-alist): New variable.
20973         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20974         Warn about unknown charsets.
20975
20976         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20977
20978 2005-10-04  David Hansen  <david.hansen@gmx.net>
20979
20980         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20981         (nnrss-check-group): Ditto.
20982
20983 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20984
20985         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20986         Rename x-gnus-verbatim to x-verbatim.
20987         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20988
20989         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20990         x-verbatim.
20991
20992         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20993
20994         * gnus-util.el (gnus-remove-duplicates): Remove.
20995
20996         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20997         instead of gnus-remove-duplicates.
20998
20999         * message.el (message-remove-duplicates): Remove.
21000         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21001         message-remove-duplicates.
21002
21003         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21004         available, else use implementation from `delete-dups'.
21005
21006         * message.el (message-insert-expires): New function.
21007         (message-mode-map): Add key binding.
21008         (message-mode-field-menu): Add menu entry.
21009         (message-mode): Document it.
21010         (message-make-expires-date): Use `message-make-date'.
21011
21012 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21013
21014         * message.el (message-make-expires-date): New function.
21015
21016 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21017
21018         * Makefile.in (list-installed-shadows): New entry.
21019         (install): Use it.
21020         (remove-installed-shadows): New entry.
21021
21022         * dgnushack.el (dgnushack-default-load-path): New variable.
21023         (dgnushack-find-lisp-shadows): New function.
21024         (dgnushack-remove-lisp-shadows): New function.
21025
21026 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * Makefile.in (install-el-elc): New entry.
21029         (install): Use it so that .el files are necessarily installed.
21030
21031 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21032
21033         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21034
21035 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21036
21037         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21038         function rather than the diff-mode.el package.
21039         (mm-display-external): Use with-current-buffer.
21040         (mm-viewer-completion-map, mm-viewer-completion-map):
21041         Move initialization inside declaration.
21042
21043 2005-09-29  Simon Josefsson  <jas@extundo.com>
21044
21045         * spam.el: Load hashcash when compiling, to avoid warnings.
21046         Don't autoload mail-check-payment.
21047         (spam-check-hashcash): Define unconditionally, since hashcash.el
21048         is part of Gnus now.  Ignore errors from payment checking.
21049
21050 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21051
21052         * message.el (message-bold-region, message-unbold-region):
21053         Rename from `bold-region' and `unbold-region'.
21054
21055         * message.el: Remove useless autoloads.
21056
21057 2005-09-28  Simon Josefsson  <jas@extundo.com>
21058
21059         * message.el (message-use-idna): Default to t.
21060         (message-use-idna): Test whether encoding works too.  Doc fix.
21061
21062 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * nntp.el (nntp-warn-about-losing-connection): Remove.
21065
21066 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21067
21068         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21069         customizable.  Change default value.
21070         (mm-uu-diff-groups-regexp): Change default value.
21071         (mm-uu-type-alist): Add doc string.
21072         (mm-uu-configure): Add doc string.  Make it interactive.
21073         (mm-uu-tex-groups-regexp): New variable.
21074         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21075         (mm-uu-type-alist): Add LaTeX documents.
21076         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21077         of "text/verbatim".
21078         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21079
21080         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21081         instead of "text/verbatim".
21082
21083         * message.el (message-mark-inserted-region)
21084         (message-mark-insert-file): Use slrn style marks when called with
21085         prefix argument.
21086
21087 2005-09-27  Simon Josefsson  <jas@extundo.com>
21088
21089         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21090
21091 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21092
21093         * message.el (message-remove-duplicates): New function.
21094         Implementation borrowed from `gnus-remove-duplicates'.
21095         (message-idna-to-ascii-rhs): Also encode idna addresses in
21096         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21097         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21098         only ask about the same idna domain once per header and also tell
21099         in what header to replace the idna domain.
21100
21101         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21102         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21103         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21104         a header is decoded and not just the last one.
21105
21106 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21109         has been decoded.
21110
21111         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21112         (mm-insert-part): Don't modify text if it has been decoded.
21113
21114         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21115         decoded.
21116
21117         * mm-view.el (mm-inline-text): Don't strip text props unless
21118         decoding enriched or richtext parts.
21119
21120 2005-09-25  Romain Francoise  <romain@orebokech.com>
21121
21122         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21123         * gnus-start.el (gnus-subscribe-interactively):
21124         * gnus-uu.el (gnus-uu-grab-articles):
21125         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21126         space.
21127
21128 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21129
21130         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21131         * mm-view.el (mm-view-pkcs7-decrypt):
21132         * gnus-sum.el (gnus-summary-limit-to-extra)
21133         (gnus-summary-respool-article, gnus-read-move-group-name):
21134         * gnus-score.el (gnus-summary-increase-score):
21135         * gnus-util.el (gnus-completing-read-with-default):
21136         * gnus-art.el (gnus-read-save-file-name)
21137         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21138         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21139         * message.el (message-check-news-header-syntax):
21140         Follow convention for reading with the minibuffer.
21141
21142 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21143
21144         * spam-report.el (spam-report-url-ping-plain):
21145         Use gnus-extended-version as User-Agent.
21146
21147         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21148         default value is nil.
21149
21150         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21151         (mm-uu-verbatim-marks-extract): New function.
21152         (mm-uu-extract): New face.
21153         (mm-uu-copy-to-buffer): Use it.
21154
21155         * spam-report.el (spam-report-gmane-ham): Rename from
21156         `spam-report-gmane-unspam'.
21157         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21158         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21159
21160         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21161         Autoload.
21162         (spam-report-gmane-unregister-routine):
21163         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21164
21165 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21166
21167         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21168         (spam-report-gmane-unregister-routine): Add support for gmane
21169         unregistration.
21170
21171         * spam-report.el (spam-report-gmane-unspam)
21172         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21173         (spam-report-gmane): Change to take a single article and do unspam
21174         registration.
21175
21176 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21177
21178         * mm-url.el (mm-url-decode-entities): Fix regexp.
21179
21180 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21181
21182         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21183         default to nil, to be able to use Gnus at all.  If the default
21184         switches to something else, then the function should be fixed not
21185         be exceedingly slow.
21186
21187 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21188
21189         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21190         fail hard.
21191
21192         * spam-report.el: Add better Keywords line.
21193
21194         * spam.el: Add Maintainer and better Keywords line.
21195
21196 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21197
21198         * gnus-art.el (gnus-article-replace-part)
21199         (gnus-mime-replace-part): New functions.
21200         (gnus-mime-action-alist, gnus-mime-button-commands)
21201         (gnus-mime-save-part-and-strip): Add file argument.
21202         (gnus-article-part-wrapper): Add interactive argument.
21203
21204         * gnus-sum.el (gnus-summary-mime-map):
21205         Add `gnus-article-replace-part'.
21206
21207 2005-09-19  Didier Verna  <didier@xemacs.org>
21208
21209         The nnml compaction feature:
21210         * nnml.el (nnml-request-compact-group): New function.
21211         * nnml.el (nnml-request-compact): New function.
21212         * gnus-int.el (gnus-request-compact-group): New function.
21213         * gnus-int.el (gnus-request-compact): New function.
21214         * gnus-group.el (gnus-group-compact-group): New function.
21215         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21216         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21217         * gnus-srvr.el (gnus-server-compact-server): New function.
21218         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21219         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21220
21221 2005-09-18  Deepak Goel  <deego@gnufans.org>
21222
21223         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21224         format spec.
21225
21226 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21229
21230 2005-09-15  Romain Francoise  <romain@orebokech.com>
21231
21232         * message.el (message-fill-paragraph): Clarify docstring.
21233
21234 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * gnus-art.el (gnus-mime-display-part): Protect against broken
21237         MIME messages.
21238
21239 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21240
21241         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21242         before parsing header.
21243
21244 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21245
21246         * html2text.el (html2text-replace-list): Add new entities.
21247
21248 2005-09-11  Romain Francoise  <romain@orebokech.com>
21249
21250         * message.el (message-alternative-emails): Improve docstring.
21251         (message-setup-1): Call `message-use-alternative-email-as-from'
21252         after `message-setup-hook' to give it precedence over posting
21253         styles, etc.
21254         (message-use-alternative-email-as-from): Add docstring.
21255         Remove the original From header if present.
21256
21257         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21258         (nnml-save-mail): Use it.
21259
21260         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21261         articles.  Add new argument `silent'.
21262         (gnus-uu-mark-all): Report the total number of marked articles.
21263
21264 2005-09-10  Romain Francoise  <romain@orebokech.com>
21265
21266         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21267         (gnus-uu-mark-series): Likewise.
21268
21269 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21270
21271         * spam-report.el (spam-report-gmane): Fix generation of spam
21272         report URL.
21273
21274 2005-09-10  Simon Josefsson  <jas@extundo.com>
21275
21276         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21277         t, based on discussion on the ding list with Robert Epprecht
21278         <epprecht@solnet.ch>.
21279
21280 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21281
21282         * spam-report.el (spam-report-gmane): Make it work without
21283         X-Report-Spam header.  Gmane now only provides Archived-At.
21284         This is only used if `spam-report-gmane-use-article-number' is nil.
21285         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21286
21287         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21288         make `gnus-summary-sort-by-recipient' work with threading.
21289
21290         * nnweb.el (nnweb-google-wash-article): Print a message if article
21291         is not available.
21292
21293 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21294
21295         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21296         change.  Decode text/* parts content before displaying.
21297
21298 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21299
21300         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21301
21302 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21305
21306         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21307         url-package-name, url-package-version,
21308         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21309         w3m-display-inline-images, and w3m-minor-mode-map.
21310
21311 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21312
21313         * message.el (message-tab-body-function): Fix mismatched custom type.
21314
21315         * gnus.el (gnus-group-change-level-function): Ditto.
21316
21317         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21318
21319         * gnus-art.el (gnus-signature-limit)
21320         (gnus-article-mime-part-function): Ditto.
21321
21322 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * mml.el (mml-mode): Silence the byte compiler.
21325
21326         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21327         using `(sit-for 0)' before moving the point to the specified part;
21328         skip unbuttonized parts.
21329         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21330         return to the summary window if gnus-auto-select-part is non-nil.
21331
21332 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21335         New variables.
21336         (mml-dnd-attach-file, mml-mode): Use them.
21337
21338         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21339         Make fetching article by MID work again for Google Groups.
21340         Add FIXME concerning gnus-group-make-web-group.
21341
21342         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21343         Don't depend on Gnus by using mail-extract-address-components if
21344         gnus-extract-address-components is not bound.
21345
21346 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21347
21348         * gnus-art.el (gnus-mime-display-security): Don't display the
21349         signature, but only the signed part.
21350
21351 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21354
21355         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21356         list, not listp.
21357
21358 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21359
21360         * mm-encode.el (mm-encode-content-transfer-encoding):
21361         Likewise when encoding.
21362
21363         * mm-bodies.el (mm-decode-content-transfer-encoding):
21364         De-canonicalize CRLF for all text content types, not just
21365         text/plain.
21366
21367 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21368
21369         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21370         valid article; point arrow and cursor at the MIME button.
21371
21372 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21375         Suggested by Dan Christensen <jdc@uwo.ca>.
21376
21377         * mm-decode.el (mm-save-part): Enable change of prompt.
21378
21379 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21380
21381         * gnus-msg.el (gnus-inews-add-send-actions):
21382         Make `message-post-method' lambda parameter ARG `&optional'.
21383
21384 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * gnus-sum.el (gnus-summary-mime-map):
21387         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21388         gnus-article-jump-to-part.
21389
21390         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21391         (gnus-article-edit-part): Use it.
21392         (gnus-article-part-wrapper): Add no-handle argument.
21393         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21394         New functions.
21395
21396 2005-08-29  Romain Francoise  <romain@orebokech.com>
21397
21398         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21399         docstring.
21400         (gnus-face-from-file): Likewise.
21401
21402 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21403
21404         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21405         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21406         non-nil.
21407         (gnus-auto-select-part): New variable.
21408         (gnus-article-jump-to-part): New function.
21409         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21410         (gnus-mime-delete-part): Allow selecting specified part after
21411         deleting or stripping parts.
21412         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21413         part if argument is bogus.
21414
21415 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21416
21417         * gnus-art.el (w3m-minor-mode-map):
21418         * gnus-spec.el (gnus-newsrc-file-version):
21419         * gnus-util.el (nnmail-active-file-coding-system)
21420         (gnus-original-article-buffer, gnus-user-agent):
21421         * gnus.el (gnus-ham-process-destinations)
21422         (gnus-parameter-ham-marks-alist)
21423         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21424         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21425         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21426         * mm-decode.el (gnus-current-window-configuration):
21427         * mm-extern.el (gnus-article-mime-handles):
21428         * mm-url.el (url-current-object, url-package-name)
21429         (url-package-version):
21430         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21431         (smime-keys, w3m-cid-retrieve-function-alist)
21432         (w3m-current-buffer, w3m-display-inline-images)
21433         (w3m-minor-mode-map):
21434         * mml-smime.el (gnus-extract-address-components):
21435         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21436         (gnus-newsrc-hashtb, message-default-charset)
21437         (message-deletable-headers, message-options)
21438         (message-posting-charset, message-required-mail-headers)
21439         (message-required-news-headers):
21440         * mml1991.el (mc-pgp-always-sign):
21441         * mml2015.el (mc-pgp-always-sign):
21442         * nnheader.el (nnmail-extra-headers):
21443         * rfc1843.el (gnus-decode-encoded-word-function)
21444         (gnus-decode-header-function, gnus-newsgroup-name):
21445         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21446
21447 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21448
21449         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21450         the end of the date treatments.
21451
21452 2005-08-15  Simon Josefsson  <jas@extundo.com>
21453
21454         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21455         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21456         Capello and Romain Francoise.
21457         (pgg-fetch-key-function): Remove, not used?
21458         (pgg-insert-url-with-w3): Require url, to get
21459         url-insert-file-contents regardless of where it is defined.
21460
21461 2005-08-13  Romain Francoise  <romain@orebokech.com>
21462
21463         * message.el (message-cite-original-1): New function.
21464         (message-cite-original): Use it.
21465         (message-cite-original-without-signature): Ditto.
21466
21467 2005-08-08  Romain Francoise  <romain@orebokech.com>
21468
21469         * message.el (message-yank-empty-prefix): New variable.
21470         (message-indent-citation): Use it.
21471         (message-cite-original-without-signature): Respect X-No-Archive.
21472
21473 2005-08-08  Simon Josefsson  <jas@extundo.com>
21474
21475         * pgg.el: Autoload url-insert-file-contents instead of loading
21476         w3/url.
21477         (pgg-insert-url-with-w3): Don't load url here.
21478
21479 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21480
21481         * message.el (message-kill-to-signature): Don't insert newline at
21482         bol.
21483         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21484
21485 2005-08-06  Romain Francoise  <romain@orebokech.com>
21486
21487         * message.el (message-user-fqdn): Fix typo in docstring.
21488
21489 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21490
21491         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21492
21493         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21494
21495 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * mm-bodies.el (mm-encode-body): Use coding system rather than
21498         charset to encode text.
21499
21500         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21501         number of charsets if utf-8 is available (XEmacs).
21502
21503 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21506         taken from `gnus-button-mid-or-mail-regexp'.
21507         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21508         (gnus-button-alist): Improve regexp for domain part of the MIDs
21509         for news:localpart@domain buttons.
21510         (gnus-button-ctan-directory-regexp): Update.
21511
21512 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21513
21514         * sieve-manage.el (sieve-manage-interactive-login):
21515         Use make-local-variable rather than make-variable-buffer-local.
21516         (sieve-manage-open): Ditto.
21517         (sieve-manage-authenticate): Ditto.
21518
21519         * mml.el (mml-generate-mime-1): Make the content type default to
21520         text/plain if the filename is not specified.
21521
21522 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21523
21524         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21525         instead of insert-buffer.
21526
21527         * message.el (message-yank-original): Ditto; set the mark at the
21528         end of the yanked message.
21529
21530 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21531
21532         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21533         lines to scroll rather than to stop it.
21534
21535         * mml.el (mml-generate-default-type): Add doc string.
21536         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21537         default to application/octet-stream when determining the content
21538         type if it is not specified for the part or the mml contents; add
21539         a comment about mml-generate-default-type.
21540
21541 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21542
21543         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21544         make it default to application/octet-stream when determining the
21545         content type if it is not specified for the external contents.
21546
21547 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21550         segmented parameter but also other parameters might be there.
21551
21552 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * mm-decode.el (mm-display-external): Delete temp file, directory
21555         and buffer immediately if the external process is exited.
21556
21557 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21560         fewer lines than that of scroll-margin.
21561         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21562
21563 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21564
21565         * gnus-art.el (gnus-article-next-page): Revert.
21566         (gnus-article-beginning-of-window): New macro.
21567         (gnus-article-next-page-1): Use it.
21568         (gnus-article-prev-page): Ditto.
21569         (gnus-article-edit-part): Use insert-buffer-substring instead of
21570         insert-buffer.
21571         (gnus-article-edit-exit): Ditto.
21572
21573         * gnus-util.el (gnus-beginning-of-window): Remove.
21574         (gnus-end-of-window): Remove.
21575
21576         * lpath.el: Don't bind header-line-format and scroll-margin.
21577
21578 2005-07-25  Simon Josefsson  <jas@extundo.com>
21579
21580         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21581         to have the url package without w3.  Reported by Daiki Ueno
21582         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21583
21584 2005-07-20  Didier Verna  <didier@xemacs.org>
21585
21586         * gnus-diary.el: Remove the description comment (nndiary is now
21587         properly documented in the Gnus manual).
21588         Fix the spelling of "Back End".
21589         * nndiary.el: Ditto.
21590         Fix the copyright notice.
21591
21592 2005-07-18  Romain Francoise  <romain@orebokech.com>
21593
21594         * gnus-sum.el (gnus-summary-to-prefix)
21595         (gnus-summary-newsgroup-prefix): New variables.
21596         (gnus-summary-from-or-to-or-newsgroups): Use them.
21597
21598 2005-07-17  Romain Francoise  <romain@orebokech.com>
21599
21600         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21601         space as it's generally not especially interesting to the user.
21602
21603 2005-07-16  Romain Francoise  <romain@orebokech.com>
21604
21605         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21606         nil to avoid prompting and file modification if one of the
21607         messages at the top of the nnfolder file contains a copyright
21608         notice.
21609         Update copyright notice.
21610
21611         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21612         instead of `current-time-string' as the latter creates a time
21613         string that is not RFC 2822 compliant (it lacks the zone).
21614         Update copyright notice.
21615
21616 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21617
21618         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21619         for text/rtf.  Display default in prompt.  Pass default for M-n.
21620
21621         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21622
21623 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21624
21625         * gnus-msg.el (gnus-button-mailto):
21626         Remove save-selected-window-window hackery because it relies on
21627         save-selected-window internals.
21628
21629 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21632         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21633         (gnus-article-prev-page): Ditto.
21634
21635         * gnus-util.el (gnus-beginning-of-window): New function.
21636         (gnus-end-of-window): New function.
21637
21638         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21639
21640 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21641
21642         * gnus-score.el (gnus-score-edit-all-score):
21643         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21644         gnus-message.
21645
21646 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21647
21648         * gnus-msg.el (gnus-button-mailto):
21649         Remove save-selected-window-window hackery because it relies on
21650         save-selected-window internals.
21651
21652 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21655         add-minor-mode.
21656         (gnus-binary-mode): Ditto.
21657
21658         * gnus-topic.el (gnus-topic-mode): Ditto.
21659
21660 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21661
21662         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21663         (gnus-article-prev-page): Take scroll-margin into consideration.
21664
21665 2005-07-04  Lute Kamstra  <lute@gnu.org>
21666
21667         Update FSF's address in GPL notices.
21668
21669 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21670
21671         * gnus.el (gnus-exit):
21672         * gnus-group.el (gnus-group-icons):
21673         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21674
21675         * gnus-nocem.el (gnus-nocem):
21676         * message.el (message-various, message-buffers, message-sending)
21677         (message-interface, message-forwarding, message-insertion)
21678         (message-headers, message-news, message-mail):
21679         * pgg-gpg.el (pgg-gpg):
21680         * pgg-parse.el (pgg-parse):
21681         * pgg-pgp.el (pgg-pgp):
21682         * pgg-pgp5.el (pgg-pgp5):
21683         * pop3.el (pop3): Finish `defgroup' description with period.
21684
21685 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-art.el (article-display-face): Improve the efficiency.
21688         (article-display-x-face): Ditto; remove gray x-face stuff.
21689
21690 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * gnus-art.el (article-display-face): Correct the position in
21693         which Faces are inserted.
21694
21695 2005-06-29  Didier Verna  <didier@xemacs.org>
21696
21697         * gnus-art.el (article-display-face): Display faces in correct
21698         order.
21699
21700 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21703         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21704         (gnus-nocem-check-article): Fetch the Type header.
21705         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21706         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21707         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21708         make sure gnus-nocem-hashtb is initialized.
21709         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21710         (gnus-nocem-unwanted-article-p): Ditto.
21711
21712         * pgg.el (pgg-verify): Return the verification result.
21713
21714 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21715
21716         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21717         is ascii.
21718
21719 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21720
21721         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21722         `show-nonbreak-escape'.
21723
21724 2005-06-23  Lute Kamstra  <lute@gnu.org>
21725
21726         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21727
21728         * dig.el (dig-mode):
21729         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21730
21731 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21732
21733         * nnimap.el (nnimap-split-download-body): Fix spellings.
21734
21735 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21736
21737         * gnus-art.el (gnus-article-encrypt-body):
21738         * gnus-cus.el (gnus-score-customize):
21739         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21740         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21741
21742 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21743
21744         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21745         header by looking for magic "MII" at the beginning.
21746
21747 2005-06-16  Miles Bader  <miles@gnu.org>
21748
21749         * gnus-xmas.el (gnus-xmas-group-startup-message):
21750         Use renamed gnus-splash face.
21751
21752         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21753         (assistant-field-face): New backward-compatibility alias for renamed
21754         face.
21755         (assistant-render-text): Use renamed assistant-field face.
21756
21757         * spam.el (spam): Remove "-face" suffix from face name.
21758         (spam-face): New backward-compatibility alias for renamed face.
21759         (spam-face, spam-initialize): Use renamed spam face.
21760
21761         * message.el (message-header-to, message-header-cc)
21762         (message-header-subject, message-header-newsgroups)
21763         (message-header-other, message-header-name)
21764         (message-header-xheader, message-separator, message-cited-text)
21765         (message-mml): Remove "-face" suffix from face names.
21766         (message-header-to-face, message-header-cc-face)
21767         (message-header-subject-face, message-header-newsgroups-face)
21768         (message-header-other-face, message-header-name-face)
21769         (message-header-xheader-face, message-separator-face)
21770         (message-cited-text-face, message-mml-face):
21771         New backward-compatibility aliases for renamed faces.
21772         (message-font-lock-keywords): Use renamed message faces.
21773
21774         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21775         (sieve-test-commands, sieve-tagged-arguments):
21776         Remove "-face" suffix from face names.
21777         (sieve-control-commands-face, sieve-action-commands-face)
21778         (sieve-test-commands-face, sieve-tagged-arguments-face):
21779         New backward-compatibility aliases for renamed faces.
21780         (sieve-control-commands-face, sieve-action-commands-face)
21781         (sieve-test-commands-face, sieve-tagged-arguments-face):
21782         Use renamed sieve faces.
21783
21784         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21785         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21786         (gnus-group-news-3-empty, gnus-group-news-4)
21787         (gnus-group-news-4-empty, gnus-group-news-5)
21788         (gnus-group-news-5-empty, gnus-group-news-6)
21789         (gnus-group-news-6-empty, gnus-group-news-low)
21790         (gnus-group-news-low-empty, gnus-group-mail-1)
21791         (gnus-group-mail-1-empty, gnus-group-mail-2)
21792         (gnus-group-mail-2-empty, gnus-group-mail-3)
21793         (gnus-group-mail-3-empty, gnus-group-mail-low)
21794         (gnus-group-mail-low-empty, gnus-summary-selected)
21795         (gnus-summary-cancelled, gnus-summary-high-ticked)
21796         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21797         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21798         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21799         (gnus-summary-low-undownloaded)
21800         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21801         (gnus-summary-low-unread, gnus-summary-normal-unread)
21802         (gnus-summary-high-read, gnus-summary-low-read)
21803         (gnus-summary-normal-read, gnus-splash):
21804         Remove "-face" suffix from face names.
21805         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21806         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21807         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21808         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21809         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21810         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21811         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21812         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21813         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21814         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21815         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21816         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21817         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21818         (gnus-summary-normal-ticked-face)
21819         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21820         (gnus-summary-normal-ancient-face)
21821         (gnus-summary-high-undownloaded-face)
21822         (gnus-summary-low-undownloaded-face)
21823         (gnus-summary-normal-undownloaded-face)
21824         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21825         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21826         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21827         (gnus-splash-face):
21828         New backward-compatibility aliases for renamed faces.
21829         (gnus-group-startup-message): Use renamed gnus faces.
21830
21831         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21832         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21833         (gnus-server-agent): Remove "-face" suffix from face names.
21834         (gnus-server-agent-face, gnus-server-opened-face)
21835         (gnus-server-closed-face, gnus-server-denied-face)
21836         (gnus-server-offline-face):
21837         New backward-compatibility aliases for renamed faces.
21838         (gnus-server-agent-face, gnus-server-opened-face)
21839         (gnus-server-closed-face, gnus-server-denied-face)
21840         (gnus-server-offline-face): Use renamed gnus faces.
21841
21842         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21843         Remove "-face" suffix from face names.
21844         (gnus-picon-xbm-face, gnus-picon-face):
21845         New backward-compatibility aliases for renamed faces.
21846
21847         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21848         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21849         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21850         (gnus-cite-11): Remove "-face" suffix from face names.
21851         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21852         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21853         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21854         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21855         New backward-compatibility aliases for renamed faces.
21856         (gnus-cite-attribution-face, gnus-cite-face-list)
21857         (gnus-article-boring-faces): Use renamed gnus faces.
21858
21859         * gnus-art.el (gnus-signature, gnus-header-from)
21860         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21861         (gnus-header-content): Remove "-face" suffix from face names.
21862         (gnus-signature-face, gnus-header-from-face)
21863         (gnus-header-subject-face, gnus-header-newsgroups-face)
21864         (gnus-header-name-face, gnus-header-content-face):
21865         New backward-compatibility aliases for renamed faces.
21866         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21867
21868         * gnus-sum.el (gnus-summary-selected-face)
21869         (gnus-summary-highlight): Use renamed gnus faces.
21870         * gnus-group.el (gnus-group-highlight): Likewise.
21871
21872 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21873
21874         * gnus-sieve.el (gnus-sieve-article-add-rule):
21875         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21876         * spam-stat.el (spam-stat-buffer-change-to-spam)
21877         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21878
21879         * message.el (message-is-yours-p):
21880         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21881
21882 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * mm-view.el (mm-inline-text): Withdraw the last change.
21885
21886 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21889         executing enriched-decode.
21890
21891 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21892
21893         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21894         charset of tar files.
21895
21896 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21897
21898         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21899
21900 2005-06-04  Lute Kamstra  <lute@gnu.org>
21901
21902         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21903         information is never recorded.
21904
21905 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21906
21907         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21908
21909 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * pop3.el (pop3-apop): Run md5 in the binary mode.
21912
21913         * starttls.el (starttls-set-process-query-on-exit-flag):
21914         Use eval-and-compile.
21915
21916 2005-05-31  Simon Josefsson  <jas@extundo.com>
21917
21918         * smime.el (smime-replace-in-string): Define.
21919         (smime-cert-by-ldap-1): Use it.
21920
21921 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * gnus-art.el (article-display-x-face): Replace
21924         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21925
21926         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21927         set-process-query-on-exit-flag or process-kill-without-query.
21928
21929         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21930         loop instead of replace-regexp.
21931
21932         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21933         instead of process-kill-without-query if it is available.
21934
21935         * lpath.el: Fbind ldap-search-entries.
21936
21937         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21938         instead of find-file-hooks if it is available.
21939
21940         * mml1991.el: Bind pgg-default-user-id when compiling.
21941
21942         * mml2015.el: Bind pgg-default-user-id when compiling.
21943
21944         * nndraft.el (nndraft-request-associate-buffer):
21945         Use write-contents-functions instead of write-contents-hooks if it is
21946         available.
21947
21948         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21949         instead of find-file-hooks if it is available.
21950
21951         * nntp.el (nntp-open-connection): Replace
21952         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21953         (nntp-open-ssl-stream): Ditto.
21954         (nntp-open-tls-stream): Ditto.
21955
21956         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21957         set-process-query-on-exit-flag or process-kill-without-query.
21958         (starttls-open-stream-gnutls): Use it instead of
21959         process-kill-without-query.
21960         (starttls-open-stream): Ditto.
21961
21962 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21963
21964         * smime.el (smime-cert-by-ldap-1): Don't use
21965         replace-regexp-in-string.
21966
21967 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21968
21969         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21970
21971         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21972         in PEM format.  Adjust to the XEmacs compatibility.
21973
21974 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21975
21976         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21977         by `string-to-number'.
21978         * gnus-agent.el (gnus-agent-regenerate-group)
21979         (gnus-agent-fetch-articles): Ditto.
21980         * gnus-art.el (gnus-button-fetch-group): Ditto.
21981         * gnus-cache.el (gnus-cache-generate-active)
21982         (gnus-cache-articles-in-group): Ditto.
21983         * gnus-group.el (gnus-group-set-current-level)
21984         (gnus-group-insert-group-line): Ditto.
21985         * gnus-score.el (gnus-score-set-expunge-below)
21986         (gnus-score-set-mark-below, gnus-summary-score-effect)
21987         (gnus-summary-score-entry): Ditto.
21988         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21989         (gnus-soup-pack): Ditto.
21990         * gnus-spec.el (gnus-xmas-format): Ditto.
21991         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21992         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21993         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21994         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21995         * nndb.el (nndb-get-remote-expire-response): Ditto.
21996         * nndiary.el (nndiary-parse-schedule-value)
21997         (nndiary-string-to-number, nndiary-request-replace-article)
21998         (nndiary-request-article): Ditto.
21999         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22000         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22001         * nneething.el (nneething-make-head): Ditto.
22002         * nnfolder.el (nnfolder-request-article)
22003         (nnfolder-retrieve-headers): Ditto.
22004         * nnheader.el (nnheader-file-to-number): Ditto.
22005         * nnkiboze.el (nnkiboze-request-article): Ditto.
22006         * nnmail.el (nnmail-process-unix-mail-format)
22007         (nnmail-process-babyl-mail-format): Ditto.
22008         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22009         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22010         (nnmh-request-create-group, nnmh-request-list-1)
22011         (nnmh-request-group, nnmh-request-article): Ditto.
22012         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22013         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22014         * nnsoup.el (nnsoup-make-active): Ditto.
22015         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22016         * nntp.el (nntp-find-group-and-number)
22017         (nntp-retrieve-headers-with-xover): Ditto.
22018         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22019         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22020         (pgg-format-key-identifier): Ditto.
22021         * pop3.el (pop3-last, pop3-stat): Ditto.
22022         * qp.el (quoted-printable-decode-region): Ditto.
22023
22024         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22025         of concat.
22026
22027 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22030
22031         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22032
22033         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22034
22035         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22036
22037         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22038
22039         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22040
22041         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22042         (gnus-carpal-mode): Ditto.
22043
22044         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22045         (gnus-browse-mode): Ditto.
22046
22047         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22048
22049         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22050
22051 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22052
22053         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22054
22055 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22056
22057         * gnus-util.el (gnus-run-mode-hooks): New function.
22058
22059         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22060
22061         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22062         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22063
22064 2005-05-27  Lute Kamstra  <lute@gnu.org>
22065
22066         * dns-mode.el (dns-mode): Specify customization group.
22067
22068 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22069
22070         * gnus-agent.el (gnus-agent-make-mode-line-string):
22071         Use mode-line-highlight as mouse-face.
22072
22073 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22074
22075         * canlock.el (canlock): Change the parent group to news.
22076
22077         * deuglify.el (gnus-outlook-deuglify): Add :group.
22078
22079         * dig.el (dig): Add :group.
22080
22081         * dns-mode.el (dns-mode): Add :group.
22082
22083         * encrypt.el (encrypt): Add :group.
22084
22085         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22086         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22087         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22088         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22089         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22090
22091         * gnus-diary.el (gnus-diary): Add :group.
22092
22093         * gnus.el (gnus-group-news-1-face): Add :group.
22094         (gnus-group-news-1-empty-face): Ditto.
22095         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22096         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22097         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22098         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22099         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22100         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22101         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22102         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22103         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22104         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22105         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22106         (gnus-summary-high-ticked-face): Ditto.
22107         (gnus-summary-low-ticked-face): Ditto.
22108         (gnus-summary-normal-ticked-face): Ditto.
22109         (gnus-summary-high-ancient-face): Ditto.
22110         (gnus-summary-low-ancient-face): Ditto.
22111         (gnus-summary-normal-ancient-face): Ditto.
22112         (gnus-summary-high-undownloaded-face): Ditto.
22113         (gnus-summary-low-undownloaded-face): Ditto.
22114         (gnus-summary-normal-undownloaded-face): Ditto.
22115         (gnus-summary-high-unread-face): Ditto.
22116         (gnus-summary-low-unread-face): Ditto.
22117         (gnus-summary-normal-unread-face): Ditto.
22118         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22119         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22120
22121         * hashcash.el (hashcash): New custom group.
22122         (hashcash-default-payment): Add :group.
22123         (hashcash-payment-alist): Ditto.
22124         (hashcash-default-accept-payment): Ditto.
22125         (hashcash-accept-resources): Ditto.
22126         (hashcash-path): Ditto.
22127         (hashcash-extra-generate-parameters): Ditto.
22128         (hashcash-double-spend-database): Ditto.
22129         (hashcash-in-news): Ditto.
22130
22131         * message.el (message-minibuffer-local-map): Add :group.
22132
22133         * netrc.el (netrc): Add :group.
22134
22135         * sieve-manage.el (sieve-manage-log): Add :group.
22136         (sieve-manage-default-user): Diito.
22137         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22138         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22139         (sieve-manage-authenticators): Ditto.
22140         (sieve-manage-authenticator-alist): Ditto.
22141         (sieve-manage-default-port): Ditto.
22142
22143         * sieve-mode.el (sieve-control-commands-face): Add :group.
22144         (sieve-action-commands-face): Ditto.
22145         (sieve-test-commands-face): Ditto.
22146         (sieve-tagged-arguments-face): Ditto.
22147
22148         * smime.el (smime): Add :group.
22149
22150         * spam-report.el (spam-report): Add :group.
22151
22152         * spam.el (spam, spam-face): Add :group.
22153
22154 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22155
22156         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22157         return \n.\n.\n at the end of articles.  Protect against that.
22158         (nntp-with-open-group): Allow debugging.
22159
22160         * nnheader.el (mail-header-set-extra): Make into a function
22161         because I just could't understand how to quote the list properly.
22162
22163         * dns.el (query-dns-cached): New function.
22164
22165 2005-05-26  Lute Kamstra  <lute@gnu.org>
22166
22167         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22168
22169 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22170
22171         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22172
22173         * gnus-art.el: Don't autoload mail-extract-address-components.
22174
22175         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22176         eval-and-compile to evaluate it.
22177
22178         * hashcash.el: Don't autoload executable-find.
22179
22180         * nndb.el: Don't declare the nndb back end two or more times; don't
22181         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22182
22183         * nntp.el: Autoload format-spec instead of format; use
22184         eval-and-compile to evaluate autoload forms.
22185
22186 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22187
22188         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22189
22190 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22191
22192         * gnus.el (gnus-version-number): Bump version.
22193
22194 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22195
22196         * gnus.el: No Gnus v0.3 is released.
22197
22198 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22199
22200         * lpath.el (featurep): Bind show-nonbreak-escape.
22201
22202 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * gnus-art.el (gnus-article-edit-part): Disable undo.
22205
22206 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22209         gnus-article-date-lapsed-new-header is t if date timer is active;
22210         skip headers in which the original date value is empty.
22211         (gnus-article-save-original-date): Redefine it as a macro.
22212         (gnus-display-mime): Use it.
22213
22214 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * gnus-art.el (article-date-ut): Support converting date in
22217         forwarded parts as well.
22218         (gnus-article-save-original-date): New function.
22219         (gnus-display-mime): Use it.
22220
22221 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22222
22223         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22224         enclosure element of <item>.
22225
22226 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22227
22228         * message.el (message-kill-buffer-query): Rename from
22229         `message-kill-buffer-query-if-modified'.  Add :version.
22230
22231 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22234         window layout.
22235
22236 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * mml.el: Autoload dnd when compiling.
22239
22240 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22241
22242         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22243         x-dnd-*.
22244
22245 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22246
22247         * qp.el (quoted-printable-encode-region): Save excursion.
22248
22249 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22250
22251         * message.el (message-kill-buffer-query-if-modified): Add new variable
22252         so the user can kill a modified message buffer quickly.
22253         (message-kill-buffer): Use it.
22254
22255 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * lpath.el: Fbind display-time-event-handler; don't fbind
22258         string-to-multibyte.
22259
22260         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22261
22262 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22265         contained in text because xml.el decodes entities) with LFs.
22266
22267 2005-04-11  Lute Kamstra  <lute@gnu.org>
22268
22269         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22270         differently.
22271
22272 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22273
22274         * mm-util.el (mm-detect-coding-region): Typo.
22275
22276 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22279
22280 2005-04-06  Deepak Goel  <deego@gnufans.org>
22281
22282         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22283         user-function allow user modifications of the scores.
22284         (spam-stat-score-buffer-user): New function, to allow
22285         user-computed modifications to the score.
22286         (spam-stat-score-buffer-user-functions): List of additional
22287         scoring functions.
22288         (spam-stat-error-holder): Global temporary error holder.
22289         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22290         variable.
22291
22292 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22293
22294         * gnus-registry.el (gnus-registry-clean-empty-function)
22295         (gnus-registry-trim, gnus-registry-fetch-groups)
22296         (gnus-registry-delete-group): Groups that match
22297         `gnus-registry-ignored-groups' are removed from the registry
22298         entries, not just ignored for splitting.  This helps clean up the
22299         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22300         to get all the groups a message ID is in.
22301
22302         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22303         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22304         (spam-stat-score-buffer-user-functions): Add :number custom type.
22305
22306 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22309         argument in XEmacs.
22310
22311         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22312         (nnrss-request-group): Decode group name first.
22313         (nnrss-request-article): Make a text/plain article if mml-to-mime
22314         failed.
22315         (nnrss-get-encoding): Return a compatible encoding according to
22316         nnrss-compatible-encoding-alist.
22317         (nnrss-find-el): Use consp instead of listp.
22318         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22319
22320 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22321
22322         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22323         which Emacs 20 doesn't support.
22324         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22325
22326 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22327
22328         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22329         silence the byte compiler inside the defun.
22330
22331         * gnus-demon.el (parse-time-string): Add autoload.
22332
22333         * gnus-delay.el (parse-time-string): Add autoload.
22334
22335         * gnus-art.el (parse-time-string): Add autoload.
22336
22337         * nnultimate.el (parse-time): Require for `parse-time-string'.
22338
22339 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22340
22341         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22342
22343         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22344
22345         * smime.el (smime-ldap-host-list): Add :version.
22346
22347 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22348
22349         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22350         pass it to `gnus-browse-read-group'.
22351         (gnus-browse-read-group): Add NUMBER argument and pass it to
22352         `gnus-group-read-ephemeral-group'.
22353
22354         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22355         argument and pass it to `gnus-group-read-group'.
22356
22357 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22358
22359         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22360         mm-xemacs-find-mime-charset-1 if we have the mule feature
22361         available at runtime.
22362
22363 2005-03-25  Werner Lemberg  <wl@gnu.org>
22364
22365         * nnmaildir.el: Replace `illegal' with `invalid'.
22366
22367 2005-03-23  Lute Kamstra  <lute@gnu.org>
22368
22369         * time-date.el: Add comment on time value formats.
22370         Don't require parse-time.
22371         (with-decoded-time-value): New macro.
22372         (encode-time-value): New function.
22373         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22374         (days-to-time): Return a valid time value when arg is huge.
22375         (time-since): Use time-subtract.
22376         (time-to-number-of-days): Use time-to-seconds.
22377
22378 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22379
22380         * gnus-start.el (gnus-display-time-event-handler):
22381         Check display-time-timer at runtime rather than only at load time
22382         in case display-time-mode is turned off in the mean time.
22383
22384 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22385
22386         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22387         used.
22388
22389         * nneething.el (nneething-map-file-directory): Derive from
22390         `gnus-directory'.
22391
22392         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22393         the To/Cc button.
22394
22395 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22396
22397         * nnmaildir.el (nnmaildir-request-accept-article):
22398         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22399
22400 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22401
22402         * gnus-async.el: Require timer-funcs at compile time when in
22403         XEmacs for `run-with-idle-timer'.
22404
22405 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22406
22407         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22408         autoloaded function.
22409
22410 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22411
22412         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22413
22414 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22415
22416         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22417
22418 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22419
22420         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22421         Add gnus-expert-user to default.
22422
22423 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22424
22425         * nnimap.el (nnimap-open-server): Ditto.
22426
22427         * imap.el (imap-authenticate): Fix typo.
22428
22429 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22430
22431         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22432         buffer (since IMAP server might return FETCH response out of
22433         order, and the nntp buffer must be sorted).
22434
22435 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22436
22437         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22438         comparison on string.
22439
22440         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22441         (gnus-agent-score): Rename category keywords to match gnus-cus.
22442         (gnus-agent-summary-fetch-series): Modify to protect against
22443         gnus-agent-summary-fetch-group clearing processable flags.
22444         (gnus-agent-synchronize-group-flags): Update live group buffer as
22445         synchronization may occur due to the user toggle the plugged
22446         status.
22447         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22448         successfully downloaded.
22449         (gnus-agent-expire-group-1): Avoid using markers when the overview
22450         is in ascending order; greatly improves performance.
22451         (gnus-agent-regenerate-group):
22452         Use gnus-agent-synchronize-group-flags to reset read status in both
22453         gnus and server.
22454         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22455
22456 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22457
22458         * message.el: Don't autoload former message-utils variables.
22459         (message-strip-subject-trailing-was): Change doc string.
22460
22461         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22462         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22463         (nnweb-google-search): Add "hl=en" here.
22464         (nnweb-google-parse-1, nnweb-google-create-mapping):
22465         Don't hardcode URL.
22466
22467 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22468
22469         * message.el (message-get-reply-headers, message-followup):
22470         Mention related variables `message-use-followup-to' and
22471         `message-use-mail-followup-to', in the information buffer.
22472
22473         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22474         of broken groups(-beta).google.com.
22475
22476 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22477
22478         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22479         parameter to invoked gnus-request-move-article; remove the
22480         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22481         all at once instead of once per article.
22482         (gnus-summary-remove-process-mark): Accept a list of articles as
22483         well as a single article for processing.
22484
22485         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22486         parameter.
22487
22488         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22489
22490         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22491
22492         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22493         parameter.
22494
22495         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22496         parameter.
22497
22498         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22499         parameter and remove the gnus-sum-hint-move-is-internal variable.
22500
22501         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22502         parameter.
22503
22504         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22505         parameter.
22506
22507         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22508         parameter.
22509
22510         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22511
22512         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22513         parameter.
22514
22515         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22516         parameter.
22517
22518 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22519
22520         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22521         a more conservative way.
22522
22523 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22524
22525         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22526         buffer, so it moves the window's cursor.
22527
22528 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22529
22530         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22531         `mm-dissect-multipart' and receive the from field as an (optional)
22532         argument from `mm-dissect-multipart'.
22533         (mm-dissect-multipart): Receive the from field as an argument and
22534         pass it on when we call `mm-dissect-buffer' on MIME parts.
22535         Fixes verification/decryption of signed/encrypted MIME parts.
22536
22537 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22538
22539         * gnus-sum.el (gnus-summary-move-article):
22540         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22541         whatever it calls (right now, only nnimap-request-move article
22542         respects it).
22543
22544         * nnimap.el (nnimap-request-move-article):
22545         When gnus-sum-hint-move-is-internal is set, don't do the extra
22546         nnimap-request-article.
22547
22548 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22549
22550         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22551
22552         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22553         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22554
22555         * gnus-sum.el (gnus-summary-caesar-message):
22556         Apply `gnus-treat-article' after rotation.
22557
22558         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22559         doc string.
22560
22561 2005-02-22  Simon Josefsson  <jas@extundo.com>
22562
22563         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22564         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22565         <arne@arnested.dk>.
22566         (encrypt): Add password-cache and password-cache-expiry as group
22567         members.
22568
22569 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22570
22571         * smime.el (smime-ldap-host-list): Doc fix.
22572         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22573         cache) password.
22574         (smime-sign-region): Use it.
22575         (smime-decrypt-region): Use it.
22576         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22577         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22578         fails.
22579         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22580         certificate from DER to PEM format rather than calling openssl.
22581
22582         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22583
22584         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22585         for signing/encryption.
22586
22587         * mml.el (mml-parse-1): Use them.
22588
22589 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22590
22591         * nnrss.el (nnrss-verbose): Remove.
22592         (nnrss-request-group): Use `nnheader-message' instead.
22593
22594 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22595
22596         * nnrss.el (nnrss-verbose): New variable.
22597         (nnrss-request-group): Make it say nnrss is requesting a group.
22598
22599 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22600
22601         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22602         Handle news URL with given port correctly.
22603
22604 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22605
22606         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22607         containing special characters.
22608
22609         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22610
22611         * mml.el (mime-to-mml): Ditto.
22612
22613         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22614         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22615         (rfc2047-decode-region): Quote decoded words containing special
22616         characters when rfc2047-quote-decoded-words-containing-tspecials
22617         is non-nil.
22618
22619 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22620
22621         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22622
22623         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22624
22625 2005-02-15  Simon Josefsson  <jas@extundo.com>
22626
22627         * nnimap.el (nnimap-debug): Doc fix.
22628
22629         * imap.el (imap-debug): Doc fix.
22630
22631 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22634
22635 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22636
22637         * gnus.el (spam-contents): Improve docs for spam-contents
22638         parameter in its variable incarnation.
22639
22640 2005-02-14  Simon Josefsson  <jas@extundo.com>
22641
22642         * smime-ldap.el: Use require instead of load-library for ldap.
22643         (smime-ldap-search): Indent.
22644         (smime-ldap-search-internal): Shorten line.
22645
22646         * smime.el (smime-cert-by-dns): Add doc-string.
22647         (smime-cert-by-ldap-1): Indent.
22648
22649         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22650         mml-smime-get-dns-ldap.
22651         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22652
22653 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22654
22655         * smime.el: Require smime-ldap.
22656         (smime-ldap-host-list): New variable.
22657         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22658
22659         * mml-smime.el (mml-smime-encrypt-query): New function.
22660         (mml-smime-encrypt-query): Use it.
22661
22662         * smime-ldap.el: New file.
22663
22664 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22667
22668 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22669
22670         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22671         argument in doc string.  Make query for type more clear.
22672
22673 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22674
22675         * gnus.el (gnus-group-startup-message): Search for gnus images in
22676         etc/images/gnus.
22677         * mm-util.el (mm-image-load-path): Likewise.
22678         * smiley.el (smiley-data-directory): Search for smilies in
22679         etc/images/smilies.
22680
22681 2005-02-09  Kim F. Storm  <storm@cua.dk>
22682
22683         Change Emacs release version from 21.4 to 22.1 throughout.
22684         Change Emacs development version from 21.3.50 to 22.0.50.
22685
22686 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22689
22690         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22691         non-Mule XEmacs as well.
22692         (mm-decompress-buffer): Signal an error intentionally if it does
22693         not decompress compressed data because auto-compression-mode is
22694         disabled.
22695
22696 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22697
22698         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22699         an ID in the registry even if it has no groups.
22700
22701 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22702
22703         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22704         merge it into mm-decompress-buffer.
22705         (gnus-mime-copy-part): Use the MIME part charset, the value which
22706         a user specified or gnus-newsgroup-charset for decoding, like
22707         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22708         save-buffer what was used.  Suggested by Kevin Ryde
22709         <user42@zip.com.au>.
22710         (gnus-mime-inline-part): Allow the name parameter as well as the
22711         filename parameter; force decompressing of compressed data; always
22712         display contents being not decoded as unibyte.
22713
22714         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22715         as well as the filename parameter.
22716
22717         * mm-util.el (mm-decompress-buffer):
22718         Merge gnus-mime-jka-compr-maybe-uncompress.
22719         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22720         of compressed data.
22721
22722 2005-02-08  Simon Josefsson  <jas@extundo.com>
22723
22724         * imap.el (imap-log): Doc fix.
22725
22726 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22729         the coding cookies; decompress compressed parts.
22730
22731         * mml.el (mml-generate-mime-1): Add the charset parameter according
22732         to the value which a user specified manually or the coding cookie.
22733
22734         * mm-util.el (mm-string-to-multibyte): New function.
22735         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22736         (mm-coding-system-to-mime-charset): New function.
22737         (mm-decompress-buffer): New function.
22738         (mm-find-buffer-file-coding-system): New function.
22739
22740         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22741         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22742         parts.
22743
22744 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22745
22746         * mm-view.el (mm-display-inline-fontify): Decode a part according
22747         to the charset parameter.
22748
22749 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22750
22751         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22752         prefix arg is neither nil nor a number, as info specifies.
22753
22754 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22755
22756         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22757         timestamps.
22758
22759 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22760
22761         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22762         groups error checking and notify user.
22763
22764 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22765
22766         * message.el (message-send-mail-function): Check existence of
22767         sendmail-program first before using default value
22768         `message-send-mail-with-sendmail'.  Otherwise use more generic
22769         `smtpmail-send-it'.
22770
22771 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22772
22773         * nntp.el (nntp-request-update-info): Always return nil.
22774
22775 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22776
22777         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22778
22779 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22780
22781         * message.el (message-beginning-of-line): Change the behavior when
22782         invoked between BOL and : so that it first moves backward.
22783
22784 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22787         article buffer when editing of the article is discarded.
22788         (gnus-article-prepare): Revert.
22789
22790 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22791
22792         * gnus-art.el (gnus-article-prepare):
22793         Remove message-strip-forbidden-properties from the local hook.
22794
22795 2005-01-27  Simon Josefsson  <jas@extundo.com>
22796
22797         * password.el (password-cache-add): Only start one timer per key.
22798         Reported by Derek Atkins <warlord@MIT.EDU>.
22799
22800 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22801
22802         * run-at-time.el: Remove.  It is no longer needed as
22803         timer-funcs.el in the xemacs-base package has a working version of
22804         `run-at-time'.
22805
22806         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22807
22808         * password.el: Require timer-funcs instead of run-at-time in
22809         XEmacs.
22810         Remove `password-run-at-time' macro.
22811         (password-cache-add): Use `run-at-time' instead of
22812         `password-run-at-time'.
22813
22814         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22815         Remove `nnheader-cancel-function-timers' alias,
22816         `cancel-function-timers' exists in XEmacs in timer-funcs.
22817
22818         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22819         for `run-with-idle-timer'.
22820
22821         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22822         for `run-at-time'.
22823
22824         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22825         for `with-timeout'.
22826
22827         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22828         the same as for XEmacs 21.4.
22829         No need to ignore `run-with-idle-timer', this function exists in
22830         XEmacs now in timer-funcs.el in the xemacs-base package.
22831         (dgnushack-compile): No need to delete
22832         run-at-time.el from the list of files to compile because it
22833         doesn't exist anymore.
22834
22835 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22836
22837         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22838         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22839
22840 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22841
22842         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22843         sensitively.
22844
22845 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22846
22847         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22848
22849 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22850
22851         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22852         which will be inserted according to the multibyteness of a buffer
22853         rather than the type of contents.  Suggested by ARISAWA Akihiro
22854         <ari@mbf.ocn.ne.jp>.
22855
22856         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22857         of string which old xml.el may return rather than a string.
22858
22859 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22862
22863 2005-01-16  Simon Josefsson  <jas@extundo.com>
22864
22865         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22866         idn/idna.el isn't available.
22867         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22868         <michael@waxrat.com>.
22869
22870         * hashcash.el: Remove non-FSF copyright header.
22871
22872         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22873         (hashcash-generate-payment): Use it.
22874         (hashcash-generate-payment-async): Use it.
22875
22876 2005-01-15  Simon Josefsson  <jas@extundo.com>
22877
22878         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22879         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22880
22881         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22882         gnus-summary-idna-message.
22883         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22884         (gnus-summary-idna-message): New function.
22885
22886 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22887
22888         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22889         gnus-novice-user.
22890
22891 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * nnrss.el (nnrss-request-delete-group): Delete entries in
22894         nnrss-group-alist as well.
22895         (nnrss-save-server-data): Insert newline.
22896
22897 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22898
22899         * gnus.el (gnus-user-agent): Use list of symbols instead of
22900         symbols.  Display full version number for (S)XEmacs.
22901         Optionally display (S)XEmacs codename.
22902
22903         * gnus-util.el (gnus-emacs-version): Update for new
22904         `gnus-user-agent'.
22905
22906         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22907         Gnus version.
22908
22909 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22910
22911         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22912         which is unreadable in some setups.
22913
22914 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22915
22916         * gnus-spec.el (gnus-update-format-specifications): Flush the
22917         group format spec cache if it doesn't support decoded group names.
22918
22919 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22920
22921         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22922         Allow to apply decay on score files matching a regexp.
22923
22924 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22925
22926         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22927         compatibility in %g and %c.
22928
22929 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22930
22931         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22932         name for only %g and %c.
22933         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22934         of gnus-tmp-group to decoded group name.
22935         (gnus-group-make-rss-group): Exclude `/'s from group names.
22936
22937 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * nnrss.el (nnrss-get-encoding): Fix regexp.
22940
22941 2004-12-27  Simon Josefsson  <jas@extundo.com>
22942
22943         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22944         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22945         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22946
22947 2004-12-17  Kim F. Storm  <storm@cua.dk>
22948
22949         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22950
22951         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22952
22953 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22954
22955         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22956
22957 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22958
22959         * nnrss.el: Require rfc2047 and mml.
22960         (nnrss-file-coding-system): New variable.
22961         (nnrss-format-string): Redefine it as an inline function.
22962         (nnrss-decode-group-name): New function.
22963         (nnrss-string-as-multibyte): Remove.
22964         (nnrss-retrieve-headers): Decode group name; don't use
22965         nnrss-format-string.
22966         (nnrss-request-group): Decode group name.
22967         (nnrss-request-article): Decode group name; allow a Message-ID as
22968         well as an article number; don't use nnrss-format-string; encode a
22969         Message-ID string which may contain non-ASCII characters; use
22970         mml-to-mime to compose a MIME article.
22971         (nnrss-request-expire-articles): Decode group name.
22972         (nnrss-request-delete-group): Decode group name.
22973         (nnrss-fetch): Clarify error message.
22974         (nnrss-read-server-data): Use insert-file-contents instead of load;
22975         bind file-name-coding-system; use multibyte buffer.
22976         (nnrss-save-server-data): Bind coding-system-for-write to the
22977         value of nnrss-file-coding-system; bind file-name-coding-system;
22978         add coding cookie.
22979         (nnrss-read-group-data): Use insert-file-contents instead of load;
22980         bind file-name-coding-system; use multibyte buffer.
22981         (nnrss-save-group-data): Bind coding-system-for-write to the
22982         value of nnrss-file-coding-system; bind file-name-coding-system.
22983         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22984         make it work with non-ASCII text.
22985         (nnrss-find-el): Make it work with old xml.el as well.
22986
22987 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22988
22989         * nnrss.el (nnrss-get-encoding): New function.
22990         (nnrss-fetch): Use unibyte buffer initially; bind
22991         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22992         decode contents according to the encoding attribute.
22993         (nnrss-save-group-data): Add coding cookie.
22994         (nnrss-mime-encode-string): New function.
22995         (nnrss-check-group): Use it to encode subject and author.
22996
22997 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22998
22999         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23000         imaginary variable.
23001
23002 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23005         correctly even if there are wide characters.
23006
23007 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23008
23009         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23010         downcased symbol names; make a new cache instead of reusing
23011         bbdb-hashtable.
23012
23013 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23014
23015         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23016         concatenating segments rather than before concatenating them.
23017         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23018
23019         * message.el (message-get-reply-headers): Bind `extra'.
23020
23021 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23022
23023         * message.el (message-extra-wide-headers): New variable.
23024         (message-get-reply-headers): Use it.
23025
23026 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23029         (gnus-agent-group-pathname): Ditto.
23030
23031         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23032
23033         * gnus-group.el (gnus-group-make-group): Decode group name.
23034         (gnus-group-make-rss-group): Register the group data after opening
23035         the nnrss group.
23036
23037 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23038
23039         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23040         by expiry now get marked as read.
23041
23042 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23045
23046 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23047
23048         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23049         unify Latin characters in XEmacs.
23050         (mm-find-mime-charset-region): Use it.
23051
23052 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23053
23054         * gnus-util.el (gnus-delete-directory): New function.
23055
23056         * gnus-agent.el (gnus-agent-delete-group): Use it.
23057
23058         * gnus-cache.el (gnus-cache-delete-group): Use it.
23059
23060 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23061
23062         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23063         names.
23064
23065 2004-12-16  Simon Josefsson  <jas@extundo.com>
23066
23067         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23068
23069 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23070
23071         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23072
23073         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23074         (gnus-group-set-current-level): Decode group name.
23075
23076 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23077
23078         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23079         failed.
23080
23081 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23082
23083         * gnus-group.el (gnus-group-delete-group): Decode group name.
23084         (gnus-group-make-rss-group): Encode group name.
23085         (gnus-group-catchup-current): Decode group name.
23086         (gnus-group-kill-group): Decode group name.
23087
23088 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23089
23090         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23091
23092 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23093
23094         * gnus-group.el (gnus-group-make-rss-group):
23095         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23096
23097         * gnus-start.el (gnus-setup-news): Honor user's setting to
23098         gnus-message-archive-method.  Suggested by Lute Kamstra
23099         <lute@gnu.org>.
23100
23101 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23102
23103         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23104         global counterparts of the buffer-local variables.
23105
23106 2004-11-16  Romain Francoise  <romain@orebokech.com>
23107
23108         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23109         counterparts of the buffer-local variables.
23110
23111 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23112
23113         * message.el (message-forbidden-properties): Fix typo in doc
23114         string.
23115
23116 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23117
23118         * gnus-util.el (gnus-replace-in-string): Add doc string.
23119
23120         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23121         to avoid problems when splitting mails with many recipients.
23122
23123 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23124
23125         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23126         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23127
23128 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23129
23130         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23131         if there is no hashtable in memory or file modification time is
23132         newer than cached timestamp.
23133
23134 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23135
23136         * gnus-sum.el (gnus-summary-limit-to-recipient):
23137         Implement not-matching option.
23138
23139 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23140
23141         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23142         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23143         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23144         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23145         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23146         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23147
23148 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23149
23150         * message.el (message-forward-make-body-mml): Remove headers
23151         according to message-forward-ignored-headers if a message is decoded.
23152
23153 2004-12-02  Romain Francoise  <romain@orebokech.com>
23154
23155         * message.el (message-forward-make-body-plain): Always remove
23156         headers according to message-forward-ignored-headers.
23157
23158 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23159
23160         * spam.el (spam-summary-prepare-exit): Remove the
23161         gnus-summary-limit pop for now, it has problems with ham marks for
23162         me.
23163
23164 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23165
23166         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23167         correctly.
23168
23169 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23170
23171         * format-spec.el (format-spec): Message the char.
23172
23173 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23174
23175         * gnus-art.el (gnus-split-methods): Reformat comments.
23176
23177         * spam.el (spam-summary-prepare-exit): Remove article limits
23178         before exiting the summary buffer.
23179
23180 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23181
23182         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23183         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23184
23185         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23186         order to silence the byte compiler.
23187
23188         * spam.el: Fix the way to silence the byte compiler, which
23189         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23190         bbdb-search-simple, spam-BBDB-register-routine,
23191         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23192         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23193         spam-stat-buffer-is-spam, spam-stat-load,
23194         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23195         spam-stat-save and spam-stat-split-fancy.
23196
23197 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23198
23199         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23200         which may confuse users.
23201         (canlock-password-for-verify): Ditto.
23202
23203         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23204
23205         * gnus-art.el (gnus-emphasis-alist): Ditto.
23206
23207         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23208
23209         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23210
23211         * gnus-start.el (gnus-save-killed-list): Ditto.
23212
23213         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23214         (gnus-sum-thread-tree-root): Ditto.
23215         (gnus-sum-thread-tree-false-root): Ditto.
23216         (gnus-sum-thread-tree-single-indent): Ditto.
23217
23218         * message.el (message-courtesy-message): Ditto.
23219         (message-archive-note): Ditto.
23220         (message-subscribed-address-file): Ditto.
23221         (message-user-fqdn): Ditto.
23222
23223         * spam-report.el (spam-report-gmane-regex): Ditto.
23224
23225         * spam.el (spam-blackhole-good-server-regex): Ditto.
23226
23227 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23228
23229         * mml.el (mml-preview): Widen the message buffer before copying
23230         the contents to the preview buffer; sort headers before previewing.
23231
23232         * message.el (message-hidden-headers): Fix the way to avoid a bug
23233         in the `repeat' widget in Emacs 21.3 or earlier.
23234
23235 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23236
23237         * message.el (message-hidden-headers): Default to "^References:".
23238         Improve customization type.  Suggested by Reiner Steib
23239         <Reiner.Steib@gmx.de>.
23240
23241 2004-11-25  Romain Francoise  <romain@orebokech.com>
23242
23243         * message.el (message-strip-forbidden-properties): Remove check for
23244         obsolete `message-hidden' text property, hidden headers are not
23245         accessible in the buffer anymore.
23246
23247 2004-11-22  Romain Francoise  <romain@orebokech.com>
23248
23249         * message.el (message-header-format-alist): Add `From' in list
23250         so that it can be sorted.
23251         (message-fix-before-sending): Widen and sort headers before
23252         sending.
23253         (message-hide-headers): Use narrowing to hide headers by moving
23254         them to the top of the buffer and narrowing to the region
23255         underneath.
23256
23257 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23258
23259         * message.el (message-strip-forbidden-properties):
23260         Bind buffer-read-only (etc) to nil.
23261
23262 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23263
23264         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23265         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23266
23267 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23268
23269         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23270
23271 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23272
23273         * dns.el (query-dns): Use sit-for to time instead of
23274         accept-process-output, since that doesn't seem to work on udp
23275         sockets.
23276
23277 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23278
23279         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23280
23281 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23282
23283         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23284         doc string.  Improve doc string.
23285
23286 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23287
23288         * nntp.el (nntp-request-update-info): Return nil if
23289         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23290         may not call gnus-activate-group which uselessly issues the GROUP
23291         commands for all nntp groups and wastes time.  Reported by Romain
23292         Francoise <romain@orebokech.com>.
23293
23294         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23295
23296 2004-11-15  Simon Josefsson  <jas@extundo.com>
23297
23298         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23299         headers separately.
23300         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23301         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23302
23303 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23304
23305         * gnus-start.el (gnus-convert-old-newsrc):
23306         Assign legacy-gnus-agent to 5.10.7.
23307
23308 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23309
23310         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23311         start of the lines.
23312
23313 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23314
23315         * hashcash.el (hashcash-default-payment): Change default to 20.
23316         (hashcash-default-accept-payment): Change default to 20.
23317         (hashcash-process-alist): New variable.
23318         (hashcash-generate-payment-async): Add.
23319         (hashcash-already-paid-p): Add.
23320         (hashcash-insert-payment): Don't generate payments twice.
23321         (hashcash-insert-payment-async): Add.
23322         (hashcash-insert-payment-async-2): Add.
23323         (hashcash-cancel-async): Add.
23324         (hashcash-wait-async): Add.
23325         (hashcash-processes-running-p): Add.
23326         (hashcash-wait-or-cancel): Add.
23327         (mail-add-payment): New optional argument.  Conditionally start
23328         asynchronous calculation.
23329         (mail-add-payment-async): Add.
23330
23331         * message.el (message-send-mail): Wait for asynchronous hashcash
23332         results.  Don't clobber existing X-Hashcash headers.
23333         (message-setup-1): Call mail-add-payment-async when
23334         message-generate-hashcash is non-nil.
23335
23336 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23337
23338         * message.el (message-use-alternative-email-as-from): Examine the
23339         From header as well; use message-make-from in order to include a
23340         user's full name.
23341
23342 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23343
23344         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23345         default; improve customization type.
23346         (gnus-emphasis-custom-with-format): New macro.
23347         (gnus-emphasis-custom-value-to-external): New function.
23348         (gnus-emphasis-custom-value-to-internal): New function.
23349
23350 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23351
23352         * dns.el (query-dns): Resolve reverse addresses.
23353
23354 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23355
23356         * gnus-group.el (gnus-group-get-new-news): Use it.
23357
23358         * gnus-start.el (gnus-check-reasonable-setup): New function.
23359
23360 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23363         "Args out of range" error.  Reported by Arnaud Giersch
23364         <arnaud.giersch@free.fr>.
23365
23366 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23367
23368         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23369
23370 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23371
23372         * spam.el (spam group): Add :version.
23373
23374         * pgg-def.el (pgg group): Add :version.
23375
23376 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * gnus-art.el (gnus-article-edit-article): Don't associate the
23379         article buffer with a draft file.  This is a temporary measure
23380         against the 2004-08-22 change to gnus-article-edit-mode.
23381
23382 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23385         (html2text-format-tags): Remove unused variable `attr'.
23386
23387 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23388
23389         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23390
23391         * tls.el (tls-process-connection-type, tls-success)
23392         (tls-certtool-program): Add :version.
23393
23394         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23395         (starttls-extra-arguments, starttls-process-connection-type)
23396         (starttls-connect, starttls-failure, starttls-success): Add :version.
23397
23398         * spam-stat.el (spam-stat): Add :version.
23399
23400         * sieve.el (sieve): Add :version.
23401
23402         * sha1.el (sha1): Add :version.
23403         (sha1-use-external): Remove redundant version.
23404
23405         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23406         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23407         (nnmail-split-fancy-match-partial-words)
23408         (nnmail-split-lowercase-expanded): Add :version.
23409
23410         * nndiary.el (nndiary): Add :version.
23411
23412         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23413
23414         * mml-sec.el (mml-default-sign-method)
23415         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23416         Add :version.
23417
23418         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23419
23420         * mm-url.el (mm-url-use-external, mm-url-program)
23421         (mm-url-arguments): Add :version.
23422
23423         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23424         (mm-attachment-file-modes, mm-decrypt-option)
23425         (mm-w3m-safe-url-regexp): Add :version.
23426
23427         * message.el (message-cite-prefix-regexp)
23428         (message-sendmail-envelope-from, message-minibuffer-local-map)
23429         (message-user-fqdn, message-completion-alist): Add :version.
23430
23431         * gnus-win.el (gnus-configure-windows-hook)
23432         (gnus-use-frames-on-any-display): Add :version.
23433
23434         * gnus-art.el (gnus-article-address-banner-alist)
23435         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23436         (gnus-treat-from-picon, gnus-treat-mail-picon)
23437         (gnus-treat-x-pgp-sig): Add :version.
23438
23439         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23440         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23441         (gnus-summary-article-delete-hook)
23442         (gnus-summary-display-while-building): Add :version.
23443
23444         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23445         (gnus-get-top-new-news-hook): Add :version.
23446
23447         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23448         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23449
23450         * gnus-registry.el (gnus-registry): Add :version.
23451
23452         * gnus-spec.el (gnus-use-correct-string-widths)
23453         (gnus-make-format-preserve-properties): Add :version.
23454
23455         * gnus.el (gnus-group-charter-alist)
23456         (gnus-group-fetch-control-use-browse-url)
23457         (gnus-install-group-spam-parameters): Add :version.
23458
23459         * gnus-diary.el (gnus-diary): Add :version.
23460
23461         * gnus-delay.el (gnus-delay): Add :version.
23462
23463         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23464         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23465         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23466         Add :version.
23467
23468         * gnus-agent.el (gnus-agent-max-fetch-size)
23469         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23470         (gnus-agent-prompt-send-queue): Add :version.
23471
23472         * deuglify.el (gnus-outlook-deuglify): Add :version.
23473
23474         * html2text.el: Beautify code.  Improve doc strings.
23475         Some checkdoc cleanup.
23476         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23477
23478 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23479
23480         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23481
23482 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23483
23484         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23485         when package is loaded.
23486
23487         * spam.el (spam-summary-score-preferred-header): Add global preference
23488         for people who want to override the default SpamAssassin over
23489         Bogofilter preference (when both are set).
23490         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23491         (spam-user-format-function-S):
23492         Check spam-summary-score-preferred-header.
23493         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23494         (spam-user-format-function-S): Format the score correctly.
23495
23496 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23499         signature file.  Suggested by Manoj Srivastava
23500         <srivasta@golden-gryphon.com>.
23501
23502         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23503         iso-2022-jp even in the Japanese language environment.
23504         Suggested by Jason Rumney <jasonr@gnu.org>.
23505
23506 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23507
23508         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23509         use the same characters as the dummy marks; make it free from
23510         getting affected by the language environment.
23511         (gnus-summary-read-group-1): Update mark positions only when the
23512         format spec is updated.
23513
23514         * gnus-spec.el (gnus-update-format-specifications): Return a list
23515         of updated types.
23516
23517 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23518
23519         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23520         of boundp to check if display-warning is available.
23521
23522 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23523
23524         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23525
23526 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23527
23528         * nnspool.el (nnspool-spool-directory): Use news-path if the
23529         news-directory variable is not bound.
23530
23531         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23532         function instead of display-warning if it is not available.
23533
23534 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23535
23536         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23537         v5-10: Use `point-at-bol'.
23538
23539 2004-10-26  Simon Josefsson  <jas@extundo.com>
23540
23541         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23542         <chenggao@gmail.com>.
23543
23544 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23545
23546         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23547         instead.
23548
23549 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23550
23551         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23552         to remove a server from the nnimap-server-buffer-alist.
23553         (nnimap-open-connection, nnimap-close-server): Use it.
23554
23555         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23556
23557 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23560         running the major-mode function.
23561
23562 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23563
23564         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23565         dummy marks in the right way.
23566
23567 2004-10-18  David Edmondson  <dme@dme.org>
23568
23569         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23570         excessively.
23571
23572 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23573
23574         * gnus-util.el (gnus-split-references): Accept a nil references
23575         string and go on blissfully.
23576
23577         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23578         cases where the references string is non-nil but has no references.
23579
23580         * encrypt.el: Add autoload tags.
23581
23582         * spam.el (spam-resolve-registrations-routine): Remove article
23583         from unregistration list too.  Reported by David Hanak
23584         <dhanak@isis.vanderbilt.edu>
23585
23586 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23587
23588         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23589         nil.  Change custom type.
23590
23591 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23594
23595         * gnus-sum.el (gnus-summary-move-article): Use it.
23596
23597 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23598
23599         * encrypt.el: Add autoload cookies.
23600
23601         * spam.el (spam-backend-article-list-property)
23602         (spam-backend-get-article-todo-list)
23603         (spam-backend-put-article-todo-list)
23604         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23605         Resolve registrations separately.
23606         (spam-register-routine): Format comments.
23607         (spam-unregister-routine, spam-register-routine): Always call with
23608         specific-articles, no default list.
23609         (spam-summary-prepare-exit): Use the spam-classifications function.
23610
23611         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23612         gnus-encrypt.el.
23613
23614         * encrypt.el: Copied from gnus-encrypt.el.
23615
23616         * gnus-encrypt.el: Commented that it's obsolete.
23617
23618 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23619
23620         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23621         (gnus-score-save): Use it.
23622
23623         * message.el (message-bury): Use `window-dedicated-p'.
23624
23625 2004-10-15  Simon Josefsson  <jas@extundo.com>
23626
23627         * pop3.el (top-level): Don't require nnheader.
23628         (pop3-read-timeout): Add.
23629         (pop3-accept-process-output): Add.
23630         (pop3-read-response, pop3-retr): Use it.
23631
23632 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23633
23634         * spam.el (spam-register-routine): Move comment.
23635         (spam-verify-bogofilter): Use 'unknown for the initial
23636         spam-bogofilter-valid state, not 'never.
23637
23638         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23639         for netrc-machine.
23640
23641         * nnimap.el (nnimap-open-connection):
23642         Use netrc-machine-user-or-password.
23643
23644 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23645
23646         * gnus-registry.el (gnus-registry-unload-hook):
23647         Set as a variable with add-hook.
23648
23649         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23650         of news-path.
23651
23652         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23653
23654         * spam.el: Delete duplicate `provide'.
23655         (spam-unload-hook): Set as a variable with add-hook.
23656
23657 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23658
23659         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23660         in the doc string.
23661
23662         * message.el (message-ignored-news-headers)
23663         (message-ignored-supersedes-headers)
23664         (message-ignored-resent-headers)
23665         (message-forward-ignored-headers): Improve custom type.
23666
23667 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23668
23669         * message.el (message-tokenize-header): Fix 2004-09-06 change
23670         which used point-min in the wrong place.
23671
23672 2004-10-12  Simon Josefsson  <jas@extundo.com>
23673
23674         * tls.el (tls-certtool-program): New variable.
23675         (tls-certificate-information): New function, based on
23676         ssl-certificate-information.
23677
23678 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * compface.el: Move the version of ELisp-based uncompface program
23681         to the contrib directory because of the copyright problem.
23682
23683 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23684
23685         * message.el (message-kill-buffer): Raise the current frame.
23686
23687 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23688
23689         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23690
23691         * gnus.el (message-y-or-n-p): Autoload.
23692
23693         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23694         (pop3-password-required, pop3-authentication-scheme)
23695         (pop3-leave-mail-on-server): Make customizable.
23696         (pop3): New custom group.
23697         (pop3-retr): Remove `sleep-for' statements.
23698         Suggested by Dave Love <fx@gnu.org>.
23699
23700         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23701         Windows/DOS.
23702
23703         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23704         (imap-parse-body): Fix incorrect use of `assert'.
23705         Suggested by Dave Love <fx@gnu.org>.
23706
23707         * mml.el (mml-minibuffer-read-disposition): Require match.
23708         Suggested by Dave Love <fx@gnu.org>.
23709
23710 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23711
23712         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23713         doc string.
23714
23715 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23716
23717         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23718
23719 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23720
23721         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23722         instead of calling `mm-insert-inline', to decode text/* parts
23723         before displaying them.
23724
23725 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23726
23727         * mm-uu.el (mm-uu-text-plain-type): New variable.
23728         (mm-uu-pgp-signed-extract-1): Use it.
23729         (mm-uu-pgp-encrypted-extract-1): Use it.
23730         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23731         bind mm-uu-text-plain-type with that value.
23732         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23733         mm-uu-dissect.
23734
23735 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * gnus-group.el (gnus-update-group-mark-positions):
23738         * gnus-sum.el (gnus-update-summary-mark-positions):
23739         * message.el (message-check-news-body-syntax):
23740         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23741         of string-as-multibyte.
23742
23743 2004-10-05  Juri Linkov  <juri@jurta.org>
23744
23745         * gnus-group.el (gnus-update-group-mark-positions):
23746         * gnus-sum.el (gnus-update-summary-mark-positions):
23747         * message.el (message-check-news-body-syntax):
23748         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23749         8-bit unibyte values to a multibyte string for search functions.
23750
23751 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23752
23753         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23754         (mm-uu-dissect-text-parts): New function.
23755
23756         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23757         dissect text parts.
23758
23759         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23760         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23761
23762         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23763
23764         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23765         Use gnus-current-topics instead of gnus-current-topic.
23766
23767 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23768
23769         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23770
23771 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23772
23773         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23774         where appropriate.
23775
23776         * nnml.el (nnml-generate-active-info): do.
23777
23778         * nndiary.el (nndiary-generate-active-info): do.
23779
23780         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23781         (gnus-topic-move): do.
23782
23783         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23784         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23785
23786         * gnus-srvr.el (gnus-server-prepare)
23787         (gnus-server-open-all-servers): do.
23788
23789         * gnus-msg.el (gnus-summary-cancel-article)
23790         (gnus-summary-resend-message)
23791         (gnus-summary-mail-crosspost-complaint): do.
23792
23793         * gnus-move.el (gnus-change-server): do.
23794
23795         * gnus-group.el (gnus-group-unmark-all-groups)
23796         (gnus-group-set-current-level): do.
23797
23798 2004-10-04  Simon Josefsson  <jas@extundo.com>
23799
23800         * message.el (message-generate-hashcash): Doc fix.
23801
23802 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23803
23804         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23805         avoid infinite recursion via gnus-get-function.
23806
23807 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23808
23809         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23810
23811         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23812
23813         * nnmail.el (nnmail-split-history): do.
23814
23815         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23816         (nnml-request-delete-group): do.
23817
23818         * nnslashdot.el (nnslashdot-read-groups): do.
23819
23820         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23821         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23822
23823         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23824         (nnspool-sift-nov-with-sed): Use last.
23825         (nnspool-retrieve-headers-with-nov): Use mapc.
23826         (nnspool-request-newgroups): Use dolist.
23827         (nnspool-request-group): Use last.
23828
23829         * nntp.el (nntp-read-server-type): Use dolist.
23830
23831         * nnvirtual.el (nnvirtual-create-mapping)
23832         (nnvirtual-update-read-and-marked): Use dolist.
23833         (nnvirtual-convert-headers): Simplify.
23834
23835 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23836
23837         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23838         Add support for sync'ing tick marks.
23839
23840 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23841
23842         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23843         there's no visible header.
23844
23845 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23846
23847         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23848         When necessary, pass full group name to gnus-request-set-marks.
23849
23850 2004-10-01  Simon Josefsson  <jas@extundo.com>
23851
23852         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23853         acroread.
23854
23855 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23856
23857         * spam-report.el (spam-report-gmane): Fix interactive.
23858
23859         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23860
23861         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23862         when writing file.
23863         (gnus-agent-synchronize-flags): Don't default to being
23864         interactive.
23865
23866 2004-09-30  Simon Josefsson  <jas@extundo.com>
23867
23868         * message.el (message-generate-hashcash): Add.
23869         (message-send-mail): Use it, call mail-add-payment.
23870
23871 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23872
23873         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23874
23875 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23876
23877         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23878         gnus-requst-update-info with explicit code to sync the in-memory
23879         info read flags with the marks being sync'd to the backend.
23880
23881         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23882
23883 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23884
23885         * spam.el (spam-verify-bogofilter): Add new function.
23886         (spam-check-bogofilter)
23887         (spam-bogofilter-register-with-bogofilter): Use it.
23888         (spam-verify-bogofilter): Add small fixes.
23889
23890 2004-09-28  Simon Josefsson  <jas@extundo.com>
23891
23892         * hashcash.el (hashcash-generate-payment): Revert.
23893
23894 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23895
23896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23897         Use gnus-extract-references instead of gnus-split-references.
23898
23899         * gnus-util.el (gnus-extract-references): Add new function, analogous
23900         to gnus-split-references but extracts only the message-ID without
23901         anything extra.
23902
23903         * hashcash.el (hashcash-generate-payment)
23904         (hashcash-check-payment): Do the right thing if hashcash-path is
23905         nil (because the hashcash program could not be found).
23906
23907         * spam.el (spam-use-hashcash): Remove comment.
23908
23909 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23910
23911         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23912         (gnus-cache-enter-article, gnus-cache-remove-article)
23913         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23914
23915         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23916
23917         * gnus-art.el (article-hide-boring-headers)
23918         (article-translate-strings, article-display-face)
23919         (gnus-article-mime-match-handle-first)
23920         (gnus-article-highlight-headers)
23921         (gnus-article-add-buttons-to-head): do.
23922
23923 2004-09-27  Simon Josefsson  <jas@extundo.com>
23924
23925         * hashcash.el: New version, from
23926         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23927         ../contrib/.
23928
23929 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23932
23933 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23934
23935         * gnus-dup.el (gnus-dup-open): Use mapc.
23936         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23937
23938         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23939         Reported by Stefan Wiens <s.wi@gmx.net>.
23940
23941         * gnus.el (gnus-shutdown): Use dolist.
23942
23943         * gnus-undo.el (gnus-undo): Use mapc.
23944
23945         * nnrss.el (nnrss-generate-active): do.
23946
23947         * message.el (message-cite-original-without-signature)
23948         (message-cite-original): Use mapc.
23949         (message-do-actions, message-make-forward-subject): Use dolist.
23950
23951 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23952
23953         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23954         deletion to remove entire duplicate line.  Fixes merged article
23955         number bug.
23956
23957 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23958
23959         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23960         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23961         first ask if you want to open a server and then, even when you
23962         responded with no, asking if you want to synchronize the server's
23963         flags.
23964         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23965         multi-line expressions.
23966         (gnus-agent-synchronize-group-flags): New internal function.
23967         Updates marks in memory (in the info structure) AND in the
23968         backend.
23969
23970         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23971
23972         * nnagent.el (nnagent-request-set-mark):
23973         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23974         method, to ensure that synchronization updates marks in the
23975         backend and in the info (in memory) structure.
23976
23977 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23978
23979         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23980         convention fully; don't miss the root article of a thread; make
23981         the X-Draft-From header with correct article numbers.
23982
23983 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23984
23985         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23986         unless plugged.  Disable the agent so that an open failure causes
23987         an error.
23988
23989         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23990         Revert 2004-09-21 change.  The backend must be opened while
23991         synchronizing flags even when the backend stores the flags
23992         locally.
23993
23994 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23995
23996         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23997         in `header' match.  Reported by Svend Tollak Munkejord.
23998
23999         * message.el (message-cite-original): Fix use of
24000         `message-cite-articles-with-x-no-archive'.
24001
24002 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24005         (gnus-window-to-buffer): Ditto.
24006
24007         * mml.el (mml-preview-buffer): New variable.
24008         (mml-preview): Manage window layout with gnus-buffer-configuration.
24009
24010         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24011         X-Draft-From header even if those articles aren't quoted.
24012
24013 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24014
24015         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24016         (gnus-request-set-mark, gnus-request-update-mark): Use new
24017         g-s-t-u-l-m to decide to use backend even when unplugged.
24018
24019 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24020
24021         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24022         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24023
24024 2004-09-20  Simon Josefsson  <jas@extundo.com>
24025
24026         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24027         "utf-16-le".
24028
24029 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24030
24031         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24032
24033 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24034
24035         * uudecode.el (uudecode-use-external): Add :version.
24036
24037         * smime.el (smime-CA-file, smime-encrypt-cipher)
24038         (smime-dns-server): Add :version.
24039
24040         * smiley.el (gnus-smiley-file-types): Add :version.
24041
24042         * sha1.el (sha1-use-external): Add :version.
24043
24044         * pgg-def.el (pgg-query-keyserver): Add :version.
24045
24046         * nnmail.el (nnmail-fancy-expiry-targets)
24047         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24048         Add :version.
24049
24050         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24051         (nnimap-retrieve-groups-asynchronous): Add :version.
24052         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24053
24054         * mml.el (mml-content-disposition-parameters)
24055         (mml-insert-mime-headers-always): Add :version.
24056
24057         * mm-util.el (mm-coding-system-priorities): Add :version.
24058
24059         * mm-decode.el (mm-inline-text-html-with-images)
24060         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24061         (mm-verify-option): Add :version.
24062         (mm-text-html-renderer): Change :version.
24063
24064         * message.el (message-fcc-externalize-attachments)
24065         (message-required-headers, message-draft-headers)
24066         (message-subject-trailing-was-query)
24067         (message-subject-trailing-was-ask-regexp)
24068         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24069         (message-mark-insert-end, message-archive-header)
24070         (message-archive-note, message-cross-post-default)
24071         (message-cross-post-note, message-followup-to-note)
24072         (message-cross-post-note-function, message-use-mail-followup-to)
24073         (message-subscribed-address-functions)
24074         (message-subscribed-address-file, message-subscribed-addresses)
24075         (message-subscribed-regexps, message-allow-no-recipients)
24076         (message-yank-cited-prefix, message-signature-insert-empty-line)
24077         (message-hidden-headers, message-hierarchical-addresses)
24078         (message-mail-user-agent, message-use-idna)
24079         (message-valid-fqdn-regexp)
24080         (message-strip-special-text-properties, message-header-synonyms)
24081         (message-beginning-of-line, message-tab-body-function): Add :version.
24082         (message-insert-canlock, message-wide-reply-confirm-recipients):
24083         Change :version.
24084
24085         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24086         and :version.
24087         (mail-source-delete-old-incoming-confirm)
24088         (mail-source-movemail-program): Add :version.
24089
24090         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24091         (gnus-agent-cache, gnus-agent): Change :version.
24092
24093         * gnus-util.el (gnus-use-byte-compile): Change :version.
24094
24095         * gnus-sum.el (gnus-summary-make-false-root-always)
24096         (gnus-summary-default-high-score)
24097         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24098         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24099         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24100         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24101         (gnus-sum-thread-tree-single-indent)
24102         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24103         (gnus-sum-thread-tree-leaf-with-other)
24104         (gnus-sum-thread-tree-single-leaf): Add :version.
24105         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24106         (gnus-article-loose-mime): Change :version.
24107
24108         * gnus-start.el (gnus-backup-startup-file)
24109         (gnus-save-startup-file-via-temp-buffer): Add :version.
24110
24111         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24112         (gnus-server-offline-face): Add :version.
24113
24114         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24115
24116         * gnus-msg.el (gnus-gcc-externalize-attachments)
24117         (gnus-debug-files, gnus-debug-exclude-variables)
24118         (gnus-discouraged-post-methods): Change :version.
24119         (gnus-confirm-mail-reply-to-news)
24120         (gnus-confirm-treat-mail-like-news): Add :version.
24121
24122         * gnus-int.el (gnus-server-unopen-status): Add :version.
24123
24124         * gnus-group.el (gnus-group-jump-to-group-prompt)
24125         (gnus-large-ephemeral-newsgroup)
24126         (gnus-fetch-old-ephemeral-headers): Add :version.
24127
24128         * gnus-fun.el (gnus-x-face-directory)
24129         (gnus-convert-pbm-to-x-face-command)
24130         (gnus-convert-image-to-x-face-command)
24131         (gnus-convert-image-to-face-command): Add :version.
24132
24133         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24134
24135         * gnus-cite.el (gnus-cite-blank-line-after-header)
24136         (gnus-article-boring-faces): Add :version.
24137
24138         * gnus-art.el (gnus-buttonized-mime-types)
24139         (gnus-inhibit-mime-unbuttonizing)
24140         (gnus-treat-display-face)
24141         (gnus-treat-body-boundary): Change :version.
24142         (gnus-body-boundary-delimiter, gnus-picon-databases)
24143         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24144         (gnus-treat-date-english, gnus-treat-fold-headers)
24145         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24146         (gnus-treat-mail-picon, gnus-treat-wash-html)
24147         (gnus-article-encrypt-protocol)
24148         (gnus-use-idna, gnus-article-over-scroll)
24149         (gnus-mime-display-multipart-alternative-as-mixed)
24150         (gnus-mime-display-multipart-related-as-mixed)
24151         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24152         (gnus-ctan-url, gnus-button-ctan-handler)
24153         (gnus-button-handle-ctan-bogus-regexp)
24154         (gnus-button-ctan-directory-regexp)
24155         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24156         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24157         (gnus-button-man-level, gnus-button-emacs-level)
24158         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24159
24160         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24161         (gnus-agent-go-online): Change :version.
24162         (gnus-agent-expire-unagentized-dirs)
24163         (gnus-agent-auto-agentize-methods): Add :version.
24164
24165         * flow-fill.el (fill-flowed-display-column)
24166         (fill-flowed-encode-column): Add :version.
24167
24168         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24169         (gnus-outlook-deuglify-unwrap-max)
24170         (gnus-outlook-deuglify-cite-marks)
24171         (gnus-outlook-deuglify-unwrap-stop-chars)
24172         (gnus-outlook-deuglify-no-wrap-chars)
24173         (gnus-outlook-deuglify-attrib-cut-regexp)
24174         (gnus-outlook-deuglify-attrib-verb-regexp)
24175         (gnus-outlook-deuglify-attrib-end-regexp)
24176         (gnus-outlook-display-hook): Add :version.
24177
24178         * binhex.el (binhex-use-external): Add :version.
24179
24180 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24181
24182         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24183         and `invisible'.
24184
24185 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24186
24187         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24188         in gnus-registry-trim.
24189
24190 2004-09-13  Simon Josefsson  <jas@extundo.com>
24191
24192         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24193
24194         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24195
24196         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24197         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24198         <yamaoka@jpl.org>.
24199         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24200         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24201         <yamaoka@jpl.org>.
24202
24203         * sieve.el (sieve-manage-mode): Ditto.
24204
24205 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24206
24207         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24208
24209 2004-09-11  Simon Josefsson  <jas@extundo.com>
24210
24211         * dns-mode.el: Add.
24212
24213         * mm-view.el (mm-display-dns-inline): Add.
24214
24215         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24216         (mm-automatic-display): Ditto.
24217
24218         * mailcap.el (mailcap-mime-data): Add text/dns.
24219         (mailcap-mime-extensions): Map .soa to text/dns.
24220
24221 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24222
24223         * gnus-art.el (article-decode-mime-words, article-babel)
24224         (gnus-article-highlight-signature, gnus-article-add-buttons)
24225         (gnus-signature-toggle): Remove unnecessary bindings of
24226         `inhibit-read-only' inherited from v5.10 merge.
24227
24228 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24229
24230         * nntp.el (nntp): New customization group.
24231         (nntp-authinfo-file): Add customization group.
24232
24233         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24234
24235         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24236
24237         * gnus.el (to-address, to-list, subscribed)
24238         (large-newsgroup-initial): Ditto.
24239
24240         * flow-fill.el (fill-flowed-display-column)
24241         (fill-flowed-encode-column): Ditto.
24242
24243 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24244
24245         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24246         Use point-min rather than 1.
24247         (message-send-mail): Use buffer-size rather than point-max.
24248
24249         * gnus-sum.el (gnus-summary-search-article-forward):
24250         Signal a specific `search-failed' rather than a generic `error'.
24251
24252         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24253         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24254         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24255
24256 2004-09-10  Simon Josefsson  <jas@extundo.com>
24257
24258         * nndb.el (require): Remove tcp and duplicate cl.
24259
24260 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24261
24262         * gnus-agent.el (directory-files-and-attributes): Move forward.
24263
24264 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24265
24266         * gnus-agent.el (directory-files-and-attributes):
24267         Optionally defined to support XEmacs.
24268
24269 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24270
24271         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24272         to avoid run-time CL dependencies.
24273         (gnus-agent-unfetch-articles): New function.
24274         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24275         article numbers even when local .overview file is missing.
24276         (gnus-agent-read-article-number): New function.  Only accepts
24277         27-bit article numbers.
24278         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24279         Use gnus-agent-read-article-number.
24280         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24281         from backend while recognizing that article numbers in .overview
24282         must be valid.
24283         (gnus-agent-update-files-total-fetched-for):
24284         Use directory-files-and-attributes to improve performance.
24285         * gnus-int.el (gnus-request-move-article):
24286         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24287         improve performance.
24288
24289         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24290         some users confused by references to .newsrc when they only have a
24291         .newsrc.eld file.
24292         (gnus-convert-mark-converter-prompt)
24293         (gnus-convert-converter-needs-prompt): Fix use of property list.
24294         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24295         New function.  Used internally to only display 'gnus converting
24296         files' message when actually necessary.
24297
24298         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24299         methods now autoloaded.
24300
24301 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24302
24303         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24304         identifiers.
24305
24306 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24307
24308         * gnus-picon.el: Fix indentation and closing parenthesis.
24309
24310 2004-09-01  Simon Josefsson  <jas@extundo.com>
24311
24312         * message.el (message-canlock-generate): Require sha1, not
24313         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24314         to require within a function.  Sadly, if sha1.el isn't loaded, the
24315         let binding in m-c-g will hide the defcustom definition, which is
24316         bad.)
24317
24318         * canlock.el: Require sha1, not sha1-el.
24319
24320         * message.el: Don't autoload sha1 (there is a autoload cookie in
24321         sha1.el).
24322
24323         * sha1-el.el: Rename to sha1.el.
24324
24325 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24326
24327         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24328
24329 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24330
24331         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24332
24333 2004-08-30  Kim F. Storm  <storm@cua.dk>
24334
24335         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24336
24337         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24338         Add :group 'nnimap.
24339
24340 2004-08-30  Andreas Schwab  <schwab@suse.de>
24341
24342         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24343         ?* and ?\;.
24344
24345         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24346         and ?\' to symbol instead of whitespace.
24347
24348 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24349
24350         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24351
24352         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24353         instead of re-search-forward.
24354
24355         * gnus-uu.el (gnus-uu-save-article): Ditto.
24356         (gnus-uu-post-encode-uuencode): Ditto.
24357
24358         * html2text.el (html2text-clean-list-items): Ditto.
24359         (html2text-clean-dtdd): Ditto.
24360         (html2text-format-tags): Ditto.
24361
24362         * message.el (message-send-mail-with-sendmail): Fix regexp.
24363         (message-fill-field-general): Use search-forward instead of
24364         re-search-forward.
24365         (unbold-region): Ditto.
24366
24367         * nnrss.el (nnrss-request-article): Ditto.
24368
24369         * nnslashdot.el (nnslashdot-request-article): Ditto.
24370
24371         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24372
24373         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24374         "Unrecognized menu descriptor" error in XEmacs.
24375
24376 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24377
24378         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24379         parent article of a sparse article in the thread hashtb.
24380
24381 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24382
24383         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24384         (nnmail-expand-newtext): Lowercase expanded entries if
24385         nnmail-split-lowercase-expanded is non-nil.
24386
24387 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24390
24391         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24392         of gnus-tmp-news-method into string under XEmacs.  It will be
24393         passed to gnus-correct-length which takes only a string argument.
24394
24395 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * gnus-util.el (gnus-bind-print-variables): New macro.
24398         (gnus-prin1): Use it.
24399         (gnus-prin1-to-string): Use it.
24400         (gnus-pp): New function.
24401         (gnus-pp-to-string): New function.
24402
24403         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24404         Replace pp-to-string with gnus-pp-to-string.
24405         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24406         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24407         * gnus-msg.el (gnus-debug): Ditto.
24408         * gnus-score.el (gnus-score-save): Ditto.
24409         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24410         gnus-pp-to-string.
24411         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24412         with gnus-pp.
24413         * score-mode.el (gnus-score-pretty-print): Ditto.
24414         * webmail.el (webmail-debug): Ditto.
24415
24416 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24417
24418         * gnus-art.el (article-display-face, article-display-x-face):
24419         Use buffer-read-only.
24420
24421 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24422
24423         * gnus-art.el (article-hide-list-identifiers):
24424         Bind inhibit-read-only as t.
24425
24426 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24427
24428         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24429
24430 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24431
24432         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24433         (gnus-narrow-to-page): Don't assume point-min == 1.
24434         (gnus-article-edit-mode): Derive from message-mode.
24435
24436         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24437         point-min == 1.
24438
24439         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24440         Disable incorrect use of `assert'.
24441
24442         * message.el (message-mode): Set comment-start-skip.
24443
24444
24445 2004-08-22  Sam Steingold  <sds@gnu.org>
24446
24447         * pop3.el (pop3-leave-mail-on-server): New user variable.
24448         (pop3-movemail): Delete mail only when it is nil.
24449
24450 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24451
24452         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24453
24454         * mml.el (mml-preview): Use `pop-to-buffer'.
24455
24456         * message.el (message-goto-mail-followup-to): Insert after "To".
24457         (message-carefully-insert-headers): Add comment.
24458
24459         * gnus.el: Remove unused variable `gnus-article-check-size'.
24460
24461         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24462
24463         * gnus-art.el (gnus-button-alist):
24464         Improve `gnus-button-handle-library' entry.
24465
24466 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24467
24468         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24469         Use downcase, since XEmacs capitalizes error messages differently.
24470
24471 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24472
24473         * nntp.el: Add (require 'gnus) due to reference to
24474         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24475
24476 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24477
24478         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24479         Bind `mm-fill-flowed'.
24480
24481         * mm-decode.el (mm-dissect-singlepart): Check it.
24482
24483 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24484
24485         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24486         'imap' for netrc parsing.
24487
24488 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24489
24490         * mailcap.el (mailcap-mime-data): Mark as risky.
24491
24492 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24495         may be included in the encoded word.
24496         (rfc2047-encode): Don't append a space if the encoded word
24497         includes close parenthesis.
24498
24499 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24500
24501         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24502         of text within parentheses.
24503
24504 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24505
24506         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24507         (gnus-encrypt-write-file-contents): Make the password key the file
24508         name PLUS the cipher, not just the cipher.  Also remove failed
24509         passwords from the cache.
24510
24511 2004-08-06  Simon Josefsson  <jas@extundo.com>
24512
24513         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24514         Doc fix.
24515
24516 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24517
24518         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24519         LWSP.
24520
24521 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24522
24523         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24524         Try to append in-reply-to: data to the references: header.
24525
24526         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24527         (netrc-parse): Use gnus-encrypt.el functions.
24528
24529         * gnus-encrypt.el: Add new file for encryption support; currently
24530         does only a few GPG ciphers and an internal XOR cipher.
24531
24532         * password.el: Add comments on using password-read-and-add.
24533         (password-read-and-add): Add function to read and add the
24534         password to the cache at once.
24535
24536 2004-07-28  Simon Josefsson  <jas@extundo.com>
24537
24538         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24539         parameter (but don't use it, for now).
24540
24541         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24542         instead of hard coding to nil.
24543
24544 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24545
24546         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24547         as mm-inline-image-xemacs does.
24548
24549 2004-07-26  Simon Josefsson  <jas@extundo.com>
24550
24551         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24552         Revert part of 2004-07-17 change below.
24553
24554 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24555
24556         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24557         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24558
24559 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24560
24561         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24562         quotes that actually start with ">" at the beginning of the
24563         lines.
24564
24565 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24566
24567         * rfc2047.el (rfc2047-encode-region): Fix last change.
24568         (rfc2047-encode-parameter): Remove useless concat.
24569
24570 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24573         encode special characters; fix some kind of misconfigured headers;
24574         signal a real error if debug-on-quit or debug-on-error is non-nil.
24575         (rfc2047-encode-max-chars): New variable.
24576         (rfc2047-encode-1): Use it.
24577         (rfc2047-encode-parameter): New function.
24578
24579         * mml.el (mml-insert-parameter): Remove an excessive space.
24580
24581 2004-07-17  Simon Josefsson  <jas@extundo.com>
24582
24583         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24584         Kai Grossjohann <kai@emptydomain.de>.
24585         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24586         (gnus-group-make-menu-bar): Ditto.
24587
24588         * gnus-util.el (gnus-group-server): Add.
24589
24590 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24591
24592         * message.el (message-clone-locals): Clone sendmail and smtp
24593         variables.
24594
24595 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24596
24597         * rfc2047.el (rfc2047-encode-region): Fix last change.
24598
24599 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24600
24601         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24602         characters as non-special.
24603
24604 2004-07-09  Simon Josefsson  <jas@extundo.com>
24605
24606         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24607         Users will lose all flag changes made while unplugged with
24608         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24609         good default.  See numerous reports on ding mailing list.
24610
24611 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24612
24613         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24614         add generate-head-function and generate-article-function to the
24615         rfc822-forward entry.
24616         (nndoc-rfc822-forward-generate-article): New function.
24617         (nndoc-rfc822-forward-generate-head): New function.
24618
24619         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24620
24621 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24622
24623         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24624         respect display group parameter and gnus-summary-expunge-below.
24625         (gnus-articles-to-read): Remove unused reference to display group
24626         parameter.
24627
24628 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24629
24630         * nnheader.el (nnheader-uniquify-message-id): New experimental
24631         variable.
24632         (nnheader-nov-read-message-id): Use it.
24633
24634         * spam-report.el (spam-report-gmane): Add interactive.
24635
24636 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24637
24638         * mm-encode.el (mm-content-transfer-encoding-defaults):
24639         Use qp-or-base64 for the application/* types.
24640
24641 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24642
24643         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24644
24645 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24646
24647         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24648         trim value.
24649
24650 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24651
24652         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24653         New macro and function.
24654         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24655
24656 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24657
24658         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24659         after-load-alist.
24660
24661 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24662
24663         * gnus-group.el (gnus-group-get-new-news-this-group):
24664         Don't update info that isn't there.
24665
24666 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24667
24668         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24669         entry.
24670
24671 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24672
24673         * mm-view.el (mm-inline-render-with-function): Use multibyte
24674         buffer; decode html source by charset.
24675
24676         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24677
24678         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24679         Mule-UCS is loaded under XEmacs.
24680         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24681
24682 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24683
24684         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24685
24686 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * mm-util.el (mm-coding-system-p): Return a coding-system.
24689         (mm-mime-mule-charset-alist): Use shift_jis instead of
24690         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24691         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24692         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24693         instead of japanese-shift-jis and iso-latin-1 respectively in
24694         order to share the default value with both Emacs and XEmacs-mule.
24695         (mm-mule-charset-to-mime-charset):
24696         Make mm-coding-system-priorities effective.
24697         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24698         while predicating of candidates upon the priorities.
24699
24700 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24701
24702         * gnus-sum.el (gnus-summary-make-menu-bar):
24703         Add gnus-uu-invert-processable.
24704
24705         * gnus.el: Autoload gnus-uu-invert-processable.
24706
24707 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * mm-util.el (mm-with-multibyte-buffer): New macro.
24710
24711         * rfc2047.el (rfc2047-encode-string): Use it.
24712         (rfc2047-encode-region): Move point to the end of the region after
24713         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24714
24715 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24716
24717         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24718         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24719
24720 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24721
24722         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24723         (gnus-cite-parse): Ignore quoted envelope From_.
24724         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24725
24726 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24727
24728         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24729         invalid addresses.
24730
24731 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24732
24733         * spam.el: Change section markers, revise TODO list.
24734         (spam-backends): Make new master list of all installed backends.
24735         (spam-summary-exit-behavior): Add new variable to determine how
24736         messages moves are done at summary exit.
24737         (spam-move-spam-nonspam-groups-only)
24738         (spam-process-ham-in-nonham-groups)
24739         (spam-process-ham-in-spam-groups): Remove variables, the
24740         spam-summary-exit-behavior variable should be used to manage this
24741         behavior.
24742         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24743         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24744         and spam-old-spam-articles.
24745         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24746         Add empty variables, placeholders for the backends they represent.
24747         (spam-set-difference): Move, unchanged.
24748         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24749         unless the user has a processor variable.
24750         (spam-classifications, spam-classification-valid-p)
24751         (spam-backend-properties, spam-backend-property-valid-p)
24752         (spam-backend-function-type-valid-p)
24753         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24754         (spam-report-articles-gmane, spam-report-articles-resend):
24755         Remove functions, they are not needed.
24756         (spam-install-backend-super, spam-backend-list)
24757         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24758         (spam-backend-function, spam-backend-ham-registration-function)
24759         (spam-backend-spam-registration-function)
24760         (spam-backend-ham-unregistration-function)
24761         (spam-backend-spam-unregistration-function)
24762         (spam-backend-statistical-p, spam-backend-mover-p)
24763         (spam-install-backend-alias, spam-install-checkonly-backend)
24764         (spam-install-mover-backend, spam-install-nocheck-backend)
24765         (spam-install-backend, spam-install-statistical-backend)
24766         (spam-install-statistical-checkonly-backend): Add backend installation
24767         support.
24768         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24769         (spam-group-processor-p): Use the new backend code and respect the
24770         summary exit behavior.
24771         (spam-mark-spam-as-expired-and-move-routine): Remove.
24772         (spam-summary-prepare): Change to use the new spam-old-articles
24773         variable.
24774         (spam-copy-or-move-routine, spam-copy-spam-routine)
24775         (spam-move-spam-routine, spam-copy-ham-routine)
24776         (spam-move-ham-routine): Add code to copy/move ham or spam.
24777         (spam-fetch-field-fast): Improve doc and code, plus allow the
24778         'number request.
24779         (spam-list-of-checks, spam-list-of-statistical-checks):
24780         Remove variables.
24781         (spam-split, spam-find-spam): Use the new backend code.
24782         (spam-registration-functions): Remove variable.
24783         (spam-unregister-routine): Add convenience wrapper.
24784         (spam-log-undo-registration, spam-register-routine)
24785         (spam-log-processing-to-registry)
24786         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24787         where possible.
24788         (spam-check-gmane-xref, spam-check-regex-headers)
24789         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24790         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24791         (spam-check-bogofilter-headers, spam-check-spamoracle)
24792         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24793         (spam-check-crm114-headers): Use the spam-split-group that
24794         spam-split prepares, no need to determine it every time.
24795
24796         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24797         to the nnheader-parse-naked-head call.
24798
24799         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24800
24801         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24802         the nnheader-nov-read-message-id call.
24803
24804 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24805
24806         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24807         gnus-activate-group twice.  Suggested by Markus Peter
24808         <warp@spin.de>.
24809
24810 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24811
24812         * gnus-art.el (gnus-article-time-format): Exchange the order of
24813         day and month in the default value; fix customization type.
24814         (article-date-ut): Use add-text-properties.
24815         (article-make-date-line): Use message-make-date instead of
24816         current-time-string.
24817
24818         * message.el (message-fetch-field): Don't use set-text-properties.
24819         (message-make-date): Simplify.
24820
24821         * messagexmas.el (message-xmas-make-date): New function.
24822         (message-xmas-redefine): Defalias message-make-date to it.
24823
24824 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24825
24826         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24827         (rfc2047-encode-region): Treat text within parentheses as special;
24828         show the original text when error has occurred.
24829
24830         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24831         already-computed method to gnus-activate-group.
24832
24833         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24834         same select-methods identical Lisp objects.
24835
24836         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24837         object when modifying the info.
24838
24839 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24840
24841         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24842         gnus-opened-servers since it has never been opened with the new
24843         configuration yet.
24844
24845 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24848         arg to nnheader-generate-fake-message-id.
24849
24850 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24851
24852         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24853         number and build a fake message ID localized to a group and
24854         article number (so it's repeatable from that point on).
24855         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24856         ID format.
24857
24858         * gnus-sum.el (gnus-get-newsgroup-headers):
24859         Call nnheader-generate-fake-message-id with the article number.
24860
24861 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24862
24863         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24864         end-of-buffer.
24865
24866 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24867
24868         * message.el (message-ignored-supersedes-headers): Add Approved.
24869
24870 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24871
24872         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24873         goto-char.
24874         (rfc2047-encode): Fold the line before encoding.
24875
24876 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24877
24878         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24879         folding -- not all headers can be folded, and this should be done
24880         by the message composition mode.  Probably.  I think.
24881
24882 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24883
24884         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24885         fast.
24886
24887         * gnus-ems.el (gnus-remove-image): Don't use
24888         message-text-with-property; remove only the image found first.
24889
24890         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24891         found first.
24892
24893 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24894
24895         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24896
24897 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24898
24899         * message.el (message-text-with-property): Make it fast and accept
24900         optional arguments.
24901         (message-strip-forbidden-properties): Use it.
24902         (message-fix-before-sending): Follow the m-t-w-p change.
24903
24904         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24905
24906 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24907
24908         * gnus-art.el (article-hide-headers): Don't change the buffer
24909         mistakenly when performing mml-preview even if
24910         gnus-single-article-buffer is nil.
24911
24912 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24913
24914         * message.el (message-expand-name-databases): New user option.
24915         (message-expand-name): Use it.
24916
24917 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24918
24919         * spam.el (spam-report-articles-resend)
24920         (spam-report-resend-register-routine): Allow ham reporting.
24921         (spam-report-resend-register-ham-routine): Add wrapper.
24922         (spam-registration-functions): Add ham resending functions.
24923         (spam-list-of-processors): Add ham resend processor.
24924
24925         * gnus.el (ham-resend-to): Add new group parameter.
24926         (spam-process): Add ham resend option.
24927
24928         * spam-report.el (spam-report-resend): Allow reporting ham.
24929         (spam-report-resend-ham): Add wrapper.
24930
24931 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24932
24933         * message.el (message-cite-articles-with-x-no-archive):
24934         New variable.
24935         (message-cite-original): Use it.
24936
24937 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24938
24939         * message.el (message-cite-original): Respect X-No-Archive.
24940
24941 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24942
24943         * gnus-art.el (article-hide-headers): Refer to the values for
24944         gnus-ignored-headers and gnus-visible-headers in the summary
24945         buffer since a user may have set them as group parameters.
24946
24947 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24948
24949         * assistant.el (assistant-node-name): Add convenience function.
24950         (assistant-render-text, assistant-render-node): Add error handling,
24951         plus handle multiple next nodes.
24952         (assistant-find-next-node): Comment out for now.
24953         (assistant-find-next-nodes): Add function, returns list of next
24954         nodes.
24955
24956 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24957
24958         * mail-source.el (mail-source-directory): Fix doc-string.
24959
24960 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24961
24962         * assistant.el (assistant-render-text, assistant-eval): Add :set
24963         widget type, which is different because it takes and returns a
24964         list.  Much hilarity ensues.
24965
24966 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24967
24968         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24969
24970         * gnus-group.el (gnus-group-get-new-news-this-group):
24971         Add doc-string.
24972
24973         * gnus-start.el (gnus-activate-group): Add doc-string.
24974
24975 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24976
24977         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24978
24979 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24980
24981         * assistant.el (assistant-render-text): Try to add a :set
24982         widget, more to come.
24983
24984         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24985         strings.
24986         (spam-report-articles-resend)
24987         (spam-register-routine): Do registration iff any articles warrant
24988         it.
24989         (spam-summary-prepare-exit): Change log message for nil group
24990         destinations.
24991
24992 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24993
24994         * spam.el (spam-report-resend-register-routine):
24995         Allow spam-report-resend-to to be a group parameter or a global value.
24996
24997 2004-05-26  Simon Josefsson  <jas@extundo.com>
24998
24999         * starttls.el: Merge with my GNUTLS based starttls.el.
25000         (starttls-gnutls-program, starttls-use-gnutls)
25001         (starttls-extra-arguments, starttls-process-connection-type)
25002         (starttls-connect, starttls-failure, starttls-success):
25003         New variables.
25004         (starttls-program, starttls-extra-args): Doc fix.
25005         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25006         New functions.
25007         (starttls-negotiate, starttls-open-stream):
25008         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25009         function if it is set.
25010
25011 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25012
25013         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25014         structured fields.
25015
25016 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25019
25020 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25021
25022         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25023         Add variable.
25024         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25025         assigning the spam-mark to new messages.
25026
25027 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25028
25029         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25030
25031 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25034
25035         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25036         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25037         default.
25038
25039 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25040
25041         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25042         correct data.
25043
25044 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25045
25046         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25047         (spam-group-processor-p): Fix function.
25048         (spam-group-processor-multiple-p)
25049         (spam-group-spam-processor-report-gmane-p)
25050         (spam-group-spam-processor-report-resend-p)
25051         (spam-group-spam-processor-bogofilter-p)
25052         (spam-group-spam-processor-blacklist-p)
25053         (spam-group-spam-processor-ifile-p)
25054         (spam-group-ham-processor-ifile-p)
25055         (spam-group-spam-processor-spamoracle-p)
25056         (spam-group-spam-processor-crm114-p)
25057         (spam-group-ham-processor-bogofilter-p)
25058         (spam-group-spam-processor-stat-p)
25059         (spam-group-ham-processor-stat-p)
25060         (spam-group-ham-processor-whitelist-p)
25061         (spam-group-ham-processor-BBDB-p)
25062         (spam-group-ham-processor-spamoracle-p)
25063         (spam-group-ham-processor-copy-p): Remove functions with some
25064         prejudice against unneeded code.
25065         (spam-report-articles-resend)
25066         (spam-report-resend-register-routine): Allow the group/topic
25067         spam-resend-to value to override spam-report-resend-to.
25068         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25069         properly now.
25070
25071         * gnus.el (spam-resend-to): Add group/topic parameter.
25072         (spam-process): Move the OBSOLETE processors to the end of the
25073         choices.
25074
25075 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25076
25077         * spam-report.el (spam-report-resend-to, spam-report-resend):
25078         Start with resend-to set to nil, and then ask the user if necessary.
25079         (spam-report-resend): spam-report-resend takes a list of articles, not
25080         separate article numbers.
25081
25082 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25083
25084         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25085         addition to emacs-w3m.
25086
25087 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25088
25089         * assistant.el (assistant-authinfo-data): New function.
25090         (assistant-eval): Eval for entire assistant.
25091
25092         * netrc.el (netrc-services-file): New variable.
25093         (netrc-parse-services): New function.
25094         (netrc-find-service-name): New function.
25095         (netrc-find-service-number): New function.
25096         (netrc-port-equal): New function.
25097         (netrc-machine): Use it.
25098
25099         * nnimap.el (nnimap-open-connection): Use netrc.
25100
25101         * gnus-util.el (gnus-netrc-get): Remove aliases.
25102
25103         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25104
25105         * assistant.el (wid-edit): Fix compilation.
25106
25107         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25108
25109 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25110
25111         * gnus-util.el (gnus-set-file-modes): New function.  (small
25112         patch).
25113
25114 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25115
25116         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25117
25118         * assistant.el (assistant-render-node): Fix up rendering and
25119         read-only text.
25120         (assistant-render-node): Reset.
25121         (assistant-make-read-only): Not sticky.
25122
25123 2004-05-20  Danny Siu  <dsiu@adobe.com>
25124
25125         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25126         centered even when gnus-auto-center-summary is t.
25127
25128 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25129
25130         * dns.el (dns-get-txt-answer): New function.
25131         (dns-read-txt): Ditto.
25132         (query-dns): Use it.
25133
25134 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25137         active for foreign groups even if the group level is higher than
25138         the specified value.
25139
25140 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25141
25142         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25143         non-active groups.
25144
25145         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25146
25147 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25148
25149         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25150
25151 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25152
25153         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25154         (spam-crm114-header, spam-crm114-spam-switch)
25155         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25156         (spam-crm114-positive-spam-header)
25157         (spam-crm114-database-directory, spam-list-of-processors)
25158         (spam-group-spam-processor-crm114-p)
25159         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25160         (spam-generic-score, spam-list-of-checks)
25161         (spam-list-of-statistical-checks, spam-registration-functions)
25162         (spam-check-crm114-headers, spam-crm114-score)
25163         (spam-check-crm114, spam-crm114-register-with-crm114)
25164         (spam-crm114-register-spam-routine)
25165         (spam-crm114-unregister-spam-routine)
25166         (spam-crm114-register-ham-routine)
25167         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25168
25169 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25170
25171         * gnus.el: Add spam-use-crm114.
25172
25173         * spam.el (spam-list-of-processors, spam-registration-functions):
25174         Add spam-use-resend.
25175         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25176         (spam-report-articles-gmane): Add doc fix.
25177         (spam-report-articles-resend, spam-report-resend-register-routine):
25178         Add wrappers around spam-report-resend-to.
25179
25180         * spam-report.el (spam-report-resend-to, spam-report-resend):
25181         Add support for resending spam.
25182         (spam-report-gmane): Fix line length >80.
25183
25184         * gnus.el (spam-process): Add spam-use-resend.
25185
25186 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25187
25188         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25189         number of processed spam messages.
25190         (spam-ham-copy-or-move-routine): Return the number of processed
25191         ham messages.
25192         (spam-summary-prepare-exit): Use the above values to decide
25193         whether status messages shouled be displayed.
25194
25195 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25196
25197         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25198         `rfc2047-encoding-function-alist' in order to avoid conflicting
25199         with the old version.
25200         (rfc2047-encode-region): Concatenate words containing non-ASCII
25201         characters in structured fields; don't encode space-delimited
25202         ASCII words even in unstructured fields; don't break words at
25203         char-category boundaries.
25204         (rfc2047-encode-1): New function.
25205         (rfc2047-encode): Use it; encode text so that it occupies the
25206         maximum width within 76-column; work correctly on Q encoding for
25207         iso-2022-* charsets.
25208         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25209         sure not to break a line just after the header name.
25210         (rfc2047-b-encode-region): Remove.
25211         (rfc2047-b-encode-string): New function.
25212         (rfc2047-q-encode-region): Remove.
25213         (rfc2047-q-encode-string): New function.
25214
25215         * mm-util.el (mm-replace-in-string): New function.
25216
25217 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25218
25219         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25220         Really get it right.
25221         (gnus-inews-make-draft): Really.
25222
25223 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25224
25225         * nnmh.el (nnmh-request-list-1): Don't check the link count
25226         before descending.  (small patch)
25227
25228 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25229
25230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25231         stuff.
25232
25233         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25234         Match on real group name.
25235
25236         * gnus-art.el (gnus-signature-limit): Doc fix.
25237
25238         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25239
25240         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25241
25242 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25243
25244         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25245         isn't a string.
25246
25247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25248
25249         * gnus-draft.el (gnus-draft-send):
25250         Bind rfc2047-encode-encoded-words.
25251
25252         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25253         (rfc2047-encodable-p): Say that =? needs encoding.
25254         (rfc2047-encode-encoded-words): New variable.
25255
25256         * gnus-group.el (gnus-group-select-group): Doc fix.
25257
25258         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25259
25260         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25261         to nil.
25262
25263         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25264
25265         * nnheader.el (nnheader-get-lines-and-char): New function.
25266
25267 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25268
25269         * gnus-msg.el (gnus-summary-followup-with-original):
25270         Document yanking of region when active.
25271
25272 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25275         groups if the group level is higher than the specified value.
25276
25277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25278
25279         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25280         (gnus-group-jump-to-group): Add prefix argument using
25281         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25282         non-active group.
25283
25284         * compface.el (uncompface): Be verbose when changing
25285         `uncompface-use-external'.
25286
25287         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25288         handle manual section.
25289
25290 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25291
25292         * gnus-art.el (gnus-button-alist): Revert previous change.
25293
25294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25295
25296         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25297
25298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25299
25300         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25301         whether backend can accept message.
25302
25303         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25304
25305 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25306
25307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25308         Avoid creating directory when nntp-marks-is-evil is true.
25309         Reported by Reiner Steib.
25310
25311 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25312
25313         * gnus-picon.el (gnus-picon-insert-glyph):
25314         Add optional `nostring' argument.
25315
25316 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25317
25318         * gnus-picon.el (gnus-picon-style): New variable.
25319         (gnus-picon-transform-address): Support `gnus-picon-style'.
25320
25321 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25322
25323         * message.el (message-fill-field): Return point.
25324         (message-generate-headers): Go to end of field.
25325
25326         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25327         stuff for non-living groups.
25328
25329 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25330
25331         * gnus-art.el (gnus-article-followup-with-original)
25332         (gnus-article-reply-with-original): gnus-mark-active-p ->
25333         gnus-region-active-p.
25334
25335 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25336
25337         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25338         only when there is spam or ham to be processed.
25339
25340 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25341
25342         * mail-source.el (mail-source-delete-crash-box): Refactor.
25343         (mail-source-fetch): Use it.
25344         (mail-source-fetch-file): Ditto.
25345         (mail-source-fetch-directory): Run postscript in loop.
25346         (mail-source-fetch-pop): Delete.
25347         (mail-source-fetch-maildir): Ditto.
25348         (mail-source-fetch-imap): Ditto.
25349
25350         * imap.el (imap-authenticators): Comment out sasl.
25351
25352         * message.el (message-skip-to-next-address): New function.
25353         (message-fill-header-address): Refactor.
25354         (message-fill-address): Use it.
25355         (message-delete-address): Use it.
25356         (message-fill-header-general): Refactor.
25357         (message-fill-field-address): Rename.
25358         (message-narrow-to-field): Find the start of the header.
25359         (message-header-format-alist): Don't pre-fill.
25360         (message-fill-header): Remove.
25361         (message-insert-header): New function.
25362         (message-shorten-references): Use it.
25363
25364         * rfc2047.el (rfc2047-field-value): Strip props.
25365
25366         * mail-parse.el (mail-header-make-address): New alias.
25367
25368         * ietf-drums.el (ietf-drums-make-address): New function.
25369
25370         * imap.el: Add compiler directives.
25371
25372         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25373
25374         * gnus-art.el (article-decode-idna-rhs): Don't use
25375         message-idna-inside-rhs-p.
25376
25377 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25378
25379         * message.el (message-idna-inside-rhs-p): Remove.
25380         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25381
25382         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25383         false positives.
25384
25385 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25386
25387         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25388
25389 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25390
25391         * nneething.el (nneething-file-name): Don't create spurious
25392         files.
25393
25394         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25395         (gnus-inews-do-gcc): Remove sleep.
25396
25397         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25398         part under point.
25399
25400         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25401         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25402
25403 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25404
25405         * spam.el (spam-summary-prepare-exit): Fix (length).
25406
25407 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25408
25409         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25410         as expired without moving it" message when there are spam
25411         messages left.
25412
25413 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25414
25415         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25416         header is not nil.
25417
25418 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25419
25420         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25421         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25422         (nntp-marks-changed-p): New arg SERVER.
25423         (nntp-request-update-info): Adjust caller.
25424
25425 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25426
25427         * nntp.el (nntp-save-marks): Pass missing arg.
25428
25429 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25430
25431         * nntp.el: Support marks.
25432         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25433         (nntp-marks-modtime, nntp-marks-directory): New variables.
25434         (nntp-request-set-mark, nntp-request-update-info)
25435         (nntp-possibly-create-directory, nntp-marks-changed-p)
25436         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25437         New functions.
25438
25439 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25440
25441         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25442         (gnus-xmas-redefine): Rename.
25443
25444         * gnus-score.el (gnus-score-insert-help):
25445         Use gnus-select-lowest-window.
25446
25447         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25448         appt-select-lowest-window and rename to gnus-select-lowest-window.
25449
25450         * gnus.el: do.
25451
25452 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25453
25454         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25455         encodings of MIME-encoded words, in order to improve
25456         interoperability with several broken MUAs.
25457
25458 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25459
25460         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25461         tags, only when charsets are not specified in headers.
25462         (mm-inline-text-html-render-with-w3m): Ditto.
25463
25464         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25465         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25466
25467 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25468
25469         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25470         instead of MIME-decoded from fields when checking
25471         `gnus-article-address-banner-alist'.
25472
25473 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25474
25475         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25476         description rather than subject.
25477
25478 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25479
25480         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25481
25482 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25483
25484         * gnus.el (gnus-version-number): Bump.
25485
25486 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25487
25488         * gnus.el: No Gnus v0.2 is released.
25489
25490 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25491
25492         * gnus-agent.el (gnus-agent-read-agentview):
25493         Inline gnus-uncompress-range.
25494
25495 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25496
25497         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25498         `exec-installed-p'.
25499
25500 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25501
25502         * gnus.el (spam-process, spam-autodetect-methods):
25503         Add bsfilter and bsfilter-headers.
25504
25505         * spam.el (spam-bsfilter): New customize group.
25506         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25507         (spam-bsfilter-header, spam-bsfilter-probability-header)
25508         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25509         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25510         (spam-bsfilter-database-directory): New options.
25511         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25512         (spam-list-of-statistical-checks, spam-registration-functions):
25513         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25514         (spam-bsfilter-score): New command.
25515         (spam-check-bsfilter-headers, spam-check-bsfilter)
25516         (spam-bsfilter-register-with-bsfilter)
25517         (spam-bsfilter-register-spam-routine)
25518         (spam-bsfilter-unregister-spam-routine)
25519         (spam-bsfilter-register-ham-routine)
25520         (spam-bsfilter-unregister-ham-routine): New functions.
25521         (spam-generic-score): Support bsfilter; Accept an optional argument
25522         to recalcurate spam score even if scoring header has already been
25523         added.
25524         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25525         optional argument to recalcurate spam score even if scoring header
25526         has already been added.
25527
25528 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25529
25530         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25531         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25532         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25533         link is missing.
25534
25535 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25536
25537         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25538         (html2text-get-attr): Rewrite.
25539
25540         * message.el (message-setup-1): Remove redundant put-text-property
25541         on mail-header-separator.
25542
25543 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25544
25545         * gnus-registry.el (gnus-registry-cache-whitespace)
25546         (gnus-registry-action, gnus-registry-spool-action)
25547         (gnus-registry-split-fancy-with-parent): Change message levels
25548         from 5 to 3 or 7, as needed.
25549
25550         * spam.el (spam-summary-prepare-exit)
25551         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25552         (spam-split, spam-find-spam, spam-log-undo-registration)
25553         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25554         level from 5 to 6.
25555
25556 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25557
25558         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25559         2004-03-04 change).
25560
25561 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25562
25563         * sieve-manage.el (sieve-manage-open):
25564         * nnweb.el (nnweb-insert-html):
25565         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25566         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25567         * nnspool.el (nnspool-request-group):
25568         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25569         * nnml.el (nnml-request-update-info):
25570         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25571         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25572         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25573         (nnimap-request-set-mark):
25574         * nnfolder.el (nnfolder-request-update-info):
25575         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25576         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25577         * gnus-uu.el (gnus-uu-find-articles-matching):
25578         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25579         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25580         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25581         * gnus-nocem.el (gnus-nocem-scan-groups):
25582         * gnus-int.el (gnus-start-news-server):
25583         * gnus-group.el (gnus-group-make-kiboze-group)
25584         (gnus-group-browse-foreign-server):
25585         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25586         Use mapc when appropriate.
25587
25588 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25589             Adam Sjøgren  <asjo@koldfront.dk>
25590             Wes Hardaker  <wes@hardakers.net>
25591             Michael Shields  <shields@msrl.com>
25592
25593         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25594         may need for spam sorting and scoring.
25595         (spam-user-format-function-S): Add user format function suitable for
25596         general use.
25597         (spam-article-sort-by-spam-status): Add sorting function for summary
25598         sorting.
25599         (spam-extra-header-to-number): Add function to get a score from a
25600         header.
25601         (spam-summary-score): Add function to get a numeric score from the
25602         headers.
25603         (spam-generic-score): Fix function doc, was in wrong place.
25604         (spam-initialize): Take symbols when it's run, and install the
25605         extra headers that spam-necessary-extra-headers thinks we need.
25606
25607 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25608
25609         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25610         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25611
25612 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25613
25614         * gnus-sum.el (gnus-set-global-variables)
25615         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25616         (gnus-article-get-xrefs, gnus-summary-best-group)
25617         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25618         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25619         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25620         Use with-current-buffer.
25621
25622 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25623
25624         * spam.el (spam-summary-prepare-exit): Simplify logic.
25625         (spam-fetch-article-header): Read the article header if it's not
25626         available.
25627         (spam-list-articles): Simplify logic.
25628         (spam-filelist-register-routine): Fix bug with unregister-list.
25629
25630         * gnus-registry.el: Fix comments at beginning.
25631
25632 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25633
25634         * message.el (message-cater-to-broken-inn): Remove.
25635         (message-shorten-references): Make sure the total folded length of
25636         References is shorter than 998 characters to cater to a bug in INN
25637         2.3.  Also, don't pretend that references aren't folded -- this
25638         hasn't worked for a while.
25639
25640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25641
25642         * gnus-agent.el (gnus-agentize):
25643         gnus-agent-send-mail-real-function no longer set to current value
25644         of message-send-mail-function but rather a lambda that calls
25645         message-send-mail-function.  The change makes the agent real-time
25646         responsive to user changes to message-send-mail-function.
25647
25648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25649
25650         * legacy-gnus-agent.el
25651         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25652         help from Florian Weimer <fw@deneb.enyo.de>
25653
25654 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25655
25656         * nnmail.el (nnmail-cache-insert): Revert last change.
25657
25658 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25659
25660         * nnmail.el (nnmail-cache-insert): Always check whether
25661         nnmail-cache-ignore-groups matches a group name.
25662
25663 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25664
25665         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25666         (spam-find-spam, spam-log-processing-to-registry)
25667         (spam-log-registered-p, spam-log-unregistration-needed-p)
25668         (spam-log-undo-registration): Use gnus-message instead of
25669         gnus-error, none of these errors are fatal.
25670
25671         * gnus-registry.el (gnus-registry-clean-empty-function)
25672         (gnus-registry-clean-empty): Remove only empty entries without
25673         extra data.
25674
25675 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25676
25677         * spam-stat.el (spam-stat-buffer-change-to-spam)
25678         (spam-stat-buffer-change-to-non-spam): Change (error) to
25679         (gnus-message 8) invocation.
25680
25681 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25682
25683         * nntp.el (nntp-via-netcat-command): New variable.
25684         (nntp-via-netcat-switches): New variable.
25685         (nntp-open-via-rlogin-and-netcat): New function.
25686         (nntp-open-connection-function): Doc fix.
25687         (nntp-telnet-command): Doc fix.
25688         (nntp-end-of-line): Doc fix.
25689         (nntp-via-rlogin-command): Doc fix.
25690         (nntp-via-user-name): Doc fix.
25691         (nntp-via-address): Doc fix.
25692
25693 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25694
25695         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25696         error in Emacs 21.1.
25697
25698 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25699
25700         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25701
25702 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25703
25704         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25705         (gnus-agent-with-refreshed-group): New macro.
25706         (gnus-agent-rename-group): New function.
25707         (gnus-agent-delete-group): New function.
25708         (gnus-agent-save-group-info): Use gnus-command-method when
25709         `method' parameter is nil.  Don't write nil entries into the
25710         active file.
25711         (gnus-agent-get-group-info): New function.
25712         (gnus-agent-fetch-articles):
25713         Use gnus-agent-update-files-total-fetched-for to increment disk space
25714         used.
25715         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25716         Use gnus-agent-update-view-total-fetched-for to increment disk space
25717         used.
25718         (gnus-agent-get-local): Add optional parameters to avoid calling
25719         gnus-group-real-name and gnus-find-method-for-group.
25720         (gnus-agent-set-local): Delete stored entry if either min, or max,
25721         are nil.
25722         (gnus-agent-fetch-session): Reworded error/quit messages.
25723         On quit, use gnus-agent-regenerate-group to record existance of any
25724         articles fetched to disk before the quit occurred.
25725         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25726         gnus-agent-update-view-total-fetched-for, and
25727         gnus-agent-update-files-total-fetched-for to decrement disk space
25728         used.
25729         (gnus-agent-retrieve-headers):
25730         Use gnus-agent-update-view-total-fetched-for to increment disk space
25731         used.
25732         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25733         with gnus-agent-update-files-total-fetched-for to decrement disk
25734         space and fresh group buffer.
25735         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25736         (gnus-agent-need-update-total-fetched-for): New variable.
25737         (gnus-agent-update-files-total-fetched-for): New function.
25738         (gnus-agent-update-view-total-fetched-for): New function.
25739         (gnus-agent-total-fetched-for): New function.
25740
25741         * gnus-cache.el (gnus-cache-save-buffers):
25742         Use gnus-cache-update-overview-total-fetched-for to change disk space
25743         used by this group.
25744         (gnus-cache-possibly-enter-article):
25745         Use gnus-cache-update-file-total-fetched-for to increment disk space
25746         used by this group.
25747         (gnus-cache-possibly-remove-article):
25748         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25749         used by this group.
25750         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25751         (gnus-cache-rename-group): New function.
25752         (gnus-cache-delete-group): New function.
25753         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25754         (gnus-cache-need-update-total-fetched-for): New variable.
25755         (gnus-cache-with-refreshed-group): New macro.
25756         (gnus-cache-update-file-total-fetched-for): New function.
25757         (gnus-cache-update-overview-total-fetched-for): New function.
25758         (gnus-cache-rename-group-total-fetched-for): New function.
25759         (gnus-cache-delete-group-total-fetched-for): New function.
25760         (gnus-cache-total-fetched-for): New function.
25761
25762         * gnus-group.el: Require gnus-sum and autoload functions to
25763         resolve warnings when gnus-group.el compiled alone.
25764         (gnus-group-line-format): Documented new %F.
25765         (size of Fetched data) group line format; identifies disk space
25766         used by agent and cache.
25767         (gnus-group-line-format-alist): Defined new F format.
25768         (gnus-total-fetched-for): New function.
25769         (gnus-group-delete-group): No longer update
25770         gnus-cache-active-altered as gnus-request-delete-group now keeps
25771         the cache in sync.
25772         (gnus-group-list-active): Let the agent store a server's active
25773         list if currently plugged.
25774
25775         * gnus-int.el (gnus-request-delete-group):
25776         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25777         local disk in sync with the server.
25778         (gnus-request-rename-group):
25779         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25780         local disk in sync with the server.
25781
25782         * gnus-start.el (gnus-get-unread-articles):
25783         Cosmetic simplification to logic.
25784
25785         * gnus-util.el (gnus-rename-file): New function.
25786
25787 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25788
25789         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25790
25791 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25792
25793         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25794         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25795
25796 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25797
25798         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25799         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25800
25801 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25802
25803         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25804
25805 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25806
25807         * spam.el (spam-set-difference): Add function to replace
25808         gnus-set-difference in spam.el.
25809         (spam-summary-prepare-exit): Use spam-set-difference.
25810
25811 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25812
25813         * gnus-registry.el (gnus-registry-cache-file): Update to use
25814         gnus-dribble-directory OR gnus-home-directory OR ~.
25815         (gnus-registry-split-fancy-with-parent): Fix doc.
25816
25817 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25818
25819         * message.el (message-exchange-point-and-mark):
25820         Use message-mark-active-p.  Suggested by Jesper Harder
25821         <harder@ifa.au.dk>.
25822
25823 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25824
25825         * message.el (message-exchange-point-and-mark): Don't activate
25826         region if it was inactive.  Suggested by Hiroshi Fujishima
25827         <pooh@nature.tsukuba.ac.jp>.
25828
25829 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * gnus-art.el (article-display-face): Display Faces in the same
25832         order as X-Faces.
25833
25834 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25837
25838 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25839
25840         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25841         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25842         (gnus-article-mime-hierarchy): Remove.
25843         (gnus-article-mime-hierarchy-next): Remove.
25844         (gnus-article-mode): Revert 2004-03-19 change.
25845         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25846         (gnus-insert-mime-button): Revert 2004-03-19 change.
25847         (gnus-mime-accumulate-hierarchy): Remove.
25848         (gnus-mime-enter-multipart): Remove.
25849         (gnus-mime-leave-multipart): Remove.
25850         (gnus-mime-display-part): Revert 2004-03-19 change.
25851         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25852
25853         * mml.el (mml-preview): Revert 2004-03-19 change.
25854
25855 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25856
25857         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25858
25859 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25860
25861         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25862         t while entering a file name using the mm-with-multibyte macro.
25863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25864
25865         * mm-util.el (mm-with-multibyte): New macro.
25866
25867 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25868
25869         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25870         New user option.
25871         (gnus-mime-multipart-functions): Doc and customization fix.
25872         (gnus-article-mime-hierarchy): New variable.
25873         (gnus-article-mime-hierarchy-next): New variable.
25874         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25875         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25876         gnus-article-mime-hierarchy-next to nil.
25877         (gnus-insert-mime-button): Show hierarchy numbers.
25878         (gnus-mime-accumulate-hierarchy): New function.
25879         (gnus-mime-enter-multipart): New function.
25880         (gnus-mime-leave-multipart): New function.
25881         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25882         (gnus-mime-display-alternative): Show hierarchy numbers.
25883
25884         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25885         gnus-article-mime-hierarchy-next to nil.
25886
25887 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25888
25889         * dns.el: Don't require gnus-xmas.
25890
25891 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25892
25893         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25894         inline PGP.
25895         (mml-menu): Disable mml-quote-region if mark is inactive.
25896
25897 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25898
25899         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25900         when the group's active is not available.
25901
25902 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25903
25904         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25905         error.
25906
25907 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25908
25909         * imap.el (imap-store-password): New variable.
25910         (imap-interactive-login): Use it.
25911         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25912
25913 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25914
25915         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25916         window-start and hscroll to summary window.
25917
25918 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25919
25920         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25921         conversion message to newsrc-dribble when an actual conversion is
25922         performed.
25923
25924 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25925
25926         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25927
25928 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25929
25930         * mm-decode.el (mm-complicated-handles): New function reviving
25931         former definition of mm-multiple-handles.
25932
25933         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25934         (gnus-mime-delete-part): Use it.
25935
25936 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25937
25938         * gnus-agent.el (gnus-agent-read-local):
25939         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25940         avoid the implicit assumption that they will always be equal.
25941         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25942         coding-system-for-write, as the with-temp-file macro first prints
25943         to a buffer then saves the buffer.
25944
25945 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25946
25947         * gnus-art.el (gnus-article-edit-part): New function.
25948         (gnus-mime-save-part-and-strip): Use it; do query instead of
25949         signaling an error; don't use mm-multiple-handles.
25950         (gnus-mime-delete-part): Ditto.
25951
25952 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25953
25954         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25955         old file versions.
25956         (gnus-group-prepare-hook): Remove function that converted list
25957         form of gnus-agent-expire-days to group properties.
25958
25959         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25960         (gnus-request-accept-article): Re-indented.
25961
25962         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25963         converters to handle old agent file formats.  Add logic for a
25964         "backup before upgrading warning".
25965         (gnus-convert-mark-converter-prompt): Developers can mark
25966         functions as needing (default), or not needing,
25967         gnus-convert-old-newsrc's "backup before upgrading warning".
25968         (gnus-convert-converter-needs-prompt): Tests whether the user
25969         should be protected from potentially irreversable changes by the
25970         function.
25971
25972         * legacy-gnus-agent.el: New.  Provides converters that are only
25973         loaded when gnus-convert-old-newsrc needs to call them.
25974
25975 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25976
25977         * mail-source.el (mail-source-touch-pop): Doc fix.
25978
25979         * message.el (message-smtpmail-send-it): Doc fix.
25980
25981 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25982
25983         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25984
25985         * nnmail.el (nnmail-split-fancy): do.
25986
25987         * gnus-kill.el (gnus-kill, gnus-execute): do.
25988
25989 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25990
25991         * gnus-sum.el (gnus-widget-reversible-match)
25992         (gnus-widget-reversible-to-internal)
25993         (gnus-widget-reversible-to-external): New functions.
25994         (gnus-widget-reversible): New widget.
25995         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25996
25997 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25998
25999         * gnus-sum.el (gnus-thread-sort-functions)
26000         (gnus-article-sort-functions): Document `(not F)' items.
26001
26002 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26003
26004         * spam.el (spam-use-gmane-xref): Add new backend.
26005         (spam-gmane-xref-spam-group): Add variable to control the name of the
26006         Gmane spam group.
26007         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26008         (spam-regex-headers-spam, spam-regex-headers-ham)
26009         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26010         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26011         backends and checks.
26012         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26013
26014         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26015         an autodetect method.
26016
26017 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26018
26019         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26020         articles are being added to a group.
26021         (gnus-request-replace-article): Inform the agent that articles
26022         need to be uncached as the cached contents are no longer valid.
26023
26024 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * binhex.el: Don't autoload executable-find.
26027
26028         * canlock.el: Don't autoload mail-fetch-field.
26029
26030         * dgnushack.el: Autoload c-mode for XEmacs.
26031
26032         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26033
26034         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26035         rmail-dont-reply-to and rmail-output.
26036
26037         * gnus-score.el: Don't autoload ffap-string-at-point.
26038
26039         * gnus-setup.el: Don't autoload sc-cite-original.
26040
26041         * imap.el: Don't autoload base64-decode-string,
26042         base64-encode-string and md5.
26043
26044         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26045         and rmail-msg-restore-non-pruned-header.
26046
26047         * mm-decode.el: Don't autoload executable-find.
26048
26049         * mm-url.el: Don't autoload executable-find.
26050
26051         * mm-view.el: Don't autoload diff-mode.
26052
26053         * nndb.el: Don't autoload news-reply-mode, news-setup,
26054         cancel-timer and telnet.
26055
26056         * password.el: Don't autoload run-at-time for Emacs.
26057
26058         * sha1-el.el: Don't autoload executable-find.
26059
26060         * sieve-mode.el: Don't autoload c-mode.
26061
26062         * uudecode.el: Don't autoload executable-find.
26063
26064 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26065
26066         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26067         (gnus-agent-possibly-alter-active): Avoid null in numeric
26068         comparison.
26069         (gnus-agent-set-local): Refuse to save null in local object table.
26070         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26071         list of articles that will be marked as unread.
26072
26073 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26074
26075         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26076
26077 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26078
26079         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26080         language tags.
26081
26082 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26083
26084         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26085         Don't bind "obarray".
26086
26087         * gnus-sum.el (gnus-thread-sort-functions):
26088         Add `gnus-thread-sort-by-most-recent-number' and
26089         `gnus-thread-sort-by-most-recent-date'.
26090         Reported by Kai Grossjohann <kai@emptydomain.de>.
26091
26092 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26093
26094         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26095
26096 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26097
26098         * gnus-cus.el (gnus-agent-customize-category):
26099         Remove ignore-errors macro reference that required cl to be loaded at
26100         run-time.
26101
26102         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26103         single-interval range of the form (min . max).  Previously the
26104         range had to look like ((min . max)).  Likewise, return
26105         (min . max) rather than ((min . max)).
26106         (gnus-range-map): Use gnus-range-normalize to accept
26107         single-interval range.
26108
26109         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26110         the cache, but not the agent, now appear with their usual face.
26111
26112         * dgnushack.el (loaddir): New variable that is bound to the
26113         directory containing the dgnushack.el file.  Use loaddir, rather
26114         than srcdir, to update load-path.  Change lets dgnushack compile
26115         code in directories other than GNUS/lisp.
26116
26117 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26118
26119         * lpath.el: Don't bind w3m-safe-url-regexp.
26120
26121         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26122         w3m-safe-url-regexp variable buffer-local.
26123
26124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26125
26126 2004-02-27  Simon Josefsson  <jas@extundo.com>
26127
26128         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26129         gnus-group-real-prefix.
26130         (gnus-summary-move-article): Use it, instead of
26131         gnus-group-real-prefix.
26132
26133 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26134
26135         * lpath.el: Bind w3m-safe-url-regexp.
26136
26137         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26138         w3m-safe-url-regexp variable buffer-local and set it as the value
26139         of mm-w3m-safe-url-regexp.
26140
26141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26142
26143         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26144         parsing gnus-posting-styles when the message is not for replying.
26145
26146         * dgnushack.el: Autoload sgml-mode for XEmacs.
26147
26148         * nnrss.el (nnrss-opml-export):
26149         Use mm-set-buffer-file-coding-system instead of
26150         set-buffer-file-coding-system.
26151
26152 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26153
26154         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26155         of checkdoc.el).
26156         * nnrss.el: do.
26157         * gnus-mlspl.el: do.
26158         * gnus-ml.el: do.
26159         * gnus-srvr.el: do.
26160
26161         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26162
26163 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26164
26165         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26166         Corrections to custom-manual links.
26167
26168         * gnus-art.el (gnus-article): Ditto.
26169
26170         * mm-decode.el (mime-display, mime-security): Ditto.
26171
26172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26173
26174         * flow-fill.el: Typo.
26175
26176 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26177
26178         * spam-wash.el: New file.
26179
26180 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26181
26182         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26183
26184 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26185
26186         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26187         to be run with new-articles as LIST1, not LIST2.
26188         (spam-registration-functions): Add spam-use-ham-copy as a nil
26189         registration backend.
26190
26191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26192
26193         * spam-stat.el (spam-stat-washing-hook): New option.
26194         (spam-stat-buffer-words): Use it.
26195         (spam-stat-process-directory, spam-stat-test-directory):
26196         Use insert-file-contents-literally.
26197         (spam-stat-coding-system): New variable.
26198         (spam-stat-load, spam-stat-save): Use it.
26199
26200 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26201
26202         * spam-report.el (spam-report-plug-agent):
26203         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26204
26205 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26206
26207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26208         Allow / in mailto URLs.
26209
26210 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26211
26212         * spam-report.el (spam-report-process-queue): Fix interactive use.
26213         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26214         (spam-report-unplug-agent): Doc fixes.
26215         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26216         (spam-report-agentize, spam-report-deagentize): Autoload.
26217
26218 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26219
26220         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26221
26222         * message.el (message-setup-fill-variables): Add mml tags to
26223         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26224         <ajk@iu.edu>.
26225         (message-mode): Don't modify paragraph-separate there.
26226
26227 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26228
26229         * compface.el (uncompface-use-external): Default to undecided.
26230         (uncompface-use-external-threshold): New variable.
26231         (uncompface-float-time): New macro.
26232         (uncompface): Determine whether to use the external decoder if
26233         uncompface-use-external is undecided.
26234
26235 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26236
26237         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26238         after images.
26239
26240         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26241
26242 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26243
26244         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26245
26246         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26247
26248         * gnus-sum.el (gnus-summary-limit-to-age)
26249         (gnus-summary-limit-children): do.
26250
26251         * gnus-int.el (gnus-request-scan): do.
26252
26253         * gnus-group.el (gnus-group-suspend): do.
26254
26255         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26256
26257         * gnus-cite.el (gnus-cite-parse-attributions): do.
26258
26259         * gnus-agent.el (gnus-summary-set-agent-mark)
26260         (gnus-agent-regenerate-group): do.
26261
26262         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26263
26264         * binhex.el (binhex-decode-region-internal): do.
26265
26266 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26267
26268         * gnus-fun.el (gnus-face-properties-alist): New user option.
26269         (gnus-display-x-face-in-from): Use it.
26270
26271         * gnus-art.el (article-display-face): Ditto.
26272
26273         * compface.el (uncompface-use-external): Default to nil.
26274
26275 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26276
26277         * nntp.el (nntp-erase-buffer): New function.
26278         (nntp-retrieve-data, nntp-send-command)
26279         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26280         (nntp-possibly-change-group): Use it.
26281
26282         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26283         Use with-current-buffer.
26284
26285 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26286
26287         * compface.el: Merge the ELisp-based uncompface program.
26288         (compface): New customization group.
26289         (uncompface-use-external): New user option.
26290         (uncompface): Call uncompface-internal if uncompface-use-external
26291         is nil.
26292         (uncompface-internal): New function.  Note that there are also
26293         some other functions and variables added for this function.
26294
26295 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26296
26297         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26298         if necessary.
26299
26300 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26301
26302         * spam-report.el (spam-report-unplug-agent)
26303         (spam-report-plug-agent, spam-report-deagentize)
26304         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26305         Add support for the Agent in spam-report: when unplugged, report to a
26306         file; when plugged, submit all the requests.
26307
26308         * spam.el (spam-register-routine): Fix message about
26309         registration.
26310
26311 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26312
26313         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26314         dependencies.
26315         (rfc2047-encode): Use it.
26316
26317         * gnus-art.el (gnus-button-marker-list): Move before first
26318         reference.
26319
26320         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26321         (imap-parse-body): Fix format string mismatch.
26322
26323         * gnus-score.el (gnus-summary-increase-score): do.
26324
26325         * nnrss.el (nnrss-close): New function.
26326
26327 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26328
26329         * nnrss.el (nnrss-make-filename): New function.
26330         (nnrss-request-delete-group, nnrss-read-server-data)
26331         (nnrss-save-server-data, nnrss-read-group-data)
26332         (nnrss-save-group-data): Use it.
26333         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26334         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26335         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26336
26337 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26338
26339         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26340
26341 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26342
26343         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26344         files.
26345
26346         * message.el (message-generate-headers-first): Don't quote nil
26347         and t in docstrings.
26348
26349         * imap.el (imap-id): do.
26350
26351         * gnus-agent.el (gnus-agent-consider-all-articles)
26352         (gnus-agent-queue-mail): do.
26353
26354 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26355
26356         * spam-report.el (spam-report-process-queue): New function.
26357         Process requests from `spam-report-requests-file'.
26358         (spam-report-process-queue): Doc fix.
26359
26360 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26361
26362         * spam.el (spam-register-routine)
26363         (spam-log-processing-to-registry, spam-log-registered-p)
26364         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26365         Change "check" to "spam-check" for semi-clarity.
26366
26367 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26368
26369         * pop3.el: Require nnheader.
26370
26371         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26372
26373         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26374
26375         * gnus-picon.el: Require cl.
26376
26377         * gnus-fun.el: Require gnus-ems and gnus-util.
26378
26379         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26380
26381         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26382
26383         * gnus-art.el (gnus-article-edit-mode): Define before first
26384         reference.
26385
26386 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26387
26388         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26389         (gnus-uu-post-encoded): Use point-at-bol.
26390
26391         * gnus-topic.el (gnus-group-active-topic-p): do.
26392
26393         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26394
26395         * gnus-group.el (gnus-group-kill-region): do.
26396
26397         * gnus-art.el (article-date-ut): do.
26398
26399         * message.el (message-fetch-field): Remove redundant
26400         case-fold-search binding.
26401         (message-narrow-to-field): Simplify.
26402
26403 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26404
26405         * spam.el (spam-directory): Derive from `gnus-directory'.
26406
26407         * spam-report.el (spam-report-url-to-file)
26408         (spam-report-requests-file): New function and variable for offline
26409         reporting.
26410         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26411         and user defined function.
26412         (spam-report-url-ping-mm-url): Remove doubled slash.
26413
26414 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26415
26416         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26417
26418 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26419
26420         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26421         Fix format string mismatch.
26422
26423         * sieve.el (sieve-deactivate-all): do.
26424
26425         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26426
26427         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26428
26429         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26430
26431         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26432
26433 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26434
26435         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26436         the list of checks.
26437
26438 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26439
26440         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26441         padding.
26442
26443 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26444
26445         * mm-view.el (mm-fill-flowed): New variable.
26446         (mm-inline-text): Use it.
26447
26448 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26449
26450         * spam.el (spam-spamassassin-register-ham-routine)
26451         (spam-spamassassin-register-spam-routine): Fix function names.
26452
26453 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26454
26455         * gnus.el (gnus-tmp-grouplens): Remove.
26456         (gnus-summary-line-format): Remove grouplens.
26457
26458         * gnus-group.el (gnus-group-line-format): Ditto.
26459
26460         * gnus-spec.el (gnus-format-specs): Ditto.
26461         (gnus-update-format-specifications): Flush the group format spec
26462         cache if there's the grouplens stuff.
26463         (gnus-parse-simple-format): Replace %l with the empty string.
26464
26465 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26466
26467         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26468         omission.
26469
26470 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26471
26472         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26474
26475 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26476
26477         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26478         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26479         New macros and functions.
26480         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26481         Handle > NLINK_MAX messages.
26482         * nnmaildir.el (nnmaildir-request-set-mark):
26483         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26484
26485 2004-01-25  Alex Schroeder  <alex@gnu.org>
26486
26487         * spam-stat.el (spam-stat-process-directory-age): New option.
26488         (spam-stat-process-directory): Use it.
26489
26490 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26491
26492         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26493         (spam-stat-save): Accept prefix argument.
26494
26495 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26496
26497         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26498         links" error.
26499
26500 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26501
26502         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26503         the rest of the and/or forms.
26504
26505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26506
26507         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26508         compatibility with old .newsrc.eld files.
26509
26510         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26511
26512         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26513
26514         * gnus-start.el (gnus-1): do.
26515
26516         * gnus-group.el (gnus-group-line-format-alist): do.
26517
26518         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26519
26520         * gnus-gl.el: Remove.
26521
26522 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26523
26524         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26525         marks consisting of a single range {for example, (3 . 5)} rather
26526         than a list of a single range { ((3 . 5)) }.
26527
26528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26529
26530         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26531         Use with-current-buffer.
26532         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26533         avoid consing a string.
26534
26535         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26536         Remove obsolete entries for big5 and gb2312.
26537
26538 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26539
26540         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26541         uncompressed list.
26542
26543 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26544
26545         * spam-stat.el (spam-stat-strip-xref): New function.
26546         (spam-stat-process-directory): Use it.
26547
26548         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26549         here -- it's done in message-fetch-field.
26550
26551 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26552
26553         * gnus-agent.el (gnus-agent-queue-mail)
26554         (gnus-agent-prompt-send-queue): New variables.
26555         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26556         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26557         "nndraft:queue" along to gnus-draft-send.
26558         Use gnus-agent-prompt-send-queue.
26559         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26560         is "nndraft:queue".  Suggested by Gaute Strokkenes
26561         <gs234@srcf.ucam.org>
26562
26563         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26564         (agent-enable-undownloaded-faces): Add.
26565         (gnus-agent-cat-groups): Use eval-and-compile, not
26566         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26567         method of gnus-agent-cat-groups even when the buffer has been
26568         evaled.
26569         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26570         delete gnus-agent-save-active-1.
26571         (gnus-agent-save-groups): Delete.  Identical to
26572         gnus-agent-save-active.
26573         (gnus-agent-write-active): No longer adjust agent's copy of active
26574         file as agent's adjustments are now stored in their own
26575         file.  Remove optional parameter.
26576         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26577         servers.  Add use of min/max range limits from server's local
26578         file.
26579         (gnus-agent-save-alist): Remove unused optional argument.
26580         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26581         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26582         (gnus-agent-set-local): A per-server file that keeps min/max range
26583         limits for articles known to the agent.  Provides a fast mechanism
26584         for altering many active ranges.
26585         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26586         active file (local makes it unnecessary).
26587         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26588
26589         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26590         (agent-enable-undownloaded-faces): Add.
26591
26592         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26593         disable it when sending to "nndraft:queue".
26594         (gnus-group-send-queue): Add safety check to avoid sending queue
26595         when unplugged.
26596
26597         * gnus-group.el (gnus-group-catchup): Use new
26598         gnus-sequence-of-unread-articles, not
26599         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26600         numbers of articles.  Use gnus-range-map to avoid having to
26601         uncompress the unread list.
26602         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26603         Fix invalid ange-ftp reference.
26604
26605         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26606         (gnus-sorted-range-intersection): Intersection of two ranges
26607         without requiring that they first be uncompressed.
26608
26609         * gnus-start.el (gnus-activate-group): Unless blocked by the
26610         caller, possibly expand the active range to include both cached
26611         and agentized articles.
26612         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26613         multiple version-dependent converters.
26614         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26615         gnus-agent-save-active.
26616         (gnus-save-newsrc-file): Save dirty agent range limits.
26617
26618         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26619         gnus-agent-possibly-alter-active.
26620         (gnus-adjust-marked-articles): Faster handling of simple lists.
26621
26622 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26623
26624         * spam-stat.el (spam-stat-test-directory): New optional argument
26625         displays a list of files detected.  Suggested by Andrew Cohen
26626         <cohen@andy.bu.edu>.
26627         (spam-stat-buffer-words-with-scores): Don't narrow and change
26628         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26629
26630 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26631
26632         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26633         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26634         (spam-spamassassin-arguments)
26635         (spam-spamassassin-spam-flag-header)
26636         (spam-spamassassin-positive-spam-flag-header)
26637         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26638         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26640         (spam-list-of-processors, spam-list-of-checks)
26641         (spam-list-of-statistical-checks, spam-registration-functions)
26642         (spam-check-spamassassin-headers, spam-check-spamassassin)
26643         (spam-spamassassin-score)
26644         (spam-spamassassin-register-with-sa-learn)
26645         (spam-spamassassin-register-spam-routine)
26646         (spam-spamassassin-register-ham-routine)
26647         (spam-assassin-register-spam-routine)
26648         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26649         (spam-bogofilter-score): Fix to show article before scoring.
26650
26651 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26652
26653         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26654         default scoring function.
26655         (spam-generic-score): Call spam-spamassassin-score if
26656         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26657         spam-bogofilter-score otherwise.
26658
26659         * gnus.el (spam-process, spam-autodetect-methods):
26660         Add spamassassin and spamassassin-headers.
26661
26662 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26663
26664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26665         Suppress unnecessary messages.
26666
26667 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26668
26669         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26670         make-hash-table.
26671
26672 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26673
26674         * canlock.el (base64-encode-string): Don't autoload it.
26675
26676 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26677
26678         * run-at-time.el: Remove useless (require 'itimer),
26679         eval-and-compile and (featurep 'xemacs).
26680
26681 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26682
26683         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26684         GROUP is a virtual group.
26685
26686 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26687
26688         * gnus.el: Autoload `message-y-or-n-p'.
26689
26690 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26691
26692         * pgg-parse.el: Remove unnecessary (require 'custom).
26693
26694         * pgg-def.el: do.
26695
26696         * nnmail.el: do.
26697
26698         * gnus-undo.el: do.
26699
26700         * gnus-picon.el: do.
26701
26702         * gnus-util.el: do.
26703
26704 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26705
26706         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26707
26708 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26709
26710         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26711         handle, as well as a list.
26712
26713         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26714         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26715         (mm-w3m-cid-retrieve): Simplify.
26716
26717 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26718
26719         * message.el (message-kill-to-signature): Allow prefix arg to
26720         specify number of lines to keep before signature.
26721
26722 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26723
26724         * message.el (message-kill-to-signature): Change docstring.
26725
26726 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26727
26728         * canlock.el: Always require sha1-el.
26729         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26730
26731         * message.el: Autoload sha1 only when compiling.
26732
26733         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26734         eudc-expand-inline for XEmacs.
26735
26736 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26737
26738         * message.el (message-canlock-generate): Require sha1-el.
26739
26740 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26741
26742         * message.el (message-expand-name): Silence the byte compiler.
26743
26744         * lpath.el: Add detect-coding-system.
26745
26746         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26747         cus-edit.
26748
26749 2004-01-13  Simon Josefsson  <jas@extundo.com>
26750
26751         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26752         Invoke gnus-score-mode.
26753         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26754
26755         * gnus-range.el (gnus-compress-sequence): Doc fix.
26756         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26757
26758 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26759
26760         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26761
26762 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26763
26764         * spam.el (spam-get-article-as-string): Update to use
26765         gnus-request-article-this-buffer, much simpler.
26766         (spam-get-article-as-buffer): Remove.
26767
26768 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26769
26770         * message.el (message-expand-name): Use EUDC if the user uses that.
26771
26772 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26773
26774         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26775         character for the encoding to avoid consing a string.
26776
26777         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26778         unnecessarily.
26779
26780         * mm-util.el (mm-replace-chars-in-string): Remove.
26781
26782         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26783         of mm-replace-chars-in-string.
26784
26785 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26786
26787         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26788
26789         * mm-util.el (mm-subst-char-in-string): Support inplace.
26790
26791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26792         a new string in every iteration.  Use shy groups.
26793
26794 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26795
26796         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26797         * gnus-soup.el (gnus-soup-group-brew):
26798         * gnus-msg.el (gnus-put-message):
26799         * gnus-move.el (gnus-group-move-group-to-server):
26800         * gnus-kill.el (gnus-batch-score):
26801         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26802         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26803         (gnus-group-update-group, gnus-group-read-group)
26804         (gnus-group-make-group, gnus-group-make-help-group)
26805         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26806         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26807         (gnus-group-sort-by-unread, gnus-group-catchup)
26808         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26809         (gnus-group-yank-group, gnus-group-set-info)
26810         (gnus-group-list-groups):
26811         * gnus.el (gnus-generate-new-group-name):
26812         * gnus-delay.el (gnus-delay-send-queue):
26813         * nnvirtual.el (nnvirtual-catchup-group):
26814         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26815         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26816         (gnus-group-prepare-topics, gnus-topic-check-topology):
26817         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26818         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26819         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26820         (gnus-group-make-articles-read):
26821         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26822         (gnus-group-change-level, gnus-kill-newsgroup)
26823         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26824         (gnus-get-unread-articles, gnus-make-articles-unread)
26825         (gnus-make-ascending-articles-unread): Use accessor
26826         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26827         to get group information for improved readability.
26828
26829
26830 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26831
26832         * gnus-art.el (article-decode-mime-words, article-babel)
26833         (gnus-article-highlight-signature, gnus-article-add-buttons)
26834         (gnus-signature-toggle): Use gnus-with-article-buffer.
26835
26836         * gnus-art.el (gnus-article-highlight-headers)
26837         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26838
26839         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26840         (gnus-article-set-globals, gnus-request-article-this-buffer)
26841         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26842         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26843         (gnus-mime-display-alternative): Use with-current-buffer.
26844
26845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26846
26847         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26848         also under 80 char limit, and call gnus-error if needed.
26849         (spam-fetch-article-header): Fix - it was a
26850         buffer-local variable (gnus-newsgroup-data).
26851         (spam-find-spam): Use spam-generate-fake-headers, forget about
26852         spam-insert-fake-headers.
26853         (spam-insert-fake-headers): Remove.
26854
26855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26856
26857         * deuglify.el (gnus-article-outlook-unwrap-lines)
26858         (gnus-outlook-rearrange-article)
26859         (gnus-outlook-repair-attribution-outlook)
26860         (gnus-outlook-repair-attribution-block)
26861         (gnus-outlook-repair-attribution-other): Remove redundant
26862         save-excursion.
26863
26864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26865
26866         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26867         (spam-fetch-field-subject-fast)
26868         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26869         (spam-fetch-article-header): Add functions to deal with Gnus
26870         internals for fast retrieval of article header data.
26871         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26872
26873 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26874
26875         * pop3.el (pop3-md5): Remove.
26876         (pop3-apop): Replace pop3-md5 with md5.
26877
26878         * mm-bodies.el: base64 is always built-in.
26879
26880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26881         Use with-current-buffer.
26882
26883 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26884
26885         * canlock.el (canlock-insert-header): Remove excessive grouping in
26886         regexp.
26887
26888         * gnus-sum.el (gnus-summary-read-document): Ditto.
26889
26890         * gnus-uu.el (gnus-uu-part-number): Ditto.
26891
26892         * html2text.el (html2text-remove-tags): Ditto.
26893         (html2text-format-tags): Ditto.
26894         (html2text-format-single-elements): Ditto.
26895
26896         * mml.el (mml-parse-1): Ditto.
26897
26898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26899
26900         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26901
26902         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26903
26904         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26905
26906         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26907
26908 2003-11-15  Simon Josefsson  <jas@extundo.com>
26909
26910         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26911         (pgg-gpg-lookup-key): Use regexp match instead of
26912         split-string (split-string is different between emacs 21.2 and
26913         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26914
26915 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26916
26917         * gnus-art.el (gnus-mime-view-all-parts)
26918         (gnus-article-part-wrapper, gnus-article-view-part):
26919         Use with-current-buffer.
26920
26921 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26922
26923         * spam.el (spam-disable-spam-split-during-ham-respool)
26924         (spam-spamoracle-database, spam-cache-lookups)
26925         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26926         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26927         (spam-group-ham-marks, spam-group-spam-marks)
26928         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26929         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26930         also add spam-use-blackholes to the statistical checks.
26931         (spam-fetch-field-fast): Add interface to fetching fields, may
26932         become a macro.
26933         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26934         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26935         (spam-insert-fake-headers): Fake an article when needed.
26936         (spam-find-spam): Fake article when possible.
26937         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26938         (spam-check-bogofilter-headers): Use message-fetch-field instead
26939         of nnmail-fetch-field.
26940
26941 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26942
26943         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26944
26945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26946
26947         * spam.el (spam-split): Do not require spam-use-CHECK to be
26948         enabled if that check is passed to spam-split explicitly; also
26949         fix so 'spam doesn't get converted to spam-split-group when
26950         spam-split-symbolic-return is t.
26951         (spam-find-spam): Find registrations of the article and use those
26952         instead of re-running spam-split to find the spam/ham
26953         classification of the article.
26954         (spam-log-processing-to-registry, spam-log-registered-p)
26955         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26956         Use gnus-error instead of gnus-message.
26957         (spam-log-registration-type): Add function to determine the
26958         classification of a message based on registry entries; will
26959         return nil if both 'spam and 'ham are found.
26960         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26961         a reasonably fast local cache without the loading errors.
26962         (spam-cache-lookups): Set to t by default.
26963         (spam-find-spam): Don't try to guess spam-cache-lookups.
26964         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26965         spam-caches entry.
26966         (spam-filelist-build-cache, spam-filelist-check-cache):
26967         Fix caching of whitelist/blacklist entries.
26968         (spam-check-whitelist, spam-check-blacklist):
26969         Invoke spam-from-listed-p with a type, not a cache variable.
26970         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26971
26972 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26973
26974         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26975
26976         * nnmail.el (nnmail-split-fancy): do.
26977
26978         * mml.el (mml-parse): do.
26979
26980         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26981         (gnus-score-adaptive): do.
26982
26983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26984
26985         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26986         (gnus-mime-button-map): Don't set keymap parent.
26987         (gnus-button-ctan-directory-regexp): Use shy grouping.
26988         (gnus-prev-page-map): Don't set keymap parent.
26989         (gnus-prev-page-map): Remove duplicated one.
26990         (gnus-next-page-map): Don't set keymap parent.
26991         (gnus-mime-security-button-map): Ditto.
26992
26993         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26994         version number.
26995
26996         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26997
26998 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26999
27000         * canlock.el (canlock-sha1-function): Remove.
27001         (canlock-sha1-function-for-verify): Remove.
27002         (canlock-openssl-program): Remove.
27003         (canlock-openssl-args): Remove.
27004         (canlock-ignore-errors): Remove.
27005         (canlock-sha1-with-openssl): Remove.
27006         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27007         (canlock-verify): Don't use canlock-ignore-errors.
27008
27009         * sha1-el.el (sha1-string-external): Make it can return a string
27010         in binary form.
27011         (sha1-region-external): Ditto.
27012         (sha1-string-internal): Ditto.
27013         (sha1-region-internal): Ditto.
27014         (sha1-region): Ditto.
27015         (sha1-string): Ditto.
27016         (sha1): Ditto.
27017
27018 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27019
27020         * spam.el (spam-report-articles-gmane): New command.
27021
27022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27023
27024         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27025
27026         * run-at-time.el (run-at-time-saved): Remove.
27027         (run-at-time): Doc fix.
27028
27029 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27030
27031         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27032         (gnus-summary-limit-map): Add it.
27033         (gnus-summary-make-menu-bar): do.
27034
27035 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27036
27037         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27038         Make attempt at some caching support (done for BBDB only now).
27039         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27040         addresses to be checked.
27041         (spam-clear-cache-BBDB): Add function, to be invoked by
27042         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27043         (spam-check-BBDB): Check and use the caches, if
27044         spam-cache-lookups is on, remove superfluous (provide).
27045
27046 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27047
27048         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27049
27050 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27051
27052         * run-at-time.el (run-at-time-saved): Move to after the definition
27053         of `run-at-time'.
27054
27055         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27056
27057 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27058
27059         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27060         mm-w3m-local-map-property.
27061
27062         * mm-view.el (mm-w3m-mode-map): Remove.
27063         (mm-w3m-local-map-property): Remove.
27064         (mm-inline-text-html-render-with-w3m): Don't use
27065         mm-w3m-local-map-property.
27066
27067 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27068
27069         * run-at-time.el: New file.
27070
27071         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27072         under Emacs.
27073
27074         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27075         of gnus-set-text-properties.
27076
27077         * gnus-uu.el (gnus-uu-save-article): Ditto.
27078
27079         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27080
27081         * gnus-cite.el (gnus-cite-parse): Ditto.
27082
27083         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27084         of gnus-.
27085
27086         * gnus-xmas.el (run-at-time): Require run-at-time.
27087
27088         * gnus.el: Change calls to nnheader-run-at-time and
27089         password-run-at-time throughout to use run-at-time directly.
27090
27091         * password.el: Remove definition of run-at-time.
27092
27093         * nnheaderxm.el: Remove definition of run-at-time.
27094
27095 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27096
27097         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27098         in prompt.
27099
27100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27101
27102         * messagexmas.el (message-xmas-redefine): Alias
27103         `message-make-caesar-translation-table' to
27104         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27105         version.
27106
27107         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27108         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27109         `gnus-xmas-set-text-properties'.
27110         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27111         `gnus-xmas-completing-read'.
27112         (gnus-xmas-completing-read): Removed.
27113         (gnus-xmas-open-network-stream): Removed.
27114
27115         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27116         XEmacs version.
27117
27118         * dns.el (dns-make-network-process): Use `open-network-stream'
27119         instead of `gnus-xmas-open-network-stream'.
27120
27121         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27122
27123         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27124
27125 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27126
27127         * gnus-art.el (gnus-mime-display-alternative)
27128         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27129         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27130         Don't use gnus-local-map-property.
27131
27132         * gnus-util.el (gnus-local-map-property): Remove.
27133
27134         * mm-view.el (mm-view-pkcs7-decrypt):
27135         Replace gnus-completing-read-maybe-default with completing-read.
27136
27137         * gnus-util.el (gnus-completing-read): do.
27138         (gnus-completing-read-maybe-default): Remove.
27139
27140 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27141
27142         * password.el: Only autoload `run-at-time' if not XEmacs.
27143         Only autoload the itimer functions if XEmacs.
27144
27145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27146
27147         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27148         XEmacsen.
27149
27150         * dgnushack.el: Autoload executable-find for XEmacs.
27151
27152 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27153
27154         * gnus-art.el (gnus-read-string): Remove.
27155         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27156         read-string.
27157
27158 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27159
27160         * netrc.el: Autoload password-read.
27161         (netrc): Add configuration group.
27162         (netrc-encoding-method, netrc-openssl-path):
27163         Add variables for encoding and decoding of files with symmetric
27164         ciphers.
27165         (netrc-encode): Add assistant function to encode a file with
27166         netrc-encoding-method.
27167         (netrc-parse): Add interactive parameter, added optional
27168         decoding if netrc-encoding-method is non-nil but otherwise
27169         behavior is standard.
27170         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27171         Do s/encode/encrypt/ everywhere.
27172
27173         * spam.el: Remove executable-find autoload.
27174
27175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27176
27177         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27178
27179         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27180
27181 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27182
27183         * gnus-art.el (gnus-treat-ansi-sequences)
27184         (article-treat-ansi-sequences): New variable and function.
27185         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27186
27187         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27188         Use it.
27189
27190 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27191
27192         * mm-util.el (mm-quote-arg): Remove.
27193
27194         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27195         shell-quote-argument.
27196
27197         * gnus-uu.el (gnus-uu-command): do.
27198
27199         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27200
27201         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27202         with make-char.
27203
27204         * mm-util.el (mm-make-char): Remove.
27205
27206         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27207         add-minor-mode.
27208
27209         * gnus-undo.el (gnus-undo-mode): do.
27210
27211         * gnus-topic.el (gnus-topic-mode): do.
27212
27213         * gnus-sum.el (gnus-dead-summary-mode): do.
27214
27215         * gnus-start.el (gnus-slave-mode): do.
27216
27217         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27218
27219         * gnus-ml.el (gnus-mailing-list-mode): do.
27220
27221         * gnus-gl.el (gnus-grouplens-mode): do.
27222
27223         * gnus-draft.el (gnus-draft-mode): do.
27224
27225         * gnus-dired.el (gnus-dired-mode): do.
27226
27227         * gnus-ems.el (gnus-add-minor-mode): Remove.
27228
27229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27230         Replace gnus-char-width with char-width.
27231
27232         * gnus-ems.el (gnus-char-width): Remove.
27233
27234         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27235         Replace gnus-char-width with char-width.
27236
27237         * gnus-ems.el (gnus-char-width): Remove.
27238
27239         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27240         definition.
27241         Remove Emacs 20 hash table compatibility code.
27242
27243         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27244         20 compatibility code.
27245
27246         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27247
27248         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27249
27250         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27251         Replace with point-at-{eol,bol}.
27252
27253         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27254
27255         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27256
27257         * flow-fill.el (fill-flowed-point-at-bol)
27258         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27259
27260         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27261         Replace with point-at-{eol,bol} throughout all files.
27262
27263 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27264
27265         * ntlm.el (ntlm-string-as-unibyte): New macro.
27266         (ntlm-build-auth-response): Use it.
27267
27268         Remove Emacs 20 stuff:
27269         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27270         (butlast, mapc, remove): Remove the compiler macros.
27271         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27272         of delq and copy-sequence.
27273         * gnus-art.el (popup-menu): Remove the compiler macro.
27274         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27275         Emacs 20.
27276
27277 2004-01-05  Simon Josefsson  <jas@extundo.com>
27278
27279         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27280         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27281         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27282         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27283         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27284         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27285         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27286         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27287         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27288         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27289         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27290         string-xor into ntlm-string-xor.
27291         Suggested by Jesper Harder <harder@myrealbox.com>.
27292
27293         * ntlm.el: Don't include poem.
27294
27295         * md4.el (print-int32, print-string-hexa): Remove.
27296         Suggested by Jesper Harder <harder@myrealbox.com>.
27297
27298         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27299
27300         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27301         probably breaks emacs with DL patch, but do we care? Is anyone
27302         still using the DL stuff?)
27303
27304         * sieve-manage.el: Use the password package.
27305         (sieve-manage-read-passwd): Remove.
27306         (sieve-manage-interactive-login): Use password.  Re-add
27307         condition-case around loop.
27308
27309         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27310         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27311         Use the password package.
27312
27313 2003-02-19  Simon Josefsson  <jas@extundo.com>
27314
27315         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27316         token.
27317
27318 2002-08-07  Simon Josefsson  <jas@extundo.com>
27319
27320         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27321         (sieve-manage-authenticators)
27322         (sieve-manage-authenticator-alist): Add some SASL mechs.
27323         (sieve-sasl-auth): New function.
27324         (sieve-manage-cram-md5-auth)
27325         (sieve-manage-plain-auth): Rewrite using SASL library.
27326         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27327         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27328         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27329         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27330
27331 2004-01-05  Simon Josefsson  <jas@extundo.com>
27332
27333         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27334         New files.
27335
27336 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27337
27338         * gnus-group.el (gnus-no-groups-message): Update.
27339
27340         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27341
27342 2003-11-09  Simon Josefsson  <jas@extundo.com>
27343
27344         * imap.el: Support for ID IMAP extension (RFC 2971).
27345         (imap-local-variables): Add imap-id.
27346         (imap-id): New variable.
27347         (imap-id): New function.
27348         (imap-parse-response): Parse untagged ID response.
27349         * nnimap.el (nnimap-id): New variable.
27350         (nnimap-open-connection): Use it.
27351
27352 2003-12-28  Simon Josefsson  <jas@extundo.com>
27353
27354         * gnus-score.el (gnus-score-edit-all-score): New.
27355         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27356
27357 2004-01-04  Simon Josefsson  <jas@extundo.com>
27358
27359         * password.el: Add.
27360
27361 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27362
27363         * dns.el (dns-query-types): Fix typo.
27364         (dns-query-types): New function.
27365         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27366         PTR and SOA replies, see RFC 1035.
27367
27368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27369
27370         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27371
27372         * Move to Changelog.2.
27373
27374 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27375
27376         * gnus.el (gnus-version-number): Bump version.
27377
27378 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27379
27380         * gnus.el: No Gnus v0.1 is released.
27381
27382 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27383
27384         * gnus.el: No Gnus v0.0 is released.
27385
27386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27387
27388         * gnus.el (gnus-version-number): Bump.
27389         (gnus-version): No.
27390
27391 See ChangeLog.2 for earlier changes.
27392
27393   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27394
27395   This file is part of GNU Emacs.
27396
27397   GNU Emacs is free software: you can redistribute it and/or modify
27398   it under the terms of the GNU General Public License as published by
27399   the Free Software Foundation, either version 3 of the License, or
27400   (at your option) any later version.
27401
27402   GNU Emacs is distributed in the hope that it will be useful,
27403   but WITHOUT ANY WARRANTY; without even the implied warranty of
27404   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27405   GNU General Public License for more details.
27406
27407   You should have received a copy of the GNU General Public License
27408   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27409
27410 ;; Local Variables:
27411 ;; coding: utf-8
27412 ;; fill-column: 79
27413 ;; add-log-time-zone-rule: t
27414 ;; End: