lisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue
[gnus] / lisp / ChangeLog
1 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
4         while prompting a user for a file name, etc.
5         (gnus-mime-display-single): Display part with a common appearance no
6         matter whether MIME button is omitted or not; don't add duplicate entry
7         to gnus-article-mime-handle-alist.
8         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
9
10 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
11
12         * mml2015.el (mml2015-display-key-image): New variable.
13
14 2014-05-08  Glenn Morris  <rgm@gnu.org>
15
16         * gnus-fun.el (gnus-grab-cam-face):
17         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
18         This is CVE-2014-3421.
19
20 2014-05-04  Glenn Morris  <rgm@gnu.org>
21
22         * gnus-registry.el (gnus-registry-install-p): Doc fix.
23
24 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
27         the displaying state of a part.
28         (gnus-mm-display-part): Don't insert a newline in the beginning of
29         a part like gnus-mime-inline-part doesn't; work for XEmacs.
30
31         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
32         (mm-shr): Make undisplayer unbreakable.
33
34         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
35         insert excessive newline.
36         (mm-inline-text-html-render-with-w3m, mm-inline-text)
37         (mm-insert-inline): Make undisplayer unbreakable.
38
39 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
40
41         * gnus.el: Ma Gnus v0.11 is released.
42
43 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus-art.el (gnus-mm-display-part):
46         Highlight header attachment buttons.
47
48 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
51         a part; redisplay a button (enbugged in 2014-02-05).
52
53 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * auth-source.el (auth-source-search, auth-source-search-backends):
56         Treat :max 0 as an indicator that a boolean return is wanted, as
57         documented. Reported by Joe Bloggs.
58
59 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-icalendar.el: Require gnus-art.
62
63 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
64
65         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
66         (gnus-icalendar--update-org-event): put event timestamp in
67         the org entry body instead of the drawer.
68         (gnus-icalendar-event--get-attendee-names): list of participants should
69         contain even attendees without common name attribute.
70         (gnus-icalendar--update-org-event): don't generate duplicates of empty
71         property tags in org drawers.
72
73 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gmm-utils.el (gmm-format-time-string): New function.
76
77         * message.el (message-insert-formatted-citation-line): Use the original
78         author's time zone to express a date string.
79
80 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
83         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
84         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
85         Silence compiler warnings.
86         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
87
88 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * mml.el: Require url when compiling.
91
92         * gnus-cloud.el (gnus-cloud-parse-version-1):
93         Use plist-get rather than CL's getf.
94         (gnus-activate-group, gnus-subscribe-group): Declare.
95
96         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
97
98 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
101         buttons when toggling the header off.
102
103 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
104
105         * tls.el (tls-program): Reflow docstring.
106
107 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
108
109         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
110         groups work again.
111
112 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
113
114         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
115         999 correctly (i.e. "1,342").
116
117 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
120         out if the directory doesn't exist.
121
122 2014-03-07  Daiki Ueno  <ueno@gnu.org>
123
124         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
125         commands here; instead, only check if epg-config.el is available.
126
127 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
130         messages with embedded images.
131         (mml-generate-mime): Don't bug out if you don't have libxml.
132
133 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * message.el (message-make-html-message-with-image-files): New command.
136
137 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-group.el (gnus-group-make-group): Clarify prompt.
140
141         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
142
143 2014-02-23  David Engster  <deng@randomsample.de>
144
145         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
146         to stay compatible with older Emacsen, so replace `cl-loop' with
147         `loop'.
148
149 2014-02-22  Daniel Colascione  <dancol@dancol.org>
150
151         * auth-source.el (auth-source-secrets-listify-pattern): New function.
152         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
153         instead, build list of patterns.
154
155 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
158         Display header attachment buttons by gnus-article-prepare-display
159         rather than gnus-article-prepare so as to view in mml-preview as well.
160
161 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
164         in `auth-sources' means and link to EPA docs.
165
166 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
169         (bug#12375).
170
171 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
174         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
175
176 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
177
178         * message.el (message-tab): Mention what happens on normal tabs
179         (bug#11297).
180
181 2014-02-08  Glenn Morris  <rgm@gnu.org>
182
183         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
184
185 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
188         buttons that are hidden in unselected alternative part as well.
189         (gnus-mime-display-alternative): Redraw attachment buttons in header.
190
191         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
192
193 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
196         keystroke.
197         (gnus-server-toggle-cloud-server): Only allow clouding applicable
198         types.
199
200         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
201         with an empty string.
202
203 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
206         buffer-local in some buffers, so bind it explicitly in the buffer we're
207         trying to cancel the article in (bug#10808).
208
209 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
212         New functions.
213
214         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
215         New user option.
216         (gnus-mime-buttonize-attachments-in-header): New function.
217         (gnus-article-prepare): Use it.
218         (gnus-mime-inline-part): Suppress extra newline.
219         (gnus-mm-display-part): Save excursion;
220         remove useless deleting and adding of buttons.
221         (gnus-insert-mime-button): Allow insertion in the middle of a line.
222
223         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
224         Add gnus-mime-buttonize-attachments-in-header.
225
226 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-request-articles): New command to download several
229         articles at once.
230
231         * gnus.el (gnus-variable-list): Save Cloud variables.
232
233         * gnus-int.el (gnus-request-accept-article): Doc fix.
234
235 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
236
237         * parse-time.el (parse-time-iso8601-regexp)
238         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
239         it more generally.
240
241 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-cloud.el: New file to provide the Emacs Cloud.
244
245         * dgnushack.el: Silence XEmacs w3 warning.
246
247         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
248         `url-retrieve-synchronously', apparently.
249
250         * dgnushack.el: Silence XEmacs dns.el warning.
251
252         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
253         instead of in all files.
254
255         * dns.el (network-interface-list): Define for XEmacs.
256
257         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
258         XEmacs.
259
260         * nnrss.el (libxml-parse-html-region): Silence compilation error.
261
262 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
263
264         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
265         `gnus-group-split-fancy'.
266
267 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
268
269         * message.el (message-remove-header): Doc fix.
270         (message-forward-included-headers): New variable.
271         (message-remove-ignored-headers): Use it.
272
273 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
274
275         * nnir.el (nnir-request-update-mark): Don't try to update the source
276         group if we can't find it (bug#16611).
277
278 2014-01-31  Dave Abrahams  <dave@boostpro.com>
279
280         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
281
282 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
283
284         * dns.el (dns-servers-up-to-date-p): New function to see whether the
285         network interfaces changed.
286         (dns-query): Use it to flush the data.
287
288 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
289
290         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
291         from random face commands.
292         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
293         Face.
294         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
295         (gnus--random-face-with-type): Generic function returning a face-type
296         as a string.
297         (gnus--insert-random-face-with-type): Generic function inserting a face
298         in a message buffer header.
299         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
300         (gnus-insert-random-x-face-header): Rewritten to use
301         `gnus--insert-random-face-with-type`.
302         (gnus-random-face): Return random (png) Face as string.
303         (nus-insert-random-face-header): Insert random (png) Face in a message
304         buffer.
305
306 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
307
308         * mm-url.el: Remove all usage of w3.
309
310         * nnrss.el: Ditto.
311
312         * mm-decode.el: Ditto.
313
314         * mm-view.el: Ditto.
315
316         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
317         outdated and all Emacsen have url.el built-in.
318
319         * gnus-setup.el: Remove outdated file.
320
321 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
322
323         * gnus.el: Ma Gnus v0.9 is released.
324
325 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
326
327         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
328
329 2014-01-31  Dave Abrahams  <dave@boostpro.com>
330
331         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
332         in the summary buffer (bug#13769).
333
334 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
337         name if we're using a single article buffer.  Otherwise, it may point
338         to a killed buffer (bug#13756).
339
340 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
343         the match data, just save and restore it explictly (bug#12375).
344
345         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
346         that's needed.
347
348         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
349         the code once (bug#9069).
350
351 2014-01-18  Steinar Bang  <sb@dod.no>
352
353         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
354         reading.
355
356 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
357
358         * message.el (message-bury): Call bury-buffer with no argument
359         in the message-return-action case too.
360
361 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
364         (nnimap-split-fancy, nnimap-split-methods): Declare.
365
366         * mm-util.el (help-function-arglist): Declare.
367
368 2013-12-28  Glenn Morris  <rgm@gnu.org>
369
370         * gnus-sieve.el (gnus-sieve-select-method):
371         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
372         (gravatar-rating, gravatar-size):
373         * message.el (message-minibuffer-local-map):
374         * sieve-manage.el (sieve-manage-authenticators)
375         (sieve-manage-authenticator-alist): Specify custom types.
376
377         * hashcash.el (hashcash-program): Rename from hashcash-path.
378         Update callers.
379
380         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
381         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
382         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
383
384         * auth-source.el (auth-sources):
385         * nnmairix.el (nnmairix-propagate-marks-upon-close):
386         Fix custom types.
387
388         * tls.el (tls-certtool-program): Fix default value.
389
390 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
393         we get proper traces there, too.
394
395 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
396
397         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
398         value of the parameters if the current article has a Reply-To or From
399         field.
400
401 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus.el (gnus-group-buffer): Remove duplicate definition.
404
405 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-sum.el (gnus-summary-exit): Stop animations.
408
409 2013-12-19  Juri Linkov  <juri@jurta.org>
410
411         * gnus.el (gnus-suppress-keymap):
412         * gnus-art.el (gnus-article-mode-map):
413         * gnus-group.el (gnus-group-mode-map):
414         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
415         Remove [backspace] key binding because it shadows DEL (bug#16035).
416
417         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
418
419 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
422         Make sure work directory exists.
423         (gnus-uu-digest-mail-forward): Store temporary files in work directory
424         rather than tmp directory.
425         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
426         not necessarily always run, with it.
427
428 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
429
430         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
431         value of gnus-icalendar-additional-identities work without restart.
432
433 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * mm-util.el (mm-make-temp-file):
436         Alias to make-temp-file for modern Emacsen.
437
438 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
441         nnir-article-number and nnir-article-group.
442
443 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
444
445         * message.el (message-send-mail-with-sendmail):
446         Don't kill error buffer if sending fails.
447
448 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
449
450         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
451         (gnus-icalendar-event->org-entry)
452         (gnus-icalendar--update-org-event)
453         (gnus-icalendar-event->gnus-calendar): Distinguish between
454         required/optional/non-participant attendee status.  Fix bug causing
455         the first required event participant to be omitted.
456
457 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-art.el (article-de-quoted-unreadable)
460         (article-de-base64-unreadable, gnus-mime-copy-part)
461         * gnus-html.el (gnus-article-html)
462         * mm-view.el (mm-inline-text-html-render-with-w3)
463         (mm-inline-text-html-render-with-w3m-standalone)
464         * rfc2231.el (rfc2231-decode-encoded-string):
465         Allow overriding charset by mm-charset-override-alist.
466
467         * gnus-art.el (gnus-article-browse-html-parts):
468         Replace LWSPs with `&nbsp;'s in header.
469
470         Work for broken Chinese articles.
471
472         * gnus-art.el (gnus-article-browse-html-save-cid-content):
473         Exclude broken handles that gnus-summary-enter-digest-group may create.
474         (gnus-article-browse-html-parts):
475         Allow overriding charset by mm-charset-override-alist.
476
477 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
478
479         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
480         (gnus-icalendar-identities): Support additional-identities.
481
482 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
483
484         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
485         org-timestamp for events ending at midnight.
486
487 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
488
489         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
490         .log files.
491
492 2013-11-20  David Engster  <deng@randomsample.de>
493
494         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
495
496 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
497
498         * message.el (message-beginning-of-line):
499         Use beginning-of-visual-line when visual-line-mode is turned on.
500
501 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
502
503         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
504         (gnus-icalendar-event-from-ical)
505         (gnus-icalendar-event->org-entry)
506         (gnus-icalendar--update-org-event): Required/optional participation,
507         list of attendees synced to org.
508
509 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
510
511         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
512         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
513         cancellations to be synced to org if the original appt has an org
514         outline.
515
516 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
517
518         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
519         (gnus-icalendar-event->org-entry)
520         (gnus-icalendar--update-org-event)
521         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
522
523 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
524
525         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
526         Fix timezone handling in gnus-icalendar export to org.
527
528 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
531
532 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
535
536 2013-10-30  Glenn Morris  <rgm@gnu.org>
537
538         * gnus-group.el (gnus-group-browse-foreign-server):
539         * gnus-int.el (gnus-start-news-server):
540         Silence compiler obsolescence warning.
541
542 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
543
544         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
545         `nnoo-current-server' first, then for the actual `nnimap-address' to
546         allow netrc entries for the nnoo server to coexist with netrc entries
547         for the `nnimap-address'.
548
549 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * mm-decode.el (mm-dissect-buffer): Revert last change.
552         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
553         The problem that motivated those changes was attributed to a broken
554         mail sender, and has been fixed.
555
556 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
559         token is missing in the Content-Type header.
560
561         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
562
563 2013-09-18  Glenn Morris  <rgm@gnu.org>
564
565         * gnus-util.el (image-size): Declare.
566
567 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
570         (gnus-icalendar-event-from-ical)
571         (gnus-icalendar-event--build-reply-event-body)
572         (gnus-icalendar-event-reply-from-buffer)
573         (gnus-icalendar-find-org-event-file)
574         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
575         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
576
577         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
578
579 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
580
581         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
582         Use save-current-buffer.
583         (gnus-tree-mode-map): Initialize in the declaration.
584         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
585         (scroll-in-place): Defvar it.
586         (gnus-tmp-*): Defvar them.
587         (gnus-get-tree-buffer): Use derived-mode-p.
588         (gnus--let-eval): New macro.
589         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
590         non-prefixed variables.
591         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
592
593         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
594         vars since it doesn't seem to be available.
595         (gnus-set-global-variables, gnus-summary-read-group-1)
596         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
597         (gnus-summary-display-article, gnus-summary-select-article)
598         (gnus-summary-next-article, gnus-offer-save-summaries)
599         (gnus-summary-generic-mark): Use derived-mode-p.
600         (gnus-summary-read-group-1, gnus-summary-exit)
601         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
602         Adjust calls to gnus-tree-close and gnus-tree-open.
603
604         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
605
606         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
607         (gnus-agent-mode): Use derived-mode-p.
608         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
609         gnus-command-method and *-command-method to nil, but bind
610         gnus-command-method to *-command-method instead!
611         (gnus-agent-fetch-articles): Remove unused var `id'.
612         (gnus-agent-fetch-headers): Remove unused arg `force'.
613         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
614         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
615         (gnus-agent-short-article, gnus-agent-long-article)
616         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
617         first use.
618         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
619         `score-param'.
620         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
621         (gnus-get-predicate): Push in front of the cache, rather than end.
622         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
623         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
624         (gnus-agent-expire-unagentized-dirs): Don't rebind
625         gnus-agent-expire-current-dirs since the defvar silences the warning.
626         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
627         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
628         (gnus-agent-regenerate): Simplify interactive spec and doc.
629
630 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-int.el (gnus-open-server): Silence compiler.
633
634         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
635
636         * message.el (message-display-completion-list): Abolish.
637         (message-completion-in-region): Use display-completion-list.
638
639 2013-09-17  Glenn Morris  <rgm@gnu.org>
640
641         * gnus-util.el (gnus-message-with-timestamp-1):
642         Use `messages-buffer' function if available.  Ignore read-only.
643
644 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * message.el (message-expand-group, message-completion-in-region):
647         Correct the order of start and end of a region.
648
649 2013-09-13  Glenn Morris  <rgm@gnu.org>
650
651         * mml2015.el (gnus-create-image): Autoload it.
652
653         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
654
655         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
656         (image-size): Declare.
657
658 2013-09-12  Glenn Morris  <rgm@gnu.org>
659
660         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
661         Avoid using `find', which i) might not be defined at runtime;
662         ii) does not work, since its default test is eql, not equal.
663         (gnus-mime-action-alist): Declare.
664
665 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
666
667         * score-mode.el (gnus-score-mode-map): Move initialization
668         into declaration.
669         (gnus-score-mode): Use define-derived-mode.
670         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
671         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
672         into declaration.
673         (gnus-kill-file-mode): Use define-derived-mode.
674         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
675         Use derived-mode-p.
676         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
677         (gnus-group-setup-buffer, gnus-group-name-at-point)
678         (gnus-group-make-web-group, gnus-group-enter-directory)
679         (gnus-group-suspend): Use derived-mode-p.
680         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
681         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
682         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
683         (gnus-article-setup-buffer, gnus-article-prepare)
684         (gnus-article-prepare-display, gnus-sticky-article)
685         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
686         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
687         (gnus-article-read-summary-keys): Use derived-mode-p.
688
689 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
692
693 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
696         shift_jis from the default value set for Japanese users.
697
698 2013-08-13  Glenn Morris  <rgm@gnu.org>
699
700         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
701
702         * gnus.el (gnus-valid-select-methods): Fix type.
703
704         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
705
706 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * mm-decode.el (mm-display-external): Run a timer for the temp files
709         deletion after a viewer exits; add a deletion timer for the needsterm
710         case, too.
711
712         * mm-decode.el (mm-display-external): Try to delete temporary files by
713         using a 1-min. timer.
714
715 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
718         New internal variables.
719         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
720         (mm-display-external): Use it to delete temporary files instead of
721         using timers.
722
723 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
726
727 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
728
729         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
730         with cond for backwards compatability.
731
732 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * mm-decode.el (mm-display-external): Bind process-connection-type to
735         nil; don't delete a temp file immediately even if a viewer finishes,
736         since it may be a shell script, like xdg-open, that launches a real
737         viewer program belatedly.
738
739 2013-08-05  Dave Abrahams  <dave@boostpro.com>
740
741         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
742         that we can create nndoc groups that excerpt other groups.
743
744 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-delay.el (gnus-delay-article): Fix typo.
747
748         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
749         articles.
750
751         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
752         we can get spell-checking etc.
753
754 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
757         a single one used for encoding the whole text in a header.
758
759 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
762         doesn't work properly on XEmacs.
763
764 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
767         before sending.
768
769         * dgnushack.el (dgnushack-compile): Add a temporary check for
770         gnus-icalendar.
771
772         * mm-decode.el (mm-command-output): New face.
773         (mm-display-external): Use it.
774
775 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
776
777         * nnmbox.el (nnmbox-request-article): Don't change point.
778
779 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
782         Include `handle' parameter.
783
784 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
785
786         * gnus-icalendar.el: New file.
787
788 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
791
792         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
793         dummy roots, too.
794
795 2013-08-01  David Edmondson  <dme@dme.org>
796
797         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
798         out on ttys.
799
800 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
803         not empty.
804
805         * nnrss.el (nnrss-discover-feed): Indent.
806
807 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
810
811 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
814         dirty to ensure nnimap data being saved.
815
816 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
817
818         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
819         menu entry.
820
821         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
822         the current thread's total score instead of the current article's
823         score.
824
825         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
826         (gnus-sort-threads-recursively): Delete defcustom.
827         (gnus-sort-threads-recursive): Adapt accordingly.
828
829 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
830
831         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
832         (gnus-sort-threads-recursive): Use it.
833         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
834         again.  Now that determines how to sort subthreads.
835
836 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
837
838         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
839         (gnus-sort-threads): Use it.
840
841 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
842
843         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
844         punctuation characters follow parentheses (bug#14950).
845
846 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus.el (gnus-continuum-version):
849         * gnus-msg.el (gnus-extended-version): Simplify.
850
851         * gnus.el (gnus-continuum-version-1): Remove.
852         * gnus-msg.el (gnus-bug): Revert.
853
854         Calculate gnus-version correctly on Cygwin.
855
856         * gnus.el (gnus-continuum-version): Do main calculations in integers.
857         (gnus-continuum-version-1): New function, return a string.
858
859         * gnus-msg.el (gnus-extended-version, gnus-bug):
860         Use gnus-continuum-version-1 instead of gnus-continuum-version.
861
862 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
863
864         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
865         (bug#13384).
866
867 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
870         that were only relevant in a development version a long time ago.
871
872 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
875         that the old Emacs 24s bundle.
876
877 2013-07-10  David Engster  <deng@randomsample.de>
878
879         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
880         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
881         fixes a bug in Emacs trunk where the 'unexist' marks were always
882         removed at startup because "Gnus v5.13" was considered smaller than "Ma
883         Gnus v0.03".
884
885 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
886
887         * gnus.el (gnus-summary-line-format): Reference
888         `gnus-user-date-format-alist' for the &user-date; format, not
889         `gnus-summary-user-date-format-alist'.
890
891 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
894         delete files (bug#13481).
895
896 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
897
898         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
899
900 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
903         display images.
904
905         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
906
907         * message.el (message-cancel-news): According to
908         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
909         preferred over "cmsg cancel" in the Subject.
910
911         * nnir.el (nnir-engines): Note that the group specs are regexps
912         (bug#13238).
913
914         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
915         gotten read-only text properties, ensure that those aren't heeded when
916         copying stuff over (bug#13434).
917
918         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
919         (bug#13762).
920
921 2013-07-05  David Kastrup  <dak@gnu.org>
922
923         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
924         authinfo file again (important for blank passwords).  This had been
925         broken with 2013-06-15 change.
926
927 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
930         Revert 2013-01-14 change.
931
932 2013-07-02  Daiki Ueno  <ueno@gnu.org>
933
934         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
935         of 'create-image' for XEmacs compatibility; check errors when decoding
936         image.  Reported by Uwe Brauer.
937
938 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
941         gnus-button-push revised at 2011-01-19.
942
943 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
946         now live in the lisp/net Emacs 24 repository.
947
948 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * eww.el (eww-update-header-line-format): Quote % characters.
951
952 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * eww.el (eww-process-text-input): Display passwords as asterisks.
955
956         * shr.el (shr-make-table-1): Protect against invalid column-spans.
957
958 2013-06-19  Tom Tromey  <tromey@redhat.com>
959
960         * eww.el (eww-top-url): Remove.
961         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
962         (eww-render): Set new variables.  Don't set eww-top-url.
963         (eww-handle-link): Handle "prev", "home", and "contents".
964         Downcase the rel text.
965         (eww-top-url): Choose best top URL.
966
967 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * eww.el: Rewrite to implement form elements "by hand" instead of
970         relying in widget.el.  Using widget.el leads to too many
971         user interface inconsistencies.
972         (eww-self-insert): Implement entering commands in text fields.
973         (eww-process-text-input): New function to make text input field editing
974         work.
975         (eww-submit): Rewrite to use the new-style form methods.
976         (eww-select-display): Display the correct selected item.
977         (eww-change-select): Implement changing the select value.
978         (eww-toggle-checkbox): Implement radio/checkboxes.
979         (eww-update-field): Fix compilation error.
980         (eww-tag-textarea): Implement <textarea>.
981
982         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
983         don't shadow mode-specific bindings.
984
985         * eww.el (eww-browse-url): Don't push stuff onto history if there's
986         nothing to push.
987
988         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
989
990 2013-06-19  Glenn Morris  <rgm@gnu.org>
991
992         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
993
994 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
995
996         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
997
998 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * shr.el (shr-make-table-1): Implement <td rowspan>.
1001         (shr-table-horizontal-line): Allow nil as a value, and change the
1002         default.
1003         (shr-insert-table-ruler): Respect the nil value.
1004
1005 2013-06-18  Tom Tromey  <tromey@barimba>
1006
1007         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1008         New defvars.
1009         (eww-open-file): New defun.
1010         (eww-render): Initialize new variables.
1011         (eww-display-html): Handle "link" and "a".
1012         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1013         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1014         (eww-back-url): Rename from eww-previous-url.
1015         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1016         defuns.
1017
1018 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * shr.el (shr-tag-table): Insert the images after the table, so that
1021         they're not covered by the table colourisation, which often looked
1022         awkward.
1023         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1024         <dd>.
1025         (shr-make-table-1): Implement <td colspan=> support.
1026         (shr-insert-document): Use one less than window width if `shr-width' is
1027         nil, since otherwise things may get one character too wide.
1028
1029 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * eww.el (eww-detect-charset): Improve regexp; move backward.
1032
1033 2013-06-18  Glenn Morris  <rgm@gnu.org>
1034
1035         * mm-decode.el (widget-convert-button): Autoload.
1036
1037         * sieve-manage.el (mm-enable-multibyte): Autoload.
1038
1039         * shr.el (libxml-parse-html-region): Declare.
1040         (shr-render-buffer): Explicit error if no libxml2 support.
1041
1042 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * auth-source.el (auth-source-current-line): New function.
1045         (auth-source-netrc-parse-entries): When a data token is "machine",
1046         assume we're in the wrong place and abort parsing the current line.
1047
1048 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1051         (eww-convert-widgets): Don't bug out if the first widget starts at the
1052         beginning of the buffer.
1053         (eww-convert-widgets): Fix last patch.
1054         (eww-tag-input): Support <input type=image>.
1055
1056         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1057         (shr-tag-base): Protect against base specs that are degenerate.
1058         (shr-ensure-paragraph): Don't delete empty lines that have text
1059         properties, because these may be input fields.
1060
1061         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1062         we can navigate to them.
1063
1064         * shr.el (shr-colorize-region): Put the colours over the entire region.
1065         (shr-inhibit-decoration): New variable.
1066         (shr-add-font): Use it to inhibit text property decorations while doing
1067         preliminary table renderings.  This speeds up typical Wikipedia page
1068         renderings by 15%.
1069         (shr-tag-span): Don't respect the <title>, because that overwrites the
1070         help-echo from links inside the spans.
1071         (shr-next-link): Use `help-echo' for navigation, so that we can
1072         navigate to form elements, too.
1073
1074         * eww.el (eww-button): New face.
1075         (eww-convert-widgets): Use it to make submit buttons more button-like.
1076
1077         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1078         that Gnus commands work.
1079
1080         * shr.el (shr-render-td): Support horizontal alignment.
1081
1082         * eww.el (eww-put-color): Removed.
1083         (eww-colorize-region): Use `add-face-text-property'.
1084
1085         * shr.el (shr-add-font): Append face data, so that we get the correct
1086         precedence: The innermost value (which is applied first) wins.
1087         (shr-make-overlay): Obsolete function.
1088
1089         * mm-decode.el (mm-convert-shr-links): New function to convert
1090         new-style shr URL links into widgets.
1091         (mm-shr): Use it.
1092
1093         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1094         widget commands, since we're no longer using widgets for links.
1095
1096         * shr.el (shr-next-link): New command.
1097         (shr-previous-link): New command.
1098         (shr-urlify): Don't use `widget-convert', because that's slow.
1099         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1100         because collecting the overlays and reapplying them when generating
1101         tables is slow.
1102         (shr-insert-table): Ditto.
1103
1104 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1105
1106         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1107         * shr.el (browse-url): Require `url'.
1108         * eww.el (url): Require format-spec.
1109
1110 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * eww.el (eww-display-html): Default to using the entire window width.
1113         (eww-browse-url): Don't add a User-Agent header (twice), because that
1114         makes Bing refuse connection.
1115
1116         * shr.el (shr-make-table): Cache the table rendering at the table
1117         level, and not the <td> level.  This is a bit faster.
1118
1119         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1120         #id.
1121
1122         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1123         browsers don't.
1124         (shr-expand-url): Respect #anchor links.
1125         (shr-parse-base): Chop off the anchor before using.
1126         (shr-descend): Respect display: none.
1127         (shr-descend): Allow marking elements that have certain IDs.
1128
1129         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1130
1131         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1132
1133         * eww.el (eww-tag-textarea): Support <textarea>.
1134
1135 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1136
1137         * shr.el (shr-dom-to-xml): Fixed function call.
1138
1139         * eww.el (eww): New group.
1140         (eww-header-line-format): New custom variable.
1141         (eww-current-title): New variable.
1142         (eww-display-html): Update header and handle title tag.
1143         (eww-update-header-line-format): New function.
1144         (eww-tag-title): New function.
1145
1146         * shr.el (shr-dom-to-xml): New function.
1147         (shr-tag-svg): Add support for the SVG tag.
1148         (shr-bullet): New custom variable.
1149         (shr-tag-li): Support custom bullet in unordered lists.
1150
1151 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * shr.el (shr-expand-url): Respect // URLs.
1154
1155         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1156         put a background colour onto the entire buffer.
1157         (eww-render): When being redirected, use the redirect URL as the new
1158         base URL.
1159
1160         * shr.el (shr-parse-base): Fix parsing error.
1161
1162         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1163
1164         * shr.el (shr-parse-base): New function.
1165         (shr-expand-url): Use it to expand relative URLs reliably.
1166
1167 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * auth-source.el (auth-source-search-collection): Fix docstring.
1170         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1171         single-quoted strings and multiline entries.
1172         (auth-source-netrc-parse-next-interesting)
1173         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1174         functions to support parser.
1175
1176 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * eww.el (eww-submit): Get submit button logic right when hitting RET
1179         on non-submit buttons.
1180
1181         * shr.el: Remove shr-preliminary-table-render, since that can't really
1182         be used for anything in practice.
1183
1184 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1185
1186         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1187         (sieve-manage-quit).
1188
1189 2013-06-14  Glenn Morris  <rgm@gnu.org>
1190
1191         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1192
1193 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1194
1195         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1196         control the maximum size of photo ID image.
1197         (mml2015-epg-key-image-to-string): Respect it.
1198
1199 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1202         instead of the final one so that we can more easily distinguish them.
1203
1204         * eww.el (eww-submit): Compute the submission URL correctly.
1205
1206 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1207
1208         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1209         Use plist-get rather than CL's getf.
1210         (sieve-manage-parse-capability): Avoid CL's remove-if.
1211
1212 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1213
1214         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1215         (sieve-manage-quit).
1216
1217 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1220         last slash.
1221
1222         * eww.el (eww-tag-select): Use the first value as the default value.
1223
1224 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1225
1226         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1227         (eww-mode): Use `define-derived-mode'.
1228         (eww-parse-headers): Parse headers from beginning of buffer so that
1229         file:// links work.
1230
1231 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1234
1235 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1238         to handle them at all.
1239
1240 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1243         work, too.
1244         (eww-tag-select): Implement <select>.
1245
1246 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1247
1248         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1249         stream managing functions by using open-protocol-stream to do most of
1250         the work.  Has the nice benefit of enabling STARTTLS.
1251         Wait for capabilities after STARTTLS: following RFC5804, the server
1252         sends new capabilities after successfully establishing a TLS connection
1253         with the client.  The client should update the cached list of
1254         capabilities, but we just ignore the answer for now.
1255         (sieve-manage-network-p, sieve-manage-network-open)
1256         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1257         (sieve-manage-forward, sieve-manage-streams)
1258         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1259         API, nor called by any other function.
1260         Enable Multibyte for SieveManage buffers: The parser won't properly
1261         handle umlauts and line endings unless multibyte is turned on in the
1262         process buffer.
1263
1264 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * eww.el (eww-tag-input): Support password fields.
1267         (eww-submit): Support POST.
1268
1269 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * eww.el (eww-tag-form): Protect against degenerate forms.
1272
1273         * shr.el (shr-expand-url): Expand URLs that start with a slash
1274         correctly.
1275
1276         * eww.el (eww-submit): Get submit button logic right.
1277
1278         * shr.el (shr-final-table-render): New variable to signal when we're
1279         doing the final table rendering so that we can collect more data at
1280         that point.
1281
1282         * eww.el (eww-submit): Make form submission work.
1283         (eww-tag-input): Implement submit buttons.
1284         (eww-click-radio): Implement radio and checkboxes.
1285         (eww-submit): Handle hidden elements.
1286
1287         * shr.el (shr-descend): Allow other packages to override (or provide)
1288         rendering of elements.
1289         (shr-expand-url): Strip query strings from URLs before expanding them.
1290
1291         * eww.el: Don't require cl-lib.
1292         (eww-tag-form): Start form support.
1293
1294         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1295
1296         * eww.el: Start writing a new, tiny web browser.
1297         (eww-previous-url): New command.
1298         (eww-quit): New command.
1299
1300 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1301
1302         * sieve.el: Put point at beginning of buffer when viewing a script.
1303         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1304         number in sieve-buffer's header.  Fixed code to also work with a string
1305         as port specifier.  Properly close the connection on pressing 'q'.  Make
1306         sieve-manage-quit close the connection and process buffer.  Also, remove
1307         duplicate keybinding for 'q'.
1308
1309 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1310
1311         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1312         make it easier to read.
1313         (mm-pkcs7-enveloped-magic): Ditto.
1314
1315 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1318         before `image-type-available-p' to avoid loading the image libraries
1319         needlessly.
1320
1321 2013-06-05  David Engster  <deng@randomsample.de>
1322
1323         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1324         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1325         to see whether the group was synced before.
1326
1327 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1328
1329         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1330         when opening the connection.
1331         Suggested by João Távora <joaotavora@gmail.com> in
1332         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1333
1334 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1337         assume Date header begins with "Date", that may be customized into
1338         something like "X-Sent" using gnus-article-time-format.
1339         (article-transform-date): Allow multi-line Date header.
1340
1341 2013-06-02  David Engster  <deng@randomsample.de>
1342
1343         * registry.el (initialize-instance, registry-lookup)
1344         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1345         (registry-lookup-secondary-value, registry-search, registry-delete)
1346         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1347         not wrap methods in `eval-and-compile'.  This breaks due to latest
1348         changes in EIEIO (introduction of eieio-core.el).
1349
1350 2013-05-30  Glenn Morris  <rgm@gnu.org>
1351
1352         * nnmail.el (nnmail-fancy-expiry-target):
1353         Also bind mail-dont-reply-to-names.
1354
1355         * spam-stat.el (spam-stat-save):
1356         No need to tweak font-lock in temp buffers.
1357
1358         * shr.el (shr-put-image): Silence compiler.
1359
1360 2013-05-29  Glenn Morris  <rgm@gnu.org>
1361
1362         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1363
1364         * gnus-group.el (gnus-sequence-of-unread-articles)
1365         (gnus-summary-add-mark, gnus-mark-article-as-read)
1366         (gnus-group-make-articles-read): Declare.
1367
1368         * gnus-sum.el (gnus-parameter-list-identifier)
1369         (gnus-article-stop-animations, gnus-stop-downloads)
1370         (gnus-article-only-boring-p, article-goto-body)
1371         (gnus-flush-original-article-buffer, article-narrow-to-head)
1372         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1373         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1374
1375         * gnus.el: No need to eval-and-compile autoloads.
1376
1377         * gravatar.el (help-function-arglist): Autoload.
1378
1379         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1380
1381         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1382
1383         * spam.el: No need to load spam-report when compiling.
1384         No need to eval-and-compile autoloads.
1385         (spam-report-resend-to): Declare.
1386         (spam-report-resend-register-routine): Require 'spam-report.
1387
1388 2013-05-24  Julien Danjou  <julien@danjou.info>
1389
1390         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1391         setup.
1392
1393 2013-05-23  Glenn Morris  <rgm@gnu.org>
1394
1395         * gnus-util.el (rmail-swap-buffers-maybe)
1396         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1397         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1398         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1399
1400         * mm-decode.el: No need to load term when compiling.
1401         (term-mode, term-char-mode): Declare.
1402
1403         * mm-util.el: No need to load jka-compr when compiling.
1404         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1405
1406         * nnmaildir.el: Require is automatically eval-and-compile.
1407         (nnmail): Require at run-time too.
1408
1409         * registry.el (registry-size): Move definition before use.
1410
1411 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1412
1413         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1414         signed data to conform the standard.  (Bug#14232)
1415
1416 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1417
1418         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1419         double angle quotation mark.
1420
1421 2013-05-20  Glenn Morris  <rgm@gnu.org>
1422
1423         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1424
1425 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1426
1427         * message.el (message-insert-formatted-citation-line): handle finding
1428         first/lastname when more than 2 names appear.
1429
1430 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1431
1432         * shr.el (shr-tag-span): New function.
1433
1434 2013-05-18  Glenn Morris  <rgm@gnu.org>
1435
1436         * message.el (message-mode): Use message-mode-abbrev-table,
1437         with text-mode-abbrev-table as parent.  (Bug#14413)
1438
1439 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * message.el (message-expand-group): Decode group names.
1442
1443 2013-05-16  Julien Danjou  <julien@danjou.info>
1444
1445         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1446         app-icon.
1447
1448 2013-05-15  Glenn Morris  <rgm@gnu.org>
1449
1450         * shr-color.el (shr-color-visible-luminance-min)
1451         (shr-color-visible-distance-min): Use shr-color group.
1452
1453 2013-05-11  Glenn Morris  <rgm@gnu.org>
1454
1455         * gnus-vm.el: Make it loadable without VM.
1456         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1457         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1458
1459 2013-05-09  Glenn Morris  <rgm@gnu.org>
1460
1461         * mml1991.el: Make it loadable.  (Bug#13456)
1462
1463         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1464         * gnus-async.el (gnus-async-post-fetch-function):
1465         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1466         * gnus-html.el (gnus-html-image-cache-ttl):
1467         * gnus-notifications.el (gnus-notifications-timeout):
1468         * gnus-picon.el (gnus-picon-properties):
1469         * gnus-util.el (gnus-completion-styles):
1470         * gnus.el (gnus-other-frame-resume-function):
1471         * message.el (message-user-organization-file)
1472         (message-cite-reply-position):
1473         * nnir.el (nnir-summary-line-format)
1474         (nnir-retrieve-headers-override-function):
1475         * shr-color.el (shr-color-visible-luminance-min):
1476         * shr.el (shr-blocked-images):
1477         * spam-report.el (spam-report-resend-to):
1478         * spam.el (spam-summary-exit-behavior): Fix custom types.
1479
1480         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1481
1482 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1485         because of let-binding help-xref-following.  (Bug#14356)
1486
1487 2013-05-06  Glenn Morris  <rgm@gnu.org>
1488
1489         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1490
1491 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1492
1493         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1494         entering into the registry.
1495
1496 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1497
1498         * gnus.el: Ma Gnus v0.7 is released.
1499
1500 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1503         (Bug#14304)
1504
1505 2013-04-27  Glenn Morris  <rgm@gnu.org>
1506
1507         * gnus.el (gnus-list-debbugs):
1508         Use require rather than autoload.  (Bug#14262)
1509
1510 2013-04-27  Julien Danjou  <julien@danjou.info>
1511
1512         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1513         port to "sieve" now that it has an official IANA port assigned.
1514
1515 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1518         Don't set the MAILHOST environment variable permanently (Bug#14271).
1519
1520 2013-04-26  Glenn Morris  <rgm@gnu.org>
1521
1522         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1523
1524 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1525
1526         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1527         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1528
1529 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1530
1531         * nnir.el (nnir-close-group): Make sure we are in the right group.
1532
1533         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1534         dependency table from all newly retrieved headers.
1535
1536 2013-04-16  David Edmondson  <dme@dme.org>
1537
1538         Support <img src="data:...">.
1539
1540         * shr.el (shr-image-from-data): New function.
1541         (shr-tag-img): Use it.
1542
1543 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1544
1545         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1546         group.
1547
1548 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1551         corresponding to any existing group (Bug#14166).
1552
1553 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1554
1555         * nnir.el (number-sequence): No longer used.
1556         (nnir-request-set-mark): New function.
1557         (nnir-request-update-info): Improve marks updating.
1558         (nnir-request-scan): Don't duplicate marks updating.
1559         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1560         Use 'assq rather than 'assoc.  Quote anonymous function.
1561         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1562         Use 'gnus-group-prefixed-p.
1563         (gnus-summary-create-nnir-group): Make sure server for method is open.
1564
1565 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1566
1567         * nnir.el (gnus-nnir-group-p): New function.
1568         (nnir-possibly-change-group): Use it.
1569
1570         * gnus-msg.el (gnus-setup-message): Use it.
1571
1572 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1575         `initial-input' for the argument name.
1576         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1577
1578 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1579
1580         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1581         (used by MH-E).
1582
1583 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1584
1585         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1586         group.
1587
1588         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1589         fix compilation.
1590
1591 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1592
1593         * nnir.el (nnir-method-default-engines): And another typo.
1594
1595 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1596
1597         * nnir.el (nnir-method-default-engines): Fix typo.
1598
1599 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1600
1601         * nnir.el: Define 'number-sequence for xemacs.
1602         (gnus-summary-create-nnir-group): New function to create an nnir group
1603         from an nnir summary buffer based on the current query.
1604         (nnir-request-create-group): Update to allow nnir group creation based
1605         on the current query.
1606
1607 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * nndraft.el (nndraft-request-expire-articles):
1610         Make expiry target always `delete'.
1611
1612 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1613
1614         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1615         buffer use the posting-style and gcc of the original article group.
1616         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1617
1618         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1619         after other deffoos.
1620
1621 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1622
1623         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1624         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1625         support for real (i.e. not ephemeral) nnir groups.
1626         (gnus-summary-make-nnir-group): New function for initiating searches
1627         from a summary buffer.
1628
1629 2013-03-18  Sam Steingold  <sds@gnu.org>
1630
1631         * message.el (message-bury): Minor cleanup.
1632
1633 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1636
1637 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1640         nnml-request-list.  (Bug#13873)
1641         (nndir-request-newsgroups): Remove, unused.
1642
1643         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1644
1645 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1646
1647         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1648         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1649         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1650
1651 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1652
1653         * shr.el: Make all the overlays set the `evaporate' property so that
1654         they're removed properly.
1655
1656 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1657
1658         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1659         shell-quote-argument.
1660
1661 2013-02-22  David Engster  <deng@randomsample.de>
1662
1663         * gnus-registry.el (gnus-registry-save): Provide class name when
1664         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1665         `condition-case' to stay compatible with older EIEIO versions which
1666         only accept one argument.
1667
1668 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1669
1670         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1671         (epg-user-id-validity): Autoload.
1672         (mml2015-epg-check-user-id): New function.
1673         (mml2015-epg-check-sub-key): New function split from
1674         mml2015-epg-find-usable-key.
1675         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1676         optional name-is-key-id, to handle the case when user-id is unusable.
1677         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1678
1679 2013-02-17  Glenn Morris  <rgm@gnu.org>
1680
1681         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1682
1683 2013-02-16  Glenn Morris  <rgm@gnu.org>
1684
1685         * shr.el (shr-put-image): Only animate images that specify a delay.
1686         This is consistent with the old image-animated-p behavior.
1687
1688 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1691         for XEmacs.
1692
1693 2013-02-13  Juri Linkov  <juri@jurta.org>
1694
1695         * gnus-art.el (gnus-article-mode-map):
1696         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1697         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1698
1699 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1700
1701         * auth-source.el (auth-source-format-prompt): Don't get confused by
1702         any "\" in replacement text.  (Bug#13637)
1703
1704 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1705
1706         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1707         (gnus-backend-trace): Honour gnus-backend-trace.
1708
1709         * mml.el (mml-insert-part): Insert closing tag.
1710
1711         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1712
1713 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1716         able to find the article, which can happen in debbugs groups,
1717         apparently.
1718
1719 2013-01-16  Glenn Morris  <rgm@gnu.org>
1720
1721         * smiley.el (smiley-style): Make the file loadable in batch mode.
1722
1723 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1724
1725         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1726         imap process running.
1727
1728 2013-01-14  Julien Danjou  <julien@danjou.info>
1729
1730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1731         Compare addresses against addresses, not against the full From field.
1732
1733 2013-01-13  Richard Stallman  <rms@gnu.org>
1734
1735         * message.el (message-forward-make-body-mime): New args BEG, END
1736         specify what part of FORWARD-BUFFER to use.  Do the work directly
1737         instead of calling `mml-insert-buffer'.
1738
1739 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1740
1741         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1742         cross-reference(s).
1743
1744         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1745         cross-reference(s).
1746
1747 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1748
1749         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1750         and point-max-marker.
1751         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1752
1753 2013-01-11  Julien Danjou  <julien@danjou.info>
1754
1755         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1756         max are almost equal.  Also return the correct value for V which is
1757         already between 0 and 1.
1758
1759 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1760
1761         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1762         to mml2015-encrypt-to-self.
1763         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1764
1765 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1766
1767         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1768         mml-smime-epg-find-usable-secret-key.
1769
1770 2013-01-08  Glenn Morris  <rgm@gnu.org>
1771
1772         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1773
1774 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1775
1776         * mml-smime.el: Support signing by sender.
1777         Requested by Uwe Brauer.
1778         (mml-smime-sign-with-sender): New user option analogous
1779         to mml2015-sign-with-sender.
1780         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1781         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1782         mml2015.el.
1783
1784 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1787         isn't running, because Gnus will probably not know how to handle the
1788         Gcc header (bug#11941).
1789
1790         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1791         articles.
1792
1793 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1796         (nnfolder-generate-active-file): Make this function work with recursive
1797         folder names.
1798
1799 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nntp.el (nntp-open-connection): Use HELP as the capability command
1802         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1803         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1804
1805 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1806
1807         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1808         place holder since this gives `Invalid face reference: nil' messages.
1809         Use the `default' face instead.  It has the same effect here, even
1810         though it is not no-op.
1811
1812         * gnus-util.el
1813         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1814
1815 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1816
1817         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1818         non-string posting styles (bug#13285).
1819
1820 2012-12-27  Glenn Morris  <rgm@gnu.org>
1821
1822         * plstore.el (plstore-passphrase-callback-function):
1823         Use plstore-get-file.
1824
1825 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1826
1827         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1828         stderr.
1829
1830 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1833
1834         * gnus-compat.el (set-buffer-multibyte): Remove.
1835
1836 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1837
1838         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1839         temporary file to get PGP key image.  Pass no-show-photos when
1840         extracting image to avoid having it pop up twice.
1841
1842 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1845         eligible for treatment.
1846
1847         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1848         lines.  This makes summary commands with hidden threads work more
1849         reliably.
1850
1851         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1852         button to mark the hidden citations (bug#9395).
1853
1854 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1855
1856         * mml2015.el (mml2015-epg-signature-to-string): New function.
1857         (mml2015-epg-verify-result-to-string): New function.
1858         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1859         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1860         instead of epg-verify-result-to-string.
1861         (epg-signature-key-id, epg-signature-to-string): Autoload.
1862         (epg-verify-result-to-string): Remove autoload.
1863
1864 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1865
1866         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1867         ID image from GPG public key.
1868         (mml2015-epg-key-image-to-string): New function.
1869
1870 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1871
1872         * plstore.el (plstore-passphrase-callback-function): Fix error when
1873         error when plstore-cache-passphrase-for-symmetric-encryption is set
1874         (bug#13264).
1875
1876 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1879         buffer to the article buffer here, because that clobbers multiple
1880         article buffers.
1881
1882         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1883         buffer always points to the right summary buffer.
1884
1885 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1886
1887         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1888         the password (bug#12097).
1889
1890 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1891
1892         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1893         (bug#13263).
1894
1895         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1896         buffer exists before using it (bug#12475).
1897
1898         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1899         offline groups (bug#11937).
1900
1901         * message.el (message-yank-original): When using customize to set the
1902         value of `message-cite-style', the variable it set to a symbol that's
1903         the name of the variable, which must then be dereferenced (bug#12616).
1904
1905 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1906
1907         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1908         the `face' property with a list whose car is the face specified in the
1909         format string and whose cdr is (nil).
1910         * lisp/gnus-util.el
1911         (gnus-put-text-property-excluding-characters-with-faces):
1912         Change accordingly.
1913         (gnus-get-text-property-excluding-characters-with-faces): New function.
1914         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1915         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1916         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1917
1918 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1919
1920         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1921         login methods.
1922         (nnimap-login): Respect the `nnimap-authenticator' variable.
1923
1924         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1925         mark state when moving articles.  Otherwise unticked articles will get
1926         their ticks back after moving.
1927
1928 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1931
1932         * message.el (message-ignored-news-headers): Always remove
1933         X-Message-SMTP-Method to avoid information leakage if the user
1934         mistakenly inserts the header into news messages.
1935
1936         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1937
1938         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1939         right than four characters, this command would move point to
1940         `point-max'.  Don't do that.
1941
1942         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1943         to nil to allow re-selecting groups that gain articles.
1944         (gnus-bug-group-download-format-alist): Update the URL.
1945
1946 2012-12-23  Andreas Schwab  <schwab@suse.de>
1947
1948         * shr.el (shr-tag-em): Render em as italic, not bold.
1949
1950 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1953         for reuse.
1954         (gnus-open-server): Use it to add more tracing.
1955         (gnus-finish-retrieve-group-infos): Add backend tracing.
1956         (gnus-backend-trace): Also note the elapsed seconds.
1957
1958 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1959
1960         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1961         Set epa-file-encrypt-to from variable to avoid querying.
1962
1963 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1964
1965         * sieve-mode.el (sieve-font-lock-keywords):
1966         Keywords should be word delimited.  (Bug#13173)
1967
1968 2012-12-13  Andreas Schwab  <schwab@suse.de>
1969
1970         * tls.el (tls-program): Update customize type.
1971
1972 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1975         instead of <pre> to align message header.
1976
1977 2012-12-12  Sam Steingold  <sds@gnu.org>
1978
1979         * gnus.el (gnus-other-frame-resume-function): Add user option.
1980         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1981
1982 2012-12-06  Sam Steingold  <sds@gnu.org>
1983
1984         * gnus-start.el (gnus-before-resume-hook): Add.
1985         (gnus-1): Run it when Gnus is alive.
1986
1987 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1990         * gnus-art.el (article-unsplit-urls)
1991         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1992         * gnus-registry.el (gnus-registry-get-article-marks)
1993         * message.el (message-goto-body): Use it.
1994         (message-called-interactively-p): Remove.
1995
1996         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1997         (spam-stat-score-buffer): Use it.
1998
1999         * spam.el: Silence the warnings against BBDB functions when compiling.
2000
2001         * gnus-score.el (gnus-score-decode-text-parts):
2002         Use append+mapcar instead of the cl function mapcan.
2003
2004 2012-12-05  Sam Steingold  <sds@gnu.org>
2005
2006         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2007         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2008         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2009
2010 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * gmm-utils.el (gmm-called-interactively-p): Revert.
2013         This seems to cause Emacs to get stuck!
2014         * gnus-art.el (article-unsplit-urls)
2015         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2016         * gnus-registry.el (gnus-registry-get-article-marks)
2017         * message.el (message-goto-body)
2018         (message-called-interactively-p): Revert.
2019
2020         * gmm-utils.el (gmm-called-interactively-p): New function.
2021         * gnus-art.el (article-unsplit-urls)
2022         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2023         * gnus-registry.el (gnus-registry-get-article-marks)
2024         * message.el (message-goto-body): Use it.
2025         (message-called-interactively-p): Remove.
2026
2027         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2028         * gnus-sync.el (gnus-sync-lesync-call)
2029         * message.el (message-read-from-minibuffer): Use it.
2030
2031 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gmm-utils.el (gmm-flet): Remove.
2034         * gnus-sync.el (gnus-sync-lesync-call)
2035         * message.el (message-read-from-minibuffer): Don't use it.
2036
2037 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2040
2041 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2044
2045         * gnus-sync.el (gnus-sync-lesync-call)
2046         * message.el (message-read-from-minibuffer): Use gmm-flet.
2047
2048         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2049
2050         * gnus-util.el (gnus-macroexpand-all): Remove.
2051
2052 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2053
2054         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2055         to TAB, not [tab].
2056         (gnus-summary-article-map): Likewise.
2057
2058         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2059         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2060
2061 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2062
2063         * time-date.el: Commentary fix.
2064
2065 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2066
2067         * color.el: Don't require cl.
2068         (color-complement): `caddr' -> `nth 2'.
2069
2070         * time-date.el (time-to-seconds): De-obsolete.
2071
2072 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * message.el (message-get-reply-headers):
2075         Make sure the reply goes to the author if it is a wide reply.
2076
2077 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2078
2079         * gnus-score.el (gnus-score-body):
2080         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2081         scoring by body.
2082
2083 2012-11-16  Glenn Morris  <rgm@gnu.org>
2084
2085         * gnus-diary.el (nndiary-request-create-group-functions)
2086         (nndiary-request-update-info-functions)
2087         (gnus-subscribe-newsgroup-functions)
2088         (nndiary-request-accept-article-functions):
2089         Use new names for hooks rather than obsolete aliases.
2090
2091 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2094
2095 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2098         in meta tag with the one the part specifies in its header.
2099
2100 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2101
2102         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2103         by default.
2104
2105 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2108         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2109
2110 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2113         and a runtime function for it, of which the XEmacs version takes only
2114         two arguments.
2115
2116 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2117
2118         * nndiary.el (nndiary-request-create-group-functions)
2119         (nndiary-request-update-info-functions)
2120         (nndiary-request-accept-article-functions):
2121         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2122         "-hooks" suffix.
2123
2124 2012-10-19  Julien Danjou  <julien@danjou.info>
2125
2126         * gnus-art.el: Require gnus-util because it uses
2127         `gnus-timer--function'.
2128
2129 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2130
2131         * starttls.el (starttls-extra-arguments): Doc fix.
2132
2133 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2136         it.
2137
2138 2012-10-06  Glenn Morris  <rgm@gnu.org>
2139
2140         * gnus-notifications.el (gnus-notifications):
2141         Add missing group :version tag.
2142         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2143         (gnus-gcc-post-body-encode-hook):
2144         * gnus-sync.el (gnus-sync-lesync-name)
2145         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2146
2147 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2148
2149         * color.el (color-hsl-to-rgb): Fix incorrect results for
2150         small and large hue values.  (Bug#12559)
2151
2152 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         New UIDL implementation.
2155
2156         * mail-source.el (mail-sources, mail-source-keyword-map):
2157         Add :leave as a pop3 keyword.
2158         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2159
2160         * pop3.el (pop3-leave-mail-on-server): Allow number.
2161         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2162         (pop3-movemail): Add UIDL support.
2163         (pop3-send-streaming-command): Take a list of mail numbers instead of
2164         the number of mails.
2165         (pop3-write-to-file): Add X-UIDL header.
2166         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2167         (pop3-uidl-add-xheader): New functions.
2168
2169         * message.el (message-ignored-resent-headers):
2170         Add X-Content-Length and X-UIDL headers.
2171
2172 2012-10-05  Glenn Morris  <rgm@gnu.org>
2173
2174         * color.el (color-name-to-rgb, color-rgb-to-hex)
2175         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2176         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2177         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2178         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2179
2180 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2183         a user about whether to delete temp files if once a user answered as n.
2184
2185 2012-09-25  Chong Yidong  <cyd@gnu.org>
2186
2187         * password-cache.el (password-read-and-add): Use a declare form to mark
2188         this function obsolete.
2189
2190 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * lpath.el: Bind mail-encode-mml for old Emacsen.
2193
2194 2012-09-17  Richard Stallman  <rms@gnu.org>
2195
2196         * message.el (message-in-body-p): Don't set mark or modify buffer.
2197
2198         * mml.el (mml-attach-file): Doc fix.
2199         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2200         Set mail-encode-mml when in Mail mode.
2201         Simplify code to set HEAD and move back to HEAD.
2202         (mml-insert-multipart, mml-insert-part):
2203         Set mail-encode-mml when in Mail mode.
2204
2205 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-util.el (gnus-timer--function): New function.
2208
2209         * gnus-art.el (gnus-article-stop-animations): Use it.
2210
2211 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2212
2213         Fix glitches caused by addition of psec to timers.
2214         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2215         rather than raw access to timer vector.
2216
2217 2012-09-11  Julien Danjou  <julien@danjou.info>
2218
2219         * gnus-notifications.el (gnus-notifications): Check for nil values in
2220         ignored addresses check.
2221
2222 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2223
2224         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2225
2226 2012-09-07  Chong Yidong  <cyd@gnu.org>
2227
2228         * gnus-util.el
2229         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2230
2231         * gnus-salt.el (gnus-tree-highlight-node):
2232         * gnus-sum.el (gnus-summary-highlight-line):
2233         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2234
2235 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2238
2239 2012-09-06  Juri Linkov  <juri@jurta.org>
2240
2241         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2242         scheme for buffer names to be more consistent with other group and
2243         article buffer names in Gnus.
2244
2245 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-util.el
2248         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2249
2250         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2251         Jenkner.
2252
2253         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2254
2255         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2256
2257         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2258
2259 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2262         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2263
2264         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2265         string-prefix-p in Emacs >=23.2.
2266
2267         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2268         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2269         instead of string-match-p.
2270         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2271
2272 2012-09-06  Kenichi Handa  <handa@gnu.org>
2273
2274         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2275         lowercase a..f.
2276
2277 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2278
2279         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2280
2281 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2282
2283         * nnimap.el (nnimap-request-move-article): Decode the group name when
2284         doing internal moves to avoid charset issues.
2285
2286         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2287         TIME is set.
2288
2289 2012-09-05  Juri Linkov  <juri@jurta.org>
2290
2291         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2292         than one group at a time (bug#11961).
2293
2294 2012-09-05  Julien Danjou  <julien@danjou.info>
2295
2296         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2297         this hide the real reason with a message giving absolutely no hint.
2298
2299 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2302         to the backend (bug#11804).
2303
2304         * message.el (message-insert-newsgroups): Don't insert newsgroup
2305         duplicates (bug#12275).
2306
2307 2012-09-05  John Wiegley  <johnw@newartisans.com>
2308
2309         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2310         sieve rules.
2311
2312 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2313
2314         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2315         function.
2316
2317         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2318
2319         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2320
2321 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2322
2323         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2324         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2325         This should make nnmaildir more usable with offlineimap.
2326
2327 2012-09-05  Julien Danjou  <julien@danjou.info>
2328
2329         * nnimap.el (nnimap-request-list): Revert change that made listing
2330         synchronous.
2331         (nnimap-get-responses): Restore.
2332
2333 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2334
2335         * dgnushack.el: XEmacs 21.5 compilation fix.
2336
2337         * gnus-notifications.el (gnus-notifications-notify): Use it.
2338
2339         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2340         warnings on XEmacs.
2341
2342 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2343
2344         Better seeds for (random).
2345         * gnus-sync.el (gnus-sync-lesync-setup):
2346         * message.el (message-canlock-generate, message-unique-id):
2347         Change (random t) to (random), now that the latter is more random.
2348
2349 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2350
2351         * nnimap.el (nnimap-change-group): Document result value
2352
2353         * auth-source.el (auth-sources): Fix macos keychain access.
2354
2355         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2356         allow the backend `request-head' function to determine the group
2357         name on its own.
2358         (gnus-request-expire-articles): Filter out negative article numbers
2359         during expiry (Bug#11980).
2360
2361         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2362         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2363
2364         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2365         you've found the article when you haven't.
2366
2367         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2368         that nnimap-change-group can return t.
2369
2370 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2371
2372         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2373
2374 2012-08-30  Julien Danjou  <julien@danjou.info>
2375
2376         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2377         `gnus-notifications-timeout'.
2378         (gnus-notifications-timeout): Add.
2379         (gnus-notifications-action): New function.
2380         (gnus-notifications-notify): Add :action using
2381         `gnus-notifications-action'.
2382         (gnus-notifications-id-to-msg): New variable.
2383         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2384         notifications id to messages.
2385
2386 2012-08-30  Kenichi Handa  <handa@gnu.org>
2387
2388         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2389         once.
2390
2391 2012-08-29  Julien Danjou  <julien@danjou.info>
2392
2393         * gnus-notifications.el: New file.
2394         (gnus-notifications-notify): New function.
2395         (gnus-notifications): Use `gnus-notifications-notify'.
2396
2397 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2400         transfer encoding first; bind gnus-newsgroup-charset to the charset
2401         that the article specifies (Bug#12209).
2402
2403 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2406         (gnus-group-customize-done): Encode values posting-style holds.
2407
2408         * gnus-msg.el (gnus-summary-resend-message)
2409         (gnus-configure-posting-styles): Decode values posting-style group
2410         parameter holds.
2411
2412 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2415         `name' and `address' in Resent-From header.
2416
2417 2012-08-14  Chong Yidong  <cyd@gnu.org>
2418
2419         * gnus-art.el (article-display-face): Handle failure in
2420         gnus-create-image (Bug#11802).
2421
2422 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2423
2424         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2425         Use defsetf.
2426
2427 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2428
2429         * auth-source.el (auth-source-plstore-search)
2430         (auth-source-secrets-search): Ignore :require and :type in search spec.
2431
2432 2012-08-06  Julien Danjou  <julien@danjou.info>
2433
2434         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2435         `nnimap-request-move-article'.
2436
2437         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2438         Remove autoload, already handled by gnus.el.
2439
2440         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2441
2442         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2443         supported by nnimap actually.  Reverts previous change.
2444
2445         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2446         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2447         to-buffer argument that is already supported.
2448
2449 2012-08-05  Julien Danjou  <julien@danjou.info>
2450
2451         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2452         Add autoload.
2453
2454 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * gnus.el (gnus-valid-select-methods): Fix custom type.
2457
2458 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2459
2460         * auth-source.el (auth-sources, auth-source-backend-parse)
2461         (auth-source-macos-keychain-search)
2462         (auth-source-macos-keychain-search-items)
2463         (auth-source-macos-keychain-result-append)
2464         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2465         auth-source.el through the /usr/bin/security utility.
2466         (auth-sources): Fix syntax error.
2467         (auth-source-macos-keychain-result-append): Fix variable name.
2468         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2469
2470 2012-07-27  Julien Danjou  <julien@danjou.info>
2471
2472         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2473         Emacs < 24.1
2474
2475 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * message.el (message-kill-address): Don't kill last newline.
2478         (message-skip-to-next-address): Don't move to the next header.
2479         (message-fill-field-address): Work properly.
2480
2481 2012-07-25  Julien Danjou  <julien@danjou.info>
2482
2483         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2484
2485 2012-07-24  Julien Danjou  <julien@danjou.info>
2486
2487         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2488
2489         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2490         (nntp-async-timer-handler): Remove, unused.
2491
2492         * nnimap.el (nnimap-get-responses): Remove, unused.
2493
2494         * nnheader.el (mail-header-set-extra): Remove, unused.
2495
2496         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2497         unused.
2498
2499         * mm-view.el (mm-view-sound-file): Remove, unused.
2500
2501         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2502         (mm-url-encode-multipart-form-data): Remove, unused.
2503
2504         * message.el (message-remove-signature, message-make-host-name)
2505         (message-fill-address): Remove, unused.
2506
2507         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2508         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2509         unused.
2510
2511         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2512         (gnus-xmas-call-region): Remove, unused.
2513
2514         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2515
2516         * gnus-util.el (gnus-extract-address-component-name)
2517         (gnus-extract-address-component-email, gnus-sortable-date)
2518         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2519         (gnus-process-live-p): Remove, unused.
2520
2521         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2522
2523         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2524         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2525         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2526         function.
2527
2528         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2529
2530         * gnus-score.el (gnus-summary-score-crossposting)
2531         (gnus-score-regexp-bad-p): Remove, unused.
2532
2533         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2534
2535         * gnus-range.el (gnus-sublist-p): Remove, unused.
2536
2537         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2538         unused.
2539
2540         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2541
2542         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2543         (gnus-request-associate-buffer): Remove, unused.
2544
2545         * gnus-group.el (gnus-group-set-method-info)
2546         (gnus-group-set-params-info): Remove, unused.
2547
2548         * gnus-fun.el (gnus-shell-command-to-string)
2549         (gnus-shell-command-on-region): Remove, unused.
2550
2551         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2552
2553         * gnus-art.el (gnus-article-text-type-exists-p)
2554         (article-translate-characters, gnus-article-hide-text-of-type)
2555         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2556         Remove, unused.
2557
2558 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2559
2560         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2561
2562 2012-07-21  Julien Danjou  <julien@danjou.info>
2563
2564         * message.el (message-dont-reply-to-names): Replace deprecated
2565         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2566         (message-get-reply-headers): Ditto.
2567
2568 2012-07-18  Julien Danjou  <julien@danjou.info>
2569
2570         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2571         `sieve-upload-and-kill'.
2572
2573         * sieve.el (sieve-bury-buffer): Remove function.
2574         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2575         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2576
2577 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2578
2579         * shr.el (shr-expand-url): Handle URL starting with `//'.
2580
2581 2012-07-13  Chong Yidong  <cyd@gnu.org>
2582
2583         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2584         instead of calling toggle-read-only with a (bogus) argument.
2585
2586 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2587
2588         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2589         of initial input when reading the author to restrict the summary to.
2590
2591 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * mm-decode.el (mm-shr):
2594         Allow overriding charset by mm-charset-override-alist.
2595
2596 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-art.el (gnus-article-view-part):
2599         Toggle subparts of multipart/alternative part.
2600
2601 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2602
2603         * shr.el (shr-render-buffer): New command.
2604         (shr-visit-file): Use it.
2605
2606 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2609         Set no-byte-compile and no-update-autoloads.
2610
2611 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2614
2615 2012-06-25  Julien Danjou  <julien@danjou.info>
2616
2617         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2618         `nnimap-request-move-articles-find-limit' since we do not use it only
2619         for move operations.
2620         (nnimap-request-accept-article): Use
2621         `nnimap-request-articles-find-limit' to limit search by message-id.
2622
2623 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2624
2625         Support higher-resolution time stamps (Bug#9000).
2626
2627         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2628         VARLIST.  It's optional, for backward compatibility.
2629         (encode-time-value): New optional arg PICO.  New type 3.
2630         (time-to-seconds) [!float-time]: Support the new picoseconds
2631         component if it's used.
2632         (seconds-to-time, time-subtract, time-add):
2633         Support ps-resolution time stamps as well.
2634
2635 2012-06-19  Julien Danjou  <julien@danjou.info>
2636
2637         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2638
2639         * nnimap.el (nnimap-log-buffer): Check that
2640         `window-point-insertion-type' is boundp, since it's not available in
2641         XEmacs.
2642
2643 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2644
2645         * nnimap.el (nnimap-log-buffer): Add this, setting
2646         `window-point-insertion-type' in the buffer to t.
2647         (nnimap-log-command): Use nnimap-log-buffer.
2648
2649 2012-06-19  Julien Danjou  <julien@danjou.info>
2650
2651         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2652         argument to be able to limit the search.
2653         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2654         (nnimap-request-move-articles-find-limit): Add this to limit the search
2655         by Message-Id after a message move.
2656         (nnimap): Add defgroup.
2657
2658 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2659
2660         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2661
2662 2012-06-15  Julien Danjou  <julien@danjou.info>
2663
2664         * nnimap.el (nnimap-find-article-by-message-id): Use
2665         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2666         (nnimap-possibly-change-group): Add read-only argument.
2667         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2668         issuing EXAMINE manually.
2669         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2670         with read-only argument.
2671         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2672         cannot possibly change because we need to be sure that it's either
2673         read-write or read-only.
2674
2675 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2678         being bound to a lambda form.
2679
2680 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2681
2682         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2683         articles when fetch-old is non-nil (bug#11370).
2684
2685 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2686
2687         * gnus-picon.el (gnus-picon-properties): New defcustom.
2688         (gnus-picon-create-glyph): Use it.
2689
2690 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-group.el (gnus-group-get-new-news): Respect
2693         `gnus-group-use-permanent-levels', as documented (bug#11638).
2694
2695 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2696
2697         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2698         groups (bug#11641).
2699
2700 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2701
2702         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2703         is an integer to avoid later problems.
2704
2705 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2708         locales.
2709
2710         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2711         on a handle.
2712
2713         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2714         address as the default.
2715         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2716
2717         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2718         makes no sense to query the user about internal files.
2719
2720         * gnus-spec.el: Remove all the byte-compilation stuff, since
2721         benchmarking shows that it doesn't help when entering large summary
2722         buffers.
2723
2724         * gnus-xmas.el (gnus-xmas-define): Remove.
2725
2726         * gnus-util.el (gnus-byte-code): Remove.
2727
2728         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2729         grouplens stuff.
2730
2731 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2734         (bug#11514).
2735
2736 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2737
2738         * message.el (message-buffers): Return all buffers derived from Message
2739         to make `gnus-dired-attach' work with mu4e.
2740
2741 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2742
2743         * nntp.el: Stop the `letf' madness.
2744         (nntp--report-1): New var.
2745         (nntp-report): Merge nntp-report-1 into it.
2746         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2747         the nntp-report function.
2748
2749         * auth-source.el: Fix comment-style to follow the convention.
2750
2751 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2752
2753         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2754         (mm-dissect-singlepart): Don't guess the MIME type of
2755         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2756         set.
2757         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2758         toplevel MIME type is multipart/encrypted.
2759
2760 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2763         a string so that Gcc works (bug#11514).
2764
2765 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2766
2767         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2768         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2769
2770 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2771
2772         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2773         jumping to *Server* from a dedicated *Group* window.
2774         (gnus-configure-frame): CSE.
2775
2776         * gnus-registry.el: Minor style cleanup.
2777         (gnus-registry--set/remove-mark): New function, extracted from
2778         gnus-registry-install-shortcuts.
2779         (gnus-registry-install-shortcuts): Use it.
2780
2781 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * nnspool.el (news-path): Use eval-and-compile.
2784
2785 2012-05-24  Glenn Morris  <rgm@gnu.org>
2786
2787         * nnspool.el (news-directory, news-path, news-inews-program):
2788         Move here from paths.el.  Don't see a need for these to be autoloaded.
2789
2790         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2791         Merge in doc from paths.el version.  Don't see any need for this to be
2792         autoloaded, or for the warning about users not setting it.
2793
2794 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2795
2796         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2797         format.  In particular, add an optional argument and a docstring.
2798
2799         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2800
2801         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2802         current before calling `gnus-groups-to-gnus-format'.
2803         Note that this was already the case for `gnus-active-to-gnus-format'.
2804
2805 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2806
2807         Fix minor Y10k bug.
2808         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2809
2810 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2811
2812         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2813         message once it's actually open.
2814
2815 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2816
2817         * gnus.el: Ma Gnus v0.5 is released.
2818
2819 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2820
2821         * auth-source.el (auth-source--aput-1, auth-source--aput)
2822         (auth-source--aget): New functions and macros.
2823         Use them instead of aput/aget.
2824
2825 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2826
2827         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2828
2829 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2830
2831         * plstore.el (plstore-called-interactively-p): New compat macro copied
2832         from message.el.
2833         (plstore-mode): Use it.
2834
2835 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2836
2837         * plstore.el: Revive the editing feature.
2838         (plstore-mode): New mode to edit plstore file.
2839         (plstore-mode-toggle-display, plstore-mode-original)
2840         (plstore-mode-decoded): New command.
2841         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2842         (plstore--insert-buffer, plstore--make): New function.
2843         (plstore-open, plstore-save): Simplify by using them.
2844
2845 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2848
2849 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2850
2851         * tls.el (open-tls-stream): Remove unused binding.
2852
2853 2012-04-16  Glenn Morris  <rgm@gnu.org>
2854
2855         * nndraft.el (nndraft-request-list): Fix declaration.
2856
2857 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * mm-decode.el (mm-dissect-buffer): Doc fix.
2860
2861         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2862         don't have a current group.
2863
2864         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2865         buffer if it doesn't exist.
2866
2867         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2868         given, mark the group as ephemeral with the current window conf.
2869
2870         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2871         buffer exists, which it doesn't if we haven't started Gnus.
2872         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2873
2874 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2877         type is.
2878
2879         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2880         `unexists' entries.
2881         (gnus-clean-old-newsrc): Fix last checkin.
2882
2883         * nnimap.el (nnimap-update-info): None of the articles below the active
2884         low-water mark exist.
2885
2886         * dgnushack.el: Get rid of XEmacs compilation warning.
2887
2888         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2889         would have gotten if we posted to the group, and use that to compare
2890         against the message we want to cancel (bug#10808).
2891
2892         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2893         on XEmacs.
2894
2895 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2896
2897         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2898         `scroll-margin'.
2899
2900 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2901
2902         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2903         citation prefix within a block of cited text should be considered part
2904         of that block *only* if it is a blank line.
2905
2906 2012-04-09  Chong Yidong  <cyd@gnu.org>
2907
2908         * binhex.el, hashcash.el, uudecode.el:
2909         Remove * characters from the front of variable docstrings.
2910
2911 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2914         before kinsoku-bol characters nor within kinsoku-eol characters.
2915
2916 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2919         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2920         (gnus-sync-read): Use mapc instead of mapcar.
2921
2922         * mm-archive.el: Require mm-decode for some macros.
2923         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2924         the byte compiler.
2925         (mm-archive-decoders): New function that returns the value of
2926         the mm-archive-decoders variable.
2927
2928         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2929         instead.
2930         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2931
2932         * nnimap.el (gnus-refer-thread-use-nnir):
2933         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2934
2935 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2938
2939 2012-03-12  Peter Münster  <pmrb@free.fr>
2940
2941         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2942         (gnus-demon-cancel): Ditto.
2943         (gnus-demon-run-callback): When function cannot be called due to low
2944         idleness, call it when idleness reaches the expected value, instead of
2945         waiting another timer period.
2946         (gnus-demon-init): Add `time' to arguments of call-back.
2947
2948 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2951
2952         * gnus.el: Register gnus-registry functions.
2953
2954         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2955         indent.
2956
2957         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2958         enabled before warping.
2959
2960 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2961
2962         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2963         registry about each article retrieved.
2964
2965         * gnus-int.el (gnus-select-group-with-message-id): New function.
2966         (gnus-try-warping-via-registry): Ditto.
2967         (gnus-warp-to-article): Fall back on the registry.
2968
2969 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2970
2971         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2972         inboxes.
2973
2974 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2977
2978 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2981         gnus-gcc-self-resent-messages may be a group parameter.
2982         (gnus-summary-resend-message): Don't encode encoded words in header
2983         when Gcc'ing resent message.
2984
2985 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * shr.el (shr-insert): Treat non-breaking space just like normal
2988         space.  This seems to produce more pleasing results.
2989         (shr-insert): Only insert a blank line if we're starting from an image.
2990         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2991         (shr-ensure-paragraph): Consider lines with white space to be blank.
2992
2993 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2994
2995         * Makefile.in: Respect DESTDIR.
2996
2997 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2998
2999         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3000         and gnus-gcc-post-body-encode-hook.
3001
3002 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3005         messages that don't exist.
3006
3007         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3008
3009 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3012         Remove.
3013
3014         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3015
3016         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3017
3018 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3021         have a group name.
3022
3023         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3024         a multibyte buffer (bug#7410).
3025         (article-wash-html): Parse the original article buffer to get the
3026         unencoded data (bug#7410).
3027
3028         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3029         .newsrc.el files.
3030
3031 2012-04-05  Bastien Guerry  <bzg@altern.org>
3032
3033         * color.el (color-lighten-name): Fix typo.
3034
3035 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3038         "#" to avoid having them interpreted as comments.
3039
3040 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * shr.el (shr-insert): Update the text state properly to avoid
3043         inserting spurious paragraph starts.
3044
3045 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * shr.el (shr-table-widths): Divide the extra width more fairly over
3048         the TDs (bug#10973).
3049         (shr-render-td): Don't delete too much padding.
3050         (shr-natural-width): Compute the natural width more correctly.
3051         (shr-insert): Allow the natural width to be computed for tables again.
3052         (shr-tag-table-1): Rework how the natural widths are computed by
3053         rendering the table a third time.
3054         (shr-natural-width): Removed.
3055         (shr-buffer-width): New function.
3056         (shr-expand-newlines): Use it.
3057
3058         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3059         using a `gnus-use-full-window' setup (bug#11013).
3060
3061 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3064         24.1 release.
3065
3066 2012-03-10  David Edmondson  <dme@dme.org>
3067
3068         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3069         'Forwarded Message' header and the start of the message.
3070
3071 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3072
3073         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3074         isn't running (bug#10897).
3075
3076 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3079         This is inconsistent with all the other stream functions, which leave
3080         the setting up to the higher levels (if so wanted) (bug#10931).
3081
3082 2012-02-28  Glenn Morris  <rgm@gnu.org>
3083
3084         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3085         mm-decode.el: Standardize possessive apostrophe usage.
3086
3087 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3090
3091 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3092
3093         * parse-time.el (parse-time-string): Allow extractor to return nil.
3094
3095 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3098
3099 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3102
3103 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3104
3105         * mm-decode.el (mm-shr): Remove "soft hyphens".
3106
3107         * nnimap.el (nnimap-request-list): Return the group names encoded as
3108         utf8.  Otherwise non-European group names don't work.
3109         (nnimap-request-newgroups): Ditto.
3110
3111         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3112         the default in `read-string' (bug#10757).
3113
3114         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3115         topics (bug#10843).
3116
3117         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3118         buffer.  Suggested by Herbert Valerio Riedel.
3119         (nnimap-request-move-article): Delete the message from the correct IMAP
3120         server.
3121
3122 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3123
3124         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3125         Reported by Peter Münster.
3126
3127 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3128
3129         * shr.el (shr-image-fetched): Make sure we really kill the right
3130         buffer.
3131
3132 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3133
3134         * gnus-start.el (gnus-1): Avoid duplicate entries.
3135
3136 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3137
3138         * imap.el: Remove.
3139
3140         * nntp.el (nntp-coding-system-for-read): Remove.
3141         (nntp-coding-system-for-write): Ditto.
3142         (nntp-open-connection): Just use `binary' directly.
3143
3144         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3145         Gnus 0.3.
3146
3147 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3148
3149         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3150         application/octet-stream parts really is.
3151
3152         * gnus-sum.el (gnus-propagate-marks): Remove.
3153
3154 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3155
3156         * shr.el (shr-rescale-image): Undo previous change; see
3157         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3158
3159 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3160
3161         * gnus.el: Ma Gnus v0.3 is released.
3162
3163 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-sum.el (gnus-summary-local-variables): Make
3166         `gnus-newsgroup-unexist' into a local variable.
3167
3168 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * registry.el (registry-usage-test, registry-persistence-test): Move to
3171         tests/gnustest-registry.el.
3172         (registry-make-testable-db, registry-match-test)
3173         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3174
3175         * gnus-registry.el (gnus-registry-misc-test)
3176         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3177
3178         * tests/gnustest-registry.el: New file with the registry and
3179         gnus-registry ERT tests.
3180
3181 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-msg.el (gnus-summary-resend-message): Make
3184         gnus-summary-resend-message-insert-gcc be last item in
3185         message-header-setup-hook.
3186
3187 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3190         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3191         Remove.
3192         (nnfolder-open-server): Don't use marks.
3193         (nnfolder-request-delete-group): Ditto.
3194         (nnfolder-request-rename-group): Ditto.
3195         (nnfolder-request-set-mark, nnfolder-request-marks)
3196         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3197         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3198
3199         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3200         (nnml-marks-modtime): Remove.
3201         (nnml-request-delete-group): Don't use marks.
3202         (nnml-request-rename-group): Ditto.
3203         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3204         (nnml-save-marks, nnml-open-marks): Remove.
3205
3206         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3207         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3208         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3209         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3210         (nntp-server-to-method-cache): Remove.
3211
3212         * shr.el (shr-rescale-image): Fix wrong merge.
3213
3214 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3215
3216         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3217         too-wide lines.
3218
3219 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3220
3221         * nnimap.el (nnimap-record-commands): New variable.
3222         (nnimap-log-command): Use it.
3223         (nnimap-make-process-buffer): Add a space to the process buffer.
3224         (nnimap-transform-headers): Don't bug out on header lines containing
3225         stuff that look like IMAP length encodings.
3226
3227         * shr.el (shr-rescale-image): Allow viewing large images.
3228
3229 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnml.el (nnml-request-compact-group): Delete the marks file after
3232         compaction (bug#10800).
3233
3234         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3235         group exit.
3236
3237         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3238         QRESYNC/FETCH output.
3239
3240 2012-02-11  Glenn Morris  <rgm@gnu.org>
3241
3242         * sieve-manage.el (sieve-manage-default-stream):
3243         * shr.el (shr):
3244         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3245         (nnir-retrieve-headers-override-function)
3246         (nnir-imap-default-search-key, nnir-notmuch-program)
3247         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3248         (nnir-method-default-engines):
3249         * message.el (message-cite-reply-position):
3250         * gssapi.el (gssapi-program):
3251         * gravatar.el (gravatar):
3252         * gnus-sum.el (gnus-refer-thread-use-nnir):
3253         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3254         (gnus-registry-max-pruned-entries):
3255         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3256         * gnus-int.el (gnus-after-set-mark-hook)
3257         (gnus-before-update-mark-hook):
3258         * gnus-async.el (gnus-async-post-fetch-function):
3259         * auth-source.el (auth-source-cache-expiry):
3260         Add missing :version tags to new defcustoms and defgroups.
3261
3262 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3265         `gnus-newsgroup-unexist'.
3266
3267         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3268         marks.
3269         (gnus-article-special-mark-lists): Put the `unexist' in the special
3270         marks list instead.
3271
3272         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3273         articles in the list of articles to be selected.
3274
3275         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3276         articles.
3277         (nnimap-update-info): Keep track of unexisting articles.
3278         (nnimap-update-qresync-info): Ditto.
3279
3280 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3281
3282         * message.el (message-default-send-mail-function): Made into own
3283         function for reuse by emacsbug.el.
3284
3285 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3286
3287         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3288         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3289
3290 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3291
3292         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3293         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3294
3295         * gnus-compat.el: Define `timer-set-function'.
3296
3297         * mm-decode.el (mm-display-external): Output the text from the command
3298         in the buffer after the command finished.  This makes text-based
3299         commands behave better.
3300
3301 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3304
3305 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3308         23.1.
3309
3310 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3313
3314 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3315
3316         * message.el (smtpmail-smtp-user): Silence compiler warning.
3317
3318 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3319
3320         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3321         SMTP user name.
3322
3323 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-sum.el (gnus-summary-show-thread):
3326         next-single-char-property-change may return nil in XEmacs.
3327         (gnus-summary-article-map): Fix typo.
3328
3329 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3332         running.
3333
3334         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3335
3336         * gnus.el (gnus-server-extend-method): Don't add an -address component
3337         if the method already has one (bug#9676).
3338
3339 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3342         of an initial-input for consistency (bug#10757).
3343
3344         * dgnushack.el: Fix XEmacs compilation warning.
3345
3346         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3347
3348         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3349
3350 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3351
3352         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3353         lines that are narrower than the window width.  Otherwise background
3354         "blocks" will look less readable.
3355
3356 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3359         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3360         have newlines within the strings, and where the UID comes after the
3361         BODYSTRUCTURE element (bug#10537).
3362
3363         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3364         (bug#10732).
3365
3366         * shr.el (shr-insert-document): Add doc string.
3367         (shr-visit-file): Ditto.
3368         (shr-remove-trailing-whitespace): New function.
3369         (shr-insert-document): Use it to clean up trailing whitespace as the
3370         final step (bug#10714).
3371
3372 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3375         buffer if `gnus-kill-summary-on-exit' is nil.
3376
3377 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3380         when just reading a single group from "without" Gnus.
3381
3382 2012-02-06  Chong Yidong  <cyd@gnu.org>
3383
3384         * gnus-sum.el (gnus-summary-show-thread):
3385         next-single-char-property-change never returns nil (Bug#8657).
3386
3387 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3388
3389         * message.el (message-multi-smtp-send-mail): New function.
3390         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3391         header to implement multi-SMTP functionality.
3392
3393         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3394         (gnus-agentize): Don't set it.
3395         (gnus-agent-send-mail): Don't use it.
3396
3397         * gnus-sum.el (gnus-summary-widget-backward): New function and
3398         keystroke.
3399
3400         * gnus-compat.el: More the compat functions more compatible.
3401
3402         * shr.el (shr-put-image): Remove underlines from sliced images.
3403         (shr-zoom-image): Compute the region to be replaced more correctly.
3404
3405 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3408         (gnus-summary-resend-message-insert-gcc): New function.
3409         (gnus-summary-resend-message): Modify message-header-setup-hook and
3410         message-sent-hook to make it work for Gcc.
3411         (gnus-inews-do-gcc): Update the number of unread articles of groups
3412         that messages are Gcc'd to.
3413
3414         * message.el (message-resend): Run message-sent-hook to do Gcc.
3415
3416 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3417
3418         * lpath.el: Fix an XEmacs compilation warning.
3419
3420         * gnus-compat.el: Require `help-fns' to fix compilation error.
3421
3422         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3423         a higher level to silence compilation.
3424
3425         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3426         parameter to allow controlling the scaling.
3427
3428         * shr.el (shr-zoom-image): New command and keystroke.
3429         (shr-put-image): Take a `size' flag to say how to scale the image.
3430
3431         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3432         deletion unless already defined.
3433
3434         * gnus.el (gnus-compat): Require it.
3435
3436         * gnus-compat.el: New file.
3437
3438         * gnus-start.el (gnus-clean-old-newsrc): New function.
3439         (gnus-read-newsrc-file): Use it.
3440
3441         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3442         Use recursive deletion.
3443         (mm-dissect-archive): Add support for zip files.
3444
3445         * gnus-util.el (gnus-recursive-directory-files): New function.
3446
3447         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3448         (mm-archive-decoders): Add tgz support.
3449
3450         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3451         Otherwise inserting text into the Gnus buffer can look odd.
3452
3453         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3454
3455         * mm-archive.el (mm-archive-decoders): Add support for tar.
3456
3457         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3458
3459         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3460
3461 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3462
3463         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3464
3465         * mm-archive.el: New file.
3466
3467         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3468
3469         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3470
3471         * message.el (message-goto-*): Make all the `message-goto-*' commands
3472         push the mark before moving point.  This makes it easier to go back to
3473         where you came from after editing whatever you jumped to.
3474
3475 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3476
3477         * gnus.el: Ma Gnus v0.1 is released.
3478
3479 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3482         without reconnecting.
3483         (nnimap-possibly-change-group): Ditto.
3484         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3485         connection has died before being called.
3486
3487 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3488
3489         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3490         an initial sync unless we're really doing one.
3491
3492         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3493         address parameter if one already exists (bug#9676).
3494
3495         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3496         not the prefix, as documented (bug#10689).
3497
3498 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3499
3500         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3501         the "server".
3502
3503         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3504         the real error message with the useless "previously known to be down".
3505         Which isn't even correct.
3506
3507         * nntp.el (nntp-open-connection): Report the error message if the nntp
3508         server can't be reached.
3509
3510         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3511         groups we do a total scan for.
3512         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3513         doing that.
3514
3515 2012-01-31  Jim Meyering  <jim@meyering.net>
3516
3517         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3518         Correct a comment (insert "not") and hide nominally-doubled "to".
3519
3520 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus.el (gnus-version): Change name to "Ma Gnus".
3523
3524 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3525
3526         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3527         section in the manual.
3528
3529 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3530
3531         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3532         words.
3533         (rfc2047-encode-string): Ditto.
3534         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3535         understand folded filename="..." parameters, for instance.
3536
3537         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3538         the message for greater debuggability.
3539
3540 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3541
3542         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3543         instead of setting it locally, since the latter doesn't seem to have
3544         any effect (most of the time).
3545
3546 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3547
3548         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3549         function call.
3550
3551 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3552
3553         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3554         seconds, and make the repeat clause with HH:MM specs work as
3555         documented.
3556
3557 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3558
3559         * proto-stream.el (proto-stream-capability-open): Fall back on
3560         :end-of-command if :end-of-capability doesn't exist.
3561
3562 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3565         bound globally in old Emacsen and XEmacsen.
3566
3567 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3570         so that previous errors don't prohibit getting new news.
3571
3572         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3573
3574         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3575
3576 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3577
3578         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3579         buffer, not of the string which is its name.
3580
3581 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3582
3583         * proto-stream.el (proto-stream-capability-open): Wait for
3584         :end-of-capability, not :end-of-command.
3585
3586         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3587         non-server-marks groups.
3588         (gnus-group-make-articles-read): Ditto.
3589
3590         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3591         methods (bug#9676).
3592
3593         * gnus.el (gnus-method-ephemeral-p): New function.
3594
3595 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3598         left-to-right.
3599
3600 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3603         warning.
3604
3605 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3608         macroexpand the nnir things, since they haven't been defined yet, and
3609         nnir requires gnus-sum.
3610
3611 2012-01-24  Julien Danjou  <julien@danjou.info>
3612
3613         * color.el (color-rgb-to-hsl): Fix value computing.
3614         (color-hue-to-rgb): New function.
3615         (color-hsl-to-rgb): New function.
3616         (color-clamp, color-saturate-hsl, color-saturate-name)
3617         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3618         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3619
3620 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3623
3624 2012-01-19  Julien Danjou  <julien@danjou.info>
3625
3626         * color.el (color-name-to-rgb): Use the white color to find the max
3627         color component value and return correctly computed values.
3628         (color-name-to-rgb): Add missing float conversion for max value.
3629
3630 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3633         logical server name in addition to the actual machine address.
3634
3635         * auth-source.el (auth-source-user-and-password): Add convenience
3636         wrapper to search by just host and optionally user.
3637
3638 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3641         after rendering.
3642
3643 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3646         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3647         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3648
3649 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3652         (bug#9693).
3653         (gnus-summary-setup-buffer): Document return value (bug#9697).
3654
3655         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3656         since ido doesn't work on symbols (bug#9632).
3657
3658         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3659         when getting a single value as when getting all the values.  This means
3660         that atoms like `gcc-self' work cumulatively, like variable settings,
3661         instead of getting the value from the last matching clause.
3662         (gnus-group-find-parameter): Protect against the group buffer not
3663         existing (bug#9585).
3664
3665 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-start.el (gnus-activate-group): Document more parameters
3668         (bug#9694).
3669
3670         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3671         (bug#9692).
3672
3673         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3674         article was fetched, so that it can be expired later (bug#9958).
3675         (gnus-agent-summary-fetch-series): Add doc string.
3676         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3677         (bug#9517).
3678
3679         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3680         retrieval is happening.
3681
3682         * gnus.el (gnus-parameters): Doc fix.
3683
3684 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3685
3686         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3687         show the thread after expansion.
3688
3689 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-art.el (article-narrow-to-head): If the head is completely
3692         empty, narrow to the empty region (bug#9764).
3693
3694         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3695         read, and then mark them as unread only when the unread mark is used.
3696         This makes `C-- T k' actually work, even though it's confusing.
3697
3698         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3699         alive before we try to find its window.
3700
3701 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3702
3703         * mm-decode.el (mm-display-external): Use a longer timeout for the
3704         deletion to allow slow programs to display the file.
3705
3706 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3709         prompt to be less confusing.
3710
3711         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3712         argument to `message-reply'.  This broke `special-display-*' frame
3713         pop-uping (bug#10238).
3714
3715 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3718         systems, since these allegedly don't work there.
3719
3720 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3721
3722         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3723         live buffer.
3724
3725 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * nnir.el (nnir-retrieve-headers): Protect against the article not
3728         existing on the server (bug#10335).
3729
3730 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3731
3732         * gnus-agent.el (gnus-agent-load-local): Recompute
3733         gnus-agent-article-local on changing method.
3734
3735 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus.el (gnus-parameters): Note precedence.
3738
3739 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3740
3741         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3742         in the group buffer.
3743
3744 2012-01-04  Julien Danjou  <julien@danjou.info>
3745
3746         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3747         change.
3748
3749 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3752         too.
3753
3754         * nntp.el (nntp-retrieve-group-data-early): Use it.
3755
3756 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nntp.el (nntp-retrieval-in-progress): New variable.
3759         (nntp-make-process-buffer): Make it buffer-local.
3760
3761         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3762         2010.
3763         (gnus-demon-init): Use it to compute the time if time is on the form
3764         "04:23".
3765
3766         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3767
3768         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3769         status in the correct buffer.
3770
3771 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3772
3773         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3774         when opening topics (bug#10407).
3775
3776 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3777
3778         * gnus-cus.el (gnus-score-customize):
3779         * gnus-sum.el (gnus-sort-gathered-threads):
3780         * message.el (message-shorten-references):
3781         * nnmairix.el (nnmairix-request-group):
3782         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3783
3784 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3785
3786         * gnus-agent.el (gnus-agent-regenerate-group):
3787         * gnus-int.el (gnus-retrieve-group-data-early):
3788         * mm-util.el (mm-codepage-ibm-list):
3789         * nndiary.el (Commentary, nndiary-get-new-mail):
3790         * nnir.el (nnir):
3791         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3792
3793 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * mm-view.el (mm-display-inline-fontify): Add comment.
3796
3797 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3800         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3801
3802 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3803
3804         * gnus-art.el (gnus-split-methods):
3805         * gnus-msg.el (gnus-configure-posting-styles):
3806         * gnus-spec.el (gnus-parse-simple-format):
3807         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3808         * message.el (message-do-actions): Spelling fix.
3809
3810 2011-12-15  Juri Linkov  <juri@jurta.org>
3811
3812         * mm-decode.el (mm-inline-media-tests): Add missing
3813         `mm-handle-media-subtype'.
3814
3815 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3816
3817         * gnus-group.el (gnus-group-tool-bar):
3818         * gnus-sum.el (gnus-summary-tool-bar):
3819         * message.el (message-tool-bar):
3820         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3821
3822 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3823
3824         * plstore.el (plstore--insert-buffer): Spelling fix.
3825
3826 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3827
3828         * message.el (message-valid-fqdn-regexp): Update with newly approved
3829         top-level domain names ".tel" and ".asia".
3830
3831 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3834         unconditionally.
3835
3836 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3839         pop-to-buffer-same-window for old Emacsen.
3840
3841 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3842
3843         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3844
3845 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3846
3847         * netrc.el (netrc-credentials): Spelling fix.
3848
3849 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3850
3851         * gnus-fun.el (gnus-fun-ppm-change-string):
3852         * gnus-msg.el (gnus-inews-do-gcc):
3853         * gnus-sum.el (gnus-summary-find-for-reselect):
3854         * gnus.el (gnus-summary-cancelled):
3855         * message.el (message-cancel-hook, message-send-news):
3856         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3857         * nnir.el (nnir-run-hyrex):
3858         * nntp.el (nntp-with-open-group-function):
3859         * pgg.el (pgg-pending-timers): Spelling fix.
3860
3861 2011-12-04  Chong Yidong  <cyd@gnu.org>
3862
3863         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3864         change (Bug#10200).
3865
3866 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * compface.el (uncompface):
3869         * gnus-art.el (gnus-article-x-face-command): Update the header format
3870         of icon data for the most recent icontopbm program.
3871
3872 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-msg.el (gnus-inews-do-gcc):
3875         * message.el (message-send-mail):
3876         * mml.el (mml-generate-mime): Share the value of the buffer-local
3877         `message-options' variable between a draft buffer and temprary working
3878         buffers.
3879
3880 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3881
3882         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3883
3884 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3887         for Cygwin.
3888
3889 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3890
3891         * gnus-group.el (gnus-group-prepare-flat):
3892         * mm-bodies.el (mm-encode-body):
3893         * mml.el (mml-preview):
3894         * nnml.el (nnml-request-compact-group):
3895         * pop3.el (pop3-stream-type): Spelling fix.
3896
3897 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3898
3899         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3900
3901 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3902
3903         * color.el (color-rgb-to-hsl):
3904         * gmm-utils.el (gmm-tool-bar-style):
3905         * gnus-group.el (gnus-group-prepare-flat):
3906         * gnus-topic.el (gnus-topic-prepare-topic):
3907         * mm-decode.el (mm-discouraged-alternatives):
3908         * rfc2047.el (rfc2047-encode-1):
3909         * starttls.el: Spelling fix.
3910
3911 2011-11-24  Glenn Morris  <rgm@gnu.org>
3912
3913         * binhex.el (binhex-begin-line): Give it basic doc-string.
3914
3915         * starttls.el, tls.el: Fix case of "GnuTLS".
3916
3917 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3918
3919         * gnus-group.el (gnus-group-highlight): Fix typo.
3920
3921 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3922
3923         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3924         value of `delete-file', that returns nil for a local file but returns t
3925         for a remote file using ssh.
3926
3927 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3928
3929         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3930
3931 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3934         avoid later breakage.
3935
3936 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3939         article buffers' name.
3940
3941 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3944         by Paul Eggert's spellfixes two days ago.
3945
3946 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3949         doesn't have it.
3950
3951         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3952         buffer-local instead of binding them to avoid warnings.  Also demote
3953         errors (bug#10063).
3954         (font-lock-mode-hook): Shut up byte compiler.
3955
3956 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3957
3958         * mm-util.el (mm-charset-after):
3959         * nnir.el (nnir-run-hyrex):
3960         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3961         (ntlm-get-password-hashes, ntlm-md4hash):
3962         * smime.el: Fix typo.
3963
3964 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * gnus-agent.el (gnus-agent-expire-group-1):
3967         * nndiary.el (nndiary-last-occurence):
3968         * nnimap.el (nnimap-request-set-mark):
3969         * nnmairix.el (nnmairix-only-use-registry):
3970         * gnus-group.el (gnus-group-prepare-flat):
3971         * gnus-sum.el (gnus-decode-encoded-word-methods):
3972         * message.el (message-wash-subject):
3973         * nntp.el (nntp-retrieve-headers-with-xover):
3974         * smime.el (smime-certificate-directory): Spelling fix.
3975
3976 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3977
3978         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3979
3980         * color.el:
3981         * gnus-agent.el (gnus-agent-possibly-alter-active):
3982         * gnus-dired.el (gnus-dired-print):
3983         * mail-parse.el:
3984         * nnmairix.el (nnmairix-request-group):
3985         * shr.el (shr-image-displayer):
3986         * sieve-manage.el:
3987         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3988
3989 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3990
3991         * gnus-sum.el (gnus-auto-select-subject):
3992         * spam-report.el (spam-report-resend): Spelling fix.
3993
3994 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3995
3996         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3997         * gnus-art.el (gnus-default-article-saver):
3998         * gnus-srvr.el (gnus-server-copy-server):
3999         * gnus.el (gnus-sloppily-equal-method-parameters):
4000         * html2text.el (html2text-format-tag-list):
4001         * message.el (message-narrow-to-head):
4002         * nndiary.el:
4003         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4004         * sieve.el: Spelling fix.
4005
4006 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4007
4008         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4009         * gnus-sum.el (gnus-summary-make-menu-bar):
4010         * gnus-uu.el (gnus-uu-decode-postscript)
4011         (gnus-uu-decode-postscript-and-save):
4012         * mailcap.el (mailcap-print-command):
4013         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4014         Fix typos.
4015
4016 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4017
4018         * gnus-art.el (gnus-article-part-wrapper):
4019         * html2text.el (html2text-fix-paragraphs):
4020         * mm-decode.el (mm-image-fit-p):
4021         * rfc2047.el (rfc2047-encode-message-header):
4022         * shr-color.el (shr-color-visible-distance-min)
4023         (shr-color-relative-to-absolute, set-minimum-interval)
4024         (shr-color-visible): Fix typos.
4025
4026 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4027
4028         * gmm-utils.el (gmm-tool-bar-item):
4029         * gnus-art.el (gnus-treat-body-boundary):
4030         * gnus-diary.el (gnus-user-format-function-d):
4031         * gnus-start.el (gnus-get-unread-articles):
4032         * pgg-gpg.el (pgg-gpg-update-agent):
4033         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4034
4035 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4036
4037         * gnus-topic.el (gnus-group-prepare-topics):
4038         * gnus-uu.el (gnus-extract-view):
4039         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4040
4041 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * spam.el: Move BBDB autoloads.
4044         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4045         BBDB 2 and 3.
4046         (spam-check-BBDB): Use it.
4047         (spam-enter-ham-BBDB): Use it.
4048
4049 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4050
4051         * smime.el (smime-draw-buffer): Spelling fix.
4052
4053 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4054
4055         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4056         for scanning exactly one level.
4057         * gnus-start.el (gnus-get-unread-articles): Ditto.
4058
4059 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4062         slightly clearer.
4063
4064 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * gnus-sync.el: More commentary about setup.
4067
4068 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * message.el (message-send-and-exit): Document `arg'.
4071
4072 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4075
4076 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4079
4080         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4081         we don't use `bound-and-true-p'.
4082
4083 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * gnus-util.el (gnus-bound-and-true-p): Remove.
4086         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4087         * nnir.el: Use it.
4088         * nnmairix.el: Use it.
4089
4090 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4091
4092         * gnus-sync.el: Improve docs about CouchDB admins.
4093
4094         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4095         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4096         for reasons unknown.
4097         * nnir.el: Use it.
4098         * nnmairix.el: Use it.
4099
4100         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4101         * nnir.el: Ditto.
4102         * nnmairix.el: Ditto.
4103
4104         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4105
4106 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4107
4108         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4109         not needed.  Provide xmlplistread list function to produce XML plist
4110         output for non-Gnus LeSync clients.
4111
4112 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4115
4116         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4117         and save against it.  Group subscriptions, read marks, other marks,
4118         subscription levels, topic names, and topic offsets (the group's
4119         position within the topic) are saved.  This is an experimental backend
4120         and may change significantly.  Load json.el from the gnus-fallback-lib
4121         if it's not available otherwise.
4122         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4123
4124 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * message.el (message-completion-function): Make sure
4127         message-tab-body-function is not attempted if one of
4128         message-completion-alist fails to find a completion (bug#9158).
4129
4130 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4131
4132         * mml.el (mml-quote-region): Quote <#secure> tag.
4133         (mml-generate-mime-1): Unquote <#secure> tag.
4134
4135 2011-10-20  Chong Yidong  <cyd@gnu.org>
4136
4137         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4138         calling a minor mode from Lisp with nil arg enables it, so we have to
4139         make the wording a bit ambiguous here).
4140
4141 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4142
4143         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4144         * nnir.el (nnir-mode): Use it.
4145         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4146         Use it.
4147
4148         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4149         * nnmairix.el (gnus-registry-enabled): Ditto.
4150
4151 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4152
4153         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4154         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4155         only while we need to find out if it should be t or nil.
4156         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4157         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4158         the registry is installed.  Set it to nil when it's unloaded.
4159         (gnus-registry-install-p): Provide user guidance for the initial value
4160         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4161         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4162         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4163         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4164         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4165         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4166         `gnus-registry-install'.
4167
4168 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4169
4170         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4171         previous change.
4172         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4173         primary key is marked as disabled.
4174
4175 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4176
4177         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4178         primary key is marked as disabled.
4179
4180 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4181
4182         * html2text.el (html2text-clean-anchor): Check for quotes around
4183         `href' value.
4184
4185 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4188         searching.  Drop `bbdb-cache'.
4189
4190 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * message.el (message-signed-or-encrypted-p): Exclude header when
4193         checking if there is signed or encrypted body in text/plain message.
4194
4195 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         * html2text.el (html2text-get-attr): Correctly handle attribute values
4198         containing "=".
4199
4200 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4201
4202         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4203         handle bindings.
4204
4205 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-win.el (gnus-configure-windows): Protect against reading
4208         ephemeral groups outside of Gnus.
4209
4210 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * shr.el (shr-tag-img): Don't get images displayed in tables.
4213
4214 2011-10-03  Glenn Morris  <rgm@gnu.org>
4215
4216         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4217         the "maintainer" version of debbugs.gnu.org reports.
4218
4219 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4222         make asynchronous adjacent image insertion work better.
4223
4224 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4227         documentation.
4228
4229 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4232         `gnus-asynchronous' isn't shadowed.
4233
4234 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4237
4238         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4239         (nnimap-insert-partial-structure): The charset parameter isn't
4240         case-sensitive.
4241
4242         * nnheader.el (nnheader-message-maybe): New function.
4243
4244         * shr.el (shr-tag-table): Render totally broken tables better.
4245
4246         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4247         computing the boundary.
4248
4249 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * pop3.el (pop3-number-of-responses): Remove.
4252         (pop3-wait-for-messages): Rewrite to take linear time instead of
4253         exponential time.
4254
4255 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4258         re-fetch images.
4259
4260         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4261         re-fetch images when hitting `g' in Gnus.
4262
4263 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4266         (mml-compute-boundary): Don't check collision if it is non-nil.
4267         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4268         before checking collision.
4269
4270 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * message.el (message-indent-citation): Really make sure there's a
4273         newline at the end.
4274
4275         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4276         Fix suggested by John Wiegley.
4277
4278         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4279
4280         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4281
4282         * message.el (message-default-send-rename-function): Break out into its
4283         own function.
4284
4285         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4286         doesn't work under XEmacs.
4287
4288         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4289         of "imaps" to word around Windows problems.
4290         (nnimap-open-connection-1): Use it.
4291
4292         * message.el (message-indent-citation): Revert last change which made
4293         `F' not work.
4294
4295 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4296
4297         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4298         terminal as well.
4299
4300 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4303         because it displays images using overlays that aren't easy to copy to
4304         the article buffer.
4305
4306 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4307
4308         * message.el (message-indent-citation): Fix empty line removal at the
4309         end of the citation.
4310
4311 2011-09-20  Julien Danjou  <julien@danjou.info>
4312
4313         * auth-source.el (auth-source-netrc-create): Use default value for
4314         password if specified.  Evaluate default.
4315         (auth-source-plstore-create): Ditto.
4316         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4317         value evaluation.
4318         (auth-source-netrc-create): Typo fix.
4319         (auth-source-plstore-create): Ditto.
4320
4321         * password-cache.el (password-cache-remove): Remove entries even if the
4322         value is nil, so that password with a nil value (negative caching) is
4323         possible to invalidate.
4324
4325         * auth-source.el (auth-source-format-cache-entry): New function.
4326
4327 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4330
4331 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4334
4335 2011-09-19  Julien Danjou  <julien@danjou.info>
4336
4337         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4338         which work with things that are not ASCII.
4339
4340 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4343
4344 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4347         message level.
4348
4349 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4352
4353 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4356
4357 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4358
4359         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4360         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4361
4362 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4363
4364         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4365         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4366         articles.
4367
4368 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4369
4370         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4371         (message-mail-other-window, message-mail-other-frame)
4372         (message-news-other-window, message-news-other-frame):
4373         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4374         instead of setting buffer display varibles.
4375
4376 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4379
4380         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4381
4382 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4385         duplicates" to a higher level.
4386
4387         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4388         most egregious messages.
4389
4390 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4393
4394 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4395
4396         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4397         up the file (bug#9351).
4398
4399 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4402         it does with all other backends, but decode the names immediately after
4403         getting them.
4404
4405         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4406         decoding nnimap groups.
4407
4408         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4409         newsrc file.  It doesn't seem like an important optimization any more.
4410
4411 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4412
4413         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4414         overflows.
4415
4416 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4419         (gnus-interactive-exit): Extend to `quiet'.
4420
4421         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4422
4423         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4424         string.
4425
4426         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4427         renaming function arguments from `this'.
4428
4429         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4430
4431         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4432         has been renamed.
4433         (gnus-lrm-string-p): Include RLM and PDF, too.
4434
4435         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4436         (bug#9225).
4437
4438 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4439
4440         Add autoload cookies for functions used by sendmail.el.
4441         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4442
4443         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4444
4445 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (article-date-ut): Work properly even when there are
4448         things like Date header in the body; work for forwarded parts.
4449
4450 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4451
4452         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4453         original-article-buffer.
4454
4455 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4456
4457         * nnir.el (nnir-compose-result): Fix matching of server type.
4458         (nnir-run-swish++): Ditto.
4459         (nnir-run-namazu): Ditto.
4460         (nnir-run-notmuch): Ditto.
4461
4462 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4465         (bug#9405).
4466
4467         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4468         (bug#9421).
4469
4470         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4471         (bug#9425).
4472
4473         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4474         thing (bug#9426).
4475
4476 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4479         the error message.
4480
4481 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4482
4483         * message.el (message-setup-1): Return t (Bug#9392).
4484
4485 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4486
4487         * gnus-sum.el: When adding article headers to a summary buffer also
4488         update gnus-newsgroup-articles (bug#9386).
4489
4490 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * auth-source.el: Autoload help-mode.
4493
4494 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4497         names.
4498
4499 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4500
4501         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4502         mm-replace-in-string for compatibility issues.
4503         * mml2015.el (mml2015-epg-verify): Ditto.
4504
4505 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4508
4509         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4510
4511 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4514         continue on and do the clean-up phase (bug#9188).
4515
4516         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4517         just ignore groups that can't be opened instead of erroring out
4518         (bug#9225).
4519
4520         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4521         nil since some many people are fuddy-duddies.
4522
4523         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4524         images.
4525
4526         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4527         instead.
4528
4529         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4530
4531         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4532
4533         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4534         processing.
4535
4536         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4537         buffer to avoid warnings.
4538
4539 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4540
4541         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4542         specified to reduce precision.
4543
4544 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4547         bodystructures (bug#9314).
4548
4549 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4552         Make button keymap non-sticky after buttons.
4553
4554 2011-08-18  David Engster  <dengste@eml.cc>
4555
4556         * nnmairix.el (nnmairix-request-set-mark)
4557         (nnmairix-goto-original-article): Remove adding of article to registry,
4558         since `gnus-registry-add-group' isn't available anymore.
4559         (nnmairix-determine-original-group-from-registry):
4560         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4561         available anymore.
4562
4563 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4564
4565         * starttls.el (starttls-any-program-available): Define as obsolete
4566         function.
4567
4568 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4571         versions which Gnus use when appropriate.
4572
4573         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4574         a pretty destructive command.
4575
4576         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4577
4578 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * message.el (message-fix-before-sending): Make a different warning
4581         about NUL characters (bug#9270).
4582
4583         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4584         from custom (bug#9260).
4585
4586         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4587         things work in Emacs 22 and XEmacs, too.
4588
4589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4590         default From.
4591
4592         * gnus-spec.el (gnus-lrm-string-p): New macro.
4593         (gnus-lrm-string): New constant.
4594         (gnus-summary-line-format-spec): LRM-ify the from.
4595         (gnus-tilde-max-form): LRM-ify string chopping.
4596
4597         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4598
4599         * message.el (message-is-yours-p): Allow disabling canlock checking
4600         (bug#9295).
4601         (message-shoot-gnksa-feet): Add `canlock-verify'.
4602         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4603         message directory isn't writable (bug#9304).
4604
4605         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4606         non-world-readable.
4607
4608 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4611         articles.
4612
4613 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4614
4615         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4616         copy-list.
4617
4618 2011-08-12  Sam Steingold  <sds@gnu.org>
4619
4620         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4621         in the reverse order to avoid modifying the cache with `nreverse'.
4622         (gnus-all-score-files): Do not modify the value returned by
4623         `gnus-score-find-alist' because it lives in a cache variable.
4624         (gnus-current-home-score-file): No need to `nreverse' the return value
4625         of `gnus-score-find-alist', it is already in the correct order.
4626
4627 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4628
4629         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4630         type MESSAGE and subtype RFC822 is slightly different from those of
4631         type TEXT.
4632
4633 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4634
4635         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4636         This allows article-referral to work from an nnir group.
4637
4638 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4639
4640         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4641
4642 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4643
4644         * mml1991.el (mml1991-epg-find-usable-key)
4645         (mml1991-epg-find-usable-secret-key): New function.
4646         (mml1991-epg-sign): Check if signing key is usable.
4647         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4648
4649 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4650
4651         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4652         server-variables only.  This should fix a bug introduced with commit
4653         e1889675b7f4adf057833c5513c9374134c4e053.
4654         (nnir-run-query): 'nnir-search-engine should not be set from the global
4655         environment.
4656
4657 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4658
4659         * nnir.el (nnir-search-thread): Position point on referring article
4660         line.
4661         (nnir-warp-to-article): Clean up summary buffers.
4662
4663         * nnimap.el (nnimap-request-thread): Whitespace fix.
4664
4665 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4666
4667         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4668
4669 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * starttls.el (starttls-available-p): Rename from
4672         `starttls-any-program-available' and changed return convention.
4673
4674 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4675
4676         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4677         `unix-sync' unless it's defined.
4678
4679 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4680
4681         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4682         `aref' for XEmacs compatibiltiy.
4683
4684 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4687
4688 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4689
4690         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4691         closures, quote the form properly (bug#9194).
4692
4693 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4696         (gnus-summary-insert-new-articles): Protect against servers that are
4697         down.
4698
4699 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4700
4701         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4702         in mm handle if none is specified.
4703
4704 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4705
4706         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4707
4708 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4709
4710         * nnir.el (nnir-search-thread): New function to make an nnir group
4711         based on a thread query.
4712
4713         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4714         of nnir in thread referral.
4715         (gnus-summary-refer-thread): Use it.
4716
4717         * nnimap.el (nnimap-request-thread): Use it.
4718
4719 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * shr.el (shr-tag-comment): Ignore HTML comments.
4722
4723 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4724
4725         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4726         argument.
4727         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4728         Use `nnir-address' to handle server info rather than passing an arg.
4729
4730         * nnimap.el (nnimap-make-thread-query): New utility function to format
4731         an imap thread search query.
4732         (nnimap-request-thread): Use it.
4733
4734         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4735         right select-method if we are not going back to the group buffer.
4736
4737 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4740         enter invalid buffer configurations into the quit form (bug#9107).
4741         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4742         unplugged/plugged.
4743
4744         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4745         keep track of which ones are unread (bug#9061).
4746
4747         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4748         (bug#9055).
4749
4750         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4751         (bug#9041).
4752
4753         * gnus-html.el (mm-util): Require (bug#9073).
4754
4755         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4756         (gnus-summary-refer-thread): Use it to remove duplicates in the
4757         un-threaded view (bug#9053).
4758         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4759
4760 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4761
4762         * nnir.el (nnir-read-server-parm): Use default value from global
4763         variable.  Without this the default search engine parameters aren't
4764         used at all.
4765
4766 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * message.el (message-unique-id): Don't use the undocumented return
4769         value from (random t) (bug#9118).
4770
4771 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * message.el (message-auto-save-directory): If the ~/Mail directory
4774         doesn't exist, use ~ as the auto-save directory (bug#4432).
4775
4776         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4777         hasn't already been started.
4778
4779 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4782
4783         * message.el (message-reply): Work around mysterious bug where
4784         `message-mode' seems to overwrite the locally bound `subject' variable.
4785
4786 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4787
4788         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4789         correct group.
4790
4791         * gnus-int.el (gnus-request-thread): Add group argument.
4792
4793         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4794
4795 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4798
4799         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4800         renamed to `debbugs-gnu-*'.
4801
4802 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4803
4804         * plstore.el: Revert the editing feature since it is not urgent.
4805         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4806         (plstore-mode-decoded): Remove.
4807
4808 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4811         isn't very interesting any more, and it leaks potentially secret data.
4812         (gnus-debug): Remove.
4813
4814         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4815         use of :custom-show.
4816
4817 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4818
4819         * plstore.el: Add documentation.
4820         (plstore-mode): New mode to edit plstore file.
4821         (plstore-mode-toggle-display, plstore-mode-original)
4822         (plstore-mode-decoded): New command.
4823         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4824         (plstore--insert-buffer, plstore--make): New function.
4825         (plstore-open, plstore-save): Simplify by using them.
4826
4827 2011-07-06  Glenn Morris  <rgm@gnu.org>
4828
4829         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4830
4831 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4834         no longer is much used.
4835         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4836         Articles".
4837
4838 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4839
4840         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4841         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4842         `notmuch' backend.
4843
4844 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * mm-decode.el (mm-text-html-renderer): Doc fix.
4847
4848         * gnus-msg.el (gnus-bug): Fix the MML tag.
4849
4850         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4851
4852 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4853
4854         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4855         secondary methods if started with `gnus-no-server'.
4856
4857 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4858
4859         * message.el (message-return-action): Fix typo in docstring.
4860
4861 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4864         bug reports at once.
4865
4866         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4867
4868 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * nndraft.el: Require gnus-group.
4871         (nndraft-request-list): Declare.
4872
4873         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4874         no unread article unless it matches gnus-permanently-visible-groups.
4875
4876         * nndraft.el (nndraft-update-unread-articles): New function.
4877         (nndraft-request-associate-buffer): Use it to update the number of
4878         unread articles for the nndraft groups in the group buffer when saving
4879         or killing a draft message.
4880
4881 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4884         systems to binary before writing and reading the mbox files.
4885
4886         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4887         instead of trying to list them all (bug#8978).
4888
4889 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4890
4891         * pop3.el (pop3-open-server): Use :end-of-capability.
4892
4893 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4896         the id is always a number.
4897
4898         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4899
4900         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4901         debbugs mode, if possible.
4902
4903 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4904
4905         * auth-source.el (auth-source-token-passphrase-callback-function):
4906         Reindent.
4907         (epg-context-operation): Remove unnecessary autoload.
4908
4909 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus.el (gnus-list-debbugs): New command.
4912
4913         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4914         mboxstat instead of the maintbox, since the stat seems to be fuller.
4915
4916         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4917         summary buffers.
4918
4919         * message.el (message-get-reply-headers): Delete all duplicates,
4920         instead of the first.
4921         (message-get-reply-headers): Ensure that we have progress while
4922         deleting duplicates.
4923
4924         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4925         gnus-posting-style value from the summary buffer to make it easier to
4926         make that a per-buffer conf.
4927
4928 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4929
4930         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4931         found by setting `shortcut' in 'query.
4932         (nnir-request-article): Use `shortcut' setting when requesting article
4933         by Message-ID.
4934
4935 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4938         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4939         Bring the pseudo-headers back too.
4940
4941 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4942
4943         * auth-source.el (auth-source-token-passphrase-callback-function):
4944         Simplify and remove EPA dependency.
4945
4946 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4947
4948         * nnir.el (nnir-request-article): Fix error message text.
4949
4950 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4951
4952         * auth-source.el (plstore-delete): Autoload.
4953         (auth-source-plstore-search): Support delete operation.
4954         * plstore.el (plstore-delete): New function.
4955
4956 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4959         mark actually existing articles as unread rather than the ones that
4960         active asserts.
4961
4962 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4963
4964         * nntp.el (nntp-record-command):
4965         * gnus-util.el (gnus-message-with-timestamp-1):
4966         Use format-time-string rather than decoding time stamps by hand.
4967         This is simpler and insulates the code from potential changes to
4968         current-time format.
4969
4970 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4973
4974 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4975
4976         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4977         (plstore-save): Support public key encryption.
4978         (plstore--init-from-buffer): New function.
4979         (plstore-open): Use it; fix error when opening a non-existent file.
4980         (plstore-revert): Use plstore--init-from-buffer.
4981
4982 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4983
4984         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4985
4986 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4989         for old Emacsen.
4990
4991 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4992
4993         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4994         is not fully working.
4995
4996 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * dgnushack.el: Autoload sha1 on XEmacs.
4999
5000         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5001         quit window configuration.
5002
5003         * auth-source.el (epg-context-set-passphrase-callback):
5004         Remove duplicate autoload.
5005
5006 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5007
5008         * nnir.el (nnir-request-article): Allow requesting articles by
5009         Message-ID with nnimap.
5010
5011         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5012         current server.
5013
5014 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * auth-source.el: Autoload EPA/EPG functions.
5017         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5018         changed when EPA/EPG is not available.
5019         (auth-source-backend): Rename "arg" member to "data".
5020         (auth-source-backend-parse, auth-source-plstore-search)
5021         (auth-source-plstore-create): Use it.
5022
5023 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5024
5025         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5026         `gnus-refer-article-methods'.
5027
5028 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5029
5030         * auth-source.el: Require EPA and EPG.
5031         (auth-source-passphrase-alist): New variable.
5032         (auth-source-passphrase-callback-function)
5033         (auth-source-token-passphrase-callback-function): Callbacks for the
5034         netrc field encryption (GPG tokens).
5035         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5036         Symmetric encryption and decryption of the netrc GPG tokens.
5037         (auth-source-netrc-normalize): Use them, simplifying the closure.
5038
5039 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5042         is available.
5043
5044 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5047         non-nil, and `nnimap-split-methods' is nil, use the former.
5048
5049 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5050
5051         * plstore.el (plstore-revert): New function.
5052         (plstore-open): Use it; hide the buffer from user.
5053
5054 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5055
5056         * auth-source.el (auth-source-backend): New member "arg".
5057         (auth-source-backend-parse): Handle new backend 'plstore.
5058         * plstore.el: New file.
5059
5060 2011-06-30  Glenn Morris  <rgm@gnu.org>
5061
5062         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5063
5064 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5067         expiring articles to.
5068
5069         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5070         variations as ASCII (bug#5458).
5071
5072 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5075
5076 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * message.el (message-point-in-header-p): Tweak the function to default
5079         to saying that we're not in the headers if there is no separator at
5080         all.  This makes it possible to use the Message version of `M-q' in
5081         buffers with no headers (bug#7987).
5082         (message-point-in-header-p): Fix last checkin to work with an empty
5083         mail-header-separator, too.
5084
5085         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5086         again, save the choice via customize.
5087
5088 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5091
5092         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5093         ended the connection, bail out before waiting infinitely on a new
5094         connection.
5095
5096 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5099         reports.
5100
5101         * gnus.el (gnus-bug-package): Use "gnus."
5102         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5103
5104 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * dgnushack.el: Make the timer warning go away on XEmacs.
5107
5108         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5109         animations going on at article exit time.
5110
5111         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5112         since removing it breaks people upgrading.
5113
5114         * shr.el (shr-put-image): Use the new interface for animating images.
5115         (shr-put-image): Animate for 60 seconds.
5116
5117         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5118         avoid compiler warnings.
5119
5120         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5121         error with `find-file-hooks' on Emacs 22.
5122         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5123         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5124         on all architectures.
5125
5126         * spam.el (spam-stat): Require in a normal fashion without binding
5127         `spam-stat-install-hooks' to avoid compilation warnings.
5128
5129         * spam-stat.el (spam-stat-install-hooks): Remove.
5130         (spam-stat-install-hooks): Don't run automatically.
5131
5132 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5133
5134         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5135         and keystroke.
5136
5137 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * auth-source.el (auth-source-netrc-cache): Move forward.
5140
5141 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * proto-stream.el (proto-stream-open-starttls): Use
5144         `gnutls-available-p' to see whether we have built-in support.
5145
5146         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5147         we already know.
5148         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5149         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5150
5151 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5154         %S format, since that looks odd.
5155         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5156         file, especially when saving.
5157
5158 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5159
5160         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5161         article found.
5162
5163 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5166         `auth-source-save-secrets' with a more sensitive alist that can be
5167         configured per file.  Experimental, so defaults to 'never.
5168         (auth-source-netrc-create): Use it.  Still experimental code.
5169         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5170         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5171
5172 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * auth-source.el (auth-source-save-secrets): New variable to control if
5175         secret tokens should be saved encrypted.
5176         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5177         to `auth-source-netrc-normalize'.
5178         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5179         on the EPA variables being defined.
5180         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5181         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5182         the lexical-let closure.
5183         (auth-source-netrc-create): Create "gpg:" tokens according to
5184         `auth-source-save-secrets'.
5185
5186 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-group.el (gnus-group-update-group): Add new argument
5189         `info-unchanged' that stops updating dribble buffer.
5190
5191         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5192         deletes lines matching to it in dribble buffer.
5193
5194         * gnus-agent.el (gnus-agent-fetch-group-1):
5195         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5196         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5197         * gnus-start.el (gnus-group-change-level):
5198         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5199
5200         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5201         if newsgroup info is not changed.
5202
5203         * gnus-group.el (gnus-group-get-new-news-this-group):
5204         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5205         Don't update dribble buffer.
5206
5207 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5210         remove entries with groups we ignore.
5211
5212 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213
5214         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5215         the underline comes at the bottom.
5216
5217 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5220         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5221         (gnus-registry-article-marks-to-names): Rename from
5222         `gnus-registry-user-format-function-M2'.
5223
5224 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5227         ephemeral group.
5228
5229 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * shr.el (shr-browse-image): Copy the URL if called interactively.
5232
5233 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5236         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5237         done, then unselected articles may be marked as read.
5238
5239         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5240         since not doing this seems to lead to a race condition in pop3-logon.
5241
5242         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5243         so that the call chain it correct when we call "upwards".
5244
5245         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5246         in read-only groups.
5247
5248         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5249
5250         * message.el (message-cite-reply-position): Doc string fix.
5251
5252         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5253         avoid regexp overflow.
5254         (nnimap-transform-split-mail): Ditto.
5255
5256         * pop3.el (pop3-retr): Error out if the server closes the connection.
5257
5258 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5259
5260         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5261         mm-with-unibyte-current-buffer.  The buffer should not contain any
5262         multibyte chars anyway at this stage.
5263
5264 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5267         at the end of lines.
5268
5269 2011-05-29  Julien Danjou  <julien@danjou.info>
5270
5271         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5272
5273 2011-05-27  Glenn Morris  <rgm@gnu.org>
5274
5275         * gnus-group.el (gnus-bug-group-download-format-alist):
5276         Use the "maintainer" version of debian reports as well.
5277
5278 2011-05-26  Glenn Morris  <rgm@gnu.org>
5279
5280         * gnus-group.el (gnus-bug-group-download-format-alist):
5281         Use the "maintainer" version of debbugs.gnu.org reports.
5282
5283 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5286
5287 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5288
5289         * gnus-cus.el (gnus-agent-customize-category):
5290         * gnus-delay.el (gnus-delay-send-queue):
5291         * gnus.el (gnus-other-frame):
5292         Don't quote lambda expressions with `quote'.
5293
5294 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5295
5296         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5297         the thread moves us backwards and so we loop forever.
5298
5299 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5302         whitespace in base64 data lines.
5303
5304 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * gnus-registry.el (gnus-registry-user-format-function-M):
5307         Use `mapconcat'.
5308         (gnus-registry-user-format-function-M2): Use to see the full text of
5309         the marks.  Make "," the mark text separator.
5310
5311         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5312         authentication with auth-source.
5313
5314 2011-05-17  Glenn Morris  <rgm@gnu.org>
5315
5316         * gnus-group.el (gnus-import-other-newsrc-file):
5317         Use insert-file-contents.
5318
5319 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5322         1000 iterations.
5323
5324 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * nntp.el (nntp-open-connection): Check if process-type is available.
5327
5328 2011-05-16  Julien Danjou  <julien@danjou.info>
5329
5330         * shr.el (shr-tag-del): Add support for del tag.
5331
5332 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-html.el (gnus-html-put-image): Register a displayer.
5335
5336         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5337
5338 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * registry.el (prune-factor): New initialization parameter defaulting
5341         to 0.1.
5342         (registry-prune-hard): Use it.
5343
5344         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5345         0.1 expicitly.
5346
5347 2011-05-13  Glenn Morris  <rgm@gnu.org>
5348
5349         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5350         is bound, since this function requires sendmail.
5351
5352 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5353
5354         * registry.el (registry-usage-test): Disable pruning test.
5355
5356 2011-05-11  David Engster  <dengste@eml.cc>
5357
5358         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5359         Bind set-network-process-option for XEmacs.
5360
5361 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * registry.el (registry-prune-hard-candidates)
5364         (registry-prune-soft-candidates): Helper methods for registry pruning.
5365         (registry-prune): Use them.  Make the sort function optional.
5366
5367 2011-05-10  Jim Meyering  <meyering@redhat.com>
5368
5369         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5370
5371 2011-05-10  Julien Danjou  <julien@danjou.info>
5372
5373         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5374         symbol and not a list.
5375
5376 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-article-mode): Move binding of
5379         shr-put-image-function here from gnus-article-prepare-display.
5380
5381         * shr.el (shr-put-image-function): New variable.
5382         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5383         (shr-put-image): Return scaled image.
5384
5385         * gnus-art.el (gnus-shr-put-image): New function.
5386         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5387
5388         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5389         original ones, as deletable.
5390
5391 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5392
5393         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5394
5395 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * registry.el (registry-full): Add convenience method.  Fix logic.
5398         (registry-insert): Use it.  Fix logic here too.
5399
5400         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5401         `registry-prune' if `registry-full' returns t.
5402         (gnus-registry-handle-action)
5403         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5404         (gnus-registry-usage-test): Use it.
5405
5406 2011-05-07  Julien Danjou  <julien@danjou.info>
5407
5408         * shr.el (shr-link): Make shr-link inherit from link by default.
5409
5410 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5413
5414 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5417         error out because the face is not a list.
5418
5419 2011-05-05  Glenn Morris  <rgm@gnu.org>
5420
5421         * proto-stream.el (gnutls-negotiate): Fix declarations.
5422
5423         * gnus-start.el (gnus-propagate-marks): Declare.
5424
5425 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5426
5427         * registry.el (registry-reindex): Fix percentage message.
5428
5429         * proto-stream.el (network-stream-open-starttls): Adjust to call
5430         `gnutls-negotiate' with :process and :hostname arguments.
5431
5432 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * shr.el: Add shr-link face for links.
5435         (shr-urlify): Use it.
5436
5437         * registry.el (registry-insert): Make error message more helpful.
5438
5439 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-html.el (gnus-html-schedule-image-fetching):
5442         Use url-queue-retrieve, if it exists.
5443
5444         * shr.el (shr-tag-img): Ditto.
5445
5446         * gnus.el: Autoload more gnus-agent functions.
5447
5448         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5449         agent if we haven't already (bug#8502).
5450
5451         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5452         into the Agent, too.
5453
5454         * gnus-agent.el (gnus-agent-store-article): New function.
5455
5456         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5457         and moved from that file for reuse.
5458
5459         * pop3.el (pop3-open-server): Error messages are "-ERR".
5460
5461 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5464         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5465
5466 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5467
5468         * gnus.el: No Gnus v0.17 is released.
5469
5470 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5471
5472         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5473         buffer has moved to a different frame.
5474
5475 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5478         to get the conversion from unibyte to multibyte buffers to work on
5479         Emacs 22.
5480
5481         * nntp.el (nntp-request-article): Slight clean-up.
5482
5483 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * shr.el (shr-strike-through): New face.
5486         (shr-tag-s): Use it to provide <s> support.
5487         (shr-tag-s): Remove duplicate definition.
5488
5489 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5492         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5493
5494 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5497         `gnutls-negotiate'.
5498         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5499
5500 2011-04-23  Glenn Morris  <rgm@gnu.org>
5501
5502         * gnus-sum.el (gnus-extra-headers): Bump :version.
5503
5504 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * shr.el (shr-tag-sup): New function.
5507         (shr-tag-sub): Ditto.
5508
5509 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5512         for the case where `gnus-registry-ignored-groups' is a list of lists,
5513         and don't call `gnus-parameter-registry-ignore' otherwise.
5514
5515 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * nnimap.el (nnimap-user): New backend variable.
5518         (nnimap-open-connection-1): Use it.
5519         (nnimap-credentials): Accept user parameter so it's explicit what user
5520         name is desired.
5521
5522         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5523         default.
5524
5525         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5526         not gnus-registry.el.
5527
5528         * gnus-registry.el: Mention in comments how to modify
5529         `gnus-extra-headers' for proper recipient tracking and that it may
5530         already have To and Cc recently, which it does as of this commit.
5531         (gnus-registry-ignored-groups): Remove defcustom.
5532         Explain why in comments.
5533         (gnus-registry-action): Fix data-header reference to use the extra
5534         headers.  Explain in package commentary how to add To and Cc headers to
5535         the gnus-extra-headers.
5536         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5537         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5538         parameter list or a string list in `gnus-registry-ignored-groups'.
5539         Fix logic error.
5540
5541 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * shr.el (shr-expand-url): Protect against null urls.
5544
5545 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5546
5547         * shr.el (shr-base): New binding.
5548         (shr-tag-base): Keep track of <base>.
5549         (shr-expand-url): New function used throughout.
5550
5551 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * gnus-registry.el
5554         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5555         (gnus-registry-ignored-groups): New variable.
5556         (gnus-registry-ignore-group-p): Use it.
5557         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5558         set the destination group to nil (same as delete) if it's ignored.
5559
5560 2011-04-20  David Engster  <dengste@eml.cc>
5561
5562         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5563
5564         * Makefile.in (test-nntp): New rule.
5565         (check): Add it.
5566         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5567
5568 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-registry.el (gnus-registry-action)
5571         (gnus-registry-fetch-header-fast):
5572         Don't use mail-header that looks an internal function of mailheader.el.
5573
5574 2011-04-19  Glenn Morris  <rgm@gnu.org>
5575
5576         * time-date.el (time-to-days): Remove unused local variables.
5577
5578 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-registry.el: Eliminate cl functions.
5581         (gnus-registry-sort-addresses): New function that replaces mapcan.
5582         (gnus-registry-action, gnus-registry-spool-action)
5583         (gnus-registry-split-fancy-with-parent)
5584         (gnus-registry-fetch-recipients-fast): Use it.
5585         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5586
5587         * registry.el (initialize-instance, registry-lookup)
5588         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5589         (registry-lookup-secondary-value, registry-search, registry-delete)
5590         (registry-insert, registry-reindex, registry-size, registry-prune):
5591         Use eval-and-compile.
5592
5593 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5594
5595         * registry.el (registry-reindex): New method to recreate the secondary
5596         registry indices.
5597
5598         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5599         tracked field changes.
5600         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5601         (gnus-registry-action, gnus-registry-spool-action)
5602         (gnus-registry-handle-action)
5603         (gnus-registry--split-fancy-with-parent-internal)
5604         (gnus-registry-split-fancy-with-parent)
5605         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5606         move, and delete actions, and for fancy splitting with parent.
5607         (gnus-registry-extract-addresses)
5608         (gnus-registry-fetch-recipients-fast)
5609         (gnus-registry-fetch-header-fast): Convenience functions.
5610         (gnus-registry-misc-test): ERT test of
5611         `gnus-registry-extract-addresses'.
5612
5613 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5616         Track by subject first, then sender.
5617
5618 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5619
5620         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5621
5622         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5623         Lisp.
5624
5625         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5626         (gnus-draft-send): Use it to avoid popping
5627         up frames from gnus-group-send-queue.
5628
5629 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * gnus-registry.el: Updated gnus-registry docs.
5632
5633 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5636         Fix logic bug.
5637         (gnus-registry-post-process-groups): Fix logging of no results and
5638         quote sender and subject.
5639
5640 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5643         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5644         gnutls-cli are too slow to be done opportunistically.
5645
5646         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5647         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5648         we had no early-data returned.
5649         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5650         two async commands to the same server at the same time.
5651
5652 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5653
5654         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5655
5656 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5659         "warning" level.
5660
5661         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5662         (mm-url-insert-file-contents): Don't set the package names.
5663
5664 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * gnus-registry.el (gnus-registry-action): Remove properties and
5667         simplify subject in `gnus-registry-handle-action'.
5668         (gnus-registry-spool-action): Get subject and sender from message if
5669         they are not passed in.
5670         (gnus-registry-handle-action): Remove properties and simplify subject
5671         consistently.
5672
5673 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * registry.el: Require CL before using defmacro*.
5676
5677 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (article-treat-date): Assume that
5680         gnus-article-date-headers may be a group parameter.
5681
5682 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5685
5686         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5687         interactively so the newsrc file can contain foreign groups too.
5688         Useful for debugging but not much for users.
5689
5690 2011-04-07  David Engster  <dengste@eml.cc>
5691
5692         * registry.el (registry-usage-test): Only do
5693         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5694         lexical binding.
5695
5696 2011-04-07  David Engster  <dengste@eml.cc>
5697
5698         * Makefile.in (check, test-registry): New rules for test-suite.
5699
5700 2011-04-06  David Engster  <dengste@eml.cc>
5701
5702         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5703         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5704
5705 2011-04-06  David Engster  <dengste@eml.cc>
5706
5707         * registry.el (initialize-instance): Change :after to :AFTER to be
5708         compatible with old EIEIO version in XEmacs.
5709
5710 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * gnus-registry.el (gnus-registry-post-process-groups)
5713         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5714         and provide better messaging.
5715
5716 2011-04-06  David Engster  <dengste@eml.cc>
5717
5718         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5719         errors.
5720
5721         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5722         dgnushack-compile with error-on-warn enabled, and to signal an error if
5723         clean compilation failed.
5724         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5725         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5726
5727 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5730         unconditionally anyway, discarding errors.
5731         (gnus-registry-delete-entries): New convenience function.
5732         (gnus-registry-import-eld): Import from old .eld registry.
5733
5734         * registry.el: Don't use ERT if it's not available.  Load it
5735         unconditionally anyway, discarding errors.
5736
5737         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5738         version from the Claudio Bley GnuTLS patch (extra optional parameters
5739         and host name).
5740
5741 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5744         fixup the parameters that can be customized by the user between
5745         save/read cycles.
5746         (gnus-registry-read): Use it.
5747         (gnus-registry-make-db): Use it.
5748         (gnus-registry-spool-action, gnus-registry-handle-action):
5749         Fix messaging.
5750         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5751         Map references to actual group names with sender and subject tracking.
5752         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5753         (gnus-registry-usage-test): Add subject lookup test.
5754
5755         * registry.el (registry-db, initialize-instance): Set up constructor
5756         instead of :initform arguments for the sake of older Emacsen.
5757         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5758         pre-lexbind merge bug.
5759         (registry-usage-test): Use it.
5760         (initialize-instance, registry-db): Move the non-function initforms
5761         back to the class definition.
5762
5763 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5764
5765         * registry.el: New library to manage gnus-registry-style data.
5766
5767         * gnus-registry.el: Use it (major rewrite).
5768
5769         * nnregistry.el: Use it.
5770
5771         * spam.el: Use it.
5772
5773 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5776         marks on non-selected articles.
5777
5778 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5779
5780         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5781         parameter to open-protocol-stream.
5782
5783 2011-04-01  Julien Danjou  <julien@danjou.info>
5784
5785         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5786         fundamental-mode.
5787
5788 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5791         servers.
5792
5793 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5796         made marks not propagate, again.
5797
5798 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5799
5800         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5801         Make this the default type.
5802         (proto-stream-open-plain): Rename from proto-stream-open-default.
5803         (open-protocol-stream, proto-stream-open-starttls)
5804         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5805         with `plain'.
5806
5807         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5808         value.
5809
5810         * nntp.el (nntp-open-connection-function): Document the fact that some
5811         values are not functions but are instead handled specially.
5812         Recognize nntp-open-plain-stream value.
5813         (nntp-open-connection): Recognize that value.
5814
5815 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5818         where it seems to be needed.
5819
5820 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5823         stuff.
5824
5825         * gnus-score.el (gnus-score-string): Fix calling convention of
5826         `gnus-simplify-buffer-fuzzy' after last patches.
5827
5828         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5829         server for articles we didn't get any headers for.  This is a sanity
5830         check.
5831
5832 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5833
5834         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5835         new CAPABILITY, use it.
5836
5837 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5840         downloading anything.
5841
5842         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5843
5844 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5845
5846         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5847         colors.
5848         (gnus-splash-svg-color-symbols): New function.
5849
5850 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5853         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5854         (gnus-simplify-subject-fuzzy): Use the local
5855         gnus-simplify-subject-fuzzy-regex instead of the global one.
5856         This makes using this variable in group parameters work.
5857
5858 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * gnus-registry.el (gnus-registry-unfollowed-groups):
5861         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5862         archive:sent-YYYY-MM-DD groups).
5863         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5864         tracking if there are more than `gnus-registry-max-track-groups'
5865         matches.
5866
5867 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5868
5869         * message.el (message--yank-original-internal): New function to do the
5870         insertion cleanly inside eval in `message-yank-original'.
5871         (message-yank-original): Use it.
5872
5873 2011-03-29  Julien Danjou  <julien@danjou.info>
5874
5875         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5876         local variables disabled rather than `normal-mode'.
5877
5878 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5879
5880         * imap.el (imap-shell-open, imap-process-connection-type):
5881         Use imap-process-connection-type for 'shell' streams as well as
5882         Kerberos, SSL, other subprocesses.
5883
5884 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5885
5886         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5887         with open-network-stream.
5888         (proto-stream-always-use-starttls): Option removed.
5889         (open-protocol-stream): Return a process object by default.  Provide a
5890         new parameter :return-list specifying a list-type return value, which
5891         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5892         :type `network' to `try-starttls', and `network-only' to `default'.
5893         Make `default' the default, for compatibility with open-network-stream.
5894         Handle the no-parameter case exactly as open-network-stream, with no
5895         additional stream processing.  Search plists using plist-get.
5896         Explicitly add :end-of-commend parameter if it is missing.
5897         (proto-stream-open-default): Rename from
5898         proto-stream-open-network-only.  Return 'default as the type.
5899         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5900         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5901         failed.  Always return a list with a (possibly dead) process as the
5902         first element, for compatibility with open-network-stream.
5903         (proto-stream-open-tls): Use plist-get.  Always return a list.
5904         (proto-stream-open-shell): Return `default' as connection type.
5905         (proto-stream-capability-open): Use plist-get.
5906         (proto-stream-eoc): Function deleted.
5907
5908         * nnimap.el (nnimap-stream, nnimap-open-connection)
5909         (nnimap-open-connection-1): Handle renaming of :type parameter for
5910         open-protocol-stream.
5911         (nnimap-open-connection-1): Pass a :return-list parameter
5912         open-protocol-stream to obtain a list return value.  Parse this list
5913         using plist-get.
5914
5915         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5916         for open-protocol-stream.  Accept open-protocol-stream return value
5917         that is a subprocess object instead of a list.  Handle the case of a
5918         dead returned process.
5919
5920 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5923
5924         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5925
5926 2011-03-21  Julien Danjou  <julien@danjou.info>
5927
5928         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5929         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5930         query.
5931         (mm-inline-text): Render normal text with fontification whenever
5932         possible.
5933
5934         * gnus-sum.el (gnus-summary-save-parts-1):
5935         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5936         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5937         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5938         Use `mm-handle-filename'.
5939
5940         * mm-util.el (mm-handle-filename): New function, return the filename of
5941         an handle.
5942
5943 2011-03-18  Julien Danjou  <julien@danjou.info>
5944
5945         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5946         (gnus-buffer-live-p): Check that buffer is not nil.
5947
5948 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5949
5950         * gnus.el: No Gnus v0.15 is released.
5951
5952 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5955         avoid warning on XEmacs.
5956
5957         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5958         on XEmacs.
5959
5960         * gnus-art.el: Require mouse, which the build bot seems to say is
5961         needed.
5962
5963         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5964
5965         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5966         XEmacs, since it doesn't have url-retrieve-synchronously.
5967
5968         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5969         since assoc-string doesn't exist in XEmacs.
5970
5971 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5972
5973         * gnus-group.el (gnus-group-list-ticked): New function.
5974         (gnus-group-make-menu-bar): Provide a menu entry for it.
5975         (gnus-group-list-map): Provide a binding for it.
5976
5977 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * shr.el (shr-visit-file): New command.
5980
5981         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5982
5983 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5984
5985         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5986         servers.
5987
5988 2011-03-16  Julien Danjou  <julien@danjou.info>
5989
5990         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5991         inline.
5992
5993         * gnus-art.el (article-hide-list-identifiers):
5994         Use gnus-group-get-list-identifiers.
5995
5996         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5997         (gnus-summary-remove-list-identifiers):
5998         Use gnus-group-get-list-identifiers to get regexp.
5999         (gnus-select-newsgroup, gnus-summary-insert-subject)
6000         (gnus-summary-insert-articles):
6001         Call gnus-summary-remove-list-identifiers unconditionally.
6002
6003 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6006         we're selecting a group with unread articles.
6007
6008         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6009
6010         * gssapi.el: New file separated out from imap.el to provide a general
6011         Kerberos 5 connection facility for Emacs.
6012
6013         * message.el (message-elide-ellipsis): Document the format spec
6014         ellipsis.
6015
6016 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * message.el (message-elide-region): Allow the ellipsis to say how many
6019         lines were removed.
6020
6021 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6024         window configurations containing buffers that are now dead.
6025
6026         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6027         parsing to avoid integer overflows.
6028         (nnimap-parse-flags): Simplify the last change.
6029         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6030         too large for 32-bit Emacsen.
6031
6032 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6033
6034         * auth-source.el (auth-source-netrc-create):
6035         * message.el (message-yank-original): Fix use of `case'.
6036
6037 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6038
6039         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6040         XEmacs, which was one character too wide.
6041
6042 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6043
6044         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6045         default number of articles to display.
6046         (gnus-articles-to-read): Use pretty names for prompt.
6047
6048 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-int.el (gnus-open-server): Ditto.
6051
6052         * gnus-start.el (gnus-activate-group): Give a backtrace if
6053         debug-on-quit is set and the user hits `C-g'.
6054         (gnus-read-active-file): Ditto.
6055
6056         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6057
6058 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * message.el (message-yank-original): Use cond instead of CL case.
6061
6062 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * auth-source.el (auth-source-netrc-create): Use usual format for the
6065         default in prompts.
6066
6067 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * lpath.el: Fbind read-char-choice for XEmacs.
6070
6071 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * auth-source.el (auth-source-netrc-create): Show the default in the
6074         prompt when prompting for token creation.
6075
6076 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * auth-source.el (auth-source-format-prompt): Always convert the value
6079         to a string to avoid evaluating non-string arguments.
6080         (auth-source-netrc-create): Offer default properly, not as initial
6081         content in `read-string'.
6082         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6083         of line to determine if we've been run before.  If so, don't run again,
6084         but print a trivial message to indicate the cache was hit instead.
6085
6086 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6089         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6090         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6091         Gnus.
6092
6093 2011-03-11  Julien Danjou  <julien@danjou.info>
6094
6095         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6096         modified file".
6097
6098 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * auth-source.el (auth-source-read-char-choice): New function to read a
6101         character choice using `dropdown-list', `read-char-choice', or
6102         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6103         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6104         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6105         (auth-source-netrc-saver): Use it.
6106         (auth-source-pick-first-password): New convenience function.
6107
6108 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6111         parameter in the credentials.
6112         (nnimap-open-connection-1): Use it after a successful login.
6113         (nnimap-credentials): Add IMAP-specific user and password prompt.
6114
6115         * auth-source.el (auth-source-search): Add :require parameter, taking a
6116         list.  Document it and the :save-function return token.  Pass :require
6117         down.  Change the CREATED message from a warning to a debug statement.
6118         (auth-source-search-backends): Pass :require down.
6119         (auth-source-netrc-search): Pass :require down.
6120         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6121         Change save prompt to indicate all modifications saved here are
6122         deletions.
6123         (auth-source-netrc-create): Take user login name as default in user
6124         prompt.  Move all the save functionality to a lexically bound function
6125         under the :save-function token in the returned list.  Set up clearer
6126         default prompts for user, host, port, and secret.
6127         (auth-source-netrc-saver): New function, intended to be wrapped for
6128         :save-function.
6129
6130 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6133         lines to be spaces instead.
6134
6135 2011-03-07  Julien Danjou  <julien@danjou.info>
6136
6137         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6138         (sieve-sasl-auth): Check that auth-source-search did return something,
6139         or just return an empty string.
6140
6141 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6142
6143         * gnus.el (gnus-interactive): Use read-directory-name.
6144
6145         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6146         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6147         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6148         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6149         Likewise.
6150
6151         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6152
6153 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6156         onto the list of killed groups, too.  This makes killed nnimap groups,
6157         for instance, more reliably not reappear.
6158
6159         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6160         the parent.
6161
6162         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6163
6164         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6165         really have server-side marks.
6166
6167         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6168         since most backends do not usefully have server-side marks.
6169         (gnus-update-read-articles): Propagate marks to all backends that
6170         really have server-side marks.
6171
6172 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6173
6174         * message.el (message-cite-reply-position, message-cite-style):
6175         New variables.
6176         (message-yank-original): Use the new citation styles.
6177
6178 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6179
6180         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6181         buffer-local issue); don't mark it buffer-local when running under
6182         XEmacs.
6183
6184 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6185
6186         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6187         numbers too big to be `read'.
6188
6189 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * password-cache.el (password-in-cache-p): Add autoload.
6192
6193         * message.el (message-options): Make buffer-local two ways to attempt
6194         to fix a XEmacs bug.
6195
6196 2011-03-02  Julien Danjou  <julien@danjou.info>
6197
6198         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6199
6200 2011-03-01  Julien Danjou  <julien@danjou.info>
6201
6202         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6203         group.
6204         (article-hide-list-identifiers): Use list-identifier group parameter.
6205
6206 2011-02-28  Julien Danjou  <julien@danjou.info>
6207
6208         * sieve.el (sieve-buffer-script-name): New local variable to store
6209         sieve script name.
6210         (sieve-edit-script): Store sieve script name.
6211         (sieve-upload): Use sieve script name when uploading.
6212         (sieve-upload): Use substitute-command-keys.
6213         (sieve-edit-script): Use substitute-command-keys.
6214         (sieve-refresh-scriptlist): Use substitute-command-keys.
6215         (sieve-manage-mode-map): Define keymap properly.
6216         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6217         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6218         Remove commented code about cvs.
6219         (sieve-manage-quit): New function.
6220         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6221
6222 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223
6224         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6225
6226 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * auth-source.el (auth-source-search): Cache empty result sets.
6229
6230         * password-cache.el (password-in-cache-p): Convenience function to
6231         check if a key is in the cache, even if the value is nil.
6232
6233         * auth-source.el (auth-source-save-behavior): New variable to replace
6234         `auth-source-never-create'.
6235         (auth-source-netrc-create): Use it.
6236         (auth-source-never-save): Remove.
6237
6238 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6239
6240         * nnimap.el (nnimap-stream): Doc fix.
6241         (nnimap-open-connection-1): Reverse the order of the ports to that the
6242         prompted-for port is first.
6243
6244         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6245         retrieval by the no-group selection.
6246
6247         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6248         numerical parameters.
6249
6250 2011-02-25  Julien Danjou  <julien@danjou.info>
6251
6252         * gnus-gravatar.el: Use gnus-with-article-buffer.
6253
6254         * gnus-art.el (gnus-with-article-buffer): Check that the
6255         gnus-article-buffer is alive.
6256
6257 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * auth-source.el (auth-source-creation-prompts): New variable to manage
6260         creation-time prompts.
6261         (auth-source-search): Document it.
6262         (auth-source-format-prompt): Add utility function.
6263         (auth-source-netrc-create): Don't default the user name to
6264         user-login-name.  Use `auth-source-creation-prompts' and some default
6265         prompts for user, host, port, and password (the default generic prompt
6266         remains ugly).
6267         (auth-source-never-save): Add customizable option to never save info.
6268         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6269         mode excursion.
6270
6271 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6274         argument that XEmacs doesn't support.
6275
6276         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6277         compiled for Emacsen having no `libxml-parse-html-region' support.
6278
6279         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6280
6281         * lpath.el: Bind buffer-save-without-query for XEmacs.
6282
6283 2011-02-23  Julien Danjou  <julien@danjou.info>
6284
6285         * gnus-art.el (article-make-date-line): Ignore errors if time is
6286         invalid and not convertible.
6287         (article-make-date-line): Only add lapsed time if time is not nil.
6288
6289 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6292         `read-char-choice' for backwards compatibility.
6293         (auth-source-netrc-element-or-first): New function to DTRT for
6294         parameter extraction.
6295         (auth-source-netrc-create): Use it and fix multiple parameter print
6296         bug.  Use the default passed from above (given-default) or the
6297         built-in (user-login-name for :user).
6298
6299 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-start.el (gnus-dribble-read-file):
6302         Set buffer-save-without-query, since we always want to save the dribble
6303         file, probably.
6304
6305         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6306         nnimap.
6307
6308         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6309         -summary- since it's a user-visible variable.
6310
6311         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6312         first time you use the new Gnus.
6313
6314 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6315
6316         * auth-source.el: Don't load netrc.el.
6317         (auth-sources): Search ~/.netrc as well by default.
6318         (auth-source-debug): Add 'trivia option for extra output.
6319         (auth-source-do-trivia): Use it.
6320         (auth-source-search): Simplify logic to use
6321         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6322         appropriate.  Don't keep a running count at this level.  Layer :create
6323         and :delete options appropriately on the first and second passes.
6324         Don't track the backend with the search results.
6325         (auth-source-search-backends): New function to search a list of
6326         backends for a processed spec.
6327         (auth-source-netrc-parse): Cache all netrc files, making
6328         auth-source-netrc-cache an alist keyed by the file name and using the
6329         file mtime as the caching criterion.  Keep the obfuscated data secret
6330         with a lexical bind.
6331         (auth-source-netrc-search): Don't calculate the length of the results
6332         unnecessarily.
6333         (auth-source-search-backends): Fix bug.
6334         (auth-source-netrc-create): Rework prompts.
6335
6336 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6337
6338         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6339         Lower case names of search constraints.
6340         (nnir-run-query): Cache and reuse search constraints for all imap
6341         servers.
6342
6343 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6346         after exit.
6347         (gnus-setup-message): Define missing variable from last checkin.
6348
6349         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6350         value, show the raw article.
6351
6352 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6353
6354         * gnus.el: No Gnus v0.13 is released.
6355
6356 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6357
6358         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6359         auth-source now accepts numbers.
6360
6361         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6362         spec, too.
6363         (auth-source-ensure-strings): New function.
6364
6365         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6366         (gnus-article-setup-buffer): Always restart the date timer so that user
6367         changes to the frequency is respected.
6368
6369         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6370         port numbers, so make sure it gets that if nnimap-server-port is
6371         explicit.
6372
6373 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6374
6375         * nnimap.el (nnimap-inbox): Doc fix.
6376
6377 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6378
6379         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6380         Autoload.  Add optional arg FRAME, and pass it to color-values.
6381         (color-complement): Caller changed.  Doc fix.
6382         (color-gradient): Rewrite for better clarity and efficiency.
6383
6384 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6385
6386         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6387         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6388         color-lab-to-srgb.
6389
6390 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6391
6392         * color.el: First part of merge from hexrgb.el.
6393         (color-rgb-to-hex): Rename from color-rgb->hex.
6394         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6395         saturation to zero if the value is too small.
6396         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6397         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6398         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6399         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6400         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6401         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6402         (color-cie-de2000): Doc fix.
6403
6404 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6405
6406         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6407         given method as in the group name if we're using an extended method.
6408         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6409         command, if we're using that, instead of waiting for the beginning.
6410
6411         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6412         we're sure to get unique server names, and we don't output two async
6413         commands in the same buffer.  This fixes an NNTP hang for some users.
6414
6415 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6416
6417         * gnus.el: No Gnus v0.11 is released.
6418
6419 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6422         summary buffer before reading going to the next buffer.  This avoids
6423         putting the point in the group buffer if you `C-g' the command.
6424
6425         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6426         cache (for now) to make ~/.authinfo.gpg files usable.
6427
6428         * nnfolder.el (copyright-update): Define for the compiler.
6429
6430         * auth-source.el (auth-source-search): Fix unbound variable.
6431
6432 2011-02-19  Glenn Morris  <rgm@gnu.org>
6433
6434         * gnus.el (gnus-meta): Doc fix.
6435
6436 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6437
6438         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6439         in case it's not yet loaded.
6440
6441 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6442
6443         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6444         line we're waiting for.
6445
6446 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6447
6448         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6449         face with line-width greater than zero will cause RET in gnus summary
6450         buffer to scroll down article page-wise because auto vscroll happens,
6451         it should be temporally disabled when doing a scroll-up.
6452
6453 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6454
6455         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6456         outputs from the server.
6457
6458 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6459
6460         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6461         later so that bbdb can hook in easier.
6462
6463 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6464
6465         * auth-source.el (auth-source-search): Don't try to create credentials
6466         if the caller doesn't want that.
6467         (auth-source-search): If we don't find a match, don't bug out on
6468         non-bound variables.
6469         (auth-source-search): Only ask a single backend to create the
6470         credentials.
6471
6472         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6473         logging.
6474         (nnimap-credentials): Protect against auth-source-search returning nil.
6475         (nnimap-request-list): Protect against not being able to open the
6476         server.
6477
6478 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6479
6480         * auth-source.el (auth-source-search): Do a two-phase search, one with
6481         no :create to get the responses from all backends.
6482
6483         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6484         when getting credentials.
6485
6486         * gnus-util.el (gnus-delete-duplicates): New function.
6487
6488 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6491         a creation default, pass the whole port list down.  It will be
6492         completed.
6493
6494         * auth-source.el (auth-source-search): Updated docs to talk about
6495         multiple creation choices.
6496         (auth-source-netrc-create): Accept a list as a value (from the search
6497         parameters) and do completion on that list.  Keep a separate netrc line
6498         with the password obscured for showing the user.
6499
6500         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6501         first choice to `auth-source-search' so it will be used for entry
6502         creation instead of the server's Gnus-specific name.
6503         (nnimap-credentials): Rely on the auth-source library to select which
6504         port is actually wanted in the new netrc entry, so don't override
6505         `auth-source-creation-defaults'.
6506
6507         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6508         :protocol and accept a missing user, host, or port as a wildcard match.
6509         (auth-source-debug): Default to off.
6510
6511         (auth-source-netrc-search, auth-source-netrc-create)
6512         (auth-source-secrets-search, auth-source-secrets-create)
6513         (auth-source-user-or-password, auth-source-backend, auth-sources)
6514         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6515         instead of :protocol.
6516
6517         * nnimap.el (nnimap-credentials): Pass a port default to
6518         `auth-source-search' in case an entry needs to be created.
6519         (nnimap-open-connection-1): Use :port instead of :protocol.
6520
6521 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * auth-source.el: Bind load-path when loading EIEIO from
6524         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6525         21.4 doesn't support, to `require'.
6526         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6527         delete-dups that is not available in XEmacs 21.4.
6528
6529 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6530
6531         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6532         as EIEIO must also be loaded when auth-source.el is being
6533         byte-compiled.
6534
6535 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6538
6539         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6540
6541         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6542
6543         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6544
6545         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6546
6547         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6548
6549         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6550
6551         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6552         necessary.
6553
6554 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6555
6556         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6557         nil means that nnimap doesn't get updated.
6558
6559 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6562         result when the user doesn't want to write to the file.
6563         (auth-source-netrc-search): Expect a synthetic result and proceed
6564         accordingly.
6565         (auth-source-cache-expiry): New variable to override
6566         `password-cache-expiry'.
6567         (auth-source-remember): Use it.
6568
6569         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6570         parameter.  Create entry if necessary by using :create t.
6571         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6572
6573 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6574
6575         * auth-source.el (auth-source-debug): Enable by default and don't
6576         mention the obsolete `auth-source-hide-passwords'.
6577         (auth-source-do-warn): New function to debug unconditionally.
6578         (auth-source-do-debug): Use it.
6579         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6580         and for Secrets API entries when the secrets.el library is not
6581         available.
6582
6583 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6586         (gnus-summary-exit): Kill the correct article buffer on exit from a
6587         `C-d' group.
6588
6589         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6590         gnus-propagate-marks.
6591
6592         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6593         before killing the buffers so that a non-full window conf gets handled
6594         correctly.
6595         (gnus-summary-exit): Ditto.
6596         (gnus-summary-read-group-1): Ditto.
6597
6598         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6599         async code again so that we can debug it properly.
6600
6601         * message.el (message-reply): Take an optional switch-buffer parameter
6602         so that Gnus window confs are respected better.
6603
6604 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6607         `plist-get' to accept non-list parameters (XEmacs issue).
6608         Fix docstring.
6609         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6610         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6611         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6612         Login collection is "Login" and not "login".
6613
6614 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6617         multiple headers.
6618
6619         * nnimap.el (nnimap-inhibit-logging): New variable.
6620         (nnimap-log-command): Don't log login commands.
6621
6622         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6623         to have more parameters.
6624
6625         * nnimap.el (nnimap-send-command): Mark the command time for each
6626         command, so that we don't get NOOPs stepping on our toes.
6627
6628         * gnus-art.el (article-date-ut): Get the date from the Date header on
6629         `t'.
6630
6631 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * auth-source.el (auth-source-search): Use copy-sequence instead of
6634         the cl.el copy-list.
6635
6636 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * imap.el: Bring it back (revert
6639         84d800cd31de3064f0ed39617d725709a2f8f42f).
6640
6641 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6642
6643         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6644         Improve prompt.
6645
6646 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6647
6648         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6649         washing status from the default format.  It isn't very informative.
6650
6651 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6652
6653         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6654         Fix Gcc processing on imap.
6655
6656 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * imap.el: Remove file.  All the functionality is in nnimap.el.
6659
6660 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * message.el (message-bury): Don't pop up a new window when selected
6663         window is dedicated.
6664
6665 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6666
6667         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6668
6669 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * sieve-manage.el: Autoload `auth-source-search'.
6672         (sieve-sasl-auth): Use it.
6673
6674 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * nnimap.el: Autoload `auth-source-forget+'.
6677         (nnimap-open-connection-1): Use it if the connection fails.
6678
6679         * auth-source.el: Require `password-cache'.
6680         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6681         obsolete.
6682         (auth-source-magic): Marker for `password-cache' keys.
6683         (auth-source-do-cache): Update docstring.
6684         (auth-source-search): Use and check cache.
6685         (auth-source-forget-all-cached, auth-source-remember)
6686         (auth-source-recall, auth-source-forget, auth-source-forget+)
6687         (auth-source-specmatchp): Caching support functions.
6688         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6689         Remove and obsolete.
6690         (auth-source-user-or-password): Remove caching to further discourage
6691         using it.  Always hide passwords.
6692
6693         * password-cache.el (password-cache-remove): Accept secrets that are
6694         not strings.
6695
6696 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6697
6698         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6699         code for now, since it doesn't work for all users.
6700
6701 2011-02-09  Julien Danjou  <julien@danjou.info>
6702
6703         * message.el (message-options): Make message-options really buffer
6704         local.
6705
6706 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * mail-source.el: Autoload `auth-source-search'.
6709         (mail-source-keyword-map): Note order matters.
6710         (mail-source-set-1): Get all the mail-source source values and
6711         defaults and search auth-source on those if needed.  This can all
6712         probably be simplified.
6713
6714         * nnimap.el: Autoload `auth-source-search'.
6715         (nnimap-credentials): Use it.
6716         (nnimap-open-connection-1): Ask for the virtual server and physical
6717         address in one shot.
6718
6719         * nntp.el: Autoload `auth-source-search'.
6720         (nntp-send-authinfo): Use it.  Note TODO.
6721
6722 2011-02-08  Julien Danjou  <julien@danjou.info>
6723
6724         * shr.el (shr-tag-body): Add support for text attribute in body
6725         markups.
6726
6727         * message.el (message-options): Make message-options a local variable.
6728
6729 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * auth-source.el (auth-source-secrets-search)
6732         (auth-source-user-or-password): Use `append' instead of `nconc'.
6733         (auth-source-user-or-password): Build return list better and protect
6734         against nil :secret.
6735
6736 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6737
6738         * nnimap.el (nnimap-update-info): Refactor slightly.
6739         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6740         (nnimap-update-info): Clean up slightly.
6741         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6742         characters.
6743         (nnimap-process-quirk): Rename function to avoid collision.
6744         (nnimap-update-info): Fix macrology bug-out.
6745         (nnimap-update-info): Simplify split history test.
6746
6747 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6748
6749         * auth-source.el (top): Require 'eieio unconditionally.
6750         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6751         (auth-source-secrets-search): Limit search when `max' is greater than
6752         number of results.
6753
6754 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6755
6756         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6757         part not returning any data.
6758
6759         * proto-stream.el (open-protocol-stream): Document the return value.
6760
6761 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * auth-source.el (auth-source-secrets-search): Add examples.
6764
6765 2011-02-06  Julien Danjou  <julien@danjou.info>
6766
6767         * message.el (message-setup-1): Handle message-generate-headers-first
6768         set to t.
6769
6770 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6773         API with a string "secrets:collection-name" and with 'default.
6774         (auth-source-backend-parse): Parse "secrets:collection-name" and
6775         'default.  Recurse on parses instead of repeating code.  Use the
6776         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6777         message when ignoring a source.
6778         (auth-source-search): List ignored search keys at the top level.
6779         (auth-source-netrc-create): Use `case' instead of `cond'.
6780         (auth-source-secrets-search): Created with TODOs.
6781         (auth-source-secrets-create): Created with TODOs.
6782         (auth-source-retrieve, auth-source-create, auth-source-delete)
6783         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6784         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6785         (auth-source-user-or-password-sftp)
6786         (auth-source-user-or-password-smtp): Remove.
6787         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6788         around `auth-source-search'.  Not tested thoroughly.
6789
6790 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * auth-source.el: Bring in assoc and eioeio libraries.
6793         (secrets-enabled): New variable to track the status of the Secrets API.
6794         (auth-source-backend): New EIOEIO class to represent a backend.
6795         (auth-source-creation-defaults): New variable to set prompt defaults
6796         during token creation (see the `auth-source-search' docstring for
6797         details).
6798         (auth-sources): Simplify to allow a simple string as a netrc backend
6799         spec.
6800         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6801         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6802         (auth-source-search): Main auth-source API entry point.
6803         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6804         (auth-source-search-collection): Helper function for searching.
6805         (auth-source-netrc-parse, auth-source-netrc-normalize)
6806         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6807         Supports search, create, and delete.
6808         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6809         backend stubs.
6810         (auth-source-user-or-password): Call `auth-source-search' but it's not
6811         ready yet.
6812
6813 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6814
6815         * message.el (message-setup-1): Remove the read-only stuff, since it
6816         doesn't work under XEmacs, for some reason.
6817
6818         * gnus-sum.el (gnus-user-date): Rename back from
6819         gnus-summary-user-date since user code refers to it.
6820
6821         * shr.el (shr-render-td): Store the actual background color used.
6822
6823         * message.el (message-setup-1): Don't bind the constant
6824         -forbidden-properties.
6825         (message-setup-1): Revert previous change, since it needs to bind the
6826         props to insert them.
6827         (message-resend): Allow removing the read-only separator line.
6828
6829 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6830
6831         * nnimap.el (nnimap-request-accept-article): Give an error message if
6832         the APPEND wasn't successful.
6833
6834 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6835
6836         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6837         that have no groups.
6838
6839 2011-02-03  Julien Danjou  <julien@danjou.info>
6840
6841         * gnus-draft.el: Remove progn around gnus-draft-setup.
6842
6843 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-start.el (gnus-read-active-for-groups): This function is never
6846         called with a nil `infos', so clean that up.
6847         (gnus-get-unread-articles): Request active files from primary/secondary
6848         methods that have no groups (yet).
6849
6850 2011-02-03  Julien Danjou  <julien@danjou.info>
6851
6852         * message.el (message-setup-1): Always generate References first.
6853         (message-mail): Return the return value of message-setup, not always t.
6854         (message-setup-1): Insert mail-header-separator with read-only and
6855         intangible properties set.
6856
6857         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6858         user-date in docstring.
6859
6860         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6861
6862         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6863         docstring.
6864
6865         * gnus.el (gnus-user-date-format-alist): Change default value.
6866         Use defcustom, with type and group.  Move from gnus-util.el.
6867         Rename to gnus-summary-user-date-format-alist.
6868
6869 2011-02-03  Glenn Morris  <rgm@gnu.org>
6870
6871         * nnimap.el (gnus-fetch-headers): Declare.
6872
6873         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6874
6875 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6876
6877         * message.el (message-forward-make-body-digest-plain)
6878         (message-followup, message-reply): Clean up things noted by Stefan.
6879
6880         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6881         gnus-article-update-date-headers is nil.
6882         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6883         it didn't really work with defcustom.
6884         (article-update-date-lapsed): Make sure the window start doesn't move,
6885         either.
6886
6887 2011-02-01  Julien Danjou  <julien@danjou.info>
6888
6889         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6890         format.
6891
6892         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6893         standard in Emacs nowadays.
6894
6895         * color.el (color-gradient): Add a color-gradient function.
6896
6897 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * message.el (message-expand-name): Don't trust the return value of
6900         bbdb-complete-name.
6901         (message-check-news-header-syntax): Remove unused var `start'.
6902         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6903         (message-inhibit-body-encoding): Move to before first use.
6904         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6905         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6906         (Organization, Message-ID, Date, mh-previous-window-config):
6907         Defvar the vars using dynamic scoping.
6908
6909 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6910
6911         * shr.el (shr-render-td): Only do colors at the final rendering.
6912         Should be slightly faster.
6913         (shr-insert-table): Fix up TD background colors when doing the
6914         vertical padding.
6915
6916         * gnus-art.el (article-date-ut): Protect against articles with no Date
6917         header.
6918         (article-update-date-lapsed): Don't use current-column to find the
6919         horizontal position.  It's fragile in the presence of \003 characters.
6920
6921         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6922
6923 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus-art.el (article-transform-date): Rewrite to still work when
6926         there are several rfc2822 parts.
6927         (article-transform-date): Fix infinite recursion.
6928         (article-date-ut): Replace infinitely many Date headers with a single
6929         one when called interactively.
6930
6931         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6932         secure manner.
6933
6934         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6935         move around by not using save-window-excursion.  It seems to work...
6936
6937 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-art.el (article-make-date-line): Work for user-defined format.
6940
6941 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6942
6943         * nntp.el (nntp-retrieve-group-data-early)
6944         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6945         fetching functions.
6946
6947         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6948         thoroughly for all backends that have no known groups.  This should
6949         allow new nnml methods to retrieve mail.
6950
6951         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6952         that Gnus doesn't know exists again.
6953
6954         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6955         (gnus-treat-date-ut): Ditto.
6956         (gnus-article-update-date-header): Rename.
6957         (gnus-treat-date-local): Remove.
6958         (gnus-treat-date-english): Remove.
6959         (gnus-treat-date-lapsed): Remove.
6960         (gnus-treat-date-combined-lapsed): Remove.
6961         (gnus-treat-date-original): Remove.
6962         (gnus-treat-date-iso8601): Remove.
6963         (gnus-treat-date-user-defined): Remove.
6964         (gnus-article-date-headers): New variable to control all the date
6965         header options.
6966         (article-date-ut): Rewrite to allow using the new way to format date
6967         headers(s).
6968
6969 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6970
6971         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6972         method.
6973         (nnmail-article-group): A better test for fanciness.
6974
6975         * nnimap.el (nnimap-request-head): Protect against not finding the
6976         article by Message-ID.
6977
6978 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6979
6980         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6981         keep point at the "same place".
6982
6983 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6984
6985         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6986         data if the group is inactive.
6987
6988 2011-01-28  Julien Danjou  <julien@danjou.info>
6989
6990         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6991         (gnus-all-windows-visible-p): Remove old compatibility code.
6992         (gnus-window-top-edge): Add docstring.
6993
6994         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6995
6996 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6999         older request-update-info.
7000
7001         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7002
7003 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7004
7005         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7006         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7007
7008 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7011         groups.  This makes the nndraft:queue group pop up if it's not already
7012         there.
7013
7014         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7015         messages" logic, which was reversed.
7016
7017         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7018         the "same place" even if point is on the line being replaced.
7019         (article-update-date-lapsed): Allow updating both the combined lapsed
7020         and the lapsed headers.
7021         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7022         (article-make-date-line): Limit the number of segments dynamically to
7023         avoid too-long lines.
7024
7025 2011-01-27  Julien Danjou  <julien@danjou.info>
7026
7027         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7028         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7029
7030 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7033         Use plist-get instead of the cl function getf.
7034
7035 2011-01-27  Glenn Morris  <rgm@gnu.org>
7036
7037         * gnus-util.el (float-time): Get rid of compiler warning, again.
7038
7039 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7040
7041         * shr.el (shr-put-color): Special-case background colors: Do put them
7042         at the blank parts at the front of the lines.
7043
7044         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7045         exit hook to nix out all data on readedness on group exit.
7046
7047         * gnus-util.el (float-time): If float-time is bound, always use it on
7048         all Emacsen.  It's unclear why the subrp check was there.
7049         (time-date): Require to make some autoload issues on XEmacs go away.
7050
7051         * shr.el (shr-put-color): Don't do the box padding in tables, since
7052         they're already padded.
7053
7054 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-art.el (gnus-article-next-page): When the last line of the
7057         article is displayed, scroll down once more instead of going to the
7058         next article at once.
7059         (article-lapsed-string): Refactor out and allow specifying how many
7060         segments you want.
7061         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7062         (gnus-article-update-lapsed-header): New variable.
7063
7064         * shr.el: Revert change that made headings use different-sized faces.
7065         The Emacs display engine isn't advanced enough that, for instance,
7066         tables can comfortably use differently-sized faces.
7067
7068 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7069
7070         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7071         used.
7072         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7073         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7074         we're using an encrypted connection.
7075
7076         * proto-stream.el: Alter the interface functions to also return the
7077         actual stream type used: network or tls.
7078
7079 2011-01-25  Julien Danjou  <julien@danjou.info>
7080
7081         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7082         (mm-display-javascript-inline): New function.
7083
7084         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7085         viewing function.
7086
7087 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * shr.el (shr-expand-newlines): Fix variable name.
7090
7091 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7092
7093         * shr.el (shr-expand-newlines): Make nested boxes work.
7094
7095 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7096
7097         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7098         backgrounds.
7099         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7100         in a more sensible manner.
7101
7102 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7105         if EPG is loaded.
7106
7107 2011-01-24  Julien Danjou  <julien@danjou.info>
7108
7109         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7110         tags.
7111
7112 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7113
7114         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7115         commands.
7116
7117         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7118         in the article buffer.
7119         (gnus-gravatar-insert): Use blank space from the current buffer to
7120         avoid breaking text properties.  This makes X-Sent updating work again.
7121
7122         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7123
7124 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7125
7126         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7127         fix the bug in url-http.el instead.
7128
7129         * shr.el (shr-image-fetched): Ditto.
7130
7131         * shr.el (shr-image-fetched): Avoid having point move in the article
7132         buffer.
7133
7134         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7135         buffer after being called.  It's apparently being killed by url.el, and
7136         killing it made point move to end-of-buffer in a random buffer.
7137
7138         * shr.el (shr-image-fetched): Ditto.
7139
7140 2011-01-23  Julien Danjou  <julien@danjou.info>
7141
7142         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7143
7144         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7145         text/x-org.
7146
7147 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7148
7149         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7150         (i.e., nnimap) returning nil as the article number.
7151
7152 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7153
7154         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7155         "DelSp" parameter in RFC3676.
7156
7157 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7158
7159         * message.el (message-check-recipients): Display the encoded version of
7160         the bogus address if they differ.
7161
7162         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7163         after sending.
7164
7165         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7166
7167         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7168
7169         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7170         group buffer after sending the queue.
7171
7172         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7173
7174 2011-01-22  Julien Danjou  <julien@danjou.info>
7175
7176         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7177
7178 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7179
7180         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7181         nested related parts.
7182
7183         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7184         unexpired articles.  This fixes the regression that led expiry marks to
7185         disappear from nnfolder groups.
7186
7187 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7190         Don't confuse the "ret" of "retrograde" with RET.
7191
7192 2011-01-21  Julien Danjou  <julien@danjou.info>
7193
7194         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7195         than mm-insert-inline.
7196
7197 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7200         Widen article buffer.
7201
7202 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7203
7204         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7205         the temp buffer.
7206         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7207
7208 2011-01-20  Julien Danjou  <julien@danjou.info>
7209
7210         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7211
7212         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7213         than mm-insert-inline to insert inline part: this respect
7214         mm-inline-media-tests displayers.
7215
7216         * mm-view.el (mm-display-shell-script-inline): New function.
7217
7218         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7219
7220         * mm-uu.el (mm-uu-type-alist): Add org block.
7221         (mm-uu-org-src-code-block-extract): New function.
7222
7223         * mm-view.el (mm-display-org-inline): New function.
7224
7225         * mm-decode.el (mm-automatic-display): Add text/org.
7226
7227         * mailcap.el (mailcap-mime-extensions): Add .org.
7228
7229 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7232         gnus-article-add-buttons.
7233
7234 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7235
7236         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7237         From header with a date and "nobody" as the sender.
7238
7239 2011-01-19  Julien Danjou  <julien@danjou.info>
7240
7241         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7242         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7243         if you have the same regexp several times.
7244         (gnus-button-push): Fix matching when regexp is symbol.
7245
7246 2011-01-15  Glenn Morris  <rgm@gnu.org>
7247
7248         * message.el (message-mail): A compose-mail function should
7249         accept headers as strings.
7250
7251 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7252
7253         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7254         Add :vert-only tags.
7255         (message-mail): New arg RETURN-ACTION.
7256         (message-return-action): New var.
7257         (message-bury): Use it.
7258         (message-mode): Make it buffer-local.
7259         (message-send-and-exit): Always call message-bury.
7260
7261         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7262         message-mail.
7263
7264 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * nnimap.el (nnimap-convert-partial-article): Protect against
7267         zero-length body parts.
7268
7269         * mm-decode.el (mm-preferred-alternative-precedence):
7270         Discourage showing empty parts.
7271
7272         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7273         and stuff if the backend didn't return the article number.  This fixes
7274         an Exchange-related nnimap bug.
7275
7276         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7277         group window, because it does the wrong thing when a separate frame
7278         displays the group buffer.
7279
7280         * proto-stream.el (open-protocol-stream): Protect against the low-level
7281         transport functions returning nil.
7282
7283 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7284
7285         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7286         (mml2015-epg-find-usable-secret-key): New function.
7287         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7288         mml2015-epg-find-usable-key (Bug#7797).
7289         (mml2015-epg-encrypt): Ditto.
7290
7291 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * dgnushack.el (rot13-string): Fix the way to get the argument.
7294
7295 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7298
7299 2011-01-03  Glenn Morris  <rgm@gnu.org>
7300
7301         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7302
7303         * sieve.el (sieve-open-server): Give a more explicit error if
7304         sieve-manage-open returns nil.  (Bug#7720)
7305
7306 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7307
7308         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7309
7310 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7313         This avoids sending passwords in plain text over non-encrypted
7314         channels.
7315
7316         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7317
7318         * nnimap.el (nnimap-login): Refactored out into own function, and
7319         implement CRAM-MD5.
7320         (nnimap-wait-for-line): Refactored out.
7321
7322         * mm-view.el (mml-smime): Require.
7323
7324 2010-12-20  David Engster  <deng@eml.cc>
7325
7326         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7327         use EPG to decrypt S/MIME messages instead of openssl.
7328
7329 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7332
7333         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7334         status is the group clearly is unreachable.
7335
7336         * auth-source.el (auth-source-create): Add the optional second
7337         parameter to `local-variable-p' to be compatible with XEmacs.
7338
7339 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7340
7341         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7342         work when using a compressed nnml folder.
7343
7344 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7347         backends after sanitising on entry, because this never makes sense:
7348         If the articles have gone missing, then the data no longer exists on
7349         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7350         overwrite anything anyway.
7351
7352         * shr.el (shr-insert-document): Bind shr-width dynamically to
7353         window-width if it's nil.
7354
7355 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7356
7357         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7358         with the meaning of using the full emacs window width for rendering.
7359
7360 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7361
7362         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7363         case when sender is not given.
7364
7365 2010-12-23  Julien Danjou  <julien@danjou.info>
7366
7367         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7368         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7369         the addresses, otherwise we might misplaced the gravatar.
7370
7371 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7372
7373         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7374         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7375         obsolete in Emacs.
7376
7377 2010-12-20  Julien Danjou  <julien@danjou.info>
7378
7379         * gnus-util.el (gnus-rescale-image): Revert last change.
7380
7381 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7382
7383         * binhex.el: Improve commentary (Bug#7482).
7384
7385 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-group.el (gnus-group-delete-articles): New command.
7388
7389 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7390
7391         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7392
7393 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7396         here, since it's up to the backends to do CRLF removal if their
7397         protocol has it.
7398
7399         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7400
7401 2010-12-17  Julien Danjou  <julien@danjou.info>
7402
7403         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7404         they are from file.  Can also scale up.
7405
7406 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7407
7408         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7409         Restore gnus-use-agent.
7410         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7411
7412         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7413
7414 2010-12-17  Julien Danjou  <julien@danjou.info>
7415
7416         * gravatar.el (gravatar-retrieve-synchronously): New function.
7417         (gravatar-get-data): Make more robust.
7418
7419 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7422
7423 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7426         to really consider the last line.
7427
7428 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7429
7430         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7431         list of recipient keys, or use symmetric encryption if not a list.
7432         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7433         EPA override, replacing the call to `netrc-store-data'.
7434
7435 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7436
7437         * gnus-srvr.el: Avoid passing nil regexp argument to
7438         delete-matching-lines.
7439
7440 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7443         fetching stops when Gnus exits.
7444
7445         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7446         function.
7447         (nnfolder-request-expire-articles): Save all the buffers after doing
7448         expiry.
7449
7450         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7451         the last article", since that led to serious performance regressions
7452         when expiring nnml groups.
7453
7454 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7455
7456         * nnir.el: Improve customizations.
7457
7458 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459
7460         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7461
7462         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7463         group has been killed.
7464         (gnus-group-yank-group): Ditto.
7465
7466         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7467
7468         * nnimap.el (nnimap-request-update-group-status): New function.
7469
7470         * gnus-int.el (gnus-request-update-group-status): New interface
7471         function.
7472
7473         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7474         copying read-ness to the backends.
7475
7476         * nnimap.el (nnimap-quirk): New function.
7477         (nnimap-retrieve-group-data-early): Use it.
7478         (nnimap-quirks): New alist.
7479
7480 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7483         don't delete it within indentation.
7484
7485 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7488         previous line.
7489
7490 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7493         QRESYNC command by deleting a superfluous space which broke Cyrus
7494         servers.  This change will break other servers that are buggy the other
7495         way around.
7496
7497 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7498
7499         * spam.el: Reindent and fix long lines.
7500         (spam-copy-or-move-routine): Exclude invalid move destinations.
7501
7502 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7503
7504         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7505         installed the registry.
7506
7507 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7510
7511 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7512
7513         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7514         groupname doesn't contain "gmane".
7515
7516 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7519         and netrc-bound-and-true-p bindings.
7520         (netrc-parse): Cache the netrc contents.
7521
7522         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7523         (gnus-1): Don't create the nndrafts group twice.
7524         (gnus-setup-news): There's no need to read the active file here, since
7525         that's done again later on a per-backend basis.
7526         (gnus-start-draft-setup): Make sure that the new group is started out
7527         empty.
7528
7529         * gnus-agent.el (gnus-agentize): Don't create the queue group
7530         automatically on startup.  It'll be created later, if needed.
7531
7532         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7533         of automatically subscribed groups.
7534         (gnus-auto-subscribed-categories): New variable.
7535         (gnus-matches-options-n): Use it.
7536         (gnus-default-subscribed-newsgroups): Remove unused variable.
7537         (gnus-start-draft-setup): Message a bit less.
7538
7539 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7540
7541         * nnir.el (nnir-run-imap): Return article list in order of increasing
7542         UID.
7543
7544 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * gnus-sum.el (gnus-summary-enter-digest-group):
7547         Mention gnus-auto-select-on-ephemeral-exit.
7548
7549         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7550         convention of the network-only option.
7551
7552 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * proto-stream.el (proto-stream-open-network-only): New function to
7555         have a way to specify non-STARTTLS upgrade connections.
7556
7557 2010-12-10  Julien Danjou  <julien@danjou.info>
7558
7559         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7560         email address is nil.
7561
7562         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7563
7564 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7565
7566         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7567         deletion.
7568         (nnir-run-imap): Only need to parse list once.
7569
7570 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * shr.el (shr-tag-script): Ignore <script>.
7573         (shr-tag-label): Add <label> support.
7574
7575 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7578
7579         * shr.el (shr-image-displayer): Work for images lined side by side.
7580
7581 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7582
7583         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7584         parameter, since XEmacs doesn't accept t as a parameter.
7585
7586 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7587
7588         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7589         ids.
7590         (nnir-run-gmane): Simplify groupspec formatting.
7591         (nnir-request-expire-articles): New function.
7592
7593 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7596         overflow, possibly.
7597
7598         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7599         (shr-render-td): Handle td style="" better.
7600         (shr-tag-table): Use the color from the style sheet.
7601         (shr-render-td): Make sure we copy over all the overlays, too.
7602
7603 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7604
7605         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7606         (nnir-request-article): Improve article retrieval.
7607
7608 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-extra-numeric-entities): New variable.
7611
7612         * mm-url.el (mm-url-decode-entities):
7613         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7614
7615         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7616
7617 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7618
7619         * message.el: Use completion-at-point.
7620         (message-completion-function): New fun, extracted from message-tab.
7621         (message-mode): Use it for completion-at-point-functions.
7622         (message-tab): Use it and completion-at-point.
7623
7624 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7627         character if a non-breakable character follows.
7628
7629 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7632         any stream.
7633
7634         * shr.el (shr-tag-font): Colorize the region.
7635         (shr-tag-body): Ditto.
7636         (shr-tag-font): Actually let the styles be inherited instead of
7637         overwriting them.
7638         (shr-tag-font): Get the background color right.
7639         (shr-tag-style): Ignore all <style> tags for the moment.
7640
7641         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7642         a Message-ID to avoid having nnimap depend on gnus-sum.
7643
7644         * shr.el (shr-descend): Only colorize something if we have a node that
7645         sets colors.
7646
7647 2010-12-06  Julien Danjou  <julien@danjou.info>
7648
7649         * shr.el (shr-render-td): Render td content with shr-descend, so style
7650         will be applied to <td> too.
7651         (shr-colorize-region): Colorize region even if we only have a background.
7652         (shr-tag-body): Fix color and background color inheritance.
7653         Do not recolorize after shr-generic.
7654         (shr-tag-font): Let shr-generic colorize via inheritance.
7655
7656 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7659
7660 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7661
7662         * nnir.el (nnir-request-move-article): Remove obsolete code.
7663
7664 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7667
7668 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-sum.el (gnus-summary-respool-article): The completion function
7671         expects a list instead of an alist.
7672
7673         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7674         string as the parameter.
7675
7676         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7677
7678         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7679         styles.
7680         (shr-colorize-region): New function.
7681         (shr-insert-background-overlay): Remove.
7682         (shr-render-td): Background setting should be taken care of on a higher
7683         level.
7684         (shr-tag-body): Use post-hoc colorizations.
7685         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7686         (shr-put-color-1): Don't overwrite old colors.
7687         (shr-colorize-region): When the background color isn't explicit, use
7688         a fixed background.
7689
7690         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7691         nnmail variables.
7692
7693 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7694
7695         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7696         unless necessary.
7697
7698 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7699
7700         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7701         server.
7702
7703 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7706         so that TAB works.
7707
7708         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7709         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7710
7711         * shr.el (shr-urlify): Show the URL before the title to avoid
7712         misleading URLs.
7713
7714 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7715
7716         * shr.el (shr-urlify): Display the title in <a> tags.
7717
7718 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7719
7720         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7721
7722 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7723
7724         * nnir.el: Rearrange code to allow macros to be autoloaded by
7725         gnus-sum.el.
7726         (nnir-retrieve-headers-override-function): Make this variable
7727         customizable.
7728         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7729
7730         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7731         from nnir.el.
7732
7733 2010-12-03  Julien Danjou  <julien@danjou.info>
7734
7735         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7736
7737 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7740         allow optional argument `environment'.
7741
7742 2010-12-03  Glenn Morris  <rgm@gnu.org>
7743
7744         * mm-extern.el (message-goto-body): Update declaration.
7745
7746 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * gnus-util.el (gnus-macroexpand-all): New function.
7749
7750         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7751         instead of macroexpand-all that is unavailable in XEmacs.
7752
7753 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7754
7755         * nnir.el (nnir-summary-line-format): New variable.
7756         (nnir-mode): Use it.
7757         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7758         (nnir-article-ids): Reimplement as defsubst.
7759         (nnir-retrieve-headers): Don't mangle the subject header.
7760         (nnir-run-imap): Use 100 as RSV score.
7761         (nnir-run-find-grep): Fix for full server searching.
7762         (nnir-run-gmane): Better restriction to gmane groups.
7763
7764         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7765         summary buffers.
7766
7767 2010-12-02  Julien Danjou  <julien@danjou.info>
7768
7769         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7770
7771         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7772
7773         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7774         support.
7775
7776 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7777
7778         * nnir.el: Update to handle the registry better.
7779         (autoload): Silence byte-compiler.
7780         (nnir-open-server): Add a hook for nnir groups.
7781         (nnir-request-move-article): Don't mangle the header.  Better to use
7782         formatting variables (which will be added in the future).
7783         (nnir-registry-action): Update the registry using the original article
7784         group name.
7785         (nnir-mode): Install nnir-specific hooks for updating the registry.
7786
7787         * gnus-sum.el
7788         (gnus-article-original-subject, gnus-newsgroup-original-name):
7789         Remove obsolete variables.
7790         (gnus-summary-move-article): Remove use of obsolete variables.
7791         (gnus-summary-local-variables): Make move and delete hooks local to
7792         summary buffers.
7793
7794 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * rtree.el: New file.
7797
7798 2010-12-01  Julien Danjou  <julien@danjou.info>
7799
7800         * message.el (message-user-organization): Do not use
7801         gnus-local-organization.
7802
7803         * gnus.el: Remove gnus-local-organization.
7804
7805         * gnus-msg.el: Remove nastygram thing.
7806
7807 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7810         funcall.
7811
7812 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7815         names.
7816
7817         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7818         characters.
7819
7820         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7821         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7822         Suggested by Štěpán Němec <stepnem@gmail.com>.
7823         (gnus-gravatar-transform-address): Use mail-extract-address-components
7824         that supports non-ASCII names rather than mail-header-parse-addresses.
7825
7826 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * proto-stream.el (open-protocol-stream): All starttls connections are
7829         handled by the network handler.
7830
7831 2010-11-30  Julien Danjou  <julien@danjou.info>
7832
7833         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7834         (nnimap-open-connection-1): Fix PREAUTH.
7835
7836         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7837
7838 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7841         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7842         (shr-insert): Use them.
7843         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7844
7845 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7846
7847         * nnir.el (nnir-request-move-article): Bail out if original group
7848         doesn't support article moves.
7849         (nnir-get-active): Improve active list retrieval.
7850
7851 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7852
7853         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7854
7855 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7856
7857         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7858         seem to accept strings-with-numbers as port numbers.
7859
7860 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7861
7862         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7863         change the registry.
7864
7865 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7868         delete-dups that is not available in XEmacs 21.4.
7869
7870         * mm-util.el (mm-delete-duplicates): Add comment.
7871
7872 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7873
7874         * nnir.el (nnir-ignored-newsgroups): New variable.
7875         (nnir-get-active): Use it.
7876
7877 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * proto-stream.el (proto-stream-open-network): Add some comments.
7880
7881         * nntp.el (nntp-open-connection): Provide a :success condition.
7882
7883         * nnimap.el (nnimap-open-connection-1): Ditto.
7884
7885         * proto-stream.el (proto-stream-open-network): See what the response to
7886         the STARTTLS command is.
7887
7888         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7889         backwards compatibility).
7890         (nnimap-open-connection-1): Really respect nnimap-server-port.
7891
7892         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7893         TLS upgrades we don't really care about the identity of the peer.
7894         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7895         that what we've checked for.
7896         (proto-stream-always-use-starttls): Only default to t if
7897         open-gnutls-stream exists.
7898         (proto-stream-open-network): If STARTTLS failed, then just open a
7899         normal connection.
7900         (proto-stream-open-network): Wait until the greeting before doing
7901         STARTTLS.
7902
7903         * nntp.el (nntp-open-connection): Report what the connection error is.
7904
7905         * proto-stream.el (open-protocol-stream): Rename from
7906         open-proto-stream.
7907
7908 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7909
7910         * nnimap.el (nnimap-stream): Change default to `undecided'.
7911         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7912         first, and then network.
7913         (nnimap-open-connection-1): Respect nnimap-server-port.
7914         (nnimap-open-connection): Be more backwards-compatible.
7915
7916         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7917         (proto-stream-open-starttls): De-duplicate the starttls code.
7918         (proto-stream-open-starttls): Folded back into the main function.
7919         (proto-stream-open-network): Fix typo in the gnutls path.
7920         (proto-stream-command): Refactor out.
7921
7922         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7923
7924         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7925         starttls.el STARTTLS.
7926
7927         * color.el (color-lab->srgb): Fix function call name.
7928
7929         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7930         if we're using tls.el.
7931         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7932         built in, then don't try to establish a STARTTLS connection.
7933
7934         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7935         servers.
7936
7937         * proto-stream.el (open-proto-stream): Use network, not stream.
7938         (open-proto-stream): Add a way to specify what the end of a command is.
7939
7940         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7941         connections types.
7942         (nntp-open-network-stream): Remove.
7943         (nntp-open-ssl-stream): Remove.
7944         (nntp-open-tls-stream): Remove.
7945         (nntp-ssl-program): Remove.
7946
7947         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7948
7949 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7950
7951         * nnir.el: Fix typos.
7952         (nnir-retrieve-headers-override-function): Rename variable to reflect
7953         new semantics.
7954         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7955         macros.
7956         (nnir-request-article, nnir-request-move-article): Use them.
7957         (nnir-categorize): New function.
7958         (nnir-run-query): Use it.
7959         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7960         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7961         sorted.
7962         (nnir-group-full-name): Use gnus-group-full-name instead.
7963         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7964         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7965
7966 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7969
7970         * proto-stream.el: New library to provide protocol-specific
7971         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7972         protocols.
7973         (open-proto-stream): Complete the documentation.
7974         (proto-stream-open-network): Fix some typos.
7975
7976         * nnimap.el (nnimap-open-connection): Use it.
7977
7978 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7979
7980         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7981         negotiation.
7982
7983 2010-11-26  Julien Danjou  <julien@danjou.info>
7984
7985         * color.el: Rename various rgb functions to srgb.
7986
7987 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7990         names.
7991
7992 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * shr.el (shr-insert): Revert last change.
7995         (shr-find-fill-point): Never leave point being at bol;
7996         relax the kinsoku limitation when rendering tables.
7997
7998 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8001         results from -accept-article.
8002
8003         * shr-color.el: Require cl when compiling.
8004
8005         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8006         checkin.
8007
8008         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8009
8010         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8011
8012         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8013         'add and 'delete to set backend marks.
8014
8015         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8016
8017         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8018
8019         * nntp.el (nntp-request-set-mark): Use it.
8020
8021         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8022
8023         * nnml.el (nnml-request-set-mark): Ditto.
8024
8025         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8026         introduces regressions in article selection.
8027         (nnimap-find-uid-response): New function.
8028         (nnimap-request-accept-article): Use the UID returned, if any.
8029         (nnimap-request-move-article): Use the UID returned, if any.
8030         (nnimap-get-groups): Reimplement to work with folded lines.
8031         (nnimap-find-uid-response): The UID is the last element in the list.
8032         (nnimap-request-set-mark): Extend syntax with 'set.
8033
8034         * nnml.el (nnml-request-set-mark): Ditto.
8035
8036         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8037
8038         * nntp.el (nntp-request-set-mark): Ditto.
8039
8040 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * message.el (message-called-interactively-p): A temporary macro.
8043         (message-goto-body): Use it temporarily.
8044
8045 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8048         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8049         (nnimap-last-response-string): Fix last unfolding fix.
8050
8051 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * shr.el (shr-insert): Fix the way to fold lines.
8054
8055 2010-11-25  Julien Danjou  <julien@danjou.info>
8056
8057         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8058
8059         * color.el: Rename from color-lab.el
8060         (color-rgb->hex): Add.
8061         (color-complement): Add.
8062         (color-complement-hex): Add.
8063
8064         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8065
8066 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * shr-color.el (shr-color-visible): Don't bug out if the color names
8069         don't exist.
8070
8071 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8074         assuming that article displaying or another mml-preview may be
8075         interrupted for an error or for the like.
8076
8077         * shr.el (shr-get-background): Fix argument name.
8078
8079 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8082
8083         * gnus-sum.el (gnus-summary-include-articles): New function.
8084
8085         * message.el (message-goto-body): called-interactively-p needs a
8086         parameter, so use `any'.
8087
8088         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8089         clear marks before moving, since they're synced from the Gnus side
8090         first.
8091
8092         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8093         (gnus-summary-move-article): Copy over all marks before moving, so that
8094         IMAP doesn't think a new article has arrived.
8095
8096 2010-11-24  Julien Danjou  <julien@danjou.info>
8097
8098         * shr.el (shr-insert-background-overlay): Fix typo.
8099         (shr-render-td): Copy the background before rendering.
8100
8101         * shr-color.el (shr-color-visible): Fix docstring.
8102
8103         * shr.el (shr-tag-table): Add bgcolor support.
8104         (shr-render-td): Add bgcolor support.
8105         (shr-get-background): Add.
8106         (shr-insert-foreground-overlay): Use shr-get-background.
8107
8108         * message.el (message-goto-body): Use called-interactively-p.
8109         (message-in-body-p): message-goto-body returns point.
8110
8111 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8114         Fixes something or other in Emacs 23, and is backwards compatible.
8115
8116         * message.el (message-goto-body): Remove the <#secure special-casing,
8117         which is too special.
8118
8119         * shr.el (shr-parse-style): Drop !important from styles.
8120
8121 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8122
8123         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8124         this function to return incorrect results when calling it with an
8125         explicit article argument different from
8126         (gnus-summary-article-number).
8127
8128 2010-11-24  Julien Danjou  <julien@danjou.info>
8129
8130         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8131         (shr-tag-body): Add background support.
8132         (shr-descend): Add background support.
8133         (shr-tag-title): Add.
8134
8135         * shr-color.el (shr-color-visible): Really return original background
8136         if fixed.
8137
8138 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * shr.el (shr-color-check): Protect against non-existent color names.
8141
8142 2010-11-24  Julien Danjou  <julien@danjou.info>
8143
8144         * color-lab.el: Require 'cl when compiling.
8145
8146         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8147
8148         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8149         matched part.
8150
8151         * color-lab.el: Fix all expt calls to use float type.
8152
8153 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8156         expression to shr-color-check as is.
8157
8158         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8159
8160         * color-lab.el: Add coding cookie.
8161         (float-pi): Use eval-and-compile.
8162
8163         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8164         compiled for Emacsen having no `libxml-parse-html-region' support.
8165
8166 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * shr.el (shr-insert-color-overlay): Split stuff like
8169         "#444444 !important" to find the real color.
8170         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8171         parse <font color="red"> entries.
8172
8173 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8174
8175         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8176         point when parsing headers.
8177
8178         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8179         is positioned properly when parsing headers.
8180
8181 2010-11-23  Julien Danjou  <julien@danjou.info>
8182
8183         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8184
8185         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8186
8187         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8188
8189         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8190         Use shr-color-hue-to-rgb.
8191         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8192
8193 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * shr.el (shr-color->hexadecimal): Autoload.
8196         (shr-descend): Add color to all tags.
8197
8198 2010-11-22  Julien Danjou  <julien@danjou.info>
8199
8200         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8201         shr-color->hexadecimal.
8202
8203         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8204         RGB() or HSL() color representation.
8205
8206         * shr.el (shr-tag-font): Add.
8207         (shr-tag-color-check): New function to get better colors.
8208         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8209         tag-span.
8210
8211         * shr-color.el: New file.
8212
8213         * color-lab.el: New file.
8214
8215         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8216
8217 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8218
8219         * nnir.el: Fix typo in comments.
8220         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8221         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8222
8223 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8226
8227         * nnimap.el (nnimap-get-capabilities): Refactor out.
8228         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8229
8230 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8231
8232         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8233         appearing when `mm-uu-hide-markers' is nil.
8234
8235 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * nnimap.el (nnimap-unselect-group): Make into its own function.
8238         (nnimap-request-rename-group): Unselect group before renaming.
8239         This had gotten lost somewhere.
8240         (nnimap-request-accept-article): Keep track of examined groups, and
8241         unselect the group before APPENDing to read-only groups.
8242         (nnimap-request-move-article): Clear flags before moving so that they
8243         can be re-set later.
8244
8245 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8248         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8249
8250 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-art.el (gnus-mime-display-single):
8253         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8254         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8255         parameter.
8256
8257 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8260         (shr-table-vertical-line): New variable.
8261         (shr-insert-table): Use it.
8262
8263 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-html.el (gnus-html-wash-images): Don't display images if
8266         gnus-inhibit-images is non-nil; register displayer for cid images.
8267         (gnus-html-display-image): Work for cid image.
8268         (gnus-html-insert-image): Allow arguments.
8269         (gnus-html-put-image): Inhibit read-only.
8270         (gnus-html-prefetch-images): Don't prefetch images if
8271         gnus-inhibit-images is non-nil.
8272
8273 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * shr.el (shr-put-image): Break lines when inserting big pictures.
8276
8277 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8278
8279         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8280         sender, thanks Katsumi Yamaoka.
8281
8282 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8283
8284         * nnir.el (nnir-run-imap): Reverse the article list for each group
8285         rather than the whole list.
8286
8287 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * shr.el (shr-image-displayer): Protect function against non-existent
8290         image source.
8291
8292         * gnus-art.el (gnus-inhibit-images): New user option.
8293         (gnus-mime-display-single): Don't display image if it is non-nil.
8294
8295         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8296         gnus-inhibit-images.
8297
8298         * shr.el (shr-image-displayer): New function.
8299         (shr-tag-img): Use it.
8300
8301 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8302
8303         * mml2015.el (mml2015-epg-sign): Use From header.
8304
8305 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8308
8309         * gnus-util.el (gnus-find-text-property-region): Return markers.
8310
8311         * shr.el (shr-tag-img): Put a displayer in the text property.
8312
8313         * gnus-util.el (gnus-find-text-property-region): New utility function.
8314
8315         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8316         (gnus-html-show-images): Remove.
8317
8318         * gnus-art.el (gnus-article-show-images): New, more general function.
8319
8320         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8321         image url text properties.
8322
8323         * shr.el: Ditto.
8324
8325         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8326         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8327
8328 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8331         work for two or more articles.
8332
8333 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8336         divide an image that's in an html article to two or more when washing
8337         non-ASCII characters in alt text of it.
8338
8339 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8342         smime-decrypt-region using function argument.
8343         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8344
8345         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8346
8347         * smime.el (smime-decrypt-region): Catch it.
8348
8349 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8350
8351         * smime.el (smime-mode-map): Move initialization into declaration.
8352         (gnus-run-mode-hooks): Don't autoload.
8353         (smime-mode): Use define-derived-mode.
8354
8355 2010-11-11  Glenn Morris  <rgm@gnu.org>
8356
8357         * smime.el (from): Restrict declaration to XEmacs.
8358
8359         * nnir.el (gnus-group-topic-name): Autoload.
8360
8361 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * shr.el (shr-insert): Don't break long line if it is because of
8364         kinsoku-bol characters in the line end.
8365
8366 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8367
8368         * nnir.el (nnir-request-move-article): Fix to provide original group
8369         and subject.
8370         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8371         been retrieved.
8372
8373         * gnus-sum.el (gnus-summary-move-article): Use original group and
8374         subject for virtual articles such as those in an nnir summary buffer.
8375
8376 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8379         least 21.5).
8380
8381         * smime.el (from): Declare it again for XEmacs.
8382
8383 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384
8385         * message.el (message-resend): Don't disable encoding unless it's
8386         already encoded.
8387
8388         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8389         low-numbered articles.
8390
8391 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * rfc2047.el (rfc2047-syntax-table): Simplify.
8394
8395         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8396
8397         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8398         set-char-table-range for XEmacs.
8399
8400 2010-11-10  Glenn Morris  <rgm@gnu.org>
8401
8402         * time-date.el (time-to-seconds): Always an alias on Emacs,
8403         never a real function.
8404         (with-no-warnings): Remove compat stub, now unused.
8405         (time-less-p): Doc fix.
8406         (time-to-number-of-days): Simplify.
8407
8408         * smime.el (from): Remove unused declaration.
8409
8410         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8411         (gnus-float-time): On Emacs, always an alias.
8412
8413         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8414         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8415
8416 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * dgnushack.el: Don't use ignore-errors in the top level form since it
8419         is unavailable in XEmacs even if cl is loaded.
8420
8421         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8422
8423 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * shr.el (browse-url-mailto): Autoload.
8426
8427         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8428
8429         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8430         regexp doesn't need quoting.
8431
8432 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8433
8434         * message.el (message-subject-trailing-was-ask-regexp)
8435         (message-subject-trailing-was-regexp): Match was: in addition to was.
8436
8437 2010-11-09  Glenn Morris  <rgm@gnu.org>
8438
8439         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8440         (nnbabyl-check-mbox): Use point-at-bol.
8441
8442 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8445
8446         * message.el (message-mailto): New function.
8447         (message-mailto): Should accept other parameters.
8448         (message-mailto): Remove since it duplicates browse-url-mailto
8449         functionality.
8450
8451 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8454         methods.
8455         (gnus-read-active-file): Ditto.
8456
8457         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8458         ": " from the prompt.
8459         (gnus-group-make-group): Ditto.
8460
8461 2010-11-07  Glenn Morris  <rgm@gnu.org>
8462
8463         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8464         (gnus-bookmark-kill-line): Use point-at-eol.
8465
8466 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8469         asterisks in From header.
8470
8471 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8474         string to avoid making the From headers syntactically invalid.
8475
8476         * message.el (message-send-mail): Don't insert courtesy messages if the
8477         message already has List-Post and List-ID messages.
8478
8479 2010-11-06  Glenn Morris  <rgm@gnu.org>
8480
8481         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8482         `condition', `type', `length' a prefix.
8483         (gnus-treat-predicate): Update for above name changes.
8484
8485 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8486
8487         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8488         binding.  Handled by `gnus-summary-refer-thread' instead.
8489         (nnir-warp-to-article): New backend function.
8490
8491         * nnimap.el (nnimap-request-thread): Force dependency updating.
8492
8493         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8494         (gnus-summary-refer-thread): Rework to improve thread-referral.
8495
8496         * gnus-int.el (gnus-warp-to-article): New function.
8497
8498         * gnus-sum.el (gnus-summary-article-map): Bind it.
8499
8500 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8501
8502         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8503         gnus-summary-refer-thread.
8504
8505         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8506         headers.
8507         (gnus-summary-limit-include-thread): Prevent articles in thread from
8508         being cut in gnus-cut-threads.
8509         (gnus-summary-refer-thread): Limit retrieved headers to those in
8510         thread.
8511
8512 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * message.el (message-send-mail): Use the value of
8515         message-courtesy-message from the message buffer.
8516
8517         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8518
8519         * shr.el (shr-browse-url): Implement mailto: URLs.
8520
8521         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8522         "raw".
8523
8524         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8525         if it's already selected.
8526
8527         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8528
8529 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8532         to measure the length and truncate alt text.
8533
8534 2010-11-03  Glenn Morris  <rgm@gnu.org>
8535
8536         * nndiary.el (nndiary-generate-nov-databases-1)
8537         (nndiary-generate-active-info): Rename dynamic variable `files' to
8538         something less generic.
8539
8540 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8541
8542         * nnir.el (nnir-request-move-article): Call the underlying backend to
8543         move articles from nnir.
8544
8545 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8548
8549 2010-11-02  Julien Danjou  <julien@danjou.info>
8550
8551         * nnir.el: Remove wais support.
8552
8553 2010-11-02  Glenn Morris  <rgm@gnu.org>
8554
8555         * gnus-html.el: Reorder requirements to quieten compiler.
8556
8557 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8560         properly for XEmacs as well.
8561         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8562         (gnus-article-natural-long-line-p): Use window-width rather than
8563         frame-width.
8564
8565 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8566
8567         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8568         (nnir-read-parms): Don't modify query.
8569         (nnir-run-query): Add ability to search topic on current line.
8570         (nnir-get-active): Clean up.
8571
8572 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573
8574         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8575         degenerate articles.
8576
8577         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8578         (gnus-print-buffer): Just print the buffer as is, without any copying
8579         to a buffer and then re-highlighting.
8580
8581         * nnimap.el (nnimap-request-group): Store the new updated info.
8582         (nnimap-request-group): Select the group when we don't know whether it
8583         exists or not.
8584
8585         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8586         groups.
8587
8588         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8589         groups.
8590
8591         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8592         groups.
8593
8594         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8595         long-lines case by only filling the long lines.
8596
8597         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8598         (bug#7311).
8599
8600 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * shr.el: No need to declare `declare-function' since shr.el is for
8603         only Emacsen that provide `libxml-parse-html-region'.
8604
8605         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8606         effective only in a file it is referred to.
8607
8608 2010-11-01  Glenn Morris  <rgm@gnu.org>
8609
8610         * mm-util.el (gnus-completing-read): Autoload.
8611         (mm-read-coding-system): Simplify Emacs definition.
8612
8613         * nnmail.el (gnus-activate-group):
8614         * nnimap.el (gnutls-negotiate):
8615         * nntp.el (netrc-parse): Fix declarations.
8616
8617 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8620         string-match-p in Emacs >=23.
8621
8622         * gnus-msg.el (gnus-configure-posting-styles):
8623         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8624
8625 2010-11-01  Glenn Morris  <rgm@gnu.org>
8626
8627         * nnir.el (declare-function): Add compat stub.
8628         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8629         (nnir-run-gmane): Require 'mm-url.
8630
8631         * mm-util.el (mm-string-to-multibyte): Simplify.
8632
8633         * shr.el (declare-function): Add compat stub.
8634         (url-cache-create-filename): Declare.
8635         (mm-disable-multibyte, widget-convert-button): Autoload.
8636
8637         * smime.el (ldap-search): Declare.
8638         (smime-cert-by-ldap-1): Require ldap on Emacs.
8639
8640         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8641         (nnimap-keepalive): Use gnus-float-time.
8642
8643         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8644         (mail-source-delete-crash-box): Use gnus-float-time.
8645
8646         * gnus-dired.el (gnus-completing-read): Autoload.
8647
8648         * mm-view.el (gnus-rescale-image): Autoload.
8649
8650         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8651
8652         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8653
8654         * sieve-manage.el: Require 'cl when compiling.
8655
8656         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8657         (gnus-iswitchb-completing-read): Require iswitchb.
8658         (gnus-select-frame-set-input-focus): Silence compiler.
8659
8660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * message.el (message-subject-trailing-was-query): Change default to t,
8663         since I think that's what most people want.
8664
8665         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8666         appending for easier debugging.
8667         (nnimap-wait-for-connection): Take a regexp.
8668         (nnimap-request-accept-article): Wait for the continuation line before
8669         sending anything unless we're streaming.
8670
8671         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8672         leave the header washing to take place.
8673
8674 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8675
8676         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8677         regular expression match and replace in posting styles.
8678
8679 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8680
8681         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8682         an entire server.
8683         (nnir-get-active): New function.
8684         (nnir-run-imap): Use it.
8685         (nnir-run-gmane): Who knew, gmane search returns an article score!
8686
8687         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8688         server on the current line with nnir.
8689
8690 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8693         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8694         left edge.
8695         (gnus-article-foldable-buffer): Skip past the prefix when determining
8696         raggedness.
8697
8698         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8699         the raw article, and change `C-u g' to show the article without doing
8700         treatments.
8701
8702         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8703         on to `gnus-treat-article'.
8704         (gnus-inhibit-article-treatments): New variable.
8705
8706         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8707
8708         * gnus-art.el (gnus-treatment-function-alist): Have
8709         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8710         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8711         sections.
8712
8713         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8714         parameter.
8715         (gnus-article-fill-cited-long-lines): New function.
8716         (gnus-article-fill-cited-article): Allow filling only long sections.
8717
8718         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8719         and non-punctuation (like after the apostrophe in "'We").
8720
8721         * gnus-sum.el (gnus-summary-select-article): Make sure
8722         gnus-original-article-buffer is alive.
8723
8724         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8725         reflect the order they're in in the digest.
8726
8727         * gnus.el (gnus-group-startup-message): Move point to the start of the
8728         buffer.
8729
8730         * nnimap.el (nnimap-capability): New function.
8731         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8732         is set.
8733
8734 2010-10-31  David Engster  <dengste@eml.cc>
8735
8736         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8737         conform with changes to gnus-completing-read.
8738
8739 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8742
8743 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8744
8745         * nnir.el: Move defvar, defcustom around to keep file organized
8746         and keep byte-compiler quiet.
8747         (nnir-read-parms): Accept search-engine as arg.
8748         (nnir-run-query): Pass search-engine as arg.
8749         (nnir-search-engine): Remove.
8750
8751 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * shr.el (shr-generic): The text nodes should be text, not :text.
8754
8755         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8756         later in the file.
8757
8758 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8759
8760         * nnir.el: General clean up.  Allow searching with multiple engines.
8761         Allow separate extra-parameters for each engine.
8762         Batch queries when possible.
8763         (nnir-imap-default-search-key, nnir-method-default-engines):
8764         Add customize interface.
8765         (nnir-run-gmane): New engine.
8766         (nnir-engines): Use it.  Qualify all prompts with engine name.
8767         (nnir-search-engine): Remove global variable.
8768         (nnir-run-hyrex): Restore for now.
8769         (nnir-extra-parms, nnir-search-history): New variables.
8770         (gnus-group-make-nnir-group): Use them.
8771         (nnir-group-server): Remove in favor of gnus-group-server.
8772         (nnir-request-group): Avoid searching twice.
8773         (nnir-sort-groups-by-server): New function.
8774
8775 2010-10-30  Julien Danjou  <julien@danjou.info>
8776
8777         * gnus-group.el: Remove gnus-group-fetch-control.
8778
8779         * gnus-start.el (gnus-find-new-newsgroups):
8780         Remove gnus-check-first-time-used.
8781
8782         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8783
8784 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8785
8786         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8787         set on groups that don't have \* permanentflags.
8788
8789 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8792         control the background color.
8793         (shr-tag-img): Ignore very small web bug type images.
8794         (shr-put-image): Add help-echo alt texts to the images.
8795         (shr-tag-video): Show the video poster image.
8796
8797 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * shr.el (shr-table-depth): New variable.
8800         (shr-tag-table-1): Only insert the images after the top-level table.
8801
8802         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8803
8804         * gnus-util.el (gnus-list-memq-of-list): New function.
8805
8806         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8807         selected.
8808         (nnimap-unsplittable-articles): New slot.
8809         (nnimap-new-articles): Use it.
8810
8811 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8812
8813         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8814         move to the previous line on `M-g'.
8815
8816 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8819         *-request-group, which seems unnecessary.
8820
8821         * nnimap.el (nnimap-quote-specials): Function copied over from
8822         imap.el.
8823         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8824         they support that.  Suggested by Tom Regner.
8825
8826 2010-10-29  Julien Danjou  <julien@danjou.info>
8827
8828         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8829         defalias.
8830         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8831
8832         * gnus.el: Remove `gnus-nntp-service' variable.
8833         (gnus-secondary-servers): Make obsolete.
8834         (gnus-nntp-server): Make obsolete.
8835
8836         * gnus-start.el (gnus-1): Remove x-splash calls.
8837
8838         * gnus-ems.el (gnus-x-splash): Remove.
8839
8840         * gnus.el (gnus-group-startup-message): Simplify/update code.
8841
8842         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8843         definition.
8844
8845         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8846         capability before doing anything.
8847         (gnus-group-insert-group-line): Remove useless
8848         gnus-group-remove-excess-properties.
8849
8850 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8853
8854 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8857         config after reselecting.
8858
8859 2010-10-28  Julien Danjou  <julien@danjou.info>
8860
8861         * shr.el (shr-put-image): Use point even if only inserting text.
8862         (shr-put-image): Save excursion when inserting alt text on non-graphic
8863         display, so the behavior is the same when we are on a graphic display.
8864
8865         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8866
8867 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8870         (gnus-mime-copy-part): Check coding system, not charset.
8871         (gnus-mime-view-part-externally): Never remove part.
8872         (gnus-mime-view-part-internally): Don't remove part here.
8873         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8874         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8875         multipart/alternative.
8876
8877         * mm-decode.el (mm-display-part): Take optional arg `force'.
8878
8879 2010-10-26  Julien Danjou  <julien@danjou.info>
8880
8881         * gnus-group.el (gnus-group-default-list-level): Add this function to
8882         compute the default list level.
8883         (gnus-group-default-list-level): Add possibility to use a function.
8884
8885 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8888
8889         * gnus-group.el (gnus-group-completing-read)
8890         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8891         gnus-replace-in-string.
8892
8893 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * shr.el (shr-tag-div): Add.
8896
8897         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8898
8899 2010-10-25  Julien Danjou  <julien@danjou.info>
8900
8901         * gnus-util.el: Remove `gnus-with-local-quit'.
8902
8903         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8904
8905 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8908         the original article buffer.
8909
8910 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * nnimap.el (nnimap-request-head): New function.
8913         (nnimap-request-move-article): Try to be slightly faster by not
8914         requesting the entire message when moving.
8915         (nnimap-transform-headers): Don't bug out on bodiless articles.
8916         (nnimap-send-command): Have no outstanding messages if the IMAP server
8917         doesn't support streaming.
8918         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8919
8920 2010-10-24  Julien Danjou  <julien@danjou.info>
8921
8922         * message.el (message-default-headers): Fix type.
8923
8924 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8927         prefetching images.
8928
8929         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8930         backend for unknown groups.  This is mainly useful for nnimap groups.
8931
8932         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8933         group isn't covered by the agent.
8934
8935 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8936
8937         * nnir.el (nnir-method-default-engines): New variable.
8938         (nnir-run-query): Use it.
8939         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8940         (gnus-summary-nnir-goto-thread): Change group if needed.
8941
8942         * gnus-group.el (gnus-group-group-map): Add key binding for
8943         gnus-group-make-nnir-group.
8944
8945 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * shr.el (shr-tag-object): Add.
8948
8949         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8950         original article buffer live.
8951         (gnus-summary-select-article-buffer):
8952         Mention gnus-widen-article-buffer.
8953
8954 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * shr.el (shr-tag-strong): Add.
8957
8958 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8961         group names.  They mess up the group buffer badly.
8962
8963         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8964
8965         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8966         instead of the summary one.
8967
8968 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * mml.el (mml-preview): Work properly when editing article.
8971
8972         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8973         gnus-have-read-active-file if it's already been in.
8974
8975 2010-10-22  Tom Tromey  <tromey@redhat.com>
8976
8977         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8978         gnus-group-completing-read.
8979
8980 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * message.el (message-mode-map): Don't bind M-; to comment region, to
8983         allow the global comment-dwim to work.
8984
8985 2010-10-21  Julien Danjou  <julien@danjou.info>
8986
8987         * message.el (message-setup-1): Allow message-default-headers to be a
8988         function.
8989
8990 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * shr.el (shr-tag-table): Simplify.
8993
8994 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8997         to avoid trying to snarf invalid stuff.
8998
8999         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9000
9001         * gnus.el (gnus-message-archive-group): Quote value.
9002         (gnus-message-archive-group): Mark as changed.
9003
9004         * shr.el (shr-add-font): Don't put the font properties on the newline
9005         or the indentation.
9006
9007         * message.el (message-fix-before-sending): Change options when sending
9008         non-printable characters.
9009
9010         * gnus.el (gnus-message-archive-method): Change the default to
9011         monthly outgoing groups.
9012
9013         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9014         that have gotten new numbers.
9015
9016         * nnimap.el (nnimap-request-replace-article): New function.
9017
9018 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9021         (nnrss-request-article): Don't use special html washing code.
9022
9023 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * shr.el (shr-tag-table): Remove useless nconc.
9026
9027 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-art.el (article-wash-html): Simplify and remove the charset
9030         stuff.  Use the normal html rendering code instead of the special html
9031         washing code.
9032
9033         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9034         `gnus-w3m' symbols.
9035         (mm-text-html-washer-alist): Remove.
9036
9037         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9038         (mm-inline-media-tests): Remove use.
9039         (mm-text-html-renderer): Change default to the `shr' symbol.
9040
9041         * mm-view.el (mm-inline-text-html): Remove use.
9042
9043         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9044         `gnus-blocked-images' to be a function.
9045         (gnus-article-wash-function): Remove.
9046
9047 2010-10-20  Julien Danjou  <julien@danjou.info>
9048
9049         * spam.el (spam-list-of-processors): Mark as obsolete.
9050
9051         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9052         (nnimap-insert-partial-structure): Fix boundary detection.
9053
9054 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9055
9056         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9057         run file-truename on remote files.  This can be expensive and even
9058         prevent one from editing drafts if some unrelated buffer has a stale
9059         connection.
9060
9061 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9064         kinsoku-eol regardless of shr-kinsoku-shorten.
9065         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9066         (shr-tag-table): Support caption, thead, and tfoot.
9067
9068 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9071         lines.
9072         (shr-save-contents): New command and keystroke.
9073
9074         * nndoc.el (nndoc-type-alist): Add git support.
9075         (nndoc-git-type-p): New function.
9076         (nndoc-transform-git-article): Ditto.
9077         (nndoc-transform-git-headers): Ditto.
9078         (nndoc-transform-git-headers): Generate Subject headers.
9079
9080         * shr.el (shr-parse-style): New function.
9081         (shr-tag-span): Ditto.
9082
9083         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9084         to `G G' to avoid collisions.
9085
9086 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * shr.el: Load kinsoku if necessary.
9089         (shr-kinsoku-shorten): New internal variable.
9090         (shr-find-fill-point): Make kinsoku shorten text line if
9091         shr-kinsoku-shorten is bound to non-nil.
9092         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9093         shr-indentation too when testing if table is wider than frame width.
9094         (shr-insert-table): Use `string-width' instead of `length' to measure
9095         text width.
9096         (shr-insert-table-ruler): Make sure indentation is done at bol.
9097
9098 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9099
9100         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9101         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9102         undecoded network data.
9103
9104 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9107         name in the mode line spec so that the mode line menu works
9108         (bug#2431).
9109
9110         * message.el (message-get-reply-headers): If we're fed `to-address',
9111         then always use that.
9112
9113         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9114         aren't so wide as to need to switch off the edit menu.
9115
9116         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9117         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9118
9119         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9120         `M-g'.
9121         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9122         the permanent marks.
9123
9124 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9125
9126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9127         Splitting according to references/in-reply-to obeys the ignore-groups
9128         variable, while splitting by sender and subject do not.
9129
9130 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9133         alist, so that we can look for non-Unicode chars.
9134         (article-translate-strings): Allow both character and string maps.
9135
9136 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * shr.el (shr-insert): Don't insert space behind a wide character
9139         categorized as kinsoku-bol, or between characters both categorized as
9140         nospace.
9141
9142 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9143
9144         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9145         headers to gnus-newsgroup-headers.
9146
9147 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * shr.el (shr-tag-img): Don't align images -- since we're not
9150         rescaling, this often leads to ugly displays.
9151
9152 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9153
9154         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9155         duplicates.
9156
9157 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9158
9159         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9160         call.
9161
9162 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus.el: Autoload gnus-html-show-images.
9165
9166         * nnimap.el: Use nnheader-message throughout.
9167
9168         * shr.el (shr-tag-img): Ignore images with no data.
9169
9170 2010-10-15  Julien Danjou  <julien@danjou.info>
9171
9172         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9173         a possibility to disable format=flow encoding when using hard newlines.
9174
9175 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * shr.el (shr-insert): Remove space inserted before or after a
9178         breakable character or at the beginning or the end of a line.
9179         (shr-find-fill-point): Do kinsoku; find the second best point or give
9180         it up if there's no breakable point.
9181
9182 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * nnimap.el (nnimap-open-connection): Message when opening connection
9185         for debugging purposes.
9186
9187         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9188         on every setup buffer call to allow this to change from article to
9189         article.
9190
9191         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9192         buffers where we have a wide table.
9193
9194 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9195
9196         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9197         uses *-request-thread.
9198
9199 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9202         incantation, which is no longer valid.
9203
9204 2010-10-14  Julien Danjou  <julien@danjou.info>
9205
9206         * shr.el: Fix defcustom type (char -> character).
9207
9208 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9211         programs.
9212
9213 2010-10-14  Julien Danjou  <julien@danjou.info>
9214
9215         * shr.el (shr-tag-a): Use url-link as widget type.
9216
9217         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9218         `gnus-group-get-icon'.
9219
9220 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9223         This should make server editing work better.
9224
9225         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9226
9227         * tls.el (tls-program): Remove spurious %s from openssl.
9228
9229         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9230         (nnimap-parse-flags): Fix regexp.
9231
9232         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9233         probably work for CJVK text, too.
9234
9235         * nnimap.el (nnimap-extend-tls-programs): Remove.
9236         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9237
9238         * tls.el (tls-starttls-switches): Remove starttls hack.
9239         (open-tls-stream): Ditto.
9240         (tls-find-starttls-argument): Ditto.
9241
9242 2010-10-13  Julien Danjou  <julien@danjou.info>
9243
9244         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9245         responses.
9246
9247 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9250
9251         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9252         anything in Emacs.
9253
9254         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9255
9256 2010-10-13  Julien Danjou  <julien@danjou.info>
9257
9258         * shr.el (shr-width): Make shr-width a defcustom with default to
9259         fill-column.
9260         (shr-tag-img): Use shr-width rather than fill-column.
9261
9262 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * dgnushack.el (byte-optimize-apply):
9265         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9266
9267         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9268         position when (X-)Faces exist.
9269         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9270         avatars when called interactively.
9271
9272 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9275         gnus-article-x-face-too-ugly is bound.
9276
9277 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9278
9279         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9280
9281         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9282         mailbox that doesn't exist.
9283
9284 2010-10-12  Julien Danjou  <julien@danjou.info>
9285
9286         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9287         (shr-get-image-data): Encode URL properly when fetching from cache.
9288         (shr-tag-img): Use aligned-to spaces to align correctly images.
9289
9290         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9291         before inserting the Gravatar.
9292
9293         * shr.el (shr-tag-img): Add align attribute support for <img>.
9294
9295 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * gnus-gravatar.el (gnus-art): Require.
9298
9299         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9300         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9301         Remove long obsoleted functions.
9302
9303 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9306
9307         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9308
9309         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9310         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9311         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9312         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9313         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9314         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9315         * sieve-manage.el, smime.el, spam.el:
9316         Fix comment for declare-function.
9317
9318 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * nnimap.el (nnimap-request-rename-group): Select group read-only
9321         before renaming it.
9322
9323         * shr.el (shr-insert): Fix up the white space only regexp.
9324
9325         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9326         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9327
9328         * shr.el (shr-current-column): New function.
9329         (shr-find-fill-point): New function.
9330
9331 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9332
9333         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9334         numbers.
9335
9336 2010-10-11  Julien Danjou  <julien@danjou.info>
9337
9338         * shr.el (shr-hr-line): Add.
9339         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9340         display hr lines.
9341         (shr-max-columns): Do not change state to nil if we just inserting
9342         spaces.
9343
9344 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9347         select the last group.
9348
9349 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9350
9351         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9352
9353 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9354
9355         * dig.el (dig-mode-map): Declare and define in one step.
9356
9357 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9360         for Gnus.
9361         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9362         (nnimap-update-qresync-info): Mark \Seen articles as read.
9363
9364         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9365         non-variable, too.
9366
9367         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9368         available.
9369         (nnimap-update-info): Rely more on the current active than the param
9370         active to avoid marking articles as read too much.
9371
9372         * auth-source.el (auth-source-create): Use (user-login-name) for the
9373         user name default.
9374
9375         * nnimap.el (nnimap-update-info): If the server doesn't return any
9376         useful info, just use the previous info.
9377         (nnimap-update-info): Prefer old info over start-article.
9378         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9379
9380 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9381
9382         * nnir.el (autoload): Clean up autoloads.
9383         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9384         Use key rather than value.
9385         (nnir-imap-search-other): New variable.
9386         (nnir-read-parm): Use it.
9387         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9388         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9389
9390 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9391
9392         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9393         the process, too.
9394
9395 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * spam.el (gnus-summary-mode-map): Bind to "$".
9398         Suggested by Russ Allbery.
9399
9400         * shr.el: Rework the way things are indented by <li> slightly.
9401
9402         * gnus.el (gnus-group-set-parameter): Fix typo.
9403
9404         * nnimap.el: Start implementing QRESYNC support.
9405
9406 2010-10-09  Julien Danjou  <julien@danjou.info>
9407
9408         * nnir.el (nnir-engines): Fix too many arguments.
9409
9410 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9413         group is the "last", so that the backends like nnfolder actually save
9414         their folders.
9415
9416         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9417         try to use that for the tls stream.
9418         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9419         UIDVALIDITY and find out which groups are read-only and not.
9420         (nnimap-get-flags): Use the same marks parsing code as the rest of
9421         nnimap.
9422
9423 2010-10-09  Julien Danjou  <julien@danjou.info>
9424
9425         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9426
9427         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9428         retrieving gravatars.
9429
9430         * shr.el (shr-table-corner): Add.
9431         (shr-table-line): Add.
9432         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9433
9434 2010-10-08  Julien Danjou  <julien@danjou.info>
9435
9436         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9437
9438 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9441
9442         * gnus-sum.el (gnus-mark-article-as-unread)
9443         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9444         (gnus-summary-set-bookmark): Use it.
9445
9446         * gnus-msg.el (gnus-setup-message): Use it.
9447
9448         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9449
9450         * gnus.el (gnus-group-remove-parameter): Use it.
9451
9452         * gnus-group.el (gnus-group-make-web-group): Use it.
9453
9454         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9455
9456         * nnregistry.el: Update docs to mention manual.
9457
9458         * gnus-registry.el: Update docs to mention nnregistry.el.
9459         (gnus-registry-initialize): Don't install nnregistry refer method
9460         automatically.
9461         (gnus-registry-install-nnregistry): Remove it.
9462
9463 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * shr.el (shr-insert): Don't insert double spaces.
9466
9467 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-gravatar.el (gnus-treat-from-gravatar)
9470         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9471         called interactively.
9472
9473         * gnus-art.el (gnus-mime-view-part-externally)
9474         (gnus-mime-view-part-internally): Make predicate function passed to
9475         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9476         of a mime type.
9477
9478         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9479
9480 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * shr.el (require): Require cl when compiling.
9483         (shr-tag-hr): New function.
9484
9485         * nnimap.el (nnimap-update-info): Remove double setting of high.
9486         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9487         This makes nnimap work properly on Courier again.
9488
9489         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9490         the variable for backwards compatibility.
9491
9492         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9493         the file name before using to avoid setting mm-default-directory to
9494         nil.
9495
9496         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9497         bidning gnus-agent variables.
9498
9499         * shr.el (shr-render-td): Use a cache for the table rendering function
9500         to avoid getting an exponential rendering behavior in nested tables.
9501         (shr-insert): Rework the line-breaking algorithm.
9502         (shr-insert): Don't leave trailing spaces.
9503         (shr-insert-table): Also insert empty TDs.
9504         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9505
9506 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9507
9508         * gnus-sum.el (gnus-number): Rename from `number'.
9509         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9510         (gnus-summary-limit-children): Update uses correspondingly.
9511
9512 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9515         (gnus-gravatar-transform-address): Don't show avatars of people of
9516         which mail addresses match gnus-gravatar-too-ugly.
9517
9518 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * shr.el (shr-table-widths): Expand TD elements to fill available
9521         space.
9522
9523 2010-10-07  Julien Danjou  <julien@danjou.info>
9524
9525         * nnimap.el (nnimap-request-rename-group): Add this method.
9526
9527 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9530         name from XEmacs' function-arglist.
9531
9532         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9533         gravatar under XEmacs.
9534
9535 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9536
9537         * auth-source.el: Update docs with TODO items.
9538
9539         * gnus-sync.el: Update docs to explain state and plans.
9540
9541         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9542         Hooks for mark updates.
9543         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9544
9545         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9546         hooks with arguments, which is needed for mark update hooks.
9547
9548 2010-10-06  Julien Danjou  <julien@danjou.info>
9549
9550         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9551         was matched.
9552
9553         * sieve-manage.el: Update example in `Commentary'.
9554
9555         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9556
9557         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9558         not 2000.
9559         (sieve-manage-authenticate): Re-add function.
9560
9561 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * shr.el (shr-insert): Get 'space transition right.
9564         (shr-render-td): Only delete space at the end of the TD.
9565
9566         * nnimap.el (nnimap-open-connection): Prepare to support
9567         open-gnutls-stream.
9568
9569         * shr.el: Rearrange function order to be more logical.
9570
9571 2010-10-06  Julien Danjou  <julien@danjou.info>
9572
9573         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9574         (nnrss-discover-feed): Remove 404 URL in docstring.
9575
9576         * nnir.el: Fix Swish-E URL.
9577         Fix Namazu URL.
9578
9579         * message.el (message-change-subject): Remove 404 URL in a comment.
9580
9581 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9584         called interactively.
9585
9586         * gnus-util.el (gnus-remove-if): Allow hash table.
9587         (gnus-remove-if-not): New function.
9588
9589         * gnus-art.el (gnus-mime-view-part-as-type):
9590         * gnus-score.el (gnus-summary-score-effect):
9591         * gnus-sum.el (gnus-read-move-group-name):
9592         Replace remove-if-not with gnus-remove-if-not.
9593
9594         * gnus-group.el (gnus-group-completing-read):
9595         Regard collection as a hash table if it is not a list.
9596
9597 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9600
9601         * shr.el: Document the table-rendering algorithm.
9602
9603 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9606         for Emacsen having no `libxml-parse-html-region' support.
9607
9608 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9611         invalid URLs.
9612
9613         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9614         line-broken.
9615         (shr-tag-img): Ignore image fetching errors.
9616         (shr-overlays-in-region): Compute overlay positions correctly.
9617
9618         * mm-decode.el (mm-shr): Require shr.
9619
9620         * gnus-art.el (gnus-blocked-images): Move variable here.
9621
9622         * shr.el (shr-insert-table): Bind free variable.
9623
9624         * mm-decode.el (mm-shr): Bind shr-content-function.
9625
9626         * shr.el (shr-content-function): New variable.
9627
9628         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9629         added for symmetry.
9630
9631         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9632
9633         * gnus-group.el (gnus-group-make-group): Doc fix.
9634
9635         * nnimap.el (nnimap-request-newgroups): Return success.
9636
9637         * shr.el (shr-find-elements): New function.
9638         (shr-tag-table): Put all the images after the table.
9639         (shr-tag-table): Really inhibit images inside the table.
9640         (shr-collect-overlays): Copy over overlays from the TD elements to the
9641         main document.
9642
9643         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9644         gnus-blocked-images.
9645
9646 2010-10-05  Julien Danjou  <julien@danjou.info>
9647
9648         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9649
9650         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9651         (gnus-html-maximum-image-size): Add this function.
9652         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9653
9654         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9655         server-value of the capability is nil.
9656
9657 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * shr.el (shr-tag-em): Add <EM> tag.
9660
9661 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9662
9663         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9664         customizable.
9665
9666         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9667         handing broken links to browse-url.
9668
9669 2010-10-05  Julien Danjou  <julien@danjou.info>
9670
9671         * gnus-util.el (gnus-emacs-completing-read)
9672         (gnus-iswitchb-completing-read): Use autoload rather than require.
9673
9674 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9677         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9678         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9679         iswitchb-temp-buflist for XEmacs.
9680
9681         * gnus-util.el (gnus-completing-read-function): Exclude
9682         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9683         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9684         XEmacs.
9685
9686         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9687         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9688
9689         * gnus-html.el: Don't require help-fns under XEmacs.
9690         (gnus-html-schedule-image-fetching): Work for XEmacs.
9691
9692         * mm-decode.el (mm-shr): Decode contents by charset.
9693
9694 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9697         unknown.
9698
9699         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9700         (shr-get-image-data): Ensure against the cache file missing.
9701
9702         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9703         for data.
9704
9705         * spam-report.el (spam-report-url-ping-plain): Don't query about
9706         killing the process.
9707
9708         * shr.el (shr-render-td): Protect against too-wide text.
9709
9710 2010-10-04  Julien Danjou  <julien@danjou.info>
9711
9712         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9713         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9714
9715         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9716         retrieved.
9717
9718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * shr.el (browse-url): Require.
9721         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9722         lines.
9723         (shr-show-alt-text, shr-browse-image): New commands.
9724         (shr-browse-url, shr-copy-url): New commands.
9725
9726         * gnus-sum.el (gnus-widen-article-window): New variable.
9727         (gnus-summary-select-article-buffer): Use it.
9728
9729         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9730         without @ signs.
9731
9732 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9733
9734         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9735
9736 2010-10-04  Julien Danjou  <julien@danjou.info>
9737
9738         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9739         for XEmacs.
9740
9741 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742
9743         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9744
9745         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9746         (nnimap-close-server): Implement.
9747
9748         * dgnushack.el (iswitchb): Require to shut up the compiler.
9749
9750         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9751         (shr-insert): Tweak line breaking.
9752         (shr-insert): Handle <pre> better.
9753         (shr-tag-li): Get <li> indentation right.
9754         (shr-tag-li): Get <li> indentation even righter.
9755         (shr-tag-blockquote): Ensure paragraph start.
9756         (shr-make-table): Tweak table generation.
9757         (shr-make-table): Fix typo.
9758
9759         * shr.el: Implement table rendering.
9760
9761 2010-10-04  Julien Danjou  <julien@danjou.info>
9762
9763         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9764
9765 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * shr.el (shr-insert): Use string anchors instead of line anchors.
9768
9769 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * shr.el: Add headings.
9772         (shr-ensure-paragraph): Actually work.
9773         (shr-tag-li): Make <ul> prettier.
9774         (shr-insert): Get white space at the beginning/end of elements right.
9775         (shr-tag-p): Collapse subsequent <p>s.
9776         (shr-ensure-paragraph): Don't insert double line feeds after blank
9777         lines.
9778         (shr-insert): \t is also space.
9779         (shr-tag-s): Fix "s" tag name function.
9780         (shr-tag-s): Fix face prop name.
9781
9782 2010-10-03  Julien Danjou  <julien@danjou.info>
9783
9784         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9785
9786         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9787         gnus-window-inside-pixel-edges.
9788
9789         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9790         gnus-ems.
9791
9792         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9793
9794         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9795         function.
9796
9797         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9798         resize choice.
9799
9800 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9803         beginning of the buffer.
9804
9805         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9806         article buffer again.
9807
9808         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9809
9810         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9811         when it's at the start of the buffer.
9812
9813         * shr.el (shr-tag-blockquote): Convert name.
9814         (shr-rescale-image): Use the right image-size variant.
9815
9816         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9817         buffer isn't shown, then select the current article first instead of
9818         bugging out.
9819         (gnus-summary-select-article-buffer): Show both the article and summary
9820         buffers again.
9821
9822         * shr.el (shr-fontize-cont): Protect against regions with no text.
9823         Rename tag functions to shr-tag-* for enhanced security.
9824         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9825
9826 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9827
9828         * shr.el (shr-insert):
9829         * pop3.el (pop3-movemail):
9830         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9831         loaded.
9832
9833 2010-10-03  Glenn Morris  <rgm@gnu.org>
9834
9835         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9836
9837         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9838
9839         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9840
9841         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9842
9843         * gnus-util.el (gnus-make-local-hook): Simplify.
9844
9845 2010-10-02  Julien Danjou  <julien@danjou.info>
9846
9847         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9848         (gnus-ido-completing-read): New function.
9849         (gnus-emacs-completing-read): New function.
9850         (gnus-completing-read): Use gnus-completing-read-function.
9851         Add gnus-completing-read-function.
9852
9853 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * shr.el (shr-insert-document): Autoload.
9856         (shr-img): Be silent.
9857         (shr-insert): Add a newline after every picture before text.
9858         (shr-add-font): Use overlays for combining faces.
9859         (shr-insert): Pass upwards the text start point.
9860
9861         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9862         possible.
9863         (mm-shr): New function.
9864
9865 2010-10-02  Julien Danjou  <julien@danjou.info>
9866
9867         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9868         should go backward.
9869
9870 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9871
9872         * shr.el (shr): Fix typo in provide call.
9873
9874 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * shr.el: New file.
9877
9878         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9879
9880         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9881         completing read.
9882
9883 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9886         we're being queried about.  Suggested by Dan Jacobson.
9887
9888         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9889         Suggested by Jason Eisner.
9890
9891         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9892         table, too.  Suggested by Stefan Wiens.
9893         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9894         the table unnecessary.  Suggested by Stefan Wiens.
9895
9896         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9897         longer needed, and probably doesn't work either, as pointed out by
9898         Stefan Wiens.
9899         (gnus-summary-exit): Remove call to the clearing function.
9900         (gnus-summary-exit-no-update): Ditto.
9901
9902         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9903         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9904         Reported by Stefan Monnier.
9905         (gnus-summary-save-in-rmail): Ditto.
9906
9907         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9908         article buffer, instead of both the article buffer and the summary
9909         buffer.  Sort of suggested by Dan Jacobson.
9910
9911         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9912
9913         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9914         Suggested by Dan Jacobson.
9915
9916         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9917         documentation clearer.
9918
9919         * message.el (message-shorten-references): Comment on the number "21".
9920         Suggested by Stefan Monnier.
9921
9922         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9923         Suggested by Dan Jacobson.
9924
9925         * gnus.el (gnus-large-newsgroup):
9926         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9927
9928         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9929         externalize attachments.  Bug reported by Steve Wen.
9930
9931         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9932         really message anything to the user.
9933
9934         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9935         directly.
9936
9937         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9938         messages in empty groups.
9939
9940 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9941
9942         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9943         non-UIDNEXT group.
9944
9945 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9948         not the value from the collection.
9949
9950         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9951         values.  This sometimes happens on some groups that have no info.
9952         (nnimap-request-newgroups): New function.
9953
9954 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9955
9956         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9957         check into `gnus-registry-initialize'.
9958         (gnus-registry-initialize): Ditto.
9959         Fix and extend header docs.
9960
9961 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9964         regexp backtrace overflows.
9965
9966         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9967         for starttls that tls.el implements; i.e. openssl.
9968
9969         * tls.el (tls-starttls-switches): Give up on using starttls with
9970         gnutls-cli.
9971         (tls-program): Add --insecure to be consistent with the defaults from
9972         openssl s_client.  Now all three commands are insecure.
9973
9974 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * lpath.el: Bind completion-styles-alist for XEmacs.
9977
9978         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9979         (gravatar-create-image): New function that's an alias to
9980         gnus-xmas-create-image, gnus-create-image, or create-image.
9981         (gravatar-data->image): Use it.
9982
9983 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9986         install the nnregistry refer method.
9987         (gnus-registry-install-hooks): Use it.
9988         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9989         unfollowed groups.
9990
9991 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9992
9993         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9994         expanding threads.
9995
9996 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * nnir.el: Use the server names without suffixes (bug#7009).
9999
10000         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10001         unencrypted to STARTTLS, if possible.
10002
10003 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10004
10005         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10006         headers before superseding.
10007
10008 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * nnrss.el (nnrss-use-local): Add documentation.
10011
10012         * nnimap.el (nnimap-extend-tls-programs): New function.
10013         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10014         (nnimap-wait-for-connection): Accept the greeting from the stupid
10015         output from openssl s_client -starttls, too.
10016
10017         * tls.el (tls-starttls-switches): New variable.
10018         (tls-find-starttls-argument): Use it.
10019         (open-tls-stream): Ditto.
10020
10021         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10022         (netrc-machine): Ditto.
10023
10024         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10025         article number.
10026         (nnimap-split-fancy): New variable.
10027         (nnimap-split-incoming-mail): Use it.
10028
10029         * nntp.el (nntp-server-list-active-group): Document.
10030
10031         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10032         SELECT to get the message-id.
10033
10034         * mail-source.el (mail-sources): Remove webmail support.
10035         (defvar): Ditto.
10036         (mail-source-fetcher-alist): Ditto.
10037         (mail-source-fetch-webmail): Remove.
10038
10039         * webmail.el: Remove -- doesn't seem relevant any more.
10040
10041         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10042
10043         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10044         the \r.
10045
10046 2010-09-30  Julien Danjou  <julien@danjou.info>
10047
10048         * gnus-agent.el (gnus-agent-add-group): Fix call to
10049         gnus-completing-read.
10050
10051 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * nndoc.el (nndoc-retrieve-groups): New function.
10054
10055         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10056         `default', use nnmail-split-methods.
10057         (nnimap-request-article): Downcase the NILs so that they are nil.
10058
10059         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10060         symbol.
10061
10062         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10063         code, since if the user has requested network, that's what they ought
10064         to get.
10065         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10066         (nnimap-split-rule): Mark as obsolete.
10067
10068         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10069         New variable.
10070
10071         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10072         correct slot, too.
10073
10074 2010-09-29  Julien Danjou  <julien@danjou.info>
10075
10076         * gnus.el (gnus-local-domain): Declare variable obsolete.
10077
10078         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10079         Fix history computing.
10080         (gnus-ido-completing-read): Require ido.
10081
10082 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10085         build Gnus.
10086
10087         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10088         when interpreting the structures.
10089         (nnimap-request-accept-article): Add \r\n to the lines to make this
10090         work with Cyrus.
10091
10092         * nndraft.el (nndraft-request-expire-articles): Use the group name
10093         instead if "nndraft".  Fix found by Nils Ackermann.
10094
10095 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10096
10097         * nnregistry.el: Add.
10098
10099 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10100
10101         * nnmail.el (group, group-art-list, group-art):
10102         Remove unneeded directives.
10103
10104 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10107         (mm-mime-charset):
10108         * rfc2047.el (rfc2047-syntax-table):
10109         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10110
10111         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10112         rather than `insert-file-contents' and `eval-region'.
10113
10114         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10115         construction.
10116
10117         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10118
10119         * time-date.el: No need to require cl for Emacs 21.
10120
10121 2010-09-29  Julien Danjou  <julien@danjou.info>
10122
10123         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10124         replacement of `gnus-gravatar-relief' to mimic
10125         `gnus-faces-properties-alist'.
10126         Add :version property.
10127
10128 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * mail-source.el (mail-source-report-new-mail):
10131         * message.el (message-default-mail-headers):
10132         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10133
10134         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10135
10136 2010-09-28  Julien Danjou  <julien@danjou.info>
10137
10138         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10139         mail-address contains the same string as real-name.
10140
10141         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10142         non-blank in header, otherwise it'll get stripped.
10143
10144         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10145         real-name, and then for mail address rather than doing : or , search.
10146
10147 2010-09-27  Julien Danjou  <julien@danjou.info>
10148
10149         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10150         right completing-read function.
10151         (gnus-use-ido): New variable
10152         (gnus-completing-read-with-default): Remove.
10153         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10154         (gnus-agent-add-group):
10155         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10156         * mm-view.el (mm-view-pkcs7-decrypt):
10157         * mm-util.el (mm-codepage-setup):
10158         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10159         * mml-smime.el (mml-smime-openssl-sign-query):
10160         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10161         (mml-insert-multipart):
10162         * gnus-msg.el (gnus-summary-yank-message):
10163         * gnus-int.el (gnus-start-news-server):
10164         * mm-decode.el (mm-interactively-view-part):
10165         * gnus-dired.el (gnus-dired-attach):
10166         * gnus.el (gnus-read-method):
10167         * gnus-bookmark.el (gnus-bookmark-jump):
10168         * gnus-art.el (gnus-mime-view-part-as-type)
10169         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10170         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10171         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10172         * nnmairix.el (nnmairix-create-server-and-default-group)
10173         (nnmairix-update-groups, nnmairix-get-server)
10174         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10175         (nnmairix-get-group-from-file-path):
10176         * nnrss.el (nnrss-find-rss-via-syndic8):
10177         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10178         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10179         (gnus-group-browse-foreign-server):
10180         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10181         (gnus-summary-execute-command, gnus-summary-respool-article)
10182         (gnus-read-move-group-name):
10183         * gnus-score.el (gnus-summary-increase-score)
10184         (gnus-summary-score-effect):
10185         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10186
10187 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10190         x-focus-frame.
10191
10192         * nnimap.el (auth-source-forget-user-or-password)
10193         (auth-source-user-or-password): Autoload.
10194
10195         * message.el (message-from-style, message-interactive)
10196         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10197         (message-yank-prefix, message-indentation-spaces, message-signature)
10198         (message-signature-file): Add comment.
10199
10200 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10203         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10204         new articles.
10205
10206         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10207         parts.
10208         (nnimap-request-article): Work with the t setting, too.
10209
10210         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10211         that you don't get flashes of other buffers.
10212         (gnus-summary-show-complete-article): Intern before setting.
10213
10214 2010-09-27  David Engster  <dengste@eml.cc>
10215
10216         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10217         well as HEADERS.
10218         (nnmairix-retrieve-headers): Provide new argument for the above.
10219
10220 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * gnus-sum.el (gnus-summary-move-article): Don't alter
10223         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10224         group.
10225
10226         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10227
10228         * message.el (message-cite-prefix-regexp): Revert my last edit.
10229
10230         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10231         variable instead of the Gnus variable.
10232
10233         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10234
10235         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10236
10237         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10238         since some servers don't like it.
10239         (nnimap-open-connection): Forget credentials if the server says the
10240         password was wrong.
10241         (nnimap-parse-line): Protect against invalid data.
10242
10243         * gnus-sum.el (gnus-summary-move-article): Add comment.
10244         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10245         nothing alters it while scanning for new messages.
10246
10247         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10248         which may or may not help.
10249         (nnimap-open-connection): If we're doing a stream connection, and then
10250         discover we're on a STARTTLS-capable server, then open a STARTTLS
10251         connection instead.
10252
10253 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * nnimap.el (utf7): Require.
10256
10257         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10258         prefix.
10259
10260 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10261
10262         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10263
10264 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * nnimap.el (nnimap-request-accept-article): Message the error on
10267         error.
10268
10269 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10272
10273 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274
10275         * nndoc.el (nndoc-request-list): Return success always.
10276
10277         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10278         `fetch-old' -- we only want to fetch the articles we've requested.
10279         The rest are in the agent, probably.
10280         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10281         disappeared server" to something low.  It's not important.
10282
10283         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10284         arrived before the FETCH data.
10285
10286         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10287         target here, because we don't know the Gnus name of the group.
10288
10289         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10290         for the correct group.
10291
10292         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10293
10294         * gnus.el (gnus): Give a final warning after startup.
10295
10296         * gnus-util.el (gnus-action-message-log): New variable.
10297         (gnus-message): Use it.
10298         (gnus-final-warning): New function.
10299
10300         * nnimap.el (nnimap-open-connection): Record the greeting.
10301         (nnimap): Add greeting.
10302
10303 2010-09-26  Julien Danjou  <julien@danjou.info>
10304
10305         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10306         arguments.
10307         (gnus-html-wash-images): Fix spec computing to include start/end.
10308
10309         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10310
10311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10314         deletion.
10315         (nnimap-retrieve-headers): Don't select the group, because that's
10316         already done by nnimap-possibly-change-group.
10317
10318         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10319         (gnus-picon-transform-address): Use it.
10320
10321         * mail-source.el (mail-source-value): Revert previous patch.
10322
10323         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10324         on failure.
10325         (nnimap-open-connection): Look up both virtual and physical server name
10326         credentials.
10327
10328         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10329
10330 2009-02-07  Dave Love  <fx@gnu.org>
10331
10332         * tls.el (open-tls-stream): Don't query killing process.
10333
10334 2009-02-08  Dave Love  <fx@gnu.org>
10335
10336         * gnus-win.el (gnus-window-to-buffer-helper)
10337         (gnus-all-windows-visible-p): Function needn't be a symbol.
10338
10339         * mail-source.el (mail-source-value): Function needn't be a symbol.
10340
10341 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * message.el (message-cite-prefix-regexp): Remove } from the cite
10344         prefix.
10345
10346         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10347         highlight again, so that the highlight is correct.
10348
10349         * gnus-picon.el (gnus-picon): Remove again.
10350         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10351
10352         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10353         doing the header highlightling, so that the background color of the
10354         picon is correct.
10355
10356         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10357         (gnus-picon): Ditto.
10358         (gnus-picon): Reinstate.  The background color for picons is white.
10359         (gnus-picon-insert-glyph): Make the background white.
10360
10361         * nnml.el (nnml-open-nov): Don't return dead buffers.
10362
10363         * auth-source.el (auth-source-create): Query the user for whether to
10364         store the credentials.
10365
10366         * netrc.el (netrc-store-data): New function.
10367
10368         * auth-source.el (auth-source-user-or-password): Use the existing auth
10369         sources, if any, for creation.
10370
10371         * gnus.el (gnus-group-fast-parameter): Return the last matching
10372         parameter instead of the first matching parameter.
10373
10374 2010-09-26  Julien Danjou  <julien@danjou.info>
10375
10376         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10377
10378 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * mml2015.el (mml2015-use): Remove gpg support.
10381
10382         * mml1991.el (mml1991-function-alist): Remove gpg function.
10383         (mml1991-gpg-sign): Remove.
10384
10385 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10386
10387         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10388         (gnus-browse-unsubscribe-current-group): Document it.
10389         (gnus-browse-unsubscribe-group): Use it.
10390
10391 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10392
10393         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10394         address to the To list for easier response.
10395
10396         * gnus.el (gnus-play-startup-jingle): Remove.
10397         (gnus-splash): Don't play jingle.
10398         (gnus): Silence gnus-load message.
10399
10400         * gnus-art.el (gnus-treat-play-sounds): Remove.
10401
10402         * gnus.el (gnus-play-jingle): Remove audio support.
10403
10404         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10405
10406         * earcon.el: Remove -- no users.
10407
10408         * gnus-audio.el: Remove -- no users of this package.
10409
10410         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10411
10412         * gnus-start.el (gnus-setup-news): Remove nocem support.
10413
10414         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10415
10416         * gnus.el (gnus-use-nocem): Remove.
10417
10418         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10419         Remove.
10420
10421         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10422         uses NoCeM any more.
10423
10424         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10425         (gnus-button-ctan-handler): Ditto.
10426         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10427         (gnus-button-ctan-directory-regexp): Ditto.
10428         (gnus-button-handle-ctan): Ditto.
10429         (gnus-button-tex-level): Ditto.
10430         (gnus-button-alist): Remove CTAN stuff.
10431
10432 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10435         nnimap-streaming test.
10436
10437         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10438         servers twice.
10439
10440         * nnimap.el (nnimap-open-connection): Add more error reporting when
10441         nnimap fails early.
10442
10443         * nnheader.el (nnheader-get-report-string): New function.
10444         (nnheader-get-report): Use it.
10445
10446         * gnus-int.el (gnus-check-server): Say what the error was when opening
10447         failed.
10448
10449         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10450         using streaming.
10451
10452 2010-09-25  Julien Danjou  <julien@danjou.info>
10453
10454         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10455         gnus-window-inside-pixel-edges.
10456
10457 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10458
10459         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10460
10461         * mm-decode.el (mm-save-part): Allow saving to other directories the
10462         normal Emacs way.
10463
10464         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10465         Suggested by Jay Berkenbilt.
10466
10467         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10468         there isn't a single byte.
10469
10470         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10471         just do it.  It doesn't really seem to matter what the user responds
10472         here, I think, so it's just a confusing question.
10473
10474         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10475         non-streaming case.
10476
10477         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10478         (gnus-article-encrypt-body): Use it.
10479
10480         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10481         keystroke.
10482
10483         * nnimap.el (nnimap-find-wanted-parts-1):
10484         Use gnus-fetch-partial-articles.
10485
10486         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10487
10488         * nnimap.el (nnimap-insert-partial-structure): New function.
10489         (nnimap-get-partial-article): New function.
10490         (nnimap-request-article): Use it.
10491         (nnimap-wait-for-response): Return whether the wait was successful.
10492         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10493         retrieval wasn't successful.
10494         (nnimap-retrieve-group-data-early): Allow throttling servers.
10495         (nnimap-streaming): New variable.
10496         (nnimap-fetch-partial-articles): Remove.
10497
10498         * mm-decode.el (mm-with-part): Protect against killed buffers.
10499
10500         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10501         for prettier summary display.
10502
10503 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10504
10505         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10506
10507 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10510         apparently third-party libraries depend on it.
10511
10512         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10513         before starting negotiation.
10514
10515         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10516         privacy reasons.
10517         (gnus-treat-mail-gravatar): Ditto.
10518
10519         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10520         buffer when inserting images.  Inserting text into the headers, for
10521         instance, can make them invalid.
10522
10523 2010-09-25  Julien Danjou  <julien@danjou.info>
10524
10525         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10526         variables.
10527
10528         * nnheader.el: Remove useless variables news-reply-yank-from and
10529         news-reply-yank-message-id.
10530
10531         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10532         variables.
10533
10534         * mml1991.el: Remove useless mml1991-verbose.
10535
10536         * gnus.el: Remove useless variable gnus-use-generic-from.
10537         Remove obsolete variable gnus-topic-indentation.
10538
10539         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10540
10541         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10542
10543         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10544
10545         * gnus-group.el: Remove useless gnus-group-icon-cache.
10546         Remove useless gnus-ephemeral-group-server.
10547
10548         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10549
10550         * mml2015.el: Remove useless mml2015-verbose.
10551
10552         * mml-smime.el: Remove useless mml-smime-verbose.
10553
10554         * gnus.el: Remove useless gnus-local-domain.
10555
10556         * gnus-gravatar.el (gnus-gravatar-transform-address):
10557         Use gnus-gravatar-size.
10558
10559         * gnus-art.el: Remove useless gnus-treat-translate.
10560
10561 2010-09-24  Julien Danjou  <julien@danjou.info>
10562
10563         * gnus-sum.el: Add support for Gravatars.
10564
10565         * gnus-art.el: Add support for Gravatars.
10566
10567         * gnus-gravatar.el: Add this file.
10568
10569         * gravatar.el: Add this file.
10570
10571 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10572
10573         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10574
10575         * gnus-group.el (gnus-group-fetch-faq): Remove.
10576
10577         * gnus.el (gnus-group-faq-directory): Remove.
10578
10579         * gnus-group.el (gnus-group-fetch-charter): Remove.
10580
10581         * gnus.el (gnus-group-charter-alist): Remove.
10582
10583         * gnus-group.el (gnus-group-archive-directory): Remove.
10584         (gnus-group-recent-archive-directory): Ditto.
10585         (gnus-group-make-archive-group): Remove.
10586
10587         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10588
10589         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10590         use the same article number for all the cached articles.
10591
10592         * nnimap.el (nnimap-command): Register the last command time so
10593         that we can use it for idling NOOPs.
10594         (nnimap-open-connection): Start the keeplive timer.
10595         (nnimap-make-process-buffer): Store all the process buffers.
10596         (nnimap-keepalive): New function.
10597
10598         * starttls.el (starttls-open-stream): Add autoload cookie.
10599
10600 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10601
10602         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10603         handling.
10604
10605 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10608         its data structures.
10609
10610         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10611         instead of the cl.el copy-list.
10612         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10613         equalp.
10614
10615 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10618         and tool-bar-local-item-from-menu.
10619
10620         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10621         mode-line-highlight face for Emacs.
10622
10623         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10624         loading gnus-sum.elc; fix comment for canlock-verify.
10625         (gnus-article-jump-to-part): Use read-number.
10626         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10627         Remove Emacs pre-21 compatible code for help-echo.
10628         (gnus-article-next-page-1): No need to adjust the number of lines.
10629         (gnus-article-describe-bindings): Always use help-buffer.
10630
10631         * gnus-audio.el (gnus-audio-inline-sound):
10632         * gnus-cus.el (gnus-custom-mode):
10633         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10634
10635         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10636
10637         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10638         compatible code.
10639
10640 2010-09-24  Glenn Morris  <rgm@gnu.org>
10641
10642         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10643         visiting the fcc file in rmail-mode.
10644
10645         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10646
10647 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * nnir.el: Silence the byte compiler.
10650
10651         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10652         alias to browse-url-url-encode-chars if any.
10653         (gnus-html-encode-url): Use it.
10654
10655 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus-start.el (gnus-use-backend-marks): New variable.
10658         (gnus-get-unread-articles-in-group): Use it.
10659
10660         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10661         makeover.
10662
10663 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10664
10665         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10666
10667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10670         Remove.
10671         (gnus-setup-news-hook):
10672         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10673
10674         * gnus-int.el (gnus-request-update-info): Protect against backends not
10675         having the function.
10676
10677         * nnimap.el (nnimap-stream): Mention starttls.
10678         (nnimap-open-connection): Add starttls support.
10679
10680 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10681
10682         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10683
10684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10687         BODYSTRUCTUREs.
10688         (nnimap-transform-headers): Unfold quoted {42} headers.
10689
10690         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10691         the info.
10692         (gnus-get-unread-articles): Only call updatep on backends that support
10693         it.
10694
10695         * nnweb.el (nnweb-request-update-info): NOOP.
10696
10697         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10698
10699         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10700         since it only deals with marks.
10701
10702         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10703         gnus-request-marks, and make a new gnus-request-update-info.
10704
10705         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10706         the active instead of the high number, which is usually too low.
10707
10708 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10709
10710         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10711         * encrypt.el: Remove.
10712
10713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10716         server in symbolic form.
10717
10718         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10719
10720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10723         (nnimap-update-info): Fix up code slightly.
10724
10725         * gnus-int.el (gnus-open-server): Add tracing for performance
10726         debugging.
10727
10728         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10729         (gnus-group-insert-group-line): Pass the real group name so that it
10730         gets the right data.
10731
10732         * gnus-start.el (gnus-get-unread-articles): Don't have
10733         `gnus-get-unread-articles-in-group' update info, since that can be
10734         really slow and doesn't seem to be needed?
10735
10736 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10737
10738         * time-date.el (date-to-time): Try using parse-time-string first before
10739         using the slower timezone-make-date-arpa-standard.
10740
10741 2010-09-22  Julien Danjou  <julien@danjou.info>
10742
10743         * gnus-group.el (gnus-group-insert-group-line):
10744         Call gnus-group-highlight-line.
10745         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10746         default hook list.
10747         (gnus-group-update-eval-form): Add new function.
10748         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10749         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10750
10751 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10754         immediate, then expire all articles.
10755         (nnimap-update-info): Fix off-by-one errors.
10756         (nnimap-flags-to-marks): Would return no marks lists for group with no
10757         flags.  Instead return the other data.
10758
10759 2010-09-22  Julien Danjou  <julien@danjou.info>
10760
10761         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10762         Only return an icon.
10763         (gnus-group-insert-group-line): Compute icon to return.
10764
10765         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10766         (gnus-html-image-fetched): Only cache if
10767         gnus-html-image-automatic-caching is set.
10768         (gnus-html-image-fetched): Check for errors.
10769
10770 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10773         once per method on `g'.  This ensures that backends like nnfolder don't
10774         open all their folders.
10775
10776         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10777         (nnimap-request-list): Nix out group in the correct buffer.
10778         (nnimap-parse-flags): Implement by using `read' instead of
10779         hand-parsing.
10780         (nnimap-flags-to-marks): Pass on permanent-flags.
10781         (nnimap-make-process-buffer): Record the server name.
10782         (nnimap-parse-flags): Fix typo.
10783         (nnimap-request-scan): Run split on the server in general, not just a
10784         single group.
10785
10786         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10787         parameter, and propagate this downwards.
10788
10789         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10790         since EXAMINE changes it on the server.
10791
10792         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10793         this command might take a while.
10794
10795 2010-09-22  Julien Danjou  <julien@danjou.info>
10796
10797         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10798         harmful if you have 2 images side-by-side, they can't be properly
10799         update on text deletion.  Using text-property is safer here.
10800         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10801         data.
10802
10803 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * nnimap.el (nnimap-expunge-inbox): Remove.
10806         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10807         (nnimap-expunge): Flip default to t.
10808
10809         * gnus.el (gnus-method-to-server): Don't push things to the cache
10810         unless it's unique.
10811         (gnus-server-to-method): Ditto.
10812
10813 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10816
10817 2010-09-22  Julien Danjou  <julien@danjou.info>
10818
10819         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10820         get the start of data.
10821         (gnus-html-encode-url): Add this function to encode special chars in
10822         URL.
10823         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10824         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10825
10826         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10827         default.
10828         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10829
10830         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10831         images alt-text.
10832         (gnus-html-put-image): Put alt-text as help-echo.
10833
10834 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10837         * mm-util.el (mm-decompress-buffer):
10838         * nnir.el (nnir-run-find-grep):
10839         * pop3.el (pop3-list): Use 3rd arg of split-string.
10840
10841         * time-date.el (format-seconds): Comment fix.
10842
10843         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10844         and byte-optimize-form-code-walker.
10845         (dgnushack-make-auto-load): Don't advise make-autoload.
10846
10847         * lpath.el: Remove Emacs 21 stuff.
10848
10849 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10852         outside the active range.  Suggested by Dan Christensen.
10853
10854         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10855         slightly later to avoid double-getting it.
10856
10857         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10858         previous patch.
10859
10860         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10861
10862 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10863
10864         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10865
10866 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus-int.el (gnus-open-server): Give a better error message in the
10869         "go offline" case.
10870
10871         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10872         marks for nnimap, which is seldom the right thing to do.
10873
10874         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10875         (gnus-same-method-different-name): New function.
10876
10877         * nnimap.el (parse-time): Require.
10878
10879         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10880         method in the presence of many similar methods.
10881
10882         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10883
10884         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10885         nnml-inhibit-expiry.
10886
10887         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10888         find out whether methods are equal.
10889
10890         * nnimap.el (nnimap-find-expired-articles): New function.
10891         (nnimap-process-expiry-targets): New function.
10892         (nnimap-request-move-article): Request the article before looking at
10893         what the Message-ID is.  Fix found by Andrew Cohen.
10894         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10895
10896         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10897         for oldness in addition to being a predicate.
10898
10899         * nnimap.el (nnimap-request-group): When we have zero articles, return
10900         the right data to Gnus.
10901         (nnimap-request-expire-articles): Only delete articles immediately if
10902         the target is 'delete.
10903
10904         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10905         method, this would bug out.
10906
10907         * gnus-group.el (gnus-group-expunge-group): Rename from
10908         gnus-group-nnimap-expunge, and implemented as a normal interface
10909         function.
10910
10911         * gnus-int.el (gnus-request-expunge-group): New function.
10912
10913         * nnimap.el (nnimap-request-create-group): Implement.
10914         (nnimap-request-expunge-group): New function.
10915
10916 2010-09-21  Julien Danjou  <julien@danjou.info>
10917
10918         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10919         (gnus-html-cache-expired): Add new function.
10920         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10921         wethever we should display image for fetch it.
10922         Compute alt-text earlier to pass it to the fetching function too.
10923         (gnus-html-schedule-image-fetching): Change function argument to only
10924         get one image at a time, not a list.
10925         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10926         cache.
10927         (gnus-html-get-image-data): New function to retrieve image data from
10928         cache.
10929         (gnus-html-put-image): Change buffer argument to use image data rather
10930         than file, and place image above region rather than inserting a new
10931         one.  Do not take alt-text as argument, since it's useless now: we place
10932         the image above alt-text.
10933         (gnus-html-prune-cache): Remove.
10934         (gnus-html-show-images): Start to fetch image when we find one, do not
10935         push into a temporary list.
10936         (gnus-html-prefetch-images): Only fetch image if they have expired.
10937         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10938         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10939
10940 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10943
10944 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10945
10946         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10947         spec inser "*" if the group isn't active instead of 0.
10948
10949         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10950         opening the server.
10951         (nnimap-request-delete-group): Implement group deletion.
10952         (nnimap-transform-headers): Return the size of the entire message in
10953         the Bytes header, not just the size of the first part.
10954         (nnimap-request-move-article): When moving an article from nnimap,
10955         request the article first so the accepting form has an article to
10956         accept.  Reported by Dan Christensen.
10957         (nnimap-command): Make sure that the error message doesn't error out.
10958
10959 2010-09-20  David Edmondson  <dme@dme.org>
10960
10961         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10962         we haven't requested anything.
10963
10964 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10965
10966         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10967         "".  Fix found by Andrew Cohen.
10968
10969         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10970         instead of -encode-string.
10971
10972 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10975
10976         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10977         by mm-subst-char-in-string.
10978
10979 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10982         waiting for the connection string.
10983
10984         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10985         arriving.
10986
10987         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10988         bogus characters.  This allows selecting certain Gmail groups.
10989
10990         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10991         (nnimap-fetch-partial-articles): New variable.
10992         (nnimap-open-connection): When looking for credentials, also use the
10993         nnimap-server-port.
10994         (nnimap-request-article): Return the group/article number, so that Gnus
10995         `^' works as expected.
10996         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10997
10998         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10999         comments.
11000         (gnus-methods-sloppily-equal): New function.
11001         (gnus): When using the development version of Gnus, load the gnus-load
11002         file.
11003
11004         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11005         `gnus-open-server' on each method before trying to scan them etc.
11006         This ensures that all the backend parameters are set correctly.
11007
11008         * nnimap.el (nnimap-authenticator): New variable.
11009         (nnimap-open-connection): Allow anonymous login.
11010         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11011         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11012
11013         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11014         patch, found by Knut Anders Hatlen.
11015
11016 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11017
11018         * gnus-agent.el (gnus-agent-batch-confirmation)
11019         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11020         to gnus-message.
11021         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11022         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11023         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11024         * gnus-int.el (gnus-open-server): Likewise.
11025         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11026         (gnus-score-check-syntax): Likewise.
11027         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11028         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11029         Likewise.
11030         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11031
11032 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11035         calling conventions so that prefetch doesn't bug out.
11036
11037 2010-09-19  Julien Danjou  <julien@danjou.info>
11038
11039         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11040         rather than `subst-char-in-region' in order to be able to replace ASCII
11041         char by UTF-8 ones.
11042
11043         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11044         than curl.
11045         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11046         the right URL and ALT text on images.
11047         (gnus-html-wash-tags): Fix tag case.
11048         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11049         (gnus-article-html): Add -o display_ins_del=2 option.
11050         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11051
11052 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053
11054         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11055         the extra mail headers, which sometimes seem to happen for unknown
11056         reasons.
11057
11058         * mail-parse.el (mail-header-encode-parameter): Define as
11059         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11060         (or most, perhaps?) mail readers don't understand the latter, but do
11061         understand the former.
11062
11063         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11064         to nil, so that no methods are automatically agentized.  I think this
11065         is probably what most users want.
11066
11067         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11068         from url-retrieve, for instance about invalid URLs.
11069
11070         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11071         groups that have no articles.
11072         (nnimap-request-article): Check that we really got an article when we
11073         requested one.
11074
11075         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11076         doesn't exist.
11077
11078         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11079         nntp buffer so the agent can save it.
11080         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11081         that CRLF doesn't get translated to \n.
11082         (nnimap-open-connection): Don't make 'shell commands only send \n.
11083
11084 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11087         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11088         Update var name.
11089         (nnml-generate-nov-file): Use dolist.
11090         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11091         Use with-current-buffer.
11092
11093 2010-09-18  Julien Danjou  <julien@danjou.info>
11094
11095         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11096         parallel.
11097
11098 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11101         the range update right.
11102         (nnimap-request-group): Don't make `M-g' bug out on group with no
11103         marks.
11104         (nnoo): Require, so that other packages can require nnimap.
11105         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11106         command we're looking for.  This helps when the server sends more
11107         responses after we've gotten everything we expected.
11108         (nnimap): Add a `newlinep' field to keep track of end-of-line
11109         conventions.
11110         Don't send CRLF to things that don't want it.
11111         (nnimap-request-accept-article): Ditto.
11112
11113 2010-09-18  Julien Danjou  <julien@danjou.info>
11114
11115         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11116         than curl to retrieve images.
11117
11118 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11121         the marks.
11122         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11123         (nnimap-wait-for-connection): New function.
11124         (nnimap-open-connection): If we have PREAUTH, don't query for login
11125         credentials.
11126         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11127         when doing a partial update.
11128
11129 2010-09-18  Julien Danjou  <julien@danjou.info>
11130
11131         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11132         tags.
11133
11134 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * nnimap.el (nnimap-credentials): New function.
11137         (nnimap-open-connection): Use the new function to look for credentials
11138         also on the numeric equivalents of "imap" and "imaps".
11139
11140         * gnus-start.el (gnus-activate-group): Send the info to
11141         gnus-request-group.
11142
11143         * nnimap.el (nnimap-request-group): Have the "check" version of the
11144         function parse flags and update the info, so that a `M-g' get a total
11145         resync of all flags from the group.
11146
11147         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11148         to allow backends to alter the info on group selection.  Also alter all
11149         the backend -request-group functions to take the parameter.
11150
11151         * nnimap.el (nnimap-store-info): New function.
11152         (nnimap-update-info): Store the info for later usage.
11153         (nnimap-request-group): Use the stored info for the dont-check case, so
11154         that we don't retrieve all marks when we enter a group.
11155
11156         * nnimap.el: Use deffoo instead of defun for interface functions.
11157
11158         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11159         update the group info.  This makes the nndraft groups, for instance, go
11160         back to their old behavior.
11161
11162         * gnus-sum.el (gnus-select-newsgroup): Indent.
11163
11164         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11165         in.
11166         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11167         nothing.
11168
11169         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11170         from methods that are denied.
11171
11172         * gnus-int.el (gnus-method-denied-p): New function.
11173
11174         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11175         store the password instead of netrc.
11176         (nnimap-open-connection): Don't error out when we can't make a
11177         connections.
11178
11179         * auth-source.el (auth-source-create): In the password prompt, say what
11180         we're querying for.  Also prompt for user name if that hasn't been
11181         given.
11182
11183         * nnimap.el (nnimap-with-process-buffer): Remove.
11184
11185 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11188         method when we're reading from the agent.
11189
11190         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11191
11192         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11193         that's probably most useful for users.
11194
11195         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11196         "failed" all the time.
11197
11198         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11199         ...)) with (with-current-buffer ... ).
11200
11201         * nntp.el (nntp-open-server): Return whether the open was successful or
11202         not.
11203
11204         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11205         select an unread unseen article first.
11206
11207         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11208         /etc/services, supply some sensible port defaults.
11209
11210         * dgnushack.el: Define netrc-credentials.
11211
11212 2010-09-17  Julien Danjou  <julien@danjou.info>
11213
11214         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11215
11216 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11217
11218         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11219         doesn't have any parameters.
11220
11221 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11224         only upcased checks.
11225
11226         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11227
11228         * nnimap.el (nnimap-open-shell-stream): New function.
11229         (nnimap-open-connection): Use it.
11230         (nnimap-transform-headers): Get the number of lines in each message.
11231         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11232         number of lines.
11233         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11234         problem.
11235
11236         * utf7.el (utf7-encode): Autoload.
11237
11238         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11239         to allow the mail splitting to not return a default group.  This is
11240         useful for nnimap, which will leave unmatched mail in the inbox.
11241
11242         * nnimap.el: Rewritten.
11243
11244         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11245         nnimap usage.
11246
11247         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11248         if the move is internal, so that nnimap can do fast internal moves.
11249
11250         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11251         data.
11252         (gnus-read-active-for-groups): Support finishing the early retrieval of
11253         data.
11254
11255         * gnus-range.el (gnus-range-nconcat): New function.
11256
11257         * gnus-int.el (gnus-finish-retrieve-group-infos)
11258         (gnus-retrieve-group-data-early): New functions.
11259
11260 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11261
11262         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11263         (nnrss-retrieve-groups):
11264         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11265         (pop3-quit): Use with-current-buffer.
11266
11267 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11270         instead of nnheader-accept-process-output.
11271
11272         * dgnushack.el (dgnushack-compile): Add comment.
11273
11274         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11275
11276         * gnus-html.el (gnus-html-schedule-image-fetching)
11277         (gnus-html-prefetch-images): Replace process-kill-without-query by
11278         gnus-set-process-query-on-exit-flag.
11279
11280 2010-09-16  Romain Francoise  <romain@orebokech.com>
11281
11282         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11283
11284 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11287         parameter to unintern is mandatory-ish in Emacs 24.
11288
11289         * gnus-html.el (gnus-html-schedule-image-fetching)
11290         (gnus-html-prefetch-images): Check for curl before using it.
11291
11292         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11293         depend on curl, which isn't essential.
11294
11295         * imap.el: Revert back to version
11296         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11297         seem problematic.
11298
11299 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11300
11301         * gnus-registry.el (gnus-registry-install-shortcuts):
11302         Explicitly pass `obarray' to `unintern' to avoid a warning.
11303
11304 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11307         change.
11308
11309         * nnrss.el (nnrss-request-list): Remove this function and related
11310         functions, including the moreover stuff.
11311
11312 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * nnrss.el (nnrss-retrieve-groups): New function.
11315
11316 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11317
11318         * .dir-locals.el: Add no-byte-compile cookie.
11319
11320 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * time-date.el (format-seconds): Comment fix.
11323
11324         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11325         for back end that doesn't support request-scan.
11326
11327 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11330         then do request scans from the backends.
11331
11332         * netrc.el (netrc-credentials): New conveniency function.
11333
11334         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11335         avoid running a hook per line, since this takes a lot of time,
11336         profiling shows.
11337         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11338         directly if gnus-visual-p is true.
11339
11340 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11343         groups; replace mapcar with dolist which is a bit faster; pass groups
11344         info to gnus-read-active-file-1.
11345         (gnus-read-active-file-1): Scan only specified groups if the new
11346         optional arg `infos' is given.
11347
11348 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11351
11352         * pop3.el (pop3-movemail): Remove.
11353         (pop3-streaming-movemail): Rename to pop3-movemail.
11354
11355         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11356         don't restrict end-tag searches to the end of the line.
11357
11358 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11361         articles of every unchecked group to t, which means unknown since the
11362         server has never been opened.
11363
11364 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * gnus-html.el (gnus-html-show-alt-text): New command.
11367         (gnus-html-browse-image): Ditto.
11368         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11369         to browse the image directly.
11370         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11371         better.
11372
11373         * gnus-async.el (gnus-async-article-callback):
11374         Call `gnus-html-prefetch-images' unconditionally.
11375
11376         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11377         before feeding URLs to curl.
11378
11379 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11382         internal images as deletable by `W D D'.
11383
11384         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11385         (gnus-async-article-callback): Fix typo.
11386
11387 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11388
11389         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11390         current line to work around bugs in the output from w3m.
11391
11392         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11393         for groups that want that.
11394
11395         * nntp.el (nntp-wait-for-string): Supply a timeout for
11396         accept-process-output to ensure progress.
11397
11398         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11399         level to get unread articles from, then use that for foreign groups,
11400         too.
11401
11402         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11403         confuses the rest of the function.
11404
11405         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11406         for the methods that support -retrieve-groups, too.
11407
11408         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11409
11410 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11413         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11414
11415         * pop3.el: Require cl when compiling.
11416         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11417
11418 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11421         that aren't going to be activated.
11422         (gnus-get-unread-articles): Fix up the last commit.
11423
11424         * gnus-html.el (gnus-article-html): Allow calling without specifying
11425         the handle.  In that case, dissect the buffer first.
11426
11427         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11428
11429         * nnimap.el (nnimap-open-connection): Revert the change that would look
11430         into authinfo for imaps instead of imap.
11431
11432         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11433         say that you don't want to call gnus-request-group with don-check, but
11434         do check the reponse.  This is for virtual groups only.
11435         (gnus-get-unread-articles): Count the archive groups as secondary, so
11436         that they're activated the same way as before.
11437
11438         * imap.el (imap-message-map): Removed optional buffer parameter, since
11439         no callers use it.
11440         (imap-message-get): Ditto.
11441         (imap-message-put): Ditto.
11442         (imap-mailbox-map): Ditto.
11443         (imap-mailbox-put): Ditto.
11444         (imap-mailbox-get): Ditto.
11445         (imap-mailbox-get): Revert last change for this function.
11446
11447         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11448         case-insensitively.
11449         (nnimap-debug): Remove.
11450
11451         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11452         callers to use `imap-fetch' instead.  According to the comments, this
11453         should be safe, since all other IMAP clients use the 1:* syntax.
11454         (imap-enable-exchange-bug-workaround): Remove.
11455         (imap-debug): Remove -- doesn't seem very useful.
11456
11457         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11458         mail from a file, and the file doesn't exist.
11459
11460         * imap.el (imap-log): New convenience function used throughout instead
11461         of repeating the same code all over the place.
11462
11463         * pop3.el (pop3-streaming-movemail): Return t for success.
11464
11465         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11466         .authinfo if we're using ssl connection.
11467
11468         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11469         already have if we're in a main Gnus `g' run.
11470
11471         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11472
11473 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11476
11477         * nnmh.el (nnmh-request-list-1): Bind `file'.
11478
11479         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11480         alias to set-process-query-on-exit-flag or process-kill-without-query.
11481         (pop3-open-server): Use it.
11482
11483 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11486         box to the Incoming file.  Fixes mistake in previous checkin.
11487
11488         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11489         request loop (for debugging purposes) removed.
11490
11491         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11492         culprit is more visible.
11493         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11494         (nnml-add-incremental-nov): New functions to do "incremental" nov
11495         updates, where we just append to the end of the existing nov files
11496         without reading/writing them in full.
11497
11498         * mail-source.el (mail-source-delete-crash-box): Really only check the
11499         incoming files once in a while.
11500
11501         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11502
11503         * mail-source.el (mail-source-delete-crash-box): Only check the
11504         incoming files for deletion once per day to save a lot of file
11505         accesses.
11506
11507         * pop3.el (pop3-logon): Fix up unbound variable typo.
11508
11509         * mail-source.el (pop3-streaming-movemail): Autoload.
11510
11511         * pop3.el (pop3-streaming-movemail):
11512         Respect pop3-leave-mail-on-server.
11513
11514         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11515         retrieval.
11516
11517         * pop3.el (pop3-process-filter): Remove unused function.
11518         (pop3-streaming-movemail, pop3-send-streaming-command)
11519         (pop3-wait-for-messages, pop3-write-to-file)
11520         (pop3-number-of-responses): New functions for streaming pop3
11521         retrieval.
11522
11523         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11524         come from no known methods.
11525         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11526         list.
11527
11528         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11529         message sizes.
11530         (pop3-movemail): Use erase-buffer instead of looping and deleting
11531         regions, which seems rather odd.
11532
11533         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11534         file once per `g' run.
11535
11536         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11537         directories.  This makes the draft queue directory work.
11538
11539         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11540         data from the backends, so that we only request the list of groups from
11541         each method once.  This should speed things up considerably.
11542
11543         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11544         detect that it's not implemented.
11545
11546         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11547         we actually do recurse down into the tree, but don't stat all leaf
11548         nodes.
11549
11550         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11551         then say so instead of bugging out.
11552
11553         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11554         files exist before trying to read them.
11555
11556         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11557         around <pre_int>.
11558
11559         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11560
11561         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11562
11563 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564
11565         * mm-util.el (mm-image-load-path): Just return the image directories,
11566         not all directories in the path in addition to the image directories.
11567         (mm-image-load-path): Maintain a cache of the image directories so that
11568         the `g' command in Gnus doesn't have to stat dozens of directories each
11569         time.
11570
11571         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11572         (gnus-html-wash-tags): Add a new `i' command to insert images.
11573         (gnus-html-insert-image): New command and keystroke.
11574         (gnus-html-redisplay-with-images): New command and keystroke.
11575         (gnus-html-show-images): Rename command.
11576         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11577         spacers.
11578         (gnus-html-wash-tags): Decode entities at the end, so that entities
11579         inside the tags don't mess up the rest of the "parsing".
11580
11581         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11582         so that nnimap methods aren't agentized by default.  There's apparently
11583         many problems related to agent/imap behavior.
11584
11585         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11586
11587         * gnus-html.el: Doc fix.
11588
11589 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11592         specifier-spec-list for Emacs 21.
11593
11594         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11595         glyph-width and glyph-height instead of display-graphic-p and
11596         image-size; make avoidance of displaying small images work for XEmacs.
11597
11598         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11599         for XEmacs.
11600
11601         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11602         of symbol that holds plist data.
11603         (gnus-process-plist): Remove plist of process after getting it.
11604
11605 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11606
11607         * message.el (message-generate-hashcash): Change default to
11608         'opportunistic if hashcash is installed.
11609
11610         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11611         (gnus-html-put-image): Only call image-size once, since it's somewhat
11612         time-consuming on remote X servers.
11613
11614 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11617         type on data, not a file name.
11618
11619         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11620         window-pixel-edges for Emacs 21.
11621
11622         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11623         decoded contents.
11624         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11625
11626 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11629         group line format, since it isn't very interesting.
11630
11631         * gnus-agent.el (gnus-agent-short-article),
11632         (gnus-agent-long-article): Increase values for these two variables,
11633         since most people are likely to have more network connection and
11634         storage than before.
11635
11636         * gnus.el (gnus-refer-article-method): Change default to 'current.
11637         When referring an article, the common behavior is to refer it from the
11638         current select method, not the native select method.  The chances of
11639         the native select method having the message in question is rather slim
11640         these days.
11641
11642         * gnus-sum.el (gnus-auto-select-subject): Change default to
11643         `unseen-or-unread'.  I think it's likely that most people want to
11644         select an unseen article over a previously seen, but unread one.
11645
11646         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11647         means that in the article buffer none of the minor mode elements will
11648         be shown, usually, and this is not desirable in most cases.
11649
11650         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11651         that commands like `d' (and the like) go to the next line in the
11652         buffer, instead of the next unread article.  I think this is the
11653         behavior that is most natural for most users.
11654         (gnus-single-article-buffer): Change default to nil, so that people can
11655         have as many article buffers open as they have summary buffer.  I think
11656         this is the most natural way for the groups to behave.
11657
11658         * message.el (message-generate-new-buffers): Change default to
11659         `unsent', so that all new message buffers start their names with the
11660         string "*unsent", and it's easier to find the buffers if you move from
11661         them.
11662
11663 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11666         small.  They're probably tracking images.
11667         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11668         (gnus-html-rescale-image): Yet another try at getting the image sizing
11669         right.
11670
11671         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11672         nntp-marks-file-name is nil.
11673
11674 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11675
11676         * gnus-html.el (gnus-html-wash-tags)
11677         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11678         Better logging.
11679
11680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11683
11684         * gnus-html.el (gnus-html-wash-tags): Check the value of
11685         gnus-blocked-images in the summary buffer.
11686
11687 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11690
11691 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11694         like "a", it seems like.
11695         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11696         since it needs to be picked from the correct buffer.
11697
11698         * nnwfm.el: Remove.
11699
11700         * nnlistserv.el: Remove.
11701
11702 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11703
11704         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11705         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11706
11707 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * nnkiboze.el: Remove.
11710
11711         * nndb.el: Remove.
11712
11713         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11714         alt text.
11715         (gnus-html-rescale-image): Try to get the rescaling logic right for
11716         images that are just wide and not tall.
11717
11718         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11719         overshadow variable bindings.
11720
11721 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         * gnus-html.el (gnus-html-wash-tags)
11724         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11725         Add extra logging.
11726
11727 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728
11729         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11730         (gnus-max-image-proportion): New variable.
11731         (gnus-html-rescale-image): New function.
11732         (gnus-html-put-image): Rescale images.
11733
11734 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11735
11736         Fix up some byte-compiler warnings.
11737         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11738         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11739         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11740         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11741         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11742         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11743         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11744
11745 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-html.el (gnus-article-html): Decode contents by charset.
11748
11749 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11752         (gnus-html-frame-width, gnus-blocked-images):
11753         * message.el (message-prune-recipient-rules): Add custom version.
11754         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11755
11756         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11757         functions.
11758
11759         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11760         gnus-process-get.
11761
11762 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11763
11764         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11765         instead of lsub directly.
11766
11767 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * nnwarchive.el: Remove.
11770
11771         * gnus-soup.el: Remove.
11772
11773         * nnsoup.el: Remove.
11774
11775         * nnultimate.el: Remove.
11776
11777         * gnus-html.el (gnus-blocked-images): New variable.
11778
11779         * message.el (message-prune-recipients): New function.
11780         (message-prune-recipient-rules): New variable.
11781
11782         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11783         guess whether a long line is natural text or not.
11784
11785         * gnus-html.el (gnus-html-schedule-image-fetching):
11786         Use gnus-process-plist and friends for compatibility.
11787
11788 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11789
11790         * gnus-html.el: Require packages that define macros used in this file.
11791         (gnus-article-mouse-face): Declare to silence byte-compiler.
11792         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11793         process-get.
11794         (gnus-html-put-image): Use plist-get to avoid getf.
11795         (gnus-html-prefetch-images): Use with-current-buffer.
11796
11797 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-ems.el: Provide compatibility functions for
11800         gnus-set-process-plist.
11801
11802         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11803         header-line-format for XEmacs 21.4.
11804
11805         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11806         * gnus.el (gnus-valid-select-methods):
11807         * message.el (message-send-mail-partially-limit):
11808         * mm-decode.el (mm-text-html-renderer):
11809         * mml.el (mml-insert-mime-headers-always):
11810         * smiley.el (smiley-regexp-alist): Bump custom version.
11811
11812 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-html.el: Require mm-url.
11815         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11816         with the url to `url'.
11817         (gnus-html-wash-tags): Support cid: URLs/images.
11818
11819 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11822         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11823         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11824
11825         * gnus-move.el: Remove file, since it doesn't really work.
11826
11827         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11828         UTF-8.  This seems to fix problems with some German web feeds.
11829
11830         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11831         at the top so that the proper colors are applied.
11832
11833         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11834         don't have dots in their names.
11835
11836         * gnus-art.el (gnus-article-view-part): Doc fix.
11837
11838         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11839         XEmacs-compatible.
11840         (gnus-html-put-image): Don't do images on non-graphic displays.
11841
11842         * nnslashdot.el: Remove this unused backend.
11843
11844         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11845         actions.
11846         (gnus-undo-register-1): Revert last change.
11847
11848         * gnus-group.el (gnus-group-completing-read): Protect against not
11849         having completion-styles bound.
11850
11851         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11852         make broken recipients happier.
11853
11854         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11855
11856         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11857         point parameter.
11858
11859         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11860
11861         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11862         completion-styles for group selection.
11863
11864 2009-02-04  Andreas Schwab  <schwab@suse.de>
11865
11866         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11867         headers and regexp-quote the match if necessary.
11868
11869 2009-03-24  Miles Bader  <miles@gnu.org>
11870
11871         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11872         the blinking smiley.
11873
11874 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11875
11876         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11877         blink smiley.
11878
11879 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11882         where the dribbel file lives exists.
11883
11884         * message.el (message-send-mail-partially-limit): Change the default to
11885         nil, since most people don't want this.
11886
11887         * mm-url.el (mm-url-decode-entities): Also decode entities like
11888         &#x3212.
11889
11890 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11891
11892         * gnus-sum.el (gnus-summary-idna-message):
11893         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11894         Hyperlink urls in docstrings with URL `...'.
11895
11896 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11897
11898         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11899         functions.
11900
11901 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11904         say what the mouseover text should be.
11905
11906         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11907         version of the mm-w3m-safe-url-regexp variable to only download images
11908         in the groups where we want that to happen.
11909
11910         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11911
11912         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11913         easier debugging.
11914         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11915         big pictures in the article buffer.
11916
11917         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11918         gnus-article-html.
11919         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11920         w3m.
11921
11922         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11923
11924 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11927         which doesn't exist.
11928
11929         * message.el (message-inhibit-ecomplete): New variable to allow some
11930         function to inhibit ecomplete address storage.
11931         (message-resend): Disable ecomplete message storage when resending
11932         messages.
11933
11934         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11935
11936 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11939         Save excursion while copying, moving, and deleting articles in order to
11940         prevent the cursor from jumping to unforeseen place.
11941
11942 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * lpath.el: No need to bind bookmark-current-buffer,
11945         bookmark-yank-point and bookmark-make-record-function.
11946
11947 2010-08-17  Glenn Morris  <rgm@gnu.org>
11948
11949         * gnus-sync.el: Require gnus components whose functions are used.
11950
11951         * gnus-art.el (bookmark-make-record-function):
11952         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11953         Declare for compiler.
11954
11955         * mm-url.el (mml-compute-boundary): Autoload.
11956
11957 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11960
11961 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11962
11963         Typo fix "hoo4a" -> "hook".
11964
11965         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11966
11967 2010-08-14  Glenn Morris  <rgm@gnu.org>
11968
11969         * gnus-sync.el (gnus-sync): Fix defgroup version.
11970
11971 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11972
11973         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11974
11975         * gnus-sync.el: Fix docs.
11976         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11977         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11978
11979 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         Optimizations for gnus-sync.el.
11982
11983         * gnus-sync.el: Add docs about gnus-sync-backend
11984         possibilities.
11985         (gnus-sync-save): Remove unnecessary message.
11986         (gnus-sync-read): Optimize and show what groups were skipped.
11987
11988 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11989
11990         Minor bug fixes for gnus-sync.el.
11991
11992         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11993         Don't read the sync on get-new-news.
11994
11995         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11996         quiet.
11997
11998         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11999         (fix typo).
12000
12001 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12002
12003         Make saving and restoring of hidden threads work with overlays.
12004         Patch applied by Ted Zlatanov.
12005
12006         * gnus-sum.el (gnus-hidden-threads-configuration)
12007         (gnus-restore-hidden-threads-configuration): Update to deal with text
12008         properties, rather than searching for a magic character.
12009
12010 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12011
12012         New gnus-sync.el library for synchronization of marks.
12013
12014         * gnus-sync.el: New library for synchronization of marks.
12015
12016         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12017         renamed from `gnus-registry-grep-in-list'.
12018
12019         * gnus-registry.el (gnus-registry-follow-group-p):
12020         Use `gnus-grep-in-list'.
12021
12022         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12023
12024 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12027         determining charset of text fails.
12028
12029 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * nnmail.el (nnmail-get-new-mail-1): Revert.
12032
12033         * nnml.el (nnml-active-number): Make sure names of newly created groups
12034         in nnml-group-alist are encoded.
12035
12036 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12039         containing non-ASCII characters in active file for nnml back end.
12040
12041 2010-07-24  David Engster  <dengste@eml.cc>
12042
12043         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12044         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12045
12046 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12047
12048         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12049         tag (Bug#6654).
12050
12051 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12054         the article buffer, not the summary buffer.
12055
12056 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12059         Emacs 23 as well.
12060
12061 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12064         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12065
12066 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12067
12068         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12069         Patch applied by Karl Fogel.
12070
12071         * gnus-sum.el (gnus-summary-bookmark-make-record):
12072         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12073
12074 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12075
12076         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12077         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12078         C-w still not working correctly from Article buffers; Thierry's
12079         patch to fix that will be applied after this.
12080
12081         * gnus-art.el (bookmark-make-record-function): New local variable.
12082
12083         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12084         article buffer.
12085         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12086
12087 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12088
12089         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12090         on changes in bookmark.el.
12091
12092 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12095         `no-log' instead of message not to log prompt string.
12096
12097 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12098
12099         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12100         the *other* type of HTML form submission.
12101
12102 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12103
12104         * auth-source.el (auth-source-pick): If choice does not contain a
12105         questioned keyword, set the check to t.
12106
12107 2010-06-12  Romain Francoise  <romain@orebokech.com>
12108
12109         * gnus-util.el (gnus-date-get-time): Move up before first use.
12110
12111 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12114         (gnus-article-edit-part): Bind it to make last part that is substituted
12115         or deleted visible.
12116         (gnus-mime-display-single): Buttonize part of which id equals to
12117         gnus-mime-buttonized-part-id.
12118
12119 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12120
12121         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12122         (gnus-dd-mmm): Use gnus-date-get-time.
12123         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12124         simplify logic.
12125         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12126         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12127
12128 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12129
12130         * auth-source.el (top): Autoload `secrets-list-collections',
12131         `secrets-create-item', `secrets-delete-item'.
12132         (auth-sources): Fix tag string.
12133         (auth-get-source, auth-source-retrieve, auth-source-create)
12134         (auth-source-delete): New defuns.
12135         (auth-source-pick): Rewrite in order to avoid 2 passes.
12136         (auth-source-forget-user-or-password): New parameter USERNAME.
12137         (auth-source-user-or-password): New parameters CREATE-MISSING and
12138         DELETE-EXISTING.  Retrieve password interactively, if needed.
12139
12140 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12141
12142         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12143         deleting unused directories when gnus-expert-user is t.
12144
12145 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12148         for each temp file when gnus-article-browse-delete-temp is ask.
12149
12150 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12151
12152         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12153         Replace Lisp calls to delete-backward-char by calls to delete-char.
12154
12155 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12156
12157         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12158
12159 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12160
12161         * password-cache.el (password-cache-remove): Fix docstring.
12162
12163 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12166         article unless decoding article to be saved.
12167
12168 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12171         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12172         generated within the mm-with-unibyte-current-buffer macro.
12173
12174 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12177         to nil when we're in a mml-preview buffer and no group is selected.
12178
12179 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12180
12181         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12182         when catching the `C-g'.  Reported by "Leo".
12183
12184 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * message.el (message-forward-make-body-plain)
12187         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12188         multibyte-string-p.
12189
12190         * lpath.el: Revert.
12191
12192 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * message.el (message-forward-make-body-mml): Assume original message
12195         is multibyte string; error on unibyte.
12196         (message-forward-make-body-plain): Ditto; don't add excessive newline
12197         in body end.
12198
12199         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12200
12201 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12202
12203         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12204         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12205
12206 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * mm-extern.el (mm-extern-url): Don't use
12209         mm-with-unibyte-current-buffer.
12210         (mm-extern-cache-contents): Use with-current-buffer instead of
12211         save-excursion + set-buffer.
12212
12213 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * mm-util.el (mm-emacs-mule): Remove.
12216
12217 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12218
12219         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12220         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12221         change.
12222
12223 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12226         bind the default value of enable-multibyte-characters to nil.
12227
12228 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * message.el (message-forward-make-body-plain)
12231         (message-forward-make-body-mml):
12232         Don't use mm-with-unibyte-current-buffer.
12233
12234 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12235
12236         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12237
12238 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12239
12240         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12241         (Bug#5592).
12242
12243 2010-05-07  Julien Danjou  <julien@danjou.info>
12244
12245         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12246         it to mm-pipe-part.
12247
12248         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12249         it is given.
12250
12251 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * binhex.el (binhex-decode-region-internal):
12254         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12255         (dns-query):
12256         * nnweb.el (nnweb-gmane-search):
12257         * pgg-parse.el (pgg-parse-armor):
12258         * pgg.el (pgg-verify-region):
12259         * sha1.el (sha1-string-external):
12260         * uudecode.el (uudecode-decode-region-internal):
12261         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12262         XEmacs.
12263
12264         * gnus-art.el (gnus-article-browse-html-parts):
12265         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12266         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12267         make-temp-file.
12268
12269         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12270         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12271         compiling.
12272
12273         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12274         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12275         XEmacs when compiling.
12276
12277         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12278         gnus-pick-mode-off-hook for XEmacs when compiling.
12279         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12280         gnus-binary-mode-off-hook for XEmacs when compiling.
12281
12282         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12283         Return nil if char-charset is not available.
12284
12285         * imap.el (imap-disable-multibyte)
12286         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12287         macros.
12288
12289         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12290         instead of encode-coding-string.
12291
12292         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12293         'xemacs) instead of mm-emacs-mule to switch function definitions.
12294         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12295
12296         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12297         bind temporary-file-directory for XEmacs;
12298         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12299         timer-set-function for XEmacs 21.4 and SXEmacs;
12300         bind timer-list for XEmacs 21.4 and SXEmacs;
12301         fbind char-charset and find-charset-region for non-Mule XEmacs;
12302         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12303         encode-coding-region and encode-coding-string for XEmacs having no
12304         file-coding feature.
12305
12306 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12307
12308         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12309
12310 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12313         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12314
12315 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12316
12317         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12318         alias `jka-compr-delete-temp-file' no longer exists.
12319
12320 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12321
12322         Use define-minor-mode in Gnus where applicable.
12323         * mml.el (mml-mode): Use define-minor-mode.
12324         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12325         (gnus-undo-mode): Use define-minor-mode.
12326         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12327         (gnus-dead-summary-mode): Use define-minor-mode.
12328         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12329         Initialize in declaration.
12330         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12331         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12332         (gnus-mailing-list-mode): Use define-minor-mode.
12333         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12334         (gnus-draft-mode): Use define-minor-mode.
12335         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12336         (gnus-dired-mode): Use define-minor-mode.
12337
12338 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12339
12340         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12341         handles on recursive mml-to-mime translation and check them for
12342         boundary delimiter collisions.  Reported by Greg Troxel.
12343
12344 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12347
12348 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12349
12350         * mm-util.el (mm-find-buffer-file-coding-system):
12351         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12352
12353 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12354
12355         * message.el (message-generate-headers): Record insertion of optional
12356         headers as well.  Otherwise the check to prevent repeated insertion of
12357         optional headers is a no-op.
12358
12359 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * smime.el: Don't mention CVS.
12362
12363         * nnrss.el (nnrss-fetch): Don't mention CVS.
12364
12365         * nnir.el: Don't mention CVS.
12366
12367 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12368
12369         * gnus-sum.el (gnus-summary-bookmark-make-record):
12370         Add `location' field.
12371
12372 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * lpath.el: Fbind bookmark-default-handler,
12375         bookmark-get-bookmark-record, bookmark-make-record-default,
12376         bookmark-prop-get for Emacs <23 and XEmacs.
12377
12378 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12379
12380         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12381         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12382         Use with-current-buffer to silence the byte-compiler.
12383         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12384         bother to require `gnus'.
12385         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12386
12387 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12388
12389         * gnus-sum.el (gnus-summary-bookmark-make-record)
12390         (gnus-summary-bookmark-jump): New functions.
12391         (gnus-summary-mode): Setup bookmark support.
12392
12393 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12394
12395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12396         if set.
12397
12398 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12401         gnus-article-browse-html-save-cid-image; make it work recursively for
12402         forwarded messages as well.
12403         (gnus-article-browse-html-parts): Work when prefix arg is given.
12404         (gnus-article-browse-html-article): Doc fix.
12405
12406 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12407
12408         * message.el (message-default-mail-headers)
12409         (message-default-headers): Carry the value mail-default-headers over
12410         into message-default-mail-headers, rather than message-default-headers.
12411
12412 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12413
12414         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12415         charset.
12416
12417         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12418         charset into the <meta> tag when the article is encoded to utf-8.
12419
12420 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-browse-delete-temp-files):
12423         Delete directories as well.
12424         (gnus-article-browse-html-parts): Work for images that do not specify
12425         file names; delete temp directory when quitting; insert header at the
12426         right place; use file: scheme for image files.
12427
12428 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12429
12430         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12431         (gnus-article-browse-html-parts): Use it to make temporary cid image
12432         files in addition to html file so that browser may display them.
12433
12434 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12437
12438 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12439
12440         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12441
12442 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12443
12444         * auth-source.el (auth-sources): Change default to be simpler.
12445         Explain about Secret Service API sources.  Improve Customize options.
12446         (auth-source-pick): Change to accept any number of search parameters.
12447         Implement fallbacks iteratively, not recursively.  Add scoring on the
12448         second pass and sort by score.  Call Secret Service API when needed.
12449         (auth-source-user-or-password): Use it.  Call Secret Service API
12450         directly when needed to get the user name and the password.
12451
12452 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12453
12454         * message.el (message-interactive): Doc fix.
12455         (message-qmail-inject-args): Reflow.
12456         (message-kill-to-signature): Fix typo in docstring.
12457
12458         * smiley.el (smiley-buffer): Fix typo in docstring.
12459
12460 2010-03-24  Glenn Morris  <rgm@gnu.org>
12461
12462         * mail-source.el (gnus-message): Declare.
12463         (mail-source-delete-old-incoming): Require gnus-util.
12464
12465 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12468
12469         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12470
12471         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12472         password-cache's default if it is not bound.
12473         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12474         password-cache-expiry's default if it is not bound.
12475
12476         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12477         available in Emacs 21.
12478
12479         * lpath.el: Suppress compiler warnings for:
12480         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12481         XEmacs;
12482         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12483         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12484         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12485
12486 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12487
12488         * auth-source.el (auth-sources): Fix up definition so extra parameters
12489         are always inline.
12490
12491 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12492
12493         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12494         wasn't updated after mismatch.  Clear cached mailbox info correctly
12495         when uidvalidity changes.
12496         (nnimap-group-prefixed-name): New function to avoid some code
12497         duplication.
12498         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12499         (nnimap-request-group): Use it.
12500         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12501         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12502         with many imap folders.  This is done by caching the group status from
12503         the imap server persistently in a group parameter `imap-status'.  (This
12504         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12505         but not persistently, so every Gnus startup was still very slow.)
12506
12507 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12508
12509         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12510         delete the extra newline.  Otherwise editing of :string and :number
12511         types don't work.
12512
12513 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12516         secrets.el dependency.
12517         (auth-sources): Add optional user name.  Add secrets.el configuration
12518         choice (unused right now).
12519
12520 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12521
12522         * gnus-sum.el (gnus-summary-make-menu-bar):
12523         Let `gnus-registry-install-shortcuts' fill in the functions.
12524
12525         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12526         warnings.
12527         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12528         (gnus-registry-install-shortcuts): Populate and use it in a
12529         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12530
12531 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12532
12533         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12534         In-place substitutions for the group name encoding/decoding.
12535         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12536         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12537         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12538         (nnimap-update-unseen, nnimap-request-list)
12539         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12540         (nnimap-request-set-mark, nnimap-split-to-groups)
12541         (nnimap-split-articles, nnimap-request-newgroups)
12542         (nnimap-request-create-group, nnimap-request-accept-article)
12543         (nnimap-request-delete-group, nnimap-request-rename-group)
12544         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12545         `encoded-mbx' for consistency.
12546         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12547         variable `imap-current-mailbox'.
12548
12549         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12550         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12551
12552 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12553
12554         * pop3.el (pop3-display-message-size-flag): Display message size byte
12555         counts during POP3 download.
12556         (pop3-movemail): Use it.
12557         (pop3-list): Implement listing of available messages.
12558
12559 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12560
12561         * nnir.el (nnir-get-article-nov-override-function): New function to
12562         override the normal NOV retrieval.
12563         (nnir-retrieve-headers): Use it.
12564
12565 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12566
12567         * auth-source.el (netrc-machine-user-or-password): Autoload.
12568
12569 2010-03-19  Glenn Morris  <rgm@gnu.org>
12570
12571         Stop message.el from loading about 40 libraries it doesn't always need.
12572         The general approach is to autoload rather than require, and to
12573         require in the specific functions rather than the file.  (Bug#5642)
12574
12575         * gmm-utils.el: Don't require wid-edit.
12576         (widget-create-child-value, widget-convert, widget-default-get):
12577         Autoload.
12578
12579         * gnus-util.el: Don't require time-date, netrc.
12580         (message-fetch-field, gnus-group-name-decode): Declare rather than
12581         autoloading.
12582         (gnus-fetch-field): Require message.
12583         (gnus-decode-newsgroups): Require gnus-group.
12584
12585         * ietf-drums.el: Don't require time-date.
12586
12587         * message.el: Don't require hashcash, canlock, ecomplete.
12588         Do require mail-utils.  Require nnheader only when compiling.
12589         (smtpmail-default-smtp-server): Remove declaration.
12590         (message-send-mail-function): Check smtpmail-default-smtp-server
12591         is bound rather than requiring smtpmail.
12592         (message-auto-save-directory, message-insert-signature):
12593         Use expand-file-name rather than nnheader-concat.
12594         (nnheader-insert-file-contents): Autoload.
12595         (hashcash-wait-async): Declare.
12596         (message-send-mail): Only call gnus-setup-posting-charset if
12597         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12598         (message-send-mail-with-sendmail): Require sendmail.
12599         (canlock-password, canlock-password-for-verify): Declare.
12600         (message-canlock-password): Require canlock.
12601         (nnheader-get-report): Autoload.
12602         (gnus-setup-posting-charset): Declare.
12603         (message-send-news): Require gnus-msg.
12604         (message-make-references, message-make-in-reply-to): Use mail-header-id
12605         rather than the alias mail-header-message-id.
12606         (ecomplete-add-item, ecomplete-save): Declare.
12607         (message-put-addresses-in-ecomplete): Require ecomplete.
12608         (ecomplete-display-matches): Autoload.
12609
12610         * mm-decode.el: Don't require mailcap, gnus-util.
12611         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12612         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12613         Autoload.
12614         (mailcap-mime-extensions): Declare.
12615
12616         * mm-encode.el: Don't require mailcap.
12617         (mailcap-extension-to-mime): Autoload.
12618
12619         * mml-sec.el: Don't require password-cache.
12620
12621         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12622         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12623         (mml-minibuffer-read-type): Require mailcap.
12624         (mml-preview): Require gnus-msg.
12625
12626         * mml1991.el: Require password-cache.
12627         (password-cache-expiry): Remove declaration.
12628
12629         * mml2015.el: Require password-cache.
12630         (password-cache-expiry): Remove declaration.
12631
12632         * nneething.el (mailcap): Require mailcap.
12633
12634         * nnheader.el (declare-function): Add compatibility stub.
12635         (message-remove-header): Declare rather than autoload.
12636         (nnheader-replace-header): Require message.
12637
12638         * nnimap.el (declare-function): Add compatibility stub.
12639         (netrc-parse, netrc-machine-user-or-password): Declare.
12640         (nnimap-open-connection): Require netrc.
12641
12642         * nntp.el (declare-function): Add compatibility stub.
12643         (netrc-parse, netrc-machine, netrc-get): Declare.
12644         (nntp-send-authinfo): Require netrc.
12645
12646         * rfc2047.el: Don't require qp.
12647         (quoted-printable-encode-region, quoted-printable-decode-string):
12648         Autoload.
12649
12650         * sieve-mode.el: Don't require easymenu.
12651         (easy-menu-add-item): Autoload it.
12652
12653         * spam-stat.el (time-to-number-of-days): Autoload it.
12654
12655 2010-03-19  Glenn Morris  <rgm@gnu.org>
12656
12657         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12658
12659 2010-03-18  Glenn Morris  <rgm@gnu.org>
12660
12661         * hashcash.el (declare-function): Remove duplicate definition.
12662
12663 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12664
12665         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12666         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12667         value if any backslash escapes).
12668
12669 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12672         if it is available.  (bug#5647)
12673
12674         * lpath.el: Suppress compiler warning for coding-system-from-name for
12675         Emacs 21 and XEmacs.
12676
12677 2010-03-14  Juri Linkov  <juri@jurta.org>
12678
12679         * hmac-def.el:
12680         * hmac-md5.el:
12681         * netrc.el: Fix keywords.
12682
12683 2010-02-26  Glenn Morris  <rgm@gnu.org>
12684
12685         * message.el (message-send-mail-function): Change the default, so that
12686         it inherits from a customized send-mail-function.  (Bug#5643)
12687
12688 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12689
12690         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12691         shell-command-to-string signals an error (bug#5299).
12692
12693 2010-02-24  Glenn Morris  <rgm@gnu.org>
12694
12695         * message.el (message-smtpmail-send-it)
12696         (message-send-mail-with-mailclient): Doc fixes.
12697
12698 2010-02-16  Glenn Morris  <rgm@gnu.org>
12699
12700         * message.el (message-default-mail-headers): Change the default value
12701         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12702
12703 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12706         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12707
12708 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12709
12710         * time-date.el (date-to-time): Doc fix (Bug#5408).
12711
12712 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12713
12714         * message.el (message-mail): Just pass yank-action on to message-setup.
12715         (message-setup): Handle (FUN . ARGS) form of yank-action.
12716         (message-with-reply-buffer, message-widen-reply)
12717         (message-yank-original): Handle non-buffer values of
12718         message-reply-buffer (Bug#4080).
12719         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12720
12721 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12722
12723         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12724         Fix typo in docstring.
12725
12726 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12727
12728         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12729         response.
12730
12731 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12734
12735         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12736
12737         * message.el (message-check-news-header-syntax): Protect against a
12738         string that `rfc822-addresses' returns when parsing fails.
12739
12740 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12743         (gnus-previous-char-property-change): New functions.
12744
12745         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12746
12747 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12748
12749         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12750         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12751
12752 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12753
12754         * message.el (message-exchange-point-and-mark): Rework last change to
12755         avoid using optional arg of exchange-point-and-mark, for backward
12756         compatibility.
12757
12758 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12759
12760         * message.el (message-exchange-point-and-mark):
12761         Call exchange-point-and-mark with an argument rather than setting
12762         mark-active by hand (Bug#5175).
12763
12764 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * nntp.el (nntp-service-to-port): Work for service expressed with
12767         numeric string; replace [:digit:] with [0-9] for XEmacs.
12768
12769 2009-12-17  Glenn Morris  <rgm@gnu.org>
12770
12771         * gnus-group.el (gnus-bug-group-download-format-alist):
12772         Change emacs entry to debbugs.gnu.org.  Bump :version.
12773
12774 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12777
12778 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * message.el (message-info): Explain why we use `Info-goto-node'.
12781
12782 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12785
12786 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12787
12788         * message.el (message-completion-in-region): New compatibility function.
12789         (message-expand-group): Use it.
12790
12791 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12794         with no unread article should be listed if the 2nd arg `predicate' is
12795         given.
12796
12797 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12800
12801 2009-11-29  Juri Linkov  <juri@jurta.org>
12802
12803         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12804         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12805         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12806
12807 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12808
12809         * sha1.el (sha1-string-external): default-directory "/" in case
12810         otherwise non-existent.  process-connection-type pipe for touch of
12811         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12812
12813 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12814
12815         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12816         it's comms related and sgml-mode.el has "comm" on that basis too.
12817
12818 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12821         containing tspecial characters if they have been already quoted.
12822
12823 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12824
12825         * dns-mode.el (auto-mode-alist): Purecopy string.
12826
12827 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12828
12829         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12830
12831 2009-10-24  Glenn Morris  <rgm@gnu.org>
12832
12833         * gnus-art.el (help-xref-stack-item): Define for compiler.
12834
12835 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12836
12837         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12838
12839 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12842
12843 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12846         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12847
12848 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12851         (gnus-overlays-in): New alias to overlays-in.
12852
12853         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12854         gnus-overlay-get, and gnus-delete-overlay.
12855         (gnus-summary-show-thread): Make it work as well for systems in which
12856         next-single-char-property-change is not available.
12857         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12858
12859         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12860         (gnus-overlay-get): New alias to extent-property.
12861         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12862
12863         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12864         SXEmacs.
12865
12866         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12867         SXEmacs.
12868
12869 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12872
12873 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12874
12875         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12876         and XEmacs that don't have `remove-overlays'.
12877
12878 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12879
12880         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12881         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12882         selective display.  Use overlays instead.
12883
12884 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12885
12886         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12887
12888 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12889
12890         * spam-stat.el (spam-stat-load): Fix typo in message.
12891
12892 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12893
12894         * dig.el (dig-invoke): Fix typo in docstring.
12895         (query-dig): Reflow docstring.
12896
12897 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12898
12899         * gnus-art.el (gnus-article-encrypt-body):
12900         * message.el (message-check-recipients):
12901         * mm-util.el (mm-codepage-setup):
12902         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12903         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12904
12905 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12906
12907         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12908         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12909         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12910         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12911         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12912
12913 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12914
12915         * dig.el: Add "Keywords: comm", as per net-utils.el.
12916
12917 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12918
12919         * dig.el (dig-mode): Use define-derived-mode.
12920
12921 2009-09-19  Glenn Morris  <rgm@gnu.org>
12922
12923         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12924
12925 2009-09-18  Glenn Morris  <rgm@gnu.org>
12926
12927         * gnus-diary.el (gnus-diary-check-message):
12928         * message.el (message-insert-formatted-citation-line):
12929         * nnbabyl.el (top-level):
12930         * nndiary.el (nndiary-schedule):
12931         Fix typos in condition-case handlers.
12932
12933 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12936         configuration that provides the sole article window in a frame;
12937         position point correctly after deleting a part.
12938
12939 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12940
12941         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12942         (spam-resolve-registrations-routine): Use it to unregister articles
12943         that change status.
12944
12945 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12948         with XEmacs.
12949         (parse-time-string-chars): Use it.
12950
12951 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12952
12953         * imap.el (imap-interactive-login): Better messages.
12954         (imap-open): Fix bug with renamed buffer on reconnect.
12955         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12956         for easier debugging and cleaner code.  On successful (guessed based on
12957         server capabilities) secondary authentication, set imap-state
12958         correctly.
12959         (imap-last-authenticator): Define imap-last-authenticator as a variable
12960         to avoid warnings.
12961
12962 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * nnrss.el (nnrss-request-article): Remove binding of
12965         default-enable-multibyte-characters that has gotten needless by
12966         the 2007-07-13 change in rfc2047-encode-message-header.
12967
12968         * mml.el (mml-insert-multipart): Error on the message header.
12969         (mml-insert-part): Error on the message header; position point at
12970         the end of a MIME tag.
12971
12972 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * time-date.el (autoload): Expand define-obsolete-function-alias into
12975         defalias and make-obsolete for old Emacsen that Gnus supports.
12976         (with-no-warnings): Define it for old Emacsen.
12977         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12978         is available.
12979         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12980         float-time is available; suppress compile warning for time-to-seconds.
12981
12982         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12983         (gnus-float-time): Alias to float-time if it exists.
12984
12985         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12986         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12987         float-time is available; suppress compile warning for time-to-seconds.
12988
12989         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12990         XEmacs.
12991
12992 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * imap.el (imap-message-map): Docstring fix.
12995
12996 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12999         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13000         Add the optional argument `encoding' that overrides the default.
13001
13002         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13003         mm-encode-buffer.
13004
13005 2009-09-04  Glenn Morris  <rgm@gnu.org>
13006
13007         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13008         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13009         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13010         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13011         * mm-util.el (mm-with-unibyte-current-buffer)
13012         (mm-find-buffer-file-coding-system):
13013         * yenc.el (yenc-decode-region): Use default-value rather than
13014         default-enable-multibyte-characters.
13015
13016 2009-09-03  Glenn Morris  <rgm@gnu.org>
13017
13018         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13019         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13020         than default-enable-multibyte-characters.
13021
13022 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13023
13024         * gnus-art.el (gnus-article-read-summary-keys):
13025         Fix gnus-buffer-configuration's value temporarily used.
13026
13027 2009-09-02  Glenn Morris  <rgm@gnu.org>
13028
13029         * gnus-util.el (gnus-float-time): New function.
13030         * gnus-delay.el (gnus-delay-article):
13031         * gnus-sum.el (gnus-thread-latest-date):
13032         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13033         * nnspool.el (nnspool-request-newgroups):
13034         Use gnus-float-time rather than time-to-seconds.
13035         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13036
13037         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13038         (gnus-header-subject-face, gnus-header-newsgroups-face)
13039         (gnus-header-name-face, gnus-header-content-face):
13040         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13041         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13042         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13043         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13044         (gnus-cite-face-11):
13045         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13046         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13047         (gnus-server-closed-face, gnus-server-denied-face)
13048         (gnus-server-offline-face):
13049         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13050         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13051         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13052         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13053         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13054         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13055         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13056         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13057         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13058         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13059         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13060         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13061         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13062         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13063         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13064         (gnus-summary-high-undownloaded-face)
13065         (gnus-summary-low-undownloaded-face)
13066         (gnus-summary-normal-undownloaded-face)
13067         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13068         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13069         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13070         (gnus-splash-face):
13071         * message.el (message-header-to-face, message-header-cc-face)
13072         (message-header-subject-face, message-header-newsgroups-face)
13073         (message-header-other-face, message-header-name-face)
13074         (message-header-xheader-face, message-separator-face)
13075         (message-cited-text-face, message-mml-face):
13076         * sieve-mode.el (sieve-control-commands-face)
13077         (sieve-action-commands-face, sieve-test-commands-face)
13078         (sieve-tagged-arguments-face):
13079         * spam.el (spam-face):
13080         Mark face aliases with "-face" in the name as obsolete.
13081
13082 2009-09-01  Glenn Morris  <rgm@gnu.org>
13083
13084         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13085         than goto-line.
13086
13087 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13090         Don't move point if the command is invoked inside the message header.
13091
13092 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13093
13094         * imap.el (imap-send-command): Simplify.
13095         (imap-wait-for-tag): point-max -> buffer-size.
13096
13097 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13098
13099         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13100         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13101         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13102         * nnir.el (nnir-swish-e-index-file):
13103         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13104         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13105         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13106         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13107         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13108         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13109
13110 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13113         Don't save excursion.
13114
13115 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13116
13117         * nnheader.el (nnheader-find-file-noselect):
13118         * mm-util.el (mm-insert-file-contents):
13119         Use (default-value 'major-mode) instead of default-major-mode.
13120
13121 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13122
13123         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13124
13125 2009-08-26  Glenn Morris  <rgm@gnu.org>
13126
13127         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13128         than placing in files.el.
13129
13130 2009-08-25  Glenn Morris  <rgm@gnu.org>
13131
13132         * nnir.el (top-level): Don't require cl at run-time.
13133         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13134         Replace cl-function substitute with gnus-replace-in-string.
13135         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13136         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13137         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13138         simplified expansions.
13139
13140 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13141
13142         * dig.el (dig): Add autoload cookie.
13143
13144 2009-08-22  Glenn Morris  <rgm@gnu.org>
13145
13146         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13147         goto-line.
13148
13149 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13150
13151         * parse-time.el (parse-time-string-chars): Save match data.
13152
13153 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13154
13155         * parse-time.el (parse-time-string-chars): Compute using character
13156         classes, to handle non-ascii characters (Bug#3190).
13157
13158 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13161
13162         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13163         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13164         (gnus-mm-display-part, gnus-mime-display-single)
13165         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13166         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13167
13168         * gnus-sum.el
13169         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13170         (gnus-summary-move-article): Add expirable mark to articles copied or
13171         moved to group that has auto-expire turned on if the option is non-nil.
13172
13173 2009-07-24  Glenn Morris  <rgm@gnu.org>
13174
13175         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13176         Fix typo.  (Bug#3903)
13177
13178 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13181         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13182         that should not be used for draft articles.
13183         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13184         that has no concern in minor mode keys.
13185         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13186         Abolish.
13187
13188 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13191         article without making inquiry to a user for unknown encoding.
13192
13193         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13194         (nnmaildir--scan): Assume i-node and device number that file-attributes
13195         returns might be cons-cell.
13196
13197         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13198
13199         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13200
13201 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * auth-source.el: Remove docs now in auth.texi.  Don't use
13204         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13205         `auth-source-hide-passwords' and use them.
13206
13207 2009-07-15  Glenn Morris  <rgm@gnu.org>
13208
13209         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13210
13211 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13214         excessive whitespace from the default values of title and description.
13215
13216 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13219         mail-fetch-field to fetch Content-Description header in order to
13220         exclude newlines.
13221
13222 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13223
13224         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13225         format used by GnuPG 2.0.11.
13226
13227 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13230         to deleted part.
13231
13232 2009-05-30  David Engster  <dengste@eml.cc>
13233
13234         * nnmairix.el: Remove old documentation in the commentary block.
13235         (nnmairix-request-group): Do not update active file for nnml back ends.
13236         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13237         end so that overview files are ignored.
13238         (nnmairix-update-groups): Make updating the groups more robust by using
13239         marks.
13240         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13241         with dollar characters in message-id.
13242
13243 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13246         2008-12-25 in dns.el.
13247
13248 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13249
13250         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13251         could happen if the text is only composed of spaces and/or tabs.
13252
13253 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13254
13255         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13256         when sending a queued message to avoid extra mml tags.
13257
13258 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13261
13262 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13265         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13266         rmail-toggle-header for XEmacs;
13267         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13268
13269 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-dired.el: Remove autoload for gnus-setup-message.
13272         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13273         displaying Gnus logo; always use compose-mail.
13274
13275 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13278
13279 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13282         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13283         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13284         available.
13285         (gnus-nocem-epg-verify): New function.
13286
13287 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13290
13291 2009-02-15  Glenn Morris  <rgm@gnu.org>
13292
13293         * gnus-util.el (rmail-insert-rmail-file-header)
13294         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13295         autoloads.
13296         (rmail-default-rmail-file): Remove unnecessary declaration.
13297         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13298
13299 2009-02-14  Glenn Morris  <rgm@gnu.org>
13300
13301         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13302         variable (only used in gnus-util, which declares it anyway).
13303         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13304         which was only needed by gnus-art (changed to not use it any more).
13305         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13306         only used in gnus-util, which autoloads it itself.
13307         (rmail-update-summary): Fix autoload.
13308
13309         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13310         rather than rmail-output-to-rmail-file.
13311
13312 2009-02-07  Glenn Morris  <rgm@gnu.org>
13313
13314         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13315         autoload of function that no longer exists.
13316         (rmail-toggle-header): Declare.
13317         (message-forward-rmail-make-body): Handle mbox Rmail.
13318
13319 2009-01-31  Glenn Morris  <rgm@gnu.org>
13320
13321         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13322         2009-01-09 change.
13323
13324 2009-01-31  Dave Love  <fx@gnu.org>
13325
13326         * imap.el (imap-fetch-safe): Bind debug-on-error.
13327         (imap-debug): Add imap-fetch-safe.
13328
13329 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13330
13331         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13332         (auth-source-forget-all-cached): New convenience function.
13333         (auth-source-user-or-password): Accept list of modes or a single mode.
13334
13335         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13336         auth-source modes.
13337
13338         * netrc.el (netrc-machine-user-or-password): Use list of
13339         auth-source modes.
13340
13341         * nnimap.el (nnimap-open-connection): Use list of
13342         auth-source modes.
13343
13344         * nntp.el (nntp-send-authinfo): Use list of
13345         auth-source modes.
13346
13347 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13350         now.
13351
13352 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13355         coding system in XEmacs; add a workaround for XEmacs.
13356
13357         * lpath.el: Fbind coding-system-aliasee.
13358
13359 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13362         of current-language-environment.
13363
13364 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13367         available at runtime.
13368
13369 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13372
13373 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13374
13375         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13376         the greatest positive fixnum value doesn't work under an XEmacs with
13377         bignum support; use the most-positive-fixnum constant instead,
13378         available since Emacs 21.1 with cl and XEmacs 21.1.
13379
13380 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13383         XEmacs gets not to work.
13384
13385 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * mm-util.el (mm-coding-system-priorities): Allow the value like
13388         "Japanese (UTF-8)" of current-language-environment.
13389
13390 2009-01-09  Glenn Morris  <rgm@gnu.org>
13391
13392         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13393         with last-command-event.
13394
13395 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13398         in the doc string.
13399
13400         * message.el (message-fix-before-sending): Amend comment.
13401
13402 2009-01-08  Dave Love  <fx@gnu.org>
13403
13404         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13405
13406 2009-01-07  David Engster  <dengste@eml.cc>
13407
13408         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13409         simplified server definitions by converting it via
13410         gnus-server-to-method.
13411
13412 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13415         parameter's operands.
13416
13417 2009-01-06  David Engster  <dengste@eml.cc>
13418
13419         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13420         primary select method (for gnus-group-mark-article-as-read).
13421
13422 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13423
13424         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13425         `(gnus)Face', not `(gnus)X-Face'.
13426
13427 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * mm-util.el (mm-ucs-to-char): New function.
13430
13431         * mm-url.el (mm-url-decode-entities): Use it.
13432
13433         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13434         unicode-to-char.
13435
13436 2009-01-05  Dave Love  <fx@gnu.org>
13437
13438         * time-date.el: Require cl for `declare'.
13439
13440 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13443         Dave Love.
13444
13445 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * message.el (message-fix-before-sending): Add `eight-bit' to
13448         illegible-text check.
13449
13450 2009-01-03  Michael Olson  <mwolson@gnu.org>
13451
13452         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13453         `headers' is nil.  This can occur if the IMAP server does not have
13454         permissions to read messages from a folder, but can write new messages
13455         to the folder.
13456         (nnimap-request-article-part): Do not insert `data' if it is nil.
13457
13458         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13459         characters which will confuse `read', so skip past them.
13460
13461 2009-01-01  Dave Love  <fx@gnu.org>
13462
13463         * imap.el (imap-string-to-integer): Fix typo.
13464         (imap-fetch-safe): New function.
13465         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13466
13467         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13468
13469         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13470         (imap-parse-greeting): Fix doc strings.
13471         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13472         (imap-parse-flag-list): Make messages unique.
13473         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13474
13475         * nnimap.el: Fix author email.
13476         (nnimap-split-rule): Add FIXME comment.
13477         (nnimap-debug): Fix doc string.
13478
13479 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13482
13483 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13486         nslookup if resolv.conf isn't available.
13487         (dns-query): Rename from query-dns.
13488         (dns-query-cached): Rename from query-dns-cached.
13489
13490 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13493         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13494         to check if those variables exist (first appeared in Emacs 18.50).
13495
13496 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * mm-util.el (mm-line-number-at-pos): New function.
13499
13500         * spam-report.el (spam-report-process-queue): Use it.
13501
13502 2008-12-24  David Engster  <dengste@eml.cc>
13503
13504         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13505         parameters that haven't existed as variables as buffer-local variables.
13506
13507 2008-12-23  Dave Love  <fx@gnu.org>
13508
13509         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13510         cadar.
13511
13512         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13513         imap-starttls-p.
13514         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13515
13516 2008-12-22  Dave Love  <fx@gnu.org>
13517
13518         * imap.el: Fix author email.  Doc fixes.
13519         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13520         reply.
13521
13522 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * spam-report.el (spam-report-gmane-max-requests): New constant.
13525         (spam-report-gmane-wait): New variable.
13526         (spam-report-gmane-ham, spam-report-gmane-spam)
13527         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13528         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13529         the server.
13530
13531         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13532         Add explanations.
13533
13534         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13535         nnheader-accept-process-output and nnheader-read-timeout if available.
13536         (pop3-movemail): Use it.
13537
13538         * message.el (message-check-news-body-syntax): Fix signature check if
13539         there's an attachment.
13540
13541 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mm-util.el: Add comments to the mm- emulating functions.
13544
13545 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13548         Reported by Stephen Berman <stephen.berman@gmx.net>.
13549
13550 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * mm-util.el (mm-substring-no-properties): New function.
13553         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13554         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13555         (mm-string-to-multibyte): Doc fix.
13556
13557         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13558
13559 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * mml.el (mml-attach-file): Strip text properties from file name.
13562         (Bug#1574)
13563
13564 2008-12-16  Glenn Morris  <rgm@gnu.org>
13565
13566         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13567
13568 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13571         knows since the charset specified might be a bogus alias that
13572         mm-charset-synonym-alist provides.
13573
13574 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13577         "ISO_8859-1".
13578
13579         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13580
13581 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mm-util.el (mm-charset-eval-alist):
13584         Define it before mm-charset-to-coding-system.
13585         (mm-charset-to-coding-system): Add optional argument `silent';
13586         define it before mm-charset-override-alist.
13587         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13588         default value if it can be used in Emacs currently running;
13589         silence mm-charset-to-coding-system.
13590
13591 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13594         `allow-override' which says whether to use `mm-charset-override-alist'.
13595         (rfc2047-decode-encoded-words): Use it.
13596
13597         * mm-util.el (mm-charset-override-alist): Fix custom type;
13598         add `(gb2312 . gbk)' to choices.
13599
13600 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13603         fast.
13604
13605         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13606
13607         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13608
13609 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13610
13611         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13612         on links.
13613
13614         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13615
13616 2008-12-03  Lute Kamstra  <lute@gnu.org>
13617
13618         * sha1.el: Remove leading * from docstrings of defcustoms,
13619         deffaces, defconsts and defuns.
13620
13621 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13624         users' addresses that don't have domain parts.
13625         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13626         rather than message-narrow-to-head since there will be the message
13627         header separator.
13628
13629 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13630
13631         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13632         since the result is inserted in a unibyte buffer anyway.
13633         (nnimap-demule-use-string-to-multibyte): Remove.
13634         (nnimap-demule): Alias it to mm-string-to-multibyte.
13635
13636 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13639         variable for debugging bug#464 and bug#1174.
13640         (nnimap-demule): Use it.
13641
13642 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13645         score calculation correctly.
13646
13647 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13648
13649         * message.el (message-send-mail): Just set the buffer to unibyte
13650         rather than use mm-with-unibyte-current-buffer which does a lot more.
13651         (message-send-mail-partially): Don't bother with
13652         mm-with-unibyte-current-buffer since it's already been made unibyte by
13653         message-send-mail.
13654
13655 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13658
13659 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13660
13661         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13662
13663 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13666         require itself and to remove `with-no-warnings'.
13667
13668 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13669
13670         * starttls.el (starttls-any-program-available): Get the name of the
13671         available TLS layer program.
13672         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13673         well as the host name in the "opening" message.
13674
13675         * auth-source.el (auth-source-cache, auth-source-do-cache)
13676         (auth-source-user-or-password): Cache passwords and logins by default,
13677         allow override with `auth-source-do-cache'.
13678         (auth-source-forget-user-or-password): Allow users to remove cache
13679         entries if needed.
13680
13681 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13682
13683         * md4.el (md4-buffer): Fix typo in docstring.
13684         (md4, md4-64): Doc fixes.
13685         (md4-pack-int32): Reflow docstring.
13686
13687 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13688
13689         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13690         condition-case to only the forward-sexp call.
13691
13692 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13695         quotes contained.  Make it more robust regardless by an extra
13696         condition-case wrapper.
13697
13698 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13701
13702 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * nnml.el (nnml-request-expire-articles): Check if the function set to
13705         `nnmail-expiry-target' returns the symbol `delete'.
13706
13707         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13708
13709         * nnmail.el (nnmail-expiry-target): Fix custom type.
13710
13711 2008-10-02  Glenn Morris  <rgm@gnu.org>
13712
13713         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13714         Silence compiler warning.
13715
13716 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13717
13718         * tls.el (open-tls-stream): Show the actual command being
13719         executed, instead of the format string.
13720
13721 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * lpath.el: Fbind codepage-setup for Emacs 23.
13724
13725 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13726
13727         * mml.el (mml-menu): Don't assume mml2015 is bound.
13728
13729 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13732         exists.
13733
13734 2008-09-27  Glenn Morris  <rgm@gnu.org>
13735
13736         * gnus-util.el (mail-header-remove-comments): Autoload it.
13737
13738 2008-09-27  Andreas Schwab  <schwab@suse.de>
13739
13740         * gnus-util.el (gnus-split-references): Strip comments.
13741         (gnus-parent-id): Likewise.
13742
13743 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * message.el (message-confirm-send): Fix version.
13746
13747 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * message.el (message-idna-to-ascii-rhs-1): Use
13750         mail-extract-address-components rather than mail-header-parse-addresses
13751         that is an alias by default to ietf-drums-parse-addresses that does not
13752         support non-ASCII names in headers' contents.
13753
13754 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * message.el (message-confirm-send): Fix variable documentation to
13757         avoid the "y/n" wording.
13758
13759 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13760
13761         * message.el (message-set-auto-save-file-name): Save to a different
13762         filename so multiple messages (especially drafts) can be recovered.
13763
13764 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * message.el (message-confirm-send): Add appropriate version.
13767
13768 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13769
13770         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13771         defvar.
13772
13773 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13774
13775         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13776         (mm-pkcs7-enveloped-magic): Ditto.
13777
13778 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13779
13780         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13781         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13782
13783 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13784
13785         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13786         default, it's better.
13787
13788 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13791         summary line gnus-number property and ignore them (with a warning
13792         message).
13793
13794 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13797         macro caddr in the interactive form since it won't be expanded.
13798
13799 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13802         `charset'; fix name of function called recursively.
13803         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13804
13805 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13808         (gnus-mime-set-charset-parameters): New function.
13809         (gnus-mime-view-part-as-charset): Use it to correctly display part
13810         specifying wrong charset.
13811
13812 2008-09-08  David Engster  <dengste@eml.cc>
13813
13814         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13815         in completing-read for back end server.
13816
13817 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13818
13819         * message.el (message-confirm-send): New variable to confirm sending a
13820         message.
13821         (message-send): Use it.
13822
13823 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13826
13827 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13830
13831 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13832
13833         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13834         prevent tracking too many groups.
13835         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13836         Use it.
13837
13838 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13839
13840         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13841         moving point to the bottom of the window in order to avoid recentering.
13842
13843 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13846
13847         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13848         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13849         (gnus-article-beginning-of-window): Fix calculation.
13850
13851 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-msg.el (gnus-summary-supersede-article)
13854         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13855         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13856         message header.
13857
13858 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13859
13860         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13861         pending output coming after the status change.
13862
13863 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13864
13865         * message.el:
13866         * gnus-start.el:
13867         * gnus-registry.el: Remove VMS support.
13868
13869 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13872         macro.
13873         (rfc2104-hash): Use it.
13874
13875 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13878         (gnus-summary-sort-by-most-recent-date): New commands.
13879         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13880         and menu entries.
13881
13882 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13885         don't redisplay article for raw contents; remove plural articles stuff.
13886
13887         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13888         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13889         on gnus-summary-save-article; display results properly.
13890
13891 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * lpath.el: No need to fbind ns-focus-frame.
13894
13895 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13898
13899 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (gnus-summary-save-in-pipe):
13902         Consider gnus-save-all-headers.
13903
13904 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13905
13906         * gnus-util.el (ns-focus-frame): Remove declaration.
13907         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13908         like x.
13909
13910 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13911
13912         * rfc2104.el (rfc2104-zero): Delete defconst.
13913         (rfc2104-hex-alist): Likewise.
13914         (rfc2104-hex-to-int): Delete func.
13915         (rfc2104-hexstring-to-bitstring): Likewise.
13916         (rfc2104-nybbles): New defconst.
13917         (rfc2104-hash): Rewrite for speed.
13918
13919 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * tls.el (open-tls-stream): Make it work with the 2nd argument
13922         BUFFER that is a string but does not exist as a buffer object, as
13923         mentioned in the doc-string.
13924
13925 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13928         SXEmacs.
13929
13930 2008-07-16  Glenn Morris  <rgm@gnu.org>
13931
13932         * gnus-util.el (ns-focus-frame): Declare for compiler.
13933
13934 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13937         set as a group parameter.
13938         (gnus-summary-save-in-pipe): Work when it is called independently.
13939         (gnus-summary-pipe-to-muttprint): Don't modify
13940         gnus-summary-pipe-output-default-command.
13941
13942 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13943
13944         * message.el (message-send-mail-with-sendmail):
13945         Display the error message.
13946
13947 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-art.el (gnus-default-article-saver):
13950         Add gnus-summary-save-in-pipe to choices.
13951         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13952         gnus-summary-pipe-output-default-command as the default command.
13953         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13954         instead of gnus-last-shell-command.
13955
13956         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13957         New user option.
13958         (gnus-summary-muttprint-program): Mention the value will be changed.
13959         (gnus-summary-save-article): Force showing of all headers.
13960         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13961
13962 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13963
13964         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13965
13966 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13967
13968         * nnimap.el (nnimap-id):
13969         * sieve-manage.el (sieve-manage-open): Doc fixes.
13970
13971 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13972
13973         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13974         if available.
13975
13976 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13977
13978         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13979
13980         * nnkiboze.el (nnkiboze-generate-group):
13981         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13982
13983         * nnmairix.el: Require CL.
13984
13985 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * dgnushack.el: Autoload get-display-table and put-display-table for
13988         XEmacs 21.5.
13989
13990         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13991         21.4 and SXEmacs.
13992
13993 2008-06-15  David Engster  <dengste@eml.cc>
13994
13995         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13996
13997 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13998
13999         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14000         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14001         runtime choice under XEmacs.
14002
14003         * gnus-sum.el (gnus-summary-set-display-table):
14004         Use `gnus-put-display-table', `gnus-get-display-table',
14005         `gnus-set-display-table' for the display table, instead of `aset'.
14006
14007         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14008         Use `gnus-put-display-table', `gnus-get-display-table',
14009         `gnus-set-display-table' for the display table.
14010
14011 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * nnmairix.el: Add autoloads.
14014
14015 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * nnmairix.el (nnmairix-delete-recreate-group)
14018         (nnmairix-update-and-clear-marks): Fix error messages.
14019
14020 2008-06-14  David Engster  <dengste@eml.cc>
14021
14022         * nnmairix.el: Upgrade to version 0.6.
14023         (nnmairix-group-toggle-propmarks-this-group)
14024         (nnmairix-group-toggle-readmarks-this-group)
14025         (nnmairix-group-delete-recreate-this-group)
14026         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14027         (nnmairix-remove-tick-mark-original-article): New commands.
14028         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14029         (nnmairix-propagate-marks-to-nnmairix-groups)
14030         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14031         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14032         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14033         functions needed for marks propagation and manipulation of read marks.
14034         (nnmairix-update-groups): New function.
14035         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14036         (nnmairix-determine-original-group-from-registry)
14037         (nnmairix-determine-original-group-from-path)
14038         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14039         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14040         New helper functions.
14041         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14042         keystrokes for new commands.
14043         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14044         (nnmairix-request-group): Check allow-fast group parameter.
14045         (nnmairix-request-create-group): Set allow-fast group parameter if
14046         nnmairix-allowfast-default is set.
14047         (nnmairix-close-group): Propagate marks upon closing if needed.
14048         (nnmairix-group-toggle-threads-this-group): Use new.
14049         nnmairix-group-toggle-parameter helper function.
14050         (nnmairix-search): Better check for empty search result.
14051         (nnmairix-goto-original-article): Use new helper functions for
14052         determining original article.
14053         (nnmairix-show-original-article): Make sure message-id is in brackets.
14054         (nnmairix-call-mairix-binary): Change variable name.
14055         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14056         helper function.
14057         (nnmairix-widget-toggle-activate): Fix doc string.
14058
14059 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * nnir.el: Require edmacro when compiling with XEmacs.
14062         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14063         available in Emacs 21.
14064
14065 2008-06-11  Glenn Morris  <rgm@gnu.org>
14066
14067         * gnus-util.el (x-focus-frame):
14068         * gnus.el (image-size):
14069         * mm-decode.el (image-size): Declare.
14070
14071         * gnus-picon.el (declare-function): Add compat definition.
14072         (image-size): Declare.
14073
14074         * gnus-group.el (tool-bar-map):
14075         * gnus-sum.el (tool-bar-map): Define for compiler.
14076
14077         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14078
14079         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14080
14081         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14082         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14083         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14084         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14085         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14086         * sieve-manage.el, spam-report.el, spam.el:
14087         Remove unnecessary eval-and-compile of autoloads.
14088
14089 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14090
14091         * auth-source.el: Precise Tramp doc.
14092
14093 2008-06-07  Glenn Morris  <rgm@gnu.org>
14094
14095         * nnmairix.el: Remove unnecessary eval-when-compile.
14096
14097 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * lpath.el: Fbind propertize for XEmacs 21.4.
14100
14101 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * nnir.el: Move here from ../contrib.
14104
14105 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14106
14107         * gnus-util.el (gnus-read-shell-command): New function.
14108         * mm-decode.el (mm-pipe-part):
14109         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14110
14111 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14114
14115 2008-06-03  Glenn Morris  <rgm@gnu.org>
14116
14117         * pop3.el (nnheader-accept-process-output): Autoload it.
14118
14119 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14122         are not 2-digit hexadecimal characters that follow `%'s.
14123
14124 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * message.el (message-bogus-recipient-p): Fix type in doc string.
14127         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14128         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14129         Improve custom options.
14130         (message-bogus-recipient-p): Adjust accordingly.
14131
14132 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14133
14134         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14135         long-form month and day names.
14136
14137 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * dgnushack.el: Autoload debug, eudc-expand-inline and
14140         pgg-snarf-keys-region for XEmacs.
14141
14142         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14143
14144         * nnmairix.el: Require edmacro when compiling with XEmacs.
14145
14146 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14149         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14150
14151 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14152
14153         * auth-source.el: Add more docs.
14154
14155         * netrc.el (netrc-machine): Always match if the port is not given.
14156
14157 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158
14159         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14160         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14161         retrieval faster in some cases, but might make CPU usage larger.
14162         If this has any bad side effects, we might revert this change.
14163
14164         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14165         seems to make mail retrieval much, much faster.
14166         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14167         unconditionally.
14168
14169         * gnus-draft.el (gnus-group-send-queue):
14170         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14171
14172 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14175
14176         * message.el (message-bogus-address-regexp): Fix and improve custom
14177         type.
14178         (message-setup-hook): Add message-check-recipients as custom option.
14179
14180 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * message.el (message-cite-function): Remove bogus autoload which crept
14183         in during merge from v5-10.
14184
14185 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14186
14187         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14188
14189         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14190
14191         * auth-source.el: Preliminary Tramp docs.
14192         (auth-sources): Change the default auth-sources to use
14193         EPA .gpg files.
14194
14195 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * nntp.el: Autoload `auth-source-user-or-password'.
14198         (nntp-send-authinfo): Use it.
14199
14200         * nnimap.el: Autoload `auth-source-user-or-password'.
14201         (nnimap-open-connection): Use it.
14202
14203         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14204         for the gnus-message function.
14205         (auth-source-user-or-password): Use it.
14206
14207 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14208
14209         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14210         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14211         (rfc2104-hash): Use it.
14212
14213 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14214
14215         * gnus-art.el (gnus-article-toggle-truncate-lines):
14216         Don't use `iff' in docstring.
14217
14218 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14219
14220         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14221
14222         * gnus-util.el (gnus-extract-address-component-name)
14223         (gnus-extract-address-component-email): Convenience functions around
14224         `gnus-extract-address-components'.
14225
14226         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14227         Use `gnus-extract-address-component-email' to fix bug of comparing full
14228         sender name to `user-mail-address'.
14229
14230 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14231
14232         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14233         catch/throw to optimize.
14234         (gnus-registry-find-keywords): Just use member to find a keyword.
14235
14236 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14237
14238         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14239         is current before calling gnus-server-prepare.
14240         (gnus-server-setup-buffer, gnus-server-update-server)
14241         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14242
14243 2008-05-04  Juri Linkov  <juri@jurta.org>
14244
14245         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14246         (mailcap-file-default-commands): Use mailcap-replace-in-string
14247         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14248         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14249
14250 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14251
14252         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14253
14254 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14255
14256         * gnus.el: Bump version to 0.11.
14257
14258 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14259
14260         * gnus.el: No Gnus v0.10 is released.
14261
14262 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14263
14264         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14265         hooks.
14266         (gnus-update-read-articles): Speed up non-marks-using users.
14267         (gnus-use-marks): Define gnus-use-marks.
14268         (gnus-propagate-marks): Rename variable to something more sensible.
14269
14270 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14271
14272         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14273         (gmm-image-load-path-for-library): Fix typos in docstrings.
14274         (gmm-message): Reflow docstring.
14275
14276 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * mail-source.el (mail-source-set-1, mail-source-bind):
14279         Move auth-source code out of the macro to clean it up and fix bugs.
14280
14281 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14284         by sender if it's equal to user-mail-address, it's likely to be
14285         useless.
14286
14287         * mail-source.el (mail-source-bind): Don't use user or password if they
14288         are not bound.  Unintern them if they are nil.  Don't use server unless
14289         it's bound, and default it to empty string otherwise.
14290
14291 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * mail-source.el: Load auth-source.el.
14294         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14295         get user name or password, if auth-sources is set up.
14296
14297         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14298         strategy of splitting with parent.
14299         (gnus-registry-split-fancy-with-parent)
14300         (gnus-registry-post-process-groups): Use it and fix prior
14301         bug (returning a list as the split result).
14302
14303         * auth-source.el (auth-sources): Remove server parameter.
14304         (auth-source-pick, auth-source-user-or-password)
14305         (auth-source-user-or-password-imap)
14306         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14307         (auth-source-user-or-password-sftp)
14308         (auth-source-user-or-password-smtp): Remove server parameter.
14309
14310 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14311
14312         * smime.el (smime-sign-region, smime-encrypt-region)
14313         (smime-decrypt-region):
14314         Remove redundant calls to `generate-new-buffer-name'.
14315
14316 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14317
14318         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14319         Don't use QP for message/rfc822.
14320         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14321
14322 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14323
14324         * sieve-manage.el (sieve-string-bytes): Remove.
14325         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14326         correct byte-length only if the process's coding-system is the same as
14327         the one used internally by Emacs to represent strings.
14328
14329 2008-04-22  Juri Linkov  <juri@jurta.org>
14330
14331         * mailcap.el (mailcap-file-default-commands): New function.
14332
14333 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * message.el (message-signature-separator, message-cite-function):
14336         Change custom version.
14337
14338 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14339
14340         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14341         commands.
14342         (tls-checktrust): Ditto.
14343
14344 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * mm-decode.el (mm-display-external): Make temp file read-only.
14347
14348 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14351         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14352         `C-c C-f d'.
14353
14354 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14355
14356         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14357
14358 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus.el: Bump version to 0.9.
14361
14362 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus.el: No Gnus v0.8 is released.
14365
14366 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14367
14368         * mail-source.el (mail-source-value):
14369         Prefer fboundp to functionp so it works with macros as well.
14370
14371 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14372
14373         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14374         Fix last change in case the element is not even a symbol.
14375
14376 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14377
14378         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14379         Prefer fboundp to functionp so it works with macros as well.
14380
14381 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * auth-source.el: Add docs.
14384         (auth-sources): Modify format to support server.
14385         (auth-source-pick, auth-source-user-or-password)
14386         (auth-source-user-or-password-imap)
14387         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14388         (auth-source-user-or-password-sftp)
14389         (auth-source-user-or-password-smtp): Add server parameter.
14390
14391 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14392
14393         * gnus-registry.el: Initialize the registry when gnus-registry-install
14394         is t.
14395
14396 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * compface.el (uncompface): Make buffer unibyte.
14399
14400 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * mail-source.el (mail-source-value):
14403         Prefer fboundp to functionp so it works with macros as well.
14404
14405 2008-04-05  Glenn Morris  <rgm@gnu.org>
14406
14407         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14408
14409 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14410
14411         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14412         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14413
14414         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14415         multibyteness after rather than before erasing it.
14416
14417         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14418         mm-with-multibyte.
14419         (gnus-request-article-this-buffer): Make sure the proper decoding is
14420         used if gnus-original-article-buffer happens to be unibyte.
14421
14422         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14423         default-enable-multibyte-characters.
14424
14425         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14426         default-enable-multibyte-characters.
14427
14428         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14429
14430         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14431
14432 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14433
14434         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14435         Fix last change in case the element is not even a symbol.
14436
14437 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14438
14439         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14440         (imap-message-copyuid-1): Use it.
14441         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14442         J. Williams in
14443         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14444
14445         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14446         imap-enable-exchange-bug-workaround.
14447         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14448
14449 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14450
14451         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14452         a 100 byte status-checks into a 2-3MB transfer for each group.
14453         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14454         to enable bug workaround or not.
14455         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14456
14457 2008-03-31  Glenn Morris  <rgm@gnu.org>
14458
14459         * message.el (mml2015-use): Declare for compiler.
14460         (message-info): Require mml2015 when appropriate.
14461
14462 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14465         whitespace.
14466
14467 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14468
14469         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14470         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14471         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14472         (nntp-service-to-port): New function.
14473         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14474         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14475         (nntp-open-netcat-stream): New function.
14476         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14477
14478 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14479
14480         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14481
14482 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14483
14484         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14485
14486 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14487
14488         * dns.el (dns-write): Use set-buffer-multibyte.
14489
14490 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14491
14492         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14493
14494 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * message.el (message-signature-separator): Change default.
14497         Improve custom type.
14498         (message-cite-function): Change default to
14499         message-cite-original-without-signature.
14500
14501         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14502         toggle.
14503
14504         * message.el (message-check-news-body-syntax): Fix signature check.
14505         (message-setup-1): Mark buffer as unmodified _after_ running
14506         message-setup-hook and handling message-alternative-emails.
14507         (message-shorten-references): Be more strict when building list of
14508         valid references to comply with GNKSA.
14509
14510         * gnus-group.el (gnus-read-ephemeral-bug-group)
14511         (gnus-read-ephemeral-debian-bug-group)
14512         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14513
14514         * message.el (message-info): Don't use booleanp which isn't supported
14515         in Emacs 21 and XEmacs.
14516
14517 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14520         gnus-group-gmane-group-download-format.
14521         (gnus-group-read-ephemeral-gmane-group): Rename from
14522         gnus-group-read-ephemeral-gmane-group.
14523         (gnus-read-ephemeral-gmane-group-url): Rename from
14524         gnus-group-read-ephemeral-gmane-group-url.
14525         (gnus-bug-group-download-format-alist): New variable.
14526         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14527         (gnus-read-ephemeral-emacs-bug-group): New commands.
14528
14529 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14532         (gnus-visible-headers): Improve custom type.
14533
14534 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mml.el (mml-menu): Add workarounds for XEmacs.
14537
14538         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14539         X-Boundary header.
14540
14541         * message.el (message-simplify-recipients): Fix previous commit.
14542
14543 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14544
14545         * mm-util.el (mm-set-buffer-multibyte): New function.
14546         * mm-decode.el (mm-copy-to-buffer): Use it.
14547
14548         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14549         Prefer fboundp to functionp so it works with macros as well.
14550
14551 2008-03-19  Glenn Morris  <rgm@gnu.org>
14552
14553         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14554         Accidentally removed in the sync process with Emacs.
14555
14556 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * message.el (message-alter-recipients-discard-bogus-full-name):
14559         New function.
14560         (message-alter-recipients-function): New variable.
14561         (message-get-reply-headers): Use it.
14562         (message-replace-header): New helper function.
14563         (message-recipients-without-full-name): New variable.
14564         (message-simplify-recipients): New command.
14565
14566         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14567
14568         * message.el (message-info): Handle EasyPG manual.
14569
14570         * mml.el (mml-menu): Add entry for EasyPG.
14571
14572 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14573
14574         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14575         parameter.
14576
14577         * message.el (message-disassociate-draft): Specify drafts group name
14578         fully.
14579
14580 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14583         Eliminate unnecessary duplicates from the match list.
14584
14585 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14588
14589         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14590
14591         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14592         args of `how-many' of which the XEmacs version doesn't take; declare
14593         Info-index-next as function.
14594
14595 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * gnus-score.el (gnus-score-headers): Fix handling of
14598         gnus-inhibit-slow-scoring.
14599
14600         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14601         string.
14602         (gnus-button-url-regexp): Improve handling of parenthesis.
14603         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14604         (gnus-button-handle-info-keystrokes): Handle index entries.
14605
14606 2008-03-15  Glenn Morris  <rgm@gnu.org>
14607
14608         * parse-time.el (parse-time-string): Simplify.
14609
14610 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14613         Incoming* files.
14614
14615 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14616
14617         * auth-source.el (auth-sources): Rename from auth-source-choices.
14618         (auth-source-pick): Use it.
14619
14620 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14621
14622         * binhex.el (binhex-decode-region-internal):
14623         * uudecode.el (uudecode-decode-region-internal):
14624         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14625         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14626         setting default-enable-multibyte-characters.
14627
14628 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * auth-source.el (auth-source-protocols)
14631         (auth-source-protocols-customize, auth-source-choices): Add and
14632         modified variable customizations and defaults.
14633         (auth-source-pick, auth-source-user-or-password)
14634         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14636         (auth-source-user-or-password-sftp)
14637         (auth-source-user-or-password-smtp): Use new variables and provide an
14638         interface to netrc.el.
14639
14640 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14643         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14644         Make sure the nntp port to specify is a string.
14645
14646 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14647
14648         * nntp.el: Use with-current-buffer.
14649         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14650         dubious mm-with-unibyte-current-buffer.
14651         (nntp-with-open-group-function): New function extracted from
14652         nntp-with-open-group macro.
14653         (nntp-with-open-group): Use the function, so it's easier to debug.
14654         Add indentation and debugging info.
14655         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14656         Recommend the use of the netcat alternatives.
14657
14658         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14659         Avoid mm-string-as-multibyte as well.
14660
14661         * nnweb.el (nnweb-insert-html):
14662         Remove use of nnheader-string-as-multibyte.
14663
14664         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14665         (nnheader-string-as-multibyte): Remove.
14666
14667         * mm-view.el: Use inhibit-read-only.
14668         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14669         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14670         or unibyte-string.
14671
14672         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14673         (mm-uu-yenc-extract): Use with-current-buffer.
14674
14675         * gnus-soup.el (gnus-soup-send-packet): Don't use
14676         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14677
14678         * nnmh.el: Use with-current-buffer.
14679         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14680         mm-string-as-multibyte on the output of mm-encode-coding-string.
14681
14682         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14683         (nnimap-request-move-article): Use with-current-buffer.
14684
14685         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14686         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14687         conversion uses string-make-unibyte rather than string-as-unibyte.
14688
14689         * gnus-msg.el: Use with-current-buffer.
14690
14691         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14692
14693 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14694
14695         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14696         string for caching if it is 'PIN.
14697
14698 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * lpath.el: Consider the case without Emacs/W3.
14701
14702 2008-03-08  Glenn Morris  <rgm@gnu.org>
14703
14704         * time-date.el (date-to-time, time-subtract, time-add)
14705         (safe-date-to-time): Doc fixes.
14706
14707 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * mail-source.el (mail-source-delete-old-incoming-confirm):
14710         Change default to nil.
14711         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14712
14713 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * lpath.el: Rearrange.
14716
14717         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14718         (gnus-article-goto-prev-page): Work for articles having ^L's.
14719
14720         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14721
14722         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14723
14724 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14725
14726         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14727         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14728         (gnus-bookmark-jump): Adjust some variable names.
14729
14730 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * auth-source.el: New package.
14733         (auth-source-choices): Add customization entry point variable.
14734
14735         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14736         bug.
14737
14738 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14739
14740         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14741         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14742         (gnus-registry-install-shortcuts): Rename from
14743         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14744         the `gnus-registry-mark-map' keymap dynamically from
14745         `gnus-registry-marks'.  The generated functions update the summary line
14746         when a registry mark is added or deleted, and will call
14747         `gnus-registry-install-p' (see the comments in the code).
14748         (gnus-registry-user-format-function-M): Use concat intelligently.
14749
14750         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14751         the registry mark functions.
14752
14753 2008-03-05  Glenn Morris  <rgm@gnu.org>
14754
14755         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14756         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14757         gnus-art.
14758         (top-level): No need to load own source when compiling.
14759
14760 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14763         Suggested by <chris.anderton@zetnet.co.uk>.
14764
14765 2008-03-04  Glenn Morris  <rgm@gnu.org>
14766
14767         * gnus-sum.el (top-level): No need to require gnus when compiling,
14768         since unconditionally required near start of file.
14769         (gnus-summary-display-while-building): Move definition before use.
14770
14771 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14772
14773         * gnus-registry.el (gnus-registry-user-format-function-M):
14774         Add formatting function.
14775
14776 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14779         with plists.
14780         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14781         Use new format.
14782
14783 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14786         `where-is-internal' that returns a range of key sequences.
14787
14788 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14789
14790         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14791
14792         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14793         (gnus-summary-jump-to-group): Consider windows on other displayed
14794         frames as well.  Similar changes might be needed elsewhere, but that's
14795         the one I've bumped into during my use.
14796
14797         * nndoc.el (nndoc-oe-dbx-type-p):
14798         * gnus-msg.el (gnus-debug):
14799         * gnus-group.el (gnus-update-group-mark-positions):
14800         Use mm-string-to-multibyte.
14801
14802 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14805         doesn't handle NotDashEscaped.
14806
14807         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14808         (mml-dnd-attach-options): Fix typo in custom choice.
14809
14810         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14811         Change nndoc-article-type to mbox.
14812         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14813
14814         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14815         to nil, instead of html2text.
14816
14817         * imap.el (imap-debug): Add `imap-ping-server'.
14818
14819         * gnus-bookmark.el: Add FIXMEs.
14820
14821         * message.el (message-form-letter-separator)
14822         (message-send-form-letter-delay): New variables.
14823         (message-send-form-letter): Use them.  New command to send form
14824         letters.  Requested by Uwe Siart.
14825         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14826
14827 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * Update copyright years.
14830
14831 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         Sync from EMACS_22_BASE.
14834
14835         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14836
14837 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14838
14839         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14840         empty author.
14841
14842 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * gnus-registry.el (gnus-registry-marks): Add variable for
14845         customization of marks and their appearance.
14846         (gnus-registry-read-mark): Use it.
14847         (gnus-registry-do-marks): Add utility function to loop through
14848         `gnus-registry-marks'.
14849         (gnus-registry-install-shortcuts-and-menus): Add function to install
14850         shortcuts and menus.
14851         (gnus-registry-initialize): Use it.
14852         (gnus-registry-default-mark): Clarify documentation.
14853
14854 2008-02-29  Glenn Morris  <rgm@gnu.org>
14855
14856         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14857         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14858         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14859         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14860         Change defcustom :version from 23.0 to 23.1.
14861
14862 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14863
14864         * gnus-registry.el (gnus-registry-follow-group-p)
14865         (gnus-registry-post-process-groups): Add functions to aid registry
14866         splitting and improve logging.  Clarify behavior in function
14867         documentation.
14868         (gnus-registry-split-fancy-with-parent): Use them.
14869
14870 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * gnus-art.el: Use with-current-buffer.
14873
14874 2008-02-27  David Engster  <dengste@eml.cc>
14875
14876         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14877         Express real group name in the response.
14878
14879 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14882         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14883         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14884         autoload gnus-registry-fetch-group when compiling.
14885         (nnmairix-request-group-with-article-number-correction):
14886         Remove unreferenced argument passed to nnmairix-call-backend.
14887
14888 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14891         (mm-uu-extract): Improve face for low color ttys.
14892         Reported by Sascha Wilde.
14893
14894 2008-02-27  Glenn Morris  <rgm@gnu.org>
14895
14896         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14897         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14898         variables to defconsts.  Convert comments to doc-strings.
14899         (nnmairix-last-server, nnmairix-current-server): Convert from free
14900         variables to defvars.  Convert comments to doc-strings.
14901         (gnus-registry-fetch-group): Autoload.
14902         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14903         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14904         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14905         caddr.
14906         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14907         nnmairix-request-group-with-article-number-correction call.
14908         (nnmairix-fast, nnmairix-group): New, less general names, for free
14909         variables passed from nnmairix-request-group to
14910         nnmairix-request-group-with-article-number-correction.  Declare.
14911         (nnmairix-request-group-with-article-number-correction):
14912         Use nnmairix-fast, nnmairix-group rather than fast, group.
14913
14914 2008-02-26  David Engster  <dengste@eml.cc>
14915
14916         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14917         version 0.5.
14918
14919 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14920
14921         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14922         instead of making an extra function call.  Don't add the current group
14923         to articles only when they have the group.  Use
14924         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14925         Reported by David <de_bb@arcor.de>.
14926
14927 2008-02-24  Miles Bader  <miles@gnu.org>
14928
14929         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14930         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14931         (mm-find-mime-charset-region):
14932         * mm-bodies.el (mm-encode-body):
14933         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14934
14935 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14938         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14939
14940 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * mail-source.el (mail-source-delete-incoming): Change default.
14943         Supplement doc string.
14944
14945         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14946
14947 2008-02-14  Glenn Morris  <rgm@gnu.org>
14948
14949         * time-date.el (format-seconds): New function.
14950
14951 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * nnmail.el (nnmail-message-id-cache-file): Derive from
14954         `gnus-home-directory'.
14955
14956 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14959         Document negative prefix.
14960
14961         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14962
14963 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14964
14965         * message.el (message-unsent-separator): Add the Exim bounce
14966         separator.
14967
14968 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14969
14970         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14971         list.
14972         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14973         recipient/signer list.
14974
14975 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * Makefile.in (datarootdir): Define.
14978         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14979         name that might contain whitespace.
14980
14981 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14984         fbound (Emacs 23 unicode), signal an error.
14985
14986 2008-02-08  Glenn Morris  <rgm@gnu.org>
14987
14988         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14989
14990 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14991
14992         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14993         ports to the calls to `netrc-machine-user-or-password' in addition to
14994         "imap" and "imaps".
14995
14996 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14997
14998         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14999
15000         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15001
15002 2008-02-01  Kenichi Handa  <handa@m17n.org>
15003
15004         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15005         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15006         (rfc2104-hash): Convert the result of concat to unibyte string.
15007
15008 2008-02-01  Dave Love  <fx@gnu.org>
15009
15010         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15011         coding-system-for-read.
15012         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15013
15014 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15017         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15018         <hanche@math.ntnu.no>.
15019
15020 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15023
15024         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15025
15026 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15027
15028         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15029         * message.el (message-beginning-of-line): Use featurep instead of bound
15030         tests in order to resolve conditionals at compile time.
15031
15032 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15033
15034         * mail-source.el (mail-sources): Add `group' choice.
15035
15036         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15037         parameter `in-group' to control into which group the articles go.
15038         Add treatment of `group' mail-source.
15039
15040 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15043
15044         * mm-decode.el (mm-dissect-buffer): Decode description.
15045
15046         * mml.el (mml-to-mime): Encode message header first.
15047
15048 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15051         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15052
15053         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15054         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15055
15056 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15059
15060 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15063         prefix keys.
15064         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15065         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15066         gnus-xmas.el.
15067
15068         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15069         (gnus-xmas-article-describe-bindings): New function.
15070         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15071         gnus-xmas-article-describe-bindings.
15072
15073         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15074
15075 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15078         Add new variables for article mark management.
15079         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15080         list of extra data entries which, when present, will indicate that the
15081         article ID should not be trimmed from the registry.
15082         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15083         functions.
15084         (gnus-registry-read-mark): New function to read a mark name from the
15085         user.
15086         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15087         (gnus-registry-set-article-mark-internal): New functions to add and
15088         remove marks.
15089         (gnus-registry-get-article-marks): New function to show the marks for
15090         an article, or retrieve them for further use.
15091
15092 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15095         keys when no argument is given.
15096
15097 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * imap.el (imap-ping-server): New variable.
15100         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15101         (imap-ping-server): Minor doc string fixes.
15102
15103 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15104
15105         * imap.el (imap-ping-server): New function.
15106         (imap-opened): Call imap-ping-server.
15107
15108 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-sum.el (gnus-article-sort-by-random)
15111         (gnus-thread-sort-by-random): Fix doc strings.
15112         Reported by jidanni@jidanni.org.
15113
15114 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-art.el (gnus-article-describe-bindings): New function.
15117         (gnus-article-read-summary-keys): Use it.
15118         (gnus-article-mode-map): Bind `C-h b' to it.
15119
15120 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15123         XEmacs.
15124         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15125         Protect against non-character events.
15126
15127         * lpath.el: Fbind map-keymap for Emacs 21.
15128
15129 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15132         New command.
15133         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15134         instead of END.  Change name of the temp file.
15135         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15136         customizable.
15137
15138 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15141         bind `S W' to gnus-article-wide-reply-with-original; set default
15142         binding to gnus-article-read-summary-send-keys.
15143         (gnus-article-read-summary-keys): Fix the order of keys; display
15144         continuation keys correctly in the echo area; describe bindings
15145         correctly when keys end with `C-h'.
15146         (gnus-article-read-summary-send-keys): New function.
15147         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15148         Work for gnus-article-read-summary-send-keys; display continuation keys
15149         correctly in the echo area.
15150         (gnus-article-reply-with-original): Ignore prefix argument.
15151         (gnus-article-wide-reply-with-original): New function.
15152
15153         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15154         Emacs 21.
15155
15156 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15159         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15160
15161 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15164         (gnus-group-read-ephemeral-gmane-group): New command.
15165
15166 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15167
15168         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15169
15170 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * message.el (message-send-mail-function): Increase custom version.
15173
15174         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15175         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15176
15177 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15180         for the cases where imap-authenticate is called with a nil buffer
15181         parameter.
15182
15183 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15186         html parts correctly; support forwarded messages.
15187         (gnus-article-browse-html-article): Remove work buffers.
15188
15189         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15190         compiling.
15191         (netrc-bound-and-true-p): New macro.
15192         (netrc-parse): Use it instead of bound-and-true-p that is not available
15193         in XEmacs 21.4.
15194
15195 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * gnus-registry.el (gnus-registry-mark-article)
15198         (gnus-registry-article-marks): Add functionality to mark articles
15199         through the Gnus registry.
15200
15201         * encrypt.el: Clarify documentation for the new pgg method.
15202         (encrypt-file-alist): Add PGG option.
15203         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15204         functionality.  Abstract password key and messaging to external
15205         functions.
15206         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15207         (encrypt-message-method-and-cipher): Add new convenience external
15208         functions.
15209         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15210         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15211
15212         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15213         (netrc-parse): Use encrypt-file-alist to determine if
15214         encrypt-find-model or encrypt-insert-file-contents should be used.
15215
15216         * encrypt.el: Clarify documentation.  Load password-cache or
15217         password, whichever one is found first, instead of autoloading.
15218
15219 2007-12-19  Glenn Morris  <rgm@gnu.org>
15220
15221         * mml.el (message-options-set, message-narrow-to-head)
15222         (message-in-body-p, message-mail-p, message-encode-message-body):
15223         Autoload.
15224         (message-remove-header, message-narrow-to-headers-or-head)
15225         (message-subscribed-p, message-make-mail-followup-to)
15226         (message-position-on-field, message-news-p)
15227         (message-options-set-recipient, message-generate-headers)
15228         (message-sort-headers): Declare as functions.
15229
15230 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15233         convention in doc string.
15234
15235 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15238         title to html parts.
15239         (gnus-article-browse-html-article): Pass message header to it.
15240
15241         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15242
15243 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15246         or password compatible with XEmacs.
15247
15248 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15251         format document.
15252         (gnus-mime-delete-part): Don't write description line if empty.
15253         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15254
15255 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15256
15257         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15258         (gnus-summary-mark-read-and-unread-as-read)
15259         (gnus-summary-mark-current-read-and-unread-as-read)
15260         (gnus-summary-mark-unread-as-ticked): Doc fix.
15261         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15262
15263 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15266         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15267
15268 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15271         yes-or-no-p.
15272
15273 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mm-decode.el (mm-add-meta-html-tag): New function.
15276         (mm-save-part-to-file, mm-pipe-part): Use it.
15277
15278         * gnus-art.el (gnus-article-browse-delete-temp-files):
15279         Use gnus-y-or-n-p instead of y-or-n-p.
15280         (gnus-article-browse-html-parts): Work with message/external-body; use
15281         mm-add-meta-html-tag.
15282
15283 2007-12-11  Glenn Morris  <rgm@gnu.org>
15284
15285         * gnus-cache.el: Require gnus-sum not just when compiling.
15286
15287         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15288
15289         * gnus-int.el (gnus-server-opened, gnus-status-message):
15290         Move definitions before use.
15291
15292         * mm-decode.el: Require gnus-util.
15293         (mm-remove-part): Only call delete-annotation on XEmacs.
15294
15295         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15296
15297         * nnmail.el: Require gnus-int.
15298
15299         * spam.el: Move `require's before `eval-when-compile's.
15300
15301         * gnus-ems.el (gnus-alive-p):
15302         * gnus-fun.el (message-goto-eoh):
15303         * gnus-util.el (gnus-group-name-decode):
15304         * mail-source.el (gnus-compress-sequence):
15305         * message.el (Info-goto-node, format-spec):
15306         * mm-bodies.el (message-options-get):
15307         * mm-decode.el (mm-view-pkcs7):
15308         * mm-util.el (gmm-write-region):
15309         * mml-smime.el (mml-compute-boundary)
15310         (gnus-completing-read-with-default):
15311         * mml.el (widget-button-press, gnus-make-hashtable):
15312         * mml1991.el (mm-decode-content-transfer-encoding)
15313         (mm-encode-content-transfer-encoding)
15314         (message-options-get, message-options-set):
15315         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15316         * nnfolder.el (gnus-request-group):
15317         * nnheader.el (ietf-drums-unfold-fws):
15318         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15319         * smime.el (gnus-run-mode-hooks):
15320         * spam-stat.el (gnus-message): Autoload.
15321
15322         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15323         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15324         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15325         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15326         Add declare-function compatibility definition.
15327
15328         * gnus-cache.el (nnvirtual-find-group-art):
15329         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15330         (gnus-add-image, gnus-add-wash-type):
15331         * gnus-group.el (nnkiboze-score-file):
15332         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15333         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15334         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15335         (message-tokenize-header, gnus-get-buffer-create)
15336         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15337         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15338         * gnus.el (gnus-group-decoded-name):
15339         * mail-source.el (imap-capability):
15340         * mm-bodies.el (message-options-set):
15341         * mm-decode.el (gnus-configure-windows):
15342         * mm-extern.el (message-goto-body):
15343         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15344         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15345         (epg-sub-key-validity, message-options-set):
15346         * mml.el (widget-event-point, gnus-configure-windows):
15347         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15348         * mml2015.el (epg-check-configuration, epg-configuration)
15349         (message-options-set):
15350         * nndb.el (nndb-request-article):
15351         * nnfolder.el (gnus-request-create-group):
15352         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15353         * nnmaildir.el (gnus-group-mark-article-read):
15354         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15355         * rfc1843.el (message-fetch-field):
15356         * spam.el (gnus-extract-address-components):
15357         Declare as functions.
15358
15359 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15362
15363         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15364
15365         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15366         bind show-trailing-whitespace for XEmacs.
15367
15368 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15371         new no-op macro for backward compatibility.
15372
15373         * imap.el (imap-string-to-integer): New function.
15374
15375 2007-12-09  Glenn Morris  <rgm@gnu.org>
15376
15377         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15378
15379         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15380         * message.el, mm-view.el, sieve-manage.el, smime.el:
15381         Add declare-function compatibility definition.
15382
15383         * gnus-art.el (w3-region, w3m-region, Info-menu):
15384         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15385         * gnus-sum.el (gnus-get-predicate):
15386         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15387         * message.el (mail-abbrev-in-expansion-header-p):
15388         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15389         (w3m-detect-meta-charset, w3m-region):
15390         * sieve-manage.el (password-read, password-cache-add)
15391         (password-cache-remove):
15392         * smime.el (password-read-and-add): Declare as functions.
15393
15394 2007-12-08  David Kastrup  <dak@gnu.org>
15395
15396         * gnus-sum.el (gnus-summary-simplify-subject-query):
15397         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15398         `message'.
15399
15400 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15403         it to bind idna-program, installation-directory, defined-colors, and
15404         face-attribute for XEmacs of the version that compiles defcustom forms.
15405
15406 2007-12-07  Glenn Morris  <rgm@gnu.org>
15407
15408         * gnus-art.el (article-make-date-line): Revert previous change.
15409
15410 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15413
15414 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15415
15416         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15417         Call gnus-add-to-range ranges only once with a prepared article-list.
15418
15419 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15420
15421         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15422         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15423         group names with backslashes.
15424         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15425
15426 2007-12-06  Deepak Goel  <deego3@gmail.com>
15427
15428         * gnus-art.el (article-make-date-line):
15429         * gnus-start.el (gnus-load):
15430         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15431
15432 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-art.el (gnus-use-idna):
15435         * gnus-start.el (gnus-site-init-file):
15436         * message.el (message-use-idna):
15437         * mm-uu.el (mm-uu-hide-markers):
15438         * smiley.el (smiley-style): Revert changes that suppress warnings.
15439
15440 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15443         specify charset to html source.
15444         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15445
15446 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15449         idna-program in order to suppress byte compile warning issued by XEmacs
15450         that came to byte compile the default value section of defcustom forms
15451         recently.
15452
15453         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15454         value of installation-directory.
15455
15456         * message.el (message-use-idna): Don't directly refer to the value of
15457         idna-program.
15458
15459         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15460
15461         * smiley.el (smiley-style): Don't directly call face-attribute.
15462
15463 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15466
15467         * gnus-dired.el: Reduce Gnus dependencies.
15468         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15469         Don't require.  Use autoloads instead.
15470         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15471         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15472         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15473         (gnus-dired-mode): Adjust doc string.
15474         (gnus-dired-mail-mode): New variable.
15475         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15476         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15477         (gnus-dired-mail-buffers): New function.  Return mail or message
15478         composition buffers.
15479         (gnus-dired-attach): Use it.
15480         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15481         NO-DECODE.
15482         (gnus-dired-print): Use `gnus-print-buffer' depending on
15483         `gnus-dired-mail-mode'.
15484
15485 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * rfc2047.el (rfc2047-encoded-word-regexp)
15488         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15489         explaining what regexp patterns are for.
15490
15491 2007-12-04  Glenn Morris  <rgm@gnu.org>
15492
15493         * password.el: Move to password-cache.el.
15494
15495         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15496         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15497         * mml-smime.el (password-read, password-cache-add)
15498         (password-cache-remove):
15499         No need to autoload, since mml-sec requires password.
15500
15501         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15502         * message.el (gnus-extract-address-components):
15503         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15504
15505         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15506         password.
15507
15508 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * mailcap.el: Reduce dependencies.
15511         (mail-header-parse-content-type): Autoload.
15512         (mailcap-delete-duplicates): New alias.
15513         (mailcap-mime-info): Add optional argument NO-DECODE.
15514         (mailcap-mime-types): Use mailcap-delete-duplicates.
15515
15516         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15517
15518 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15519
15520         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15521         (imap-parse-status): Upcase status-att for servers that sends them
15522         lower-case (e.g., MS Exchange 2007).
15523
15524 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15525
15526         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15527         function.
15528
15529         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15530         (gnus-uu-yenc-article): New function.
15531
15532         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15533
15534         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15535
15536 2007-12-02  Glenn Morris  <rgm@gnu.org>
15537
15538         * binhex.el (binhex): New custom group.
15539         (binhex-decoder-program, binhex-decoder-switches)
15540         (binhex-use-external): Move to the binhex custom group.
15541
15542         * uudecode.el (uudecode): New custom group.
15543         (uudecode-decoder-program, uudecode-decoder-switches)
15544         (uudecode-use-external): Move to the uudecode custom group.
15545
15546         * netrc.el (top-level): Don't load `encrypt' features.
15547         (netrc-parse): Don't use encrypt.
15548         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15549
15550         * encrypt.el: Remove file.
15551
15552 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15555         matches on patches.
15556
15557         * gnus-art.el (gnus-article-browse-html-article):
15558         Mention `mm-text-html-renderer' in the doc string.
15559
15560         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15561         string.  Add comments.
15562
15563         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15564         if rhs is ASCII.
15565
15566 2007-12-01  Glenn Morris  <rgm@gnu.org>
15567
15568         * mail-source.el (top-level): Require format-spec before
15569         eval-when-compile.
15570
15571 2007-11-30  Glenn Morris  <rgm@gnu.org>
15572
15573         * encrypt.el: Require password, rather than autoloading password-read.
15574
15575 2007-11-29  Glenn Morris  <rgm@gnu.org>
15576
15577         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15578         (sasl-make-client, sasl-next-step, sasl-step-data)
15579         (sasl-step-set-data): Declare as functions.
15580
15581 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15584
15585 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15586
15587         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15588         certs should be verified and what is to be done in the event of a
15589         verification failure.
15590
15591         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15592         caller can indicate whether the cache should be disregarded for this
15593         call.  This way the result of the call is reproducible at all times and
15594         can be considered a canonical server name for the supplied method.
15595         (gnus-agent-method-p): Canonicalize server names by pushing their
15596         method through `gnus-method-to-server' using the no-cache argument.
15597
15598         * gnus-srvr.el (gnus-server-insert-server-line):
15599         Call `gnus-method-to-server' with `no-cache' argument.
15600
15601         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15602         gnus-agent-possibly-synchronize-flags as this should be called when the
15603         server is actually being opened.
15604         (gnus-agent-possibly-synchronize-flags)
15605         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15606         flags file of an agentized server to the latter function.
15607
15608         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15609         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15610         after a connection has been established successfully.
15611
15612 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-art.el (article-display-face): Force to display face if called
15615         interactively; check if gnus-article-x-face-too-ugly matches author.
15616         (article-display-x-face): Display face even if From header is missing
15617         as article-display-face does.
15618
15619 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15620
15621         * hashcash.el (message-narrow-to-headers-or-head)
15622         (message-fetch-field, message-goto-eoh)
15623         (message-narrow-to-headers): Declare as functions.
15624
15625 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * mail-source.el (mail-sources): Default to fetch from file for
15628         compatibility with default of nnmail-spool-file.
15629
15630 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15633         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15634         to look for encoded word that should be encoded again.
15635         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15636         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15637         encoding pattern.
15638         (rfc2047-decode-region): Switch strict regexp and loose one according
15639         to rfc2047-allow-irregular-q-encoded-words.
15640
15641 2007-11-25  Romain Francoise  <romain@orebokech.com>
15642
15643         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15644
15645 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * tls.el (tls-program): Provide more custom choices from
15648         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15649         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15650
15651 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15654         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15655
15656         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15657         `nnmail-spool-file'.
15658
15659         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15660         `nnmail-spool-file'.
15661
15662         * gnus-move.el (gnus-change-server): Ditto.
15663
15664         * gnus-kill.el (gnus-batch-score): Ditto.
15665
15666         * gnus-cache.el (gnus-jog-cache): Ditto.
15667
15668         * gnus-msg.el (gnus-summary-reply):
15669         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15670
15671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15674         version.  Minor improvement to doc strings.
15675         (tls-program): Add comment.
15676
15677 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15678
15679         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15680         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15681         mismatch between the hostname provided in the certificate and the name
15682         of the host connnecting to.
15683         (open-tls-stream): Use them.  Check certificates against trusted root
15684         certificates.
15685
15686 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-cache.el (gnus-cache-generate-nov-databases):
15689         Use nnml-generate-nov-databases-directory instead of
15690         nnml-generate-nov-databases-1.
15691
15692 2007-11-24  Glenn Morris  <rgm@gnu.org>
15693
15694         * message.el (message-tool-bar-retro): Update for rename
15695         mail_send.xpm->mail-send.xpm.
15696
15697 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15700         `smime-ldap-search' for Emacs 22 and up.
15701
15702 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15703
15704         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15705
15706         * message.el (message-send-mail-function): Fix error convention.
15707         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15708         (message-widen-reply, message-send-mail, message-talkative-question)
15709         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15710         (message-clone-locals, message-send-news): Use with-current-buffer.
15711         (message-insert-or-toggle-importance): Remove unused var `valid'.
15712         (message-make-references): Remove unused var `new-references'.
15713         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15714
15715 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15716
15717         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15718         (spam-split-symbolic-return-positive): Reflow docstring.
15719         (spam-backends, spam-summary-exit-behavior)
15720         (spam-mark-ham-unread-before-move-from-spam-group)
15721         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15722         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15723         (spam-clear-cache, spam-backend-check, spam-install-backend)
15724         (spam-install-statistical-backend, spam-list-of-processors)
15725         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15726         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15727         (spam-check-crm114, spam-initialize, spam-unload-hook):
15728         Fix typos in docstrings.
15729
15730 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15733         been checked if they have never been read and those group levels are
15734         higher than the one that a user specified.
15735
15736 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15739         foreign groups unless a group level is specified by a user.
15740         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15741
15742 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * message.el (message-send-mail-function): Require sendmail.
15745
15746 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * message.el (message-send-mail-function): Check for smtpmail too.
15749
15750         * utf7.el (utf7-encode, utf7-decode): Use coding system
15751         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15752
15753         * message.el (message-send-mail-function): New function.
15754         (message-send-mail-function): Set default using
15755         message-send-mail-function.  Adjust doc string.
15756         (message-send-mail-with-mailclient): New function.
15757
15758 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15759
15760         * smime.el (from):
15761         * rfc2047.el (message-posting-charset):
15762         * qp.el (mm-use-ultra-safe-encoding):
15763         * pop3.el (parse-time-months):
15764         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15765         * nnml.el (files):
15766         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15767         (jka-compr-compression-info-list, ange-ftp-path-format)
15768         (efs-path-regexp):
15769         * nndiary.el (files):
15770         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15771         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15772         (epg-digest-algorithm-alist, inhibit-redisplay)
15773         (password-cache-expiry):
15774         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15775         (pgg-output-buffer, password-cache-expiry):
15776         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15777         (efs-path-regexp):
15778         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15779         (inhibit-redisplay):
15780         * mm-uu.el (file-name, start-point, end-point, entry)
15781         (gnus-newsgroup-name, gnus-newsgroup-charset):
15782         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15783         (latin-unity-ucs-list):
15784         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15785         (mm-uu-binhex-decode-function):
15786         * message.el (gnus-message-group-art, gnus-list-identifiers)
15787         (rmail-enable-mime-composing, gnus-local-organization)
15788         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15789         (gnus-read-active-file, facemenu-add-face-function)
15790         (facemenu-remove-face-function, gnus-article-decoded-p)
15791         (tool-bar-mode):
15792         * mail-source.el (display-time-mail-function):
15793         * gnus-util.el (nnmail-pathname-coding-system)
15794         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15795         (gnus-original-article-buffer, gnus-user-agent)
15796         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15797         (xemacs-codename, sxemacs-codename, emacs-program-version):
15798         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15799         * gnus-start.el (gnus-agent-covered-methods)
15800         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15801         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15802         (gnus-newsgroup-headers, gnus-group-list-mode)
15803         (gnus-group-mark-positions, gnus-newsgroup-data)
15804         (gnus-newsgroup-unreads, nnoo-state-alist)
15805         (gnus-current-select-method, mail-sources)
15806         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15807         (nnmail-spool-file, gnus-cache-active-hashtb):
15808         * gnus-mh.el (mh-lib-progs):
15809         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15810         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15811         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15812         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15813         (gnus-group-buffer):
15814         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15815         (font-lock-set-defaults):
15816         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15817         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15818         (gnus-summary-post-menu, total-parts, type, condition, length):
15819         * gnus-agent.el (gnus-agent-read-agentview):
15820         * flow-fill.el (show-trailing-whitespace):
15821         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15822         eval-and-compile wrappers for byte compiler pacifiers.
15823
15824         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15825         (mm-display-inline-fontify): Check for featurep 'xemacs not
15826         extent-list.
15827
15828         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15829         itimer-list.
15830         (mm-create-image-xemacs): Only do something for XEmacs.
15831         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15832
15833         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15834
15835         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15836         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15837
15838 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15839
15840         * nnimap.el (nnimap-split-download-body):
15841         * gnus-demon.el (gnus-demon):
15842         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15843
15844 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15847         New macros.
15848         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15849         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15850         copy data from unibyte buffer to multibyte current buffer.
15851         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15852         to copy data from unibyte current buffer to multibyte buffer.
15853         (nntp-make-process-buffer): Make process buffer unibyte.
15854
15855         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15856
15857 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15858
15859         * pop3.el (pop3-open-server): Accept and process data more robustly at
15860         connection start to avoid spurious "POP SSL connection failed" errors.
15861
15862 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15865         read group names.
15866
15867 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15870
15871 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15874         (nnmail-save-active): Use a unibyte buffer when saving active file,
15875         which may contain non-ASCII group names.
15876
15877         * nnml.el (nnml-request-group): Decode group names in messages.
15878
15879 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * message.el (message-citation-line-function)
15882         (message-insert-formatted-citation-line): Fix spelling of
15883         `message-insert-formated-citation-line'.
15884
15885 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15888
15889 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15892         nnmail-pathname-coding-system.
15893
15894         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15895         that a user enters; decode group names in messages.
15896
15897         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15898
15899 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15902
15903         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15904
15905         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15906         risky local variable.
15907
15908         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15909
15910 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15911
15912         * encrypt.el: Improve documentation to fix function name typo.
15913         Reported by Daiki Ueno <ueno@unixuser.org>.
15914
15915 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15918         even if the point is not in the last page of an article.
15919         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15920         back to the previous page.
15921
15922 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15925
15926 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15929
15930 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15931
15932         * message.el (message-check-news-body-syntax):
15933         Avoid mm-string-as-multibyte.
15934         (message-hide-headers): Don't assume (point-min)==1.
15935
15936 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * message.el (message-remove-blank-cited-lines): Fix if remove is
15939         given.
15940         (message-bogus-address-regexp): New variable.
15941         (message-bogus-recipient-p): New function.
15942         (message-check-recipients): New command.
15943         (message-syntax-checks): Add `bogus-recipient'.
15944         (message-fix-before-sending): Add `bogus-recipient'.
15945
15946         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15947         (gnus-treat-body-boundary): Don't test window-system.
15948
15949 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15950
15951         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15952
15953 2007-10-28  Miles Bader  <miles@gnu.org>
15954
15955         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15956         at compile-time too.
15957
15958 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * gnus-msg.el (gnus-message-setup-hook):
15961         Add `message-remove-blank-cited-lines' to options.
15962
15963 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * message.el (message-remove-blank-cited-lines): New function.
15966         Suggested by Karl Plästerer.
15967
15968 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15971         mapc.
15972
15973         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15974         (top-level): Use mapc to set functions to be traced for debugging.
15975
15976         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15977         called for effect with while loop.
15978
15979         * message.el (message-talkative-question): Replace mapcar called for
15980         effect with mapc.
15981
15982         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15983         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15984         called for effect with dolist.
15985
15986         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15987
15988         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15989         gnus-extra-headers and nnmail-extra-headers.
15990
15991         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15992         called for effect with dolist.
15993         (top-level): Use mapc to set functions to be traced for debugging.
15994
15995         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15996         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15997         dolist.
15998
15999         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16000         Replace mapcar called for effect with mapc.
16001         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16002         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16003         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16004         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16005
16006         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16007         remove-if that's a cl function.
16008
16009         * webmail.el (webmail-debug): Replace mapcar called for effect with
16010         dolist.
16011
16012         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16013         with mapc.
16014
16015 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16018         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16019         with while loop.
16020
16021         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16022         functions from article-* functions.
16023         (gnus-multi-decode-header): Replace mapcar called for effect with
16024         dolist.
16025
16026         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16027         (gnus-bookmark-show-details): Replace mapcar called for effect with
16028         while loop.
16029
16030         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16031         called for effect with while loop.
16032
16033         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16034         with dolist.
16035
16036         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16037         Replace mapcar called for effect with dolist.
16038
16039         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16040
16041         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16042         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16043         Replace mapcar called for effect with dolist.
16044         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16045         mapc.
16046
16047         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16048         Replace mapcar called for effect with dolist.
16049         (gnus-topic-list): Replace mapcar called for effect with mapc.
16050
16051         * gnus.el: Use mapc instead of mapcar to add autoloads.
16052
16053 2007-10-23  Richard Stallman  <rms@gnu.org>
16054
16055         * gnus-group.el (gnus-group-highlight): Mark as risky.
16056
16057 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus.el (gnus-server-to-method): Return method found first in
16060         gnus-newsrc-alist.
16061
16062         * gnus-art.el (gnus-article-highlight-signature)
16063         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16064         button overlay without the front stickiness.
16065
16066 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16067
16068         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16069         overview buffer needed a catch to receive its throw.
16070         (gnus-agent-flush-cache): Declare as interactive to make this function
16071         easier to use.
16072
16073 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16076         `next-line'.
16077
16078 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16081         exclude address matching message-dont-reply-to-names.
16082
16083 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-util.el (gnus-string<): New function.
16086
16087         * gnus-sum.el (gnus-article-sort-by-author)
16088         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16089
16090 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16093         the frame-focus tag is set in gnus-buffer-configuration.
16094
16095 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16098         the front stickiness.
16099
16100 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16103         url pattern; remove duplicate one.
16104         (gnus-article-extend-url-button): New function.
16105         (gnus-article-add-buttons): Use it.
16106         (gnus-button-push): Use concatenated url that it makes.
16107
16108 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16109
16110         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16111
16112 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16113
16114         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16115         Don't hardcode point-min==1.
16116
16117 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16120         Fix comment about "iso8859-1".
16121
16122 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16123
16124         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16125         ones returned from the verify-function.
16126
16127         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16128         Call mml2015-extract-cleartext-signature if extraction failed.
16129
16130 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16131
16132         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16133         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16134         failed.
16135
16136 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16139
16140 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16143         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16144         recommends to use EasyPG instead of PGG.
16145
16146         * pgg.el: Revert to revision 6.23.2.16.
16147
16148         * pgg-def.el: Revert to revision 6.6.2.14.
16149
16150         * pgg-gpg.el: Revert to revision 6.23.2.34.
16151
16152 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16155         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16156         thread for both the null and zero (kill/expire thread) universal prefix
16157         cases.
16158         (gnus-summary-expire-thread): Add new function to expire a thread,
16159         using gnus-summary-kill-thread.
16160         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16161         shortcuts for gnus-summary-expire-thread.
16162         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16163         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16164
16165 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16166
16167         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16168         extras value, so an extras entry can be deleted.
16169         (gnus-registry-delete-extra-entry): Use it.
16170         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16171         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16172         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16173         storage through the gnus-registry, and provide an appropriate API for
16174         it.
16175
16176 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16179         Suggested by Leo <sdl.web@gmail.com>.
16180
16181         * gnus.el: Do.
16182
16183 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16186         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16187
16188         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16189
16190         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16191         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16192
16193 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16196         newline.
16197         (nnmbox-request-accept-article): Don't change article in source buffer;
16198         narrow to header to use message-fetch-field rather than
16199         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16200         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16201         as delimiters; make sure article ends with newline.
16202         (nnmbox-delete-mail): Correct last position of article to be deleted;
16203         ignore X-Gnus-Newsgroup header in article body.
16204         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16205         positions; make sure article ends with newline.
16206
16207         * message.el (message-display-abbrev): Don't infloop when a user
16208         inserts SPC in the beginning of header.
16209
16210         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16211         coding-system-for-read and coding-system-for-write for XEmacs having no
16212         file-coding feature.
16213
16214         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16215
16216 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16217
16218         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16219         list of groups not followed by default.  Fix type to be regexp.
16220         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16221
16222 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16223
16224         * hmac-def.el (define-hmac-function): Switch from old-style to
16225         new-style backquotes.
16226
16227         * md4.el (md4-make-step): Likewise.
16228
16229 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16232         raw-text coding system when saving .newsrc file, which may contain
16233         non-ASCII group names.
16234
16235 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-cus.el (gnus-score-extra): New widget.
16238         (gnus-score-extra-convert): New function.
16239         (gnus-score-customize): Use it for Extra.
16240
16241 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16242
16243         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16244         (mml2015-mailcrypt-clear-verify): Use it.
16245         (mml2015-gpg-clear-verify): Use it.
16246         (mml2015-pgg-clear-verify): Use it.
16247         (mml2015-epg-clear-verify): Replace the current part with the output
16248         from GnuPG; don't extract the plaintext by itself.
16249
16250         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16251         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16252         mml2015-clear-verify-function; don't touch the armor headers or
16253         dash-escaped text here.
16254
16255 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16258         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16259         parts, or application/octet-stream as a last resort.
16260         (gnus-mime-view-part-as-type): Don't toggle display.
16261         (gnus-mime-view-part-as-charset): Don't turn off display before
16262         querying charset.
16263
16264         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16265         stuff to undisplayer function in Emacs.
16266         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16267
16268         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16269         text/calendar parts.
16270
16271 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16274         decoding text/calendar parts.
16275
16276         * message.el (message-forward-make-body-mime): Always mark body as
16277         having no illegible text; remove signed-or-encrypted argument.
16278         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16279
16280         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16281         (mml-generate-mime-1): Don't encode body if it is specified to be in
16282         raw form; don't make buffer be unibyte when inserting multibyte string.
16283
16284 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16285
16286         * sha1.el: Fix up comment style.
16287         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16288         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16289
16290         * hex-util.el: Fix up comment style.
16291         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16292
16293         * gnus-salt.el: Use with-current-buffer.
16294         (gnus-pick-setup-message): Fix long-standing typo.
16295
16296 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * imap.el (imap-logout-timeout): New variable.
16299         (imap-logout, imap-logout-wait): New functions.
16300         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16301
16302         * nnimap.el (nnimap-logout-timeout): New server variable.
16303         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16304         nnimap-logout-timeout.
16305
16306         * gnus-art.el (gnus-article-summary-command-nosave)
16307         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16308
16309 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * gnus.el (gnus-maximum-newsgroup): New variable.
16312
16313         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16314         according to gnus-maximum-newsgroup.
16315
16316         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16317         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16318         Limit the range of articles according to gnus-maximum-newsgroup.
16319
16320 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16321
16322         * gnus-art.el (gnus-sticky-article): Fix problems described in
16323         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16324         Don't perform gnus-configure-windows here; reuse existing sticky
16325         article buffer.
16326
16327         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16328         it doesn't exist in gnus-article-mode.
16329
16330 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16333         (gnus-agent-decoded-group-name): New function.
16334         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16335         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16336
16337 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16338
16339         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16340         Add binding for gnus-sticky-article.
16341         (gnus-summary-exit): Don't kill sticky article buffers.
16342
16343         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16344         article buffer.
16345         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16346         (gnus-kill-sticky-article-buffers): New commands.
16347
16348 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * nntp.el (nntp-xref-number-is-evil): New server variable.
16351         (nntp-find-group-and-number): If it is non-nil, don't trust article
16352         numbers in the Xref header.
16353
16354 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-agent.el (gnus-agent-read-group): New function.
16357         (gnus-agent-flush-group, gnus-agent-expire-group)
16358         (gnus-agent-regenerate-group): Use it.
16359         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16360         nnmail-pathname-coding-system.
16361
16362 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16365
16366         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16367         that are unread as unread, and also as selected so that information of
16368         marks having been changed by a user may be updated when exiting group.
16369
16370 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16373
16374 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16377         calculated ignoring signature parts to gnus-treat-article.
16378
16379 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16382         a point here in order to keep the window start.
16383         (gnus-insert-mime-security-button): Make a button overlay without the
16384         front stickiness.
16385         (gnus-mime-display-security): Goto the end of a button.
16386
16387         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16388
16389 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16392         group-name-at-point.
16393         (gnus-group-completing-read): New function that offers decoded
16394         non-ASCII group names for completion.
16395         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16396         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16397         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16398         (gnus-group-fetch-control): Use it.
16399         (gnus-fetch-group): Use group-name-at-point for the initial value
16400         rather than the default value; use gnus-alive-p.
16401
16402         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16403         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16404         (gnus-summary-post-news): Use gnus-group-completing-read.
16405
16406         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16407         (gnus-read-move-group-name): Decode group name for completion.
16408
16409 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16410
16411         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16412         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16413         Yamaoka slightly modified the code).
16414
16415 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16418         (nnmail-split-incoming): Bind it.
16419
16420         * nnml.el (nnml-group-name-charset): New function.
16421         (nnml-decoded-group-name): Use it; don't decode group name if
16422         nnmail-group-names-not-encoded-p is non-nil.
16423         (nnml-encoded-group-name): New function.
16424         (nnml-group-pathname): Inline nnml-decoded-group-name.
16425         (nnml-request-expire-articles): Decode group name in message.
16426         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16427         nnmail-pathname-coding-system.
16428         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16429         not decoded ones according to nnmail-group-names-not-encoded-p.
16430         (nnml-generate-active-info): Use nnml-encoded-group-name.
16431
16432 2007-08-08  Glenn Morris  <rgm@gnu.org>
16433
16434         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16435         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16436         doc-strings and comments.
16437
16438 2007-07-25  Glenn Morris  <rgm@gnu.org>
16439
16440         * Relicense all FSF files to GPLv3 or later.
16441
16442 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-sum.el (gnus-summary-move-article):
16445         Make gnus-summary-respool-article work.
16446
16447 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16450         string.
16451
16452 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16453
16454         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16455         that should be ignored when comparing distant RSS articles with local
16456         ones.
16457         (nnrss-make-hash-index): New function.  Create a hash index according
16458         to the ignored fields.
16459         (nnrss-check-group): Use it.
16460
16461 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16464
16465         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16466
16467         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16468         the new optional argument ENCODED is non-nil.
16469         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16470         coding system for encoding group name.
16471         (gnus-group-make-rss-group): Pass un-encoded group name to
16472         gnus-group-make-group.
16473         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16474         encoded.
16475
16476         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16477         Encode group name to which articles are moved or copied.
16478         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16479         coding system for encoding Newsgroup, Followup-To and Xref headers.
16480
16481         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16482         marks; use nnheader-file-coding-system to write a file.
16483         (nnagent-retrieve-headers): Bind file-name-coding-system to
16484         nnmail-pathname-coding-system.
16485
16486         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16487
16488         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16489         (nnml-request-article, nnml-request-create-group)
16490         (nnml-request-rename-group, nnml-find-id)
16491         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16492         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16493         (nnml-save-marks): Use nnml-group-pathname instead of
16494         nnmail-group-pathname.
16495
16496         (nnml-request-create-group, nnml-request-expire-articles)
16497         (nnml-request-move-article, nnml-request-delete-group)
16498         (nnml-deletable-article-p, nnml-possibly-create-directory)
16499         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16500         (nnml-open-marks): Bind file-name-coding-system to
16501         nnmail-pathname-coding-system.
16502
16503         (nnml-request-article): Pass server argument to nnml-find-group-number.
16504         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16505         Pass server argument to nnml-possibly-create-directory.
16506         (nnml-request-accept-article): Pass server argument to
16507         nnml-active-number and nnml-save-mail.
16508         (nnml-find-group-number): Pass server argument to nnml-find-id.
16509         (nnml-request-update-info): Pass server argument to
16510         nnml-marks-changed-p.
16511
16512         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16513         (nnml-save-mail, nnml-active-number): Add server argument.
16514
16515         (nnml-request-delete-group): Warn if group is missing.
16516         (nnml-get-nov-buffer): Decode group name.
16517         (nnml-generate-active-info): Encode group name.
16518         (nnml-open-marks): Decode group name in messages.
16519
16520 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16523         if it is not specified.
16524         (gnus-article-pipe-part, gnus-article-save-part)
16525         (gnus-article-interactively-view-part, gnus-article-copy-part)
16526         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16527         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16528         (gnus-article-replace-part, gnus-article-delete-part)
16529         (gnus-article-view-part-as-type): Pass raw prefix argument to
16530         gnus-article-part-wrapper.
16531
16532 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-agent.el (gnus-agent-save-active):
16535         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16536
16537         * gnus-cache.el (gnus-cache-save-buffers)
16538         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16539         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16540         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16541         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16542         (gnus-cache-generate-active, gnus-cache-rename-group)
16543         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16544         (gnus-cache-update-overview-total-fetched-for):
16545         Bind file-name-coding-system to nnmail-pathname-coding-system.
16546         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16547         New variables.
16548         (gnus-cache-decoded-group-name): New function.
16549         (gnus-cache-file-name): Use it.
16550         (gnus-cache-generate-active): Use non-decoded group name for active.
16551
16552         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16553         right place.
16554         (gnus-write-active-file): Don't break non-ASCII group names.
16555
16556         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16557         nnmail-pathname-coding-system.
16558
16559         * lpath.el: Bind default-file-name-coding-system,
16560         file-name-coding-system and language-info-alist for XEmacs.
16561
16562         * gnus-uu.el (gnus-uu-decode-save): Typo.
16563
16564 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16567
16568 2007-07-14  David Kastrup  <dak@gnu.org>
16569
16570         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16571         finishing actions if we did not edit the article.
16572
16573 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16576         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16577         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16578         (gnus-agent-flush-group, gnus-agent-flush-cache)
16579         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16580         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16581         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16582         (gnus-agent-regenerate-group)
16583         (gnus-agent-update-files-total-fetched-for)
16584         (gnus-agent-update-view-total-fetched-for):
16585         Bind file-name-coding-system to nnmail-pathname-coding-system.
16586         (gnus-agent-group-pathname): Don't encode file names by
16587         nnmail-pathname-coding-system.
16588         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16589         coding-system-for-write instead of buffer-file-coding-system to
16590         gnus-agent-file-coding-system.
16591
16592         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16593         Decode group name.
16594
16595         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16596
16597         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16598         (gnus-read-newsrc-el-file): Make group names unibyte.
16599
16600         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16601         nnmail-pathname-coding-system.
16602
16603         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16604         (nnrss-request-delete-group): Bind file-name-coding-system to
16605         nnmail-pathname-coding-system.
16606         (nnrss-read-server-data, nnrss-read-group-data):
16607         Bind file-name-coding-system correctly.
16608         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16609
16610         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16611         (nntp-server-to-method-cache): New variable.
16612         (nntp-group-pathname): New function that decodes non-ASCII group names.
16613         (nntp-possibly-create-directory, nntp-marks-changed-p)
16614         (nntp-save-marks, nntp-open-marks): Use it.
16615         (nntp-possibly-create-directory, nntp-open-marks):
16616         Bind file-name-coding-system to nnmail-pathname-coding-system.
16617         (nntp-open-marks): Decode group names when bootstrapping marks.
16618
16619         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16620         Newsgroups and Followup-To headers.
16621
16622 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16625         (gnus-server-closed-face, gnus-server-denied-face)
16626         (gnus-server-offline-face): Remove variable.
16627         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16628
16629         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16630         of modifying message-stack directly for XEmacs.
16631
16632         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16633         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16634         if the coding-system argument is nil for XEmacs.
16635
16636         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16637         mm-charset-override-alist.
16638
16639         * rfc2047.el: Don't require base64; require rfc2045 for the function
16640         rfc2045-encode-string.
16641         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16642         to quote the parameter value.
16643
16644 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16647         form in gnus-group-name-charset-method-alist.
16648
16649         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16650         overrides the default layout edit-form.
16651
16652         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16653
16654         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16655
16656 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16659         as unfetched articles.
16660
16661 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16664
16665 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16668         original back end that keeps marks in the local system.
16669
16670 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16673         arg of pop-to-buffer for XEmacs.
16674         (gnus-article-read-summary-keys): Ditto; don't restore window
16675         configuration if summary command ends up with neither article buffer
16676         nor summary buffer; describe bindings if summary keys end with C-h.
16677
16678 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * message.el (message-fix-before-sending): Skip raw message part to be
16681         forwarded while checking illegible text.
16682         (message-forward-make-body-mime, message-forward-make-body):
16683         Mark signed or encrypted raw message as having no illegible text.
16684
16685 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16688         (gnus-message-with-timestamp-1): New macro.
16689         (gnus-message-with-timestamp): New function.
16690         (gnus-message): Use them.
16691
16692         * nnheader.el (nnheader-message): Use them.
16693
16694 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16697         .newsrc.eld file.
16698
16699 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-agent.el (gnus-agent-fetch-headers)
16702         (gnus-agent-retrieve-headers):
16703         Bind gnus-decode-encoded-address-function to identity.
16704
16705         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16706         available also when the server returns simply a dot.
16707
16708         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16709
16710 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16713
16714 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-ems.el (gnus-x-splash): Make it work.
16717
16718         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16719         from being used.
16720
16721         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16722
16723 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16726         4th and the 5th arguments.
16727
16728         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16729         the front stickiness.
16730         (gnus-article-summary-command-nosave): Correct the order of the
16731         arguments passed to pop-to-buffer.
16732         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16733         summary command ends up with the article buffer.
16734
16735         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16736         the same faces.
16737
16738 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16739
16740         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16741
16742 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16743
16744         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16745         * gnus-sum.el (gnus-summary-highlight):
16746         * pgg.el (pgg-sign-region, pgg-sign):
16747         * mail-source.el (mail-source-delete-old-incoming-confirm):
16748         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16749
16750 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * gnus-art.el (gnus-mime-view-part-externally)
16753         (gnus-mime-view-part-internally): Fix predicate function passed to
16754         completing-read.
16755
16756         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16757
16758         * gnus.el (gnus-update-message-archive-method): Add :version.
16759
16760 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus.el (gnus-update-message-archive-method): New variable.
16763
16764         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16765         according to gnus-message-archive-method if
16766         gnus-update-message-archive-method is non-nil.
16767
16768 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16771         Suggested by Loic Dachary <loic@dachary.org>.
16772         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16773
16774 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * message.el (message-pop-to-buffer): Add switch-function argument.
16777         (message-mail): Pass switch-function argument to it.
16778
16779 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16782         Improve doc string.
16783
16784 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16787         (gnus-header-content):
16788         * gnus-cite.el (gnus-cite-10):
16789         * gnus-srvr.el (gnus-server-closed):
16790         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16791         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16792         (gnus-group-mail-3-empty, gnus-group-mail-low)
16793         (gnus-group-mail-low-empty, gnus-splash):
16794         * message.el (message-header-to, message-header-cc)
16795         (message-header-subject, message-header-other, message-header-name)
16796         (message-header-xheader, message-separator, message-cited-text)
16797         (message-mml): Lighten colors of faces used for dark background.
16798
16799 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16800
16801         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16802         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16803
16804 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * message.el (message-narrow-to-headers-or-head):
16807         Ignore mail-header-separator in the body.
16808
16809 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16812         same as window size.
16813
16814 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16815
16816         * message.el (message-font-lock-keywords): Use message-header-xheader
16817         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16818         ahead of the anything pattern, to get it recognized.
16819
16820 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16823         spam.el loads uses it in the compiled defadvice form.
16824
16825 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16826
16827         * gnus-sum.el (gnus-articles-to-read)
16828         (gnus-summary-insert-old-articles): Don't truncate group name for
16829         `read-string'.
16830
16831         * gnus-util.el (gnus-limit-string): Delete this function.
16832
16833         * gnus-sum.el (gnus-simplify-subject-fully):
16834         Use `truncate-string-to-width' instead.
16835
16836 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16837
16838         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16839         Tell if, on summary exit, the next group has to be selected.
16840         (gnus-summary-exit): Use it.
16841
16842 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16845         non-break space.
16846
16847 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16850         Check if group is not a directory.
16851         (nnfolder-request-expire-articles): Don't delete articles if the target
16852         group is not available.
16853
16854         * nnml.el (nnml-request-create-group): Properly check if group is not a
16855         file.
16856         (nnml-request-expire-articles): Don't delete articles if the target
16857         group is not available.
16858
16859         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16860         Don't quote characters that are within parentheses.
16861
16862 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16865         (gnus-handle-ephemeral-exit): Select article according to it.
16866
16867 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * message.el (message-insert-formated-citation-line): Remove newline.
16870         (message-citation-line-format): Add final \n here so that the user can
16871         avoid a blank line.
16872
16873 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16874
16875         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16876         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16877         Update lanl/arXiv support.
16878
16879 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus.el: Bump version number.
16882
16883 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16884
16885         * gnus.el (gnus-version-number): Bump version.
16886
16887 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16888
16889         * gnus.el: No Gnus v0.6 is released.
16890
16891 2007-04-27  Didier Verna  <didier@xemacs.org>
16892
16893         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16894         * gmm-utils.el (gmm-regexp-concat): ... here.
16895         * message.el: Don't require 'gnus-util.
16896         (message-dont-reply-to-names): Handle name change above.
16897         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16898
16899 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16902         since the initial value varies according to the system.
16903
16904 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16907
16908 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16909
16910         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16911
16912 2007-04-24  Didier Verna  <didier@xemacs.org>
16913
16914         Improve the type of gnus-ignored-from-addresses.
16915         * gnus-util.el (gnus-orify-regexp): New function.
16916         * message.el (gnus-util): Require it.
16917         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16918         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16920
16921 2007-04-24  Didier Verna  <didier@xemacs.org>
16922
16923         * gnus-sum.el:
16924         * gnus-utils.el: Fix some trailing whitespaces.
16925
16926 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16929         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16930         article's Message-ID; refer parent article in summary buffer.
16931
16932         * message.el (message-bounce): Call mime-to-mml.
16933
16934         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16935         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16936         optimize and/or forms properly.
16937
16938 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16941         URL.
16942
16943 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16946
16947 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16950         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16951         displayed of multipart/alternative part if it is invoked from summary
16952         buffer.
16953
16954         * mm-view.el (mm-inline-text-html-render-with-w3m)
16955         (mm-inline-text-html-render-with-w3m-standalone)
16956         (mm-inline-render-with-function): Use mail-parse-charset by default.
16957
16958 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16959
16960         * parse-time.el (parse-time-string-chars): Check if CHAR
16961         is less than the length of parse-time-syntax.
16962
16963 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16966         from gnus-newsgroup-processable.
16967
16968 2007-04-16  Didier Verna  <didier@xemacs.org>
16969
16970         * gnus-msg.el (gnus-configure-posting-styles):
16971         Handle message-signature-directory properly with :file syntax.
16972         Reported by "Leo".
16973
16974 2007-04-11  Didier Verna  <didier@xemacs.org>
16975
16976         New user option: message-signature-directory.
16977         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16978         * message.el (message-insert-signature): Ditto.
16979         * message.el (message-signature-file): Doc update.
16980         * message.el (message-signature-directory): New.
16981
16982 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-msg.el (gnus-inews-yank-articles):
16985         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16986
16987 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * message.el (message-yank-original): Make sure cited text ends with
16990         newline; don't exchange point and mark.
16991
16992 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16993
16994         * tls.el (open-tls-stream): Properly handle case where there
16995         is no associated buffer.
16996
16997 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16998
16999         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17000         message-yank-original, make sure (< mark TEXT point).
17001
17002 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17003
17004         * message.el (message-fill-column): New variable.
17005         (message-mode): Use it.  Add comment on a possible new hook.
17006
17007         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17008         (nnmail-get-new-mail): Reformat.
17009
17010         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17011
17012         * gmm-utils.el: Fix Commentary.
17013         (gmm-tool-bar-from-list): Fix typo in doc string.
17014
17015 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17016
17017         * message.el (message-yank-original): Don't switch point and mark
17018         unnecessarily to put point and mark as documented.
17019
17020 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17021
17022         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17023         from the message heads.
17024
17025 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17026
17027         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17028         article buffer does not have a window.  This may not be the best
17029         solution but is certainly better than setting the start of the null,
17030         that is the current, window.
17031
17032 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17035         (gnus-draft-setup): Run it.
17036
17037         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17038         gnus-score-fast-scoring.  Allow regexp.
17039         (gnus-score-headers): Use it.
17040
17041         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17042         XEmacs.
17043
17044         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17045         string.
17046         (gnus-button-alist): Also catch `<f1> k ...'.
17047         (gnus-treat-display-x-face): Fix doc string.
17048
17049 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17050
17051         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17052         evaluation of gnus-extended-version to ensure correct generation of the
17053         User-Agent header when message-generate-headers-first is used.
17054
17055 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17056
17057         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17058         hashcash-path is nil.  Don't call callback with incorrect number of
17059         parameters if val is 0.
17060
17061 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17062
17063         * message.el (message-required-news-headers):
17064         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17065
17066 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17067
17068         * tls.el (open-tls-stream): In handshake-waiting loop,
17069         don't wait more if there is output available to process.
17070
17071 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17072
17073         * tls.el (tls-program): Doc fix.
17074
17075 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * message.el (message-generate-new-buffers): Change the meaning of the
17078         nil value; add `standard' to the choices; treat t as `unique'; improve
17079         doc string.
17080         (gnus-select-frame-set-input-focus): Autoload.
17081         (message-buffer-name): Search for the existing message buffer if
17082         message-generate-new-buffers is nil or `standard'; treat the value t of
17083         message-generate-new-buffers as `unique'.
17084         (message-pop-to-buffer): Raise the frame already displaying the message
17085         buffer; clear the echo area after querying.
17086         (message-setup): Pass the `continue' argument to compose-mail.
17087         (message-mail): Prefer `switch-function' if it is given; search for the
17088         existing message buffer if the `continue' argument is non-nil; pass
17089         continue and switch-function arguments to compose-mail by way of
17090         message-setup.
17091         (message-mail-other-window): Adjust argument of message-setup.
17092         (message-mail-other-frame): Ditto.
17093
17094 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17097         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17098         to turn font-lock on when turning gnus-message-citation-mode on.
17099
17100 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17101
17102         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17103         (mml-smime-function-alist): New variable; add epg as the backend.
17104         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17105         mml-smime- functions instead.
17106         * mm-view.el: Require smime.
17107
17108 2007-03-05  Didier Verna  <didier@xemacs.org>
17109
17110         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17111         instead of just inheritance for posting styles.
17112         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17113
17114 2007-02-24  Chris Moore  <dooglus@gmail.com>
17115
17116         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17117         * pgg-pgp.el (pgg-pgp-encrypt-region):
17118         * pgg-gpg.el (pgg-gpg-encrypt-region):
17119         Check pgg-encrypt-for-me if no other recipients.
17120
17121 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17122
17123         * tls.el (tls-certtool-program): Fix custom type.
17124
17125 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17128         and point-at-eol instead of line-(beginning|end)-position.
17129
17130         * assistant.el (assistant-parse-buffer): Ditto.
17131
17132         * netrc.el (netrc-parse-services): Ditto.
17133
17134 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17135
17136         * mml2015.el (mml2015-epg-find-usable-key): New function.
17137         (mml2015-epg-sign): Use it.
17138         (mml2015-epg-encrypt): Use it.
17139
17140 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * message.el (message-make-in-reply-to): Quote name containing
17143         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17144         if there are special characters.  Reported by NAKAJI Hiroyuki
17145         <nakaji@jp.freebsd.org>.
17146
17147 2007-02-27  Didier Verna  <didier@xemacs.org>
17148
17149         Include the group parameters as well as the topic ones in the
17150         inheritance filter process.
17151         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17152         argument GROUP-PARAMS-LIST.
17153         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17154
17155 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * nntp.el (nntp-never-echoes-commands)
17158         (nntp-open-connection-functions-never-echo-commands): New variables.
17159         (nntp-send-command): Use them.
17160
17161 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17162
17163         * mml2015.el (mml2015-epg-verify): Simplify.
17164
17165 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * mml.el (mml-content-disposition-alist): New user option.
17168         (mml-content-disposition): New function.
17169         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17170         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17171
17172 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17173
17174         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17175         verification.
17176
17177 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17178
17179         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17180         articles posted in the last 24 hours.
17181
17182 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17183
17184         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17185
17186 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17187
17188         * nntp.el (nntp-send-command): Don't wait for echoes when
17189         nntp-open-ssl-stream is used.
17190
17191 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17194         (gnus-message-add-citation-keywords)
17195         (gnus-message-remove-citation-keywords): Remove.
17196         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17197         directly, make the variables in font-lock-defaults buffer-local, add
17198         gnus-message-citation-keywords to them and then update the value of
17199         font-lock-keywords.
17200
17201 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * message.el (message-cite-original-1): Don't call
17204         gnus-article-highlight-citation.
17205
17206         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17207         citations; fix line count.
17208
17209 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17212         (gnus-message-add-citation-keywords)
17213         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17214         versions of font-lock-add-keywords and font-lock-remove-keywords to
17215         work with XEmacs correctly.
17216
17217 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-cite.el (gnus-cite-face-list): Set the values of
17220         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17221         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17222         (gnus-message-cite-prefix-regexp): New variable.
17223         (gnus-message-search-citation-line): Use it; protect against long
17224         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17225         the 0th match data for Emacs.
17226         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17227         (gnus-message-add-citation-keywords): Append keywords rather than
17228         prepending; emulate font-lock-add-keywords if it is not available.
17229         (gnus-message-remove-citation-keywords):
17230         Emulate font-lock-remove-keywords if it is not available.
17231
17232         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17233
17234         * message.el (message-cite-prefix-regexp): Set the value of
17235         gnus-message-cite-prefix-regexp.
17236
17237 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17238
17239         * nnweb.el (nnweb-google-parse-1): Update parser.
17240
17241 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17242
17243         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17244
17245 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17246
17247         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17248         regexp.
17249
17250 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17253         string-to-multibyte.
17254         (uudecode-decode-region-internal): Use it.
17255
17256         * lpath.el: Fbind string-as-multibyte for XEmacs.
17257
17258 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17261         Fix custom choice.
17262
17263         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17264
17265 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17266
17267         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17268
17269         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17270         `write-region' to respect `mm-inhibit-file-name-handlers'.
17271
17272 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17275         Use gnus-home-directory instead of "~/" or "$HOME".
17276
17277 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17278
17279         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17280         to mention filename.
17281         Add comments at beginning regarding usage.
17282         (encrypt-write-file-contents): Change interactive so a string is
17283         acceptable.  If the file has no associated model, show an error instead
17284         of a nonsense prompt.
17285
17286 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17287
17288         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17289         Thanks to Yoshihiko Yamada for kind notification of this typo.
17290
17291 2007-01-12  Kenichi Handa  <handa@m17n.org>
17292
17293         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17294         multibyte buffer.
17295
17296 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gnus-score.el (gnus-score-fast-scoring): New variable.
17299         (gnus-score-headers): Use it.
17300
17301         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17302
17303         * message.el (message-cite-original-1):
17304         Call gnus-article-highlight-citation if requested.
17305         (message-make-from): Allow name and address as optional arguments.
17306
17307         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17308
17309         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17310         bugs to doc string.
17311         (gnus-button-alist): Add mid\\|message-id.
17312         (gnus-button-fetch-group): Extend for use in
17313         `browse-url-browser-function'.
17314         (gnus-button-url-regexp): Try to catch paired parentheses like in
17315         Wikipedia URLs.
17316
17317         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17318         Suggested by Simon Krahnke <overlord@gmx.li>.
17319
17320 2007-01-13  Romain Francoise  <romain@orebokech.com>
17321
17322         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17323         Update copyright.
17324
17325 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17326
17327         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17328
17329 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * gnus-registry.el (gnus-registry-unfollowed-groups)
17332         (gnus-registry-split-fancy-with-parent): Fix documentation.
17333
17334 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335
17336         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17337         from nnweb groups.
17338
17339 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17342         Xref urls.  Erase buffer before requesting head.
17343
17344         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17345
17346 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17349         customizable.
17350
17351 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17352
17353         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17354         no signing key is found.
17355         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17356         no encrypting and/or signing key is found.
17357
17358 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17361
17362 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17363
17364         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17365         headers read from disk with the ones newly found in the current search.
17366         This should no longer cause problems, because the article numbers in
17367         Gmane's `nov.php' output are ignored since the previous change.
17368
17369 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17370
17371         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17372
17373 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17376         replace-regexp-in-string; bind url-version; fbind display-images-p and
17377         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17378         find-face and set-itimer-function for Emacs; bind itimer-list for
17379         Emacs.
17380
17381         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17382
17383 2007-01-01  Romain Francoise  <romain@orebokech.com>
17384
17385         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17386
17387 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17388
17389         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17390         `define-minor-mode' macro definition expanded properly.
17391         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17392         exclude it there.
17393
17394         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17395         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17396         `fboundp' test.
17397         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17398         This is OK to autoload in (S)XEmacs now.
17399
17400 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17401
17402         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17403         keystroke.
17404         (gnus-summary-limit-to-singletons): Fix typo.
17405
17406         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17407         else fails.
17408
17409 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17410
17411         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17412         docstring.
17413
17414         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17415         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17416         (gnus-summary-insert-dormant-articles): Fix typo in message.
17417
17418 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17421         nil for XEmacs.
17422         (gnus-message-citation-mode): Don't autoload in XEmacs.
17423
17424         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17425
17426 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17427
17428         * nnimap.el (nnimap-expunge-search-string):
17429         Mention nnimap-search-uids-not-since-is-evil in docstring.
17430
17431 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * spam.el: Revert to make-obsolete-variable because
17434         define-obsolete-variable-alias is not supported in Emacs 21.
17435
17436         * spam.el (spam-ifile-path, spam-ifile-database-path)
17437         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17438         make-obsolete-variable.
17439         (spam-bsfilter-path, spam-bsfilter-program)
17440         (spam-spamassassin-path, spam-spamassassin-program)
17441         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17442         Don't use "path" inappropriately.
17443         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17444         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17445         variable names.
17446
17447 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17448
17449         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17450         summary buffer.
17451
17452         * password.el (password-cache-remove): Use clear-string to burn
17453         password, if available.
17454
17455 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17458
17459         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17460
17461         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17462         (gnus-message-highlight-citation): Move defcustom here from
17463         gnus-cite.el.
17464         (gnus-message-citation-mode): Autoload.
17465
17466         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17467         checks to make it compile with XEmacs.
17468         (gnus-message-citation-mode): New minor mode.
17469         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17470         (gnus-message-highlight-citation): New variables.
17471         (gnus-message-search-citation-line)
17472         (gnus-message-add-citation-keywords)
17473         (gnus-message-remove-citation-keywords)
17474         (turn-on-gnus-message-citation-mode)
17475         (turn-off-gnus-message-citation-mode): New functions.
17476
17477 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17478
17479         * gnus-cite.el: Enable highlighting of different citation levels in
17480         message-mode.
17481
17482 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * message.el (message-make-fqdn): Fix comment.
17485         (message-bogus-system-names): Add ".local".
17486
17487         * spam.el (spam-ifile-path, spam-ifile-program)
17488         (spam-ifile-database-path, spam-ifile-database)
17489         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17490         Don't use "path" inappropriately.
17491         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17492         strings.
17493         (spam-check-ifile, spam-ifile-register-with-ifile)
17494         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17495         Use new variable names.
17496
17497         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17498         (gnus-treat-display-smileys): Simplify using
17499         gnus-image-type-available-p.
17500
17501         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17502         available.
17503
17504         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17505         Use `display-images-p' if available.
17506
17507 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17510         one after turning on the buffer's multibyteness instead of decoding
17511         them directly in the unibyte buffer that causes unexpected conversion
17512         in Emacs 23 (unicode).
17513
17514 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17515
17516         * message.el (message-generate-hashcash): Fix custom type.
17517
17518 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17521
17522 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17525         disconnect icons.  Add help text.
17526
17527 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17528
17529         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17530         negated to be consistent with the others we handle.
17531
17532 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17533
17534         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17535         version of gnus-summary-buffer to something, so that we can use two
17536         article buffers at the same time.
17537
17538 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17539
17540         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17541         trigger all the extra headers.
17542         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17543         sorting.
17544
17545 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17546
17547         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17548         solid groups.
17549
17550 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17551
17552         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17553
17554 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * legacy-gnus-agent.el: Add Copyright notice.
17557
17558 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17559
17560         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17561
17562 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17563
17564         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17565
17566         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17567         to make it work reliably in CVS Emacs.
17568         (gnus-summary-limit-strange-charsets-predicate)
17569         (gnus-summary-limit-to-predicate): New functions.
17570
17571 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17572
17573         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17574         specifying array size.
17575         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17576         array if it is too small.
17577         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17578         (gnus-sort-threads-loop): New function.
17579
17580 2006-12-06  Chris Moore  <dooglus@gmail.com>
17581
17582         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17583         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17584
17585 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17586
17587         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17588         options.
17589
17590 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17591
17592         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17593         DOS-ing the recipient.
17594
17595         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17596         the headers when creating the mapping to avoid mismappings.
17597         (nnweb-gmane-create-mapping): Always nix out old mapping.
17598
17599 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17602         and mm-verify-option to never.
17603
17604 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * message.el (message-signed-or-encrypted-p): New function.
17607         (message-forward-make-body): Use it.
17608
17609         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17610         Replace encode-coding-string with mm-encode-coding-string.
17611
17612 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nneething.el (nneething-decode-file-name):
17615         Replace decode-coding-string with mm-decode-coding-string.
17616
17617         * gnus-int.el (gnus-open-server): Say failed server's name.
17618
17619 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17620
17621         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17622         strings to a single string.  Quote `errors-file-name'.
17623         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17624         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17625         Adjust calls.  Use `shell-quote-argument'.
17626
17627 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17628
17629         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17630         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17631
17632         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17633         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17634         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17635         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17636         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17637         (gnus-subscribe-newsgroup, gnus-1):
17638         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17639         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17640         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17641         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17642
17643 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17644
17645         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17646         keystroke.
17647         (gnus-summary-limit-to-bodies): Implement headersp.
17648
17649 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17650
17651         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17652
17653 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17656
17657 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * message.el (message-generate-hashcash): Expand range of values to
17660         include `opportunistic'.
17661         (message-send-mail): Use it.
17662
17663 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17664
17665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17666         and comment it.
17667
17668         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17669
17670 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * gnus-util.el (gnus-extract-address-components): Improve comment.
17673
17674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-util.el (gnus-extract-address-components): Work with address in
17677         which the name portion contains @.
17678
17679         * lpath.el: Fbind custom-autoload.
17680
17681 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17682
17683         * gnus.el (gnus-start): Move custom group up.
17684         (gnus-select-method): Don't autoload, but make it available for
17685         `customize-variable'.
17686         (gnus-getenv-nntpserver): Don't autoload.
17687
17688 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17689
17690         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17691
17692 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * message.el (message-sendmail-extra-arguments): New variable.
17695         (message-send-mail-with-sendmail): Use it.
17696
17697 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17700         mm-with-unibyte-current-buffer to make string unibyte.
17701
17702         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17703         mm-string-as-multibyte.
17704
17705 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17706
17707         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17708         Reported by Werner Koch <wk@gnupg.org>.
17709
17710 2006-11-14  Daiki Ueno  <ueno@p360>
17711
17712         * mml2015.el: Autoload epa-select-keys when compiling.
17713
17714 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17715
17716         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17717         message-options.
17718         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17719
17720 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17721
17722         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17723         EasyPG (< 0.0.6).
17724         (mml2015-always-trust): New user option.
17725         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17726         prompt.
17727
17728 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * nntp.el (nntp-authinfo-force): New variable.
17731         (nntp-send-authinfo): Use it.
17732
17733 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17736         decode encoded words.  Improve prompt.  Add comment about forwarding.
17737         (message-replacement-char): Move up.
17738
17739 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17740
17741         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17742         instead of gnus-intersection because arguments of gnus-sorted-nunion
17743         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17744
17745 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17746
17747         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17748         (message-simplify-subject-functions):
17749         Enable message-strip-subject-encoded-words by default.
17750
17751 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * message.el (message-strip-subject-encoded-words): New function.
17754         (message-simplify-subject-functions): New variable.
17755         (message-simplify-subject): Use it.  Fix typo in doc string.
17756         Support message-strip-subject-encoded-words.
17757
17758 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17759
17760         * gnus-diary.el (gnus-diary-delay-format-function):
17761         * nndiary.el (nndiary-reminders):
17762         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17763
17764 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * gnus-art.el (article-hide-boring-headers): Fetch date from
17767         gnus-original-article-buffer to avoid problems with localized date
17768         strings.
17769
17770 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17773
17774 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17777         New variables.
17778         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17779         (mm-charset-synonym-alist): Move some entries to
17780         mm-codepage-iso-8859-list.
17781         (mm-charset-synonym-alist, mm-charset-override-alist):
17782         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17783
17784 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17787
17788 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17789
17790         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17791         with Emacs 21 and XEmacs.
17792
17793 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17794
17795         * spam.el (spam-parse-address): New function for better parsing,
17796         catching errors, etc.
17797         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17798
17799 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * mm-view.el: Add interactive arg to html2text autoload.
17802
17803 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17806
17807 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17810         New variables.
17811         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17812         (mm-charset-synonym-alist): Move some entries to
17813         mm-codepage-iso-8859-list.
17814
17815         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17816
17817 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * message.el (message-citation-line-format)
17820         (message-insert-formated-citation-line): Fix implementation of %E, %N
17821         and %n according to the doc string.
17822
17823 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17824
17825         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17826         Use car-safe to avoid bad parses.
17827
17828 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17831         names.
17832
17833         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17834
17835 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17838         header.
17839
17840         * message.el (message-draft-headers): Add Date.
17841         (message-headers-to-generate): Fix typo in docstring.
17842
17843         * nndraft.el (nndraft-required-headers): New variable.
17844         (nndraft-generate-headers): Use it.
17845
17846         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17847
17848 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17849
17850         * gnus-registry.el (gnus-registry-wash-for-keywords)
17851         (gnus-registry-find-keywords): New functions to allow easy searching of
17852         articles that are in the registry.
17853
17854 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17855
17856         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17857         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17858         Reported by Damien Elmes <damien@repose.cx>.
17859
17860 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * gnus.el (gnus-mime): Remove unused custom group.
17863
17864 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17865
17866         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17867         "blank line" when searching for end of armor headers.
17868
17869 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gmm-utils.el (gmm-write-region): Fix variable name.
17872
17873 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17874
17875         * gmm-utils.el (gmm-write-region): New function based on compatibility
17876         code from `mm-make-temp-file'.
17877
17878         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17879
17880         * nnmaildir.el (nnmaildir--update-nov)
17881         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17882         Use `gmm-write-region'.
17883
17884 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17887         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17888
17889         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17890
17891         * message.el (message-replacement-char): New variable.
17892         (message-fix-before-sending): Use it.
17893         (message-simplify-subject): New function to remove duplicate code.
17894         (message-reply, message-followup): Use it.
17895
17896         * gnus-sum.el (gnus-summary-make-menu-bar):
17897         Clarify gnus-summary-limit-to-articles.
17898
17899 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-util.el (gnus-with-local-quit): New macro.
17902
17903         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17904
17905 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17908         ignore non-string data.
17909
17910 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17911
17912         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17913         non-string data (needs to be done in the registry too).
17914
17915 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17916
17917         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17918         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17919         (gnus-registry-split-fancy-with-parent)
17920         (gnus-registry-fetch-simplified-message-subject-fast)
17921         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17922         Remove text properties on ingress into the registry and when it's saved.
17923         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17924         registry from entries with no groups.
17925
17926 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17927
17928         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17929         function to remove string properties.
17930
17931 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * gmm-utils.el (gmm): Adjust custom version.
17934
17935         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17936         Adjust custom version.
17937
17938         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17939
17940 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-art.el (gnus-insert-prev-page-button)
17943         (gnus-insert-next-page-button): Simplify.  Reformat.
17944
17945 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17946
17947         * gnus-art.el (gnus-insert-prev-page-button)
17948         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17949
17950 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17951
17952         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17953
17954 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17955
17956         * gnus-art.el (gnus-insert-mime-button)
17957         (gnus-insert-mime-security-button):
17958         Apply gnus-article-button-face to MIME and security buttons.
17959
17960 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17963         readable.
17964
17965 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17968
17969 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17970
17971         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17972         `browse-url-of-file' instead of `browse-url'.
17973
17974 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17975
17976         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17977         regexp.  Articles containing quotation were cut prematurely.
17978
17979 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * message.el (message-cite-original-1): Use nobody by default for the
17982         value of From header.
17983         (message-reply): Ditto.
17984
17985 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17986
17987         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17988         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17989         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17990
17991 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17992
17993         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17994         mails in the doc string.  Add some URLs in comment.
17995         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17996
17997 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18000         backslashes handling and the way to find boundaries of quoted strings.
18001
18002 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18003
18004         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18005         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18006         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18007         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18008
18009 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18012         doc string.
18013         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18014
18015 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * lpath.el: Fbind epg-check-configuration.
18018
18019 2006-09-06  Simon Josefsson  <jas@extundo.com>
18020
18021         * mml2015.el (mml2015-use): Doc fix, mention epg.
18022
18023 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18024
18025         * mml2015.el (mml2015-use): Default to epg, if available.
18026
18027 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18028
18029         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18030         message-sender.
18031         (mml1991-epg-encrypt): Ditto.
18032         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18033         message-sender.
18034         (mml2015-epg-encrypt): Ditto.
18035
18036 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18037
18038         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18039         several common directories.
18040
18041 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18042
18043         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18044         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18045
18046 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-art.el (article-decode-encoded-words): Make it fast.
18049
18050 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18053
18054         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18055         in quoted string into `\'.
18056
18057 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18060         Use standard-syntax-table.
18061
18062 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * gnus-art.el (gnus-decode-address-function): New variable.
18065         (article-decode-encoded-words): Use it to decode headers which are
18066         assumed to contain addresses.
18067         (gnus-mime-delete-part): Remove useless `or'.
18068
18069         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18070         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18071         (gnus-nov-parse-line): Use it to decode From header.
18072         (gnus-get-newsgroup-headers): Ditto.
18073         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18074
18075         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18076         (mail-decode-encoded-address-string): New alias.
18077
18078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18079         New function.
18080         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18081         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18082         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18083         (rfc2047-decode-string): Ditto.
18084         (rfc2047-decode-address-region): New function.
18085         (rfc2047-decode-address-string): New function.
18086
18087 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * message.el (message-caesar-buffer-body): Allow rotating headers.
18090
18091         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18092
18093         * message.el (message-insert-formated-citation-line): Fix %f.
18094         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18095
18096 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18099         (gnus-bookmark-mouse-available-p): New macro.
18100         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18101         (gnus-bookmark-bmenu-show-infos): Use it.
18102         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18103         (gnus-bookmark-bmenu-hide-infos): Ditto.
18104         (gnus-bookmark-remove-properties): New function.
18105         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18106         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18107         (gnus-bookmark-write-file): Bind coding-system-for-write.
18108         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18109         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18110         group before selecting it.
18111         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18112         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18113         quit-window if it is not available; use gnus-mouse-2 and bind it to
18114         gnus-bookmark-bmenu-select-by-mouse.
18115         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18116         (gnus-bookmark-bmenu-select-by-mouse): New function.
18117
18118 2006-08-13  Romain Francoise  <romain@orebokech.com>
18119
18120         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18121         space.
18122
18123 2006-08-10  Romain Francoise  <romain@orebokech.com>
18124
18125         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18126         (dns-mode-soa-auto-increment-serial): New user option.
18127         (dns-mode-soa-maybe-increment-serial): New function.
18128         (dns-mode): Add the latter to `write-contents-functions'.
18129
18130 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * compface.el (uncompface): Use binary rather than raw-text-unix.
18133
18134 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * compface.el (uncompface): Make sure the eol conversion doesn't take
18137         place when communicating with the external programs.
18138         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18139
18140 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18143
18144 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18145
18146         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18147         Make it more robust by parsing author and date independently.
18148
18149 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18152
18153 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18154
18155         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18156         first matching secret key.
18157         (mml2015-epg-encrypt): Ditto.
18158
18159         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18160         first matching secret key.
18161         (mml1991-epg-encrypt): Ditto.
18162
18163         * mml2015.el (mml2015-encrypt-to-self): New user option.
18164         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18165         mml2015-epg-encrypt-to-self is set.
18166
18167         * mml1991.el (mml1991-encrypt-to-self): New variable.
18168         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18169         mml1991-epg-encrypt-to-self is set.
18170
18171         * mml2015.el (mml2015-signers): New user option.
18172         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18173         (mml2015-epg-encrypt): Allow to select signing keys.
18174
18175         * mml1991.el (mml1991-signers): New variable.
18176         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18177         (mml1991-epg-encrypt): Allow to select signing keys.
18178
18179 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * nnheader.el (nnheader-insert-head): Make it work even if the file
18182         uses CRLF for the line-break code.
18183
18184 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18185
18186         * mml2015.el: Require mml-sec instead of password.
18187         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18188         (mml2015-cache-passphrase): Inherit the default value from
18189         mml-secure-cache-passphrase.
18190         (mml2015-passphrase-cache-expiry): Inherit the default value from
18191         mml-secure-passphrase-cache-expiry.
18192
18193         * mml1991.el: Require mml-sec instead of password.
18194         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18195         (mml1991-cache-passphrase): Inherit the default value from
18196         mml-secure-cache-passphrase.
18197         (mml1991-passphrase-cache-expiry): Inherit the default value from
18198         mml-secure-passphrase-cache-expiry.
18199
18200         * mml-sec.el: Require password.
18201         (mml-secure-verbose): New user option.
18202         (mml-secure-cache-passphrase): New user option.
18203         (mml-secure-passphrase-cache-expiry): New user option.
18204
18205 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18206             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18207
18208         * pgg-def.el (pgg-truncate-key-identifier):
18209         Truncate the key ID to 8 letters from the end.
18210
18211 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18212
18213         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18214         workaround for the url package included with Emacs.
18215
18216         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18217
18218 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18221         correctly.  This fixes a bug caused by the 2006-05-12 change.
18222
18223 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18224
18225         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18226         some information about the error when saying that the `bogus' mail
18227         group will be used.
18228
18229 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18232         string.
18233
18234 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18235
18236         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18237
18238 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18239
18240         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18241
18242 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18243
18244         * mml1991.el (mml1991-function-alist): Add epg.
18245         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18246         (mml1991-epg-encrypt): New functions.
18247
18248 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18249
18250         * mml2015.el (mml2015-verbose): New variable.
18251         (mml2015-cache-passphrase): Ditto.
18252         (mml2015-passphrase-cache-expiry): Ditto.
18253         (mml2015-function-alist): Add epg.
18254         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18255         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18256         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18257         New functions.
18258
18259 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18260
18261         * message.el (message-cite-original-1): Preserve region when removing
18262         quoted text due to X-No-Archive in order to avoid bogus attribution
18263         when citing multiple messages.
18264
18265 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18266
18267         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18268         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18269
18270 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18271
18272         * gnus-diary.el (gnus-user-format-function-d)
18273         (gnus-user-format-function-D): Autoload.
18274
18275         * imap.el (Commentary): Fix typo.
18276
18277         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18278         2006-04-22 contribution.
18279
18280 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18281
18282         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18283         It didn't really fix the bogosity I'm seeing with solid web groups.
18284
18285 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18286
18287         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18288         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18289         created using server names.  If we use the feature without declaring
18290         it, Gnus does not properly manage server and group state.
18291
18292         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18293         bound.
18294
18295 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18296
18297         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18298         looking up the method using GROUP's prefix before inventing a new one.
18299         It is used on killed/unknown groups in various places where returning
18300         an all-new method isn't expected by the caller.
18301
18302         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18303         and match semantics of gnus-group-real-prefix.
18304
18305 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18306
18307         * nnmail.el (nnmail-broken-references-mailers): New variable.
18308         (nnmail-ignore-broken-references): New function generalizing
18309         nnmail-fix-eudora-headers.
18310         (nnmail-fix-eudora-headers): Now obsolete.
18311
18312         * gnus-art.el (gnus-button-handle-custom):
18313         Support `customize-apropos*'.
18314
18315 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18316
18317         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18318
18319         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18320         articles.
18321
18322 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * message.el (message-cite-reply-above): New variable.
18325         (message-yank-original): Use it.
18326
18327 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18330
18331 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18332
18333         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18334         as read.
18335
18336         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18337
18338 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18341         (gnus-bookmark-default-file): Use gnus-directory.
18342         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18343         Remove "*" in doc string.
18344         (gnus-bookmark-write-file): Simplify.
18345         (gnus-bookmark-maybe-sort-alist): Use `when'.
18346         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18347         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18348         Add FIXME about Emacs 21 and XEmacs compatibility.
18349         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18350         compatibility.
18351         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18352         compatibility.
18353         (gnus-bookmark-menu-heading): Fix version.
18354
18355 2006-06-19  Bastien Guerry  <bzg@altern.org>
18356
18357         * gnus-bookmark.el: New file.
18358
18359 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * message.el (message-syntax-checks): Doc fix.
18362
18363 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18364
18365         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18366         unsubscribed groups as if they were killed ones.  It causes duplicate
18367         entries in gnus-newsrc-alist.
18368
18369 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * message.el (message-syntax-checks): Doc fix.
18372         (message-send-mail): Add check for continuation headers.
18373         (message-check-news-header-syntax): Fix regexp used to check for
18374         continuation headers.
18375
18376 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18379
18380 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18383
18384 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18387         default-truncate-lines.
18388
18389 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18392         to fill the utf-8 entry.
18393
18394         * lpath.el: Fbind unicode-precedence-list.
18395
18396 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18397
18398         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18399
18400 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18401
18402         * gnus-agent.el (directory-files-and-attributes): Move all the way
18403         forward (the third and final move).
18404         (gnus-agent-read-agentview): Trap reconstruction errors due to
18405         nonexistent directory.  Handle by returning nil.
18406
18407 2006-05-30  Didier Verna  <didier@xemacs.org>
18408
18409         * message.el (message-dont-reply-to-names): Update the custom type.
18410         * message.el (message-dont-reply-to-names): New defsubst: potentially
18411         convert a list of regexps into a single one.
18412         * message.el (message-get-reply-headers): Use it.
18413         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18414
18415 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * gnus-agent.el (directory-files-and-attributes): Move forward.
18418
18419 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18420
18421         * gnus-ml.el (gnus-mailing-list-subscribe)
18422         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18423         (gnus-mailing-list-message): Fix doc strings.
18424
18425 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18426
18427         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18428         of doing it manually.
18429
18430 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18433         comment.
18434
18435 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18436
18437         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18438         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18439         (gnus-agent-read-local): All symbols allocated in my-obarray.
18440         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18441         (gnus-agent-regenerate-group): Check numeric names to see if they are
18442         messages or groups.
18443         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18444         better way of do this...)
18445
18446         * gnus-cache.el (gnus-agent-total-fetched-for):
18447         Ignore 'dummy.group' (there should be a better way of do this...)
18448
18449 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18452         (gnus-saved-headers): Ditto.
18453         (gnus-default-article-saver): Mention functions may have properties.
18454         (gnus-article-save): Override gnus-save-all-headers and
18455         gnus-saved-headers by :headers property which saver function may have.
18456         (gnus-summary-save-in-file): Add :headers property.
18457         (gnus-summary-write-to-file): Ditto.
18458
18459         * gnus-sum.el (gnus-summary-save-article): Bind
18460         gnus-prompt-before-saving to t when saving many articles in a file;
18461         always show all headers.
18462
18463         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18464
18465 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18468         marks.
18469
18470         * message.el (message-indent-citation): Add optional arguments to allow
18471         using it outside of message buffers.
18472
18473         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18474         (gnus-article-treat-unfold-headers): Use it.
18475         (gnus-article-truncate-lines): New variable.
18476         (gnus-article-mode): Use it.
18477         (gnus-article-toggle-truncate-lines): New function.
18478
18479         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18480         Add gnus-article-toggle-truncate-lines.
18481
18482         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18483         coding system in XEmacs, use binary.
18484
18485 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18488         after-load-alist.
18489
18490         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18491         this function should save decoded articles.
18492         (gnus-summary-write-to-file): Use property to specify this function
18493         should save decoded articles and specify gnus-summary-save-in-file
18494         should be used to save articles other than the first one when saving
18495         many articles.
18496         (gnus-summary-save-body-in-file): Use property to specify this
18497         function should save decoded articles.
18498         (gnus-summary-write-body-to-file): Use property to specify this
18499         function should save decoded articles and specify
18500         gnus-summary-save-body-in-file should be used to save articles other
18501         than the first one when saving many articles.
18502
18503         * gnus-sum.el (gnus-summary-save-article): Simplify.
18504
18505 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus-art.el (gnus-default-article-saver):
18508         Add gnus-summary-write-body-to-file.
18509         (gnus-article-save-coding-system): Don't use coding system object
18510         in XEmacs.
18511         (gnus-read-save-file-name): Add optional `dir-var' argument which
18512         specifies directory in which files are saved; work even if optional
18513         `variable' argument is not specified.
18514         (gnus-summary-write-to-file): Read file name.
18515         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18516         (gnus-summary-write-body-to-file): New function.
18517
18518         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18519         (gnus-summary-local-variables): Add it.
18520         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18521         (gnus-summary-save-article): Remove optional `decode' argument;
18522         determine whether to decode articles by the value of
18523         gnus-default-article-saver; when saving many files using
18524         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18525         it first and use gnus-summary-save-in-file or
18526         gnus-summary-save-body-in-file thereafter unless
18527         gnus-prompt-before-saving is always; move point to article which
18528         will be saved.
18529         (gnus-summary-save-article-file): Revert.
18530         (gnus-summary-write-article-file): Revert.
18531         (gnus-summary-save-article-body-file): Revert.
18532         (gnus-summary-write-article-body-file): New function.
18533
18534 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-art.el (gnus-default-article-saver): Doc fix.
18537         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18538         from gnus-summary-save-article-coding-system, and default to a
18539         certain coding system.
18540         (gnus-output-to-file): Add coding cookie and encode text according
18541         to gnus-article-save-coding-system; don't use mm-append-to-file.
18542
18543         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18544         gnus-art.el and rename to gnus-article-save-coding-system.
18545         (gnus-summary-save-article): Require gnus-art; don't show all
18546         headers if it decodes articles; don't add coding cookie here;
18547         don't bind mm-text-coding-system-for-write.
18548         (gnus-summary-save-article-file): Save decoded articles.
18549         (gnus-summary-write-article-file): When saving many files, use
18550         gnus-summary-write-to-file first and gnus-summary-save-in-file
18551         thereafter unless gnus-prompt-before-saving is always.
18552         (gnus-summary-save-article-body-file): Save decoded articles.
18553
18554         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18555
18556 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * nnrss.el (nnrss-check-group): Bind hash-index.
18559
18560 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18561
18562         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18563         its hash index.  Store this hash in `nnrss-group-data'.
18564         (nnrss-read-group-data): Update accordingly.
18565
18566 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18569         entry.
18570
18571         * gnus-sum.el (gnus-summary-make-menu-bar):
18572         Add gnus-article-browse-html-article.
18573
18574 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18575
18576         * gnus-sum.el (gnus-summary-mime-map):
18577         Add gnus-article-browse-html-article.
18578
18579         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18580
18581 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18582
18583         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18584         suitable coding systems in customize.
18585
18586 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * mail-source.el (mail-sources): Fix custom type.
18589
18590 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18593         (gnus-summary-expire-articles-now): Shorten prompt.
18594
18595         * gmm-utils.el (wid-edit): Require.
18596         (defun-gmm): Rename from `gmm-defun-compat'.
18597         (gmm-image-search-load-path): Use it.
18598         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18599
18600 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18601
18602         * gnus-sum.el (gnus-summary-save-article-coding-system):
18603         New variable.
18604         (gnus-summary-save-article): Add optional `decode' argument.
18605         If it is set and gnus-summary-save-article-coding-system is non-nil,
18606         save decoded article.
18607         (gnus-summary-write-article-file): Save decoded article if
18608         gnus-summary-save-article-coding-system is non-nil.
18609
18610         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18611         type.
18612
18613 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18616
18617 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18620         first to test gnus-single-article-buffer which may be buffer-local.
18621
18622         * gnus-sum.el (gnus-summary-setup-buffer):
18623         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18624         group; make gnus-article-buffer, gnus-article-current, and
18625         gnus-original-article-buffer always buffer-local.
18626         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18627         group.
18628         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18629
18630 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18631
18632         * nnml.el (nnml-request-compact-group): Compressed files might not
18633         have .gz extension.
18634
18635 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18636
18637         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18638         (mm-copy-to-buffer): Use with-current-buffer.
18639         (mm-display-part): Simplify.
18640         (mm-inlinable-p): Add optional arg `type'.
18641
18642 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18643
18644         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18645         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18646         Try harder to show the attachment internally or externally using
18647         gnus-mime-view-part-as-type.
18648
18649 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * message.el (message-from-style, message-signature-separator)
18652         (message-user-organization-file, message-send-mail-function)
18653         (message-citation-line-function, message-yank-prefix)
18654         (message-indent-citation-function, message-signature)
18655         (message-signature-file, message-signature-insert-empty-line):
18656         Remove autoloads.
18657
18658         * gnus-art.el (gnus-buttonized-mime-types):
18659         Remove "multipart/signed".  Revert 2006-04-26 change.
18660
18661 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662
18663         * gnus.el (gnus-version-number): Bump version.
18664
18665 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18666
18667         * gnus.el: No Gnus v0.5 is released.
18668
18669 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18670
18671         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18672         fetching articles by message-id.
18673
18674 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18675
18676         * message.el (hashcash): Require hashcash as normal.
18677
18678         * ecomplete.el (ecomplete-highlight-match-line):
18679         Use point-at-eol.
18680         (ecomplete-highlight-match-line): Use `highlight', because that
18681         face exists in both Emacs and XEmacs.
18682
18683         * message.el (message-display-abbrev): Use point-at-bol.
18684
18685         * mail-source.el: Don't require timer/timer-funcs.
18686
18687         * gnus-async.el: Ditto.
18688
18689         * password.el: Ditto.
18690
18691         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18692
18693         * mm-url.el: Ditto.
18694
18695         * gnus-xmas.el: Don't require timer-funcs.
18696
18697         * mm-util.el: Require timer/timer-funcs.
18698
18699 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18700
18701         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18702         Close.
18703
18704 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18707         unibyte after clear-decrypt function runs.
18708
18709         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18710         returns as a unibyte string.
18711
18712 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * lpath.el: Revert.
18715
18716         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18717         (pgg-gpg-process-sentinel): Revert.
18718
18719         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18720         (pgg-pgp-lookup-key): Revert.
18721
18722         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18723         (pgg-pgp5-lookup-key): Revert.
18724
18725         * pgg.el (pgg-fetch-key): Revert.
18726
18727 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * lpath.el: Fbind string-as-multibyte for XEmacs.
18730
18731         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18732         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18733         (mml1991-pgg-encrypt): Ditto.
18734
18735         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18736         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18737         a multibyte buffer.
18738
18739         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18740         (pgg-pgp-lookup-key): Ditto.
18741
18742         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18743         (pgg-pgp5-lookup-key): Ditto.
18744
18745         * pgg.el (pgg-fetch-key): Ditto.
18746
18747 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18748
18749         * message.el (message-user-organization-file): Check several
18750         locations of the organization file.
18751
18752         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18753         Add gnus-article-view-part-as-type.
18754
18755         * gnus-art.el (gnus-article-view-part-as-type): New function.
18756
18757         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18758         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18759
18760         * mml.el: Simplify autoload.
18761         (mml-mode): defvar dnd-protocol-alist instead of using
18762         symbol-value.
18763         (mml-default-directory): New variable.
18764         (mml-minibuffer-read-file): Use it.
18765         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18766
18767         * message.el (message-citation-line-format): New variable.
18768         (message-insert-formated-citation-line): New function.
18769         (message-citation-line-function):
18770         Add `message-insert-formated-citation-line' to custom type.
18771
18772         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18773         to doc string.
18774
18775         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18776         depending on mm-verify-option.
18777
18778 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18781         binding pgg-* variables; reimplement the section which prevents
18782         MIME header from being signed.
18783         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18784         pgg-text-mode; remove a blank line at the top of body.
18785
18786         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18787         lines at the top of body; use gnus-newsgroup-charset if there's no
18788         Charset header.
18789
18790 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * message.el (message-self-insert-commands): Doc fix.
18793
18794         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18795         (mm-uu-pgp-encrypted-test): Ditto.
18796         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18797         between header and body; return application/pgp-encrypted handle
18798         if decryption failed; decode decrypted body by charset.
18799
18800         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18801         element match to application/pgp-*.
18802
18803 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18804
18805         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18806         HTML.
18807
18808 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18809
18810         * mail-source.el (mail-source-call-script): Message the error
18811         string.
18812
18813 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18814
18815         * gnus-util.el (gnus-byte-compile): Use it.
18816
18817 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18818
18819         * gnus-util.el (kill-empty-logs): New function.
18820
18821 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18822
18823         * message.el (message-mail-alias-type): Doc fix.
18824         (message-mail-alias-type-p): New function.
18825         (message-send): Use it.
18826         (message-mode): Ditto.
18827         (message-strip-forbidden-properties): Ditto.
18828
18829         * ecomplete.el (ecomplete-database-file-coding-system):
18830         New variable.
18831         (ecomplete-save): Use it.
18832         (ecomplete-setup): Use it.
18833
18834 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * message.el (message-self-insert-commands): New variable.
18837         (message-strip-forbidden-properties): Use it.
18838
18839 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18840
18841         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18842         that doesn't make XEmacs choke.
18843
18844 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-util.el (gnus-replace-in-string):
18847         Prefer replace-regexp-in-string over of replace-in-string.
18848
18849 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * gnus-util.el (gnus-select-frame-set-input-focus):
18852         Use select-frame-set-input-focus if it is available in XEmacs; use
18853         definition defined in Emacs 22 for old Emacsen.
18854
18855         * dgnushack.el: Autoload unmorse-region for XEmacs.
18856
18857         * lpath.el: Bind cursor-in-non-selected-windows and
18858         select-frame-set-input-focus for XEmacs.
18859
18860 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18863
18864 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * gnus-registry.el (gnus-registry-cache-save): Remove text
18867         properties when saving via the temp buffer.
18868
18869 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18870
18871         * message.el (message-generate-hashcash): Honor custom type.
18872
18873 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18874
18875         * message.el (message-generate-hashcash): Default to non-nil when
18876         hashcash is found.
18877
18878         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18879         (gnus-refer-thread-limit): Increase default to 500.
18880
18881         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18882
18883         * flow-fill.el (fill-flowed): Allow delete-space.
18884
18885 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18886
18887         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18888         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18889         Remove autoloads.
18890
18891 2006-04-18  Simon Josefsson  <jas@extundo.com>
18892
18893         * message.el (message-generate-hashcash): Default to.
18894
18895 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18898         concatenating segments rather than before concatenating them.
18899
18900 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18903
18904 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18905
18906         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18907
18908         * message.el (message-forward-make-body-plain):
18909         Allow message-forward-ignored-headers to be a list.
18910         (message-remove-ignored-headers): Factor out into function.
18911         (message-forward-make-body-mml): Use it.
18912
18913         * imap.el (imap-quote-specials): New function.
18914         (imap-login-auth): Quote specials.
18915
18916         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18917         (rfc2231-parse-string): Allow concatanation of parameters that
18918         aren't contiguous.  The test case is
18919           (mail-header-parse-content-type "message/external-body;
18920             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18921             access-type=LOCAL-FILE;
18922             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18923
18924 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18925
18926         * nntp.el (nntp-accept-process-output): Return the value of
18927         `nnheader-accept-process-output'.
18928
18929 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18932         (gnus-button-alist): Recognize more diff formats.
18933         (gnus-button-patch): Strip directory.
18934
18935 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18938         Emacs 22 when setting focus.
18939
18940 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18941
18942         * gnus-art.el (gnus-article-treat-types): Do treatment of
18943         text/x-verbatim parts.
18944         (gnus-button-patch): New command.
18945
18946         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18947         addresses that contain invalid characters.
18948
18949 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18950
18951         * message.el (message-put-addresses-in-ecomplete):
18952         Use gnus-replace-in-string.
18953         (message-is-yours-p): Use the more correct
18954         mail-header-parse-address instead of
18955         mail-extract-address-components.
18956         (message-put-addresses-in-ecomplete): Fix typo.
18957
18958         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18959         keystroke.
18960
18961         * gnus-art.el (gnus-treatment-function-alist): Change order of
18962         newsgroups/generic header folding to avoid double-folding.
18963
18964         * message.el (message-hidden-headers): Add X-Draft-From.
18965
18966         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18967         New command.
18968         (gnus-summary-repeat-search-article-backward): New command.
18969
18970         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18971         groups in the parent topic.
18972
18973 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18974
18975         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18976         (spam-extra-header-to-number): Return the CRM114 number as a
18977         number instead of a string.
18978
18979 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18980
18981         * gnus-art.el (gnus-face-properties-alist): Move here from
18982         gnus-fun.
18983
18984         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18985
18986 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18987
18988         * message.el (message-strip-forbidden-properties): Only display on
18989         self-insert-command.
18990
18991         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18992         reindent.
18993         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18994
18995 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18996
18997         * smiley.el (smiley-style): Fix typo.
18998
18999 2006-03-23  Kenichi Handa  <handa@m17n.org>
19000
19001         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19002         instead of set-buffer-multibyte.
19003
19004 2006-03-23  Kenichi Handa  <handa@m17n.org>
19005
19006         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19007         buffer and then decode the buffer text if necessary.
19008         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19009         first, and after mm-encode-body, change the buffer to unibyte.
19010
19011 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * hashcash.el (hashcash-insert-payment-async-2):
19014         Use message-goto-eoh instead of doing it manually.
19015         (mail-add-payment): Use message-narrow-to-header instead of trying
19016         to do the same itself.
19017
19018         * message.el (message-hidden-headers): Add Face.
19019
19020         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19021         reparenting code.
19022         (gnus-summary-reparent-children): Refactored out code.
19023         (gnus-summary-thread-map): New keystroke.
19024         (gnus-summary-reparent-children): Make into command.
19025
19026         * smiley.el (smiley-style): Default to `medium' if using a large
19027         font.
19028
19029         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19030         does it itself.
19031
19032         * message.el (message-point-in-header-p): Simplify definition.
19033
19034 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * nnagent.el (nnagent-request-set-mark): Silence log file
19037         writing.
19038         (nnagent-request-set-mark): Use write-region instead of
19039         append-to-file.
19040
19041         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19042         strange select method.
19043
19044         * ecomplete.el (ecomplete-display-matches): Get highlightling
19045         right.
19046         (ecomplete-display-matches): Use literals.
19047         (ecomplete-display-matches): Disable message logging.
19048
19049         * message.el (message-display-abbrev): Small optimization.
19050
19051         * ecomplete.el (ecomplete-display-matches): Allow automatic
19052         display.
19053
19054         * message.el (message-strip-forbidden-properties):
19055         Display abbrevs.
19056         (message-display-abbrev): Get automatic display right.
19057
19058         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19059         keystrokes.
19060
19061 2006-04-13  Romain Francoise  <romain@orebokech.com>
19062
19063         TODO: Backport to v5-10!
19064
19065         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19066         Move here (and rename) from gnus-registry.el.
19067
19068         * gnus-registry.el: Require gnus-util.
19069         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19070
19071 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19072
19073         * gnus-group.el (gnus-group-catchup-current):
19074         Change if-then-else-if-then-else into cond.
19075         (gnus-group-catchup): Indent.
19076         (group-name-at-point): New function.
19077         (gnus-fetch-group): Provide default from thing at point.
19078
19079 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * message.el (message-display-abbrev): Fix regexp.
19082
19083         * ecomplete.el (ecomplete-highlight-match-line):
19084         Reimplement choosing.
19085         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19086         dead variables.
19087
19088         * message.el (message-newline-and-indent): Remove debugging.
19089         (message-display-abbrev): Use new implementation.
19090
19091 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19092
19093         * gnus-art.el (gnus-article-mode):
19094         Set cursor-in-non-selected-windows to nil.
19095
19096         * smiley.el: Revert previous change.
19097         (smiley-data-directory): defvar it before using it in the
19098         defcustom of `smiley-style'.
19099
19100 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19101
19102         * message.el (message-newline-and-indent): New function.
19103
19104         * ecomplete.el: Implement more bits.
19105
19106         * message.el (message-put-addresses-in-ecomplete): Clean up the
19107         string.
19108
19109         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19110
19111         * gnus-sum.el (gnus-summary-save-parts):
19112         Bind gnus-summary-save-parts-counter and use it to make unique file
19113         names.
19114
19115         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19116
19117         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19118         parameter to say whether to actually parse the individual
19119         addresses.
19120
19121         * message.el (message-put-addresses-in-ecomplete): New function.
19122         (ecomplete): Require.
19123         (message-mail-alias-type): Add ecomplete as an option.
19124
19125 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19126
19127         * flow-fill.el (fill-flowed): Remove trailing space from blank
19128         quoted lines.
19129
19130 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19131
19132         * smiley.el (smiley-style): Move definition later to avoid a
19133         compilation warning.
19134
19135 2006-04-12  Kenichi Handa  <handa@m17n.org>
19136
19137         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19138         buffer and then decode the buffer text if necessary.
19139         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19140         first, and after mm-encode-body, change the buffer to unibyte.
19141         Use mm-disable-multibyte instead of set-buffer-multibyte.
19142
19143 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19146         Content-Type header instead of Content-Disposition header.
19147         (gnus-mime-inline-part): Ditto.
19148         (gnus-mime-view-part-as-charset): Ignore charset that the part
19149         specifies.
19150
19151         * mm-decode.el (mm-display-part): Work with external parts and
19152         usual parts similarly.
19153
19154         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19155         instead of gnus-display-mime.
19156
19157         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19158         instead of with-temp-buffer.
19159
19160         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19161         tag to summarized topics part in order to encode non-ASCII text.
19162
19163 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19164
19165         * smiley.el (smiley-style): New variable.
19166         (smiley-directory): New function.
19167         (smiley-data-directory): Derive from `smiley-style' using
19168         `smiley-directory'.
19169         (smiley-regexp-alist): Add new entries.
19170
19171         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19172         (gnus-article-browse-delete-temp): Add :version.
19173
19174 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19175
19176         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19177         the sieve region.
19178
19179 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19180
19181         * gnus.el (gnus-version-number): Bump version.
19182
19183 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * gnus.el: No Gnus v0.4 is released.
19186
19187 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19188
19189         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19190         layout.
19191
19192         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19193         unknown charset.
19194
19195         * message.el (message-header-synonyms): Add Original-To to the
19196         default.
19197
19198         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19199         optional parameter.
19200
19201 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * gnus-fun.el (gnus): Require it for gnus-directory.
19204
19205 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19208
19209 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19210
19211         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19212
19213 2006-04-05  Simon Josefsson  <jas@extundo.com>
19214
19215         * password.el (password-reset): New function.
19216
19217 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19218
19219         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19220         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19221
19222 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19223
19224         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19225         Some whitespace was matched into the url, which broke browsing hits
19226         > 100 when mm-url-use-external was nil.
19227
19228 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19231         Check gnus-extra-headers for 'Newsgroups.
19232
19233         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19234         bound.
19235
19236 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19237
19238         * pgg-gpg.el: Clean up process buffers every time gpg processes
19239         complete.
19240
19241 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19242
19243         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19244         doc string.
19245
19246 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19247
19248         * pgg-gpg.el (pgg-gpg-process-filter)
19249         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19250
19251         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19252         lines, temporary fix.
19253
19254 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19255
19256         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19257
19258 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19259
19260         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19261         default-enable-multibyte-characters.  This reverts the change from
19262         revision 6.17 which is no longer necessary because the passphrase
19263         is sent separately now.  GnuPG messages are unreadable under
19264         multibyte locales with default-enable-multibyte-characters set to
19265         nil.
19266
19267 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19268
19269         * message.el (message-tool-bar-gnome): Move "spell".
19270
19271 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19272
19273         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19274         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19275         instead.
19276
19277 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19278
19279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19280         Improve newsgroups handling for NNTP overviews which don't include
19281         Newsgroups.
19282
19283 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19284
19285         * message.el (message-resend): Bind message-generate-hashcash to nil.
19286
19287 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19288
19289         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19290         when searching for already-paid recipients.
19291
19292 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19293
19294         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19295         passphrases when it is not needed.
19296         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19297         passphrase stuff from gpg, should only be necessary when you use
19298         gpg with a smartcard.
19299
19300 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * mml.el (mml-insert-mime): Ignore cached contents of
19303         message/external-body part.
19304
19305         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19306         (mm-insert-part): Ditto.
19307
19308 2006-03-23  Simon Josefsson  <jas@extundo.com>
19309
19310         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19311         Reiner.
19312         (pgg-gpg-use-agent-p): Use it again.
19313
19314 2006-03-23  Simon Josefsson  <jas@extundo.com>
19315
19316         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19317         older emacsen.
19318         (pgg-gpg-use-agent-p): Don't use it.
19319
19320 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19321
19322         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19323         if we can.
19324
19325 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19326
19327         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19328         (pgg-gpg-update-agent): New function.
19329         (pgg-gpg-use-agent-p): New function.
19330         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19331         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19332         (pgg-gpg-sign-region): Use it.
19333
19334 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19337         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19338
19339 2006-03-21  Simon Josefsson  <jas@extundo.com>
19340
19341         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19342         <wilde@sha-bang.de>.
19343         (pgg-gpg-use-agent): New variable.
19344         (pgg-gpg-process-region): Use it.
19345         (pgg-gpg-encrypt-region): Likewise.
19346         (pgg-gpg-encrypt-symmetric-region): Likewise.
19347         (pgg-gpg-decrypt-region): Likewise.
19348         (pgg-gpg-sign-region): Likewise.
19349         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19350
19351 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19352
19353         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19354
19355         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19356         Add comment on version.
19357
19358 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * smiley.el: Add missing test smiley.
19361
19362 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mm-decode.el (mm-with-part): New macro.
19365         (mm-get-part): Use it; work with message/external-body as well.
19366         (mm-save-part): Treat name and filename equally.
19367
19368         * mm-extern.el (mm-extern-cache-contents): New function.
19369         (mm-inline-external-body): Use it; force the part to be displayed;
19370         move undisplayer added to the cached handle to the parent.
19371
19372         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19373         (gnus-mime-view-part-as-type): Work with message/external-body.
19374
19375         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19376
19377 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19378
19379         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19380         images in image-load-path.  [Sync with image.el, revision 1.60, in
19381         Emacs.]
19382
19383 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19384
19385         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19386         path rather than symbol.  Always return list of directories.
19387         Guarantee that image directory comes first.  [Sync with image.el,
19388         revision 1.59, in Emacs.]
19389
19390         * message.el (message-make-tool-bar): Adjust to new API of
19391         `gmm-image-load-path-for-library'.
19392
19393         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19394
19395         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19396
19397 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19398
19399         * gnus-art.el (gnus-article-only-boring-p):
19400         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19401         intangible text.
19402         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19403
19404 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19407         Use `defun' instead of `gmm-defun-compat'.
19408
19409 2006-03-14  Simon Josefsson  <jas@extundo.com>
19410
19411         * message.el (message-unique-id): Don't use message-number-base36
19412         if (user-uid) is a float.
19413         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19414
19415 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19418
19419         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19420         empty line between a part and a message part.
19421
19422 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * smiley.el: Add more test smileys.
19425         (smiley-data-directory, smiley-regexp-alist)
19426         (gnus-smiley-file-types): Fix doc strings.
19427         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19428         adding new elements.
19429         (smiley-mouse-map): Unused code.  Make it a comment.
19430
19431 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19434         scan latest NoCeM messages instead of old ones.
19435         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19436         delimiters that are recently used.
19437         (gnus-nocem-load-cache): Add autoload cookie.
19438
19439         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19440
19441         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19442         level which is larger than gnus-use-nocem is specified.
19443
19444         * gnus-group.el (gnus-group-get-new-news): Ditto.
19445
19446 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19447
19448         * gnus-util.el (gnus-tool-bar-update): New function.
19449
19450         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19451         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19452
19453         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19454
19455         * gnus-group.el (gnus-group-redraw-when-idle)
19456         (gnus-group-redraw-check): Remove.
19457         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19458
19459 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19462         if optional last element is specified in splits (FIELD VALUE...).
19463
19464 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19465
19466         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19467         to gmm-image-load-path-for-library.  Call with no-error argument.
19468         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19469
19470         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19471
19472         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19473
19474         * gmm-utils.el (gmm-image-load-path): Remove alias.
19475
19476 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19477
19478         * gmm-utils.el (gmm-image-load-path): Add alias.
19479
19480         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19481         nnml-generate-nov-databases-1.
19482         (nnml-generate-nov-databases): Use it.
19483         (nnml-generate-nov-databases-directory): Document no-active
19484         argument.
19485
19486         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19487         directory if path is t.  Add no-error.
19488
19489         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19490         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19491
19492         * gnus-art.el (gnus-article-browse-delete-temp-files):
19493         Simplify resetting gnus-article-browse-html-temp-list.
19494
19495         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19496         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19497         Add example to docstring.  Rename local variables.  Move error
19498         checks to default case in cond and simplify.
19499
19500 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19503         handle is multipart when calling it recursively.
19504         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19505
19506 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19507
19508         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19509         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19510
19511 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19514         is loaded.
19515
19516         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19517         loaded.
19518
19519 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19520
19521         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19522         to "Emacs 23 (unicode)" in doc string.
19523
19524         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19525         "Emacs 23 (unicode)" in comment.
19526
19527 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19530
19531         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19532         characters 160 through 255 in Emacs 23.
19533
19534 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19535
19536         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19537         gnus-article-browse-html-temp.
19538         (gnus-article-browse-delete-temp): Make it customizable.
19539         Add `file'.  Adjust doc string.
19540         (gnus-article-browse-delete-temp-files): Add argument.
19541         Allow query for each file.  Adjust doc string.
19542         (gnus-article-browse-html-parts):
19543         Add `gnus-article-browse-delete-temp-files' to
19544         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19545
19546 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19547
19548         * gnus-art.el (gnus-article-browse-html-temp)
19549         (gnus-article-browse-delete-temp): New variables.
19550         (gnus-article-browse-delete-temp-files): New function.
19551         (gnus-article-browse-html-parts): Use it.
19552
19553 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19554
19555         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19556
19557         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19558         string.
19559
19560         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19561         gnus-summary-insert-new-articles when unplugged.
19562         Remove gnus-summary-search-article-forward.
19563
19564         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19565         display-visual-class instead of display-color-cells.
19566
19567 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * dgnushack.el: Autoload customize-group for XEmacs.
19570
19571         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19572         message/* containing non-ASCII text properly.
19573
19574 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * message.el: Require gmm-utils, remove autoloads.
19577         (message-tool-bar): Set default based on
19578         gmm-tool-bar-style.
19579         (message-tool-bar-gnome): Add gmm-customize-mode.
19580
19581         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19582         gmm-tool-bar-style.
19583         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19584
19585         * gnus-group.el (gnus-group-tool-bar): Set default based on
19586         gmm-tool-bar-style.
19587         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19588
19589         * gmm-utils.el (gmm-image-directory): Rename variable from
19590         gmm-image-load-path.
19591         (gmm-image-load-path): Use gmm-image-directory.
19592         (gmm-customize-mode): New function.
19593         (gmm-tool-bar-style): New variable.
19594
19595         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19596         gnus-group-redraw-line-number.
19597         (gnus-group-redraw-check): Simplify.
19598         (gnus-group-tool-bar-update): Remove redraw check.
19599         (gnus-group-make-tool-bar): Add redraw check.
19600
19601 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19602
19603         * gnus-art.el (gnus-button): Add missing parentheses.
19604
19605 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * lpath.el: Fbind line-number-at-pos.
19608
19609 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19612
19613 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19614
19615         * gnus-art.el (gnus-button): New face.
19616         (gnus-article-button-face): Use it.
19617
19618         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19619         Add gnus-summary-next-page.  Re-order.
19620
19621         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19622         next-node are now included.
19623         (gnus-group-redraw-line-number): New internal variable.
19624         (gnus-group-redraw-check): Helper function for updating the tool
19625         bar.
19626         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19627
19628         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19629
19630         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19631         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19632         Use it to match format of Spamassassin 3.0 and later.
19633         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19634         (spam-check-bogofilter)
19635         (spam-bogofilter-register-with-bogofilter): Fix args of
19636         `gnus-error' calls.
19637
19638 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19639
19640         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19641         unnecessary interaction when sending queued mails.
19642         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19643
19644 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19645
19646         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19647         first or last are nil.
19648
19649 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19650
19651         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19652
19653 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19654
19655         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19656
19657 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19658
19659         * dns.el (query-dns): Protect more against buggy tcp output.
19660
19661 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19662
19663         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19664         nov.php.
19665
19666 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19667
19668         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19669         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19670         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19671         output on the server side.
19672         (nnweb-google-create-mapping): Update regexps and add some
19673         progress indication.
19674
19675 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19676
19677         * gnus-group.el (gnus-group-tool-bar-gnome):
19678         Fix gnus-agent-toggle-plugged.  Re-order icons.
19679         (gnus-group-tool-bar-gnome):
19680         Add gnus-group-{prev,next}-unread-group.
19681         (gnus-group-tool-bar-gnome): Re-order icons.
19682
19683         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19684         Move gnus-summary-insert-new-articles.
19685
19686         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19687         Fix comments.
19688
19689         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19690         also available in Emacs 21.3.
19691
19692         * message.el (message-fix-before-sending): Change "Emacs 22" to
19693         "Emacs 23 (unicode)" in comment.
19694
19695         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19696         "Emacs 23 (unicode)" in comment.
19697
19698         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19699         comment.
19700         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19701
19702         * mm-view.el (mm-fill-flowed): Add :version.
19703
19704 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19707         and load-path.
19708
19709 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19710
19711         * message.el: Autoload gmm-image-load-path.
19712         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19713         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19714         consitency.
19715
19716         * gmm-utils.el (gmm-image-load-path): Also search in
19717         "../etc/images".  Don't set gmm-image-load-path if we don't find
19718         the image.
19719
19720 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * gmm-utils.el (gmm-image-load-path): Don't make
19723         `gmm-image-load-path' include subdirectories which the second arg
19724         `image' might specify.
19725
19726         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19727         subdirectory to icon file names.
19728
19729         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19730
19731 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19734         gmm-image-load-path calls.
19735
19736         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19737
19738         * message.el (message-make-tool-bar): Ditto.
19739
19740         * mml.el (mml-preview): Add comment concerning tool bar icons.
19741
19742         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19743         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19744
19745         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19746         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19747
19748         * message.el (message-tool-bar-gnome): Use new icon names.
19749         (message-make-tool-bar): Use `gmm-image-load-path'.
19750
19751         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19752         New functions from MH-E.
19753         (gmm-image-load-path): New variable from MH-E.
19754         (gmm-image-load-path): New function from MH-E.  Add arguments
19755         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19756         *-image-load-path-called-flag.
19757
19758 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19759
19760         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19761
19762 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19763
19764         * nnimap.el (nnimap-request-move-article): Change folder back to
19765         source group before deleting.
19766
19767 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19768
19769         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19770
19771         * gnus-art.el (mm-url-insert-file-contents-external):
19772         Autoload mm-url.
19773
19774         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19775
19776 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19779         coding system which mm-charset-to-coding-system returns for a
19780         given charset is valid.
19781
19782 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19783
19784         * html2text.el (html2text-remove-tag-list):
19785         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19786
19787 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19788
19789         * gnus-cus.el: Revert 2005-10-17 change.
19790
19791 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * gnus-art.el (article-strip-banner):
19794         Call article-really-strip-banner only when the regexp match is made.
19795
19796 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * gnus-art.el (article-strip-banner):
19799         Use gnus-extract-address-components instead of
19800         mail-header-parse-addresses to make it work with non-ASCII text;
19801         remove mail-encode-encoded-word-string.
19802
19803         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19804         values which are surrounded with \"...\"; make it never cause a
19805         Lisp error; give up parsing of parameters if it failed in
19806         extracting type.
19807
19808 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19809
19810         * smime.el (smime-cert-by-ldap-1): Fix bug where
19811         `smime-ldap-search' returns results without userCertificates.
19812
19813 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19816
19817 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19818
19819         * spam.el (spam-check-spamassassin-headers): Adapt format for
19820         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19821         <ari@mbf.ocn.ne.jp>.
19822         (spam-list-of-processors): Add spam-use-gmane.
19823
19824 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19827         make-temp-file; make it work with XEmacs as well.
19828
19829         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19830         mm-make-temp-file.
19831
19832         * mm-decode.el (mm-display-external): Use the 3rd arg of
19833         mm-make-temp-file.
19834         (mm-create-image-xemacs): Ditto.
19835
19836 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19839         with message-narrow-to-headers.
19840         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19841         (gnus-draft-check-draft-articles): New function.
19842         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19843
19844 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * gnus-art.el (gnus-article-browse-html-parts):
19847         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19848         Don't use suffix argument for mm-make-temp-file for Emacs 21
19849         compatibility.  Remove useless `format'.
19850
19851 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19852
19853         * nnweb.el (nnweb-google-wash-article): Update regexps.
19854         (nnweb-group-alist): Use defvoo instead of defvar.
19855
19856 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19859         re-loading nn* modules.
19860
19861 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19864         for `tool-bar-mode' and don't check it's default-value.
19865
19866         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19867
19868         * message.el (message-make-tool-bar): Ditto.
19869
19870         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19871         `substring'.  Shorten tmp-file name.
19872
19873         * gnus.el: Remove bogus comment.
19874
19875 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19876
19877         * gnus-art.el (gnus-article-browse-html-parts): New function.
19878         (gnus-article-browse-html-article): New function for viewing html
19879         articles with a browser.
19880
19881 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19882
19883         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19884         in elisp.
19885         (pgg-gpg-encrypt-symmetric-region): Ditto.
19886         (pgg-gpg-sign-region): Ditto.
19887
19888         * pgg-def.el (pgg-text-mode): New variable.
19889
19890         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19891         (mml2015-pgg-encrypt): Ditto.
19892
19893         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19894         (mml1991-pgg-encrypt): Ditto.
19895
19896 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * nnfolder.el (nnfolder-insert-newsgroup-line):
19899         Use message-make-date instead of current-time-string.
19900
19901         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19902         to gnus-decoded which mm-uu might set.
19903
19904 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19907         don't decode quoted parameters; remove misimported Emacs code.
19908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19909         (rfc2231-decode-encoded-string): Don't use split-string which
19910         behaves differently according to Emacs version; use
19911         mm-decode-coding-region to convert charset to coding-system.
19912         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19913         (rfc2231-encode-string): Remove misimported Emacs code.
19914
19915 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19918         when calling mail-header-parse-content-type.
19919         (article-de-quoted-unreadable): Ditto.
19920         (article-de-base64-unreadable): Ditto.
19921         (article-wash-html): Ditto.
19922
19923         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19924         calling mail-header-parse-content-type and
19925         mail-header-parse-content-disposition.
19926         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19927         mail-header-parse-content-type.
19928
19929         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19930         insert charset and format parameters; encode description after
19931         inserting it to buffer.
19932         (mml-insert-parameter): Fold lines properly even if a parameter is
19933         segmented into two or more lines; change the max column to 76.
19934
19935         * rfc1843.el (rfc1843-decode-article-body): Don't use
19936         ignore-errors when calling mail-header-parse-content-type.
19937
19938         * rfc2231.el (rfc2231-parse-string): Return at least type if
19939         possible; don't cause an error even if it fails in parsing of
19940         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19941         (rfc2231-encode-string): Don't break lines at the beginning, leave
19942         it to mml-insert-parameter.
19943
19944         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19945         calling mail-header-parse-content-type.
19946
19947 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19948
19949         * spam-report.el (spam-report-gmane-use-article-number):
19950         Improve doc string.
19951         (spam-report-gmane-internal): Check if a suitable header was found
19952         in the article.
19953
19954 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19957         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19958
19959 2006-02-05  Romain Francoise  <romain@orebokech.com>
19960
19961         Update copyright notices of all files in the gnus directory.
19962
19963 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19964
19965         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19966
19967 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19968
19969         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19970         segmented lines of parameter value to cope with Thunderbird 1.5
19971         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19972         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19973         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19974
19975 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19976
19977         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19978         parts.
19979
19980 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19981
19982         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19983         there's only one active file for all servers.
19984         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19985         solid groups.  Gnus might have used a FAST request to select the group.
19986         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19987         and nnweb-search redundantly in the active file.
19988         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19989         (nnweb-request-create-group): Don't use ARGS.
19990         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19991         initializations.  Let nnoo do the work.
19992
19993 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19996         Say the part has been decoded.
19997
19998         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19999
20000 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20001
20002         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20003         mailcap-viewer-test-cache when there's no 'test clause, since that
20004         will invert the meaning of a "nil" test previously determined by
20005         mailcap-mailcap-entry-passes-test.
20006
20007 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20010         compiling.
20011
20012         * gnus-sum.el: Ditto.
20013
20014         * message.el: Don't bind tool-bar-map when compiling.
20015
20016 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20019
20020 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20021
20022         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20023         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20024         current Google Groups.
20025
20026 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20027
20028         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20029         and tool-bar-mode.
20030
20031         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20032         and tool-bar-mode.
20033
20034         * message.el (message-tool-bar-update): Simplify.
20035         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20036
20037         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20038         gnus-summary-buffer.
20039         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20040         gnus-summary-reply.
20041
20042         * gmm-utils.el (gmm): Add :version.
20043
20044 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * Makefile.in (clean): New rule.
20047         (distclean): Use it.
20048
20049 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20050
20051         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20052         Don't autoload.
20053
20054 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gmm-utils.el (gmm-verbose): Add :group.
20057
20058 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20059
20060         * message.el: Change some comments WRT tool-bars.
20061
20062         * gnus-sum.el (gnus-summary-tool-bar)
20063         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20064         (gnus-summary-tool-bar-zap-list): New variables.
20065         (gnus-summary-make-tool-bar): Complete rewrite using
20066         `gmm-tool-bar-from-list'.
20067
20068         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20069         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20070         New variables.
20071         (gnus-group-make-tool-bar): Complete rewrite using
20072         `gmm-tool-bar-from-list'.
20073         (gnus-group-tool-bar-update): New function.
20074
20075         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20076
20077 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20080         is dissected into a single part of which the type is the same as
20081         the given one; decode charset.
20082
20083 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20084
20085         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20086         into alists as symbol not string, since that's what
20087         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20088         look for.
20089
20090 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20093         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20094
20095         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20096
20097 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20100         (gnus-xmas-mime-security-button-menu): New function.
20101
20102         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20103         (gnus-mime-security-button-menu): New definition.
20104         (gnus-mime-security-button-map): Use them.
20105         (gnus-mime-security-button-menu): New function.
20106         (gnus-insert-mime-security-button): Addition to help echo.
20107         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20108         (gnus-mime-security-pipe-part): New functions.
20109
20110         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20111         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20112
20113         * mm-decode.el (mm-handle-set-disposition): Remove.
20114         (mm-handle-set-description): Remove.
20115
20116 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20119         (mm-w3m-standalone-supports-m17n-p): New function.
20120         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20121         w3m usage.
20122
20123         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20124         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20125
20126 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * message.el (message-tool-bar-zap-list):
20129         Use gmm-tool-bar-zap-list as custom type.
20130         (message-tool-bar-update): New function.
20131         (message-tool-bar, message-tool-bar-gnome)
20132         (message-tool-bar-retro): Add message-tool-bar-update.
20133         (message-tool-bar-gnome): Add flyspell-buffer.
20134
20135         * gnus-util.el (gnus-error): Describe `args'.
20136
20137         * gmm-utils.el (gmm-error): Describe `args'.
20138         (gmm-tool-bar-zap-list): New widget.
20139         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20140
20141 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20144         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20145         the number of recursive calls.
20146
20147         * mm-decode.el (mm-handle-set-disposition): New macro.
20148         (mm-handle-set-description): New macro.
20149
20150 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20153         encoding.
20154
20155 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * message.el (message-tool-bar-zap-list, message-tool-bar)
20158         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20159         (message-tool-bar-local-item-from-menu): Remove.
20160         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20161         (message-make-tool-bar): New function.
20162         (message-mode): Use `message-make-tool-bar'.
20163
20164         * gmm-utils.el: New file.
20165         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20166         (gmm-lazy): New widget copied from `nnmail.el'.
20167         (gmm-tool-bar-from-list): New function for creating customizable
20168         tool bars.
20169         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20170         output.
20171         (gmm): Add :prefix to defgroup.
20172
20173 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20174
20175         * gmm-utils.el (gmm-widget-p): New function.
20176
20177 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20178
20179         * mml.el (mml-attach-file): Describe `description' in doc string.
20180         (mml-menu): Add Emacs MIME manual and PGG manual.
20181
20182 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20183
20184         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20185
20186 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20187
20188         * nntp.el (nntp-end-of-line): Doc fix.
20189
20190 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20191
20192         * imap.el (imap-open): Handle case where buffer is a buffer
20193         object.
20194
20195 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20196
20197         * gnus-delay.el (gnus-delay): Don't autoload.
20198         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20199         to be re-loaded when customizing the `gnus-delay' group.
20200
20201 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20202
20203         * message.el (message-insert-citation-line): Use newlines.
20204
20205 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20206
20207         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20208         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20209         these routines, so the passphrase can be managed externally and
20210         passed in to the system.
20211         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20212         pgg-add-passphrase-to-cache function.
20213
20214         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20215         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20216         these routines, so the passphrase can be managed externally and
20217         passed in to the system.
20218         (pgg-pgp5-sign-region): Use new name of
20219         pgg-add-passphrase-to-cache function.
20220
20221 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20222
20223         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20224         part of the decoded armor to find the key-identifier.
20225         (pgg-gpg-lookup-key-owner): New function to return the
20226         human-readable identifier of a key owner.
20227         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20228         itself.
20229         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20230         the key value) if we have a key and can match it against a secret
20231         key.  Also, added a note pointing out fact that the prompt only
20232         indicates the first matching key.
20233
20234         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20235         pgg-decrypt-region.
20236         (pgg-add-passphrase-to-cache): Rename from
20237         `pgg-add-passphrase-cache' to reduce confusion (all callers
20238         changed).
20239         (pgg-remove-passphrase-from-cache): Rename from
20240         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20241         changed).
20242         (pgg-read-passphrase, pgg-add-passphrase-cache)
20243         (pgg-remove-passphrase-cache): Add informative docstrings.
20244         (pgg-decrypt): Convey provided passphrase in subordinate call to
20245         pgg-decrypt-region.
20246
20247 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20248
20249         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20250         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20251         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20252         'passphrase' argument, so the passphrase can be managed externally
20253         and then passed in to the system.
20254
20255         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20256         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20257         so the passphrase cache can be used reliably with identifiers
20258         besides a pgp packet's key id.
20259
20260         * pgg-gpg.el (pgg-gpg-encrypt-region)
20261         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20262         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20263         these routines, so the passphrase can be managed externally and
20264         passed in to the system.
20265
20266         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20267         'notruncate' argument, so the passphrase cache can be used
20268         reliably with identifiers besides a pgp packet's key id.
20269
20270 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20271
20272         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20273         symmetric encryption.
20274         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20275         encrypted session key.
20276         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20277         message ask for the passphrase in a proper way.
20278
20279         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20280         New user commands for symmetric encryption.
20281
20282 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20285
20286         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20287
20288 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20289
20290         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20291
20292 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * mm-decode.el (mm-inlined-types): Add application/pgp.
20295         (mm-automatic-display): Ditto.
20296
20297         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20298         part as text.
20299
20300 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * nnrss.el: Update copyright.
20303         (nnrss-opml-import): Query whether to subscribe to each entry.
20304
20305         * gnus-art.el:
20306         * gnus-sum.el:
20307         * gnus-xmas.el:
20308         * messagexmas.el:
20309         * mm-uu.el:
20310         * mm-view.el: Update copyright.
20311
20312 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20313
20314         * message.el (message-info): New function.
20315         (message-mode-menu): Add it.
20316         Update copyright.
20317
20318         * ChangeLog: Fix and update copyright.
20319
20320 2006-01-13  Romain Francoise  <romain@orebokech.com>
20321
20322         * message.el (message-forward-subject-name-subject): Prefer the
20323         address to 'nowhere' if the sender has no name.
20324         Fix typo.  Update copyright year.
20325
20326 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * gnus-art.el (article-wash-html):
20329         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20330         (gnus-article-wash-html-with-w3m-standalone): New function.
20331
20332         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20333         mm-inline-text-html-render-with-w3m-standalone.
20334         (mm-text-html-washer-alist): Map w3m-standalone to
20335         gnus-article-wash-html-with-w3m-standalone.
20336         (mm-inline-text-html-render-with-w3m-standalone): New function.
20337
20338 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20341         Improve LaTeX.
20342
20343 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20344
20345         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20346         (nnrss-request-article): Render text/plain parts as HTML.
20347
20348         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20349         the buffer.
20350
20351 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20352
20353         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20354         custom definition of `gnus-posting-styles'.
20355
20356         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20357         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20358
20359 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20360
20361         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20362         Use nntp for bug archive.
20363
20364 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20367         parts.
20368         (nnrss-normalize-date): New function converts ISO 8601 date into
20369         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20370         (nnrss-check-group): Use it.
20371
20372 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20375
20376         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20377         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20378         (nnrss-insert-w3): Ditto.
20379
20380 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20381
20382         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20383         the articles to be forwarded including the case where neither a
20384         number of articles nor a region is specified.
20385
20386 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * nnrss.el (nnrss-request-article): Fix last change; fill
20389         text/plain parts.
20390
20391 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20394         in text/plain part.
20395         (nnrss-check-group): Don't add excessive newline to dc:subject.
20396
20397 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20398
20399         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20400         article.
20401
20402 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20403
20404         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20405         (nnml-use-compressed-files, nnml-save-mail): Support other
20406         comression programs such as bzip2.
20407
20408 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20409
20410         * dns.el (query-dns): Make sure we check the buffer size before
20411         removing tcp headers.
20412
20413 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20414
20415         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20416         remove MIME buttons associated with multipart/alternative parts.
20417         (gnus-mime-display-alternative): Tag buttons using `article-type'
20418         text property.
20419
20420         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20421         associated with multipart/alternative parts.
20422
20423         * gnus-art.el (gnus-signature-separator): Fix custom type.
20424
20425         * mm-decode.el (mm-inlined-types): Fix custom type.
20426         (mm-keep-viewer-alive-types): Ditto.
20427         (mm-automatic-display): Ditto.
20428         (mm-attachment-override-types): Ditto.
20429         (mm-inline-override-types): Ditto.
20430         (mm-automatic-external-display): Ditto.
20431
20432 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20433
20434         * spam-report.el (spam-report-user-mail-address)
20435         (spam-report-user-agent): New variables.
20436         (spam-report-url-ping-plain): Use spam-report-user-agent.
20437
20438 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20439
20440         * gnus-art.el (gnus-button-handle-custom): Do not just use
20441         `customize-apropos' for any "M-x customize-*" button but the
20442         function called for.  Accept both the function name and its
20443         argument in order to achieve this.
20444         (gnus-button-alist): Remove support for "custom:" URL's.
20445         Pass function name to `gnus-button-handle-custom' in case of "M-x
20446         customize-*" buttons.
20447
20448 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20451         multipart/alternative and add xref to mm-discouraged-alternatives
20452         in doc string.
20453
20454         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20455         gnus-buttonized-mime-types in doc string.
20456
20457 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20460         Suggest image/.* in the doc string.
20461
20462 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20463
20464         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20465         message-marks (Debian bug#342521).
20466
20467 2005-12-12  Simon Josefsson  <jas@extundo.com>
20468
20469         * password.el (password-read-from-cache): Add.
20470         (password-read): Use it.
20471
20472 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * rfc2047.el (rfc2047-charset-to-coding-system):
20475         Recognize us-ascii as a MIME charset.
20476
20477         * mm-bodies.el (mm-decode-content-transfer-encoding):
20478         Protect against the case where the 2nd arg TYPE is nil.
20479
20480 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20481
20482         * pop3.el (pop3-stream-type): Fix custom version.
20483
20484         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20485
20486 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20487
20488         * mm-decode.el (mm-display-external): Add missing cdr.
20489
20490 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20491
20492         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20493         RFC1524) if it is in mailcap or add a suffix according to
20494         mailcap-mime-extensions when generating a temp filename; postpone
20495         deleting a temp file for 2 seconds for some wrappers, shell
20496         scripts, and so on, which might exit right after having started a
20497         viewer command as a background job.
20498
20499 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * nntp.el (nntp-marks-directory): Fix custom group.
20502
20503         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20504         steps when < 10.
20505
20506         * gnus-start.el (gnus-no-server-1):
20507         Mention `gnus-level-default-subscribed' in doc string.
20508
20509 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20510
20511         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20512         parens.
20513
20514 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * gnus-xmas.el (gnus-use-toolbar): Revert.
20517         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20518         gnus-use-toolbar is default.
20519
20520         * messagexmas.el (message-use-toolbar): Revert.
20521         (message-setup-toolbar): Use global default-toolbar if
20522         message-use-toolbar is default.
20523
20524 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20527         according to default-toolbar-visible-p.
20528
20529         * messagexmas.el (message-use-toolbar): Ditto.
20530
20531 2005-11-26  Dave Love  <fx@gnu.org>
20532
20533         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20534         (tls-program, tls-success): Provide openssl alternative.
20535
20536         * starttls.el: Doc fixes.
20537         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20538         SERVICE to PORT.
20539
20540         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20541         port null or service name.
20542         (starttls-negotiate): Autoload.
20543
20544 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * message.el (message-kill-to-signature): Fix interactive spec.
20547
20548 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * pop3.el (pop3-open-server): Recognize a string as a service name.
20551
20552 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20553
20554         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20555
20556 2005-11-23  Dave Love  <fx@gnu.org>
20557
20558         Add pop3s, pop3/starttls.
20559
20560         * pop3.el (pop3-authentication-scheme): Clarify doc.
20561         (open-tls-stream, starttls-open-stream): Autoload.
20562         (pop3-stream-type): New.
20563         (pop3-open-server): Use it.
20564
20565         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20566         for POP.
20567         (mail-source-keyword-map): Add :stream for POP.
20568         (mail-source-fetch-pop): Use pop3-stream-type.
20569
20570 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20573         of current-time-string.
20574
20575 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20576
20577         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20578         date header.
20579
20580 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20581
20582         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20583         it can seriously impact performance as it bypasses the agent's
20584         local caches.
20585
20586 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20587
20588         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20589         must be explicitly online rather than "not explicitly offline" for
20590         its flags to be synchronized.
20591
20592         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20593         that gnus-uu-unmark-thread will function correctly.
20594
20595         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20596         1024K is instead displayed as 1M.
20597
20598 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20599
20600         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20601
20602 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20603
20604         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20605
20606 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20607
20608         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20609         error message to display actual error condition.
20610         (gnus-agent-save-local): Avoid saving symbols that are bound to
20611         nil as they simply result in a warning message in
20612         gnus-agent-read-local.
20613
20614 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20617         rather than make-variable-buffer-local for file-precious-flag.
20618
20619 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20620
20621         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20622         for duplicates which are removed.  The invalid sort check then
20623         triggers a rescan after the sort as sorting may have moved
20624         duplicate entries such that they can be cheaply detected.
20625
20626 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20627
20628         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20629
20630 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20631
20632         * gnus-agent.el (gnus-agent-article-alist-save-format):
20633         Change internal variable to a custom variable.  Change default value
20634         from compressed(2) to uncompressed(1).
20635         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20636         support for uncompressed agentview files.  Taken together, reading
20637         the agentview file should now be 6-7 times faster.
20638
20639 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20640
20641         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20642         as a buffer-local variable.  This avoids creating truncated
20643         dribble files as a result of a hang up, eg.
20644
20645 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20646
20647         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20648         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20649         XEmacs.
20650
20651 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * gnus-start.el (gnus-start-draft-setup):
20654         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20655
20656         * gnus.el (gnus-splash): Change custom group.
20657         (gnus-group-get-parameter, gnus-group-parameter-value):
20658         Describe allow-list argument.
20659
20660         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20661         string.
20662
20663 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20664
20665         * gnus-art.el (gnus-default-article-saver): Add user-defined
20666         `function' to custom type.
20667
20668 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20669
20670         * imap.el (imap-open): Handle case where buffer is a buffer
20671         object.
20672
20673 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20676         long lines.
20677         (gnus-cache-delete-group): Wrap doc strings.
20678
20679         * gnus-agent.el (gnus-agent-rename-group)
20680         (gnus-agent-delete-group): Wrap doc strings.
20681
20682 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * messagexmas.el (message-use-toolbar): Change the valid values
20685         into default, top, bottom, left, and right.
20686         (message-toolbar-thickness): New variable.
20687         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20688         well.
20689         (message-setup-toolbar): Make it work.
20690
20691         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20692         (gnus-use-toolbar): Change the valid values into default, top,
20693         bottom, left, and right.
20694         (gnus-toolbar-thickness): New variable.
20695         (gnus-xmas-setup-toolbar): New function.
20696         (gnus-xmas-setup-group-toolbar): Use it.
20697         (gnus-xmas-setup-summary-toolbar): Use it.
20698
20699 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20700
20701         * gnus-start.el (gnus-1): Add "native" to
20702         gnus-predefined-server-alist.
20703
20704         * gnus.el (gnus-method-to-server): Don't add "native" to the
20705         lists here, because that leads to problems when
20706         gnus-select-method is bound.
20707
20708 2005-11-09  Simon Josefsson  <jas@extundo.com>
20709
20710         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20711         use (not sort-by-date) instead.
20712
20713 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20714
20715         * gnus-delay.el (gnus-delay-group): Don't autoload.
20716         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20717         to be re-loaded when customizing the `gnus-delay' group.
20718
20719 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20720
20721         * message.el: Revert last changes.
20722         (message-insert-citation-line): Use newlines.
20723
20724 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20725
20726         * message.el (message-courtesy-message)
20727         (message-mark-insert-begin, message-mark-insert-end)
20728         (message-elide-ellipsis, message-cancel-message)
20729         (message-add-header, message-change-subject)
20730         (message-cross-post-followup-to-header)
20731         (message-cross-post-insert-note, message-reduce-to-to-cc)
20732         (message-widen-reply, message-delete-not-region)
20733         (message-kill-to-signature, message-insert-signature)
20734         (message-insert-importance-high, message-insert-importance-low)
20735         (message-insert-or-toggle-importance)
20736         (message-insert-disposition-notification-to)
20737         (message-indent-citation, message-yank-original)
20738         (message-cite-original-without-signature, message-cite-original)
20739         (message-insert-citation-line, message-position-on-field)
20740         (message-fix-before-sending, message-send-mail-partially)
20741         (message-send-mail, message-send-mail-with-sendmail)
20742         (message-send-mail-with-qmail, message-send-news)
20743         (message-check-news-header-syntax, message-generate-headers)
20744         (message-insert-courtesy-copy, message-fill-address)
20745         (message-fill-header, message-shorten-references)
20746         (message-setup-1, message-cancel-news)
20747         (message-forward-make-body-plain, message-forward-make-body-mime)
20748         (message-forward-make-body-mml, message-encode-message-body)
20749         (message-forward-make-body-digest-plain)
20750         (message-forward-make-body-digest-mime)
20751         (message-use-alternative-email-as-from): Insert `hard-newline'
20752         instead of ordinary newlines.
20753
20754 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * message.el (message-generate-headers): Downcase the argument
20757         given to message-check-element.
20758
20759 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20760
20761         * nntp.el (nntp-authinfo-rejected): New error condition.
20762         (nntp-wait-for): Use new error condition to signal authentication
20763         error.
20764         (nntp-retrieve-data): Rethrow new error condition to break out of
20765         recursive call to nntp-send-authinfo.
20766
20767 2005-11-08  Romain Francoise  <romain@orebokech.com>
20768
20769         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20770         (gnus-summary-exit-map): Bind to `Z p'.
20771         (gnus-summary-make-menu-bar): Add menu item.
20772
20773 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20776         (gnus-treat-*): Add `first' in all doc strings.
20777
20778         * gnus-group.el (gnus-group-compact-group): Fix typo.
20779
20780 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * gnus.el (gnus-parameters-case-fold-search): New variable.
20783         (gnus-parameters-get-parameter): Use it.
20784
20785         * gnus-score.el (gnus-home-score-file): Doc fix.
20786
20787 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20788
20789         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20790
20791 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * mm-util.el (mm-special-display-p): New function.
20794
20795         * mml.el (mml-preview): Use it; doc fix.
20796
20797 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20798
20799         * imap.el (imap-open): Handle case where buffer is a buffer object.
20800
20801 2005-10-29  Romain Francoise  <romain@orebokech.com>
20802
20803         * message.el (message-fix-before-sending): Fix comment.
20804
20805 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20806
20807         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20808
20809 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20810
20811         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20812         Used in gnus-score.el.
20813
20814 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20815
20816         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20817
20818 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20819
20820         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20821         whitespace removed in revision 7.8.  Use concatenated string to
20822         protect trailing whitespace.
20823
20824 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20825
20826         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20827         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20828         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20829         Courier IMAP ("some version from 2004").  Mostly based on similar
20830         code in the same function.
20831
20832 2005-10-26  Didier Verna  <didier@xemacs.org>
20833
20834         * gnus-group.el (gnus-group-compact-group): Invalidate original
20835         article buffer.
20836         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20837         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20838         NOV database and in article itself.
20839         Invalidate article backlog.
20840
20841 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20842
20843         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20844
20845 2005-10-26  Simon Josefsson  <jas@extundo.com>
20846
20847         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20848         part of 2004-07-25 change.
20849
20850 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20851
20852         * message.el (message-display-completion-list): New function.
20853         (message-expand-group): Use it; make sure the Completions buffer
20854         is modifiable.
20855 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20856
20857         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20858         user-mail-name is an empty string.
20859
20860 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20863         depending on gnus-score-decay-constant.
20864
20865         * encrypt.el (encrypt-insert-file-contents)
20866         (encrypt-write-file-contents): Don't use `gnus-message'.
20867
20868         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20869         arguments.
20870         (mm-uu-type-alist): Add message-marks and insert-marks.
20871         Pass arguments to mm-uu-verbatim-marks-extract.
20872         (mm-uu-hide-markers): New variable.
20873         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20874
20875         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20876         (gnus-convert-image-to-face-command): Use "convert" by default to
20877         allow other input image formats.
20878         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20879         accordingly.
20880
20881 2005-10-23  Simon Josefsson  <jas@extundo.com>
20882
20883         * imap.el (imap-gssapi-program): Align command line parameters
20884         with latest GNU SASL.
20885         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20886
20887 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20888
20889         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20890         HTML.
20891         (nnslashdot-request-article): Ditto.
20892
20893         * lpath.el (featurep): Add nobreak-char-display.
20894
20895 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20896
20897         * mail-source.el (mail-source-fetch-pop): Require pop3.
20898         (mail-source-check-pop): Ditto.
20899
20900 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20903         errors.
20904
20905 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20906
20907         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20908         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20909
20910         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20911
20912         * mm-bodies.el (mm-decode-string):
20913         Call `mm-charset-to-coding-system' with allow-override argument.
20914
20915 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20918         (rfc2047-charset-to-coding-system): New function.
20919         (rfc2047-decode-encoded-words): New function.
20920         (rfc2047-decode-region): Use them.
20921         (rfc2047-decode-cte): Remove.
20922         (rfc2047-parse-and-decode): Remove.
20923         (rfc2047-decode): Remove.
20924
20925 2005-10-15  Kenichi Handa  <handa@m17n.org>
20926
20927         * rfc2047.el (rfc2047-decode-cte): New function.
20928         (rfc2047-decode-region): Change the way to decode successive
20929         encoded-words: decode B- or Q-encoding in each encoded-word,
20930         concatenate them, and decode it as charset.
20931
20932 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * lpath.el: Fbind codepage-setup for XEmacs.
20935
20936 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20937
20938         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20939         widget-move-and-invoke.
20940         (gnus-custom-mode): Use gnus-custom-map.
20941
20942 2005-10-15  Bill Wohler  <wohler@newt.com>
20943
20944         * message.el (message-tool-bar-map): Rename image file from
20945         mail_send to mail/send.
20946
20947 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20948
20949         * message.el (message-expand-group): Pass the common
20950         prefix substring of completion to `display-completion-list'.
20951
20952 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20953
20954         * mml-sec.el (mml-secure-method): New internal variable.
20955         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20956         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20957         New functions using mml-secure-method.
20958
20959         * mml.el (mml-mode-map): Add key bindings for those functions.
20960         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20961         Harder <harder@myrealbox.com>.
20962         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20963         Goto end of message if point is the headers of the message.
20964
20965         * message.el (message-in-body-p): New function.
20966
20967         * assistant.el: Autoload gnus-util and netrc.
20968
20969         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20970         Use `mm-charset-override-alist' only when decoding.
20971
20972         * mm-bodies.el (mm-decode-body):
20973         Call `mm-charset-to-coding-system' with allow-override argument.
20974
20975         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20976         `filename' from Content-Disposition if Content-Type doesn't
20977         provide `name'.
20978         (gnus-mime-view-part-as-type): Set default instead of
20979         initial-input.
20980
20981 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20982
20983         * format-spec.el (format-spec): Propagate text properties of % spec.
20984
20985 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * gnus-art.el (gnus-treat-predicate): Add `first'.
20988
20989 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20990
20991         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20992         (mm-charset-override-alist): New variable.
20993         (mm-charset-to-coding-system): Use it.
20994         (mm-codepage-setup): New helper function.
20995         (mm-charset-eval-alist): New variable.
20996         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20997         Warn about unknown charsets.
20998
20999         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21000
21001 2005-10-04  David Hansen  <david.hansen@gmx.net>
21002
21003         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21004         (nnrss-check-group): Ditto.
21005
21006 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21007
21008         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21009         Rename x-gnus-verbatim to x-verbatim.
21010         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21011
21012         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21013         x-verbatim.
21014
21015         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21016
21017         * gnus-util.el (gnus-remove-duplicates): Remove.
21018
21019         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21020         instead of gnus-remove-duplicates.
21021
21022         * message.el (message-remove-duplicates): Remove.
21023         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21024         message-remove-duplicates.
21025
21026         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21027         available, else use implementation from `delete-dups'.
21028
21029         * message.el (message-insert-expires): New function.
21030         (message-mode-map): Add key binding.
21031         (message-mode-field-menu): Add menu entry.
21032         (message-mode): Document it.
21033         (message-make-expires-date): Use `message-make-date'.
21034
21035 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21036
21037         * message.el (message-make-expires-date): New function.
21038
21039 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21040
21041         * Makefile.in (list-installed-shadows): New entry.
21042         (install): Use it.
21043         (remove-installed-shadows): New entry.
21044
21045         * dgnushack.el (dgnushack-default-load-path): New variable.
21046         (dgnushack-find-lisp-shadows): New function.
21047         (dgnushack-remove-lisp-shadows): New function.
21048
21049 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21050
21051         * Makefile.in (install-el-elc): New entry.
21052         (install): Use it so that .el files are necessarily installed.
21053
21054 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21057
21058 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21059
21060         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21061         function rather than the diff-mode.el package.
21062         (mm-display-external): Use with-current-buffer.
21063         (mm-viewer-completion-map, mm-viewer-completion-map):
21064         Move initialization inside declaration.
21065
21066 2005-09-29  Simon Josefsson  <jas@extundo.com>
21067
21068         * spam.el: Load hashcash when compiling, to avoid warnings.
21069         Don't autoload mail-check-payment.
21070         (spam-check-hashcash): Define unconditionally, since hashcash.el
21071         is part of Gnus now.  Ignore errors from payment checking.
21072
21073 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21074
21075         * message.el (message-bold-region, message-unbold-region):
21076         Rename from `bold-region' and `unbold-region'.
21077
21078         * message.el: Remove useless autoloads.
21079
21080 2005-09-28  Simon Josefsson  <jas@extundo.com>
21081
21082         * message.el (message-use-idna): Default to t.
21083         (message-use-idna): Test whether encoding works too.  Doc fix.
21084
21085 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * nntp.el (nntp-warn-about-losing-connection): Remove.
21088
21089 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21090
21091         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21092         customizable.  Change default value.
21093         (mm-uu-diff-groups-regexp): Change default value.
21094         (mm-uu-type-alist): Add doc string.
21095         (mm-uu-configure): Add doc string.  Make it interactive.
21096         (mm-uu-tex-groups-regexp): New variable.
21097         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21098         (mm-uu-type-alist): Add LaTeX documents.
21099         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21100         of "text/verbatim".
21101         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21102
21103         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21104         instead of "text/verbatim".
21105
21106         * message.el (message-mark-inserted-region)
21107         (message-mark-insert-file): Use slrn style marks when called with
21108         prefix argument.
21109
21110 2005-09-27  Simon Josefsson  <jas@extundo.com>
21111
21112         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21113
21114 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21115
21116         * message.el (message-remove-duplicates): New function.
21117         Implementation borrowed from `gnus-remove-duplicates'.
21118         (message-idna-to-ascii-rhs): Also encode idna addresses in
21119         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21120         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21121         only ask about the same idna domain once per header and also tell
21122         in what header to replace the idna domain.
21123
21124         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21125         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21126         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21127         a header is decoded and not just the last one.
21128
21129 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21132         has been decoded.
21133
21134         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21135         (mm-insert-part): Don't modify text if it has been decoded.
21136
21137         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21138         decoded.
21139
21140         * mm-view.el (mm-inline-text): Don't strip text props unless
21141         decoding enriched or richtext parts.
21142
21143 2005-09-25  Romain Francoise  <romain@orebokech.com>
21144
21145         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21146         * gnus-start.el (gnus-subscribe-interactively):
21147         * gnus-uu.el (gnus-uu-grab-articles):
21148         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21149         space.
21150
21151 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21152
21153         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21154         * mm-view.el (mm-view-pkcs7-decrypt):
21155         * gnus-sum.el (gnus-summary-limit-to-extra)
21156         (gnus-summary-respool-article, gnus-read-move-group-name):
21157         * gnus-score.el (gnus-summary-increase-score):
21158         * gnus-util.el (gnus-completing-read-with-default):
21159         * gnus-art.el (gnus-read-save-file-name)
21160         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21161         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21162         * message.el (message-check-news-header-syntax):
21163         Follow convention for reading with the minibuffer.
21164
21165 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21166
21167         * spam-report.el (spam-report-url-ping-plain):
21168         Use gnus-extended-version as User-Agent.
21169
21170         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21171         default value is nil.
21172
21173         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21174         (mm-uu-verbatim-marks-extract): New function.
21175         (mm-uu-extract): New face.
21176         (mm-uu-copy-to-buffer): Use it.
21177
21178         * spam-report.el (spam-report-gmane-ham): Rename from
21179         `spam-report-gmane-unspam'.
21180         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21181         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21182
21183         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21184         Autoload.
21185         (spam-report-gmane-unregister-routine):
21186         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21187
21188 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21189
21190         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21191         (spam-report-gmane-unregister-routine): Add support for gmane
21192         unregistration.
21193
21194         * spam-report.el (spam-report-gmane-unspam)
21195         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21196         (spam-report-gmane): Change to take a single article and do unspam
21197         registration.
21198
21199 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21200
21201         * mm-url.el (mm-url-decode-entities): Fix regexp.
21202
21203 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204
21205         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21206         default to nil, to be able to use Gnus at all.  If the default
21207         switches to something else, then the function should be fixed not
21208         be exceedingly slow.
21209
21210 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21211
21212         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21213         fail hard.
21214
21215         * spam-report.el: Add better Keywords line.
21216
21217         * spam.el: Add Maintainer and better Keywords line.
21218
21219 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * gnus-art.el (gnus-article-replace-part)
21222         (gnus-mime-replace-part): New functions.
21223         (gnus-mime-action-alist, gnus-mime-button-commands)
21224         (gnus-mime-save-part-and-strip): Add file argument.
21225         (gnus-article-part-wrapper): Add interactive argument.
21226
21227         * gnus-sum.el (gnus-summary-mime-map):
21228         Add `gnus-article-replace-part'.
21229
21230 2005-09-19  Didier Verna  <didier@xemacs.org>
21231
21232         The nnml compaction feature:
21233         * nnml.el (nnml-request-compact-group): New function.
21234         * nnml.el (nnml-request-compact): New function.
21235         * gnus-int.el (gnus-request-compact-group): New function.
21236         * gnus-int.el (gnus-request-compact): New function.
21237         * gnus-group.el (gnus-group-compact-group): New function.
21238         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21239         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21240         * gnus-srvr.el (gnus-server-compact-server): New function.
21241         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21242         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21243
21244 2005-09-18  Deepak Goel  <deego@gnufans.org>
21245
21246         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21247         format spec.
21248
21249 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21252
21253 2005-09-15  Romain Francoise  <romain@orebokech.com>
21254
21255         * message.el (message-fill-paragraph): Clarify docstring.
21256
21257 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21258
21259         * gnus-art.el (gnus-mime-display-part): Protect against broken
21260         MIME messages.
21261
21262 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21265         before parsing header.
21266
21267 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21268
21269         * html2text.el (html2text-replace-list): Add new entities.
21270
21271 2005-09-11  Romain Francoise  <romain@orebokech.com>
21272
21273         * message.el (message-alternative-emails): Improve docstring.
21274         (message-setup-1): Call `message-use-alternative-email-as-from'
21275         after `message-setup-hook' to give it precedence over posting
21276         styles, etc.
21277         (message-use-alternative-email-as-from): Add docstring.
21278         Remove the original From header if present.
21279
21280         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21281         (nnml-save-mail): Use it.
21282
21283         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21284         articles.  Add new argument `silent'.
21285         (gnus-uu-mark-all): Report the total number of marked articles.
21286
21287 2005-09-10  Romain Francoise  <romain@orebokech.com>
21288
21289         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21290         (gnus-uu-mark-series): Likewise.
21291
21292 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21293
21294         * spam-report.el (spam-report-gmane): Fix generation of spam
21295         report URL.
21296
21297 2005-09-10  Simon Josefsson  <jas@extundo.com>
21298
21299         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21300         t, based on discussion on the ding list with Robert Epprecht
21301         <epprecht@solnet.ch>.
21302
21303 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21304
21305         * spam-report.el (spam-report-gmane): Make it work without
21306         X-Report-Spam header.  Gmane now only provides Archived-At.
21307         This is only used if `spam-report-gmane-use-article-number' is nil.
21308         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21309
21310         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21311         make `gnus-summary-sort-by-recipient' work with threading.
21312
21313         * nnweb.el (nnweb-google-wash-article): Print a message if article
21314         is not available.
21315
21316 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21317
21318         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21319         change.  Decode text/* parts content before displaying.
21320
21321 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21322
21323         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21324
21325 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21326
21327         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21328
21329         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21330         url-package-name, url-package-version,
21331         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21332         w3m-display-inline-images, and w3m-minor-mode-map.
21333
21334 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21335
21336         * message.el (message-tab-body-function): Fix mismatched custom type.
21337
21338         * gnus.el (gnus-group-change-level-function): Ditto.
21339
21340         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21341
21342         * gnus-art.el (gnus-signature-limit)
21343         (gnus-article-mime-part-function): Ditto.
21344
21345 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * mml.el (mml-mode): Silence the byte compiler.
21348
21349         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21350         using `(sit-for 0)' before moving the point to the specified part;
21351         skip unbuttonized parts.
21352         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21353         return to the summary window if gnus-auto-select-part is non-nil.
21354
21355 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21356
21357         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21358         New variables.
21359         (mml-dnd-attach-file, mml-mode): Use them.
21360
21361         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21362         Make fetching article by MID work again for Google Groups.
21363         Add FIXME concerning gnus-group-make-web-group.
21364
21365         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21366         Don't depend on Gnus by using mail-extract-address-components if
21367         gnus-extract-address-components is not bound.
21368
21369 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21370
21371         * gnus-art.el (gnus-mime-display-security): Don't display the
21372         signature, but only the signed part.
21373
21374 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21375
21376         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21377
21378         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21379         list, not listp.
21380
21381 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21382
21383         * mm-encode.el (mm-encode-content-transfer-encoding):
21384         Likewise when encoding.
21385
21386         * mm-bodies.el (mm-decode-content-transfer-encoding):
21387         De-canonicalize CRLF for all text content types, not just
21388         text/plain.
21389
21390 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21393         valid article; point arrow and cursor at the MIME button.
21394
21395 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21396
21397         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21398         Suggested by Dan Christensen <jdc@uwo.ca>.
21399
21400         * mm-decode.el (mm-save-part): Enable change of prompt.
21401
21402 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21403
21404         * gnus-msg.el (gnus-inews-add-send-actions):
21405         Make `message-post-method' lambda parameter ARG `&optional'.
21406
21407 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21408
21409         * gnus-sum.el (gnus-summary-mime-map):
21410         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21411         gnus-article-jump-to-part.
21412
21413         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21414         (gnus-article-edit-part): Use it.
21415         (gnus-article-part-wrapper): Add no-handle argument.
21416         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21417         New functions.
21418
21419 2005-08-29  Romain Francoise  <romain@orebokech.com>
21420
21421         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21422         docstring.
21423         (gnus-face-from-file): Likewise.
21424
21425 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21426
21427         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21428         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21429         non-nil.
21430         (gnus-auto-select-part): New variable.
21431         (gnus-article-jump-to-part): New function.
21432         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21433         (gnus-mime-delete-part): Allow selecting specified part after
21434         deleting or stripping parts.
21435         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21436         part if argument is bogus.
21437
21438 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21439
21440         * gnus-art.el (w3m-minor-mode-map):
21441         * gnus-spec.el (gnus-newsrc-file-version):
21442         * gnus-util.el (nnmail-active-file-coding-system)
21443         (gnus-original-article-buffer, gnus-user-agent):
21444         * gnus.el (gnus-ham-process-destinations)
21445         (gnus-parameter-ham-marks-alist)
21446         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21447         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21448         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21449         * mm-decode.el (gnus-current-window-configuration):
21450         * mm-extern.el (gnus-article-mime-handles):
21451         * mm-url.el (url-current-object, url-package-name)
21452         (url-package-version):
21453         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21454         (smime-keys, w3m-cid-retrieve-function-alist)
21455         (w3m-current-buffer, w3m-display-inline-images)
21456         (w3m-minor-mode-map):
21457         * mml-smime.el (gnus-extract-address-components):
21458         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21459         (gnus-newsrc-hashtb, message-default-charset)
21460         (message-deletable-headers, message-options)
21461         (message-posting-charset, message-required-mail-headers)
21462         (message-required-news-headers):
21463         * mml1991.el (mc-pgp-always-sign):
21464         * mml2015.el (mc-pgp-always-sign):
21465         * nnheader.el (nnmail-extra-headers):
21466         * rfc1843.el (gnus-decode-encoded-word-function)
21467         (gnus-decode-header-function, gnus-newsgroup-name):
21468         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21469
21470 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21471
21472         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21473         the end of the date treatments.
21474
21475 2005-08-15  Simon Josefsson  <jas@extundo.com>
21476
21477         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21478         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21479         Capello and Romain Francoise.
21480         (pgg-fetch-key-function): Remove, not used?
21481         (pgg-insert-url-with-w3): Require url, to get
21482         url-insert-file-contents regardless of where it is defined.
21483
21484 2005-08-13  Romain Francoise  <romain@orebokech.com>
21485
21486         * message.el (message-cite-original-1): New function.
21487         (message-cite-original): Use it.
21488         (message-cite-original-without-signature): Ditto.
21489
21490 2005-08-08  Romain Francoise  <romain@orebokech.com>
21491
21492         * message.el (message-yank-empty-prefix): New variable.
21493         (message-indent-citation): Use it.
21494         (message-cite-original-without-signature): Respect X-No-Archive.
21495
21496 2005-08-08  Simon Josefsson  <jas@extundo.com>
21497
21498         * pgg.el: Autoload url-insert-file-contents instead of loading
21499         w3/url.
21500         (pgg-insert-url-with-w3): Don't load url here.
21501
21502 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21503
21504         * message.el (message-kill-to-signature): Don't insert newline at
21505         bol.
21506         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21507
21508 2005-08-06  Romain Francoise  <romain@orebokech.com>
21509
21510         * message.el (message-user-fqdn): Fix typo in docstring.
21511
21512 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21513
21514         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21515
21516         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21517
21518 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21519
21520         * mm-bodies.el (mm-encode-body): Use coding system rather than
21521         charset to encode text.
21522
21523         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21524         number of charsets if utf-8 is available (XEmacs).
21525
21526 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21527
21528         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21529         taken from `gnus-button-mid-or-mail-regexp'.
21530         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21531         (gnus-button-alist): Improve regexp for domain part of the MIDs
21532         for news:localpart@domain buttons.
21533         (gnus-button-ctan-directory-regexp): Update.
21534
21535 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21536
21537         * sieve-manage.el (sieve-manage-interactive-login):
21538         Use make-local-variable rather than make-variable-buffer-local.
21539         (sieve-manage-open): Ditto.
21540         (sieve-manage-authenticate): Ditto.
21541
21542         * mml.el (mml-generate-mime-1): Make the content type default to
21543         text/plain if the filename is not specified.
21544
21545 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21548         instead of insert-buffer.
21549
21550         * message.el (message-yank-original): Ditto; set the mark at the
21551         end of the yanked message.
21552
21553 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21554
21555         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21556         lines to scroll rather than to stop it.
21557
21558         * mml.el (mml-generate-default-type): Add doc string.
21559         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21560         default to application/octet-stream when determining the content
21561         type if it is not specified for the part or the mml contents; add
21562         a comment about mml-generate-default-type.
21563
21564 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21567         make it default to application/octet-stream when determining the
21568         content type if it is not specified for the external contents.
21569
21570 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21573         segmented parameter but also other parameters might be there.
21574
21575 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21576
21577         * mm-decode.el (mm-display-external): Delete temp file, directory
21578         and buffer immediately if the external process is exited.
21579
21580 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21581
21582         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21583         fewer lines than that of scroll-margin.
21584         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21585
21586 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * gnus-art.el (gnus-article-next-page): Revert.
21589         (gnus-article-beginning-of-window): New macro.
21590         (gnus-article-next-page-1): Use it.
21591         (gnus-article-prev-page): Ditto.
21592         (gnus-article-edit-part): Use insert-buffer-substring instead of
21593         insert-buffer.
21594         (gnus-article-edit-exit): Ditto.
21595
21596         * gnus-util.el (gnus-beginning-of-window): Remove.
21597         (gnus-end-of-window): Remove.
21598
21599         * lpath.el: Don't bind header-line-format and scroll-margin.
21600
21601 2005-07-25  Simon Josefsson  <jas@extundo.com>
21602
21603         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21604         to have the url package without w3.  Reported by Daiki Ueno
21605         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21606
21607 2005-07-20  Didier Verna  <didier@xemacs.org>
21608
21609         * gnus-diary.el: Remove the description comment (nndiary is now
21610         properly documented in the Gnus manual).
21611         Fix the spelling of "Back End".
21612         * nndiary.el: Ditto.
21613         Fix the copyright notice.
21614
21615 2005-07-18  Romain Francoise  <romain@orebokech.com>
21616
21617         * gnus-sum.el (gnus-summary-to-prefix)
21618         (gnus-summary-newsgroup-prefix): New variables.
21619         (gnus-summary-from-or-to-or-newsgroups): Use them.
21620
21621 2005-07-17  Romain Francoise  <romain@orebokech.com>
21622
21623         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21624         space as it's generally not especially interesting to the user.
21625
21626 2005-07-16  Romain Francoise  <romain@orebokech.com>
21627
21628         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21629         nil to avoid prompting and file modification if one of the
21630         messages at the top of the nnfolder file contains a copyright
21631         notice.
21632         Update copyright notice.
21633
21634         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21635         instead of `current-time-string' as the latter creates a time
21636         string that is not RFC 2822 compliant (it lacks the zone).
21637         Update copyright notice.
21638
21639 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21640
21641         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21642         for text/rtf.  Display default in prompt.  Pass default for M-n.
21643
21644         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21645
21646 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21655         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21656         (gnus-article-prev-page): Ditto.
21657
21658         * gnus-util.el (gnus-beginning-of-window): New function.
21659         (gnus-end-of-window): New function.
21660
21661         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21662
21663 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21664
21665         * gnus-score.el (gnus-score-edit-all-score):
21666         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21667         gnus-message.
21668
21669 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21670
21671         * gnus-msg.el (gnus-button-mailto):
21672         Remove save-selected-window-window hackery because it relies on
21673         save-selected-window internals.
21674
21675 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21678         add-minor-mode.
21679         (gnus-binary-mode): Ditto.
21680
21681         * gnus-topic.el (gnus-topic-mode): Ditto.
21682
21683 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21684
21685         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21686         (gnus-article-prev-page): Take scroll-margin into consideration.
21687
21688 2005-07-04  Lute Kamstra  <lute@gnu.org>
21689
21690         Update FSF's address in GPL notices.
21691
21692 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21693
21694         * gnus.el (gnus-exit):
21695         * gnus-group.el (gnus-group-icons):
21696         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21697
21698         * gnus-nocem.el (gnus-nocem):
21699         * message.el (message-various, message-buffers, message-sending)
21700         (message-interface, message-forwarding, message-insertion)
21701         (message-headers, message-news, message-mail):
21702         * pgg-gpg.el (pgg-gpg):
21703         * pgg-parse.el (pgg-parse):
21704         * pgg-pgp.el (pgg-pgp):
21705         * pgg-pgp5.el (pgg-pgp5):
21706         * pop3.el (pop3): Finish `defgroup' description with period.
21707
21708 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * gnus-art.el (article-display-face): Improve the efficiency.
21711         (article-display-x-face): Ditto; remove gray x-face stuff.
21712
21713 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * gnus-art.el (article-display-face): Correct the position in
21716         which Faces are inserted.
21717
21718 2005-06-29  Didier Verna  <didier@xemacs.org>
21719
21720         * gnus-art.el (article-display-face): Display faces in correct
21721         order.
21722
21723 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21724
21725         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21726         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21727         (gnus-nocem-check-article): Fetch the Type header.
21728         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21729         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21730         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21731         make sure gnus-nocem-hashtb is initialized.
21732         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21733         (gnus-nocem-unwanted-article-p): Ditto.
21734
21735         * pgg.el (pgg-verify): Return the verification result.
21736
21737 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21738
21739         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21740         is ascii.
21741
21742 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21743
21744         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21745         `show-nonbreak-escape'.
21746
21747 2005-06-23  Lute Kamstra  <lute@gnu.org>
21748
21749         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21750
21751         * dig.el (dig-mode):
21752         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21753
21754 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21755
21756         * nnimap.el (nnimap-split-download-body): Fix spellings.
21757
21758 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21759
21760         * gnus-art.el (gnus-article-encrypt-body):
21761         * gnus-cus.el (gnus-score-customize):
21762         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21763         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21764
21765 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21766
21767         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21768         header by looking for magic "MII" at the beginning.
21769
21770 2005-06-16  Miles Bader  <miles@gnu.org>
21771
21772         * gnus-xmas.el (gnus-xmas-group-startup-message):
21773         Use renamed gnus-splash face.
21774
21775         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21776         (assistant-field-face): New backward-compatibility alias for renamed
21777         face.
21778         (assistant-render-text): Use renamed assistant-field face.
21779
21780         * spam.el (spam): Remove "-face" suffix from face name.
21781         (spam-face): New backward-compatibility alias for renamed face.
21782         (spam-face, spam-initialize): Use renamed spam face.
21783
21784         * message.el (message-header-to, message-header-cc)
21785         (message-header-subject, message-header-newsgroups)
21786         (message-header-other, message-header-name)
21787         (message-header-xheader, message-separator, message-cited-text)
21788         (message-mml): Remove "-face" suffix from face names.
21789         (message-header-to-face, message-header-cc-face)
21790         (message-header-subject-face, message-header-newsgroups-face)
21791         (message-header-other-face, message-header-name-face)
21792         (message-header-xheader-face, message-separator-face)
21793         (message-cited-text-face, message-mml-face):
21794         New backward-compatibility aliases for renamed faces.
21795         (message-font-lock-keywords): Use renamed message faces.
21796
21797         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21798         (sieve-test-commands, sieve-tagged-arguments):
21799         Remove "-face" suffix from face names.
21800         (sieve-control-commands-face, sieve-action-commands-face)
21801         (sieve-test-commands-face, sieve-tagged-arguments-face):
21802         New backward-compatibility aliases for renamed faces.
21803         (sieve-control-commands-face, sieve-action-commands-face)
21804         (sieve-test-commands-face, sieve-tagged-arguments-face):
21805         Use renamed sieve faces.
21806
21807         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21808         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21809         (gnus-group-news-3-empty, gnus-group-news-4)
21810         (gnus-group-news-4-empty, gnus-group-news-5)
21811         (gnus-group-news-5-empty, gnus-group-news-6)
21812         (gnus-group-news-6-empty, gnus-group-news-low)
21813         (gnus-group-news-low-empty, gnus-group-mail-1)
21814         (gnus-group-mail-1-empty, gnus-group-mail-2)
21815         (gnus-group-mail-2-empty, gnus-group-mail-3)
21816         (gnus-group-mail-3-empty, gnus-group-mail-low)
21817         (gnus-group-mail-low-empty, gnus-summary-selected)
21818         (gnus-summary-cancelled, gnus-summary-high-ticked)
21819         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21820         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21821         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21822         (gnus-summary-low-undownloaded)
21823         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21824         (gnus-summary-low-unread, gnus-summary-normal-unread)
21825         (gnus-summary-high-read, gnus-summary-low-read)
21826         (gnus-summary-normal-read, gnus-splash):
21827         Remove "-face" suffix from face names.
21828         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21829         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21830         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21831         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21832         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21833         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21834         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21835         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21836         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21837         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21838         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21839         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21840         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21841         (gnus-summary-normal-ticked-face)
21842         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21843         (gnus-summary-normal-ancient-face)
21844         (gnus-summary-high-undownloaded-face)
21845         (gnus-summary-low-undownloaded-face)
21846         (gnus-summary-normal-undownloaded-face)
21847         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21848         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21849         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21850         (gnus-splash-face):
21851         New backward-compatibility aliases for renamed faces.
21852         (gnus-group-startup-message): Use renamed gnus faces.
21853
21854         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21855         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21856         (gnus-server-agent): Remove "-face" suffix from face names.
21857         (gnus-server-agent-face, gnus-server-opened-face)
21858         (gnus-server-closed-face, gnus-server-denied-face)
21859         (gnus-server-offline-face):
21860         New backward-compatibility aliases for renamed faces.
21861         (gnus-server-agent-face, gnus-server-opened-face)
21862         (gnus-server-closed-face, gnus-server-denied-face)
21863         (gnus-server-offline-face): Use renamed gnus faces.
21864
21865         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21866         Remove "-face" suffix from face names.
21867         (gnus-picon-xbm-face, gnus-picon-face):
21868         New backward-compatibility aliases for renamed faces.
21869
21870         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21871         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21872         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21873         (gnus-cite-11): Remove "-face" suffix from face names.
21874         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21875         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21876         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21877         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21878         New backward-compatibility aliases for renamed faces.
21879         (gnus-cite-attribution-face, gnus-cite-face-list)
21880         (gnus-article-boring-faces): Use renamed gnus faces.
21881
21882         * gnus-art.el (gnus-signature, gnus-header-from)
21883         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21884         (gnus-header-content): Remove "-face" suffix from face names.
21885         (gnus-signature-face, gnus-header-from-face)
21886         (gnus-header-subject-face, gnus-header-newsgroups-face)
21887         (gnus-header-name-face, gnus-header-content-face):
21888         New backward-compatibility aliases for renamed faces.
21889         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21890
21891         * gnus-sum.el (gnus-summary-selected-face)
21892         (gnus-summary-highlight): Use renamed gnus faces.
21893         * gnus-group.el (gnus-group-highlight): Likewise.
21894
21895 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21896
21897         * gnus-sieve.el (gnus-sieve-article-add-rule):
21898         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21899         * spam-stat.el (spam-stat-buffer-change-to-spam)
21900         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21901
21902         * message.el (message-is-yours-p):
21903         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21904
21905 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * mm-view.el (mm-inline-text): Withdraw the last change.
21908
21909 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21912         executing enriched-decode.
21913
21914 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21915
21916         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21917         charset of tar files.
21918
21919 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21920
21921         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21922
21923 2005-06-04  Lute Kamstra  <lute@gnu.org>
21924
21925         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21926         information is never recorded.
21927
21928 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21929
21930         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21931
21932 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21933
21934         * pop3.el (pop3-apop): Run md5 in the binary mode.
21935
21936         * starttls.el (starttls-set-process-query-on-exit-flag):
21937         Use eval-and-compile.
21938
21939 2005-05-31  Simon Josefsson  <jas@extundo.com>
21940
21941         * smime.el (smime-replace-in-string): Define.
21942         (smime-cert-by-ldap-1): Use it.
21943
21944 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * gnus-art.el (article-display-x-face): Replace
21947         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21948
21949         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21950         set-process-query-on-exit-flag or process-kill-without-query.
21951
21952         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21953         loop instead of replace-regexp.
21954
21955         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21956         instead of process-kill-without-query if it is available.
21957
21958         * lpath.el: Fbind ldap-search-entries.
21959
21960         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21961         instead of find-file-hooks if it is available.
21962
21963         * mml1991.el: Bind pgg-default-user-id when compiling.
21964
21965         * mml2015.el: Bind pgg-default-user-id when compiling.
21966
21967         * nndraft.el (nndraft-request-associate-buffer):
21968         Use write-contents-functions instead of write-contents-hooks if it is
21969         available.
21970
21971         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21972         instead of find-file-hooks if it is available.
21973
21974         * nntp.el (nntp-open-connection): Replace
21975         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21976         (nntp-open-ssl-stream): Ditto.
21977         (nntp-open-tls-stream): Ditto.
21978
21979         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21980         set-process-query-on-exit-flag or process-kill-without-query.
21981         (starttls-open-stream-gnutls): Use it instead of
21982         process-kill-without-query.
21983         (starttls-open-stream): Ditto.
21984
21985 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21986
21987         * smime.el (smime-cert-by-ldap-1): Don't use
21988         replace-regexp-in-string.
21989
21990 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21991
21992         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21993
21994         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21995         in PEM format.  Adjust to the XEmacs compatibility.
21996
21997 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21998
21999         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22000         by `string-to-number'.
22001         * gnus-agent.el (gnus-agent-regenerate-group)
22002         (gnus-agent-fetch-articles): Ditto.
22003         * gnus-art.el (gnus-button-fetch-group): Ditto.
22004         * gnus-cache.el (gnus-cache-generate-active)
22005         (gnus-cache-articles-in-group): Ditto.
22006         * gnus-group.el (gnus-group-set-current-level)
22007         (gnus-group-insert-group-line): Ditto.
22008         * gnus-score.el (gnus-score-set-expunge-below)
22009         (gnus-score-set-mark-below, gnus-summary-score-effect)
22010         (gnus-summary-score-entry): Ditto.
22011         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22012         (gnus-soup-pack): Ditto.
22013         * gnus-spec.el (gnus-xmas-format): Ditto.
22014         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22015         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22016         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22017         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22018         * nndb.el (nndb-get-remote-expire-response): Ditto.
22019         * nndiary.el (nndiary-parse-schedule-value)
22020         (nndiary-string-to-number, nndiary-request-replace-article)
22021         (nndiary-request-article): Ditto.
22022         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22023         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22024         * nneething.el (nneething-make-head): Ditto.
22025         * nnfolder.el (nnfolder-request-article)
22026         (nnfolder-retrieve-headers): Ditto.
22027         * nnheader.el (nnheader-file-to-number): Ditto.
22028         * nnkiboze.el (nnkiboze-request-article): Ditto.
22029         * nnmail.el (nnmail-process-unix-mail-format)
22030         (nnmail-process-babyl-mail-format): Ditto.
22031         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22032         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22033         (nnmh-request-create-group, nnmh-request-list-1)
22034         (nnmh-request-group, nnmh-request-article): Ditto.
22035         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22036         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22037         * nnsoup.el (nnsoup-make-active): Ditto.
22038         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22039         * nntp.el (nntp-find-group-and-number)
22040         (nntp-retrieve-headers-with-xover): Ditto.
22041         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22042         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22043         (pgg-format-key-identifier): Ditto.
22044         * pop3.el (pop3-last, pop3-stat): Ditto.
22045         * qp.el (quoted-printable-decode-region): Ditto.
22046
22047         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22048         of concat.
22049
22050 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22053
22054         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22055
22056         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22057
22058         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22059
22060         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22061
22062         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22063
22064         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22065         (gnus-carpal-mode): Ditto.
22066
22067         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22068         (gnus-browse-mode): Ditto.
22069
22070         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22071
22072         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22073
22074 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22075
22076         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22077
22078 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22079
22080         * gnus-util.el (gnus-run-mode-hooks): New function.
22081
22082         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22083
22084         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22085         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22086
22087 2005-05-27  Lute Kamstra  <lute@gnu.org>
22088
22089         * dns-mode.el (dns-mode): Specify customization group.
22090
22091 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22092
22093         * gnus-agent.el (gnus-agent-make-mode-line-string):
22094         Use mode-line-highlight as mouse-face.
22095
22096 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * canlock.el (canlock): Change the parent group to news.
22099
22100         * deuglify.el (gnus-outlook-deuglify): Add :group.
22101
22102         * dig.el (dig): Add :group.
22103
22104         * dns-mode.el (dns-mode): Add :group.
22105
22106         * encrypt.el (encrypt): Add :group.
22107
22108         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22109         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22110         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22111         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22112         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22113
22114         * gnus-diary.el (gnus-diary): Add :group.
22115
22116         * gnus.el (gnus-group-news-1-face): Add :group.
22117         (gnus-group-news-1-empty-face): Ditto.
22118         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22119         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22120         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22121         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22122         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22123         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22124         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22125         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22126         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22127         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22128         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22129         (gnus-summary-high-ticked-face): Ditto.
22130         (gnus-summary-low-ticked-face): Ditto.
22131         (gnus-summary-normal-ticked-face): Ditto.
22132         (gnus-summary-high-ancient-face): Ditto.
22133         (gnus-summary-low-ancient-face): Ditto.
22134         (gnus-summary-normal-ancient-face): Ditto.
22135         (gnus-summary-high-undownloaded-face): Ditto.
22136         (gnus-summary-low-undownloaded-face): Ditto.
22137         (gnus-summary-normal-undownloaded-face): Ditto.
22138         (gnus-summary-high-unread-face): Ditto.
22139         (gnus-summary-low-unread-face): Ditto.
22140         (gnus-summary-normal-unread-face): Ditto.
22141         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22142         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22143
22144         * hashcash.el (hashcash): New custom group.
22145         (hashcash-default-payment): Add :group.
22146         (hashcash-payment-alist): Ditto.
22147         (hashcash-default-accept-payment): Ditto.
22148         (hashcash-accept-resources): Ditto.
22149         (hashcash-path): Ditto.
22150         (hashcash-extra-generate-parameters): Ditto.
22151         (hashcash-double-spend-database): Ditto.
22152         (hashcash-in-news): Ditto.
22153
22154         * message.el (message-minibuffer-local-map): Add :group.
22155
22156         * netrc.el (netrc): Add :group.
22157
22158         * sieve-manage.el (sieve-manage-log): Add :group.
22159         (sieve-manage-default-user): Diito.
22160         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22161         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22162         (sieve-manage-authenticators): Ditto.
22163         (sieve-manage-authenticator-alist): Ditto.
22164         (sieve-manage-default-port): Ditto.
22165
22166         * sieve-mode.el (sieve-control-commands-face): Add :group.
22167         (sieve-action-commands-face): Ditto.
22168         (sieve-test-commands-face): Ditto.
22169         (sieve-tagged-arguments-face): Ditto.
22170
22171         * smime.el (smime): Add :group.
22172
22173         * spam-report.el (spam-report): Add :group.
22174
22175         * spam.el (spam, spam-face): Add :group.
22176
22177 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22178
22179         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22180         return \n.\n.\n at the end of articles.  Protect against that.
22181         (nntp-with-open-group): Allow debugging.
22182
22183         * nnheader.el (mail-header-set-extra): Make into a function
22184         because I just could't understand how to quote the list properly.
22185
22186         * dns.el (query-dns-cached): New function.
22187
22188 2005-05-26  Lute Kamstra  <lute@gnu.org>
22189
22190         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22191
22192 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22193
22194         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22195
22196         * gnus-art.el: Don't autoload mail-extract-address-components.
22197
22198         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22199         eval-and-compile to evaluate it.
22200
22201         * hashcash.el: Don't autoload executable-find.
22202
22203         * nndb.el: Don't declare the nndb back end two or more times; don't
22204         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22205
22206         * nntp.el: Autoload format-spec instead of format; use
22207         eval-and-compile to evaluate autoload forms.
22208
22209 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22210
22211         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22212
22213 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22214
22215         * gnus.el (gnus-version-number): Bump version.
22216
22217 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22218
22219         * gnus.el: No Gnus v0.3 is released.
22220
22221 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22222
22223         * lpath.el (featurep): Bind show-nonbreak-escape.
22224
22225 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22226
22227         * gnus-art.el (gnus-article-edit-part): Disable undo.
22228
22229 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22232         gnus-article-date-lapsed-new-header is t if date timer is active;
22233         skip headers in which the original date value is empty.
22234         (gnus-article-save-original-date): Redefine it as a macro.
22235         (gnus-display-mime): Use it.
22236
22237 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22238
22239         * gnus-art.el (article-date-ut): Support converting date in
22240         forwarded parts as well.
22241         (gnus-article-save-original-date): New function.
22242         (gnus-display-mime): Use it.
22243
22244 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22245
22246         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22247         enclosure element of <item>.
22248
22249 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22250
22251         * message.el (message-kill-buffer-query): Rename from
22252         `message-kill-buffer-query-if-modified'.  Add :version.
22253
22254 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22257         window layout.
22258
22259 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * mml.el: Autoload dnd when compiling.
22262
22263 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22264
22265         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22266         x-dnd-*.
22267
22268 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * qp.el (quoted-printable-encode-region): Save excursion.
22271
22272 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22273
22274         * message.el (message-kill-buffer-query-if-modified): Add new variable
22275         so the user can kill a modified message buffer quickly.
22276         (message-kill-buffer): Use it.
22277
22278 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * lpath.el: Fbind display-time-event-handler; don't fbind
22281         string-to-multibyte.
22282
22283         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22284
22285 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22286
22287         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22288         contained in text because xml.el decodes entities) with LFs.
22289
22290 2005-04-11  Lute Kamstra  <lute@gnu.org>
22291
22292         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22293         differently.
22294
22295 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22296
22297         * mm-util.el (mm-detect-coding-region): Typo.
22298
22299 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22302
22303 2005-04-06  Deepak Goel  <deego@gnufans.org>
22304
22305         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22306         user-function allow user modifications of the scores.
22307         (spam-stat-score-buffer-user): New function, to allow
22308         user-computed modifications to the score.
22309         (spam-stat-score-buffer-user-functions): List of additional
22310         scoring functions.
22311         (spam-stat-error-holder): Global temporary error holder.
22312         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22313         variable.
22314
22315 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22316
22317         * gnus-registry.el (gnus-registry-clean-empty-function)
22318         (gnus-registry-trim, gnus-registry-fetch-groups)
22319         (gnus-registry-delete-group): Groups that match
22320         `gnus-registry-ignored-groups' are removed from the registry
22321         entries, not just ignored for splitting.  This helps clean up the
22322         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22323         to get all the groups a message ID is in.
22324
22325         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22326         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22327         (spam-stat-score-buffer-user-functions): Add :number custom type.
22328
22329 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22330
22331         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22332         argument in XEmacs.
22333
22334         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22335         (nnrss-request-group): Decode group name first.
22336         (nnrss-request-article): Make a text/plain article if mml-to-mime
22337         failed.
22338         (nnrss-get-encoding): Return a compatible encoding according to
22339         nnrss-compatible-encoding-alist.
22340         (nnrss-find-el): Use consp instead of listp.
22341         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22342
22343 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22346         which Emacs 20 doesn't support.
22347         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22348
22349 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22350
22351         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22352         silence the byte compiler inside the defun.
22353
22354         * gnus-demon.el (parse-time-string): Add autoload.
22355
22356         * gnus-delay.el (parse-time-string): Add autoload.
22357
22358         * gnus-art.el (parse-time-string): Add autoload.
22359
22360         * nnultimate.el (parse-time): Require for `parse-time-string'.
22361
22362 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22363
22364         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22365
22366         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22367
22368         * smime.el (smime-ldap-host-list): Add :version.
22369
22370 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22371
22372         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22373         pass it to `gnus-browse-read-group'.
22374         (gnus-browse-read-group): Add NUMBER argument and pass it to
22375         `gnus-group-read-ephemeral-group'.
22376
22377         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22378         argument and pass it to `gnus-group-read-group'.
22379
22380 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22381
22382         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22383         mm-xemacs-find-mime-charset-1 if we have the mule feature
22384         available at runtime.
22385
22386 2005-03-25  Werner Lemberg  <wl@gnu.org>
22387
22388         * nnmaildir.el: Replace `illegal' with `invalid'.
22389
22390 2005-03-23  Lute Kamstra  <lute@gnu.org>
22391
22392         * time-date.el: Add comment on time value formats.
22393         Don't require parse-time.
22394         (with-decoded-time-value): New macro.
22395         (encode-time-value): New function.
22396         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22397         (days-to-time): Return a valid time value when arg is huge.
22398         (time-since): Use time-subtract.
22399         (time-to-number-of-days): Use time-to-seconds.
22400
22401 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22402
22403         * gnus-start.el (gnus-display-time-event-handler):
22404         Check display-time-timer at runtime rather than only at load time
22405         in case display-time-mode is turned off in the mean time.
22406
22407 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22410         used.
22411
22412         * nneething.el (nneething-map-file-directory): Derive from
22413         `gnus-directory'.
22414
22415         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22416         the To/Cc button.
22417
22418 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22419
22420         * nnmaildir.el (nnmaildir-request-accept-article):
22421         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22422
22423 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22424
22425         * gnus-async.el: Require timer-funcs at compile time when in
22426         XEmacs for `run-with-idle-timer'.
22427
22428 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22429
22430         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22431         autoloaded function.
22432
22433 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22434
22435         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22436
22437 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22438
22439         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22440
22441 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22442
22443         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22444         Add gnus-expert-user to default.
22445
22446 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22447
22448         * nnimap.el (nnimap-open-server): Ditto.
22449
22450         * imap.el (imap-authenticate): Fix typo.
22451
22452 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22453
22454         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22455         buffer (since IMAP server might return FETCH response out of
22456         order, and the nntp buffer must be sorted).
22457
22458 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22459
22460         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22461         comparison on string.
22462
22463         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22464         (gnus-agent-score): Rename category keywords to match gnus-cus.
22465         (gnus-agent-summary-fetch-series): Modify to protect against
22466         gnus-agent-summary-fetch-group clearing processable flags.
22467         (gnus-agent-synchronize-group-flags): Update live group buffer as
22468         synchronization may occur due to the user toggle the plugged
22469         status.
22470         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22471         successfully downloaded.
22472         (gnus-agent-expire-group-1): Avoid using markers when the overview
22473         is in ascending order; greatly improves performance.
22474         (gnus-agent-regenerate-group):
22475         Use gnus-agent-synchronize-group-flags to reset read status in both
22476         gnus and server.
22477         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22478
22479 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22480
22481         * message.el: Don't autoload former message-utils variables.
22482         (message-strip-subject-trailing-was): Change doc string.
22483
22484         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22485         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22486         (nnweb-google-search): Add "hl=en" here.
22487         (nnweb-google-parse-1, nnweb-google-create-mapping):
22488         Don't hardcode URL.
22489
22490 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22491
22492         * message.el (message-get-reply-headers, message-followup):
22493         Mention related variables `message-use-followup-to' and
22494         `message-use-mail-followup-to', in the information buffer.
22495
22496         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22497         of broken groups(-beta).google.com.
22498
22499 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22500
22501         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22502         parameter to invoked gnus-request-move-article; remove the
22503         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22504         all at once instead of once per article.
22505         (gnus-summary-remove-process-mark): Accept a list of articles as
22506         well as a single article for processing.
22507
22508         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22509         parameter.
22510
22511         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22512
22513         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22514
22515         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22516         parameter.
22517
22518         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22519         parameter.
22520
22521         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22522         parameter and remove the gnus-sum-hint-move-is-internal variable.
22523
22524         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22525         parameter.
22526
22527         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22528         parameter.
22529
22530         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22531         parameter.
22532
22533         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22534
22535         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22536         parameter.
22537
22538         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22539         parameter.
22540
22541 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22542
22543         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22544         a more conservative way.
22545
22546 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22547
22548         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22549         buffer, so it moves the window's cursor.
22550
22551 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22552
22553         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22554         `mm-dissect-multipart' and receive the from field as an (optional)
22555         argument from `mm-dissect-multipart'.
22556         (mm-dissect-multipart): Receive the from field as an argument and
22557         pass it on when we call `mm-dissect-buffer' on MIME parts.
22558         Fixes verification/decryption of signed/encrypted MIME parts.
22559
22560 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22561
22562         * gnus-sum.el (gnus-summary-move-article):
22563         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22564         whatever it calls (right now, only nnimap-request-move article
22565         respects it).
22566
22567         * nnimap.el (nnimap-request-move-article):
22568         When gnus-sum-hint-move-is-internal is set, don't do the extra
22569         nnimap-request-article.
22570
22571 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22572
22573         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22574
22575         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22576         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22577
22578         * gnus-sum.el (gnus-summary-caesar-message):
22579         Apply `gnus-treat-article' after rotation.
22580
22581         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22582         doc string.
22583
22584 2005-02-22  Simon Josefsson  <jas@extundo.com>
22585
22586         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22587         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22588         <arne@arnested.dk>.
22589         (encrypt): Add password-cache and password-cache-expiry as group
22590         members.
22591
22592 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22593
22594         * smime.el (smime-ldap-host-list): Doc fix.
22595         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22596         cache) password.
22597         (smime-sign-region): Use it.
22598         (smime-decrypt-region): Use it.
22599         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22600         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22601         fails.
22602         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22603         certificate from DER to PEM format rather than calling openssl.
22604
22605         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22606
22607         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22608         for signing/encryption.
22609
22610         * mml.el (mml-parse-1): Use them.
22611
22612 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22613
22614         * nnrss.el (nnrss-verbose): Remove.
22615         (nnrss-request-group): Use `nnheader-message' instead.
22616
22617 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22618
22619         * nnrss.el (nnrss-verbose): New variable.
22620         (nnrss-request-group): Make it say nnrss is requesting a group.
22621
22622 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22623
22624         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22625         Handle news URL with given port correctly.
22626
22627 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22628
22629         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22630         containing special characters.
22631
22632         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22633
22634         * mml.el (mime-to-mml): Ditto.
22635
22636         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22637         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22638         (rfc2047-decode-region): Quote decoded words containing special
22639         characters when rfc2047-quote-decoded-words-containing-tspecials
22640         is non-nil.
22641
22642 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22643
22644         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22645
22646         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22647
22648 2005-02-15  Simon Josefsson  <jas@extundo.com>
22649
22650         * nnimap.el (nnimap-debug): Doc fix.
22651
22652         * imap.el (imap-debug): Doc fix.
22653
22654 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22655
22656         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22657
22658 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22659
22660         * gnus.el (spam-contents): Improve docs for spam-contents
22661         parameter in its variable incarnation.
22662
22663 2005-02-14  Simon Josefsson  <jas@extundo.com>
22664
22665         * smime-ldap.el: Use require instead of load-library for ldap.
22666         (smime-ldap-search): Indent.
22667         (smime-ldap-search-internal): Shorten line.
22668
22669         * smime.el (smime-cert-by-dns): Add doc-string.
22670         (smime-cert-by-ldap-1): Indent.
22671
22672         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22673         mml-smime-get-dns-ldap.
22674         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22675
22676 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22677
22678         * smime.el: Require smime-ldap.
22679         (smime-ldap-host-list): New variable.
22680         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22681
22682         * mml-smime.el (mml-smime-encrypt-query): New function.
22683         (mml-smime-encrypt-query): Use it.
22684
22685         * smime-ldap.el: New file.
22686
22687 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22688
22689         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22690
22691 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22692
22693         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22694         argument in doc string.  Make query for type more clear.
22695
22696 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22697
22698         * gnus.el (gnus-group-startup-message): Search for gnus images in
22699         etc/images/gnus.
22700         * mm-util.el (mm-image-load-path): Likewise.
22701         * smiley.el (smiley-data-directory): Search for smilies in
22702         etc/images/smilies.
22703
22704 2005-02-09  Kim F. Storm  <storm@cua.dk>
22705
22706         Change Emacs release version from 21.4 to 22.1 throughout.
22707         Change Emacs development version from 21.3.50 to 22.0.50.
22708
22709 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22712
22713         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22714         non-Mule XEmacs as well.
22715         (mm-decompress-buffer): Signal an error intentionally if it does
22716         not decompress compressed data because auto-compression-mode is
22717         disabled.
22718
22719 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22720
22721         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22722         an ID in the registry even if it has no groups.
22723
22724 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22725
22726         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22727         merge it into mm-decompress-buffer.
22728         (gnus-mime-copy-part): Use the MIME part charset, the value which
22729         a user specified or gnus-newsgroup-charset for decoding, like
22730         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22731         save-buffer what was used.  Suggested by Kevin Ryde
22732         <user42@zip.com.au>.
22733         (gnus-mime-inline-part): Allow the name parameter as well as the
22734         filename parameter; force decompressing of compressed data; always
22735         display contents being not decoded as unibyte.
22736
22737         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22738         as well as the filename parameter.
22739
22740         * mm-util.el (mm-decompress-buffer):
22741         Merge gnus-mime-jka-compr-maybe-uncompress.
22742         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22743         of compressed data.
22744
22745 2005-02-08  Simon Josefsson  <jas@extundo.com>
22746
22747         * imap.el (imap-log): Doc fix.
22748
22749 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22750
22751         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22752         the coding cookies; decompress compressed parts.
22753
22754         * mml.el (mml-generate-mime-1): Add the charset parameter according
22755         to the value which a user specified manually or the coding cookie.
22756
22757         * mm-util.el (mm-string-to-multibyte): New function.
22758         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22759         (mm-coding-system-to-mime-charset): New function.
22760         (mm-decompress-buffer): New function.
22761         (mm-find-buffer-file-coding-system): New function.
22762
22763         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22764         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22765         parts.
22766
22767 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22768
22769         * mm-view.el (mm-display-inline-fontify): Decode a part according
22770         to the charset parameter.
22771
22772 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22773
22774         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22775         prefix arg is neither nil nor a number, as info specifies.
22776
22777 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22780         timestamps.
22781
22782 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22783
22784         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22785         groups error checking and notify user.
22786
22787 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22788
22789         * message.el (message-send-mail-function): Check existence of
22790         sendmail-program first before using default value
22791         `message-send-mail-with-sendmail'.  Otherwise use more generic
22792         `smtpmail-send-it'.
22793
22794 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * nntp.el (nntp-request-update-info): Always return nil.
22797
22798 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22799
22800         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22801
22802 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22803
22804         * message.el (message-beginning-of-line): Change the behavior when
22805         invoked between BOL and : so that it first moves backward.
22806
22807 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22810         article buffer when editing of the article is discarded.
22811         (gnus-article-prepare): Revert.
22812
22813 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * gnus-art.el (gnus-article-prepare):
22816         Remove message-strip-forbidden-properties from the local hook.
22817
22818 2005-01-27  Simon Josefsson  <jas@extundo.com>
22819
22820         * password.el (password-cache-add): Only start one timer per key.
22821         Reported by Derek Atkins <warlord@MIT.EDU>.
22822
22823 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22824
22825         * run-at-time.el: Remove.  It is no longer needed as
22826         timer-funcs.el in the xemacs-base package has a working version of
22827         `run-at-time'.
22828
22829         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22830
22831         * password.el: Require timer-funcs instead of run-at-time in
22832         XEmacs.
22833         Remove `password-run-at-time' macro.
22834         (password-cache-add): Use `run-at-time' instead of
22835         `password-run-at-time'.
22836
22837         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22838         Remove `nnheader-cancel-function-timers' alias,
22839         `cancel-function-timers' exists in XEmacs in timer-funcs.
22840
22841         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22842         for `run-with-idle-timer'.
22843
22844         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22845         for `run-at-time'.
22846
22847         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22848         for `with-timeout'.
22849
22850         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22851         the same as for XEmacs 21.4.
22852         No need to ignore `run-with-idle-timer', this function exists in
22853         XEmacs now in timer-funcs.el in the xemacs-base package.
22854         (dgnushack-compile): No need to delete
22855         run-at-time.el from the list of files to compile because it
22856         doesn't exist anymore.
22857
22858 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22861         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22862
22863 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22864
22865         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22866         sensitively.
22867
22868 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22869
22870         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22871
22872 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22875         which will be inserted according to the multibyteness of a buffer
22876         rather than the type of contents.  Suggested by ARISAWA Akihiro
22877         <ari@mbf.ocn.ne.jp>.
22878
22879         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22880         of string which old xml.el may return rather than a string.
22881
22882 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22885
22886 2005-01-16  Simon Josefsson  <jas@extundo.com>
22887
22888         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22889         idn/idna.el isn't available.
22890         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22891         <michael@waxrat.com>.
22892
22893         * hashcash.el: Remove non-FSF copyright header.
22894
22895         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22896         (hashcash-generate-payment): Use it.
22897         (hashcash-generate-payment-async): Use it.
22898
22899 2005-01-15  Simon Josefsson  <jas@extundo.com>
22900
22901         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22902         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22903
22904         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22905         gnus-summary-idna-message.
22906         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22907         (gnus-summary-idna-message): New function.
22908
22909 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22910
22911         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22912         gnus-novice-user.
22913
22914 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22915
22916         * nnrss.el (nnrss-request-delete-group): Delete entries in
22917         nnrss-group-alist as well.
22918         (nnrss-save-server-data): Insert newline.
22919
22920 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22921
22922         * gnus.el (gnus-user-agent): Use list of symbols instead of
22923         symbols.  Display full version number for (S)XEmacs.
22924         Optionally display (S)XEmacs codename.
22925
22926         * gnus-util.el (gnus-emacs-version): Update for new
22927         `gnus-user-agent'.
22928
22929         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22930         Gnus version.
22931
22932 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22933
22934         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22935         which is unreadable in some setups.
22936
22937 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * gnus-spec.el (gnus-update-format-specifications): Flush the
22940         group format spec cache if it doesn't support decoded group names.
22941
22942 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22943
22944         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22945         Allow to apply decay on score files matching a regexp.
22946
22947 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22950         compatibility in %g and %c.
22951
22952 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22953
22954         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22955         name for only %g and %c.
22956         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22957         of gnus-tmp-group to decoded group name.
22958         (gnus-group-make-rss-group): Exclude `/'s from group names.
22959
22960 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22961
22962         * nnrss.el (nnrss-get-encoding): Fix regexp.
22963
22964 2004-12-27  Simon Josefsson  <jas@extundo.com>
22965
22966         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22967         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22968         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22969
22970 2004-12-17  Kim F. Storm  <storm@cua.dk>
22971
22972         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22973
22974         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22975
22976 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22977
22978         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22979
22980 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22981
22982         * nnrss.el: Require rfc2047 and mml.
22983         (nnrss-file-coding-system): New variable.
22984         (nnrss-format-string): Redefine it as an inline function.
22985         (nnrss-decode-group-name): New function.
22986         (nnrss-string-as-multibyte): Remove.
22987         (nnrss-retrieve-headers): Decode group name; don't use
22988         nnrss-format-string.
22989         (nnrss-request-group): Decode group name.
22990         (nnrss-request-article): Decode group name; allow a Message-ID as
22991         well as an article number; don't use nnrss-format-string; encode a
22992         Message-ID string which may contain non-ASCII characters; use
22993         mml-to-mime to compose a MIME article.
22994         (nnrss-request-expire-articles): Decode group name.
22995         (nnrss-request-delete-group): Decode group name.
22996         (nnrss-fetch): Clarify error message.
22997         (nnrss-read-server-data): Use insert-file-contents instead of load;
22998         bind file-name-coding-system; use multibyte buffer.
22999         (nnrss-save-server-data): Bind coding-system-for-write to the
23000         value of nnrss-file-coding-system; bind file-name-coding-system;
23001         add coding cookie.
23002         (nnrss-read-group-data): Use insert-file-contents instead of load;
23003         bind file-name-coding-system; use multibyte buffer.
23004         (nnrss-save-group-data): Bind coding-system-for-write to the
23005         value of nnrss-file-coding-system; bind file-name-coding-system.
23006         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23007         make it work with non-ASCII text.
23008         (nnrss-find-el): Make it work with old xml.el as well.
23009
23010 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23011
23012         * nnrss.el (nnrss-get-encoding): New function.
23013         (nnrss-fetch): Use unibyte buffer initially; bind
23014         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23015         decode contents according to the encoding attribute.
23016         (nnrss-save-group-data): Add coding cookie.
23017         (nnrss-mime-encode-string): New function.
23018         (nnrss-check-group): Use it to encode subject and author.
23019
23020 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23021
23022         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23023         imaginary variable.
23024
23025 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23028         correctly even if there are wide characters.
23029
23030 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23031
23032         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23033         downcased symbol names; make a new cache instead of reusing
23034         bbdb-hashtable.
23035
23036 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23037
23038         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23039         concatenating segments rather than before concatenating them.
23040         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23041
23042         * message.el (message-get-reply-headers): Bind `extra'.
23043
23044 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23045
23046         * message.el (message-extra-wide-headers): New variable.
23047         (message-get-reply-headers): Use it.
23048
23049 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23052         (gnus-agent-group-pathname): Ditto.
23053
23054         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23055
23056         * gnus-group.el (gnus-group-make-group): Decode group name.
23057         (gnus-group-make-rss-group): Register the group data after opening
23058         the nnrss group.
23059
23060 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23061
23062         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23063         by expiry now get marked as read.
23064
23065 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23066
23067         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23068
23069 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23070
23071         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23072         unify Latin characters in XEmacs.
23073         (mm-find-mime-charset-region): Use it.
23074
23075 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23076
23077         * gnus-util.el (gnus-delete-directory): New function.
23078
23079         * gnus-agent.el (gnus-agent-delete-group): Use it.
23080
23081         * gnus-cache.el (gnus-cache-delete-group): Use it.
23082
23083 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23084
23085         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23086         names.
23087
23088 2004-12-16  Simon Josefsson  <jas@extundo.com>
23089
23090         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23091
23092 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23093
23094         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23095
23096         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23097         (gnus-group-set-current-level): Decode group name.
23098
23099 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23100
23101         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23102         failed.
23103
23104 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23105
23106         * gnus-group.el (gnus-group-delete-group): Decode group name.
23107         (gnus-group-make-rss-group): Encode group name.
23108         (gnus-group-catchup-current): Decode group name.
23109         (gnus-group-kill-group): Decode group name.
23110
23111 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23112
23113         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23114
23115 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-group.el (gnus-group-make-rss-group):
23118         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23119
23120         * gnus-start.el (gnus-setup-news): Honor user's setting to
23121         gnus-message-archive-method.  Suggested by Lute Kamstra
23122         <lute@gnu.org>.
23123
23124 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23125
23126         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23127         global counterparts of the buffer-local variables.
23128
23129 2004-11-16  Romain Francoise  <romain@orebokech.com>
23130
23131         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23132         counterparts of the buffer-local variables.
23133
23134 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23135
23136         * message.el (message-forbidden-properties): Fix typo in doc
23137         string.
23138
23139 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23140
23141         * gnus-util.el (gnus-replace-in-string): Add doc string.
23142
23143         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23144         to avoid problems when splitting mails with many recipients.
23145
23146 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23147
23148         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23149         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23150
23151 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23152
23153         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23154         if there is no hashtable in memory or file modification time is
23155         newer than cached timestamp.
23156
23157 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23158
23159         * gnus-sum.el (gnus-summary-limit-to-recipient):
23160         Implement not-matching option.
23161
23162 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23163
23164         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23165         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23166         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23167         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23168         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23169         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23170
23171 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23172
23173         * message.el (message-forward-make-body-mml): Remove headers
23174         according to message-forward-ignored-headers if a message is decoded.
23175
23176 2004-12-02  Romain Francoise  <romain@orebokech.com>
23177
23178         * message.el (message-forward-make-body-plain): Always remove
23179         headers according to message-forward-ignored-headers.
23180
23181 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23182
23183         * spam.el (spam-summary-prepare-exit): Remove the
23184         gnus-summary-limit pop for now, it has problems with ham marks for
23185         me.
23186
23187 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23188
23189         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23190         correctly.
23191
23192 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23193
23194         * format-spec.el (format-spec): Message the char.
23195
23196 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23197
23198         * gnus-art.el (gnus-split-methods): Reformat comments.
23199
23200         * spam.el (spam-summary-prepare-exit): Remove article limits
23201         before exiting the summary buffer.
23202
23203 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23204
23205         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23206         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23207
23208         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23209         order to silence the byte compiler.
23210
23211         * spam.el: Fix the way to silence the byte compiler, which
23212         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23213         bbdb-search-simple, spam-BBDB-register-routine,
23214         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23215         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23216         spam-stat-buffer-is-spam, spam-stat-load,
23217         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23218         spam-stat-save and spam-stat-split-fancy.
23219
23220 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23221
23222         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23223         which may confuse users.
23224         (canlock-password-for-verify): Ditto.
23225
23226         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23227
23228         * gnus-art.el (gnus-emphasis-alist): Ditto.
23229
23230         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23231
23232         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23233
23234         * gnus-start.el (gnus-save-killed-list): Ditto.
23235
23236         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23237         (gnus-sum-thread-tree-root): Ditto.
23238         (gnus-sum-thread-tree-false-root): Ditto.
23239         (gnus-sum-thread-tree-single-indent): Ditto.
23240
23241         * message.el (message-courtesy-message): Ditto.
23242         (message-archive-note): Ditto.
23243         (message-subscribed-address-file): Ditto.
23244         (message-user-fqdn): Ditto.
23245
23246         * spam-report.el (spam-report-gmane-regex): Ditto.
23247
23248         * spam.el (spam-blackhole-good-server-regex): Ditto.
23249
23250 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * mml.el (mml-preview): Widen the message buffer before copying
23253         the contents to the preview buffer; sort headers before previewing.
23254
23255         * message.el (message-hidden-headers): Fix the way to avoid a bug
23256         in the `repeat' widget in Emacs 21.3 or earlier.
23257
23258 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * message.el (message-hidden-headers): Default to "^References:".
23261         Improve customization type.  Suggested by Reiner Steib
23262         <Reiner.Steib@gmx.de>.
23263
23264 2004-11-25  Romain Francoise  <romain@orebokech.com>
23265
23266         * message.el (message-strip-forbidden-properties): Remove check for
23267         obsolete `message-hidden' text property, hidden headers are not
23268         accessible in the buffer anymore.
23269
23270 2004-11-22  Romain Francoise  <romain@orebokech.com>
23271
23272         * message.el (message-header-format-alist): Add `From' in list
23273         so that it can be sorted.
23274         (message-fix-before-sending): Widen and sort headers before
23275         sending.
23276         (message-hide-headers): Use narrowing to hide headers by moving
23277         them to the top of the buffer and narrowing to the region
23278         underneath.
23279
23280 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23281
23282         * message.el (message-strip-forbidden-properties):
23283         Bind buffer-read-only (etc) to nil.
23284
23285 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23288         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23289
23290 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23291
23292         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23293
23294 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23295
23296         * dns.el (query-dns): Use sit-for to time instead of
23297         accept-process-output, since that doesn't seem to work on udp
23298         sockets.
23299
23300 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23303
23304 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23305
23306         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23307         doc string.  Improve doc string.
23308
23309 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * nntp.el (nntp-request-update-info): Return nil if
23312         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23313         may not call gnus-activate-group which uselessly issues the GROUP
23314         commands for all nntp groups and wastes time.  Reported by Romain
23315         Francoise <romain@orebokech.com>.
23316
23317         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23318
23319 2004-11-15  Simon Josefsson  <jas@extundo.com>
23320
23321         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23322         headers separately.
23323         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23324         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23325
23326 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23327
23328         * gnus-start.el (gnus-convert-old-newsrc):
23329         Assign legacy-gnus-agent to 5.10.7.
23330
23331 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23332
23333         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23334         start of the lines.
23335
23336 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23337
23338         * hashcash.el (hashcash-default-payment): Change default to 20.
23339         (hashcash-default-accept-payment): Change default to 20.
23340         (hashcash-process-alist): New variable.
23341         (hashcash-generate-payment-async): Add.
23342         (hashcash-already-paid-p): Add.
23343         (hashcash-insert-payment): Don't generate payments twice.
23344         (hashcash-insert-payment-async): Add.
23345         (hashcash-insert-payment-async-2): Add.
23346         (hashcash-cancel-async): Add.
23347         (hashcash-wait-async): Add.
23348         (hashcash-processes-running-p): Add.
23349         (hashcash-wait-or-cancel): Add.
23350         (mail-add-payment): New optional argument.  Conditionally start
23351         asynchronous calculation.
23352         (mail-add-payment-async): Add.
23353
23354         * message.el (message-send-mail): Wait for asynchronous hashcash
23355         results.  Don't clobber existing X-Hashcash headers.
23356         (message-setup-1): Call mail-add-payment-async when
23357         message-generate-hashcash is non-nil.
23358
23359 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23360
23361         * message.el (message-use-alternative-email-as-from): Examine the
23362         From header as well; use message-make-from in order to include a
23363         user's full name.
23364
23365 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23366
23367         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23368         default; improve customization type.
23369         (gnus-emphasis-custom-with-format): New macro.
23370         (gnus-emphasis-custom-value-to-external): New function.
23371         (gnus-emphasis-custom-value-to-internal): New function.
23372
23373 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23374
23375         * dns.el (query-dns): Resolve reverse addresses.
23376
23377 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23378
23379         * gnus-group.el (gnus-group-get-new-news): Use it.
23380
23381         * gnus-start.el (gnus-check-reasonable-setup): New function.
23382
23383 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23384
23385         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23386         "Args out of range" error.  Reported by Arnaud Giersch
23387         <arnaud.giersch@free.fr>.
23388
23389 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23390
23391         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23392
23393 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23394
23395         * spam.el (spam group): Add :version.
23396
23397         * pgg-def.el (pgg group): Add :version.
23398
23399 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23400
23401         * gnus-art.el (gnus-article-edit-article): Don't associate the
23402         article buffer with a draft file.  This is a temporary measure
23403         against the 2004-08-22 change to gnus-article-edit-mode.
23404
23405 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23406
23407         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23408         (html2text-format-tags): Remove unused variable `attr'.
23409
23410 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23411
23412         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23413
23414         * tls.el (tls-process-connection-type, tls-success)
23415         (tls-certtool-program): Add :version.
23416
23417         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23418         (starttls-extra-arguments, starttls-process-connection-type)
23419         (starttls-connect, starttls-failure, starttls-success): Add :version.
23420
23421         * spam-stat.el (spam-stat): Add :version.
23422
23423         * sieve.el (sieve): Add :version.
23424
23425         * sha1.el (sha1): Add :version.
23426         (sha1-use-external): Remove redundant version.
23427
23428         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23429         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23430         (nnmail-split-fancy-match-partial-words)
23431         (nnmail-split-lowercase-expanded): Add :version.
23432
23433         * nndiary.el (nndiary): Add :version.
23434
23435         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23436
23437         * mml-sec.el (mml-default-sign-method)
23438         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23439         Add :version.
23440
23441         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23442
23443         * mm-url.el (mm-url-use-external, mm-url-program)
23444         (mm-url-arguments): Add :version.
23445
23446         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23447         (mm-attachment-file-modes, mm-decrypt-option)
23448         (mm-w3m-safe-url-regexp): Add :version.
23449
23450         * message.el (message-cite-prefix-regexp)
23451         (message-sendmail-envelope-from, message-minibuffer-local-map)
23452         (message-user-fqdn, message-completion-alist): Add :version.
23453
23454         * gnus-win.el (gnus-configure-windows-hook)
23455         (gnus-use-frames-on-any-display): Add :version.
23456
23457         * gnus-art.el (gnus-article-address-banner-alist)
23458         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23459         (gnus-treat-from-picon, gnus-treat-mail-picon)
23460         (gnus-treat-x-pgp-sig): Add :version.
23461
23462         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23463         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23464         (gnus-summary-article-delete-hook)
23465         (gnus-summary-display-while-building): Add :version.
23466
23467         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23468         (gnus-get-top-new-news-hook): Add :version.
23469
23470         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23471         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23472
23473         * gnus-registry.el (gnus-registry): Add :version.
23474
23475         * gnus-spec.el (gnus-use-correct-string-widths)
23476         (gnus-make-format-preserve-properties): Add :version.
23477
23478         * gnus.el (gnus-group-charter-alist)
23479         (gnus-group-fetch-control-use-browse-url)
23480         (gnus-install-group-spam-parameters): Add :version.
23481
23482         * gnus-diary.el (gnus-diary): Add :version.
23483
23484         * gnus-delay.el (gnus-delay): Add :version.
23485
23486         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23487         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23488         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23489         Add :version.
23490
23491         * gnus-agent.el (gnus-agent-max-fetch-size)
23492         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23493         (gnus-agent-prompt-send-queue): Add :version.
23494
23495         * deuglify.el (gnus-outlook-deuglify): Add :version.
23496
23497         * html2text.el: Beautify code.  Improve doc strings.
23498         Some checkdoc cleanup.
23499         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23500
23501 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23502
23503         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23504
23505 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23506
23507         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23508         when package is loaded.
23509
23510         * spam.el (spam-summary-score-preferred-header): Add global preference
23511         for people who want to override the default SpamAssassin over
23512         Bogofilter preference (when both are set).
23513         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23514         (spam-user-format-function-S):
23515         Check spam-summary-score-preferred-header.
23516         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23517         (spam-user-format-function-S): Format the score correctly.
23518
23519 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23522         signature file.  Suggested by Manoj Srivastava
23523         <srivasta@golden-gryphon.com>.
23524
23525         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23526         iso-2022-jp even in the Japanese language environment.
23527         Suggested by Jason Rumney <jasonr@gnu.org>.
23528
23529 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23532         use the same characters as the dummy marks; make it free from
23533         getting affected by the language environment.
23534         (gnus-summary-read-group-1): Update mark positions only when the
23535         format spec is updated.
23536
23537         * gnus-spec.el (gnus-update-format-specifications): Return a list
23538         of updated types.
23539
23540 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23543         of boundp to check if display-warning is available.
23544
23545 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23546
23547         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23548
23549 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23550
23551         * nnspool.el (nnspool-spool-directory): Use news-path if the
23552         news-directory variable is not bound.
23553
23554         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23555         function instead of display-warning if it is not available.
23556
23557 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23558
23559         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23560         v5-10: Use `point-at-bol'.
23561
23562 2004-10-26  Simon Josefsson  <jas@extundo.com>
23563
23564         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23565         <chenggao@gmail.com>.
23566
23567 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23568
23569         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23570         instead.
23571
23572 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23573
23574         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23575         to remove a server from the nnimap-server-buffer-alist.
23576         (nnimap-open-connection, nnimap-close-server): Use it.
23577
23578         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23579
23580 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23583         running the major-mode function.
23584
23585 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23586
23587         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23588         dummy marks in the right way.
23589
23590 2004-10-18  David Edmondson  <dme@dme.org>
23591
23592         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23593         excessively.
23594
23595 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23596
23597         * gnus-util.el (gnus-split-references): Accept a nil references
23598         string and go on blissfully.
23599
23600         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23601         cases where the references string is non-nil but has no references.
23602
23603         * encrypt.el: Add autoload tags.
23604
23605         * spam.el (spam-resolve-registrations-routine): Remove article
23606         from unregistration list too.  Reported by David Hanak
23607         <dhanak@isis.vanderbilt.edu>
23608
23609 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23610
23611         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23612         nil.  Change custom type.
23613
23614 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23615
23616         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23617
23618         * gnus-sum.el (gnus-summary-move-article): Use it.
23619
23620 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23621
23622         * encrypt.el: Add autoload cookies.
23623
23624         * spam.el (spam-backend-article-list-property)
23625         (spam-backend-get-article-todo-list)
23626         (spam-backend-put-article-todo-list)
23627         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23628         Resolve registrations separately.
23629         (spam-register-routine): Format comments.
23630         (spam-unregister-routine, spam-register-routine): Always call with
23631         specific-articles, no default list.
23632         (spam-summary-prepare-exit): Use the spam-classifications function.
23633
23634         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23635         gnus-encrypt.el.
23636
23637         * encrypt.el: Copied from gnus-encrypt.el.
23638
23639         * gnus-encrypt.el: Commented that it's obsolete.
23640
23641 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23642
23643         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23644         (gnus-score-save): Use it.
23645
23646         * message.el (message-bury): Use `window-dedicated-p'.
23647
23648 2004-10-15  Simon Josefsson  <jas@extundo.com>
23649
23650         * pop3.el (top-level): Don't require nnheader.
23651         (pop3-read-timeout): Add.
23652         (pop3-accept-process-output): Add.
23653         (pop3-read-response, pop3-retr): Use it.
23654
23655 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23656
23657         * spam.el (spam-register-routine): Move comment.
23658         (spam-verify-bogofilter): Use 'unknown for the initial
23659         spam-bogofilter-valid state, not 'never.
23660
23661         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23662         for netrc-machine.
23663
23664         * nnimap.el (nnimap-open-connection):
23665         Use netrc-machine-user-or-password.
23666
23667 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23668
23669         * gnus-registry.el (gnus-registry-unload-hook):
23670         Set as a variable with add-hook.
23671
23672         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23673         of news-path.
23674
23675         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23676
23677         * spam.el: Delete duplicate `provide'.
23678         (spam-unload-hook): Set as a variable with add-hook.
23679
23680 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23681
23682         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23683         in the doc string.
23684
23685         * message.el (message-ignored-news-headers)
23686         (message-ignored-supersedes-headers)
23687         (message-ignored-resent-headers)
23688         (message-forward-ignored-headers): Improve custom type.
23689
23690 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23691
23692         * message.el (message-tokenize-header): Fix 2004-09-06 change
23693         which used point-min in the wrong place.
23694
23695 2004-10-12  Simon Josefsson  <jas@extundo.com>
23696
23697         * tls.el (tls-certtool-program): New variable.
23698         (tls-certificate-information): New function, based on
23699         ssl-certificate-information.
23700
23701 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * compface.el: Move the version of ELisp-based uncompface program
23704         to the contrib directory because of the copyright problem.
23705
23706 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23707
23708         * message.el (message-kill-buffer): Raise the current frame.
23709
23710 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23711
23712         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23713
23714         * gnus.el (message-y-or-n-p): Autoload.
23715
23716         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23717         (pop3-password-required, pop3-authentication-scheme)
23718         (pop3-leave-mail-on-server): Make customizable.
23719         (pop3): New custom group.
23720         (pop3-retr): Remove `sleep-for' statements.
23721         Suggested by Dave Love <fx@gnu.org>.
23722
23723         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23724         Windows/DOS.
23725
23726         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23727         (imap-parse-body): Fix incorrect use of `assert'.
23728         Suggested by Dave Love <fx@gnu.org>.
23729
23730         * mml.el (mml-minibuffer-read-disposition): Require match.
23731         Suggested by Dave Love <fx@gnu.org>.
23732
23733 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23734
23735         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23736         doc string.
23737
23738 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23739
23740         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23741
23742 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23743
23744         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23745         instead of calling `mm-insert-inline', to decode text/* parts
23746         before displaying them.
23747
23748 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23749
23750         * mm-uu.el (mm-uu-text-plain-type): New variable.
23751         (mm-uu-pgp-signed-extract-1): Use it.
23752         (mm-uu-pgp-encrypted-extract-1): Use it.
23753         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23754         bind mm-uu-text-plain-type with that value.
23755         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23756         mm-uu-dissect.
23757
23758 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * gnus-group.el (gnus-update-group-mark-positions):
23761         * gnus-sum.el (gnus-update-summary-mark-positions):
23762         * message.el (message-check-news-body-syntax):
23763         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23764         of string-as-multibyte.
23765
23766 2004-10-05  Juri Linkov  <juri@jurta.org>
23767
23768         * gnus-group.el (gnus-update-group-mark-positions):
23769         * gnus-sum.el (gnus-update-summary-mark-positions):
23770         * message.el (message-check-news-body-syntax):
23771         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23772         8-bit unibyte values to a multibyte string for search functions.
23773
23774 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23777         (mm-uu-dissect-text-parts): New function.
23778
23779         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23780         dissect text parts.
23781
23782         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23783         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23784
23785         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23786
23787         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23788         Use gnus-current-topics instead of gnus-current-topic.
23789
23790 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23791
23792         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23793
23794 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23795
23796         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23797         where appropriate.
23798
23799         * nnml.el (nnml-generate-active-info): do.
23800
23801         * nndiary.el (nndiary-generate-active-info): do.
23802
23803         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23804         (gnus-topic-move): do.
23805
23806         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23807         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23808
23809         * gnus-srvr.el (gnus-server-prepare)
23810         (gnus-server-open-all-servers): do.
23811
23812         * gnus-msg.el (gnus-summary-cancel-article)
23813         (gnus-summary-resend-message)
23814         (gnus-summary-mail-crosspost-complaint): do.
23815
23816         * gnus-move.el (gnus-change-server): do.
23817
23818         * gnus-group.el (gnus-group-unmark-all-groups)
23819         (gnus-group-set-current-level): do.
23820
23821 2004-10-04  Simon Josefsson  <jas@extundo.com>
23822
23823         * message.el (message-generate-hashcash): Doc fix.
23824
23825 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23826
23827         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23828         avoid infinite recursion via gnus-get-function.
23829
23830 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23831
23832         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23833
23834         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23835
23836         * nnmail.el (nnmail-split-history): do.
23837
23838         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23839         (nnml-request-delete-group): do.
23840
23841         * nnslashdot.el (nnslashdot-read-groups): do.
23842
23843         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23844         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23845
23846         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23847         (nnspool-sift-nov-with-sed): Use last.
23848         (nnspool-retrieve-headers-with-nov): Use mapc.
23849         (nnspool-request-newgroups): Use dolist.
23850         (nnspool-request-group): Use last.
23851
23852         * nntp.el (nntp-read-server-type): Use dolist.
23853
23854         * nnvirtual.el (nnvirtual-create-mapping)
23855         (nnvirtual-update-read-and-marked): Use dolist.
23856         (nnvirtual-convert-headers): Simplify.
23857
23858 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23859
23860         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23861         Add support for sync'ing tick marks.
23862
23863 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23866         there's no visible header.
23867
23868 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23869
23870         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23871         When necessary, pass full group name to gnus-request-set-marks.
23872
23873 2004-10-01  Simon Josefsson  <jas@extundo.com>
23874
23875         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23876         acroread.
23877
23878 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23879
23880         * spam-report.el (spam-report-gmane): Fix interactive.
23881
23882         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23883
23884         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23885         when writing file.
23886         (gnus-agent-synchronize-flags): Don't default to being
23887         interactive.
23888
23889 2004-09-30  Simon Josefsson  <jas@extundo.com>
23890
23891         * message.el (message-generate-hashcash): Add.
23892         (message-send-mail): Use it, call mail-add-payment.
23893
23894 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23895
23896         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23897
23898 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23899
23900         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23901         gnus-requst-update-info with explicit code to sync the in-memory
23902         info read flags with the marks being sync'd to the backend.
23903
23904         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23905
23906 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23907
23908         * spam.el (spam-verify-bogofilter): Add new function.
23909         (spam-check-bogofilter)
23910         (spam-bogofilter-register-with-bogofilter): Use it.
23911         (spam-verify-bogofilter): Add small fixes.
23912
23913 2004-09-28  Simon Josefsson  <jas@extundo.com>
23914
23915         * hashcash.el (hashcash-generate-payment): Revert.
23916
23917 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23918
23919         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23920         Use gnus-extract-references instead of gnus-split-references.
23921
23922         * gnus-util.el (gnus-extract-references): Add new function, analogous
23923         to gnus-split-references but extracts only the message-ID without
23924         anything extra.
23925
23926         * hashcash.el (hashcash-generate-payment)
23927         (hashcash-check-payment): Do the right thing if hashcash-path is
23928         nil (because the hashcash program could not be found).
23929
23930         * spam.el (spam-use-hashcash): Remove comment.
23931
23932 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23933
23934         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23935         (gnus-cache-enter-article, gnus-cache-remove-article)
23936         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23937
23938         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23939
23940         * gnus-art.el (article-hide-boring-headers)
23941         (article-translate-strings, article-display-face)
23942         (gnus-article-mime-match-handle-first)
23943         (gnus-article-highlight-headers)
23944         (gnus-article-add-buttons-to-head): do.
23945
23946 2004-09-27  Simon Josefsson  <jas@extundo.com>
23947
23948         * hashcash.el: New version, from
23949         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23950         ../contrib/.
23951
23952 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23953
23954         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23955
23956 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23957
23958         * gnus-dup.el (gnus-dup-open): Use mapc.
23959         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23960
23961         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23962         Reported by Stefan Wiens <s.wi@gmx.net>.
23963
23964         * gnus.el (gnus-shutdown): Use dolist.
23965
23966         * gnus-undo.el (gnus-undo): Use mapc.
23967
23968         * nnrss.el (nnrss-generate-active): do.
23969
23970         * message.el (message-cite-original-without-signature)
23971         (message-cite-original): Use mapc.
23972         (message-do-actions, message-make-forward-subject): Use dolist.
23973
23974 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23975
23976         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23977         deletion to remove entire duplicate line.  Fixes merged article
23978         number bug.
23979
23980 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23981
23982         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23983         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23984         first ask if you want to open a server and then, even when you
23985         responded with no, asking if you want to synchronize the server's
23986         flags.
23987         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23988         multi-line expressions.
23989         (gnus-agent-synchronize-group-flags): New internal function.
23990         Updates marks in memory (in the info structure) AND in the
23991         backend.
23992
23993         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23994
23995         * nnagent.el (nnagent-request-set-mark):
23996         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23997         method, to ensure that synchronization updates marks in the
23998         backend and in the info (in memory) structure.
23999
24000 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24003         convention fully; don't miss the root article of a thread; make
24004         the X-Draft-From header with correct article numbers.
24005
24006 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24007
24008         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24009         unless plugged.  Disable the agent so that an open failure causes
24010         an error.
24011
24012         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24013         Revert 2004-09-21 change.  The backend must be opened while
24014         synchronizing flags even when the backend stores the flags
24015         locally.
24016
24017 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24018
24019         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24020         in `header' match.  Reported by Svend Tollak Munkejord.
24021
24022         * message.el (message-cite-original): Fix use of
24023         `message-cite-articles-with-x-no-archive'.
24024
24025 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24028         (gnus-window-to-buffer): Ditto.
24029
24030         * mml.el (mml-preview-buffer): New variable.
24031         (mml-preview): Manage window layout with gnus-buffer-configuration.
24032
24033         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24034         X-Draft-From header even if those articles aren't quoted.
24035
24036 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24037
24038         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24039         (gnus-request-set-mark, gnus-request-update-mark): Use new
24040         g-s-t-u-l-m to decide to use backend even when unplugged.
24041
24042 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24045         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24046
24047 2004-09-20  Simon Josefsson  <jas@extundo.com>
24048
24049         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24050         "utf-16-le".
24051
24052 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24053
24054         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24055
24056 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24057
24058         * uudecode.el (uudecode-use-external): Add :version.
24059
24060         * smime.el (smime-CA-file, smime-encrypt-cipher)
24061         (smime-dns-server): Add :version.
24062
24063         * smiley.el (gnus-smiley-file-types): Add :version.
24064
24065         * sha1.el (sha1-use-external): Add :version.
24066
24067         * pgg-def.el (pgg-query-keyserver): Add :version.
24068
24069         * nnmail.el (nnmail-fancy-expiry-targets)
24070         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24071         Add :version.
24072
24073         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24074         (nnimap-retrieve-groups-asynchronous): Add :version.
24075         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24076
24077         * mml.el (mml-content-disposition-parameters)
24078         (mml-insert-mime-headers-always): Add :version.
24079
24080         * mm-util.el (mm-coding-system-priorities): Add :version.
24081
24082         * mm-decode.el (mm-inline-text-html-with-images)
24083         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24084         (mm-verify-option): Add :version.
24085         (mm-text-html-renderer): Change :version.
24086
24087         * message.el (message-fcc-externalize-attachments)
24088         (message-required-headers, message-draft-headers)
24089         (message-subject-trailing-was-query)
24090         (message-subject-trailing-was-ask-regexp)
24091         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24092         (message-mark-insert-end, message-archive-header)
24093         (message-archive-note, message-cross-post-default)
24094         (message-cross-post-note, message-followup-to-note)
24095         (message-cross-post-note-function, message-use-mail-followup-to)
24096         (message-subscribed-address-functions)
24097         (message-subscribed-address-file, message-subscribed-addresses)
24098         (message-subscribed-regexps, message-allow-no-recipients)
24099         (message-yank-cited-prefix, message-signature-insert-empty-line)
24100         (message-hidden-headers, message-hierarchical-addresses)
24101         (message-mail-user-agent, message-use-idna)
24102         (message-valid-fqdn-regexp)
24103         (message-strip-special-text-properties, message-header-synonyms)
24104         (message-beginning-of-line, message-tab-body-function): Add :version.
24105         (message-insert-canlock, message-wide-reply-confirm-recipients):
24106         Change :version.
24107
24108         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24109         and :version.
24110         (mail-source-delete-old-incoming-confirm)
24111         (mail-source-movemail-program): Add :version.
24112
24113         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24114         (gnus-agent-cache, gnus-agent): Change :version.
24115
24116         * gnus-util.el (gnus-use-byte-compile): Change :version.
24117
24118         * gnus-sum.el (gnus-summary-make-false-root-always)
24119         (gnus-summary-default-high-score)
24120         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24121         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24122         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24123         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24124         (gnus-sum-thread-tree-single-indent)
24125         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24126         (gnus-sum-thread-tree-leaf-with-other)
24127         (gnus-sum-thread-tree-single-leaf): Add :version.
24128         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24129         (gnus-article-loose-mime): Change :version.
24130
24131         * gnus-start.el (gnus-backup-startup-file)
24132         (gnus-save-startup-file-via-temp-buffer): Add :version.
24133
24134         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24135         (gnus-server-offline-face): Add :version.
24136
24137         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24138
24139         * gnus-msg.el (gnus-gcc-externalize-attachments)
24140         (gnus-debug-files, gnus-debug-exclude-variables)
24141         (gnus-discouraged-post-methods): Change :version.
24142         (gnus-confirm-mail-reply-to-news)
24143         (gnus-confirm-treat-mail-like-news): Add :version.
24144
24145         * gnus-int.el (gnus-server-unopen-status): Add :version.
24146
24147         * gnus-group.el (gnus-group-jump-to-group-prompt)
24148         (gnus-large-ephemeral-newsgroup)
24149         (gnus-fetch-old-ephemeral-headers): Add :version.
24150
24151         * gnus-fun.el (gnus-x-face-directory)
24152         (gnus-convert-pbm-to-x-face-command)
24153         (gnus-convert-image-to-x-face-command)
24154         (gnus-convert-image-to-face-command): Add :version.
24155
24156         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24157
24158         * gnus-cite.el (gnus-cite-blank-line-after-header)
24159         (gnus-article-boring-faces): Add :version.
24160
24161         * gnus-art.el (gnus-buttonized-mime-types)
24162         (gnus-inhibit-mime-unbuttonizing)
24163         (gnus-treat-display-face)
24164         (gnus-treat-body-boundary): Change :version.
24165         (gnus-body-boundary-delimiter, gnus-picon-databases)
24166         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24167         (gnus-treat-date-english, gnus-treat-fold-headers)
24168         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24169         (gnus-treat-mail-picon, gnus-treat-wash-html)
24170         (gnus-article-encrypt-protocol)
24171         (gnus-use-idna, gnus-article-over-scroll)
24172         (gnus-mime-display-multipart-alternative-as-mixed)
24173         (gnus-mime-display-multipart-related-as-mixed)
24174         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24175         (gnus-ctan-url, gnus-button-ctan-handler)
24176         (gnus-button-handle-ctan-bogus-regexp)
24177         (gnus-button-ctan-directory-regexp)
24178         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24179         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24180         (gnus-button-man-level, gnus-button-emacs-level)
24181         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24182
24183         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24184         (gnus-agent-go-online): Change :version.
24185         (gnus-agent-expire-unagentized-dirs)
24186         (gnus-agent-auto-agentize-methods): Add :version.
24187
24188         * flow-fill.el (fill-flowed-display-column)
24189         (fill-flowed-encode-column): Add :version.
24190
24191         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24192         (gnus-outlook-deuglify-unwrap-max)
24193         (gnus-outlook-deuglify-cite-marks)
24194         (gnus-outlook-deuglify-unwrap-stop-chars)
24195         (gnus-outlook-deuglify-no-wrap-chars)
24196         (gnus-outlook-deuglify-attrib-cut-regexp)
24197         (gnus-outlook-deuglify-attrib-verb-regexp)
24198         (gnus-outlook-deuglify-attrib-end-regexp)
24199         (gnus-outlook-display-hook): Add :version.
24200
24201         * binhex.el (binhex-use-external): Add :version.
24202
24203 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24204
24205         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24206         and `invisible'.
24207
24208 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24209
24210         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24211         in gnus-registry-trim.
24212
24213 2004-09-13  Simon Josefsson  <jas@extundo.com>
24214
24215         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24216
24217         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24218
24219         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24220         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24221         <yamaoka@jpl.org>.
24222         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24223         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24224         <yamaoka@jpl.org>.
24225
24226         * sieve.el (sieve-manage-mode): Ditto.
24227
24228 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24229
24230         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24231
24232 2004-09-11  Simon Josefsson  <jas@extundo.com>
24233
24234         * dns-mode.el: Add.
24235
24236         * mm-view.el (mm-display-dns-inline): Add.
24237
24238         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24239         (mm-automatic-display): Ditto.
24240
24241         * mailcap.el (mailcap-mime-data): Add text/dns.
24242         (mailcap-mime-extensions): Map .soa to text/dns.
24243
24244 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24245
24246         * gnus-art.el (article-decode-mime-words, article-babel)
24247         (gnus-article-highlight-signature, gnus-article-add-buttons)
24248         (gnus-signature-toggle): Remove unnecessary bindings of
24249         `inhibit-read-only' inherited from v5.10 merge.
24250
24251 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24252
24253         * nntp.el (nntp): New customization group.
24254         (nntp-authinfo-file): Add customization group.
24255
24256         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24257
24258         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24259
24260         * gnus.el (to-address, to-list, subscribed)
24261         (large-newsgroup-initial): Ditto.
24262
24263         * flow-fill.el (fill-flowed-display-column)
24264         (fill-flowed-encode-column): Ditto.
24265
24266 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24267
24268         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24269         Use point-min rather than 1.
24270         (message-send-mail): Use buffer-size rather than point-max.
24271
24272         * gnus-sum.el (gnus-summary-search-article-forward):
24273         Signal a specific `search-failed' rather than a generic `error'.
24274
24275         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24276         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24277         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24278
24279 2004-09-10  Simon Josefsson  <jas@extundo.com>
24280
24281         * nndb.el (require): Remove tcp and duplicate cl.
24282
24283 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * gnus-agent.el (directory-files-and-attributes): Move forward.
24286
24287 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24288
24289         * gnus-agent.el (directory-files-and-attributes):
24290         Optionally defined to support XEmacs.
24291
24292 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24293
24294         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24295         to avoid run-time CL dependencies.
24296         (gnus-agent-unfetch-articles): New function.
24297         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24298         article numbers even when local .overview file is missing.
24299         (gnus-agent-read-article-number): New function.  Only accepts
24300         27-bit article numbers.
24301         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24302         Use gnus-agent-read-article-number.
24303         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24304         from backend while recognizing that article numbers in .overview
24305         must be valid.
24306         (gnus-agent-update-files-total-fetched-for):
24307         Use directory-files-and-attributes to improve performance.
24308         * gnus-int.el (gnus-request-move-article):
24309         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24310         improve performance.
24311
24312         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24313         some users confused by references to .newsrc when they only have a
24314         .newsrc.eld file.
24315         (gnus-convert-mark-converter-prompt)
24316         (gnus-convert-converter-needs-prompt): Fix use of property list.
24317         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24318         New function.  Used internally to only display 'gnus converting
24319         files' message when actually necessary.
24320
24321         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24322         methods now autoloaded.
24323
24324 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24325
24326         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24327         identifiers.
24328
24329 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24330
24331         * gnus-picon.el: Fix indentation and closing parenthesis.
24332
24333 2004-09-01  Simon Josefsson  <jas@extundo.com>
24334
24335         * message.el (message-canlock-generate): Require sha1, not
24336         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24337         to require within a function.  Sadly, if sha1.el isn't loaded, the
24338         let binding in m-c-g will hide the defcustom definition, which is
24339         bad.)
24340
24341         * canlock.el: Require sha1, not sha1-el.
24342
24343         * message.el: Don't autoload sha1 (there is a autoload cookie in
24344         sha1.el).
24345
24346         * sha1-el.el: Rename to sha1.el.
24347
24348 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24349
24350         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24351
24352 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24353
24354         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24355
24356 2004-08-30  Kim F. Storm  <storm@cua.dk>
24357
24358         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24359
24360         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24361         Add :group 'nnimap.
24362
24363 2004-08-30  Andreas Schwab  <schwab@suse.de>
24364
24365         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24366         ?* and ?\;.
24367
24368         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24369         and ?\' to symbol instead of whitespace.
24370
24371 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24374
24375         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24376         instead of re-search-forward.
24377
24378         * gnus-uu.el (gnus-uu-save-article): Ditto.
24379         (gnus-uu-post-encode-uuencode): Ditto.
24380
24381         * html2text.el (html2text-clean-list-items): Ditto.
24382         (html2text-clean-dtdd): Ditto.
24383         (html2text-format-tags): Ditto.
24384
24385         * message.el (message-send-mail-with-sendmail): Fix regexp.
24386         (message-fill-field-general): Use search-forward instead of
24387         re-search-forward.
24388         (unbold-region): Ditto.
24389
24390         * nnrss.el (nnrss-request-article): Ditto.
24391
24392         * nnslashdot.el (nnslashdot-request-article): Ditto.
24393
24394         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24395
24396         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24397         "Unrecognized menu descriptor" error in XEmacs.
24398
24399 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24400
24401         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24402         parent article of a sparse article in the thread hashtb.
24403
24404 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24405
24406         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24407         (nnmail-expand-newtext): Lowercase expanded entries if
24408         nnmail-split-lowercase-expanded is non-nil.
24409
24410 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24411
24412         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24413
24414         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24415         of gnus-tmp-news-method into string under XEmacs.  It will be
24416         passed to gnus-correct-length which takes only a string argument.
24417
24418 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * gnus-util.el (gnus-bind-print-variables): New macro.
24421         (gnus-prin1): Use it.
24422         (gnus-prin1-to-string): Use it.
24423         (gnus-pp): New function.
24424         (gnus-pp-to-string): New function.
24425
24426         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24427         Replace pp-to-string with gnus-pp-to-string.
24428         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24429         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24430         * gnus-msg.el (gnus-debug): Ditto.
24431         * gnus-score.el (gnus-score-save): Ditto.
24432         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24433         gnus-pp-to-string.
24434         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24435         with gnus-pp.
24436         * score-mode.el (gnus-score-pretty-print): Ditto.
24437         * webmail.el (webmail-debug): Ditto.
24438
24439 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * gnus-art.el (article-display-face, article-display-x-face):
24442         Use buffer-read-only.
24443
24444 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24445
24446         * gnus-art.el (article-hide-list-identifiers):
24447         Bind inhibit-read-only as t.
24448
24449 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24450
24451         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24452
24453 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24454
24455         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24456         (gnus-narrow-to-page): Don't assume point-min == 1.
24457         (gnus-article-edit-mode): Derive from message-mode.
24458
24459         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24460         point-min == 1.
24461
24462         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24463         Disable incorrect use of `assert'.
24464
24465         * message.el (message-mode): Set comment-start-skip.
24466
24467
24468 2004-08-22  Sam Steingold  <sds@gnu.org>
24469
24470         * pop3.el (pop3-leave-mail-on-server): New user variable.
24471         (pop3-movemail): Delete mail only when it is nil.
24472
24473 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24474
24475         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24476
24477         * mml.el (mml-preview): Use `pop-to-buffer'.
24478
24479         * message.el (message-goto-mail-followup-to): Insert after "To".
24480         (message-carefully-insert-headers): Add comment.
24481
24482         * gnus.el: Remove unused variable `gnus-article-check-size'.
24483
24484         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24485
24486         * gnus-art.el (gnus-button-alist):
24487         Improve `gnus-button-handle-library' entry.
24488
24489 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24490
24491         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24492         Use downcase, since XEmacs capitalizes error messages differently.
24493
24494 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24495
24496         * nntp.el: Add (require 'gnus) due to reference to
24497         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24498
24499 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24500
24501         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24502         Bind `mm-fill-flowed'.
24503
24504         * mm-decode.el (mm-dissect-singlepart): Check it.
24505
24506 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24507
24508         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24509         'imap' for netrc parsing.
24510
24511 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24512
24513         * mailcap.el (mailcap-mime-data): Mark as risky.
24514
24515 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24518         may be included in the encoded word.
24519         (rfc2047-encode): Don't append a space if the encoded word
24520         includes close parenthesis.
24521
24522 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24523
24524         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24525         of text within parentheses.
24526
24527 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24528
24529         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24530         (gnus-encrypt-write-file-contents): Make the password key the file
24531         name PLUS the cipher, not just the cipher.  Also remove failed
24532         passwords from the cache.
24533
24534 2004-08-06  Simon Josefsson  <jas@extundo.com>
24535
24536         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24537         Doc fix.
24538
24539 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24540
24541         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24542         LWSP.
24543
24544 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24545
24546         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24547         Try to append in-reply-to: data to the references: header.
24548
24549         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24550         (netrc-parse): Use gnus-encrypt.el functions.
24551
24552         * gnus-encrypt.el: Add new file for encryption support; currently
24553         does only a few GPG ciphers and an internal XOR cipher.
24554
24555         * password.el: Add comments on using password-read-and-add.
24556         (password-read-and-add): Add function to read and add the
24557         password to the cache at once.
24558
24559 2004-07-28  Simon Josefsson  <jas@extundo.com>
24560
24561         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24562         parameter (but don't use it, for now).
24563
24564         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24565         instead of hard coding to nil.
24566
24567 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24570         as mm-inline-image-xemacs does.
24571
24572 2004-07-26  Simon Josefsson  <jas@extundo.com>
24573
24574         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24575         Revert part of 2004-07-17 change below.
24576
24577 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24578
24579         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24580         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24581
24582 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24583
24584         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24585         quotes that actually start with ">" at the beginning of the
24586         lines.
24587
24588 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24589
24590         * rfc2047.el (rfc2047-encode-region): Fix last change.
24591         (rfc2047-encode-parameter): Remove useless concat.
24592
24593 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24596         encode special characters; fix some kind of misconfigured headers;
24597         signal a real error if debug-on-quit or debug-on-error is non-nil.
24598         (rfc2047-encode-max-chars): New variable.
24599         (rfc2047-encode-1): Use it.
24600         (rfc2047-encode-parameter): New function.
24601
24602         * mml.el (mml-insert-parameter): Remove an excessive space.
24603
24604 2004-07-17  Simon Josefsson  <jas@extundo.com>
24605
24606         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24607         Kai Grossjohann <kai@emptydomain.de>.
24608         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24609         (gnus-group-make-menu-bar): Ditto.
24610
24611         * gnus-util.el (gnus-group-server): Add.
24612
24613 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24614
24615         * message.el (message-clone-locals): Clone sendmail and smtp
24616         variables.
24617
24618 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24619
24620         * rfc2047.el (rfc2047-encode-region): Fix last change.
24621
24622 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24625         characters as non-special.
24626
24627 2004-07-09  Simon Josefsson  <jas@extundo.com>
24628
24629         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24630         Users will lose all flag changes made while unplugged with
24631         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24632         good default.  See numerous reports on ding mailing list.
24633
24634 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24635
24636         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24637         add generate-head-function and generate-article-function to the
24638         rfc822-forward entry.
24639         (nndoc-rfc822-forward-generate-article): New function.
24640         (nndoc-rfc822-forward-generate-head): New function.
24641
24642         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24643
24644 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24645
24646         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24647         respect display group parameter and gnus-summary-expunge-below.
24648         (gnus-articles-to-read): Remove unused reference to display group
24649         parameter.
24650
24651 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24652
24653         * nnheader.el (nnheader-uniquify-message-id): New experimental
24654         variable.
24655         (nnheader-nov-read-message-id): Use it.
24656
24657         * spam-report.el (spam-report-gmane): Add interactive.
24658
24659 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24660
24661         * mm-encode.el (mm-content-transfer-encoding-defaults):
24662         Use qp-or-base64 for the application/* types.
24663
24664 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24665
24666         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24667
24668 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24669
24670         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24671         trim value.
24672
24673 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24674
24675         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24676         New macro and function.
24677         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24678
24679 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24680
24681         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24682         after-load-alist.
24683
24684 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24685
24686         * gnus-group.el (gnus-group-get-new-news-this-group):
24687         Don't update info that isn't there.
24688
24689 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24690
24691         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24692         entry.
24693
24694 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24695
24696         * mm-view.el (mm-inline-render-with-function): Use multibyte
24697         buffer; decode html source by charset.
24698
24699         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24700
24701         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24702         Mule-UCS is loaded under XEmacs.
24703         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24704
24705 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24706
24707         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24708
24709 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24710
24711         * mm-util.el (mm-coding-system-p): Return a coding-system.
24712         (mm-mime-mule-charset-alist): Use shift_jis instead of
24713         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24714         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24715         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24716         instead of japanese-shift-jis and iso-latin-1 respectively in
24717         order to share the default value with both Emacs and XEmacs-mule.
24718         (mm-mule-charset-to-mime-charset):
24719         Make mm-coding-system-priorities effective.
24720         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24721         while predicating of candidates upon the priorities.
24722
24723 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24724
24725         * gnus-sum.el (gnus-summary-make-menu-bar):
24726         Add gnus-uu-invert-processable.
24727
24728         * gnus.el: Autoload gnus-uu-invert-processable.
24729
24730 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24731
24732         * mm-util.el (mm-with-multibyte-buffer): New macro.
24733
24734         * rfc2047.el (rfc2047-encode-string): Use it.
24735         (rfc2047-encode-region): Move point to the end of the region after
24736         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24737
24738 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24741         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24742
24743 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24744
24745         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24746         (gnus-cite-parse): Ignore quoted envelope From_.
24747         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24748
24749 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24750
24751         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24752         invalid addresses.
24753
24754 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24755
24756         * spam.el: Change section markers, revise TODO list.
24757         (spam-backends): Make new master list of all installed backends.
24758         (spam-summary-exit-behavior): Add new variable to determine how
24759         messages moves are done at summary exit.
24760         (spam-move-spam-nonspam-groups-only)
24761         (spam-process-ham-in-nonham-groups)
24762         (spam-process-ham-in-spam-groups): Remove variables, the
24763         spam-summary-exit-behavior variable should be used to manage this
24764         behavior.
24765         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24766         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24767         and spam-old-spam-articles.
24768         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24769         Add empty variables, placeholders for the backends they represent.
24770         (spam-set-difference): Move, unchanged.
24771         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24772         unless the user has a processor variable.
24773         (spam-classifications, spam-classification-valid-p)
24774         (spam-backend-properties, spam-backend-property-valid-p)
24775         (spam-backend-function-type-valid-p)
24776         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24777         (spam-report-articles-gmane, spam-report-articles-resend):
24778         Remove functions, they are not needed.
24779         (spam-install-backend-super, spam-backend-list)
24780         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24781         (spam-backend-function, spam-backend-ham-registration-function)
24782         (spam-backend-spam-registration-function)
24783         (spam-backend-ham-unregistration-function)
24784         (spam-backend-spam-unregistration-function)
24785         (spam-backend-statistical-p, spam-backend-mover-p)
24786         (spam-install-backend-alias, spam-install-checkonly-backend)
24787         (spam-install-mover-backend, spam-install-nocheck-backend)
24788         (spam-install-backend, spam-install-statistical-backend)
24789         (spam-install-statistical-checkonly-backend): Add backend installation
24790         support.
24791         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24792         (spam-group-processor-p): Use the new backend code and respect the
24793         summary exit behavior.
24794         (spam-mark-spam-as-expired-and-move-routine): Remove.
24795         (spam-summary-prepare): Change to use the new spam-old-articles
24796         variable.
24797         (spam-copy-or-move-routine, spam-copy-spam-routine)
24798         (spam-move-spam-routine, spam-copy-ham-routine)
24799         (spam-move-ham-routine): Add code to copy/move ham or spam.
24800         (spam-fetch-field-fast): Improve doc and code, plus allow the
24801         'number request.
24802         (spam-list-of-checks, spam-list-of-statistical-checks):
24803         Remove variables.
24804         (spam-split, spam-find-spam): Use the new backend code.
24805         (spam-registration-functions): Remove variable.
24806         (spam-unregister-routine): Add convenience wrapper.
24807         (spam-log-undo-registration, spam-register-routine)
24808         (spam-log-processing-to-registry)
24809         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24810         where possible.
24811         (spam-check-gmane-xref, spam-check-regex-headers)
24812         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24813         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24814         (spam-check-bogofilter-headers, spam-check-spamoracle)
24815         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24816         (spam-check-crm114-headers): Use the spam-split-group that
24817         spam-split prepares, no need to determine it every time.
24818
24819         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24820         to the nnheader-parse-naked-head call.
24821
24822         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24823
24824         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24825         the nnheader-nov-read-message-id call.
24826
24827 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24828
24829         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24830         gnus-activate-group twice.  Suggested by Markus Peter
24831         <warp@spin.de>.
24832
24833 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * gnus-art.el (gnus-article-time-format): Exchange the order of
24836         day and month in the default value; fix customization type.
24837         (article-date-ut): Use add-text-properties.
24838         (article-make-date-line): Use message-make-date instead of
24839         current-time-string.
24840
24841         * message.el (message-fetch-field): Don't use set-text-properties.
24842         (message-make-date): Simplify.
24843
24844         * messagexmas.el (message-xmas-make-date): New function.
24845         (message-xmas-redefine): Defalias message-make-date to it.
24846
24847 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24848
24849         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24850         (rfc2047-encode-region): Treat text within parentheses as special;
24851         show the original text when error has occurred.
24852
24853         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24854         already-computed method to gnus-activate-group.
24855
24856         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24857         same select-methods identical Lisp objects.
24858
24859         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24860         object when modifying the info.
24861
24862 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24865         gnus-opened-servers since it has never been opened with the new
24866         configuration yet.
24867
24868 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24869
24870         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24871         arg to nnheader-generate-fake-message-id.
24872
24873 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24874
24875         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24876         number and build a fake message ID localized to a group and
24877         article number (so it's repeatable from that point on).
24878         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24879         ID format.
24880
24881         * gnus-sum.el (gnus-get-newsgroup-headers):
24882         Call nnheader-generate-fake-message-id with the article number.
24883
24884 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24885
24886         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24887         end-of-buffer.
24888
24889 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24890
24891         * message.el (message-ignored-supersedes-headers): Add Approved.
24892
24893 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24894
24895         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24896         goto-char.
24897         (rfc2047-encode): Fold the line before encoding.
24898
24899 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24900
24901         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24902         folding -- not all headers can be folded, and this should be done
24903         by the message composition mode.  Probably.  I think.
24904
24905 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24906
24907         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24908         fast.
24909
24910         * gnus-ems.el (gnus-remove-image): Don't use
24911         message-text-with-property; remove only the image found first.
24912
24913         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24914         found first.
24915
24916 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24917
24918         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24919
24920 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24921
24922         * message.el (message-text-with-property): Make it fast and accept
24923         optional arguments.
24924         (message-strip-forbidden-properties): Use it.
24925         (message-fix-before-sending): Follow the m-t-w-p change.
24926
24927         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24928
24929 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * gnus-art.el (article-hide-headers): Don't change the buffer
24932         mistakenly when performing mml-preview even if
24933         gnus-single-article-buffer is nil.
24934
24935 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24936
24937         * message.el (message-expand-name-databases): New user option.
24938         (message-expand-name): Use it.
24939
24940 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * spam.el (spam-report-articles-resend)
24943         (spam-report-resend-register-routine): Allow ham reporting.
24944         (spam-report-resend-register-ham-routine): Add wrapper.
24945         (spam-registration-functions): Add ham resending functions.
24946         (spam-list-of-processors): Add ham resend processor.
24947
24948         * gnus.el (ham-resend-to): Add new group parameter.
24949         (spam-process): Add ham resend option.
24950
24951         * spam-report.el (spam-report-resend): Allow reporting ham.
24952         (spam-report-resend-ham): Add wrapper.
24953
24954 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24955
24956         * message.el (message-cite-articles-with-x-no-archive):
24957         New variable.
24958         (message-cite-original): Use it.
24959
24960 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24961
24962         * message.el (message-cite-original): Respect X-No-Archive.
24963
24964 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24965
24966         * gnus-art.el (article-hide-headers): Refer to the values for
24967         gnus-ignored-headers and gnus-visible-headers in the summary
24968         buffer since a user may have set them as group parameters.
24969
24970 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24971
24972         * assistant.el (assistant-node-name): Add convenience function.
24973         (assistant-render-text, assistant-render-node): Add error handling,
24974         plus handle multiple next nodes.
24975         (assistant-find-next-node): Comment out for now.
24976         (assistant-find-next-nodes): Add function, returns list of next
24977         nodes.
24978
24979 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24980
24981         * mail-source.el (mail-source-directory): Fix doc-string.
24982
24983 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24984
24985         * assistant.el (assistant-render-text, assistant-eval): Add :set
24986         widget type, which is different because it takes and returns a
24987         list.  Much hilarity ensues.
24988
24989 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24990
24991         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24992
24993         * gnus-group.el (gnus-group-get-new-news-this-group):
24994         Add doc-string.
24995
24996         * gnus-start.el (gnus-activate-group): Add doc-string.
24997
24998 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24999
25000         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25001
25002 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25003
25004         * assistant.el (assistant-render-text): Try to add a :set
25005         widget, more to come.
25006
25007         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25008         strings.
25009         (spam-report-articles-resend)
25010         (spam-register-routine): Do registration iff any articles warrant
25011         it.
25012         (spam-summary-prepare-exit): Change log message for nil group
25013         destinations.
25014
25015 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25016
25017         * spam.el (spam-report-resend-register-routine):
25018         Allow spam-report-resend-to to be a group parameter or a global value.
25019
25020 2004-05-26  Simon Josefsson  <jas@extundo.com>
25021
25022         * starttls.el: Merge with my GNUTLS based starttls.el.
25023         (starttls-gnutls-program, starttls-use-gnutls)
25024         (starttls-extra-arguments, starttls-process-connection-type)
25025         (starttls-connect, starttls-failure, starttls-success):
25026         New variables.
25027         (starttls-program, starttls-extra-args): Doc fix.
25028         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25029         New functions.
25030         (starttls-negotiate, starttls-open-stream):
25031         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25032         function if it is set.
25033
25034 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25035
25036         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25037         structured fields.
25038
25039 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25040
25041         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25042
25043 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25044
25045         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25046         Add variable.
25047         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25048         assigning the spam-mark to new messages.
25049
25050 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25051
25052         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25053
25054 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25055
25056         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25057
25058         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25059         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25060         default.
25061
25062 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25063
25064         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25065         correct data.
25066
25067 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25068
25069         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25070         (spam-group-processor-p): Fix function.
25071         (spam-group-processor-multiple-p)
25072         (spam-group-spam-processor-report-gmane-p)
25073         (spam-group-spam-processor-report-resend-p)
25074         (spam-group-spam-processor-bogofilter-p)
25075         (spam-group-spam-processor-blacklist-p)
25076         (spam-group-spam-processor-ifile-p)
25077         (spam-group-ham-processor-ifile-p)
25078         (spam-group-spam-processor-spamoracle-p)
25079         (spam-group-spam-processor-crm114-p)
25080         (spam-group-ham-processor-bogofilter-p)
25081         (spam-group-spam-processor-stat-p)
25082         (spam-group-ham-processor-stat-p)
25083         (spam-group-ham-processor-whitelist-p)
25084         (spam-group-ham-processor-BBDB-p)
25085         (spam-group-ham-processor-spamoracle-p)
25086         (spam-group-ham-processor-copy-p): Remove functions with some
25087         prejudice against unneeded code.
25088         (spam-report-articles-resend)
25089         (spam-report-resend-register-routine): Allow the group/topic
25090         spam-resend-to value to override spam-report-resend-to.
25091         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25092         properly now.
25093
25094         * gnus.el (spam-resend-to): Add group/topic parameter.
25095         (spam-process): Move the OBSOLETE processors to the end of the
25096         choices.
25097
25098 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25099
25100         * spam-report.el (spam-report-resend-to, spam-report-resend):
25101         Start with resend-to set to nil, and then ask the user if necessary.
25102         (spam-report-resend): spam-report-resend takes a list of articles, not
25103         separate article numbers.
25104
25105 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25106
25107         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25108         addition to emacs-w3m.
25109
25110 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25111
25112         * assistant.el (assistant-authinfo-data): New function.
25113         (assistant-eval): Eval for entire assistant.
25114
25115         * netrc.el (netrc-services-file): New variable.
25116         (netrc-parse-services): New function.
25117         (netrc-find-service-name): New function.
25118         (netrc-find-service-number): New function.
25119         (netrc-port-equal): New function.
25120         (netrc-machine): Use it.
25121
25122         * nnimap.el (nnimap-open-connection): Use netrc.
25123
25124         * gnus-util.el (gnus-netrc-get): Remove aliases.
25125
25126         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25127
25128         * assistant.el (wid-edit): Fix compilation.
25129
25130         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25131
25132 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25133
25134         * gnus-util.el (gnus-set-file-modes): New function.  (small
25135         patch).
25136
25137 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25138
25139         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25140
25141         * assistant.el (assistant-render-node): Fix up rendering and
25142         read-only text.
25143         (assistant-render-node): Reset.
25144         (assistant-make-read-only): Not sticky.
25145
25146 2004-05-20  Danny Siu  <dsiu@adobe.com>
25147
25148         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25149         centered even when gnus-auto-center-summary is t.
25150
25151 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25152
25153         * dns.el (dns-get-txt-answer): New function.
25154         (dns-read-txt): Ditto.
25155         (query-dns): Use it.
25156
25157 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25158
25159         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25160         active for foreign groups even if the group level is higher than
25161         the specified value.
25162
25163 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25164
25165         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25166         non-active groups.
25167
25168         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25169
25170 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25171
25172         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25173
25174 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25175
25176         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25177         (spam-crm114-header, spam-crm114-spam-switch)
25178         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25179         (spam-crm114-positive-spam-header)
25180         (spam-crm114-database-directory, spam-list-of-processors)
25181         (spam-group-spam-processor-crm114-p)
25182         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25183         (spam-generic-score, spam-list-of-checks)
25184         (spam-list-of-statistical-checks, spam-registration-functions)
25185         (spam-check-crm114-headers, spam-crm114-score)
25186         (spam-check-crm114, spam-crm114-register-with-crm114)
25187         (spam-crm114-register-spam-routine)
25188         (spam-crm114-unregister-spam-routine)
25189         (spam-crm114-register-ham-routine)
25190         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25191
25192 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25193
25194         * gnus.el: Add spam-use-crm114.
25195
25196         * spam.el (spam-list-of-processors, spam-registration-functions):
25197         Add spam-use-resend.
25198         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25199         (spam-report-articles-gmane): Add doc fix.
25200         (spam-report-articles-resend, spam-report-resend-register-routine):
25201         Add wrappers around spam-report-resend-to.
25202
25203         * spam-report.el (spam-report-resend-to, spam-report-resend):
25204         Add support for resending spam.
25205         (spam-report-gmane): Fix line length >80.
25206
25207         * gnus.el (spam-process): Add spam-use-resend.
25208
25209 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25210
25211         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25212         number of processed spam messages.
25213         (spam-ham-copy-or-move-routine): Return the number of processed
25214         ham messages.
25215         (spam-summary-prepare-exit): Use the above values to decide
25216         whether status messages shouled be displayed.
25217
25218 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25219
25220         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25221         `rfc2047-encoding-function-alist' in order to avoid conflicting
25222         with the old version.
25223         (rfc2047-encode-region): Concatenate words containing non-ASCII
25224         characters in structured fields; don't encode space-delimited
25225         ASCII words even in unstructured fields; don't break words at
25226         char-category boundaries.
25227         (rfc2047-encode-1): New function.
25228         (rfc2047-encode): Use it; encode text so that it occupies the
25229         maximum width within 76-column; work correctly on Q encoding for
25230         iso-2022-* charsets.
25231         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25232         sure not to break a line just after the header name.
25233         (rfc2047-b-encode-region): Remove.
25234         (rfc2047-b-encode-string): New function.
25235         (rfc2047-q-encode-region): Remove.
25236         (rfc2047-q-encode-string): New function.
25237
25238         * mm-util.el (mm-replace-in-string): New function.
25239
25240 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25241
25242         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25243         Really get it right.
25244         (gnus-inews-make-draft): Really.
25245
25246 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25247
25248         * nnmh.el (nnmh-request-list-1): Don't check the link count
25249         before descending.  (small patch)
25250
25251 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25252
25253         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25254         stuff.
25255
25256         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25257         Match on real group name.
25258
25259         * gnus-art.el (gnus-signature-limit): Doc fix.
25260
25261         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25262
25263         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25264
25265 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25266
25267         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25268         isn't a string.
25269
25270 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25271
25272         * gnus-draft.el (gnus-draft-send):
25273         Bind rfc2047-encode-encoded-words.
25274
25275         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25276         (rfc2047-encodable-p): Say that =? needs encoding.
25277         (rfc2047-encode-encoded-words): New variable.
25278
25279         * gnus-group.el (gnus-group-select-group): Doc fix.
25280
25281         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25282
25283         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25284         to nil.
25285
25286         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25287
25288         * nnheader.el (nnheader-get-lines-and-char): New function.
25289
25290 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25291
25292         * gnus-msg.el (gnus-summary-followup-with-original):
25293         Document yanking of region when active.
25294
25295 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25296
25297         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25298         groups if the group level is higher than the specified value.
25299
25300 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25301
25302         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25303         (gnus-group-jump-to-group): Add prefix argument using
25304         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25305         non-active group.
25306
25307         * compface.el (uncompface): Be verbose when changing
25308         `uncompface-use-external'.
25309
25310         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25311         handle manual section.
25312
25313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25314
25315         * gnus-art.el (gnus-button-alist): Revert previous change.
25316
25317 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25318
25319         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25320
25321 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25322
25323         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25324         whether backend can accept message.
25325
25326         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25327
25328 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25329
25330         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25331         Avoid creating directory when nntp-marks-is-evil is true.
25332         Reported by Reiner Steib.
25333
25334 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25335
25336         * gnus-picon.el (gnus-picon-insert-glyph):
25337         Add optional `nostring' argument.
25338
25339 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25340
25341         * gnus-picon.el (gnus-picon-style): New variable.
25342         (gnus-picon-transform-address): Support `gnus-picon-style'.
25343
25344 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25345
25346         * message.el (message-fill-field): Return point.
25347         (message-generate-headers): Go to end of field.
25348
25349         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25350         stuff for non-living groups.
25351
25352 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * gnus-art.el (gnus-article-followup-with-original)
25355         (gnus-article-reply-with-original): gnus-mark-active-p ->
25356         gnus-region-active-p.
25357
25358 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25359
25360         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25361         only when there is spam or ham to be processed.
25362
25363 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25364
25365         * mail-source.el (mail-source-delete-crash-box): Refactor.
25366         (mail-source-fetch): Use it.
25367         (mail-source-fetch-file): Ditto.
25368         (mail-source-fetch-directory): Run postscript in loop.
25369         (mail-source-fetch-pop): Delete.
25370         (mail-source-fetch-maildir): Ditto.
25371         (mail-source-fetch-imap): Ditto.
25372
25373         * imap.el (imap-authenticators): Comment out sasl.
25374
25375         * message.el (message-skip-to-next-address): New function.
25376         (message-fill-header-address): Refactor.
25377         (message-fill-address): Use it.
25378         (message-delete-address): Use it.
25379         (message-fill-header-general): Refactor.
25380         (message-fill-field-address): Rename.
25381         (message-narrow-to-field): Find the start of the header.
25382         (message-header-format-alist): Don't pre-fill.
25383         (message-fill-header): Remove.
25384         (message-insert-header): New function.
25385         (message-shorten-references): Use it.
25386
25387         * rfc2047.el (rfc2047-field-value): Strip props.
25388
25389         * mail-parse.el (mail-header-make-address): New alias.
25390
25391         * ietf-drums.el (ietf-drums-make-address): New function.
25392
25393         * imap.el: Add compiler directives.
25394
25395         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25396
25397         * gnus-art.el (article-decode-idna-rhs): Don't use
25398         message-idna-inside-rhs-p.
25399
25400 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25401
25402         * message.el (message-idna-inside-rhs-p): Remove.
25403         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25404
25405         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25406         false positives.
25407
25408 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25409
25410         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25411
25412 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25413
25414         * nneething.el (nneething-file-name): Don't create spurious
25415         files.
25416
25417         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25418         (gnus-inews-do-gcc): Remove sleep.
25419
25420         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25421         part under point.
25422
25423         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25424         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25425
25426 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25427
25428         * spam.el (spam-summary-prepare-exit): Fix (length).
25429
25430 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25431
25432         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25433         as expired without moving it" message when there are spam
25434         messages left.
25435
25436 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25437
25438         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25439         header is not nil.
25440
25441 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25442
25443         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25444         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25445         (nntp-marks-changed-p): New arg SERVER.
25446         (nntp-request-update-info): Adjust caller.
25447
25448 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25449
25450         * nntp.el (nntp-save-marks): Pass missing arg.
25451
25452 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25453
25454         * nntp.el: Support marks.
25455         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25456         (nntp-marks-modtime, nntp-marks-directory): New variables.
25457         (nntp-request-set-mark, nntp-request-update-info)
25458         (nntp-possibly-create-directory, nntp-marks-changed-p)
25459         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25460         New functions.
25461
25462 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25463
25464         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25465         (gnus-xmas-redefine): Rename.
25466
25467         * gnus-score.el (gnus-score-insert-help):
25468         Use gnus-select-lowest-window.
25469
25470         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25471         appt-select-lowest-window and rename to gnus-select-lowest-window.
25472
25473         * gnus.el: do.
25474
25475 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25476
25477         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25478         encodings of MIME-encoded words, in order to improve
25479         interoperability with several broken MUAs.
25480
25481 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25482
25483         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25484         tags, only when charsets are not specified in headers.
25485         (mm-inline-text-html-render-with-w3m): Ditto.
25486
25487         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25488         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25489
25490 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25491
25492         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25493         instead of MIME-decoded from fields when checking
25494         `gnus-article-address-banner-alist'.
25495
25496 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25497
25498         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25499         description rather than subject.
25500
25501 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25502
25503         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25504
25505 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25506
25507         * gnus.el (gnus-version-number): Bump.
25508
25509 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25510
25511         * gnus.el: No Gnus v0.2 is released.
25512
25513 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25514
25515         * gnus-agent.el (gnus-agent-read-agentview):
25516         Inline gnus-uncompress-range.
25517
25518 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25519
25520         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25521         `exec-installed-p'.
25522
25523 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25524
25525         * gnus.el (spam-process, spam-autodetect-methods):
25526         Add bsfilter and bsfilter-headers.
25527
25528         * spam.el (spam-bsfilter): New customize group.
25529         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25530         (spam-bsfilter-header, spam-bsfilter-probability-header)
25531         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25532         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25533         (spam-bsfilter-database-directory): New options.
25534         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25535         (spam-list-of-statistical-checks, spam-registration-functions):
25536         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25537         (spam-bsfilter-score): New command.
25538         (spam-check-bsfilter-headers, spam-check-bsfilter)
25539         (spam-bsfilter-register-with-bsfilter)
25540         (spam-bsfilter-register-spam-routine)
25541         (spam-bsfilter-unregister-spam-routine)
25542         (spam-bsfilter-register-ham-routine)
25543         (spam-bsfilter-unregister-ham-routine): New functions.
25544         (spam-generic-score): Support bsfilter; Accept an optional argument
25545         to recalcurate spam score even if scoring header has already been
25546         added.
25547         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25548         optional argument to recalcurate spam score even if scoring header
25549         has already been added.
25550
25551 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25552
25553         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25554         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25555         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25556         link is missing.
25557
25558 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25559
25560         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25561         (html2text-get-attr): Rewrite.
25562
25563         * message.el (message-setup-1): Remove redundant put-text-property
25564         on mail-header-separator.
25565
25566 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25567
25568         * gnus-registry.el (gnus-registry-cache-whitespace)
25569         (gnus-registry-action, gnus-registry-spool-action)
25570         (gnus-registry-split-fancy-with-parent): Change message levels
25571         from 5 to 3 or 7, as needed.
25572
25573         * spam.el (spam-summary-prepare-exit)
25574         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25575         (spam-split, spam-find-spam, spam-log-undo-registration)
25576         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25577         level from 5 to 6.
25578
25579 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25580
25581         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25582         2004-03-04 change).
25583
25584 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25585
25586         * sieve-manage.el (sieve-manage-open):
25587         * nnweb.el (nnweb-insert-html):
25588         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25589         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25590         * nnspool.el (nnspool-request-group):
25591         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25592         * nnml.el (nnml-request-update-info):
25593         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25594         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25595         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25596         (nnimap-request-set-mark):
25597         * nnfolder.el (nnfolder-request-update-info):
25598         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25599         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25600         * gnus-uu.el (gnus-uu-find-articles-matching):
25601         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25602         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25603         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25604         * gnus-nocem.el (gnus-nocem-scan-groups):
25605         * gnus-int.el (gnus-start-news-server):
25606         * gnus-group.el (gnus-group-make-kiboze-group)
25607         (gnus-group-browse-foreign-server):
25608         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25609         Use mapc when appropriate.
25610
25611 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25612             Adam Sjøgren  <asjo@koldfront.dk>
25613             Wes Hardaker  <wes@hardakers.net>
25614             Michael Shields  <shields@msrl.com>
25615
25616         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25617         may need for spam sorting and scoring.
25618         (spam-user-format-function-S): Add user format function suitable for
25619         general use.
25620         (spam-article-sort-by-spam-status): Add sorting function for summary
25621         sorting.
25622         (spam-extra-header-to-number): Add function to get a score from a
25623         header.
25624         (spam-summary-score): Add function to get a numeric score from the
25625         headers.
25626         (spam-generic-score): Fix function doc, was in wrong place.
25627         (spam-initialize): Take symbols when it's run, and install the
25628         extra headers that spam-necessary-extra-headers thinks we need.
25629
25630 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25631
25632         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25633         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25634
25635 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25636
25637         * gnus-sum.el (gnus-set-global-variables)
25638         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25639         (gnus-article-get-xrefs, gnus-summary-best-group)
25640         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25641         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25642         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25643         Use with-current-buffer.
25644
25645 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25646
25647         * spam.el (spam-summary-prepare-exit): Simplify logic.
25648         (spam-fetch-article-header): Read the article header if it's not
25649         available.
25650         (spam-list-articles): Simplify logic.
25651         (spam-filelist-register-routine): Fix bug with unregister-list.
25652
25653         * gnus-registry.el: Fix comments at beginning.
25654
25655 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25656
25657         * message.el (message-cater-to-broken-inn): Remove.
25658         (message-shorten-references): Make sure the total folded length of
25659         References is shorter than 998 characters to cater to a bug in INN
25660         2.3.  Also, don't pretend that references aren't folded -- this
25661         hasn't worked for a while.
25662
25663 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25664
25665         * gnus-agent.el (gnus-agentize):
25666         gnus-agent-send-mail-real-function no longer set to current value
25667         of message-send-mail-function but rather a lambda that calls
25668         message-send-mail-function.  The change makes the agent real-time
25669         responsive to user changes to message-send-mail-function.
25670
25671 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25672
25673         * legacy-gnus-agent.el
25674         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25675         help from Florian Weimer <fw@deneb.enyo.de>
25676
25677 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25678
25679         * nnmail.el (nnmail-cache-insert): Revert last change.
25680
25681 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25682
25683         * nnmail.el (nnmail-cache-insert): Always check whether
25684         nnmail-cache-ignore-groups matches a group name.
25685
25686 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25687
25688         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25689         (spam-find-spam, spam-log-processing-to-registry)
25690         (spam-log-registered-p, spam-log-unregistration-needed-p)
25691         (spam-log-undo-registration): Use gnus-message instead of
25692         gnus-error, none of these errors are fatal.
25693
25694         * gnus-registry.el (gnus-registry-clean-empty-function)
25695         (gnus-registry-clean-empty): Remove only empty entries without
25696         extra data.
25697
25698 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25699
25700         * spam-stat.el (spam-stat-buffer-change-to-spam)
25701         (spam-stat-buffer-change-to-non-spam): Change (error) to
25702         (gnus-message 8) invocation.
25703
25704 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25705
25706         * nntp.el (nntp-via-netcat-command): New variable.
25707         (nntp-via-netcat-switches): New variable.
25708         (nntp-open-via-rlogin-and-netcat): New function.
25709         (nntp-open-connection-function): Doc fix.
25710         (nntp-telnet-command): Doc fix.
25711         (nntp-end-of-line): Doc fix.
25712         (nntp-via-rlogin-command): Doc fix.
25713         (nntp-via-user-name): Doc fix.
25714         (nntp-via-address): Doc fix.
25715
25716 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25717
25718         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25719         error in Emacs 21.1.
25720
25721 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25722
25723         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25724
25725 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25726
25727         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25728         (gnus-agent-with-refreshed-group): New macro.
25729         (gnus-agent-rename-group): New function.
25730         (gnus-agent-delete-group): New function.
25731         (gnus-agent-save-group-info): Use gnus-command-method when
25732         `method' parameter is nil.  Don't write nil entries into the
25733         active file.
25734         (gnus-agent-get-group-info): New function.
25735         (gnus-agent-fetch-articles):
25736         Use gnus-agent-update-files-total-fetched-for to increment disk space
25737         used.
25738         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25739         Use gnus-agent-update-view-total-fetched-for to increment disk space
25740         used.
25741         (gnus-agent-get-local): Add optional parameters to avoid calling
25742         gnus-group-real-name and gnus-find-method-for-group.
25743         (gnus-agent-set-local): Delete stored entry if either min, or max,
25744         are nil.
25745         (gnus-agent-fetch-session): Reworded error/quit messages.
25746         On quit, use gnus-agent-regenerate-group to record existance of any
25747         articles fetched to disk before the quit occurred.
25748         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25749         gnus-agent-update-view-total-fetched-for, and
25750         gnus-agent-update-files-total-fetched-for to decrement disk space
25751         used.
25752         (gnus-agent-retrieve-headers):
25753         Use gnus-agent-update-view-total-fetched-for to increment disk space
25754         used.
25755         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25756         with gnus-agent-update-files-total-fetched-for to decrement disk
25757         space and fresh group buffer.
25758         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25759         (gnus-agent-need-update-total-fetched-for): New variable.
25760         (gnus-agent-update-files-total-fetched-for): New function.
25761         (gnus-agent-update-view-total-fetched-for): New function.
25762         (gnus-agent-total-fetched-for): New function.
25763
25764         * gnus-cache.el (gnus-cache-save-buffers):
25765         Use gnus-cache-update-overview-total-fetched-for to change disk space
25766         used by this group.
25767         (gnus-cache-possibly-enter-article):
25768         Use gnus-cache-update-file-total-fetched-for to increment disk space
25769         used by this group.
25770         (gnus-cache-possibly-remove-article):
25771         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25772         used by this group.
25773         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25774         (gnus-cache-rename-group): New function.
25775         (gnus-cache-delete-group): New function.
25776         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25777         (gnus-cache-need-update-total-fetched-for): New variable.
25778         (gnus-cache-with-refreshed-group): New macro.
25779         (gnus-cache-update-file-total-fetched-for): New function.
25780         (gnus-cache-update-overview-total-fetched-for): New function.
25781         (gnus-cache-rename-group-total-fetched-for): New function.
25782         (gnus-cache-delete-group-total-fetched-for): New function.
25783         (gnus-cache-total-fetched-for): New function.
25784
25785         * gnus-group.el: Require gnus-sum and autoload functions to
25786         resolve warnings when gnus-group.el compiled alone.
25787         (gnus-group-line-format): Documented new %F.
25788         (size of Fetched data) group line format; identifies disk space
25789         used by agent and cache.
25790         (gnus-group-line-format-alist): Defined new F format.
25791         (gnus-total-fetched-for): New function.
25792         (gnus-group-delete-group): No longer update
25793         gnus-cache-active-altered as gnus-request-delete-group now keeps
25794         the cache in sync.
25795         (gnus-group-list-active): Let the agent store a server's active
25796         list if currently plugged.
25797
25798         * gnus-int.el (gnus-request-delete-group):
25799         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25800         local disk in sync with the server.
25801         (gnus-request-rename-group):
25802         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25803         local disk in sync with the server.
25804
25805         * gnus-start.el (gnus-get-unread-articles):
25806         Cosmetic simplification to logic.
25807
25808         * gnus-util.el (gnus-rename-file): New function.
25809
25810 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25811
25812         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25813
25814 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25815
25816         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25817         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25818
25819 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25820
25821         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25822         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25823
25824 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25825
25826         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25827
25828 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25829
25830         * spam.el (spam-set-difference): Add function to replace
25831         gnus-set-difference in spam.el.
25832         (spam-summary-prepare-exit): Use spam-set-difference.
25833
25834 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25835
25836         * gnus-registry.el (gnus-registry-cache-file): Update to use
25837         gnus-dribble-directory OR gnus-home-directory OR ~.
25838         (gnus-registry-split-fancy-with-parent): Fix doc.
25839
25840 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25841
25842         * message.el (message-exchange-point-and-mark):
25843         Use message-mark-active-p.  Suggested by Jesper Harder
25844         <harder@ifa.au.dk>.
25845
25846 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * message.el (message-exchange-point-and-mark): Don't activate
25849         region if it was inactive.  Suggested by Hiroshi Fujishima
25850         <pooh@nature.tsukuba.ac.jp>.
25851
25852 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25853
25854         * gnus-art.el (article-display-face): Display Faces in the same
25855         order as X-Faces.
25856
25857 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25858
25859         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25860
25861 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25862
25863         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25864         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25865         (gnus-article-mime-hierarchy): Remove.
25866         (gnus-article-mime-hierarchy-next): Remove.
25867         (gnus-article-mode): Revert 2004-03-19 change.
25868         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25869         (gnus-insert-mime-button): Revert 2004-03-19 change.
25870         (gnus-mime-accumulate-hierarchy): Remove.
25871         (gnus-mime-enter-multipart): Remove.
25872         (gnus-mime-leave-multipart): Remove.
25873         (gnus-mime-display-part): Revert 2004-03-19 change.
25874         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25875
25876         * mml.el (mml-preview): Revert 2004-03-19 change.
25877
25878 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25879
25880         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25881
25882 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25883
25884         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25885         t while entering a file name using the mm-with-multibyte macro.
25886         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25887
25888         * mm-util.el (mm-with-multibyte): New macro.
25889
25890 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25891
25892         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25893         New user option.
25894         (gnus-mime-multipart-functions): Doc and customization fix.
25895         (gnus-article-mime-hierarchy): New variable.
25896         (gnus-article-mime-hierarchy-next): New variable.
25897         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25898         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25899         gnus-article-mime-hierarchy-next to nil.
25900         (gnus-insert-mime-button): Show hierarchy numbers.
25901         (gnus-mime-accumulate-hierarchy): New function.
25902         (gnus-mime-enter-multipart): New function.
25903         (gnus-mime-leave-multipart): New function.
25904         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25905         (gnus-mime-display-alternative): Show hierarchy numbers.
25906
25907         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25908         gnus-article-mime-hierarchy-next to nil.
25909
25910 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25911
25912         * dns.el: Don't require gnus-xmas.
25913
25914 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25915
25916         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25917         inline PGP.
25918         (mml-menu): Disable mml-quote-region if mark is inactive.
25919
25920 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25921
25922         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25923         when the group's active is not available.
25924
25925 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25926
25927         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25928         error.
25929
25930 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25931
25932         * imap.el (imap-store-password): New variable.
25933         (imap-interactive-login): Use it.
25934         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25935
25936 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25937
25938         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25939         window-start and hscroll to summary window.
25940
25941 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25942
25943         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25944         conversion message to newsrc-dribble when an actual conversion is
25945         performed.
25946
25947 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25948
25949         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25950
25951 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25952
25953         * mm-decode.el (mm-complicated-handles): New function reviving
25954         former definition of mm-multiple-handles.
25955
25956         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25957         (gnus-mime-delete-part): Use it.
25958
25959 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25960
25961         * gnus-agent.el (gnus-agent-read-local):
25962         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25963         avoid the implicit assumption that they will always be equal.
25964         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25965         coding-system-for-write, as the with-temp-file macro first prints
25966         to a buffer then saves the buffer.
25967
25968 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25969
25970         * gnus-art.el (gnus-article-edit-part): New function.
25971         (gnus-mime-save-part-and-strip): Use it; do query instead of
25972         signaling an error; don't use mm-multiple-handles.
25973         (gnus-mime-delete-part): Ditto.
25974
25975 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25976
25977         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25978         old file versions.
25979         (gnus-group-prepare-hook): Remove function that converted list
25980         form of gnus-agent-expire-days to group properties.
25981
25982         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25983         (gnus-request-accept-article): Re-indented.
25984
25985         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25986         converters to handle old agent file formats.  Add logic for a
25987         "backup before upgrading warning".
25988         (gnus-convert-mark-converter-prompt): Developers can mark
25989         functions as needing (default), or not needing,
25990         gnus-convert-old-newsrc's "backup before upgrading warning".
25991         (gnus-convert-converter-needs-prompt): Tests whether the user
25992         should be protected from potentially irreversable changes by the
25993         function.
25994
25995         * legacy-gnus-agent.el: New.  Provides converters that are only
25996         loaded when gnus-convert-old-newsrc needs to call them.
25997
25998 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25999
26000         * mail-source.el (mail-source-touch-pop): Doc fix.
26001
26002         * message.el (message-smtpmail-send-it): Doc fix.
26003
26004 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26005
26006         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26007
26008         * nnmail.el (nnmail-split-fancy): do.
26009
26010         * gnus-kill.el (gnus-kill, gnus-execute): do.
26011
26012 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26013
26014         * gnus-sum.el (gnus-widget-reversible-match)
26015         (gnus-widget-reversible-to-internal)
26016         (gnus-widget-reversible-to-external): New functions.
26017         (gnus-widget-reversible): New widget.
26018         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26019
26020 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26021
26022         * gnus-sum.el (gnus-thread-sort-functions)
26023         (gnus-article-sort-functions): Document `(not F)' items.
26024
26025 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26026
26027         * spam.el (spam-use-gmane-xref): Add new backend.
26028         (spam-gmane-xref-spam-group): Add variable to control the name of the
26029         Gmane spam group.
26030         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26031         (spam-regex-headers-spam, spam-regex-headers-ham)
26032         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26033         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26034         backends and checks.
26035         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26036
26037         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26038         an autodetect method.
26039
26040 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26041
26042         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26043         articles are being added to a group.
26044         (gnus-request-replace-article): Inform the agent that articles
26045         need to be uncached as the cached contents are no longer valid.
26046
26047 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26048
26049         * binhex.el: Don't autoload executable-find.
26050
26051         * canlock.el: Don't autoload mail-fetch-field.
26052
26053         * dgnushack.el: Autoload c-mode for XEmacs.
26054
26055         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26056
26057         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26058         rmail-dont-reply-to and rmail-output.
26059
26060         * gnus-score.el: Don't autoload ffap-string-at-point.
26061
26062         * gnus-setup.el: Don't autoload sc-cite-original.
26063
26064         * imap.el: Don't autoload base64-decode-string,
26065         base64-encode-string and md5.
26066
26067         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26068         and rmail-msg-restore-non-pruned-header.
26069
26070         * mm-decode.el: Don't autoload executable-find.
26071
26072         * mm-url.el: Don't autoload executable-find.
26073
26074         * mm-view.el: Don't autoload diff-mode.
26075
26076         * nndb.el: Don't autoload news-reply-mode, news-setup,
26077         cancel-timer and telnet.
26078
26079         * password.el: Don't autoload run-at-time for Emacs.
26080
26081         * sha1-el.el: Don't autoload executable-find.
26082
26083         * sieve-mode.el: Don't autoload c-mode.
26084
26085         * uudecode.el: Don't autoload executable-find.
26086
26087 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26088
26089         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26090         (gnus-agent-possibly-alter-active): Avoid null in numeric
26091         comparison.
26092         (gnus-agent-set-local): Refuse to save null in local object table.
26093         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26094         list of articles that will be marked as unread.
26095
26096 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26097
26098         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26099
26100 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26101
26102         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26103         language tags.
26104
26105 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26106
26107         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26108         Don't bind "obarray".
26109
26110         * gnus-sum.el (gnus-thread-sort-functions):
26111         Add `gnus-thread-sort-by-most-recent-number' and
26112         `gnus-thread-sort-by-most-recent-date'.
26113         Reported by Kai Grossjohann <kai@emptydomain.de>.
26114
26115 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26116
26117         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26118
26119 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26120
26121         * gnus-cus.el (gnus-agent-customize-category):
26122         Remove ignore-errors macro reference that required cl to be loaded at
26123         run-time.
26124
26125         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26126         single-interval range of the form (min . max).  Previously the
26127         range had to look like ((min . max)).  Likewise, return
26128         (min . max) rather than ((min . max)).
26129         (gnus-range-map): Use gnus-range-normalize to accept
26130         single-interval range.
26131
26132         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26133         the cache, but not the agent, now appear with their usual face.
26134
26135         * dgnushack.el (loaddir): New variable that is bound to the
26136         directory containing the dgnushack.el file.  Use loaddir, rather
26137         than srcdir, to update load-path.  Change lets dgnushack compile
26138         code in directories other than GNUS/lisp.
26139
26140 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26141
26142         * lpath.el: Don't bind w3m-safe-url-regexp.
26143
26144         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26145         w3m-safe-url-regexp variable buffer-local.
26146
26147         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26148
26149 2004-02-27  Simon Josefsson  <jas@extundo.com>
26150
26151         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26152         gnus-group-real-prefix.
26153         (gnus-summary-move-article): Use it, instead of
26154         gnus-group-real-prefix.
26155
26156 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26157
26158         * lpath.el: Bind w3m-safe-url-regexp.
26159
26160         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26161         w3m-safe-url-regexp variable buffer-local and set it as the value
26162         of mm-w3m-safe-url-regexp.
26163
26164         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26165
26166         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26167         parsing gnus-posting-styles when the message is not for replying.
26168
26169         * dgnushack.el: Autoload sgml-mode for XEmacs.
26170
26171         * nnrss.el (nnrss-opml-export):
26172         Use mm-set-buffer-file-coding-system instead of
26173         set-buffer-file-coding-system.
26174
26175 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26176
26177         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26178         of checkdoc.el).
26179         * nnrss.el: do.
26180         * gnus-mlspl.el: do.
26181         * gnus-ml.el: do.
26182         * gnus-srvr.el: do.
26183
26184         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26185
26186 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26187
26188         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26189         Corrections to custom-manual links.
26190
26191         * gnus-art.el (gnus-article): Ditto.
26192
26193         * mm-decode.el (mime-display, mime-security): Ditto.
26194
26195 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26196
26197         * flow-fill.el: Typo.
26198
26199 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26200
26201         * spam-wash.el: New file.
26202
26203 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26204
26205         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26206
26207 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26208
26209         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26210         to be run with new-articles as LIST1, not LIST2.
26211         (spam-registration-functions): Add spam-use-ham-copy as a nil
26212         registration backend.
26213
26214 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26215
26216         * spam-stat.el (spam-stat-washing-hook): New option.
26217         (spam-stat-buffer-words): Use it.
26218         (spam-stat-process-directory, spam-stat-test-directory):
26219         Use insert-file-contents-literally.
26220         (spam-stat-coding-system): New variable.
26221         (spam-stat-load, spam-stat-save): Use it.
26222
26223 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26224
26225         * spam-report.el (spam-report-plug-agent):
26226         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26227
26228 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26229
26230         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26231         Allow / in mailto URLs.
26232
26233 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26234
26235         * spam-report.el (spam-report-process-queue): Fix interactive use.
26236         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26237         (spam-report-unplug-agent): Doc fixes.
26238         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26239         (spam-report-agentize, spam-report-deagentize): Autoload.
26240
26241 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26242
26243         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26244
26245         * message.el (message-setup-fill-variables): Add mml tags to
26246         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26247         <ajk@iu.edu>.
26248         (message-mode): Don't modify paragraph-separate there.
26249
26250 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26251
26252         * compface.el (uncompface-use-external): Default to undecided.
26253         (uncompface-use-external-threshold): New variable.
26254         (uncompface-float-time): New macro.
26255         (uncompface): Determine whether to use the external decoder if
26256         uncompface-use-external is undecided.
26257
26258 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26259
26260         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26261         after images.
26262
26263         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26264
26265 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26266
26267         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26268
26269         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26270
26271         * gnus-sum.el (gnus-summary-limit-to-age)
26272         (gnus-summary-limit-children): do.
26273
26274         * gnus-int.el (gnus-request-scan): do.
26275
26276         * gnus-group.el (gnus-group-suspend): do.
26277
26278         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26279
26280         * gnus-cite.el (gnus-cite-parse-attributions): do.
26281
26282         * gnus-agent.el (gnus-summary-set-agent-mark)
26283         (gnus-agent-regenerate-group): do.
26284
26285         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26286
26287         * binhex.el (binhex-decode-region-internal): do.
26288
26289 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26290
26291         * gnus-fun.el (gnus-face-properties-alist): New user option.
26292         (gnus-display-x-face-in-from): Use it.
26293
26294         * gnus-art.el (article-display-face): Ditto.
26295
26296         * compface.el (uncompface-use-external): Default to nil.
26297
26298 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26299
26300         * nntp.el (nntp-erase-buffer): New function.
26301         (nntp-retrieve-data, nntp-send-command)
26302         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26303         (nntp-possibly-change-group): Use it.
26304
26305         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26306         Use with-current-buffer.
26307
26308 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26309
26310         * compface.el: Merge the ELisp-based uncompface program.
26311         (compface): New customization group.
26312         (uncompface-use-external): New user option.
26313         (uncompface): Call uncompface-internal if uncompface-use-external
26314         is nil.
26315         (uncompface-internal): New function.  Note that there are also
26316         some other functions and variables added for this function.
26317
26318 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26319
26320         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26321         if necessary.
26322
26323 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26324
26325         * spam-report.el (spam-report-unplug-agent)
26326         (spam-report-plug-agent, spam-report-deagentize)
26327         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26328         Add support for the Agent in spam-report: when unplugged, report to a
26329         file; when plugged, submit all the requests.
26330
26331         * spam.el (spam-register-routine): Fix message about
26332         registration.
26333
26334 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26335
26336         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26337         dependencies.
26338         (rfc2047-encode): Use it.
26339
26340         * gnus-art.el (gnus-button-marker-list): Move before first
26341         reference.
26342
26343         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26344         (imap-parse-body): Fix format string mismatch.
26345
26346         * gnus-score.el (gnus-summary-increase-score): do.
26347
26348         * nnrss.el (nnrss-close): New function.
26349
26350 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26351
26352         * nnrss.el (nnrss-make-filename): New function.
26353         (nnrss-request-delete-group, nnrss-read-server-data)
26354         (nnrss-save-server-data, nnrss-read-group-data)
26355         (nnrss-save-group-data): Use it.
26356         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26357         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26358         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26359
26360 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26361
26362         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26363
26364 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26365
26366         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26367         files.
26368
26369         * message.el (message-generate-headers-first): Don't quote nil
26370         and t in docstrings.
26371
26372         * imap.el (imap-id): do.
26373
26374         * gnus-agent.el (gnus-agent-consider-all-articles)
26375         (gnus-agent-queue-mail): do.
26376
26377 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26378
26379         * spam-report.el (spam-report-process-queue): New function.
26380         Process requests from `spam-report-requests-file'.
26381         (spam-report-process-queue): Doc fix.
26382
26383 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26384
26385         * spam.el (spam-register-routine)
26386         (spam-log-processing-to-registry, spam-log-registered-p)
26387         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26388         Change "check" to "spam-check" for semi-clarity.
26389
26390 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26391
26392         * pop3.el: Require nnheader.
26393
26394         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26395
26396         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26397
26398         * gnus-picon.el: Require cl.
26399
26400         * gnus-fun.el: Require gnus-ems and gnus-util.
26401
26402         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26403
26404         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26405
26406         * gnus-art.el (gnus-article-edit-mode): Define before first
26407         reference.
26408
26409 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26410
26411         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26412         (gnus-uu-post-encoded): Use point-at-bol.
26413
26414         * gnus-topic.el (gnus-group-active-topic-p): do.
26415
26416         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26417
26418         * gnus-group.el (gnus-group-kill-region): do.
26419
26420         * gnus-art.el (article-date-ut): do.
26421
26422         * message.el (message-fetch-field): Remove redundant
26423         case-fold-search binding.
26424         (message-narrow-to-field): Simplify.
26425
26426 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26427
26428         * spam.el (spam-directory): Derive from `gnus-directory'.
26429
26430         * spam-report.el (spam-report-url-to-file)
26431         (spam-report-requests-file): New function and variable for offline
26432         reporting.
26433         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26434         and user defined function.
26435         (spam-report-url-ping-mm-url): Remove doubled slash.
26436
26437 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26438
26439         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26440
26441 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26442
26443         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26444         Fix format string mismatch.
26445
26446         * sieve.el (sieve-deactivate-all): do.
26447
26448         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26449
26450         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26451
26452         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26453
26454         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26455
26456 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26457
26458         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26459         the list of checks.
26460
26461 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26462
26463         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26464         padding.
26465
26466 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26467
26468         * mm-view.el (mm-fill-flowed): New variable.
26469         (mm-inline-text): Use it.
26470
26471 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26472
26473         * spam.el (spam-spamassassin-register-ham-routine)
26474         (spam-spamassassin-register-spam-routine): Fix function names.
26475
26476 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26477
26478         * gnus.el (gnus-tmp-grouplens): Remove.
26479         (gnus-summary-line-format): Remove grouplens.
26480
26481         * gnus-group.el (gnus-group-line-format): Ditto.
26482
26483         * gnus-spec.el (gnus-format-specs): Ditto.
26484         (gnus-update-format-specifications): Flush the group format spec
26485         cache if there's the grouplens stuff.
26486         (gnus-parse-simple-format): Replace %l with the empty string.
26487
26488 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26489
26490         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26491         omission.
26492
26493 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26494
26495         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26496         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26497
26498 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26499
26500         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26501         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26502         New macros and functions.
26503         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26504         Handle > NLINK_MAX messages.
26505         * nnmaildir.el (nnmaildir-request-set-mark):
26506         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26507
26508 2004-01-25  Alex Schroeder  <alex@gnu.org>
26509
26510         * spam-stat.el (spam-stat-process-directory-age): New option.
26511         (spam-stat-process-directory): Use it.
26512
26513 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26514
26515         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26516         (spam-stat-save): Accept prefix argument.
26517
26518 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26519
26520         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26521         links" error.
26522
26523 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26524
26525         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26526         the rest of the and/or forms.
26527
26528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26529
26530         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26531         compatibility with old .newsrc.eld files.
26532
26533         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26534
26535         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26536
26537         * gnus-start.el (gnus-1): do.
26538
26539         * gnus-group.el (gnus-group-line-format-alist): do.
26540
26541         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26542
26543         * gnus-gl.el: Remove.
26544
26545 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26546
26547         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26548         marks consisting of a single range {for example, (3 . 5)} rather
26549         than a list of a single range { ((3 . 5)) }.
26550
26551 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26552
26553         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26554         Use with-current-buffer.
26555         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26556         avoid consing a string.
26557
26558         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26559         Remove obsolete entries for big5 and gb2312.
26560
26561 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26562
26563         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26564         uncompressed list.
26565
26566 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26567
26568         * spam-stat.el (spam-stat-strip-xref): New function.
26569         (spam-stat-process-directory): Use it.
26570
26571         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26572         here -- it's done in message-fetch-field.
26573
26574 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26575
26576         * gnus-agent.el (gnus-agent-queue-mail)
26577         (gnus-agent-prompt-send-queue): New variables.
26578         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26579         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26580         "nndraft:queue" along to gnus-draft-send.
26581         Use gnus-agent-prompt-send-queue.
26582         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26583         is "nndraft:queue".  Suggested by Gaute Strokkenes
26584         <gs234@srcf.ucam.org>
26585
26586         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26587         (agent-enable-undownloaded-faces): Add.
26588         (gnus-agent-cat-groups): Use eval-and-compile, not
26589         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26590         method of gnus-agent-cat-groups even when the buffer has been
26591         evaled.
26592         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26593         delete gnus-agent-save-active-1.
26594         (gnus-agent-save-groups): Delete.  Identical to
26595         gnus-agent-save-active.
26596         (gnus-agent-write-active): No longer adjust agent's copy of active
26597         file as agent's adjustments are now stored in their own
26598         file.  Remove optional parameter.
26599         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26600         servers.  Add use of min/max range limits from server's local
26601         file.
26602         (gnus-agent-save-alist): Remove unused optional argument.
26603         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26604         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26605         (gnus-agent-set-local): A per-server file that keeps min/max range
26606         limits for articles known to the agent.  Provides a fast mechanism
26607         for altering many active ranges.
26608         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26609         active file (local makes it unnecessary).
26610         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26611
26612         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26613         (agent-enable-undownloaded-faces): Add.
26614
26615         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26616         disable it when sending to "nndraft:queue".
26617         (gnus-group-send-queue): Add safety check to avoid sending queue
26618         when unplugged.
26619
26620         * gnus-group.el (gnus-group-catchup): Use new
26621         gnus-sequence-of-unread-articles, not
26622         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26623         numbers of articles.  Use gnus-range-map to avoid having to
26624         uncompress the unread list.
26625         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26626         Fix invalid ange-ftp reference.
26627
26628         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26629         (gnus-sorted-range-intersection): Intersection of two ranges
26630         without requiring that they first be uncompressed.
26631
26632         * gnus-start.el (gnus-activate-group): Unless blocked by the
26633         caller, possibly expand the active range to include both cached
26634         and agentized articles.
26635         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26636         multiple version-dependent converters.
26637         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26638         gnus-agent-save-active.
26639         (gnus-save-newsrc-file): Save dirty agent range limits.
26640
26641         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26642         gnus-agent-possibly-alter-active.
26643         (gnus-adjust-marked-articles): Faster handling of simple lists.
26644
26645 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26646
26647         * spam-stat.el (spam-stat-test-directory): New optional argument
26648         displays a list of files detected.  Suggested by Andrew Cohen
26649         <cohen@andy.bu.edu>.
26650         (spam-stat-buffer-words-with-scores): Don't narrow and change
26651         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26652
26653 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26654
26655         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26656         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26657         (spam-spamassassin-arguments)
26658         (spam-spamassassin-spam-flag-header)
26659         (spam-spamassassin-positive-spam-flag-header)
26660         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26661         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26662         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26663         (spam-list-of-processors, spam-list-of-checks)
26664         (spam-list-of-statistical-checks, spam-registration-functions)
26665         (spam-check-spamassassin-headers, spam-check-spamassassin)
26666         (spam-spamassassin-score)
26667         (spam-spamassassin-register-with-sa-learn)
26668         (spam-spamassassin-register-spam-routine)
26669         (spam-spamassassin-register-ham-routine)
26670         (spam-assassin-register-spam-routine)
26671         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26672         (spam-bogofilter-score): Fix to show article before scoring.
26673
26674 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26675
26676         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26677         default scoring function.
26678         (spam-generic-score): Call spam-spamassassin-score if
26679         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26680         spam-bogofilter-score otherwise.
26681
26682         * gnus.el (spam-process, spam-autodetect-methods):
26683         Add spamassassin and spamassassin-headers.
26684
26685 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26686
26687         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26688         Suppress unnecessary messages.
26689
26690 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26691
26692         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26693         make-hash-table.
26694
26695 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26696
26697         * canlock.el (base64-encode-string): Don't autoload it.
26698
26699 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26700
26701         * run-at-time.el: Remove useless (require 'itimer),
26702         eval-and-compile and (featurep 'xemacs).
26703
26704 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26705
26706         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26707         GROUP is a virtual group.
26708
26709 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26710
26711         * gnus.el: Autoload `message-y-or-n-p'.
26712
26713 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26714
26715         * pgg-parse.el: Remove unnecessary (require 'custom).
26716
26717         * pgg-def.el: do.
26718
26719         * nnmail.el: do.
26720
26721         * gnus-undo.el: do.
26722
26723         * gnus-picon.el: do.
26724
26725         * gnus-util.el: do.
26726
26727 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26728
26729         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26730
26731 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26732
26733         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26734         handle, as well as a list.
26735
26736         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26737         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26738         (mm-w3m-cid-retrieve): Simplify.
26739
26740 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26741
26742         * message.el (message-kill-to-signature): Allow prefix arg to
26743         specify number of lines to keep before signature.
26744
26745 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26746
26747         * message.el (message-kill-to-signature): Change docstring.
26748
26749 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26750
26751         * canlock.el: Always require sha1-el.
26752         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26753
26754         * message.el: Autoload sha1 only when compiling.
26755
26756         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26757         eudc-expand-inline for XEmacs.
26758
26759 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26760
26761         * message.el (message-canlock-generate): Require sha1-el.
26762
26763 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26764
26765         * message.el (message-expand-name): Silence the byte compiler.
26766
26767         * lpath.el: Add detect-coding-system.
26768
26769         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26770         cus-edit.
26771
26772 2004-01-13  Simon Josefsson  <jas@extundo.com>
26773
26774         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26775         Invoke gnus-score-mode.
26776         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26777
26778         * gnus-range.el (gnus-compress-sequence): Doc fix.
26779         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26780
26781 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26782
26783         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26784
26785 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26786
26787         * spam.el (spam-get-article-as-string): Update to use
26788         gnus-request-article-this-buffer, much simpler.
26789         (spam-get-article-as-buffer): Remove.
26790
26791 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26792
26793         * message.el (message-expand-name): Use EUDC if the user uses that.
26794
26795 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26796
26797         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26798         character for the encoding to avoid consing a string.
26799
26800         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26801         unnecessarily.
26802
26803         * mm-util.el (mm-replace-chars-in-string): Remove.
26804
26805         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26806         of mm-replace-chars-in-string.
26807
26808 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26809
26810         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26811
26812         * mm-util.el (mm-subst-char-in-string): Support inplace.
26813
26814         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26815         a new string in every iteration.  Use shy groups.
26816
26817 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26818
26819         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26820         * gnus-soup.el (gnus-soup-group-brew):
26821         * gnus-msg.el (gnus-put-message):
26822         * gnus-move.el (gnus-group-move-group-to-server):
26823         * gnus-kill.el (gnus-batch-score):
26824         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26825         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26826         (gnus-group-update-group, gnus-group-read-group)
26827         (gnus-group-make-group, gnus-group-make-help-group)
26828         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26829         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26830         (gnus-group-sort-by-unread, gnus-group-catchup)
26831         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26832         (gnus-group-yank-group, gnus-group-set-info)
26833         (gnus-group-list-groups):
26834         * gnus.el (gnus-generate-new-group-name):
26835         * gnus-delay.el (gnus-delay-send-queue):
26836         * nnvirtual.el (nnvirtual-catchup-group):
26837         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26838         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26839         (gnus-group-prepare-topics, gnus-topic-check-topology):
26840         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26841         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26842         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26843         (gnus-group-make-articles-read):
26844         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26845         (gnus-group-change-level, gnus-kill-newsgroup)
26846         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26847         (gnus-get-unread-articles, gnus-make-articles-unread)
26848         (gnus-make-ascending-articles-unread): Use accessor
26849         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26850         to get group information for improved readability.
26851
26852
26853 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26854
26855         * gnus-art.el (article-decode-mime-words, article-babel)
26856         (gnus-article-highlight-signature, gnus-article-add-buttons)
26857         (gnus-signature-toggle): Use gnus-with-article-buffer.
26858
26859         * gnus-art.el (gnus-article-highlight-headers)
26860         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26861
26862         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26863         (gnus-article-set-globals, gnus-request-article-this-buffer)
26864         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26865         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26866         (gnus-mime-display-alternative): Use with-current-buffer.
26867
26868 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26869
26870         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26871         also under 80 char limit, and call gnus-error if needed.
26872         (spam-fetch-article-header): Fix - it was a
26873         buffer-local variable (gnus-newsgroup-data).
26874         (spam-find-spam): Use spam-generate-fake-headers, forget about
26875         spam-insert-fake-headers.
26876         (spam-insert-fake-headers): Remove.
26877
26878 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26879
26880         * deuglify.el (gnus-article-outlook-unwrap-lines)
26881         (gnus-outlook-rearrange-article)
26882         (gnus-outlook-repair-attribution-outlook)
26883         (gnus-outlook-repair-attribution-block)
26884         (gnus-outlook-repair-attribution-other): Remove redundant
26885         save-excursion.
26886
26887 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26888
26889         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26890         (spam-fetch-field-subject-fast)
26891         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26892         (spam-fetch-article-header): Add functions to deal with Gnus
26893         internals for fast retrieval of article header data.
26894         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26895
26896 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * pop3.el (pop3-md5): Remove.
26899         (pop3-apop): Replace pop3-md5 with md5.
26900
26901         * mm-bodies.el: base64 is always built-in.
26902
26903         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26904         Use with-current-buffer.
26905
26906 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26907
26908         * canlock.el (canlock-insert-header): Remove excessive grouping in
26909         regexp.
26910
26911         * gnus-sum.el (gnus-summary-read-document): Ditto.
26912
26913         * gnus-uu.el (gnus-uu-part-number): Ditto.
26914
26915         * html2text.el (html2text-remove-tags): Ditto.
26916         (html2text-format-tags): Ditto.
26917         (html2text-format-single-elements): Ditto.
26918
26919         * mml.el (mml-parse-1): Ditto.
26920
26921 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26922
26923         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26924
26925         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26926
26927         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26928
26929         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26930
26931 2003-11-15  Simon Josefsson  <jas@extundo.com>
26932
26933         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26934         (pgg-gpg-lookup-key): Use regexp match instead of
26935         split-string (split-string is different between emacs 21.2 and
26936         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26937
26938 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26939
26940         * gnus-art.el (gnus-mime-view-all-parts)
26941         (gnus-article-part-wrapper, gnus-article-view-part):
26942         Use with-current-buffer.
26943
26944 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26945
26946         * spam.el (spam-disable-spam-split-during-ham-respool)
26947         (spam-spamoracle-database, spam-cache-lookups)
26948         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26949         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26950         (spam-group-ham-marks, spam-group-spam-marks)
26951         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26952         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26953         also add spam-use-blackholes to the statistical checks.
26954         (spam-fetch-field-fast): Add interface to fetching fields, may
26955         become a macro.
26956         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26957         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26958         (spam-insert-fake-headers): Fake an article when needed.
26959         (spam-find-spam): Fake article when possible.
26960         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26961         (spam-check-bogofilter-headers): Use message-fetch-field instead
26962         of nnmail-fetch-field.
26963
26964 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26965
26966         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26967
26968 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26969
26970         * spam.el (spam-split): Do not require spam-use-CHECK to be
26971         enabled if that check is passed to spam-split explicitly; also
26972         fix so 'spam doesn't get converted to spam-split-group when
26973         spam-split-symbolic-return is t.
26974         (spam-find-spam): Find registrations of the article and use those
26975         instead of re-running spam-split to find the spam/ham
26976         classification of the article.
26977         (spam-log-processing-to-registry, spam-log-registered-p)
26978         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26979         Use gnus-error instead of gnus-message.
26980         (spam-log-registration-type): Add function to determine the
26981         classification of a message based on registry entries; will
26982         return nil if both 'spam and 'ham are found.
26983         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26984         a reasonably fast local cache without the loading errors.
26985         (spam-cache-lookups): Set to t by default.
26986         (spam-find-spam): Don't try to guess spam-cache-lookups.
26987         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26988         spam-caches entry.
26989         (spam-filelist-build-cache, spam-filelist-check-cache):
26990         Fix caching of whitelist/blacklist entries.
26991         (spam-check-whitelist, spam-check-blacklist):
26992         Invoke spam-from-listed-p with a type, not a cache variable.
26993         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26994
26995 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26996
26997         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26998
26999         * nnmail.el (nnmail-split-fancy): do.
27000
27001         * mml.el (mml-parse): do.
27002
27003         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27004         (gnus-score-adaptive): do.
27005
27006 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27007
27008         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27009         (gnus-mime-button-map): Don't set keymap parent.
27010         (gnus-button-ctan-directory-regexp): Use shy grouping.
27011         (gnus-prev-page-map): Don't set keymap parent.
27012         (gnus-prev-page-map): Remove duplicated one.
27013         (gnus-next-page-map): Don't set keymap parent.
27014         (gnus-mime-security-button-map): Ditto.
27015
27016         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27017         version number.
27018
27019         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27020
27021 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27022
27023         * canlock.el (canlock-sha1-function): Remove.
27024         (canlock-sha1-function-for-verify): Remove.
27025         (canlock-openssl-program): Remove.
27026         (canlock-openssl-args): Remove.
27027         (canlock-ignore-errors): Remove.
27028         (canlock-sha1-with-openssl): Remove.
27029         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27030         (canlock-verify): Don't use canlock-ignore-errors.
27031
27032         * sha1-el.el (sha1-string-external): Make it can return a string
27033         in binary form.
27034         (sha1-region-external): Ditto.
27035         (sha1-string-internal): Ditto.
27036         (sha1-region-internal): Ditto.
27037         (sha1-region): Ditto.
27038         (sha1-string): Ditto.
27039         (sha1): Ditto.
27040
27041 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27042
27043         * spam.el (spam-report-articles-gmane): New command.
27044
27045 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27046
27047         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27048
27049         * run-at-time.el (run-at-time-saved): Remove.
27050         (run-at-time): Doc fix.
27051
27052 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27053
27054         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27055         (gnus-summary-limit-map): Add it.
27056         (gnus-summary-make-menu-bar): do.
27057
27058 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27059
27060         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27061         Make attempt at some caching support (done for BBDB only now).
27062         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27063         addresses to be checked.
27064         (spam-clear-cache-BBDB): Add function, to be invoked by
27065         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27066         (spam-check-BBDB): Check and use the caches, if
27067         spam-cache-lookups is on, remove superfluous (provide).
27068
27069 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27070
27071         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27072
27073 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27074
27075         * run-at-time.el (run-at-time-saved): Move to after the definition
27076         of `run-at-time'.
27077
27078         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27079
27080 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27081
27082         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27083         mm-w3m-local-map-property.
27084
27085         * mm-view.el (mm-w3m-mode-map): Remove.
27086         (mm-w3m-local-map-property): Remove.
27087         (mm-inline-text-html-render-with-w3m): Don't use
27088         mm-w3m-local-map-property.
27089
27090 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27091
27092         * run-at-time.el: New file.
27093
27094         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27095         under Emacs.
27096
27097         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27098         of gnus-set-text-properties.
27099
27100         * gnus-uu.el (gnus-uu-save-article): Ditto.
27101
27102         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27103
27104         * gnus-cite.el (gnus-cite-parse): Ditto.
27105
27106         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27107         of gnus-.
27108
27109         * gnus-xmas.el (run-at-time): Require run-at-time.
27110
27111         * gnus.el: Change calls to nnheader-run-at-time and
27112         password-run-at-time throughout to use run-at-time directly.
27113
27114         * password.el: Remove definition of run-at-time.
27115
27116         * nnheaderxm.el: Remove definition of run-at-time.
27117
27118 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27119
27120         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27121         in prompt.
27122
27123 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27124
27125         * messagexmas.el (message-xmas-redefine): Alias
27126         `message-make-caesar-translation-table' to
27127         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27128         version.
27129
27130         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27131         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27132         `gnus-xmas-set-text-properties'.
27133         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27134         `gnus-xmas-completing-read'.
27135         (gnus-xmas-completing-read): Removed.
27136         (gnus-xmas-open-network-stream): Removed.
27137
27138         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27139         XEmacs version.
27140
27141         * dns.el (dns-make-network-process): Use `open-network-stream'
27142         instead of `gnus-xmas-open-network-stream'.
27143
27144         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27145
27146         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27147
27148 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27149
27150         * gnus-art.el (gnus-mime-display-alternative)
27151         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27152         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27153         Don't use gnus-local-map-property.
27154
27155         * gnus-util.el (gnus-local-map-property): Remove.
27156
27157         * mm-view.el (mm-view-pkcs7-decrypt):
27158         Replace gnus-completing-read-maybe-default with completing-read.
27159
27160         * gnus-util.el (gnus-completing-read): do.
27161         (gnus-completing-read-maybe-default): Remove.
27162
27163 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27164
27165         * password.el: Only autoload `run-at-time' if not XEmacs.
27166         Only autoload the itimer functions if XEmacs.
27167
27168 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27169
27170         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27171         XEmacsen.
27172
27173         * dgnushack.el: Autoload executable-find for XEmacs.
27174
27175 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27176
27177         * gnus-art.el (gnus-read-string): Remove.
27178         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27179         read-string.
27180
27181 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27182
27183         * netrc.el: Autoload password-read.
27184         (netrc): Add configuration group.
27185         (netrc-encoding-method, netrc-openssl-path):
27186         Add variables for encoding and decoding of files with symmetric
27187         ciphers.
27188         (netrc-encode): Add assistant function to encode a file with
27189         netrc-encoding-method.
27190         (netrc-parse): Add interactive parameter, added optional
27191         decoding if netrc-encoding-method is non-nil but otherwise
27192         behavior is standard.
27193         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27194         Do s/encode/encrypt/ everywhere.
27195
27196         * spam.el: Remove executable-find autoload.
27197
27198 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27199
27200         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27201
27202         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27203
27204 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27205
27206         * gnus-art.el (gnus-treat-ansi-sequences)
27207         (article-treat-ansi-sequences): New variable and function.
27208         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27209
27210         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27211         Use it.
27212
27213 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27214
27215         * mm-util.el (mm-quote-arg): Remove.
27216
27217         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27218         shell-quote-argument.
27219
27220         * gnus-uu.el (gnus-uu-command): do.
27221
27222         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27223
27224         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27225         with make-char.
27226
27227         * mm-util.el (mm-make-char): Remove.
27228
27229         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27230         add-minor-mode.
27231
27232         * gnus-undo.el (gnus-undo-mode): do.
27233
27234         * gnus-topic.el (gnus-topic-mode): do.
27235
27236         * gnus-sum.el (gnus-dead-summary-mode): do.
27237
27238         * gnus-start.el (gnus-slave-mode): do.
27239
27240         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27241
27242         * gnus-ml.el (gnus-mailing-list-mode): do.
27243
27244         * gnus-gl.el (gnus-grouplens-mode): do.
27245
27246         * gnus-draft.el (gnus-draft-mode): do.
27247
27248         * gnus-dired.el (gnus-dired-mode): do.
27249
27250         * gnus-ems.el (gnus-add-minor-mode): Remove.
27251
27252         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27253         Replace gnus-char-width with char-width.
27254
27255         * gnus-ems.el (gnus-char-width): Remove.
27256
27257         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27258         Replace gnus-char-width with char-width.
27259
27260         * gnus-ems.el (gnus-char-width): Remove.
27261
27262         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27263         definition.
27264         Remove Emacs 20 hash table compatibility code.
27265
27266         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27267         20 compatibility code.
27268
27269         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27270
27271         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27272
27273         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27274         Replace with point-at-{eol,bol}.
27275
27276         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27277
27278         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27279
27280         * flow-fill.el (fill-flowed-point-at-bol)
27281         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27282
27283         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27284         Replace with point-at-{eol,bol} throughout all files.
27285
27286 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27287
27288         * ntlm.el (ntlm-string-as-unibyte): New macro.
27289         (ntlm-build-auth-response): Use it.
27290
27291         Remove Emacs 20 stuff:
27292         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27293         (butlast, mapc, remove): Remove the compiler macros.
27294         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27295         of delq and copy-sequence.
27296         * gnus-art.el (popup-menu): Remove the compiler macro.
27297         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27298         Emacs 20.
27299
27300 2004-01-05  Simon Josefsson  <jas@extundo.com>
27301
27302         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27303         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27304         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27305         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27306         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27307         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27308         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27309         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27310         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27311         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27312         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27313         string-xor into ntlm-string-xor.
27314         Suggested by Jesper Harder <harder@myrealbox.com>.
27315
27316         * ntlm.el: Don't include poem.
27317
27318         * md4.el (print-int32, print-string-hexa): Remove.
27319         Suggested by Jesper Harder <harder@myrealbox.com>.
27320
27321         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27322
27323         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27324         probably breaks emacs with DL patch, but do we care? Is anyone
27325         still using the DL stuff?)
27326
27327         * sieve-manage.el: Use the password package.
27328         (sieve-manage-read-passwd): Remove.
27329         (sieve-manage-interactive-login): Use password.  Re-add
27330         condition-case around loop.
27331
27332         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27333         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27334         Use the password package.
27335
27336 2003-02-19  Simon Josefsson  <jas@extundo.com>
27337
27338         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27339         token.
27340
27341 2002-08-07  Simon Josefsson  <jas@extundo.com>
27342
27343         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27344         (sieve-manage-authenticators)
27345         (sieve-manage-authenticator-alist): Add some SASL mechs.
27346         (sieve-sasl-auth): New function.
27347         (sieve-manage-cram-md5-auth)
27348         (sieve-manage-plain-auth): Rewrite using SASL library.
27349         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27350         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27351         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27352         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27353
27354 2004-01-05  Simon Josefsson  <jas@extundo.com>
27355
27356         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27357         New files.
27358
27359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27360
27361         * gnus-group.el (gnus-no-groups-message): Update.
27362
27363         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27364
27365 2003-11-09  Simon Josefsson  <jas@extundo.com>
27366
27367         * imap.el: Support for ID IMAP extension (RFC 2971).
27368         (imap-local-variables): Add imap-id.
27369         (imap-id): New variable.
27370         (imap-id): New function.
27371         (imap-parse-response): Parse untagged ID response.
27372         * nnimap.el (nnimap-id): New variable.
27373         (nnimap-open-connection): Use it.
27374
27375 2003-12-28  Simon Josefsson  <jas@extundo.com>
27376
27377         * gnus-score.el (gnus-score-edit-all-score): New.
27378         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27379
27380 2004-01-04  Simon Josefsson  <jas@extundo.com>
27381
27382         * password.el: Add.
27383
27384 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27385
27386         * dns.el (dns-query-types): Fix typo.
27387         (dns-query-types): New function.
27388         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27389         PTR and SOA replies, see RFC 1035.
27390
27391 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27392
27393         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27394
27395         * Move to Changelog.2.
27396
27397 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27398
27399         * gnus.el (gnus-version-number): Bump version.
27400
27401 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27402
27403         * gnus.el: No Gnus v0.1 is released.
27404
27405 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27406
27407         * gnus.el: No Gnus v0.0 is released.
27408
27409 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27410
27411         * gnus.el (gnus-version-number): Bump.
27412         (gnus-version): No.
27413
27414 See ChangeLog.2 for earlier changes.
27415
27416   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27417
27418   This file is part of GNU Emacs.
27419
27420   GNU Emacs is free software: you can redistribute it and/or modify
27421   it under the terms of the GNU General Public License as published by
27422   the Free Software Foundation, either version 3 of the License, or
27423   (at your option) any later version.
27424
27425   GNU Emacs is distributed in the hope that it will be useful,
27426   but WITHOUT ANY WARRANTY; without even the implied warranty of
27427   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27428   GNU General Public License for more details.
27429
27430   You should have received a copy of the GNU General Public License
27431   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27432
27433 ;; Local Variables:
27434 ;; coding: utf-8
27435 ;; fill-column: 79
27436 ;; add-log-time-zone-rule: t
27437 ;; End: