1b4a0d2f5ea1df6d7b3430bd691af8669da64aa3
[gnus] / lisp / ChangeLog
1 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
2
3         * html2text.el (html2text-get-attr): Fix typo when splitting value from
4         attribute. (Bug#17613)
5
6 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
9         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
10
11 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
14         delete next part button; keep spacing between buttons.
15
16 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
19         Work for the last MIME part in an article.
20         (gnus-mime-display-single): Suppress excessive newlines between parts.
21
22         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
23         by leading or trailing newline.
24
25 2014-05-12  Sam Steingold  <sds@gnu.org>
26
27         * time-date.el (seconds-to-string): New function to pretty print time
28         delay in seconds.
29
30 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
33         while prompting a user for a file name, etc.
34         (gnus-mime-display-single): Display part with a common appearance no
35         matter whether MIME button is omitted or not; don't add duplicate entry
36         to gnus-article-mime-handle-alist.
37         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
38
39 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
40
41         * mml2015.el (mml2015-display-key-image): New variable.
42
43 2014-05-08  Glenn Morris  <rgm@gnu.org>
44
45         * gnus-fun.el (gnus-grab-cam-face):
46         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
47         This is CVE-2014-3421.
48
49 2014-05-04  Glenn Morris  <rgm@gnu.org>
50
51         * gnus-registry.el (gnus-registry-install-p): Doc fix.
52
53 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
56         the displaying state of a part.
57         (gnus-mm-display-part): Don't insert a newline in the beginning of
58         a part like gnus-mime-inline-part doesn't; work for XEmacs.
59
60         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
61         (mm-shr): Make undisplayer unbreakable.
62
63         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
64         insert excessive newline.
65         (mm-inline-text-html-render-with-w3m, mm-inline-text)
66         (mm-insert-inline): Make undisplayer unbreakable.
67
68 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
69
70         * gnus.el: Ma Gnus v0.11 is released.
71
72 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-mm-display-part):
75         Highlight header attachment buttons.
76
77 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
80         a part; redisplay a button (enbugged in 2014-02-05).
81
82 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
83
84         * auth-source.el (auth-source-search, auth-source-search-backends):
85         Treat :max 0 as an indicator that a boolean return is wanted, as
86         documented. Reported by Joe Bloggs.
87
88 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-icalendar.el: Require gnus-art.
91
92 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
93
94         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
95         (gnus-icalendar--update-org-event): put event timestamp in
96         the org entry body instead of the drawer.
97         (gnus-icalendar-event--get-attendee-names): list of participants should
98         contain even attendees without common name attribute.
99         (gnus-icalendar--update-org-event): don't generate duplicates of empty
100         property tags in org drawers.
101
102 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gmm-utils.el (gmm-format-time-string): New function.
105
106         * message.el (message-insert-formatted-citation-line): Use the original
107         author's time zone to express a date string.
108
109 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
110
111         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
112         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
113         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
114         Silence compiler warnings.
115         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
116
117 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * mml.el: Require url when compiling.
120
121         * gnus-cloud.el (gnus-cloud-parse-version-1):
122         Use plist-get rather than CL's getf.
123         (gnus-activate-group, gnus-subscribe-group): Declare.
124
125         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
126
127 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
130         buttons when toggling the header off.
131
132 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
133
134         * tls.el (tls-program): Reflow docstring.
135
136 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
139         groups work again.
140
141 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
142
143         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
144         999 correctly (i.e. "1,342").
145
146 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
149         out if the directory doesn't exist.
150
151 2014-03-07  Daiki Ueno  <ueno@gnu.org>
152
153         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
154         commands here; instead, only check if epg-config.el is available.
155
156 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
157
158         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
159         messages with embedded images.
160         (mml-generate-mime): Don't bug out if you don't have libxml.
161
162 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * message.el (message-make-html-message-with-image-files): New command.
165
166 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-group.el (gnus-group-make-group): Clarify prompt.
169
170         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
171
172 2014-02-23  David Engster  <deng@randomsample.de>
173
174         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
175         to stay compatible with older Emacsen, so replace `cl-loop' with
176         `loop'.
177
178 2014-02-22  Daniel Colascione  <dancol@dancol.org>
179
180         * auth-source.el (auth-source-secrets-listify-pattern): New function.
181         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
182         instead, build list of patterns.
183
184 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
187         Display header attachment buttons by gnus-article-prepare-display
188         rather than gnus-article-prepare so as to view in mml-preview as well.
189
190 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
193         in `auth-sources' means and link to EPA docs.
194
195 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
196
197         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
198         (bug#12375).
199
200 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
203         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
204
205 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
206
207         * message.el (message-tab): Mention what happens on normal tabs
208         (bug#11297).
209
210 2014-02-08  Glenn Morris  <rgm@gnu.org>
211
212         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
213
214 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
217         buttons that are hidden in unselected alternative part as well.
218         (gnus-mime-display-alternative): Redraw attachment buttons in header.
219
220         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
221
222 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
223
224         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
225         keystroke.
226         (gnus-server-toggle-cloud-server): Only allow clouding applicable
227         types.
228
229         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
230         with an empty string.
231
232 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
235         buffer-local in some buffers, so bind it explicitly in the buffer we're
236         trying to cancel the article in (bug#10808).
237
238 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
241         New functions.
242
243         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
244         New user option.
245         (gnus-mime-buttonize-attachments-in-header): New function.
246         (gnus-article-prepare): Use it.
247         (gnus-mime-inline-part): Suppress extra newline.
248         (gnus-mm-display-part): Save excursion;
249         remove useless deleting and adding of buttons.
250         (gnus-insert-mime-button): Allow insertion in the middle of a line.
251
252         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
253         Add gnus-mime-buttonize-attachments-in-header.
254
255 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
256
257         * nnimap.el (nnimap-request-articles): New command to download several
258         articles at once.
259
260         * gnus.el (gnus-variable-list): Save Cloud variables.
261
262         * gnus-int.el (gnus-request-accept-article): Doc fix.
263
264 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * parse-time.el (parse-time-iso8601-regexp)
267         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
268         it more generally.
269
270 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-cloud.el: New file to provide the Emacs Cloud.
273
274         * dgnushack.el: Silence XEmacs w3 warning.
275
276         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
277         `url-retrieve-synchronously', apparently.
278
279         * dgnushack.el: Silence XEmacs dns.el warning.
280
281         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
282         instead of in all files.
283
284         * dns.el (network-interface-list): Define for XEmacs.
285
286         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
287         XEmacs.
288
289         * nnrss.el (libxml-parse-html-region): Silence compilation error.
290
291 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
292
293         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
294         `gnus-group-split-fancy'.
295
296 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
297
298         * message.el (message-remove-header): Doc fix.
299         (message-forward-included-headers): New variable.
300         (message-remove-ignored-headers): Use it.
301
302 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
303
304         * nnir.el (nnir-request-update-mark): Don't try to update the source
305         group if we can't find it (bug#16611).
306
307 2014-01-31  Dave Abrahams  <dave@boostpro.com>
308
309         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
310
311 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
312
313         * dns.el (dns-servers-up-to-date-p): New function to see whether the
314         network interfaces changed.
315         (dns-query): Use it to flush the data.
316
317 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
318
319         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
320         from random face commands.
321         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
322         Face.
323         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
324         (gnus--random-face-with-type): Generic function returning a face-type
325         as a string.
326         (gnus--insert-random-face-with-type): Generic function inserting a face
327         in a message buffer header.
328         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
329         (gnus-insert-random-x-face-header): Rewritten to use
330         `gnus--insert-random-face-with-type`.
331         (gnus-random-face): Return random (png) Face as string.
332         (nus-insert-random-face-header): Insert random (png) Face in a message
333         buffer.
334
335 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * mm-url.el: Remove all usage of w3.
338
339         * nnrss.el: Ditto.
340
341         * mm-decode.el: Ditto.
342
343         * mm-view.el: Ditto.
344
345         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
346         outdated and all Emacsen have url.el built-in.
347
348         * gnus-setup.el: Remove outdated file.
349
350 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
351
352         * gnus.el: Ma Gnus v0.9 is released.
353
354 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
357
358 2014-01-31  Dave Abrahams  <dave@boostpro.com>
359
360         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
361         in the summary buffer (bug#13769).
362
363 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
366         name if we're using a single article buffer.  Otherwise, it may point
367         to a killed buffer (bug#13756).
368
369 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
370
371         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
372         the match data, just save and restore it explictly (bug#12375).
373
374         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
375         that's needed.
376
377         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
378         the code once (bug#9069).
379
380 2014-01-18  Steinar Bang  <sb@dod.no>
381
382         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
383         reading.
384
385 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
386
387         * message.el (message-bury): Call bury-buffer with no argument
388         in the message-return-action case too.
389
390 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
393         (nnimap-split-fancy, nnimap-split-methods): Declare.
394
395         * mm-util.el (help-function-arglist): Declare.
396
397 2013-12-28  Glenn Morris  <rgm@gnu.org>
398
399         * gnus-sieve.el (gnus-sieve-select-method):
400         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
401         (gravatar-rating, gravatar-size):
402         * message.el (message-minibuffer-local-map):
403         * sieve-manage.el (sieve-manage-authenticators)
404         (sieve-manage-authenticator-alist): Specify custom types.
405
406         * hashcash.el (hashcash-program): Rename from hashcash-path.
407         Update callers.
408
409         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
410         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
411         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
412
413         * auth-source.el (auth-sources):
414         * nnmairix.el (nnmairix-propagate-marks-upon-close):
415         Fix custom types.
416
417         * tls.el (tls-certtool-program): Fix default value.
418
419 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
422         we get proper traces there, too.
423
424 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
425
426         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
427         value of the parameters if the current article has a Reply-To or From
428         field.
429
430 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus.el (gnus-group-buffer): Remove duplicate definition.
433
434 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-sum.el (gnus-summary-exit): Stop animations.
437
438 2013-12-19  Juri Linkov  <juri@jurta.org>
439
440         * gnus.el (gnus-suppress-keymap):
441         * gnus-art.el (gnus-article-mode-map):
442         * gnus-group.el (gnus-group-mode-map):
443         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
444         Remove [backspace] key binding because it shadows DEL (bug#16035).
445
446         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
447
448 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
451         Make sure work directory exists.
452         (gnus-uu-digest-mail-forward): Store temporary files in work directory
453         rather than tmp directory.
454         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
455         not necessarily always run, with it.
456
457 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
458
459         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
460         value of gnus-icalendar-additional-identities work without restart.
461
462 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * mm-util.el (mm-make-temp-file):
465         Alias to make-temp-file for modern Emacsen.
466
467 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
470         nnir-article-number and nnir-article-group.
471
472 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
473
474         * message.el (message-send-mail-with-sendmail):
475         Don't kill error buffer if sending fails.
476
477 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
478
479         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
480         (gnus-icalendar-event->org-entry)
481         (gnus-icalendar--update-org-event)
482         (gnus-icalendar-event->gnus-calendar): Distinguish between
483         required/optional/non-participant attendee status.  Fix bug causing
484         the first required event participant to be omitted.
485
486 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-art.el (article-de-quoted-unreadable)
489         (article-de-base64-unreadable, gnus-mime-copy-part)
490         * gnus-html.el (gnus-article-html)
491         * mm-view.el (mm-inline-text-html-render-with-w3)
492         (mm-inline-text-html-render-with-w3m-standalone)
493         * rfc2231.el (rfc2231-decode-encoded-string):
494         Allow overriding charset by mm-charset-override-alist.
495
496         * gnus-art.el (gnus-article-browse-html-parts):
497         Replace LWSPs with `&nbsp;'s in header.
498
499         Work for broken Chinese articles.
500
501         * gnus-art.el (gnus-article-browse-html-save-cid-content):
502         Exclude broken handles that gnus-summary-enter-digest-group may create.
503         (gnus-article-browse-html-parts):
504         Allow overriding charset by mm-charset-override-alist.
505
506 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
507
508         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
509         (gnus-icalendar-identities): Support additional-identities.
510
511 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
512
513         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
514         org-timestamp for events ending at midnight.
515
516 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
517
518         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
519         .log files.
520
521 2013-11-20  David Engster  <deng@randomsample.de>
522
523         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
524
525 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
526
527         * message.el (message-beginning-of-line):
528         Use beginning-of-visual-line when visual-line-mode is turned on.
529
530 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
531
532         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
533         (gnus-icalendar-event-from-ical)
534         (gnus-icalendar-event->org-entry)
535         (gnus-icalendar--update-org-event): Required/optional participation,
536         list of attendees synced to org.
537
538 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
539
540         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
541         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
542         cancellations to be synced to org if the original appt has an org
543         outline.
544
545 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
546
547         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
548         (gnus-icalendar-event->org-entry)
549         (gnus-icalendar--update-org-event)
550         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
551
552 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
553
554         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
555         Fix timezone handling in gnus-icalendar export to org.
556
557 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
560
561 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
564
565 2013-10-30  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-group.el (gnus-group-browse-foreign-server):
568         * gnus-int.el (gnus-start-news-server):
569         Silence compiler obsolescence warning.
570
571 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
574         `nnoo-current-server' first, then for the actual `nnimap-address' to
575         allow netrc entries for the nnoo server to coexist with netrc entries
576         for the `nnimap-address'.
577
578 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * mm-decode.el (mm-dissect-buffer): Revert last change.
581         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
582         The problem that motivated those changes was attributed to a broken
583         mail sender, and has been fixed.
584
585 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
588         token is missing in the Content-Type header.
589
590         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
591
592 2013-09-18  Glenn Morris  <rgm@gnu.org>
593
594         * gnus-util.el (image-size): Declare.
595
596 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
599         (gnus-icalendar-event-from-ical)
600         (gnus-icalendar-event--build-reply-event-body)
601         (gnus-icalendar-event-reply-from-buffer)
602         (gnus-icalendar-find-org-event-file)
603         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
604         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
605
606         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
607
608 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
609
610         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
611         Use save-current-buffer.
612         (gnus-tree-mode-map): Initialize in the declaration.
613         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
614         (scroll-in-place): Defvar it.
615         (gnus-tmp-*): Defvar them.
616         (gnus-get-tree-buffer): Use derived-mode-p.
617         (gnus--let-eval): New macro.
618         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
619         non-prefixed variables.
620         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
621
622         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
623         vars since it doesn't seem to be available.
624         (gnus-set-global-variables, gnus-summary-read-group-1)
625         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
626         (gnus-summary-display-article, gnus-summary-select-article)
627         (gnus-summary-next-article, gnus-offer-save-summaries)
628         (gnus-summary-generic-mark): Use derived-mode-p.
629         (gnus-summary-read-group-1, gnus-summary-exit)
630         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
631         Adjust calls to gnus-tree-close and gnus-tree-open.
632
633         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
634
635         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
636         (gnus-agent-mode): Use derived-mode-p.
637         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
638         gnus-command-method and *-command-method to nil, but bind
639         gnus-command-method to *-command-method instead!
640         (gnus-agent-fetch-articles): Remove unused var `id'.
641         (gnus-agent-fetch-headers): Remove unused arg `force'.
642         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
643         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
644         (gnus-agent-short-article, gnus-agent-long-article)
645         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
646         first use.
647         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
648         `score-param'.
649         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
650         (gnus-get-predicate): Push in front of the cache, rather than end.
651         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
652         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
653         (gnus-agent-expire-unagentized-dirs): Don't rebind
654         gnus-agent-expire-current-dirs since the defvar silences the warning.
655         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
656         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
657         (gnus-agent-regenerate): Simplify interactive spec and doc.
658
659 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-int.el (gnus-open-server): Silence compiler.
662
663         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
664
665         * message.el (message-display-completion-list): Abolish.
666         (message-completion-in-region): Use display-completion-list.
667
668 2013-09-17  Glenn Morris  <rgm@gnu.org>
669
670         * gnus-util.el (gnus-message-with-timestamp-1):
671         Use `messages-buffer' function if available.  Ignore read-only.
672
673 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * message.el (message-expand-group, message-completion-in-region):
676         Correct the order of start and end of a region.
677
678 2013-09-13  Glenn Morris  <rgm@gnu.org>
679
680         * mml2015.el (gnus-create-image): Autoload it.
681
682         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
683
684         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
685         (image-size): Declare.
686
687 2013-09-12  Glenn Morris  <rgm@gnu.org>
688
689         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
690         Avoid using `find', which i) might not be defined at runtime;
691         ii) does not work, since its default test is eql, not equal.
692         (gnus-mime-action-alist): Declare.
693
694 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
695
696         * score-mode.el (gnus-score-mode-map): Move initialization
697         into declaration.
698         (gnus-score-mode): Use define-derived-mode.
699         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
700         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
701         into declaration.
702         (gnus-kill-file-mode): Use define-derived-mode.
703         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
704         Use derived-mode-p.
705         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
706         (gnus-group-setup-buffer, gnus-group-name-at-point)
707         (gnus-group-make-web-group, gnus-group-enter-directory)
708         (gnus-group-suspend): Use derived-mode-p.
709         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
710         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
711         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
712         (gnus-article-setup-buffer, gnus-article-prepare)
713         (gnus-article-prepare-display, gnus-sticky-article)
714         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
715         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
716         (gnus-article-read-summary-keys): Use derived-mode-p.
717
718 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
721
722 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
725         shift_jis from the default value set for Japanese users.
726
727 2013-08-13  Glenn Morris  <rgm@gnu.org>
728
729         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
730
731         * gnus.el (gnus-valid-select-methods): Fix type.
732
733         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
734
735 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * mm-decode.el (mm-display-external): Run a timer for the temp files
738         deletion after a viewer exits; add a deletion timer for the needsterm
739         case, too.
740
741         * mm-decode.el (mm-display-external): Try to delete temporary files by
742         using a 1-min. timer.
743
744 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
747         New internal variables.
748         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
749         (mm-display-external): Use it to delete temporary files instead of
750         using timers.
751
752 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
755
756 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
757
758         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
759         with cond for backwards compatability.
760
761 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mm-decode.el (mm-display-external): Bind process-connection-type to
764         nil; don't delete a temp file immediately even if a viewer finishes,
765         since it may be a shell script, like xdg-open, that launches a real
766         viewer program belatedly.
767
768 2013-08-05  Dave Abrahams  <dave@boostpro.com>
769
770         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
771         that we can create nndoc groups that excerpt other groups.
772
773 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-delay.el (gnus-delay-article): Fix typo.
776
777         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
778         articles.
779
780         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
781         we can get spell-checking etc.
782
783 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
786         a single one used for encoding the whole text in a header.
787
788 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
791         doesn't work properly on XEmacs.
792
793 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
796         before sending.
797
798         * dgnushack.el (dgnushack-compile): Add a temporary check for
799         gnus-icalendar.
800
801         * mm-decode.el (mm-command-output): New face.
802         (mm-display-external): Use it.
803
804 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
805
806         * nnmbox.el (nnmbox-request-article): Don't change point.
807
808 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
811         Include `handle' parameter.
812
813 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
814
815         * gnus-icalendar.el: New file.
816
817 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
820
821         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
822         dummy roots, too.
823
824 2013-08-01  David Edmondson  <dme@dme.org>
825
826         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
827         out on ttys.
828
829 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
832         not empty.
833
834         * nnrss.el (nnrss-discover-feed): Indent.
835
836 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
839
840 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
843         dirty to ensure nnimap data being saved.
844
845 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
846
847         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
848         menu entry.
849
850         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
851         the current thread's total score instead of the current article's
852         score.
853
854         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
855         (gnus-sort-threads-recursively): Delete defcustom.
856         (gnus-sort-threads-recursive): Adapt accordingly.
857
858 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
859
860         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
861         (gnus-sort-threads-recursive): Use it.
862         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
863         again.  Now that determines how to sort subthreads.
864
865 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
866
867         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
868         (gnus-sort-threads): Use it.
869
870 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
871
872         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
873         punctuation characters follow parentheses (bug#14950).
874
875 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus.el (gnus-continuum-version):
878         * gnus-msg.el (gnus-extended-version): Simplify.
879
880         * gnus.el (gnus-continuum-version-1): Remove.
881         * gnus-msg.el (gnus-bug): Revert.
882
883         Calculate gnus-version correctly on Cygwin.
884
885         * gnus.el (gnus-continuum-version): Do main calculations in integers.
886         (gnus-continuum-version-1): New function, return a string.
887
888         * gnus-msg.el (gnus-extended-version, gnus-bug):
889         Use gnus-continuum-version-1 instead of gnus-continuum-version.
890
891 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
892
893         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
894         (bug#13384).
895
896 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
899         that were only relevant in a development version a long time ago.
900
901 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
904         that the old Emacs 24s bundle.
905
906 2013-07-10  David Engster  <deng@randomsample.de>
907
908         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
909         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
910         fixes a bug in Emacs trunk where the 'unexist' marks were always
911         removed at startup because "Gnus v5.13" was considered smaller than "Ma
912         Gnus v0.03".
913
914 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
915
916         * gnus.el (gnus-summary-line-format): Reference
917         `gnus-user-date-format-alist' for the &user-date; format, not
918         `gnus-summary-user-date-format-alist'.
919
920 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
923         delete files (bug#13481).
924
925 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
926
927         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
928
929 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
932         display images.
933
934         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
935
936         * message.el (message-cancel-news): According to
937         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
938         preferred over "cmsg cancel" in the Subject.
939
940         * nnir.el (nnir-engines): Note that the group specs are regexps
941         (bug#13238).
942
943         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
944         gotten read-only text properties, ensure that those aren't heeded when
945         copying stuff over (bug#13434).
946
947         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
948         (bug#13762).
949
950 2013-07-05  David Kastrup  <dak@gnu.org>
951
952         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
953         authinfo file again (important for blank passwords).  This had been
954         broken with 2013-06-15 change.
955
956 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
959         Revert 2013-01-14 change.
960
961 2013-07-02  Daiki Ueno  <ueno@gnu.org>
962
963         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
964         of 'create-image' for XEmacs compatibility; check errors when decoding
965         image.  Reported by Uwe Brauer.
966
967 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
970         gnus-button-push revised at 2011-01-19.
971
972 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
975         now live in the lisp/net Emacs 24 repository.
976
977 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * eww.el (eww-update-header-line-format): Quote % characters.
980
981 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * eww.el (eww-process-text-input): Display passwords as asterisks.
984
985         * shr.el (shr-make-table-1): Protect against invalid column-spans.
986
987 2013-06-19  Tom Tromey  <tromey@redhat.com>
988
989         * eww.el (eww-top-url): Remove.
990         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
991         (eww-render): Set new variables.  Don't set eww-top-url.
992         (eww-handle-link): Handle "prev", "home", and "contents".
993         Downcase the rel text.
994         (eww-top-url): Choose best top URL.
995
996 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * eww.el: Rewrite to implement form elements "by hand" instead of
999         relying in widget.el.  Using widget.el leads to too many
1000         user interface inconsistencies.
1001         (eww-self-insert): Implement entering commands in text fields.
1002         (eww-process-text-input): New function to make text input field editing
1003         work.
1004         (eww-submit): Rewrite to use the new-style form methods.
1005         (eww-select-display): Display the correct selected item.
1006         (eww-change-select): Implement changing the select value.
1007         (eww-toggle-checkbox): Implement radio/checkboxes.
1008         (eww-update-field): Fix compilation error.
1009         (eww-tag-textarea): Implement <textarea>.
1010
1011         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1012         don't shadow mode-specific bindings.
1013
1014         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1015         nothing to push.
1016
1017         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1018
1019 2013-06-19  Glenn Morris  <rgm@gnu.org>
1020
1021         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1022
1023 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1026
1027 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * shr.el (shr-make-table-1): Implement <td rowspan>.
1030         (shr-table-horizontal-line): Allow nil as a value, and change the
1031         default.
1032         (shr-insert-table-ruler): Respect the nil value.
1033
1034 2013-06-18  Tom Tromey  <tromey@barimba>
1035
1036         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1037         New defvars.
1038         (eww-open-file): New defun.
1039         (eww-render): Initialize new variables.
1040         (eww-display-html): Handle "link" and "a".
1041         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1042         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1043         (eww-back-url): Rename from eww-previous-url.
1044         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1045         defuns.
1046
1047 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * shr.el (shr-tag-table): Insert the images after the table, so that
1050         they're not covered by the table colourisation, which often looked
1051         awkward.
1052         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1053         <dd>.
1054         (shr-make-table-1): Implement <td colspan=> support.
1055         (shr-insert-document): Use one less than window width if `shr-width' is
1056         nil, since otherwise things may get one character too wide.
1057
1058 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * eww.el (eww-detect-charset): Improve regexp; move backward.
1061
1062 2013-06-18  Glenn Morris  <rgm@gnu.org>
1063
1064         * mm-decode.el (widget-convert-button): Autoload.
1065
1066         * sieve-manage.el (mm-enable-multibyte): Autoload.
1067
1068         * shr.el (libxml-parse-html-region): Declare.
1069         (shr-render-buffer): Explicit error if no libxml2 support.
1070
1071 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * auth-source.el (auth-source-current-line): New function.
1074         (auth-source-netrc-parse-entries): When a data token is "machine",
1075         assume we're in the wrong place and abort parsing the current line.
1076
1077 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1080         (eww-convert-widgets): Don't bug out if the first widget starts at the
1081         beginning of the buffer.
1082         (eww-convert-widgets): Fix last patch.
1083         (eww-tag-input): Support <input type=image>.
1084
1085         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1086         (shr-tag-base): Protect against base specs that are degenerate.
1087         (shr-ensure-paragraph): Don't delete empty lines that have text
1088         properties, because these may be input fields.
1089
1090         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1091         we can navigate to them.
1092
1093         * shr.el (shr-colorize-region): Put the colours over the entire region.
1094         (shr-inhibit-decoration): New variable.
1095         (shr-add-font): Use it to inhibit text property decorations while doing
1096         preliminary table renderings.  This speeds up typical Wikipedia page
1097         renderings by 15%.
1098         (shr-tag-span): Don't respect the <title>, because that overwrites the
1099         help-echo from links inside the spans.
1100         (shr-next-link): Use `help-echo' for navigation, so that we can
1101         navigate to form elements, too.
1102
1103         * eww.el (eww-button): New face.
1104         (eww-convert-widgets): Use it to make submit buttons more button-like.
1105
1106         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1107         that Gnus commands work.
1108
1109         * shr.el (shr-render-td): Support horizontal alignment.
1110
1111         * eww.el (eww-put-color): Removed.
1112         (eww-colorize-region): Use `add-face-text-property'.
1113
1114         * shr.el (shr-add-font): Append face data, so that we get the correct
1115         precedence: The innermost value (which is applied first) wins.
1116         (shr-make-overlay): Obsolete function.
1117
1118         * mm-decode.el (mm-convert-shr-links): New function to convert
1119         new-style shr URL links into widgets.
1120         (mm-shr): Use it.
1121
1122         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1123         widget commands, since we're no longer using widgets for links.
1124
1125         * shr.el (shr-next-link): New command.
1126         (shr-previous-link): New command.
1127         (shr-urlify): Don't use `widget-convert', because that's slow.
1128         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1129         because collecting the overlays and reapplying them when generating
1130         tables is slow.
1131         (shr-insert-table): Ditto.
1132
1133 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1134
1135         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1136         * shr.el (browse-url): Require `url'.
1137         * eww.el (url): Require format-spec.
1138
1139 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * eww.el (eww-display-html): Default to using the entire window width.
1142         (eww-browse-url): Don't add a User-Agent header (twice), because that
1143         makes Bing refuse connection.
1144
1145         * shr.el (shr-make-table): Cache the table rendering at the table
1146         level, and not the <td> level.  This is a bit faster.
1147
1148         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1149         #id.
1150
1151         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1152         browsers don't.
1153         (shr-expand-url): Respect #anchor links.
1154         (shr-parse-base): Chop off the anchor before using.
1155         (shr-descend): Respect display: none.
1156         (shr-descend): Allow marking elements that have certain IDs.
1157
1158         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1159
1160         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1161
1162         * eww.el (eww-tag-textarea): Support <textarea>.
1163
1164 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1165
1166         * shr.el (shr-dom-to-xml): Fixed function call.
1167
1168         * eww.el (eww): New group.
1169         (eww-header-line-format): New custom variable.
1170         (eww-current-title): New variable.
1171         (eww-display-html): Update header and handle title tag.
1172         (eww-update-header-line-format): New function.
1173         (eww-tag-title): New function.
1174
1175         * shr.el (shr-dom-to-xml): New function.
1176         (shr-tag-svg): Add support for the SVG tag.
1177         (shr-bullet): New custom variable.
1178         (shr-tag-li): Support custom bullet in unordered lists.
1179
1180 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * shr.el (shr-expand-url): Respect // URLs.
1183
1184         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1185         put a background colour onto the entire buffer.
1186         (eww-render): When being redirected, use the redirect URL as the new
1187         base URL.
1188
1189         * shr.el (shr-parse-base): Fix parsing error.
1190
1191         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1192
1193         * shr.el (shr-parse-base): New function.
1194         (shr-expand-url): Use it to expand relative URLs reliably.
1195
1196 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1197
1198         * auth-source.el (auth-source-search-collection): Fix docstring.
1199         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1200         single-quoted strings and multiline entries.
1201         (auth-source-netrc-parse-next-interesting)
1202         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1203         functions to support parser.
1204
1205 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * eww.el (eww-submit): Get submit button logic right when hitting RET
1208         on non-submit buttons.
1209
1210         * shr.el: Remove shr-preliminary-table-render, since that can't really
1211         be used for anything in practice.
1212
1213 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1214
1215         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1216         (sieve-manage-quit).
1217
1218 2013-06-14  Glenn Morris  <rgm@gnu.org>
1219
1220         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1221
1222 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1223
1224         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1225         control the maximum size of photo ID image.
1226         (mml2015-epg-key-image-to-string): Respect it.
1227
1228 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1231         instead of the final one so that we can more easily distinguish them.
1232
1233         * eww.el (eww-submit): Compute the submission URL correctly.
1234
1235 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1236
1237         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1238         Use plist-get rather than CL's getf.
1239         (sieve-manage-parse-capability): Avoid CL's remove-if.
1240
1241 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1242
1243         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1244         (sieve-manage-quit).
1245
1246 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1249         last slash.
1250
1251         * eww.el (eww-tag-select): Use the first value as the default value.
1252
1253 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1254
1255         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1256         (eww-mode): Use `define-derived-mode'.
1257         (eww-parse-headers): Parse headers from beginning of buffer so that
1258         file:// links work.
1259
1260 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1263
1264 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1267         to handle them at all.
1268
1269 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1272         work, too.
1273         (eww-tag-select): Implement <select>.
1274
1275 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1276
1277         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1278         stream managing functions by using open-protocol-stream to do most of
1279         the work.  Has the nice benefit of enabling STARTTLS.
1280         Wait for capabilities after STARTTLS: following RFC5804, the server
1281         sends new capabilities after successfully establishing a TLS connection
1282         with the client.  The client should update the cached list of
1283         capabilities, but we just ignore the answer for now.
1284         (sieve-manage-network-p, sieve-manage-network-open)
1285         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1286         (sieve-manage-forward, sieve-manage-streams)
1287         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1288         API, nor called by any other function.
1289         Enable Multibyte for SieveManage buffers: The parser won't properly
1290         handle umlauts and line endings unless multibyte is turned on in the
1291         process buffer.
1292
1293 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * eww.el (eww-tag-input): Support password fields.
1296         (eww-submit): Support POST.
1297
1298 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * eww.el (eww-tag-form): Protect against degenerate forms.
1301
1302         * shr.el (shr-expand-url): Expand URLs that start with a slash
1303         correctly.
1304
1305         * eww.el (eww-submit): Get submit button logic right.
1306
1307         * shr.el (shr-final-table-render): New variable to signal when we're
1308         doing the final table rendering so that we can collect more data at
1309         that point.
1310
1311         * eww.el (eww-submit): Make form submission work.
1312         (eww-tag-input): Implement submit buttons.
1313         (eww-click-radio): Implement radio and checkboxes.
1314         (eww-submit): Handle hidden elements.
1315
1316         * shr.el (shr-descend): Allow other packages to override (or provide)
1317         rendering of elements.
1318         (shr-expand-url): Strip query strings from URLs before expanding them.
1319
1320         * eww.el: Don't require cl-lib.
1321         (eww-tag-form): Start form support.
1322
1323         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1324
1325         * eww.el: Start writing a new, tiny web browser.
1326         (eww-previous-url): New command.
1327         (eww-quit): New command.
1328
1329 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1330
1331         * sieve.el: Put point at beginning of buffer when viewing a script.
1332         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1333         number in sieve-buffer's header.  Fixed code to also work with a string
1334         as port specifier.  Properly close the connection on pressing 'q'.  Make
1335         sieve-manage-quit close the connection and process buffer.  Also, remove
1336         duplicate keybinding for 'q'.
1337
1338 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1339
1340         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1341         make it easier to read.
1342         (mm-pkcs7-enveloped-magic): Ditto.
1343
1344 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1347         before `image-type-available-p' to avoid loading the image libraries
1348         needlessly.
1349
1350 2013-06-05  David Engster  <deng@randomsample.de>
1351
1352         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1353         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1354         to see whether the group was synced before.
1355
1356 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1359         when opening the connection.
1360         Suggested by João Távora <joaotavora@gmail.com> in
1361         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1362
1363 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1366         assume Date header begins with "Date", that may be customized into
1367         something like "X-Sent" using gnus-article-time-format.
1368         (article-transform-date): Allow multi-line Date header.
1369
1370 2013-06-02  David Engster  <deng@randomsample.de>
1371
1372         * registry.el (initialize-instance, registry-lookup)
1373         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1374         (registry-lookup-secondary-value, registry-search, registry-delete)
1375         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1376         not wrap methods in `eval-and-compile'.  This breaks due to latest
1377         changes in EIEIO (introduction of eieio-core.el).
1378
1379 2013-05-30  Glenn Morris  <rgm@gnu.org>
1380
1381         * nnmail.el (nnmail-fancy-expiry-target):
1382         Also bind mail-dont-reply-to-names.
1383
1384         * spam-stat.el (spam-stat-save):
1385         No need to tweak font-lock in temp buffers.
1386
1387         * shr.el (shr-put-image): Silence compiler.
1388
1389 2013-05-29  Glenn Morris  <rgm@gnu.org>
1390
1391         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1392
1393         * gnus-group.el (gnus-sequence-of-unread-articles)
1394         (gnus-summary-add-mark, gnus-mark-article-as-read)
1395         (gnus-group-make-articles-read): Declare.
1396
1397         * gnus-sum.el (gnus-parameter-list-identifier)
1398         (gnus-article-stop-animations, gnus-stop-downloads)
1399         (gnus-article-only-boring-p, article-goto-body)
1400         (gnus-flush-original-article-buffer, article-narrow-to-head)
1401         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1402         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1403
1404         * gnus.el: No need to eval-and-compile autoloads.
1405
1406         * gravatar.el (help-function-arglist): Autoload.
1407
1408         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1409
1410         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1411
1412         * spam.el: No need to load spam-report when compiling.
1413         No need to eval-and-compile autoloads.
1414         (spam-report-resend-to): Declare.
1415         (spam-report-resend-register-routine): Require 'spam-report.
1416
1417 2013-05-24  Julien Danjou  <julien@danjou.info>
1418
1419         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1420         setup.
1421
1422 2013-05-23  Glenn Morris  <rgm@gnu.org>
1423
1424         * gnus-util.el (rmail-swap-buffers-maybe)
1425         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1426         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1427         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1428
1429         * mm-decode.el: No need to load term when compiling.
1430         (term-mode, term-char-mode): Declare.
1431
1432         * mm-util.el: No need to load jka-compr when compiling.
1433         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1434
1435         * nnmaildir.el: Require is automatically eval-and-compile.
1436         (nnmail): Require at run-time too.
1437
1438         * registry.el (registry-size): Move definition before use.
1439
1440 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1441
1442         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1443         signed data to conform the standard.  (Bug#14232)
1444
1445 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1446
1447         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1448         double angle quotation mark.
1449
1450 2013-05-20  Glenn Morris  <rgm@gnu.org>
1451
1452         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1453
1454 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1455
1456         * message.el (message-insert-formatted-citation-line): handle finding
1457         first/lastname when more than 2 names appear.
1458
1459 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1460
1461         * shr.el (shr-tag-span): New function.
1462
1463 2013-05-18  Glenn Morris  <rgm@gnu.org>
1464
1465         * message.el (message-mode): Use message-mode-abbrev-table,
1466         with text-mode-abbrev-table as parent.  (Bug#14413)
1467
1468 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * message.el (message-expand-group): Decode group names.
1471
1472 2013-05-16  Julien Danjou  <julien@danjou.info>
1473
1474         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1475         app-icon.
1476
1477 2013-05-15  Glenn Morris  <rgm@gnu.org>
1478
1479         * shr-color.el (shr-color-visible-luminance-min)
1480         (shr-color-visible-distance-min): Use shr-color group.
1481
1482 2013-05-11  Glenn Morris  <rgm@gnu.org>
1483
1484         * gnus-vm.el: Make it loadable without VM.
1485         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1486         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1487
1488 2013-05-09  Glenn Morris  <rgm@gnu.org>
1489
1490         * mml1991.el: Make it loadable.  (Bug#13456)
1491
1492         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1493         * gnus-async.el (gnus-async-post-fetch-function):
1494         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1495         * gnus-html.el (gnus-html-image-cache-ttl):
1496         * gnus-notifications.el (gnus-notifications-timeout):
1497         * gnus-picon.el (gnus-picon-properties):
1498         * gnus-util.el (gnus-completion-styles):
1499         * gnus.el (gnus-other-frame-resume-function):
1500         * message.el (message-user-organization-file)
1501         (message-cite-reply-position):
1502         * nnir.el (nnir-summary-line-format)
1503         (nnir-retrieve-headers-override-function):
1504         * shr-color.el (shr-color-visible-luminance-min):
1505         * shr.el (shr-blocked-images):
1506         * spam-report.el (spam-report-resend-to):
1507         * spam.el (spam-summary-exit-behavior): Fix custom types.
1508
1509         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1510
1511 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1514         because of let-binding help-xref-following.  (Bug#14356)
1515
1516 2013-05-06  Glenn Morris  <rgm@gnu.org>
1517
1518         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1519
1520 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1521
1522         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1523         entering into the registry.
1524
1525 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1526
1527         * gnus.el: Ma Gnus v0.7 is released.
1528
1529 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1532         (Bug#14304)
1533
1534 2013-04-27  Glenn Morris  <rgm@gnu.org>
1535
1536         * gnus.el (gnus-list-debbugs):
1537         Use require rather than autoload.  (Bug#14262)
1538
1539 2013-04-27  Julien Danjou  <julien@danjou.info>
1540
1541         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1542         port to "sieve" now that it has an official IANA port assigned.
1543
1544 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1547         Don't set the MAILHOST environment variable permanently (Bug#14271).
1548
1549 2013-04-26  Glenn Morris  <rgm@gnu.org>
1550
1551         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1552
1553 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1554
1555         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1556         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1557
1558 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1559
1560         * nnir.el (nnir-close-group): Make sure we are in the right group.
1561
1562         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1563         dependency table from all newly retrieved headers.
1564
1565 2013-04-16  David Edmondson  <dme@dme.org>
1566
1567         Support <img src="data:...">.
1568
1569         * shr.el (shr-image-from-data): New function.
1570         (shr-tag-img): Use it.
1571
1572 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1573
1574         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1575         group.
1576
1577 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1580         corresponding to any existing group (Bug#14166).
1581
1582 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1583
1584         * nnir.el (number-sequence): No longer used.
1585         (nnir-request-set-mark): New function.
1586         (nnir-request-update-info): Improve marks updating.
1587         (nnir-request-scan): Don't duplicate marks updating.
1588         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1589         Use 'assq rather than 'assoc.  Quote anonymous function.
1590         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1591         Use 'gnus-group-prefixed-p.
1592         (gnus-summary-create-nnir-group): Make sure server for method is open.
1593
1594 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1595
1596         * nnir.el (gnus-nnir-group-p): New function.
1597         (nnir-possibly-change-group): Use it.
1598
1599         * gnus-msg.el (gnus-setup-message): Use it.
1600
1601 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1604         `initial-input' for the argument name.
1605         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1606
1607 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1608
1609         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1610         (used by MH-E).
1611
1612 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1613
1614         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1615         group.
1616
1617         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1618         fix compilation.
1619
1620 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1621
1622         * nnir.el (nnir-method-default-engines): And another typo.
1623
1624 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1625
1626         * nnir.el (nnir-method-default-engines): Fix typo.
1627
1628 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1629
1630         * nnir.el: Define 'number-sequence for xemacs.
1631         (gnus-summary-create-nnir-group): New function to create an nnir group
1632         from an nnir summary buffer based on the current query.
1633         (nnir-request-create-group): Update to allow nnir group creation based
1634         on the current query.
1635
1636 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * nndraft.el (nndraft-request-expire-articles):
1639         Make expiry target always `delete'.
1640
1641 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1642
1643         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1644         buffer use the posting-style and gcc of the original article group.
1645         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1646
1647         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1648         after other deffoos.
1649
1650 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1651
1652         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1653         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1654         support for real (i.e. not ephemeral) nnir groups.
1655         (gnus-summary-make-nnir-group): New function for initiating searches
1656         from a summary buffer.
1657
1658 2013-03-18  Sam Steingold  <sds@gnu.org>
1659
1660         * message.el (message-bury): Minor cleanup.
1661
1662 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1663
1664         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1665
1666 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1669         nnml-request-list.  (Bug#13873)
1670         (nndir-request-newsgroups): Remove, unused.
1671
1672         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1673
1674 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1675
1676         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1677         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1678         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1679
1680 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1681
1682         * shr.el: Make all the overlays set the `evaporate' property so that
1683         they're removed properly.
1684
1685 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1686
1687         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1688         shell-quote-argument.
1689
1690 2013-02-22  David Engster  <deng@randomsample.de>
1691
1692         * gnus-registry.el (gnus-registry-save): Provide class name when
1693         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1694         `condition-case' to stay compatible with older EIEIO versions which
1695         only accept one argument.
1696
1697 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1698
1699         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1700         (epg-user-id-validity): Autoload.
1701         (mml2015-epg-check-user-id): New function.
1702         (mml2015-epg-check-sub-key): New function split from
1703         mml2015-epg-find-usable-key.
1704         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1705         optional name-is-key-id, to handle the case when user-id is unusable.
1706         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1707
1708 2013-02-17  Glenn Morris  <rgm@gnu.org>
1709
1710         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1711
1712 2013-02-16  Glenn Morris  <rgm@gnu.org>
1713
1714         * shr.el (shr-put-image): Only animate images that specify a delay.
1715         This is consistent with the old image-animated-p behavior.
1716
1717 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1720         for XEmacs.
1721
1722 2013-02-13  Juri Linkov  <juri@jurta.org>
1723
1724         * gnus-art.el (gnus-article-mode-map):
1725         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1726         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1727
1728 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1729
1730         * auth-source.el (auth-source-format-prompt): Don't get confused by
1731         any "\" in replacement text.  (Bug#13637)
1732
1733 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1734
1735         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1736         (gnus-backend-trace): Honour gnus-backend-trace.
1737
1738         * mml.el (mml-insert-part): Insert closing tag.
1739
1740         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1741
1742 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1745         able to find the article, which can happen in debbugs groups,
1746         apparently.
1747
1748 2013-01-16  Glenn Morris  <rgm@gnu.org>
1749
1750         * smiley.el (smiley-style): Make the file loadable in batch mode.
1751
1752 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1753
1754         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1755         imap process running.
1756
1757 2013-01-14  Julien Danjou  <julien@danjou.info>
1758
1759         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1760         Compare addresses against addresses, not against the full From field.
1761
1762 2013-01-13  Richard Stallman  <rms@gnu.org>
1763
1764         * message.el (message-forward-make-body-mime): New args BEG, END
1765         specify what part of FORWARD-BUFFER to use.  Do the work directly
1766         instead of calling `mml-insert-buffer'.
1767
1768 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1769
1770         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1771         cross-reference(s).
1772
1773         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1774         cross-reference(s).
1775
1776 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1777
1778         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1779         and point-max-marker.
1780         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1781
1782 2013-01-11  Julien Danjou  <julien@danjou.info>
1783
1784         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1785         max are almost equal.  Also return the correct value for V which is
1786         already between 0 and 1.
1787
1788 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1789
1790         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1791         to mml2015-encrypt-to-self.
1792         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1793
1794 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1795
1796         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1797         mml-smime-epg-find-usable-secret-key.
1798
1799 2013-01-08  Glenn Morris  <rgm@gnu.org>
1800
1801         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1802
1803 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1804
1805         * mml-smime.el: Support signing by sender.
1806         Requested by Uwe Brauer.
1807         (mml-smime-sign-with-sender): New user option analogous
1808         to mml2015-sign-with-sender.
1809         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1810         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1811         mml2015.el.
1812
1813 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1816         isn't running, because Gnus will probably not know how to handle the
1817         Gcc header (bug#11941).
1818
1819         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1820         articles.
1821
1822 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1825         (nnfolder-generate-active-file): Make this function work with recursive
1826         folder names.
1827
1828 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1829
1830         * nntp.el (nntp-open-connection): Use HELP as the capability command
1831         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1832         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1833
1834 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1835
1836         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1837         place holder since this gives `Invalid face reference: nil' messages.
1838         Use the `default' face instead.  It has the same effect here, even
1839         though it is not no-op.
1840
1841         * gnus-util.el
1842         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1843
1844 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1847         non-string posting styles (bug#13285).
1848
1849 2012-12-27  Glenn Morris  <rgm@gnu.org>
1850
1851         * plstore.el (plstore-passphrase-callback-function):
1852         Use plstore-get-file.
1853
1854 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1855
1856         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1857         stderr.
1858
1859 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1862
1863         * gnus-compat.el (set-buffer-multibyte): Remove.
1864
1865 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1866
1867         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1868         temporary file to get PGP key image.  Pass no-show-photos when
1869         extracting image to avoid having it pop up twice.
1870
1871 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1874         eligible for treatment.
1875
1876         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1877         lines.  This makes summary commands with hidden threads work more
1878         reliably.
1879
1880         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1881         button to mark the hidden citations (bug#9395).
1882
1883 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1884
1885         * mml2015.el (mml2015-epg-signature-to-string): New function.
1886         (mml2015-epg-verify-result-to-string): New function.
1887         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1888         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1889         instead of epg-verify-result-to-string.
1890         (epg-signature-key-id, epg-signature-to-string): Autoload.
1891         (epg-verify-result-to-string): Remove autoload.
1892
1893 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1894
1895         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1896         ID image from GPG public key.
1897         (mml2015-epg-key-image-to-string): New function.
1898
1899 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1900
1901         * plstore.el (plstore-passphrase-callback-function): Fix error when
1902         error when plstore-cache-passphrase-for-symmetric-encryption is set
1903         (bug#13264).
1904
1905 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1908         buffer to the article buffer here, because that clobbers multiple
1909         article buffers.
1910
1911         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1912         buffer always points to the right summary buffer.
1913
1914 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1915
1916         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1917         the password (bug#12097).
1918
1919 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1922         (bug#13263).
1923
1924         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1925         buffer exists before using it (bug#12475).
1926
1927         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1928         offline groups (bug#11937).
1929
1930         * message.el (message-yank-original): When using customize to set the
1931         value of `message-cite-style', the variable it set to a symbol that's
1932         the name of the variable, which must then be dereferenced (bug#12616).
1933
1934 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1935
1936         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1937         the `face' property with a list whose car is the face specified in the
1938         format string and whose cdr is (nil).
1939         * lisp/gnus-util.el
1940         (gnus-put-text-property-excluding-characters-with-faces):
1941         Change accordingly.
1942         (gnus-get-text-property-excluding-characters-with-faces): New function.
1943         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1944         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1945         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1946
1947 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1948
1949         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1950         login methods.
1951         (nnimap-login): Respect the `nnimap-authenticator' variable.
1952
1953         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1954         mark state when moving articles.  Otherwise unticked articles will get
1955         their ticks back after moving.
1956
1957 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1960
1961         * message.el (message-ignored-news-headers): Always remove
1962         X-Message-SMTP-Method to avoid information leakage if the user
1963         mistakenly inserts the header into news messages.
1964
1965         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1966
1967         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1968         right than four characters, this command would move point to
1969         `point-max'.  Don't do that.
1970
1971         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1972         to nil to allow re-selecting groups that gain articles.
1973         (gnus-bug-group-download-format-alist): Update the URL.
1974
1975 2012-12-23  Andreas Schwab  <schwab@suse.de>
1976
1977         * shr.el (shr-tag-em): Render em as italic, not bold.
1978
1979 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1982         for reuse.
1983         (gnus-open-server): Use it to add more tracing.
1984         (gnus-finish-retrieve-group-infos): Add backend tracing.
1985         (gnus-backend-trace): Also note the elapsed seconds.
1986
1987 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1988
1989         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1990         Set epa-file-encrypt-to from variable to avoid querying.
1991
1992 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1993
1994         * sieve-mode.el (sieve-font-lock-keywords):
1995         Keywords should be word delimited.  (Bug#13173)
1996
1997 2012-12-13  Andreas Schwab  <schwab@suse.de>
1998
1999         * tls.el (tls-program): Update customize type.
2000
2001 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2004         instead of <pre> to align message header.
2005
2006 2012-12-12  Sam Steingold  <sds@gnu.org>
2007
2008         * gnus.el (gnus-other-frame-resume-function): Add user option.
2009         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2010
2011 2012-12-06  Sam Steingold  <sds@gnu.org>
2012
2013         * gnus-start.el (gnus-before-resume-hook): Add.
2014         (gnus-1): Run it when Gnus is alive.
2015
2016 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2019         * gnus-art.el (article-unsplit-urls)
2020         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2021         * gnus-registry.el (gnus-registry-get-article-marks)
2022         * message.el (message-goto-body): Use it.
2023         (message-called-interactively-p): Remove.
2024
2025         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2026         (spam-stat-score-buffer): Use it.
2027
2028         * spam.el: Silence the warnings against BBDB functions when compiling.
2029
2030         * gnus-score.el (gnus-score-decode-text-parts):
2031         Use append+mapcar instead of the cl function mapcan.
2032
2033 2012-12-05  Sam Steingold  <sds@gnu.org>
2034
2035         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2036         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2037         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2038
2039 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gmm-utils.el (gmm-called-interactively-p): Revert.
2042         This seems to cause Emacs to get stuck!
2043         * gnus-art.el (article-unsplit-urls)
2044         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2045         * gnus-registry.el (gnus-registry-get-article-marks)
2046         * message.el (message-goto-body)
2047         (message-called-interactively-p): Revert.
2048
2049         * gmm-utils.el (gmm-called-interactively-p): New function.
2050         * gnus-art.el (article-unsplit-urls)
2051         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2052         * gnus-registry.el (gnus-registry-get-article-marks)
2053         * message.el (message-goto-body): Use it.
2054         (message-called-interactively-p): Remove.
2055
2056         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2057         * gnus-sync.el (gnus-sync-lesync-call)
2058         * message.el (message-read-from-minibuffer): Use it.
2059
2060 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gmm-utils.el (gmm-flet): Remove.
2063         * gnus-sync.el (gnus-sync-lesync-call)
2064         * message.el (message-read-from-minibuffer): Don't use it.
2065
2066 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2069
2070 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2073
2074         * gnus-sync.el (gnus-sync-lesync-call)
2075         * message.el (message-read-from-minibuffer): Use gmm-flet.
2076
2077         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2078
2079         * gnus-util.el (gnus-macroexpand-all): Remove.
2080
2081 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2082
2083         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2084         to TAB, not [tab].
2085         (gnus-summary-article-map): Likewise.
2086
2087         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2088         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2089
2090 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         * time-date.el: Commentary fix.
2093
2094 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         * color.el: Don't require cl.
2097         (color-complement): `caddr' -> `nth 2'.
2098
2099         * time-date.el (time-to-seconds): De-obsolete.
2100
2101 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * message.el (message-get-reply-headers):
2104         Make sure the reply goes to the author if it is a wide reply.
2105
2106 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2107
2108         * gnus-score.el (gnus-score-body):
2109         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2110         scoring by body.
2111
2112 2012-11-16  Glenn Morris  <rgm@gnu.org>
2113
2114         * gnus-diary.el (nndiary-request-create-group-functions)
2115         (nndiary-request-update-info-functions)
2116         (gnus-subscribe-newsgroup-functions)
2117         (nndiary-request-accept-article-functions):
2118         Use new names for hooks rather than obsolete aliases.
2119
2120 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2123
2124 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2127         in meta tag with the one the part specifies in its header.
2128
2129 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2130
2131         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2132         by default.
2133
2134 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2137         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2138
2139 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2142         and a runtime function for it, of which the XEmacs version takes only
2143         two arguments.
2144
2145 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2146
2147         * nndiary.el (nndiary-request-create-group-functions)
2148         (nndiary-request-update-info-functions)
2149         (nndiary-request-accept-article-functions):
2150         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2151         "-hooks" suffix.
2152
2153 2012-10-19  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-art.el: Require gnus-util because it uses
2156         `gnus-timer--function'.
2157
2158 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2159
2160         * starttls.el (starttls-extra-arguments): Doc fix.
2161
2162 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2165         it.
2166
2167 2012-10-06  Glenn Morris  <rgm@gnu.org>
2168
2169         * gnus-notifications.el (gnus-notifications):
2170         Add missing group :version tag.
2171         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2172         (gnus-gcc-post-body-encode-hook):
2173         * gnus-sync.el (gnus-sync-lesync-name)
2174         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2175
2176 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2177
2178         * color.el (color-hsl-to-rgb): Fix incorrect results for
2179         small and large hue values.  (Bug#12559)
2180
2181 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         New UIDL implementation.
2184
2185         * mail-source.el (mail-sources, mail-source-keyword-map):
2186         Add :leave as a pop3 keyword.
2187         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2188
2189         * pop3.el (pop3-leave-mail-on-server): Allow number.
2190         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2191         (pop3-movemail): Add UIDL support.
2192         (pop3-send-streaming-command): Take a list of mail numbers instead of
2193         the number of mails.
2194         (pop3-write-to-file): Add X-UIDL header.
2195         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2196         (pop3-uidl-add-xheader): New functions.
2197
2198         * message.el (message-ignored-resent-headers):
2199         Add X-Content-Length and X-UIDL headers.
2200
2201 2012-10-05  Glenn Morris  <rgm@gnu.org>
2202
2203         * color.el (color-name-to-rgb, color-rgb-to-hex)
2204         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2205         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2206         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2207         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2208
2209 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2212         a user about whether to delete temp files if once a user answered as n.
2213
2214 2012-09-25  Chong Yidong  <cyd@gnu.org>
2215
2216         * password-cache.el (password-read-and-add): Use a declare form to mark
2217         this function obsolete.
2218
2219 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * lpath.el: Bind mail-encode-mml for old Emacsen.
2222
2223 2012-09-17  Richard Stallman  <rms@gnu.org>
2224
2225         * message.el (message-in-body-p): Don't set mark or modify buffer.
2226
2227         * mml.el (mml-attach-file): Doc fix.
2228         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2229         Set mail-encode-mml when in Mail mode.
2230         Simplify code to set HEAD and move back to HEAD.
2231         (mml-insert-multipart, mml-insert-part):
2232         Set mail-encode-mml when in Mail mode.
2233
2234 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-util.el (gnus-timer--function): New function.
2237
2238         * gnus-art.el (gnus-article-stop-animations): Use it.
2239
2240 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2241
2242         Fix glitches caused by addition of psec to timers.
2243         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2244         rather than raw access to timer vector.
2245
2246 2012-09-11  Julien Danjou  <julien@danjou.info>
2247
2248         * gnus-notifications.el (gnus-notifications): Check for nil values in
2249         ignored addresses check.
2250
2251 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2252
2253         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2254
2255 2012-09-07  Chong Yidong  <cyd@gnu.org>
2256
2257         * gnus-util.el
2258         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2259
2260         * gnus-salt.el (gnus-tree-highlight-node):
2261         * gnus-sum.el (gnus-summary-highlight-line):
2262         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2263
2264 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2267
2268 2012-09-06  Juri Linkov  <juri@jurta.org>
2269
2270         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2271         scheme for buffer names to be more consistent with other group and
2272         article buffer names in Gnus.
2273
2274 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2275
2276         * gnus-util.el
2277         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2278
2279         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2280         Jenkner.
2281
2282         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2283
2284         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2285
2286         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2287
2288 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2291         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2292
2293         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2294         string-prefix-p in Emacs >=23.2.
2295
2296         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2297         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2298         instead of string-match-p.
2299         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2300
2301 2012-09-06  Kenichi Handa  <handa@gnu.org>
2302
2303         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2304         lowercase a..f.
2305
2306 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2307
2308         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2309
2310 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2311
2312         * nnimap.el (nnimap-request-move-article): Decode the group name when
2313         doing internal moves to avoid charset issues.
2314
2315         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2316         TIME is set.
2317
2318 2012-09-05  Juri Linkov  <juri@jurta.org>
2319
2320         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2321         than one group at a time (bug#11961).
2322
2323 2012-09-05  Julien Danjou  <julien@danjou.info>
2324
2325         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2326         this hide the real reason with a message giving absolutely no hint.
2327
2328 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2331         to the backend (bug#11804).
2332
2333         * message.el (message-insert-newsgroups): Don't insert newsgroup
2334         duplicates (bug#12275).
2335
2336 2012-09-05  John Wiegley  <johnw@newartisans.com>
2337
2338         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2339         sieve rules.
2340
2341 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2342
2343         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2344         function.
2345
2346         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2347
2348         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2349
2350 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2351
2352         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2353         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2354         This should make nnmaildir more usable with offlineimap.
2355
2356 2012-09-05  Julien Danjou  <julien@danjou.info>
2357
2358         * nnimap.el (nnimap-request-list): Revert change that made listing
2359         synchronous.
2360         (nnimap-get-responses): Restore.
2361
2362 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2363
2364         * dgnushack.el: XEmacs 21.5 compilation fix.
2365
2366         * gnus-notifications.el (gnus-notifications-notify): Use it.
2367
2368         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2369         warnings on XEmacs.
2370
2371 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         Better seeds for (random).
2374         * gnus-sync.el (gnus-sync-lesync-setup):
2375         * message.el (message-canlock-generate, message-unique-id):
2376         Change (random t) to (random), now that the latter is more random.
2377
2378 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2379
2380         * nnimap.el (nnimap-change-group): Document result value
2381
2382         * auth-source.el (auth-sources): Fix macos keychain access.
2383
2384         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2385         allow the backend `request-head' function to determine the group
2386         name on its own.
2387         (gnus-request-expire-articles): Filter out negative article numbers
2388         during expiry (Bug#11980).
2389
2390         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2391         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2392
2393         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2394         you've found the article when you haven't.
2395
2396         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2397         that nnimap-change-group can return t.
2398
2399 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2400
2401         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2402
2403 2012-08-30  Julien Danjou  <julien@danjou.info>
2404
2405         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2406         `gnus-notifications-timeout'.
2407         (gnus-notifications-timeout): Add.
2408         (gnus-notifications-action): New function.
2409         (gnus-notifications-notify): Add :action using
2410         `gnus-notifications-action'.
2411         (gnus-notifications-id-to-msg): New variable.
2412         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2413         notifications id to messages.
2414
2415 2012-08-30  Kenichi Handa  <handa@gnu.org>
2416
2417         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2418         once.
2419
2420 2012-08-29  Julien Danjou  <julien@danjou.info>
2421
2422         * gnus-notifications.el: New file.
2423         (gnus-notifications-notify): New function.
2424         (gnus-notifications): Use `gnus-notifications-notify'.
2425
2426 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2429         transfer encoding first; bind gnus-newsgroup-charset to the charset
2430         that the article specifies (Bug#12209).
2431
2432 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2435         (gnus-group-customize-done): Encode values posting-style holds.
2436
2437         * gnus-msg.el (gnus-summary-resend-message)
2438         (gnus-configure-posting-styles): Decode values posting-style group
2439         parameter holds.
2440
2441 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2444         `name' and `address' in Resent-From header.
2445
2446 2012-08-14  Chong Yidong  <cyd@gnu.org>
2447
2448         * gnus-art.el (article-display-face): Handle failure in
2449         gnus-create-image (Bug#11802).
2450
2451 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2452
2453         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2454         Use defsetf.
2455
2456 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2457
2458         * auth-source.el (auth-source-plstore-search)
2459         (auth-source-secrets-search): Ignore :require and :type in search spec.
2460
2461 2012-08-06  Julien Danjou  <julien@danjou.info>
2462
2463         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2464         `nnimap-request-move-article'.
2465
2466         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2467         Remove autoload, already handled by gnus.el.
2468
2469         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2470
2471         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2472         supported by nnimap actually.  Reverts previous change.
2473
2474         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2475         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2476         to-buffer argument that is already supported.
2477
2478 2012-08-05  Julien Danjou  <julien@danjou.info>
2479
2480         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2481         Add autoload.
2482
2483 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus.el (gnus-valid-select-methods): Fix custom type.
2486
2487 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2488
2489         * auth-source.el (auth-sources, auth-source-backend-parse)
2490         (auth-source-macos-keychain-search)
2491         (auth-source-macos-keychain-search-items)
2492         (auth-source-macos-keychain-result-append)
2493         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2494         auth-source.el through the /usr/bin/security utility.
2495         (auth-sources): Fix syntax error.
2496         (auth-source-macos-keychain-result-append): Fix variable name.
2497         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2498
2499 2012-07-27  Julien Danjou  <julien@danjou.info>
2500
2501         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2502         Emacs < 24.1
2503
2504 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * message.el (message-kill-address): Don't kill last newline.
2507         (message-skip-to-next-address): Don't move to the next header.
2508         (message-fill-field-address): Work properly.
2509
2510 2012-07-25  Julien Danjou  <julien@danjou.info>
2511
2512         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2513
2514 2012-07-24  Julien Danjou  <julien@danjou.info>
2515
2516         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2517
2518         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2519         (nntp-async-timer-handler): Remove, unused.
2520
2521         * nnimap.el (nnimap-get-responses): Remove, unused.
2522
2523         * nnheader.el (mail-header-set-extra): Remove, unused.
2524
2525         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2526         unused.
2527
2528         * mm-view.el (mm-view-sound-file): Remove, unused.
2529
2530         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2531         (mm-url-encode-multipart-form-data): Remove, unused.
2532
2533         * message.el (message-remove-signature, message-make-host-name)
2534         (message-fill-address): Remove, unused.
2535
2536         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2537         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2538         unused.
2539
2540         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2541         (gnus-xmas-call-region): Remove, unused.
2542
2543         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2544
2545         * gnus-util.el (gnus-extract-address-component-name)
2546         (gnus-extract-address-component-email, gnus-sortable-date)
2547         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2548         (gnus-process-live-p): Remove, unused.
2549
2550         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2551
2552         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2553         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2554         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2555         function.
2556
2557         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2558
2559         * gnus-score.el (gnus-summary-score-crossposting)
2560         (gnus-score-regexp-bad-p): Remove, unused.
2561
2562         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2563
2564         * gnus-range.el (gnus-sublist-p): Remove, unused.
2565
2566         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2567         unused.
2568
2569         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2570
2571         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2572         (gnus-request-associate-buffer): Remove, unused.
2573
2574         * gnus-group.el (gnus-group-set-method-info)
2575         (gnus-group-set-params-info): Remove, unused.
2576
2577         * gnus-fun.el (gnus-shell-command-to-string)
2578         (gnus-shell-command-on-region): Remove, unused.
2579
2580         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2581
2582         * gnus-art.el (gnus-article-text-type-exists-p)
2583         (article-translate-characters, gnus-article-hide-text-of-type)
2584         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2585         Remove, unused.
2586
2587 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2588
2589         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2590
2591 2012-07-21  Julien Danjou  <julien@danjou.info>
2592
2593         * message.el (message-dont-reply-to-names): Replace deprecated
2594         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2595         (message-get-reply-headers): Ditto.
2596
2597 2012-07-18  Julien Danjou  <julien@danjou.info>
2598
2599         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2600         `sieve-upload-and-kill'.
2601
2602         * sieve.el (sieve-bury-buffer): Remove function.
2603         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2604         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2605
2606 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2607
2608         * shr.el (shr-expand-url): Handle URL starting with `//'.
2609
2610 2012-07-13  Chong Yidong  <cyd@gnu.org>
2611
2612         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2613         instead of calling toggle-read-only with a (bogus) argument.
2614
2615 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2616
2617         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2618         of initial input when reading the author to restrict the summary to.
2619
2620 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * mm-decode.el (mm-shr):
2623         Allow overriding charset by mm-charset-override-alist.
2624
2625 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-art.el (gnus-article-view-part):
2628         Toggle subparts of multipart/alternative part.
2629
2630 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2631
2632         * shr.el (shr-render-buffer): New command.
2633         (shr-visit-file): Use it.
2634
2635 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2638         Set no-byte-compile and no-update-autoloads.
2639
2640 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2643
2644 2012-06-25  Julien Danjou  <julien@danjou.info>
2645
2646         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2647         `nnimap-request-move-articles-find-limit' since we do not use it only
2648         for move operations.
2649         (nnimap-request-accept-article): Use
2650         `nnimap-request-articles-find-limit' to limit search by message-id.
2651
2652 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2653
2654         Support higher-resolution time stamps (Bug#9000).
2655
2656         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2657         VARLIST.  It's optional, for backward compatibility.
2658         (encode-time-value): New optional arg PICO.  New type 3.
2659         (time-to-seconds) [!float-time]: Support the new picoseconds
2660         component if it's used.
2661         (seconds-to-time, time-subtract, time-add):
2662         Support ps-resolution time stamps as well.
2663
2664 2012-06-19  Julien Danjou  <julien@danjou.info>
2665
2666         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2667
2668         * nnimap.el (nnimap-log-buffer): Check that
2669         `window-point-insertion-type' is boundp, since it's not available in
2670         XEmacs.
2671
2672 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2673
2674         * nnimap.el (nnimap-log-buffer): Add this, setting
2675         `window-point-insertion-type' in the buffer to t.
2676         (nnimap-log-command): Use nnimap-log-buffer.
2677
2678 2012-06-19  Julien Danjou  <julien@danjou.info>
2679
2680         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2681         argument to be able to limit the search.
2682         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2683         (nnimap-request-move-articles-find-limit): Add this to limit the search
2684         by Message-Id after a message move.
2685         (nnimap): Add defgroup.
2686
2687 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2688
2689         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2690
2691 2012-06-15  Julien Danjou  <julien@danjou.info>
2692
2693         * nnimap.el (nnimap-find-article-by-message-id): Use
2694         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2695         (nnimap-possibly-change-group): Add read-only argument.
2696         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2697         issuing EXAMINE manually.
2698         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2699         with read-only argument.
2700         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2701         cannot possibly change because we need to be sure that it's either
2702         read-write or read-only.
2703
2704 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2707         being bound to a lambda form.
2708
2709 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2710
2711         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2712         articles when fetch-old is non-nil (bug#11370).
2713
2714 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2715
2716         * gnus-picon.el (gnus-picon-properties): New defcustom.
2717         (gnus-picon-create-glyph): Use it.
2718
2719 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-group.el (gnus-group-get-new-news): Respect
2722         `gnus-group-use-permanent-levels', as documented (bug#11638).
2723
2724 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2725
2726         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2727         groups (bug#11641).
2728
2729 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2730
2731         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2732         is an integer to avoid later problems.
2733
2734 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2737         locales.
2738
2739         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2740         on a handle.
2741
2742         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2743         address as the default.
2744         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2745
2746         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2747         makes no sense to query the user about internal files.
2748
2749         * gnus-spec.el: Remove all the byte-compilation stuff, since
2750         benchmarking shows that it doesn't help when entering large summary
2751         buffers.
2752
2753         * gnus-xmas.el (gnus-xmas-define): Remove.
2754
2755         * gnus-util.el (gnus-byte-code): Remove.
2756
2757         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2758         grouplens stuff.
2759
2760 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2763         (bug#11514).
2764
2765 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2766
2767         * message.el (message-buffers): Return all buffers derived from Message
2768         to make `gnus-dired-attach' work with mu4e.
2769
2770 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2771
2772         * nntp.el: Stop the `letf' madness.
2773         (nntp--report-1): New var.
2774         (nntp-report): Merge nntp-report-1 into it.
2775         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2776         the nntp-report function.
2777
2778         * auth-source.el: Fix comment-style to follow the convention.
2779
2780 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2781
2782         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2783         (mm-dissect-singlepart): Don't guess the MIME type of
2784         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2785         set.
2786         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2787         toplevel MIME type is multipart/encrypted.
2788
2789 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2792         a string so that Gcc works (bug#11514).
2793
2794 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2797         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2798
2799 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2802         jumping to *Server* from a dedicated *Group* window.
2803         (gnus-configure-frame): CSE.
2804
2805         * gnus-registry.el: Minor style cleanup.
2806         (gnus-registry--set/remove-mark): New function, extracted from
2807         gnus-registry-install-shortcuts.
2808         (gnus-registry-install-shortcuts): Use it.
2809
2810 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * nnspool.el (news-path): Use eval-and-compile.
2813
2814 2012-05-24  Glenn Morris  <rgm@gnu.org>
2815
2816         * nnspool.el (news-directory, news-path, news-inews-program):
2817         Move here from paths.el.  Don't see a need for these to be autoloaded.
2818
2819         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2820         Merge in doc from paths.el version.  Don't see any need for this to be
2821         autoloaded, or for the warning about users not setting it.
2822
2823 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2824
2825         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2826         format.  In particular, add an optional argument and a docstring.
2827
2828         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2829
2830         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2831         current before calling `gnus-groups-to-gnus-format'.
2832         Note that this was already the case for `gnus-active-to-gnus-format'.
2833
2834 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2835
2836         Fix minor Y10k bug.
2837         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2838
2839 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2842         message once it's actually open.
2843
2844 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2845
2846         * gnus.el: Ma Gnus v0.5 is released.
2847
2848 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2849
2850         * auth-source.el (auth-source--aput-1, auth-source--aput)
2851         (auth-source--aget): New functions and macros.
2852         Use them instead of aput/aget.
2853
2854 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2855
2856         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2857
2858 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2859
2860         * plstore.el (plstore-called-interactively-p): New compat macro copied
2861         from message.el.
2862         (plstore-mode): Use it.
2863
2864 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2865
2866         * plstore.el: Revive the editing feature.
2867         (plstore-mode): New mode to edit plstore file.
2868         (plstore-mode-toggle-display, plstore-mode-original)
2869         (plstore-mode-decoded): New command.
2870         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2871         (plstore--insert-buffer, plstore--make): New function.
2872         (plstore-open, plstore-save): Simplify by using them.
2873
2874 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2877
2878 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2879
2880         * tls.el (open-tls-stream): Remove unused binding.
2881
2882 2012-04-16  Glenn Morris  <rgm@gnu.org>
2883
2884         * nndraft.el (nndraft-request-list): Fix declaration.
2885
2886 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * mm-decode.el (mm-dissect-buffer): Doc fix.
2889
2890         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2891         don't have a current group.
2892
2893         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2894         buffer if it doesn't exist.
2895
2896         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2897         given, mark the group as ephemeral with the current window conf.
2898
2899         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2900         buffer exists, which it doesn't if we haven't started Gnus.
2901         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2902
2903 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2906         type is.
2907
2908         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2909         `unexists' entries.
2910         (gnus-clean-old-newsrc): Fix last checkin.
2911
2912         * nnimap.el (nnimap-update-info): None of the articles below the active
2913         low-water mark exist.
2914
2915         * dgnushack.el: Get rid of XEmacs compilation warning.
2916
2917         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2918         would have gotten if we posted to the group, and use that to compare
2919         against the message we want to cancel (bug#10808).
2920
2921         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2922         on XEmacs.
2923
2924 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2925
2926         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2927         `scroll-margin'.
2928
2929 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2930
2931         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2932         citation prefix within a block of cited text should be considered part
2933         of that block *only* if it is a blank line.
2934
2935 2012-04-09  Chong Yidong  <cyd@gnu.org>
2936
2937         * binhex.el, hashcash.el, uudecode.el:
2938         Remove * characters from the front of variable docstrings.
2939
2940 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2943         before kinsoku-bol characters nor within kinsoku-eol characters.
2944
2945 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2948         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2949         (gnus-sync-read): Use mapc instead of mapcar.
2950
2951         * mm-archive.el: Require mm-decode for some macros.
2952         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2953         the byte compiler.
2954         (mm-archive-decoders): New function that returns the value of
2955         the mm-archive-decoders variable.
2956
2957         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2958         instead.
2959         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2960
2961         * nnimap.el (gnus-refer-thread-use-nnir):
2962         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2963
2964 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2967
2968 2012-03-12  Peter Münster  <pmrb@free.fr>
2969
2970         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2971         (gnus-demon-cancel): Ditto.
2972         (gnus-demon-run-callback): When function cannot be called due to low
2973         idleness, call it when idleness reaches the expected value, instead of
2974         waiting another timer period.
2975         (gnus-demon-init): Add `time' to arguments of call-back.
2976
2977 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2980
2981         * gnus.el: Register gnus-registry functions.
2982
2983         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2984         indent.
2985
2986         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2987         enabled before warping.
2988
2989 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2990
2991         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2992         registry about each article retrieved.
2993
2994         * gnus-int.el (gnus-select-group-with-message-id): New function.
2995         (gnus-try-warping-via-registry): Ditto.
2996         (gnus-warp-to-article): Fall back on the registry.
2997
2998 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2999
3000         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3001         inboxes.
3002
3003 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3006
3007 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3010         gnus-gcc-self-resent-messages may be a group parameter.
3011         (gnus-summary-resend-message): Don't encode encoded words in header
3012         when Gcc'ing resent message.
3013
3014 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * shr.el (shr-insert): Treat non-breaking space just like normal
3017         space.  This seems to produce more pleasing results.
3018         (shr-insert): Only insert a blank line if we're starting from an image.
3019         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3020         (shr-ensure-paragraph): Consider lines with white space to be blank.
3021
3022 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3023
3024         * Makefile.in: Respect DESTDIR.
3025
3026 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3027
3028         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3029         and gnus-gcc-post-body-encode-hook.
3030
3031 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3034         messages that don't exist.
3035
3036         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3037
3038 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3041         Remove.
3042
3043         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3044
3045         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3046
3047 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3050         have a group name.
3051
3052         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3053         a multibyte buffer (bug#7410).
3054         (article-wash-html): Parse the original article buffer to get the
3055         unencoded data (bug#7410).
3056
3057         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3058         .newsrc.el files.
3059
3060 2012-04-05  Bastien Guerry  <bzg@altern.org>
3061
3062         * color.el (color-lighten-name): Fix typo.
3063
3064 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3067         "#" to avoid having them interpreted as comments.
3068
3069 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * shr.el (shr-insert): Update the text state properly to avoid
3072         inserting spurious paragraph starts.
3073
3074 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * shr.el (shr-table-widths): Divide the extra width more fairly over
3077         the TDs (bug#10973).
3078         (shr-render-td): Don't delete too much padding.
3079         (shr-natural-width): Compute the natural width more correctly.
3080         (shr-insert): Allow the natural width to be computed for tables again.
3081         (shr-tag-table-1): Rework how the natural widths are computed by
3082         rendering the table a third time.
3083         (shr-natural-width): Removed.
3084         (shr-buffer-width): New function.
3085         (shr-expand-newlines): Use it.
3086
3087         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3088         using a `gnus-use-full-window' setup (bug#11013).
3089
3090 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3093         24.1 release.
3094
3095 2012-03-10  David Edmondson  <dme@dme.org>
3096
3097         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3098         'Forwarded Message' header and the start of the message.
3099
3100 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3101
3102         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3103         isn't running (bug#10897).
3104
3105 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3108         This is inconsistent with all the other stream functions, which leave
3109         the setting up to the higher levels (if so wanted) (bug#10931).
3110
3111 2012-02-28  Glenn Morris  <rgm@gnu.org>
3112
3113         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3114         mm-decode.el: Standardize possessive apostrophe usage.
3115
3116 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3119
3120 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3121
3122         * parse-time.el (parse-time-string): Allow extractor to return nil.
3123
3124 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3127
3128 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3131
3132 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3133
3134         * mm-decode.el (mm-shr): Remove "soft hyphens".
3135
3136         * nnimap.el (nnimap-request-list): Return the group names encoded as
3137         utf8.  Otherwise non-European group names don't work.
3138         (nnimap-request-newgroups): Ditto.
3139
3140         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3141         the default in `read-string' (bug#10757).
3142
3143         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3144         topics (bug#10843).
3145
3146         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3147         buffer.  Suggested by Herbert Valerio Riedel.
3148         (nnimap-request-move-article): Delete the message from the correct IMAP
3149         server.
3150
3151 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3152
3153         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3154         Reported by Peter Münster.
3155
3156 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3157
3158         * shr.el (shr-image-fetched): Make sure we really kill the right
3159         buffer.
3160
3161 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3162
3163         * gnus-start.el (gnus-1): Avoid duplicate entries.
3164
3165 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3166
3167         * imap.el: Remove.
3168
3169         * nntp.el (nntp-coding-system-for-read): Remove.
3170         (nntp-coding-system-for-write): Ditto.
3171         (nntp-open-connection): Just use `binary' directly.
3172
3173         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3174         Gnus 0.3.
3175
3176 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3177
3178         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3179         application/octet-stream parts really is.
3180
3181         * gnus-sum.el (gnus-propagate-marks): Remove.
3182
3183 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3184
3185         * shr.el (shr-rescale-image): Undo previous change; see
3186         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3187
3188 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3189
3190         * gnus.el: Ma Gnus v0.3 is released.
3191
3192 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3193
3194         * gnus-sum.el (gnus-summary-local-variables): Make
3195         `gnus-newsgroup-unexist' into a local variable.
3196
3197 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * registry.el (registry-usage-test, registry-persistence-test): Move to
3200         tests/gnustest-registry.el.
3201         (registry-make-testable-db, registry-match-test)
3202         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3203
3204         * gnus-registry.el (gnus-registry-misc-test)
3205         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3206
3207         * tests/gnustest-registry.el: New file with the registry and
3208         gnus-registry ERT tests.
3209
3210 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-msg.el (gnus-summary-resend-message): Make
3213         gnus-summary-resend-message-insert-gcc be last item in
3214         message-header-setup-hook.
3215
3216 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3217
3218         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3219         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3220         Remove.
3221         (nnfolder-open-server): Don't use marks.
3222         (nnfolder-request-delete-group): Ditto.
3223         (nnfolder-request-rename-group): Ditto.
3224         (nnfolder-request-set-mark, nnfolder-request-marks)
3225         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3226         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3227
3228         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3229         (nnml-marks-modtime): Remove.
3230         (nnml-request-delete-group): Don't use marks.
3231         (nnml-request-rename-group): Ditto.
3232         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3233         (nnml-save-marks, nnml-open-marks): Remove.
3234
3235         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3236         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3237         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3238         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3239         (nntp-server-to-method-cache): Remove.
3240
3241         * shr.el (shr-rescale-image): Fix wrong merge.
3242
3243 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3244
3245         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3246         too-wide lines.
3247
3248 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3249
3250         * nnimap.el (nnimap-record-commands): New variable.
3251         (nnimap-log-command): Use it.
3252         (nnimap-make-process-buffer): Add a space to the process buffer.
3253         (nnimap-transform-headers): Don't bug out on header lines containing
3254         stuff that look like IMAP length encodings.
3255
3256         * shr.el (shr-rescale-image): Allow viewing large images.
3257
3258 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnml.el (nnml-request-compact-group): Delete the marks file after
3261         compaction (bug#10800).
3262
3263         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3264         group exit.
3265
3266         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3267         QRESYNC/FETCH output.
3268
3269 2012-02-11  Glenn Morris  <rgm@gnu.org>
3270
3271         * sieve-manage.el (sieve-manage-default-stream):
3272         * shr.el (shr):
3273         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3274         (nnir-retrieve-headers-override-function)
3275         (nnir-imap-default-search-key, nnir-notmuch-program)
3276         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3277         (nnir-method-default-engines):
3278         * message.el (message-cite-reply-position):
3279         * gssapi.el (gssapi-program):
3280         * gravatar.el (gravatar):
3281         * gnus-sum.el (gnus-refer-thread-use-nnir):
3282         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3283         (gnus-registry-max-pruned-entries):
3284         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3285         * gnus-int.el (gnus-after-set-mark-hook)
3286         (gnus-before-update-mark-hook):
3287         * gnus-async.el (gnus-async-post-fetch-function):
3288         * auth-source.el (auth-source-cache-expiry):
3289         Add missing :version tags to new defcustoms and defgroups.
3290
3291 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3294         `gnus-newsgroup-unexist'.
3295
3296         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3297         marks.
3298         (gnus-article-special-mark-lists): Put the `unexist' in the special
3299         marks list instead.
3300
3301         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3302         articles in the list of articles to be selected.
3303
3304         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3305         articles.
3306         (nnimap-update-info): Keep track of unexisting articles.
3307         (nnimap-update-qresync-info): Ditto.
3308
3309 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3310
3311         * message.el (message-default-send-mail-function): Made into own
3312         function for reuse by emacsbug.el.
3313
3314 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3315
3316         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3317         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3318
3319 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3320
3321         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3322         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3323
3324         * gnus-compat.el: Define `timer-set-function'.
3325
3326         * mm-decode.el (mm-display-external): Output the text from the command
3327         in the buffer after the command finished.  This makes text-based
3328         commands behave better.
3329
3330 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3333
3334 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3335
3336         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3337         23.1.
3338
3339 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3342
3343 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3344
3345         * message.el (smtpmail-smtp-user): Silence compiler warning.
3346
3347 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3348
3349         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3350         SMTP user name.
3351
3352 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-sum.el (gnus-summary-show-thread):
3355         next-single-char-property-change may return nil in XEmacs.
3356         (gnus-summary-article-map): Fix typo.
3357
3358 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3361         running.
3362
3363         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3364
3365         * gnus.el (gnus-server-extend-method): Don't add an -address component
3366         if the method already has one (bug#9676).
3367
3368 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3371         of an initial-input for consistency (bug#10757).
3372
3373         * dgnushack.el: Fix XEmacs compilation warning.
3374
3375         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3376
3377         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3378
3379 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3380
3381         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3382         lines that are narrower than the window width.  Otherwise background
3383         "blocks" will look less readable.
3384
3385 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3386
3387         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3388         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3389         have newlines within the strings, and where the UID comes after the
3390         BODYSTRUCTURE element (bug#10537).
3391
3392         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3393         (bug#10732).
3394
3395         * shr.el (shr-insert-document): Add doc string.
3396         (shr-visit-file): Ditto.
3397         (shr-remove-trailing-whitespace): New function.
3398         (shr-insert-document): Use it to clean up trailing whitespace as the
3399         final step (bug#10714).
3400
3401 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3404         buffer if `gnus-kill-summary-on-exit' is nil.
3405
3406 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3409         when just reading a single group from "without" Gnus.
3410
3411 2012-02-06  Chong Yidong  <cyd@gnu.org>
3412
3413         * gnus-sum.el (gnus-summary-show-thread):
3414         next-single-char-property-change never returns nil (Bug#8657).
3415
3416 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3417
3418         * message.el (message-multi-smtp-send-mail): New function.
3419         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3420         header to implement multi-SMTP functionality.
3421
3422         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3423         (gnus-agentize): Don't set it.
3424         (gnus-agent-send-mail): Don't use it.
3425
3426         * gnus-sum.el (gnus-summary-widget-backward): New function and
3427         keystroke.
3428
3429         * gnus-compat.el: More the compat functions more compatible.
3430
3431         * shr.el (shr-put-image): Remove underlines from sliced images.
3432         (shr-zoom-image): Compute the region to be replaced more correctly.
3433
3434 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3437         (gnus-summary-resend-message-insert-gcc): New function.
3438         (gnus-summary-resend-message): Modify message-header-setup-hook and
3439         message-sent-hook to make it work for Gcc.
3440         (gnus-inews-do-gcc): Update the number of unread articles of groups
3441         that messages are Gcc'd to.
3442
3443         * message.el (message-resend): Run message-sent-hook to do Gcc.
3444
3445 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3446
3447         * lpath.el: Fix an XEmacs compilation warning.
3448
3449         * gnus-compat.el: Require `help-fns' to fix compilation error.
3450
3451         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3452         a higher level to silence compilation.
3453
3454         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3455         parameter to allow controlling the scaling.
3456
3457         * shr.el (shr-zoom-image): New command and keystroke.
3458         (shr-put-image): Take a `size' flag to say how to scale the image.
3459
3460         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3461         deletion unless already defined.
3462
3463         * gnus.el (gnus-compat): Require it.
3464
3465         * gnus-compat.el: New file.
3466
3467         * gnus-start.el (gnus-clean-old-newsrc): New function.
3468         (gnus-read-newsrc-file): Use it.
3469
3470         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3471         Use recursive deletion.
3472         (mm-dissect-archive): Add support for zip files.
3473
3474         * gnus-util.el (gnus-recursive-directory-files): New function.
3475
3476         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3477         (mm-archive-decoders): Add tgz support.
3478
3479         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3480         Otherwise inserting text into the Gnus buffer can look odd.
3481
3482         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3483
3484         * mm-archive.el (mm-archive-decoders): Add support for tar.
3485
3486         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3487
3488         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3489
3490 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3491
3492         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3493
3494         * mm-archive.el: New file.
3495
3496         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3497
3498         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3499
3500         * message.el (message-goto-*): Make all the `message-goto-*' commands
3501         push the mark before moving point.  This makes it easier to go back to
3502         where you came from after editing whatever you jumped to.
3503
3504 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3505
3506         * gnus.el: Ma Gnus v0.1 is released.
3507
3508 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3509
3510         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3511         without reconnecting.
3512         (nnimap-possibly-change-group): Ditto.
3513         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3514         connection has died before being called.
3515
3516 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3519         an initial sync unless we're really doing one.
3520
3521         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3522         address parameter if one already exists (bug#9676).
3523
3524         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3525         not the prefix, as documented (bug#10689).
3526
3527 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3530         the "server".
3531
3532         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3533         the real error message with the useless "previously known to be down".
3534         Which isn't even correct.
3535
3536         * nntp.el (nntp-open-connection): Report the error message if the nntp
3537         server can't be reached.
3538
3539         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3540         groups we do a total scan for.
3541         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3542         doing that.
3543
3544 2012-01-31  Jim Meyering  <jim@meyering.net>
3545
3546         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3547         Correct a comment (insert "not") and hide nominally-doubled "to".
3548
3549 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus.el (gnus-version): Change name to "Ma Gnus".
3552
3553 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3554
3555         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3556         section in the manual.
3557
3558 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3559
3560         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3561         words.
3562         (rfc2047-encode-string): Ditto.
3563         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3564         understand folded filename="..." parameters, for instance.
3565
3566         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3567         the message for greater debuggability.
3568
3569 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3570
3571         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3572         instead of setting it locally, since the latter doesn't seem to have
3573         any effect (most of the time).
3574
3575 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3576
3577         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3578         function call.
3579
3580 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3581
3582         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3583         seconds, and make the repeat clause with HH:MM specs work as
3584         documented.
3585
3586 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3587
3588         * proto-stream.el (proto-stream-capability-open): Fall back on
3589         :end-of-command if :end-of-capability doesn't exist.
3590
3591 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3594         bound globally in old Emacsen and XEmacsen.
3595
3596 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3599         so that previous errors don't prohibit getting new news.
3600
3601         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3602
3603         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3604
3605 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3606
3607         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3608         buffer, not of the string which is its name.
3609
3610 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3611
3612         * proto-stream.el (proto-stream-capability-open): Wait for
3613         :end-of-capability, not :end-of-command.
3614
3615         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3616         non-server-marks groups.
3617         (gnus-group-make-articles-read): Ditto.
3618
3619         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3620         methods (bug#9676).
3621
3622         * gnus.el (gnus-method-ephemeral-p): New function.
3623
3624 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3627         left-to-right.
3628
3629 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3630
3631         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3632         warning.
3633
3634 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3637         macroexpand the nnir things, since they haven't been defined yet, and
3638         nnir requires gnus-sum.
3639
3640 2012-01-24  Julien Danjou  <julien@danjou.info>
3641
3642         * color.el (color-rgb-to-hsl): Fix value computing.
3643         (color-hue-to-rgb): New function.
3644         (color-hsl-to-rgb): New function.
3645         (color-clamp, color-saturate-hsl, color-saturate-name)
3646         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3647         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3648
3649 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3652
3653 2012-01-19  Julien Danjou  <julien@danjou.info>
3654
3655         * color.el (color-name-to-rgb): Use the white color to find the max
3656         color component value and return correctly computed values.
3657         (color-name-to-rgb): Add missing float conversion for max value.
3658
3659 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3662         logical server name in addition to the actual machine address.
3663
3664         * auth-source.el (auth-source-user-and-password): Add convenience
3665         wrapper to search by just host and optionally user.
3666
3667 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3670         after rendering.
3671
3672 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3675         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3676         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3677
3678 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3681         (bug#9693).
3682         (gnus-summary-setup-buffer): Document return value (bug#9697).
3683
3684         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3685         since ido doesn't work on symbols (bug#9632).
3686
3687         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3688         when getting a single value as when getting all the values.  This means
3689         that atoms like `gcc-self' work cumulatively, like variable settings,
3690         instead of getting the value from the last matching clause.
3691         (gnus-group-find-parameter): Protect against the group buffer not
3692         existing (bug#9585).
3693
3694 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-start.el (gnus-activate-group): Document more parameters
3697         (bug#9694).
3698
3699         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3700         (bug#9692).
3701
3702         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3703         article was fetched, so that it can be expired later (bug#9958).
3704         (gnus-agent-summary-fetch-series): Add doc string.
3705         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3706         (bug#9517).
3707
3708         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3709         retrieval is happening.
3710
3711         * gnus.el (gnus-parameters): Doc fix.
3712
3713 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3714
3715         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3716         show the thread after expansion.
3717
3718 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-art.el (article-narrow-to-head): If the head is completely
3721         empty, narrow to the empty region (bug#9764).
3722
3723         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3724         read, and then mark them as unread only when the unread mark is used.
3725         This makes `C-- T k' actually work, even though it's confusing.
3726
3727         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3728         alive before we try to find its window.
3729
3730 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3731
3732         * mm-decode.el (mm-display-external): Use a longer timeout for the
3733         deletion to allow slow programs to display the file.
3734
3735 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3738         prompt to be less confusing.
3739
3740         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3741         argument to `message-reply'.  This broke `special-display-*' frame
3742         pop-uping (bug#10238).
3743
3744 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3747         systems, since these allegedly don't work there.
3748
3749 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3750
3751         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3752         live buffer.
3753
3754 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnir.el (nnir-retrieve-headers): Protect against the article not
3757         existing on the server (bug#10335).
3758
3759 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3760
3761         * gnus-agent.el (gnus-agent-load-local): Recompute
3762         gnus-agent-article-local on changing method.
3763
3764 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus.el (gnus-parameters): Note precedence.
3767
3768 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3769
3770         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3771         in the group buffer.
3772
3773 2012-01-04  Julien Danjou  <julien@danjou.info>
3774
3775         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3776         change.
3777
3778 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3781         too.
3782
3783         * nntp.el (nntp-retrieve-group-data-early): Use it.
3784
3785 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * nntp.el (nntp-retrieval-in-progress): New variable.
3788         (nntp-make-process-buffer): Make it buffer-local.
3789
3790         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3791         2010.
3792         (gnus-demon-init): Use it to compute the time if time is on the form
3793         "04:23".
3794
3795         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3796
3797         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3798         status in the correct buffer.
3799
3800 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3801
3802         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3803         when opening topics (bug#10407).
3804
3805 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3806
3807         * gnus-cus.el (gnus-score-customize):
3808         * gnus-sum.el (gnus-sort-gathered-threads):
3809         * message.el (message-shorten-references):
3810         * nnmairix.el (nnmairix-request-group):
3811         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3812
3813 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3814
3815         * gnus-agent.el (gnus-agent-regenerate-group):
3816         * gnus-int.el (gnus-retrieve-group-data-early):
3817         * mm-util.el (mm-codepage-ibm-list):
3818         * nndiary.el (Commentary, nndiary-get-new-mail):
3819         * nnir.el (nnir):
3820         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3821
3822 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mm-view.el (mm-display-inline-fontify): Add comment.
3825
3826 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3827
3828         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3829         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3830
3831 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3832
3833         * gnus-art.el (gnus-split-methods):
3834         * gnus-msg.el (gnus-configure-posting-styles):
3835         * gnus-spec.el (gnus-parse-simple-format):
3836         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3837         * message.el (message-do-actions): Spelling fix.
3838
3839 2011-12-15  Juri Linkov  <juri@jurta.org>
3840
3841         * mm-decode.el (mm-inline-media-tests): Add missing
3842         `mm-handle-media-subtype'.
3843
3844 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3845
3846         * gnus-group.el (gnus-group-tool-bar):
3847         * gnus-sum.el (gnus-summary-tool-bar):
3848         * message.el (message-tool-bar):
3849         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3850
3851 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3852
3853         * plstore.el (plstore--insert-buffer): Spelling fix.
3854
3855 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3856
3857         * message.el (message-valid-fqdn-regexp): Update with newly approved
3858         top-level domain names ".tel" and ".asia".
3859
3860 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3863         unconditionally.
3864
3865 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3868         pop-to-buffer-same-window for old Emacsen.
3869
3870 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3871
3872         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3873
3874 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3875
3876         * netrc.el (netrc-credentials): Spelling fix.
3877
3878 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3879
3880         * gnus-fun.el (gnus-fun-ppm-change-string):
3881         * gnus-msg.el (gnus-inews-do-gcc):
3882         * gnus-sum.el (gnus-summary-find-for-reselect):
3883         * gnus.el (gnus-summary-cancelled):
3884         * message.el (message-cancel-hook, message-send-news):
3885         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3886         * nnir.el (nnir-run-hyrex):
3887         * nntp.el (nntp-with-open-group-function):
3888         * pgg.el (pgg-pending-timers): Spelling fix.
3889
3890 2011-12-04  Chong Yidong  <cyd@gnu.org>
3891
3892         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3893         change (Bug#10200).
3894
3895 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * compface.el (uncompface):
3898         * gnus-art.el (gnus-article-x-face-command): Update the header format
3899         of icon data for the most recent icontopbm program.
3900
3901 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-msg.el (gnus-inews-do-gcc):
3904         * message.el (message-send-mail):
3905         * mml.el (mml-generate-mime): Share the value of the buffer-local
3906         `message-options' variable between a draft buffer and temprary working
3907         buffers.
3908
3909 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3912
3913 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3916         for Cygwin.
3917
3918 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3919
3920         * gnus-group.el (gnus-group-prepare-flat):
3921         * mm-bodies.el (mm-encode-body):
3922         * mml.el (mml-preview):
3923         * nnml.el (nnml-request-compact-group):
3924         * pop3.el (pop3-stream-type): Spelling fix.
3925
3926 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3927
3928         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3929
3930 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3931
3932         * color.el (color-rgb-to-hsl):
3933         * gmm-utils.el (gmm-tool-bar-style):
3934         * gnus-group.el (gnus-group-prepare-flat):
3935         * gnus-topic.el (gnus-topic-prepare-topic):
3936         * mm-decode.el (mm-discouraged-alternatives):
3937         * rfc2047.el (rfc2047-encode-1):
3938         * starttls.el: Spelling fix.
3939
3940 2011-11-24  Glenn Morris  <rgm@gnu.org>
3941
3942         * binhex.el (binhex-begin-line): Give it basic doc-string.
3943
3944         * starttls.el, tls.el: Fix case of "GnuTLS".
3945
3946 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3947
3948         * gnus-group.el (gnus-group-highlight): Fix typo.
3949
3950 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3951
3952         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3953         value of `delete-file', that returns nil for a local file but returns t
3954         for a remote file using ssh.
3955
3956 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3957
3958         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3959
3960 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3963         avoid later breakage.
3964
3965 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3968         article buffers' name.
3969
3970 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3973         by Paul Eggert's spellfixes two days ago.
3974
3975 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3978         doesn't have it.
3979
3980         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3981         buffer-local instead of binding them to avoid warnings.  Also demote
3982         errors (bug#10063).
3983         (font-lock-mode-hook): Shut up byte compiler.
3984
3985 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3986
3987         * mm-util.el (mm-charset-after):
3988         * nnir.el (nnir-run-hyrex):
3989         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3990         (ntlm-get-password-hashes, ntlm-md4hash):
3991         * smime.el: Fix typo.
3992
3993 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3994
3995         * gnus-agent.el (gnus-agent-expire-group-1):
3996         * nndiary.el (nndiary-last-occurence):
3997         * nnimap.el (nnimap-request-set-mark):
3998         * nnmairix.el (nnmairix-only-use-registry):
3999         * gnus-group.el (gnus-group-prepare-flat):
4000         * gnus-sum.el (gnus-decode-encoded-word-methods):
4001         * message.el (message-wash-subject):
4002         * nntp.el (nntp-retrieve-headers-with-xover):
4003         * smime.el (smime-certificate-directory): Spelling fix.
4004
4005 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4006
4007         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4008
4009         * color.el:
4010         * gnus-agent.el (gnus-agent-possibly-alter-active):
4011         * gnus-dired.el (gnus-dired-print):
4012         * mail-parse.el:
4013         * nnmairix.el (nnmairix-request-group):
4014         * shr.el (shr-image-displayer):
4015         * sieve-manage.el:
4016         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4017
4018 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4019
4020         * gnus-sum.el (gnus-auto-select-subject):
4021         * spam-report.el (spam-report-resend): Spelling fix.
4022
4023 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4024
4025         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4026         * gnus-art.el (gnus-default-article-saver):
4027         * gnus-srvr.el (gnus-server-copy-server):
4028         * gnus.el (gnus-sloppily-equal-method-parameters):
4029         * html2text.el (html2text-format-tag-list):
4030         * message.el (message-narrow-to-head):
4031         * nndiary.el:
4032         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4033         * sieve.el: Spelling fix.
4034
4035 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4036
4037         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4038         * gnus-sum.el (gnus-summary-make-menu-bar):
4039         * gnus-uu.el (gnus-uu-decode-postscript)
4040         (gnus-uu-decode-postscript-and-save):
4041         * mailcap.el (mailcap-print-command):
4042         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4043         Fix typos.
4044
4045 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4046
4047         * gnus-art.el (gnus-article-part-wrapper):
4048         * html2text.el (html2text-fix-paragraphs):
4049         * mm-decode.el (mm-image-fit-p):
4050         * rfc2047.el (rfc2047-encode-message-header):
4051         * shr-color.el (shr-color-visible-distance-min)
4052         (shr-color-relative-to-absolute, set-minimum-interval)
4053         (shr-color-visible): Fix typos.
4054
4055 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         * gmm-utils.el (gmm-tool-bar-item):
4058         * gnus-art.el (gnus-treat-body-boundary):
4059         * gnus-diary.el (gnus-user-format-function-d):
4060         * gnus-start.el (gnus-get-unread-articles):
4061         * pgg-gpg.el (pgg-gpg-update-agent):
4062         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4063
4064 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4065
4066         * gnus-topic.el (gnus-group-prepare-topics):
4067         * gnus-uu.el (gnus-extract-view):
4068         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4069
4070 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * spam.el: Move BBDB autoloads.
4073         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4074         BBDB 2 and 3.
4075         (spam-check-BBDB): Use it.
4076         (spam-enter-ham-BBDB): Use it.
4077
4078 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4079
4080         * smime.el (smime-draw-buffer): Spelling fix.
4081
4082 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4083
4084         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4085         for scanning exactly one level.
4086         * gnus-start.el (gnus-get-unread-articles): Ditto.
4087
4088 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4091         slightly clearer.
4092
4093 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * gnus-sync.el: More commentary about setup.
4096
4097 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * message.el (message-send-and-exit): Document `arg'.
4100
4101 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4104
4105 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4108
4109         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4110         we don't use `bound-and-true-p'.
4111
4112 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * gnus-util.el (gnus-bound-and-true-p): Remove.
4115         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4116         * nnir.el: Use it.
4117         * nnmairix.el: Use it.
4118
4119 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4120
4121         * gnus-sync.el: Improve docs about CouchDB admins.
4122
4123         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4124         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4125         for reasons unknown.
4126         * nnir.el: Use it.
4127         * nnmairix.el: Use it.
4128
4129         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4130         * nnir.el: Ditto.
4131         * nnmairix.el: Ditto.
4132
4133         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4134
4135 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4138         not needed.  Provide xmlplistread list function to produce XML plist
4139         output for non-Gnus LeSync clients.
4140
4141 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4142
4143         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4144
4145         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4146         and save against it.  Group subscriptions, read marks, other marks,
4147         subscription levels, topic names, and topic offsets (the group's
4148         position within the topic) are saved.  This is an experimental backend
4149         and may change significantly.  Load json.el from the gnus-fallback-lib
4150         if it's not available otherwise.
4151         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4152
4153 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4154
4155         * message.el (message-completion-function): Make sure
4156         message-tab-body-function is not attempted if one of
4157         message-completion-alist fails to find a completion (bug#9158).
4158
4159 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4160
4161         * mml.el (mml-quote-region): Quote <#secure> tag.
4162         (mml-generate-mime-1): Unquote <#secure> tag.
4163
4164 2011-10-20  Chong Yidong  <cyd@gnu.org>
4165
4166         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4167         calling a minor mode from Lisp with nil arg enables it, so we have to
4168         make the wording a bit ambiguous here).
4169
4170 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4171
4172         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4173         * nnir.el (nnir-mode): Use it.
4174         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4175         Use it.
4176
4177         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4178         * nnmairix.el (gnus-registry-enabled): Ditto.
4179
4180 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4181
4182         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4183         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4184         only while we need to find out if it should be t or nil.
4185         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4186         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4187         the registry is installed.  Set it to nil when it's unloaded.
4188         (gnus-registry-install-p): Provide user guidance for the initial value
4189         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4190         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4191         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4192         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4193         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4194         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4195         `gnus-registry-install'.
4196
4197 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4198
4199         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4200         previous change.
4201         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4202         primary key is marked as disabled.
4203
4204 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4205
4206         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4207         primary key is marked as disabled.
4208
4209 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4210
4211         * html2text.el (html2text-clean-anchor): Check for quotes around
4212         `href' value.
4213
4214 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4217         searching.  Drop `bbdb-cache'.
4218
4219 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * message.el (message-signed-or-encrypted-p): Exclude header when
4222         checking if there is signed or encrypted body in text/plain message.
4223
4224 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4225
4226         * html2text.el (html2text-get-attr): Correctly handle attribute values
4227         containing "=".
4228
4229 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4230
4231         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4232         handle bindings.
4233
4234 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-win.el (gnus-configure-windows): Protect against reading
4237         ephemeral groups outside of Gnus.
4238
4239 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * shr.el (shr-tag-img): Don't get images displayed in tables.
4242
4243 2011-10-03  Glenn Morris  <rgm@gnu.org>
4244
4245         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4246         the "maintainer" version of debbugs.gnu.org reports.
4247
4248 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4251         make asynchronous adjacent image insertion work better.
4252
4253 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4254
4255         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4256         documentation.
4257
4258 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4261         `gnus-asynchronous' isn't shadowed.
4262
4263 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4266
4267         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4268         (nnimap-insert-partial-structure): The charset parameter isn't
4269         case-sensitive.
4270
4271         * nnheader.el (nnheader-message-maybe): New function.
4272
4273         * shr.el (shr-tag-table): Render totally broken tables better.
4274
4275         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4276         computing the boundary.
4277
4278 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * pop3.el (pop3-number-of-responses): Remove.
4281         (pop3-wait-for-messages): Rewrite to take linear time instead of
4282         exponential time.
4283
4284 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4287         re-fetch images.
4288
4289         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4290         re-fetch images when hitting `g' in Gnus.
4291
4292 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4295         (mml-compute-boundary): Don't check collision if it is non-nil.
4296         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4297         before checking collision.
4298
4299 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * message.el (message-indent-citation): Really make sure there's a
4302         newline at the end.
4303
4304         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4305         Fix suggested by John Wiegley.
4306
4307         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4308
4309         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4310
4311         * message.el (message-default-send-rename-function): Break out into its
4312         own function.
4313
4314         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4315         doesn't work under XEmacs.
4316
4317         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4318         of "imaps" to word around Windows problems.
4319         (nnimap-open-connection-1): Use it.
4320
4321         * message.el (message-indent-citation): Revert last change which made
4322         `F' not work.
4323
4324 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4325
4326         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4327         terminal as well.
4328
4329 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4332         because it displays images using overlays that aren't easy to copy to
4333         the article buffer.
4334
4335 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4336
4337         * message.el (message-indent-citation): Fix empty line removal at the
4338         end of the citation.
4339
4340 2011-09-20  Julien Danjou  <julien@danjou.info>
4341
4342         * auth-source.el (auth-source-netrc-create): Use default value for
4343         password if specified.  Evaluate default.
4344         (auth-source-plstore-create): Ditto.
4345         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4346         value evaluation.
4347         (auth-source-netrc-create): Typo fix.
4348         (auth-source-plstore-create): Ditto.
4349
4350         * password-cache.el (password-cache-remove): Remove entries even if the
4351         value is nil, so that password with a nil value (negative caching) is
4352         possible to invalidate.
4353
4354         * auth-source.el (auth-source-format-cache-entry): New function.
4355
4356 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4359
4360 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4363
4364 2011-09-19  Julien Danjou  <julien@danjou.info>
4365
4366         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4367         which work with things that are not ASCII.
4368
4369 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4372
4373 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4376         message level.
4377
4378 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4381
4382 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4385
4386 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4389         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4390
4391 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4392
4393         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4394         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4395         articles.
4396
4397 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4398
4399         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4400         (message-mail-other-window, message-mail-other-frame)
4401         (message-news-other-window, message-news-other-frame):
4402         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4403         instead of setting buffer display varibles.
4404
4405 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4408
4409         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4410
4411 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4414         duplicates" to a higher level.
4415
4416         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4417         most egregious messages.
4418
4419 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4422
4423 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4424
4425         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4426         up the file (bug#9351).
4427
4428 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4431         it does with all other backends, but decode the names immediately after
4432         getting them.
4433
4434         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4435         decoding nnimap groups.
4436
4437         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4438         newsrc file.  It doesn't seem like an important optimization any more.
4439
4440 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4441
4442         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4443         overflows.
4444
4445 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4448         (gnus-interactive-exit): Extend to `quiet'.
4449
4450         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4451
4452         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4453         string.
4454
4455         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4456         renaming function arguments from `this'.
4457
4458         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4459
4460         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4461         has been renamed.
4462         (gnus-lrm-string-p): Include RLM and PDF, too.
4463
4464         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4465         (bug#9225).
4466
4467 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4468
4469         Add autoload cookies for functions used by sendmail.el.
4470         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4471
4472         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4473
4474 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-art.el (article-date-ut): Work properly even when there are
4477         things like Date header in the body; work for forwarded parts.
4478
4479 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4480
4481         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4482         original-article-buffer.
4483
4484 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4485
4486         * nnir.el (nnir-compose-result): Fix matching of server type.
4487         (nnir-run-swish++): Ditto.
4488         (nnir-run-namazu): Ditto.
4489         (nnir-run-notmuch): Ditto.
4490
4491 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4494         (bug#9405).
4495
4496         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4497         (bug#9421).
4498
4499         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4500         (bug#9425).
4501
4502         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4503         thing (bug#9426).
4504
4505 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4508         the error message.
4509
4510 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4511
4512         * message.el (message-setup-1): Return t (Bug#9392).
4513
4514 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4515
4516         * gnus-sum.el: When adding article headers to a summary buffer also
4517         update gnus-newsgroup-articles (bug#9386).
4518
4519 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * auth-source.el: Autoload help-mode.
4522
4523 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4526         names.
4527
4528 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4529
4530         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4531         mm-replace-in-string for compatibility issues.
4532         * mml2015.el (mml2015-epg-verify): Ditto.
4533
4534 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4537
4538         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4539
4540 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4543         continue on and do the clean-up phase (bug#9188).
4544
4545         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4546         just ignore groups that can't be opened instead of erroring out
4547         (bug#9225).
4548
4549         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4550         nil since some many people are fuddy-duddies.
4551
4552         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4553         images.
4554
4555         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4556         instead.
4557
4558         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4559
4560         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4561
4562         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4563         processing.
4564
4565         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4566         buffer to avoid warnings.
4567
4568 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4569
4570         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4571         specified to reduce precision.
4572
4573 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4576         bodystructures (bug#9314).
4577
4578 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4581         Make button keymap non-sticky after buttons.
4582
4583 2011-08-18  David Engster  <dengste@eml.cc>
4584
4585         * nnmairix.el (nnmairix-request-set-mark)
4586         (nnmairix-goto-original-article): Remove adding of article to registry,
4587         since `gnus-registry-add-group' isn't available anymore.
4588         (nnmairix-determine-original-group-from-registry):
4589         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4590         available anymore.
4591
4592 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4593
4594         * starttls.el (starttls-any-program-available): Define as obsolete
4595         function.
4596
4597 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4600         versions which Gnus use when appropriate.
4601
4602         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4603         a pretty destructive command.
4604
4605         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4606
4607 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * message.el (message-fix-before-sending): Make a different warning
4610         about NUL characters (bug#9270).
4611
4612         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4613         from custom (bug#9260).
4614
4615         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4616         things work in Emacs 22 and XEmacs, too.
4617
4618         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4619         default From.
4620
4621         * gnus-spec.el (gnus-lrm-string-p): New macro.
4622         (gnus-lrm-string): New constant.
4623         (gnus-summary-line-format-spec): LRM-ify the from.
4624         (gnus-tilde-max-form): LRM-ify string chopping.
4625
4626         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4627
4628         * message.el (message-is-yours-p): Allow disabling canlock checking
4629         (bug#9295).
4630         (message-shoot-gnksa-feet): Add `canlock-verify'.
4631         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4632         message directory isn't writable (bug#9304).
4633
4634         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4635         non-world-readable.
4636
4637 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4640         articles.
4641
4642 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4643
4644         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4645         copy-list.
4646
4647 2011-08-12  Sam Steingold  <sds@gnu.org>
4648
4649         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4650         in the reverse order to avoid modifying the cache with `nreverse'.
4651         (gnus-all-score-files): Do not modify the value returned by
4652         `gnus-score-find-alist' because it lives in a cache variable.
4653         (gnus-current-home-score-file): No need to `nreverse' the return value
4654         of `gnus-score-find-alist', it is already in the correct order.
4655
4656 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4657
4658         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4659         type MESSAGE and subtype RFC822 is slightly different from those of
4660         type TEXT.
4661
4662 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4663
4664         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4665         This allows article-referral to work from an nnir group.
4666
4667 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4668
4669         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4670
4671 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4672
4673         * mml1991.el (mml1991-epg-find-usable-key)
4674         (mml1991-epg-find-usable-secret-key): New function.
4675         (mml1991-epg-sign): Check if signing key is usable.
4676         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4677
4678 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4679
4680         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4681         server-variables only.  This should fix a bug introduced with commit
4682         e1889675b7f4adf057833c5513c9374134c4e053.
4683         (nnir-run-query): 'nnir-search-engine should not be set from the global
4684         environment.
4685
4686 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4687
4688         * nnir.el (nnir-search-thread): Position point on referring article
4689         line.
4690         (nnir-warp-to-article): Clean up summary buffers.
4691
4692         * nnimap.el (nnimap-request-thread): Whitespace fix.
4693
4694 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4695
4696         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4697
4698 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * starttls.el (starttls-available-p): Rename from
4701         `starttls-any-program-available' and changed return convention.
4702
4703 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4706         `unix-sync' unless it's defined.
4707
4708 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4709
4710         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4711         `aref' for XEmacs compatibiltiy.
4712
4713 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4716
4717 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4718
4719         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4720         closures, quote the form properly (bug#9194).
4721
4722 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4725         (gnus-summary-insert-new-articles): Protect against servers that are
4726         down.
4727
4728 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4729
4730         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4731         in mm handle if none is specified.
4732
4733 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4734
4735         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4736
4737 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4738
4739         * nnir.el (nnir-search-thread): New function to make an nnir group
4740         based on a thread query.
4741
4742         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4743         of nnir in thread referral.
4744         (gnus-summary-refer-thread): Use it.
4745
4746         * nnimap.el (nnimap-request-thread): Use it.
4747
4748 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * shr.el (shr-tag-comment): Ignore HTML comments.
4751
4752 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4753
4754         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4755         argument.
4756         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4757         Use `nnir-address' to handle server info rather than passing an arg.
4758
4759         * nnimap.el (nnimap-make-thread-query): New utility function to format
4760         an imap thread search query.
4761         (nnimap-request-thread): Use it.
4762
4763         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4764         right select-method if we are not going back to the group buffer.
4765
4766 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4769         enter invalid buffer configurations into the quit form (bug#9107).
4770         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4771         unplugged/plugged.
4772
4773         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4774         keep track of which ones are unread (bug#9061).
4775
4776         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4777         (bug#9055).
4778
4779         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4780         (bug#9041).
4781
4782         * gnus-html.el (mm-util): Require (bug#9073).
4783
4784         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4785         (gnus-summary-refer-thread): Use it to remove duplicates in the
4786         un-threaded view (bug#9053).
4787         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4788
4789 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4790
4791         * nnir.el (nnir-read-server-parm): Use default value from global
4792         variable.  Without this the default search engine parameters aren't
4793         used at all.
4794
4795 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * message.el (message-unique-id): Don't use the undocumented return
4798         value from (random t) (bug#9118).
4799
4800 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * message.el (message-auto-save-directory): If the ~/Mail directory
4803         doesn't exist, use ~ as the auto-save directory (bug#4432).
4804
4805         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4806         hasn't already been started.
4807
4808 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4811
4812         * message.el (message-reply): Work around mysterious bug where
4813         `message-mode' seems to overwrite the locally bound `subject' variable.
4814
4815 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4816
4817         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4818         correct group.
4819
4820         * gnus-int.el (gnus-request-thread): Add group argument.
4821
4822         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4823
4824 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4827
4828         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4829         renamed to `debbugs-gnu-*'.
4830
4831 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4832
4833         * plstore.el: Revert the editing feature since it is not urgent.
4834         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4835         (plstore-mode-decoded): Remove.
4836
4837 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4840         isn't very interesting any more, and it leaks potentially secret data.
4841         (gnus-debug): Remove.
4842
4843         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4844         use of :custom-show.
4845
4846 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4847
4848         * plstore.el: Add documentation.
4849         (plstore-mode): New mode to edit plstore file.
4850         (plstore-mode-toggle-display, plstore-mode-original)
4851         (plstore-mode-decoded): New command.
4852         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4853         (plstore--insert-buffer, plstore--make): New function.
4854         (plstore-open, plstore-save): Simplify by using them.
4855
4856 2011-07-06  Glenn Morris  <rgm@gnu.org>
4857
4858         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4859
4860 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4863         no longer is much used.
4864         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4865         Articles".
4866
4867 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4868
4869         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4870         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4871         `notmuch' backend.
4872
4873 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * mm-decode.el (mm-text-html-renderer): Doc fix.
4876
4877         * gnus-msg.el (gnus-bug): Fix the MML tag.
4878
4879         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4880
4881 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4882
4883         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4884         secondary methods if started with `gnus-no-server'.
4885
4886 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4887
4888         * message.el (message-return-action): Fix typo in docstring.
4889
4890 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4893         bug reports at once.
4894
4895         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4896
4897 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * nndraft.el: Require gnus-group.
4900         (nndraft-request-list): Declare.
4901
4902         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4903         no unread article unless it matches gnus-permanently-visible-groups.
4904
4905         * nndraft.el (nndraft-update-unread-articles): New function.
4906         (nndraft-request-associate-buffer): Use it to update the number of
4907         unread articles for the nndraft groups in the group buffer when saving
4908         or killing a draft message.
4909
4910 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4913         systems to binary before writing and reading the mbox files.
4914
4915         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4916         instead of trying to list them all (bug#8978).
4917
4918 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4919
4920         * pop3.el (pop3-open-server): Use :end-of-capability.
4921
4922 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4925         the id is always a number.
4926
4927         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4928
4929         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4930         debbugs mode, if possible.
4931
4932 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4933
4934         * auth-source.el (auth-source-token-passphrase-callback-function):
4935         Reindent.
4936         (epg-context-operation): Remove unnecessary autoload.
4937
4938 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus.el (gnus-list-debbugs): New command.
4941
4942         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4943         mboxstat instead of the maintbox, since the stat seems to be fuller.
4944
4945         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4946         summary buffers.
4947
4948         * message.el (message-get-reply-headers): Delete all duplicates,
4949         instead of the first.
4950         (message-get-reply-headers): Ensure that we have progress while
4951         deleting duplicates.
4952
4953         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4954         gnus-posting-style value from the summary buffer to make it easier to
4955         make that a per-buffer conf.
4956
4957 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4958
4959         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4960         found by setting `shortcut' in 'query.
4961         (nnir-request-article): Use `shortcut' setting when requesting article
4962         by Message-ID.
4963
4964 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4967         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4968         Bring the pseudo-headers back too.
4969
4970 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4971
4972         * auth-source.el (auth-source-token-passphrase-callback-function):
4973         Simplify and remove EPA dependency.
4974
4975 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * nnir.el (nnir-request-article): Fix error message text.
4978
4979 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4980
4981         * auth-source.el (plstore-delete): Autoload.
4982         (auth-source-plstore-search): Support delete operation.
4983         * plstore.el (plstore-delete): New function.
4984
4985 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4988         mark actually existing articles as unread rather than the ones that
4989         active asserts.
4990
4991 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4992
4993         * nntp.el (nntp-record-command):
4994         * gnus-util.el (gnus-message-with-timestamp-1):
4995         Use format-time-string rather than decoding time stamps by hand.
4996         This is simpler and insulates the code from potential changes to
4997         current-time format.
4998
4999 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5002
5003 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5004
5005         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5006         (plstore-save): Support public key encryption.
5007         (plstore--init-from-buffer): New function.
5008         (plstore-open): Use it; fix error when opening a non-existent file.
5009         (plstore-revert): Use plstore--init-from-buffer.
5010
5011 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5012
5013         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5014
5015 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5018         for old Emacsen.
5019
5020 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5021
5022         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5023         is not fully working.
5024
5025 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * dgnushack.el: Autoload sha1 on XEmacs.
5028
5029         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5030         quit window configuration.
5031
5032         * auth-source.el (epg-context-set-passphrase-callback):
5033         Remove duplicate autoload.
5034
5035 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5036
5037         * nnir.el (nnir-request-article): Allow requesting articles by
5038         Message-ID with nnimap.
5039
5040         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5041         current server.
5042
5043 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * auth-source.el: Autoload EPA/EPG functions.
5046         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5047         changed when EPA/EPG is not available.
5048         (auth-source-backend): Rename "arg" member to "data".
5049         (auth-source-backend-parse, auth-source-plstore-search)
5050         (auth-source-plstore-create): Use it.
5051
5052 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5053
5054         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5055         `gnus-refer-article-methods'.
5056
5057 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         * auth-source.el: Require EPA and EPG.
5060         (auth-source-passphrase-alist): New variable.
5061         (auth-source-passphrase-callback-function)
5062         (auth-source-token-passphrase-callback-function): Callbacks for the
5063         netrc field encryption (GPG tokens).
5064         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5065         Symmetric encryption and decryption of the netrc GPG tokens.
5066         (auth-source-netrc-normalize): Use them, simplifying the closure.
5067
5068 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5071         is available.
5072
5073 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5076         non-nil, and `nnimap-split-methods' is nil, use the former.
5077
5078 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5079
5080         * plstore.el (plstore-revert): New function.
5081         (plstore-open): Use it; hide the buffer from user.
5082
5083 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5084
5085         * auth-source.el (auth-source-backend): New member "arg".
5086         (auth-source-backend-parse): Handle new backend 'plstore.
5087         * plstore.el: New file.
5088
5089 2011-06-30  Glenn Morris  <rgm@gnu.org>
5090
5091         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5092
5093 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5096         expiring articles to.
5097
5098         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5099         variations as ASCII (bug#5458).
5100
5101 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5104
5105 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * message.el (message-point-in-header-p): Tweak the function to default
5108         to saying that we're not in the headers if there is no separator at
5109         all.  This makes it possible to use the Message version of `M-q' in
5110         buffers with no headers (bug#7987).
5111         (message-point-in-header-p): Fix last checkin to work with an empty
5112         mail-header-separator, too.
5113
5114         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5115         again, save the choice via customize.
5116
5117 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5120
5121         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5122         ended the connection, bail out before waiting infinitely on a new
5123         connection.
5124
5125 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5126
5127         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5128         reports.
5129
5130         * gnus.el (gnus-bug-package): Use "gnus."
5131         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5132
5133 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * dgnushack.el: Make the timer warning go away on XEmacs.
5136
5137         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5138         animations going on at article exit time.
5139
5140         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5141         since removing it breaks people upgrading.
5142
5143         * shr.el (shr-put-image): Use the new interface for animating images.
5144         (shr-put-image): Animate for 60 seconds.
5145
5146         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5147         avoid compiler warnings.
5148
5149         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5150         error with `find-file-hooks' on Emacs 22.
5151         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5152         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5153         on all architectures.
5154
5155         * spam.el (spam-stat): Require in a normal fashion without binding
5156         `spam-stat-install-hooks' to avoid compilation warnings.
5157
5158         * spam-stat.el (spam-stat-install-hooks): Remove.
5159         (spam-stat-install-hooks): Don't run automatically.
5160
5161 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5162
5163         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5164         and keystroke.
5165
5166 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * auth-source.el (auth-source-netrc-cache): Move forward.
5169
5170 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * proto-stream.el (proto-stream-open-starttls): Use
5173         `gnutls-available-p' to see whether we have built-in support.
5174
5175         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5176         we already know.
5177         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5178         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5179
5180 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5183         %S format, since that looks odd.
5184         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5185         file, especially when saving.
5186
5187 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5188
5189         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5190         article found.
5191
5192 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5195         `auth-source-save-secrets' with a more sensitive alist that can be
5196         configured per file.  Experimental, so defaults to 'never.
5197         (auth-source-netrc-create): Use it.  Still experimental code.
5198         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5199         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5200
5201 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5202
5203         * auth-source.el (auth-source-save-secrets): New variable to control if
5204         secret tokens should be saved encrypted.
5205         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5206         to `auth-source-netrc-normalize'.
5207         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5208         on the EPA variables being defined.
5209         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5210         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5211         the lexical-let closure.
5212         (auth-source-netrc-create): Create "gpg:" tokens according to
5213         `auth-source-save-secrets'.
5214
5215 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-group.el (gnus-group-update-group): Add new argument
5218         `info-unchanged' that stops updating dribble buffer.
5219
5220         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5221         deletes lines matching to it in dribble buffer.
5222
5223         * gnus-agent.el (gnus-agent-fetch-group-1):
5224         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5225         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5226         * gnus-start.el (gnus-group-change-level):
5227         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5228
5229         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5230         if newsgroup info is not changed.
5231
5232         * gnus-group.el (gnus-group-get-new-news-this-group):
5233         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5234         Don't update dribble buffer.
5235
5236 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5239         remove entries with groups we ignore.
5240
5241 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5244         the underline comes at the bottom.
5245
5246 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5249         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5250         (gnus-registry-article-marks-to-names): Rename from
5251         `gnus-registry-user-format-function-M2'.
5252
5253 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5256         ephemeral group.
5257
5258 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * shr.el (shr-browse-image): Copy the URL if called interactively.
5261
5262 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5265         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5266         done, then unselected articles may be marked as read.
5267
5268         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5269         since not doing this seems to lead to a race condition in pop3-logon.
5270
5271         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5272         so that the call chain it correct when we call "upwards".
5273
5274         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5275         in read-only groups.
5276
5277         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5278
5279         * message.el (message-cite-reply-position): Doc string fix.
5280
5281         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5282         avoid regexp overflow.
5283         (nnimap-transform-split-mail): Ditto.
5284
5285         * pop3.el (pop3-retr): Error out if the server closes the connection.
5286
5287 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5288
5289         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5290         mm-with-unibyte-current-buffer.  The buffer should not contain any
5291         multibyte chars anyway at this stage.
5292
5293 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5296         at the end of lines.
5297
5298 2011-05-29  Julien Danjou  <julien@danjou.info>
5299
5300         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5301
5302 2011-05-27  Glenn Morris  <rgm@gnu.org>
5303
5304         * gnus-group.el (gnus-bug-group-download-format-alist):
5305         Use the "maintainer" version of debian reports as well.
5306
5307 2011-05-26  Glenn Morris  <rgm@gnu.org>
5308
5309         * gnus-group.el (gnus-bug-group-download-format-alist):
5310         Use the "maintainer" version of debbugs.gnu.org reports.
5311
5312 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5315
5316 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5317
5318         * gnus-cus.el (gnus-agent-customize-category):
5319         * gnus-delay.el (gnus-delay-send-queue):
5320         * gnus.el (gnus-other-frame):
5321         Don't quote lambda expressions with `quote'.
5322
5323 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5326         the thread moves us backwards and so we loop forever.
5327
5328 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5331         whitespace in base64 data lines.
5332
5333 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5334
5335         * gnus-registry.el (gnus-registry-user-format-function-M):
5336         Use `mapconcat'.
5337         (gnus-registry-user-format-function-M2): Use to see the full text of
5338         the marks.  Make "," the mark text separator.
5339
5340         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5341         authentication with auth-source.
5342
5343 2011-05-17  Glenn Morris  <rgm@gnu.org>
5344
5345         * gnus-group.el (gnus-import-other-newsrc-file):
5346         Use insert-file-contents.
5347
5348 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5349
5350         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5351         1000 iterations.
5352
5353 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * nntp.el (nntp-open-connection): Check if process-type is available.
5356
5357 2011-05-16  Julien Danjou  <julien@danjou.info>
5358
5359         * shr.el (shr-tag-del): Add support for del tag.
5360
5361 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-html.el (gnus-html-put-image): Register a displayer.
5364
5365         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5366
5367 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * registry.el (prune-factor): New initialization parameter defaulting
5370         to 0.1.
5371         (registry-prune-hard): Use it.
5372
5373         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5374         0.1 expicitly.
5375
5376 2011-05-13  Glenn Morris  <rgm@gnu.org>
5377
5378         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5379         is bound, since this function requires sendmail.
5380
5381 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * registry.el (registry-usage-test): Disable pruning test.
5384
5385 2011-05-11  David Engster  <dengste@eml.cc>
5386
5387         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5388         Bind set-network-process-option for XEmacs.
5389
5390 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * registry.el (registry-prune-hard-candidates)
5393         (registry-prune-soft-candidates): Helper methods for registry pruning.
5394         (registry-prune): Use them.  Make the sort function optional.
5395
5396 2011-05-10  Jim Meyering  <meyering@redhat.com>
5397
5398         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5399
5400 2011-05-10  Julien Danjou  <julien@danjou.info>
5401
5402         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5403         symbol and not a list.
5404
5405 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-art.el (gnus-article-mode): Move binding of
5408         shr-put-image-function here from gnus-article-prepare-display.
5409
5410         * shr.el (shr-put-image-function): New variable.
5411         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5412         (shr-put-image): Return scaled image.
5413
5414         * gnus-art.el (gnus-shr-put-image): New function.
5415         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5416
5417         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5418         original ones, as deletable.
5419
5420 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5421
5422         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5423
5424 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * registry.el (registry-full): Add convenience method.  Fix logic.
5427         (registry-insert): Use it.  Fix logic here too.
5428
5429         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5430         `registry-prune' if `registry-full' returns t.
5431         (gnus-registry-handle-action)
5432         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5433         (gnus-registry-usage-test): Use it.
5434
5435 2011-05-07  Julien Danjou  <julien@danjou.info>
5436
5437         * shr.el (shr-link): Make shr-link inherit from link by default.
5438
5439 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5442
5443 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5446         error out because the face is not a list.
5447
5448 2011-05-05  Glenn Morris  <rgm@gnu.org>
5449
5450         * proto-stream.el (gnutls-negotiate): Fix declarations.
5451
5452         * gnus-start.el (gnus-propagate-marks): Declare.
5453
5454 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * registry.el (registry-reindex): Fix percentage message.
5457
5458         * proto-stream.el (network-stream-open-starttls): Adjust to call
5459         `gnutls-negotiate' with :process and :hostname arguments.
5460
5461 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * shr.el: Add shr-link face for links.
5464         (shr-urlify): Use it.
5465
5466         * registry.el (registry-insert): Make error message more helpful.
5467
5468 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-html.el (gnus-html-schedule-image-fetching):
5471         Use url-queue-retrieve, if it exists.
5472
5473         * shr.el (shr-tag-img): Ditto.
5474
5475         * gnus.el: Autoload more gnus-agent functions.
5476
5477         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5478         agent if we haven't already (bug#8502).
5479
5480         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5481         into the Agent, too.
5482
5483         * gnus-agent.el (gnus-agent-store-article): New function.
5484
5485         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5486         and moved from that file for reuse.
5487
5488         * pop3.el (pop3-open-server): Error messages are "-ERR".
5489
5490 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5493         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5494
5495 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5496
5497         * gnus.el: No Gnus v0.17 is released.
5498
5499 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5500
5501         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5502         buffer has moved to a different frame.
5503
5504 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5507         to get the conversion from unibyte to multibyte buffers to work on
5508         Emacs 22.
5509
5510         * nntp.el (nntp-request-article): Slight clean-up.
5511
5512 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * shr.el (shr-strike-through): New face.
5515         (shr-tag-s): Use it to provide <s> support.
5516         (shr-tag-s): Remove duplicate definition.
5517
5518 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5521         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5522
5523 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5526         `gnutls-negotiate'.
5527         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5528
5529 2011-04-23  Glenn Morris  <rgm@gnu.org>
5530
5531         * gnus-sum.el (gnus-extra-headers): Bump :version.
5532
5533 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * shr.el (shr-tag-sup): New function.
5536         (shr-tag-sub): Ditto.
5537
5538 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5541         for the case where `gnus-registry-ignored-groups' is a list of lists,
5542         and don't call `gnus-parameter-registry-ignore' otherwise.
5543
5544 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * nnimap.el (nnimap-user): New backend variable.
5547         (nnimap-open-connection-1): Use it.
5548         (nnimap-credentials): Accept user parameter so it's explicit what user
5549         name is desired.
5550
5551         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5552         default.
5553
5554         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5555         not gnus-registry.el.
5556
5557         * gnus-registry.el: Mention in comments how to modify
5558         `gnus-extra-headers' for proper recipient tracking and that it may
5559         already have To and Cc recently, which it does as of this commit.
5560         (gnus-registry-ignored-groups): Remove defcustom.
5561         Explain why in comments.
5562         (gnus-registry-action): Fix data-header reference to use the extra
5563         headers.  Explain in package commentary how to add To and Cc headers to
5564         the gnus-extra-headers.
5565         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5566         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5567         parameter list or a string list in `gnus-registry-ignored-groups'.
5568         Fix logic error.
5569
5570 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * shr.el (shr-expand-url): Protect against null urls.
5573
5574 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * shr.el (shr-base): New binding.
5577         (shr-tag-base): Keep track of <base>.
5578         (shr-expand-url): New function used throughout.
5579
5580 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * gnus-registry.el
5583         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5584         (gnus-registry-ignored-groups): New variable.
5585         (gnus-registry-ignore-group-p): Use it.
5586         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5587         set the destination group to nil (same as delete) if it's ignored.
5588
5589 2011-04-20  David Engster  <dengste@eml.cc>
5590
5591         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5592
5593         * Makefile.in (test-nntp): New rule.
5594         (check): Add it.
5595         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5596
5597 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-registry.el (gnus-registry-action)
5600         (gnus-registry-fetch-header-fast):
5601         Don't use mail-header that looks an internal function of mailheader.el.
5602
5603 2011-04-19  Glenn Morris  <rgm@gnu.org>
5604
5605         * time-date.el (time-to-days): Remove unused local variables.
5606
5607 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-registry.el: Eliminate cl functions.
5610         (gnus-registry-sort-addresses): New function that replaces mapcan.
5611         (gnus-registry-action, gnus-registry-spool-action)
5612         (gnus-registry-split-fancy-with-parent)
5613         (gnus-registry-fetch-recipients-fast): Use it.
5614         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5615
5616         * registry.el (initialize-instance, registry-lookup)
5617         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5618         (registry-lookup-secondary-value, registry-search, registry-delete)
5619         (registry-insert, registry-reindex, registry-size, registry-prune):
5620         Use eval-and-compile.
5621
5622 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * registry.el (registry-reindex): New method to recreate the secondary
5625         registry indices.
5626
5627         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5628         tracked field changes.
5629         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5630         (gnus-registry-action, gnus-registry-spool-action)
5631         (gnus-registry-handle-action)
5632         (gnus-registry--split-fancy-with-parent-internal)
5633         (gnus-registry-split-fancy-with-parent)
5634         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5635         move, and delete actions, and for fancy splitting with parent.
5636         (gnus-registry-extract-addresses)
5637         (gnus-registry-fetch-recipients-fast)
5638         (gnus-registry-fetch-header-fast): Convenience functions.
5639         (gnus-registry-misc-test): ERT test of
5640         `gnus-registry-extract-addresses'.
5641
5642 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5645         Track by subject first, then sender.
5646
5647 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5648
5649         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5650
5651         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5652         Lisp.
5653
5654         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5655         (gnus-draft-send): Use it to avoid popping
5656         up frames from gnus-group-send-queue.
5657
5658 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * gnus-registry.el: Updated gnus-registry docs.
5661
5662 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5665         Fix logic bug.
5666         (gnus-registry-post-process-groups): Fix logging of no results and
5667         quote sender and subject.
5668
5669 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5672         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5673         gnutls-cli are too slow to be done opportunistically.
5674
5675         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5676         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5677         we had no early-data returned.
5678         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5679         two async commands to the same server at the same time.
5680
5681 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5682
5683         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5684
5685 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5688         "warning" level.
5689
5690         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5691         (mm-url-insert-file-contents): Don't set the package names.
5692
5693 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * gnus-registry.el (gnus-registry-action): Remove properties and
5696         simplify subject in `gnus-registry-handle-action'.
5697         (gnus-registry-spool-action): Get subject and sender from message if
5698         they are not passed in.
5699         (gnus-registry-handle-action): Remove properties and simplify subject
5700         consistently.
5701
5702 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5703
5704         * registry.el: Require CL before using defmacro*.
5705
5706 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (article-treat-date): Assume that
5709         gnus-article-date-headers may be a group parameter.
5710
5711 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5712
5713         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5714
5715         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5716         interactively so the newsrc file can contain foreign groups too.
5717         Useful for debugging but not much for users.
5718
5719 2011-04-07  David Engster  <dengste@eml.cc>
5720
5721         * registry.el (registry-usage-test): Only do
5722         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5723         lexical binding.
5724
5725 2011-04-07  David Engster  <dengste@eml.cc>
5726
5727         * Makefile.in (check, test-registry): New rules for test-suite.
5728
5729 2011-04-06  David Engster  <dengste@eml.cc>
5730
5731         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5732         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5733
5734 2011-04-06  David Engster  <dengste@eml.cc>
5735
5736         * registry.el (initialize-instance): Change :after to :AFTER to be
5737         compatible with old EIEIO version in XEmacs.
5738
5739 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * gnus-registry.el (gnus-registry-post-process-groups)
5742         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5743         and provide better messaging.
5744
5745 2011-04-06  David Engster  <dengste@eml.cc>
5746
5747         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5748         errors.
5749
5750         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5751         dgnushack-compile with error-on-warn enabled, and to signal an error if
5752         clean compilation failed.
5753         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5754         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5755
5756 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5759         unconditionally anyway, discarding errors.
5760         (gnus-registry-delete-entries): New convenience function.
5761         (gnus-registry-import-eld): Import from old .eld registry.
5762
5763         * registry.el: Don't use ERT if it's not available.  Load it
5764         unconditionally anyway, discarding errors.
5765
5766         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5767         version from the Claudio Bley GnuTLS patch (extra optional parameters
5768         and host name).
5769
5770 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5773         fixup the parameters that can be customized by the user between
5774         save/read cycles.
5775         (gnus-registry-read): Use it.
5776         (gnus-registry-make-db): Use it.
5777         (gnus-registry-spool-action, gnus-registry-handle-action):
5778         Fix messaging.
5779         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5780         Map references to actual group names with sender and subject tracking.
5781         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5782         (gnus-registry-usage-test): Add subject lookup test.
5783
5784         * registry.el (registry-db, initialize-instance): Set up constructor
5785         instead of :initform arguments for the sake of older Emacsen.
5786         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5787         pre-lexbind merge bug.
5788         (registry-usage-test): Use it.
5789         (initialize-instance, registry-db): Move the non-function initforms
5790         back to the class definition.
5791
5792 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * registry.el: New library to manage gnus-registry-style data.
5795
5796         * gnus-registry.el: Use it (major rewrite).
5797
5798         * nnregistry.el: Use it.
5799
5800         * spam.el: Use it.
5801
5802 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5805         marks on non-selected articles.
5806
5807 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5808
5809         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5810         parameter to open-protocol-stream.
5811
5812 2011-04-01  Julien Danjou  <julien@danjou.info>
5813
5814         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5815         fundamental-mode.
5816
5817 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5820         servers.
5821
5822 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5825         made marks not propagate, again.
5826
5827 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5828
5829         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5830         Make this the default type.
5831         (proto-stream-open-plain): Rename from proto-stream-open-default.
5832         (open-protocol-stream, proto-stream-open-starttls)
5833         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5834         with `plain'.
5835
5836         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5837         value.
5838
5839         * nntp.el (nntp-open-connection-function): Document the fact that some
5840         values are not functions but are instead handled specially.
5841         Recognize nntp-open-plain-stream value.
5842         (nntp-open-connection): Recognize that value.
5843
5844 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5847         where it seems to be needed.
5848
5849 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5852         stuff.
5853
5854         * gnus-score.el (gnus-score-string): Fix calling convention of
5855         `gnus-simplify-buffer-fuzzy' after last patches.
5856
5857         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5858         server for articles we didn't get any headers for.  This is a sanity
5859         check.
5860
5861 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5862
5863         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5864         new CAPABILITY, use it.
5865
5866 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5869         downloading anything.
5870
5871         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5872
5873 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5874
5875         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5876         colors.
5877         (gnus-splash-svg-color-symbols): New function.
5878
5879 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5882         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5883         (gnus-simplify-subject-fuzzy): Use the local
5884         gnus-simplify-subject-fuzzy-regex instead of the global one.
5885         This makes using this variable in group parameters work.
5886
5887 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * gnus-registry.el (gnus-registry-unfollowed-groups):
5890         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5891         archive:sent-YYYY-MM-DD groups).
5892         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5893         tracking if there are more than `gnus-registry-max-track-groups'
5894         matches.
5895
5896 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * message.el (message--yank-original-internal): New function to do the
5899         insertion cleanly inside eval in `message-yank-original'.
5900         (message-yank-original): Use it.
5901
5902 2011-03-29  Julien Danjou  <julien@danjou.info>
5903
5904         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5905         local variables disabled rather than `normal-mode'.
5906
5907 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5908
5909         * imap.el (imap-shell-open, imap-process-connection-type):
5910         Use imap-process-connection-type for 'shell' streams as well as
5911         Kerberos, SSL, other subprocesses.
5912
5913 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5914
5915         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5916         with open-network-stream.
5917         (proto-stream-always-use-starttls): Option removed.
5918         (open-protocol-stream): Return a process object by default.  Provide a
5919         new parameter :return-list specifying a list-type return value, which
5920         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5921         :type `network' to `try-starttls', and `network-only' to `default'.
5922         Make `default' the default, for compatibility with open-network-stream.
5923         Handle the no-parameter case exactly as open-network-stream, with no
5924         additional stream processing.  Search plists using plist-get.
5925         Explicitly add :end-of-commend parameter if it is missing.
5926         (proto-stream-open-default): Rename from
5927         proto-stream-open-network-only.  Return 'default as the type.
5928         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5929         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5930         failed.  Always return a list with a (possibly dead) process as the
5931         first element, for compatibility with open-network-stream.
5932         (proto-stream-open-tls): Use plist-get.  Always return a list.
5933         (proto-stream-open-shell): Return `default' as connection type.
5934         (proto-stream-capability-open): Use plist-get.
5935         (proto-stream-eoc): Function deleted.
5936
5937         * nnimap.el (nnimap-stream, nnimap-open-connection)
5938         (nnimap-open-connection-1): Handle renaming of :type parameter for
5939         open-protocol-stream.
5940         (nnimap-open-connection-1): Pass a :return-list parameter
5941         open-protocol-stream to obtain a list return value.  Parse this list
5942         using plist-get.
5943
5944         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5945         for open-protocol-stream.  Accept open-protocol-stream return value
5946         that is a subprocess object instead of a list.  Handle the case of a
5947         dead returned process.
5948
5949 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5952
5953         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5954
5955 2011-03-21  Julien Danjou  <julien@danjou.info>
5956
5957         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5958         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5959         query.
5960         (mm-inline-text): Render normal text with fontification whenever
5961         possible.
5962
5963         * gnus-sum.el (gnus-summary-save-parts-1):
5964         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5965         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5966         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5967         Use `mm-handle-filename'.
5968
5969         * mm-util.el (mm-handle-filename): New function, return the filename of
5970         an handle.
5971
5972 2011-03-18  Julien Danjou  <julien@danjou.info>
5973
5974         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5975         (gnus-buffer-live-p): Check that buffer is not nil.
5976
5977 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5978
5979         * gnus.el: No Gnus v0.15 is released.
5980
5981 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5984         avoid warning on XEmacs.
5985
5986         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5987         on XEmacs.
5988
5989         * gnus-art.el: Require mouse, which the build bot seems to say is
5990         needed.
5991
5992         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5993
5994         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5995         XEmacs, since it doesn't have url-retrieve-synchronously.
5996
5997         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5998         since assoc-string doesn't exist in XEmacs.
5999
6000 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6001
6002         * gnus-group.el (gnus-group-list-ticked): New function.
6003         (gnus-group-make-menu-bar): Provide a menu entry for it.
6004         (gnus-group-list-map): Provide a binding for it.
6005
6006 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * shr.el (shr-visit-file): New command.
6009
6010         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6011
6012 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6013
6014         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6015         servers.
6016
6017 2011-03-16  Julien Danjou  <julien@danjou.info>
6018
6019         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6020         inline.
6021
6022         * gnus-art.el (article-hide-list-identifiers):
6023         Use gnus-group-get-list-identifiers.
6024
6025         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6026         (gnus-summary-remove-list-identifiers):
6027         Use gnus-group-get-list-identifiers to get regexp.
6028         (gnus-select-newsgroup, gnus-summary-insert-subject)
6029         (gnus-summary-insert-articles):
6030         Call gnus-summary-remove-list-identifiers unconditionally.
6031
6032 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6035         we're selecting a group with unread articles.
6036
6037         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6038
6039         * gssapi.el: New file separated out from imap.el to provide a general
6040         Kerberos 5 connection facility for Emacs.
6041
6042         * message.el (message-elide-ellipsis): Document the format spec
6043         ellipsis.
6044
6045 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * message.el (message-elide-region): Allow the ellipsis to say how many
6048         lines were removed.
6049
6050 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051
6052         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6053         window configurations containing buffers that are now dead.
6054
6055         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6056         parsing to avoid integer overflows.
6057         (nnimap-parse-flags): Simplify the last change.
6058         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6059         too large for 32-bit Emacsen.
6060
6061 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6062
6063         * auth-source.el (auth-source-netrc-create):
6064         * message.el (message-yank-original): Fix use of `case'.
6065
6066 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6067
6068         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6069         XEmacs, which was one character too wide.
6070
6071 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6072
6073         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6074         default number of articles to display.
6075         (gnus-articles-to-read): Use pretty names for prompt.
6076
6077 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * gnus-int.el (gnus-open-server): Ditto.
6080
6081         * gnus-start.el (gnus-activate-group): Give a backtrace if
6082         debug-on-quit is set and the user hits `C-g'.
6083         (gnus-read-active-file): Ditto.
6084
6085         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6086
6087 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * message.el (message-yank-original): Use cond instead of CL case.
6090
6091 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * auth-source.el (auth-source-netrc-create): Use usual format for the
6094         default in prompts.
6095
6096 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * lpath.el: Fbind read-char-choice for XEmacs.
6099
6100 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * auth-source.el (auth-source-netrc-create): Show the default in the
6103         prompt when prompting for token creation.
6104
6105 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * auth-source.el (auth-source-format-prompt): Always convert the value
6108         to a string to avoid evaluating non-string arguments.
6109         (auth-source-netrc-create): Offer default properly, not as initial
6110         content in `read-string'.
6111         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6112         of line to determine if we've been run before.  If so, don't run again,
6113         but print a trivial message to indicate the cache was hit instead.
6114
6115 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6118         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6119         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6120         Gnus.
6121
6122 2011-03-11  Julien Danjou  <julien@danjou.info>
6123
6124         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6125         modified file".
6126
6127 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6128
6129         * auth-source.el (auth-source-read-char-choice): New function to read a
6130         character choice using `dropdown-list', `read-char-choice', or
6131         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6132         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6133         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6134         (auth-source-netrc-saver): Use it.
6135         (auth-source-pick-first-password): New convenience function.
6136
6137 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6140         parameter in the credentials.
6141         (nnimap-open-connection-1): Use it after a successful login.
6142         (nnimap-credentials): Add IMAP-specific user and password prompt.
6143
6144         * auth-source.el (auth-source-search): Add :require parameter, taking a
6145         list.  Document it and the :save-function return token.  Pass :require
6146         down.  Change the CREATED message from a warning to a debug statement.
6147         (auth-source-search-backends): Pass :require down.
6148         (auth-source-netrc-search): Pass :require down.
6149         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6150         Change save prompt to indicate all modifications saved here are
6151         deletions.
6152         (auth-source-netrc-create): Take user login name as default in user
6153         prompt.  Move all the save functionality to a lexically bound function
6154         under the :save-function token in the returned list.  Set up clearer
6155         default prompts for user, host, port, and secret.
6156         (auth-source-netrc-saver): New function, intended to be wrapped for
6157         :save-function.
6158
6159 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6162         lines to be spaces instead.
6163
6164 2011-03-07  Julien Danjou  <julien@danjou.info>
6165
6166         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6167         (sieve-sasl-auth): Check that auth-source-search did return something,
6168         or just return an empty string.
6169
6170 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6171
6172         * gnus.el (gnus-interactive): Use read-directory-name.
6173
6174         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6175         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6176         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6177         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6178         Likewise.
6179
6180         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6181
6182 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6185         onto the list of killed groups, too.  This makes killed nnimap groups,
6186         for instance, more reliably not reappear.
6187
6188         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6189         the parent.
6190
6191         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6192
6193         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6194         really have server-side marks.
6195
6196         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6197         since most backends do not usefully have server-side marks.
6198         (gnus-update-read-articles): Propagate marks to all backends that
6199         really have server-side marks.
6200
6201 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6202
6203         * message.el (message-cite-reply-position, message-cite-style):
6204         New variables.
6205         (message-yank-original): Use the new citation styles.
6206
6207 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6208
6209         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6210         buffer-local issue); don't mark it buffer-local when running under
6211         XEmacs.
6212
6213 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6214
6215         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6216         numbers too big to be `read'.
6217
6218 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6219
6220         * password-cache.el (password-in-cache-p): Add autoload.
6221
6222         * message.el (message-options): Make buffer-local two ways to attempt
6223         to fix a XEmacs bug.
6224
6225 2011-03-02  Julien Danjou  <julien@danjou.info>
6226
6227         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6228
6229 2011-03-01  Julien Danjou  <julien@danjou.info>
6230
6231         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6232         group.
6233         (article-hide-list-identifiers): Use list-identifier group parameter.
6234
6235 2011-02-28  Julien Danjou  <julien@danjou.info>
6236
6237         * sieve.el (sieve-buffer-script-name): New local variable to store
6238         sieve script name.
6239         (sieve-edit-script): Store sieve script name.
6240         (sieve-upload): Use sieve script name when uploading.
6241         (sieve-upload): Use substitute-command-keys.
6242         (sieve-edit-script): Use substitute-command-keys.
6243         (sieve-refresh-scriptlist): Use substitute-command-keys.
6244         (sieve-manage-mode-map): Define keymap properly.
6245         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6246         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6247         Remove commented code about cvs.
6248         (sieve-manage-quit): New function.
6249         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6250
6251 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6254
6255 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * auth-source.el (auth-source-search): Cache empty result sets.
6258
6259         * password-cache.el (password-in-cache-p): Convenience function to
6260         check if a key is in the cache, even if the value is nil.
6261
6262         * auth-source.el (auth-source-save-behavior): New variable to replace
6263         `auth-source-never-create'.
6264         (auth-source-netrc-create): Use it.
6265         (auth-source-never-save): Remove.
6266
6267 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6268
6269         * nnimap.el (nnimap-stream): Doc fix.
6270         (nnimap-open-connection-1): Reverse the order of the ports to that the
6271         prompted-for port is first.
6272
6273         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6274         retrieval by the no-group selection.
6275
6276         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6277         numerical parameters.
6278
6279 2011-02-25  Julien Danjou  <julien@danjou.info>
6280
6281         * gnus-gravatar.el: Use gnus-with-article-buffer.
6282
6283         * gnus-art.el (gnus-with-article-buffer): Check that the
6284         gnus-article-buffer is alive.
6285
6286 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * auth-source.el (auth-source-creation-prompts): New variable to manage
6289         creation-time prompts.
6290         (auth-source-search): Document it.
6291         (auth-source-format-prompt): Add utility function.
6292         (auth-source-netrc-create): Don't default the user name to
6293         user-login-name.  Use `auth-source-creation-prompts' and some default
6294         prompts for user, host, port, and password (the default generic prompt
6295         remains ugly).
6296         (auth-source-never-save): Add customizable option to never save info.
6297         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6298         mode excursion.
6299
6300 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6303         argument that XEmacs doesn't support.
6304
6305         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6306         compiled for Emacsen having no `libxml-parse-html-region' support.
6307
6308         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6309
6310         * lpath.el: Bind buffer-save-without-query for XEmacs.
6311
6312 2011-02-23  Julien Danjou  <julien@danjou.info>
6313
6314         * gnus-art.el (article-make-date-line): Ignore errors if time is
6315         invalid and not convertible.
6316         (article-make-date-line): Only add lapsed time if time is not nil.
6317
6318 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6321         `read-char-choice' for backwards compatibility.
6322         (auth-source-netrc-element-or-first): New function to DTRT for
6323         parameter extraction.
6324         (auth-source-netrc-create): Use it and fix multiple parameter print
6325         bug.  Use the default passed from above (given-default) or the
6326         built-in (user-login-name for :user).
6327
6328 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus-start.el (gnus-dribble-read-file):
6331         Set buffer-save-without-query, since we always want to save the dribble
6332         file, probably.
6333
6334         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6335         nnimap.
6336
6337         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6338         -summary- since it's a user-visible variable.
6339
6340         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6341         first time you use the new Gnus.
6342
6343 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * auth-source.el: Don't load netrc.el.
6346         (auth-sources): Search ~/.netrc as well by default.
6347         (auth-source-debug): Add 'trivia option for extra output.
6348         (auth-source-do-trivia): Use it.
6349         (auth-source-search): Simplify logic to use
6350         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6351         appropriate.  Don't keep a running count at this level.  Layer :create
6352         and :delete options appropriately on the first and second passes.
6353         Don't track the backend with the search results.
6354         (auth-source-search-backends): New function to search a list of
6355         backends for a processed spec.
6356         (auth-source-netrc-parse): Cache all netrc files, making
6357         auth-source-netrc-cache an alist keyed by the file name and using the
6358         file mtime as the caching criterion.  Keep the obfuscated data secret
6359         with a lexical bind.
6360         (auth-source-netrc-search): Don't calculate the length of the results
6361         unnecessarily.
6362         (auth-source-search-backends): Fix bug.
6363         (auth-source-netrc-create): Rework prompts.
6364
6365 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6366
6367         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6368         Lower case names of search constraints.
6369         (nnir-run-query): Cache and reuse search constraints for all imap
6370         servers.
6371
6372 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6373
6374         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6375         after exit.
6376         (gnus-setup-message): Define missing variable from last checkin.
6377
6378         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6379         value, show the raw article.
6380
6381 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6382
6383         * gnus.el: No Gnus v0.13 is released.
6384
6385 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6386
6387         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6388         auth-source now accepts numbers.
6389
6390         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6391         spec, too.
6392         (auth-source-ensure-strings): New function.
6393
6394         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6395         (gnus-article-setup-buffer): Always restart the date timer so that user
6396         changes to the frequency is respected.
6397
6398         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6399         port numbers, so make sure it gets that if nnimap-server-port is
6400         explicit.
6401
6402 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6403
6404         * nnimap.el (nnimap-inbox): Doc fix.
6405
6406 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6407
6408         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6409         Autoload.  Add optional arg FRAME, and pass it to color-values.
6410         (color-complement): Caller changed.  Doc fix.
6411         (color-gradient): Rewrite for better clarity and efficiency.
6412
6413 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6414
6415         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6416         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6417         color-lab-to-srgb.
6418
6419 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6420
6421         * color.el: First part of merge from hexrgb.el.
6422         (color-rgb-to-hex): Rename from color-rgb->hex.
6423         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6424         saturation to zero if the value is too small.
6425         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6426         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6427         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6428         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6429         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6430         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6431         (color-cie-de2000): Doc fix.
6432
6433 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6434
6435         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6436         given method as in the group name if we're using an extended method.
6437         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6438         command, if we're using that, instead of waiting for the beginning.
6439
6440         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6441         we're sure to get unique server names, and we don't output two async
6442         commands in the same buffer.  This fixes an NNTP hang for some users.
6443
6444 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6445
6446         * gnus.el: No Gnus v0.11 is released.
6447
6448 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6451         summary buffer before reading going to the next buffer.  This avoids
6452         putting the point in the group buffer if you `C-g' the command.
6453
6454         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6455         cache (for now) to make ~/.authinfo.gpg files usable.
6456
6457         * nnfolder.el (copyright-update): Define for the compiler.
6458
6459         * auth-source.el (auth-source-search): Fix unbound variable.
6460
6461 2011-02-19  Glenn Morris  <rgm@gnu.org>
6462
6463         * gnus.el (gnus-meta): Doc fix.
6464
6465 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6466
6467         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6468         in case it's not yet loaded.
6469
6470 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6471
6472         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6473         line we're waiting for.
6474
6475 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6476
6477         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6478         face with line-width greater than zero will cause RET in gnus summary
6479         buffer to scroll down article page-wise because auto vscroll happens,
6480         it should be temporally disabled when doing a scroll-up.
6481
6482 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6483
6484         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6485         outputs from the server.
6486
6487 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6488
6489         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6490         later so that bbdb can hook in easier.
6491
6492 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6493
6494         * auth-source.el (auth-source-search): Don't try to create credentials
6495         if the caller doesn't want that.
6496         (auth-source-search): If we don't find a match, don't bug out on
6497         non-bound variables.
6498         (auth-source-search): Only ask a single backend to create the
6499         credentials.
6500
6501         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6502         logging.
6503         (nnimap-credentials): Protect against auth-source-search returning nil.
6504         (nnimap-request-list): Protect against not being able to open the
6505         server.
6506
6507 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6508
6509         * auth-source.el (auth-source-search): Do a two-phase search, one with
6510         no :create to get the responses from all backends.
6511
6512         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6513         when getting credentials.
6514
6515         * gnus-util.el (gnus-delete-duplicates): New function.
6516
6517 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6520         a creation default, pass the whole port list down.  It will be
6521         completed.
6522
6523         * auth-source.el (auth-source-search): Updated docs to talk about
6524         multiple creation choices.
6525         (auth-source-netrc-create): Accept a list as a value (from the search
6526         parameters) and do completion on that list.  Keep a separate netrc line
6527         with the password obscured for showing the user.
6528
6529         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6530         first choice to `auth-source-search' so it will be used for entry
6531         creation instead of the server's Gnus-specific name.
6532         (nnimap-credentials): Rely on the auth-source library to select which
6533         port is actually wanted in the new netrc entry, so don't override
6534         `auth-source-creation-defaults'.
6535
6536         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6537         :protocol and accept a missing user, host, or port as a wildcard match.
6538         (auth-source-debug): Default to off.
6539
6540         (auth-source-netrc-search, auth-source-netrc-create)
6541         (auth-source-secrets-search, auth-source-secrets-create)
6542         (auth-source-user-or-password, auth-source-backend, auth-sources)
6543         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6544         instead of :protocol.
6545
6546         * nnimap.el (nnimap-credentials): Pass a port default to
6547         `auth-source-search' in case an entry needs to be created.
6548         (nnimap-open-connection-1): Use :port instead of :protocol.
6549
6550 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * auth-source.el: Bind load-path when loading EIEIO from
6553         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6554         21.4 doesn't support, to `require'.
6555         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6556         delete-dups that is not available in XEmacs 21.4.
6557
6558 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6559
6560         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6561         as EIEIO must also be loaded when auth-source.el is being
6562         byte-compiled.
6563
6564 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6565
6566         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6567
6568         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6569
6570         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6571
6572         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6573
6574         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6575
6576         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6577
6578         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6579
6580         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6581         necessary.
6582
6583 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6586         nil means that nnimap doesn't get updated.
6587
6588 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6591         result when the user doesn't want to write to the file.
6592         (auth-source-netrc-search): Expect a synthetic result and proceed
6593         accordingly.
6594         (auth-source-cache-expiry): New variable to override
6595         `password-cache-expiry'.
6596         (auth-source-remember): Use it.
6597
6598         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6599         parameter.  Create entry if necessary by using :create t.
6600         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6601
6602 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * auth-source.el (auth-source-debug): Enable by default and don't
6605         mention the obsolete `auth-source-hide-passwords'.
6606         (auth-source-do-warn): New function to debug unconditionally.
6607         (auth-source-do-debug): Use it.
6608         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6609         and for Secrets API entries when the secrets.el library is not
6610         available.
6611
6612 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6613
6614         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6615         (gnus-summary-exit): Kill the correct article buffer on exit from a
6616         `C-d' group.
6617
6618         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6619         gnus-propagate-marks.
6620
6621         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6622         before killing the buffers so that a non-full window conf gets handled
6623         correctly.
6624         (gnus-summary-exit): Ditto.
6625         (gnus-summary-read-group-1): Ditto.
6626
6627         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6628         async code again so that we can debug it properly.
6629
6630         * message.el (message-reply): Take an optional switch-buffer parameter
6631         so that Gnus window confs are respected better.
6632
6633 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6636         `plist-get' to accept non-list parameters (XEmacs issue).
6637         Fix docstring.
6638         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6639         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6640         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6641         Login collection is "Login" and not "login".
6642
6643 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6646         multiple headers.
6647
6648         * nnimap.el (nnimap-inhibit-logging): New variable.
6649         (nnimap-log-command): Don't log login commands.
6650
6651         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6652         to have more parameters.
6653
6654         * nnimap.el (nnimap-send-command): Mark the command time for each
6655         command, so that we don't get NOOPs stepping on our toes.
6656
6657         * gnus-art.el (article-date-ut): Get the date from the Date header on
6658         `t'.
6659
6660 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * auth-source.el (auth-source-search): Use copy-sequence instead of
6663         the cl.el copy-list.
6664
6665 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * imap.el: Bring it back (revert
6668         84d800cd31de3064f0ed39617d725709a2f8f42f).
6669
6670 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6671
6672         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6673         Improve prompt.
6674
6675 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6676
6677         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6678         washing status from the default format.  It isn't very informative.
6679
6680 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6681
6682         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6683         Fix Gcc processing on imap.
6684
6685 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * imap.el: Remove file.  All the functionality is in nnimap.el.
6688
6689 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6690
6691         * message.el (message-bury): Don't pop up a new window when selected
6692         window is dedicated.
6693
6694 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6695
6696         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6697
6698 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * sieve-manage.el: Autoload `auth-source-search'.
6701         (sieve-sasl-auth): Use it.
6702
6703 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * nnimap.el: Autoload `auth-source-forget+'.
6706         (nnimap-open-connection-1): Use it if the connection fails.
6707
6708         * auth-source.el: Require `password-cache'.
6709         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6710         obsolete.
6711         (auth-source-magic): Marker for `password-cache' keys.
6712         (auth-source-do-cache): Update docstring.
6713         (auth-source-search): Use and check cache.
6714         (auth-source-forget-all-cached, auth-source-remember)
6715         (auth-source-recall, auth-source-forget, auth-source-forget+)
6716         (auth-source-specmatchp): Caching support functions.
6717         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6718         Remove and obsolete.
6719         (auth-source-user-or-password): Remove caching to further discourage
6720         using it.  Always hide passwords.
6721
6722         * password-cache.el (password-cache-remove): Accept secrets that are
6723         not strings.
6724
6725 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6726
6727         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6728         code for now, since it doesn't work for all users.
6729
6730 2011-02-09  Julien Danjou  <julien@danjou.info>
6731
6732         * message.el (message-options): Make message-options really buffer
6733         local.
6734
6735 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * mail-source.el: Autoload `auth-source-search'.
6738         (mail-source-keyword-map): Note order matters.
6739         (mail-source-set-1): Get all the mail-source source values and
6740         defaults and search auth-source on those if needed.  This can all
6741         probably be simplified.
6742
6743         * nnimap.el: Autoload `auth-source-search'.
6744         (nnimap-credentials): Use it.
6745         (nnimap-open-connection-1): Ask for the virtual server and physical
6746         address in one shot.
6747
6748         * nntp.el: Autoload `auth-source-search'.
6749         (nntp-send-authinfo): Use it.  Note TODO.
6750
6751 2011-02-08  Julien Danjou  <julien@danjou.info>
6752
6753         * shr.el (shr-tag-body): Add support for text attribute in body
6754         markups.
6755
6756         * message.el (message-options): Make message-options a local variable.
6757
6758 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * auth-source.el (auth-source-secrets-search)
6761         (auth-source-user-or-password): Use `append' instead of `nconc'.
6762         (auth-source-user-or-password): Build return list better and protect
6763         against nil :secret.
6764
6765 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6766
6767         * nnimap.el (nnimap-update-info): Refactor slightly.
6768         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6769         (nnimap-update-info): Clean up slightly.
6770         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6771         characters.
6772         (nnimap-process-quirk): Rename function to avoid collision.
6773         (nnimap-update-info): Fix macrology bug-out.
6774         (nnimap-update-info): Simplify split history test.
6775
6776 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6777
6778         * auth-source.el (top): Require 'eieio unconditionally.
6779         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6780         (auth-source-secrets-search): Limit search when `max' is greater than
6781         number of results.
6782
6783 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6784
6785         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6786         part not returning any data.
6787
6788         * proto-stream.el (open-protocol-stream): Document the return value.
6789
6790 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * auth-source.el (auth-source-secrets-search): Add examples.
6793
6794 2011-02-06  Julien Danjou  <julien@danjou.info>
6795
6796         * message.el (message-setup-1): Handle message-generate-headers-first
6797         set to t.
6798
6799 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6802         API with a string "secrets:collection-name" and with 'default.
6803         (auth-source-backend-parse): Parse "secrets:collection-name" and
6804         'default.  Recurse on parses instead of repeating code.  Use the
6805         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6806         message when ignoring a source.
6807         (auth-source-search): List ignored search keys at the top level.
6808         (auth-source-netrc-create): Use `case' instead of `cond'.
6809         (auth-source-secrets-search): Created with TODOs.
6810         (auth-source-secrets-create): Created with TODOs.
6811         (auth-source-retrieve, auth-source-create, auth-source-delete)
6812         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6813         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6814         (auth-source-user-or-password-sftp)
6815         (auth-source-user-or-password-smtp): Remove.
6816         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6817         around `auth-source-search'.  Not tested thoroughly.
6818
6819 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * auth-source.el: Bring in assoc and eioeio libraries.
6822         (secrets-enabled): New variable to track the status of the Secrets API.
6823         (auth-source-backend): New EIOEIO class to represent a backend.
6824         (auth-source-creation-defaults): New variable to set prompt defaults
6825         during token creation (see the `auth-source-search' docstring for
6826         details).
6827         (auth-sources): Simplify to allow a simple string as a netrc backend
6828         spec.
6829         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6830         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6831         (auth-source-search): Main auth-source API entry point.
6832         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6833         (auth-source-search-collection): Helper function for searching.
6834         (auth-source-netrc-parse, auth-source-netrc-normalize)
6835         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6836         Supports search, create, and delete.
6837         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6838         backend stubs.
6839         (auth-source-user-or-password): Call `auth-source-search' but it's not
6840         ready yet.
6841
6842 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6843
6844         * message.el (message-setup-1): Remove the read-only stuff, since it
6845         doesn't work under XEmacs, for some reason.
6846
6847         * gnus-sum.el (gnus-user-date): Rename back from
6848         gnus-summary-user-date since user code refers to it.
6849
6850         * shr.el (shr-render-td): Store the actual background color used.
6851
6852         * message.el (message-setup-1): Don't bind the constant
6853         -forbidden-properties.
6854         (message-setup-1): Revert previous change, since it needs to bind the
6855         props to insert them.
6856         (message-resend): Allow removing the read-only separator line.
6857
6858 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6859
6860         * nnimap.el (nnimap-request-accept-article): Give an error message if
6861         the APPEND wasn't successful.
6862
6863 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6864
6865         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6866         that have no groups.
6867
6868 2011-02-03  Julien Danjou  <julien@danjou.info>
6869
6870         * gnus-draft.el: Remove progn around gnus-draft-setup.
6871
6872 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-start.el (gnus-read-active-for-groups): This function is never
6875         called with a nil `infos', so clean that up.
6876         (gnus-get-unread-articles): Request active files from primary/secondary
6877         methods that have no groups (yet).
6878
6879 2011-02-03  Julien Danjou  <julien@danjou.info>
6880
6881         * message.el (message-setup-1): Always generate References first.
6882         (message-mail): Return the return value of message-setup, not always t.
6883         (message-setup-1): Insert mail-header-separator with read-only and
6884         intangible properties set.
6885
6886         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6887         user-date in docstring.
6888
6889         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6890
6891         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6892         docstring.
6893
6894         * gnus.el (gnus-user-date-format-alist): Change default value.
6895         Use defcustom, with type and group.  Move from gnus-util.el.
6896         Rename to gnus-summary-user-date-format-alist.
6897
6898 2011-02-03  Glenn Morris  <rgm@gnu.org>
6899
6900         * nnimap.el (gnus-fetch-headers): Declare.
6901
6902         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6903
6904 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6905
6906         * message.el (message-forward-make-body-digest-plain)
6907         (message-followup, message-reply): Clean up things noted by Stefan.
6908
6909         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6910         gnus-article-update-date-headers is nil.
6911         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6912         it didn't really work with defcustom.
6913         (article-update-date-lapsed): Make sure the window start doesn't move,
6914         either.
6915
6916 2011-02-01  Julien Danjou  <julien@danjou.info>
6917
6918         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6919         format.
6920
6921         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6922         standard in Emacs nowadays.
6923
6924         * color.el (color-gradient): Add a color-gradient function.
6925
6926 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6927
6928         * message.el (message-expand-name): Don't trust the return value of
6929         bbdb-complete-name.
6930         (message-check-news-header-syntax): Remove unused var `start'.
6931         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6932         (message-inhibit-body-encoding): Move to before first use.
6933         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6934         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6935         (Organization, Message-ID, Date, mh-previous-window-config):
6936         Defvar the vars using dynamic scoping.
6937
6938 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6939
6940         * shr.el (shr-render-td): Only do colors at the final rendering.
6941         Should be slightly faster.
6942         (shr-insert-table): Fix up TD background colors when doing the
6943         vertical padding.
6944
6945         * gnus-art.el (article-date-ut): Protect against articles with no Date
6946         header.
6947         (article-update-date-lapsed): Don't use current-column to find the
6948         horizontal position.  It's fragile in the presence of \003 characters.
6949
6950         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6951
6952 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6953
6954         * gnus-art.el (article-transform-date): Rewrite to still work when
6955         there are several rfc2822 parts.
6956         (article-transform-date): Fix infinite recursion.
6957         (article-date-ut): Replace infinitely many Date headers with a single
6958         one when called interactively.
6959
6960         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6961         secure manner.
6962
6963         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6964         move around by not using save-window-excursion.  It seems to work...
6965
6966 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (article-make-date-line): Work for user-defined format.
6969
6970 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6971
6972         * nntp.el (nntp-retrieve-group-data-early)
6973         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6974         fetching functions.
6975
6976         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6977         thoroughly for all backends that have no known groups.  This should
6978         allow new nnml methods to retrieve mail.
6979
6980         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6981         that Gnus doesn't know exists again.
6982
6983         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6984         (gnus-treat-date-ut): Ditto.
6985         (gnus-article-update-date-header): Rename.
6986         (gnus-treat-date-local): Remove.
6987         (gnus-treat-date-english): Remove.
6988         (gnus-treat-date-lapsed): Remove.
6989         (gnus-treat-date-combined-lapsed): Remove.
6990         (gnus-treat-date-original): Remove.
6991         (gnus-treat-date-iso8601): Remove.
6992         (gnus-treat-date-user-defined): Remove.
6993         (gnus-article-date-headers): New variable to control all the date
6994         header options.
6995         (article-date-ut): Rewrite to allow using the new way to format date
6996         headers(s).
6997
6998 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6999
7000         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7001         method.
7002         (nnmail-article-group): A better test for fanciness.
7003
7004         * nnimap.el (nnimap-request-head): Protect against not finding the
7005         article by Message-ID.
7006
7007 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7008
7009         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7010         keep point at the "same place".
7011
7012 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7013
7014         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7015         data if the group is inactive.
7016
7017 2011-01-28  Julien Danjou  <julien@danjou.info>
7018
7019         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7020         (gnus-all-windows-visible-p): Remove old compatibility code.
7021         (gnus-window-top-edge): Add docstring.
7022
7023         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7024
7025 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7026
7027         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7028         older request-update-info.
7029
7030         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7031
7032 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7033
7034         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7035         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7036
7037 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7038
7039         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7040         groups.  This makes the nndraft:queue group pop up if it's not already
7041         there.
7042
7043         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7044         messages" logic, which was reversed.
7045
7046         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7047         the "same place" even if point is on the line being replaced.
7048         (article-update-date-lapsed): Allow updating both the combined lapsed
7049         and the lapsed headers.
7050         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7051         (article-make-date-line): Limit the number of segments dynamically to
7052         avoid too-long lines.
7053
7054 2011-01-27  Julien Danjou  <julien@danjou.info>
7055
7056         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7057         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7058
7059 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7062         Use plist-get instead of the cl function getf.
7063
7064 2011-01-27  Glenn Morris  <rgm@gnu.org>
7065
7066         * gnus-util.el (float-time): Get rid of compiler warning, again.
7067
7068 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7069
7070         * shr.el (shr-put-color): Special-case background colors: Do put them
7071         at the blank parts at the front of the lines.
7072
7073         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7074         exit hook to nix out all data on readedness on group exit.
7075
7076         * gnus-util.el (float-time): If float-time is bound, always use it on
7077         all Emacsen.  It's unclear why the subrp check was there.
7078         (time-date): Require to make some autoload issues on XEmacs go away.
7079
7080         * shr.el (shr-put-color): Don't do the box padding in tables, since
7081         they're already padded.
7082
7083 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7084
7085         * gnus-art.el (gnus-article-next-page): When the last line of the
7086         article is displayed, scroll down once more instead of going to the
7087         next article at once.
7088         (article-lapsed-string): Refactor out and allow specifying how many
7089         segments you want.
7090         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7091         (gnus-article-update-lapsed-header): New variable.
7092
7093         * shr.el: Revert change that made headings use different-sized faces.
7094         The Emacs display engine isn't advanced enough that, for instance,
7095         tables can comfortably use differently-sized faces.
7096
7097 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7098
7099         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7100         used.
7101         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7102         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7103         we're using an encrypted connection.
7104
7105         * proto-stream.el: Alter the interface functions to also return the
7106         actual stream type used: network or tls.
7107
7108 2011-01-25  Julien Danjou  <julien@danjou.info>
7109
7110         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7111         (mm-display-javascript-inline): New function.
7112
7113         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7114         viewing function.
7115
7116 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * shr.el (shr-expand-newlines): Fix variable name.
7119
7120 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7121
7122         * shr.el (shr-expand-newlines): Make nested boxes work.
7123
7124 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7125
7126         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7127         backgrounds.
7128         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7129         in a more sensible manner.
7130
7131 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7134         if EPG is loaded.
7135
7136 2011-01-24  Julien Danjou  <julien@danjou.info>
7137
7138         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7139         tags.
7140
7141 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7142
7143         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7144         commands.
7145
7146         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7147         in the article buffer.
7148         (gnus-gravatar-insert): Use blank space from the current buffer to
7149         avoid breaking text properties.  This makes X-Sent updating work again.
7150
7151         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7152
7153 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7156         fix the bug in url-http.el instead.
7157
7158         * shr.el (shr-image-fetched): Ditto.
7159
7160         * shr.el (shr-image-fetched): Avoid having point move in the article
7161         buffer.
7162
7163         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7164         buffer after being called.  It's apparently being killed by url.el, and
7165         killing it made point move to end-of-buffer in a random buffer.
7166
7167         * shr.el (shr-image-fetched): Ditto.
7168
7169 2011-01-23  Julien Danjou  <julien@danjou.info>
7170
7171         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7172
7173         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7174         text/x-org.
7175
7176 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7179         (i.e., nnimap) returning nil as the article number.
7180
7181 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7182
7183         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7184         "DelSp" parameter in RFC3676.
7185
7186 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7187
7188         * message.el (message-check-recipients): Display the encoded version of
7189         the bogus address if they differ.
7190
7191         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7192         after sending.
7193
7194         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7195
7196         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7197
7198         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7199         group buffer after sending the queue.
7200
7201         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7202
7203 2011-01-22  Julien Danjou  <julien@danjou.info>
7204
7205         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7206
7207 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7208
7209         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7210         nested related parts.
7211
7212         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7213         unexpired articles.  This fixes the regression that led expiry marks to
7214         disappear from nnfolder groups.
7215
7216 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7217
7218         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7219         Don't confuse the "ret" of "retrograde" with RET.
7220
7221 2011-01-21  Julien Danjou  <julien@danjou.info>
7222
7223         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7224         than mm-insert-inline.
7225
7226 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7229         Widen article buffer.
7230
7231 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7232
7233         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7234         the temp buffer.
7235         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7236
7237 2011-01-20  Julien Danjou  <julien@danjou.info>
7238
7239         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7240
7241         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7242         than mm-insert-inline to insert inline part: this respect
7243         mm-inline-media-tests displayers.
7244
7245         * mm-view.el (mm-display-shell-script-inline): New function.
7246
7247         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7248
7249         * mm-uu.el (mm-uu-type-alist): Add org block.
7250         (mm-uu-org-src-code-block-extract): New function.
7251
7252         * mm-view.el (mm-display-org-inline): New function.
7253
7254         * mm-decode.el (mm-automatic-display): Add text/org.
7255
7256         * mailcap.el (mailcap-mime-extensions): Add .org.
7257
7258 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7261         gnus-article-add-buttons.
7262
7263 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7264
7265         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7266         From header with a date and "nobody" as the sender.
7267
7268 2011-01-19  Julien Danjou  <julien@danjou.info>
7269
7270         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7271         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7272         if you have the same regexp several times.
7273         (gnus-button-push): Fix matching when regexp is symbol.
7274
7275 2011-01-15  Glenn Morris  <rgm@gnu.org>
7276
7277         * message.el (message-mail): A compose-mail function should
7278         accept headers as strings.
7279
7280 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7281
7282         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7283         Add :vert-only tags.
7284         (message-mail): New arg RETURN-ACTION.
7285         (message-return-action): New var.
7286         (message-bury): Use it.
7287         (message-mode): Make it buffer-local.
7288         (message-send-and-exit): Always call message-bury.
7289
7290         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7291         message-mail.
7292
7293 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * nnimap.el (nnimap-convert-partial-article): Protect against
7296         zero-length body parts.
7297
7298         * mm-decode.el (mm-preferred-alternative-precedence):
7299         Discourage showing empty parts.
7300
7301         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7302         and stuff if the backend didn't return the article number.  This fixes
7303         an Exchange-related nnimap bug.
7304
7305         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7306         group window, because it does the wrong thing when a separate frame
7307         displays the group buffer.
7308
7309         * proto-stream.el (open-protocol-stream): Protect against the low-level
7310         transport functions returning nil.
7311
7312 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7313
7314         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7315         (mml2015-epg-find-usable-secret-key): New function.
7316         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7317         mml2015-epg-find-usable-key (Bug#7797).
7318         (mml2015-epg-encrypt): Ditto.
7319
7320 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * dgnushack.el (rot13-string): Fix the way to get the argument.
7323
7324 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7327
7328 2011-01-03  Glenn Morris  <rgm@gnu.org>
7329
7330         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7331
7332         * sieve.el (sieve-open-server): Give a more explicit error if
7333         sieve-manage-open returns nil.  (Bug#7720)
7334
7335 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7336
7337         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7338
7339 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7342         This avoids sending passwords in plain text over non-encrypted
7343         channels.
7344
7345         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7346
7347         * nnimap.el (nnimap-login): Refactored out into own function, and
7348         implement CRAM-MD5.
7349         (nnimap-wait-for-line): Refactored out.
7350
7351         * mm-view.el (mml-smime): Require.
7352
7353 2010-12-20  David Engster  <deng@eml.cc>
7354
7355         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7356         use EPG to decrypt S/MIME messages instead of openssl.
7357
7358 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7361
7362         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7363         status is the group clearly is unreachable.
7364
7365         * auth-source.el (auth-source-create): Add the optional second
7366         parameter to `local-variable-p' to be compatible with XEmacs.
7367
7368 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7369
7370         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7371         work when using a compressed nnml folder.
7372
7373 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7376         backends after sanitising on entry, because this never makes sense:
7377         If the articles have gone missing, then the data no longer exists on
7378         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7379         overwrite anything anyway.
7380
7381         * shr.el (shr-insert-document): Bind shr-width dynamically to
7382         window-width if it's nil.
7383
7384 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7385
7386         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7387         with the meaning of using the full emacs window width for rendering.
7388
7389 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7390
7391         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7392         case when sender is not given.
7393
7394 2010-12-23  Julien Danjou  <julien@danjou.info>
7395
7396         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7397         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7398         the addresses, otherwise we might misplaced the gravatar.
7399
7400 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7401
7402         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7403         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7404         obsolete in Emacs.
7405
7406 2010-12-20  Julien Danjou  <julien@danjou.info>
7407
7408         * gnus-util.el (gnus-rescale-image): Revert last change.
7409
7410 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7411
7412         * binhex.el: Improve commentary (Bug#7482).
7413
7414 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-group.el (gnus-group-delete-articles): New command.
7417
7418 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7419
7420         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7421
7422 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7425         here, since it's up to the backends to do CRLF removal if their
7426         protocol has it.
7427
7428         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7429
7430 2010-12-17  Julien Danjou  <julien@danjou.info>
7431
7432         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7433         they are from file.  Can also scale up.
7434
7435 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7436
7437         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7438         Restore gnus-use-agent.
7439         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7440
7441         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7442
7443 2010-12-17  Julien Danjou  <julien@danjou.info>
7444
7445         * gravatar.el (gravatar-retrieve-synchronously): New function.
7446         (gravatar-get-data): Make more robust.
7447
7448 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7451
7452 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7455         to really consider the last line.
7456
7457 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7458
7459         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7460         list of recipient keys, or use symmetric encryption if not a list.
7461         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7462         EPA override, replacing the call to `netrc-store-data'.
7463
7464 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7465
7466         * gnus-srvr.el: Avoid passing nil regexp argument to
7467         delete-matching-lines.
7468
7469 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7472         fetching stops when Gnus exits.
7473
7474         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7475         function.
7476         (nnfolder-request-expire-articles): Save all the buffers after doing
7477         expiry.
7478
7479         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7480         the last article", since that led to serious performance regressions
7481         when expiring nnml groups.
7482
7483 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7484
7485         * nnir.el: Improve customizations.
7486
7487 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7490
7491         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7492         group has been killed.
7493         (gnus-group-yank-group): Ditto.
7494
7495         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7496
7497         * nnimap.el (nnimap-request-update-group-status): New function.
7498
7499         * gnus-int.el (gnus-request-update-group-status): New interface
7500         function.
7501
7502         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7503         copying read-ness to the backends.
7504
7505         * nnimap.el (nnimap-quirk): New function.
7506         (nnimap-retrieve-group-data-early): Use it.
7507         (nnimap-quirks): New alist.
7508
7509 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7512         don't delete it within indentation.
7513
7514 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7517         previous line.
7518
7519 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7522         QRESYNC command by deleting a superfluous space which broke Cyrus
7523         servers.  This change will break other servers that are buggy the other
7524         way around.
7525
7526 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * spam.el: Reindent and fix long lines.
7529         (spam-copy-or-move-routine): Exclude invalid move destinations.
7530
7531 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7532
7533         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7534         installed the registry.
7535
7536 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7539
7540 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7541
7542         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7543         groupname doesn't contain "gmane".
7544
7545 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7548         and netrc-bound-and-true-p bindings.
7549         (netrc-parse): Cache the netrc contents.
7550
7551         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7552         (gnus-1): Don't create the nndrafts group twice.
7553         (gnus-setup-news): There's no need to read the active file here, since
7554         that's done again later on a per-backend basis.
7555         (gnus-start-draft-setup): Make sure that the new group is started out
7556         empty.
7557
7558         * gnus-agent.el (gnus-agentize): Don't create the queue group
7559         automatically on startup.  It'll be created later, if needed.
7560
7561         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7562         of automatically subscribed groups.
7563         (gnus-auto-subscribed-categories): New variable.
7564         (gnus-matches-options-n): Use it.
7565         (gnus-default-subscribed-newsgroups): Remove unused variable.
7566         (gnus-start-draft-setup): Message a bit less.
7567
7568 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7569
7570         * nnir.el (nnir-run-imap): Return article list in order of increasing
7571         UID.
7572
7573 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus-sum.el (gnus-summary-enter-digest-group):
7576         Mention gnus-auto-select-on-ephemeral-exit.
7577
7578         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7579         convention of the network-only option.
7580
7581 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * proto-stream.el (proto-stream-open-network-only): New function to
7584         have a way to specify non-STARTTLS upgrade connections.
7585
7586 2010-12-10  Julien Danjou  <julien@danjou.info>
7587
7588         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7589         email address is nil.
7590
7591         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7592
7593 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7594
7595         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7596         deletion.
7597         (nnir-run-imap): Only need to parse list once.
7598
7599 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * shr.el (shr-tag-script): Ignore <script>.
7602         (shr-tag-label): Add <label> support.
7603
7604 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7607
7608         * shr.el (shr-image-displayer): Work for images lined side by side.
7609
7610 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7611
7612         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7613         parameter, since XEmacs doesn't accept t as a parameter.
7614
7615 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7616
7617         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7618         ids.
7619         (nnir-run-gmane): Simplify groupspec formatting.
7620         (nnir-request-expire-articles): New function.
7621
7622 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7625         overflow, possibly.
7626
7627         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7628         (shr-render-td): Handle td style="" better.
7629         (shr-tag-table): Use the color from the style sheet.
7630         (shr-render-td): Make sure we copy over all the overlays, too.
7631
7632 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7633
7634         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7635         (nnir-request-article): Improve article retrieval.
7636
7637 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * mm-util.el (mm-extra-numeric-entities): New variable.
7640
7641         * mm-url.el (mm-url-decode-entities):
7642         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7643
7644         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7645
7646 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7647
7648         * message.el: Use completion-at-point.
7649         (message-completion-function): New fun, extracted from message-tab.
7650         (message-mode): Use it for completion-at-point-functions.
7651         (message-tab): Use it and completion-at-point.
7652
7653 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7656         character if a non-breakable character follows.
7657
7658 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659
7660         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7661         any stream.
7662
7663         * shr.el (shr-tag-font): Colorize the region.
7664         (shr-tag-body): Ditto.
7665         (shr-tag-font): Actually let the styles be inherited instead of
7666         overwriting them.
7667         (shr-tag-font): Get the background color right.
7668         (shr-tag-style): Ignore all <style> tags for the moment.
7669
7670         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7671         a Message-ID to avoid having nnimap depend on gnus-sum.
7672
7673         * shr.el (shr-descend): Only colorize something if we have a node that
7674         sets colors.
7675
7676 2010-12-06  Julien Danjou  <julien@danjou.info>
7677
7678         * shr.el (shr-render-td): Render td content with shr-descend, so style
7679         will be applied to <td> too.
7680         (shr-colorize-region): Colorize region even if we only have a background.
7681         (shr-tag-body): Fix color and background color inheritance.
7682         Do not recolorize after shr-generic.
7683         (shr-tag-font): Let shr-generic colorize via inheritance.
7684
7685 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7688
7689 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7690
7691         * nnir.el (nnir-request-move-article): Remove obsolete code.
7692
7693 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7696
7697 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-sum.el (gnus-summary-respool-article): The completion function
7700         expects a list instead of an alist.
7701
7702         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7703         string as the parameter.
7704
7705         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7706
7707         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7708         styles.
7709         (shr-colorize-region): New function.
7710         (shr-insert-background-overlay): Remove.
7711         (shr-render-td): Background setting should be taken care of on a higher
7712         level.
7713         (shr-tag-body): Use post-hoc colorizations.
7714         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7715         (shr-put-color-1): Don't overwrite old colors.
7716         (shr-colorize-region): When the background color isn't explicit, use
7717         a fixed background.
7718
7719         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7720         nnmail variables.
7721
7722 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7723
7724         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7725         unless necessary.
7726
7727 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7728
7729         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7730         server.
7731
7732 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733
7734         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7735         so that TAB works.
7736
7737         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7738         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7739
7740         * shr.el (shr-urlify): Show the URL before the title to avoid
7741         misleading URLs.
7742
7743 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7744
7745         * shr.el (shr-urlify): Display the title in <a> tags.
7746
7747 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7748
7749         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7750
7751 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7752
7753         * nnir.el: Rearrange code to allow macros to be autoloaded by
7754         gnus-sum.el.
7755         (nnir-retrieve-headers-override-function): Make this variable
7756         customizable.
7757         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7758
7759         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7760         from nnir.el.
7761
7762 2010-12-03  Julien Danjou  <julien@danjou.info>
7763
7764         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7765
7766 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7769         allow optional argument `environment'.
7770
7771 2010-12-03  Glenn Morris  <rgm@gnu.org>
7772
7773         * mm-extern.el (message-goto-body): Update declaration.
7774
7775 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-util.el (gnus-macroexpand-all): New function.
7778
7779         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7780         instead of macroexpand-all that is unavailable in XEmacs.
7781
7782 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7783
7784         * nnir.el (nnir-summary-line-format): New variable.
7785         (nnir-mode): Use it.
7786         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7787         (nnir-article-ids): Reimplement as defsubst.
7788         (nnir-retrieve-headers): Don't mangle the subject header.
7789         (nnir-run-imap): Use 100 as RSV score.
7790         (nnir-run-find-grep): Fix for full server searching.
7791         (nnir-run-gmane): Better restriction to gmane groups.
7792
7793         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7794         summary buffers.
7795
7796 2010-12-02  Julien Danjou  <julien@danjou.info>
7797
7798         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7799
7800         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7801
7802         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7803         support.
7804
7805 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7806
7807         * nnir.el: Update to handle the registry better.
7808         (autoload): Silence byte-compiler.
7809         (nnir-open-server): Add a hook for nnir groups.
7810         (nnir-request-move-article): Don't mangle the header.  Better to use
7811         formatting variables (which will be added in the future).
7812         (nnir-registry-action): Update the registry using the original article
7813         group name.
7814         (nnir-mode): Install nnir-specific hooks for updating the registry.
7815
7816         * gnus-sum.el
7817         (gnus-article-original-subject, gnus-newsgroup-original-name):
7818         Remove obsolete variables.
7819         (gnus-summary-move-article): Remove use of obsolete variables.
7820         (gnus-summary-local-variables): Make move and delete hooks local to
7821         summary buffers.
7822
7823 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * rtree.el: New file.
7826
7827 2010-12-01  Julien Danjou  <julien@danjou.info>
7828
7829         * message.el (message-user-organization): Do not use
7830         gnus-local-organization.
7831
7832         * gnus.el: Remove gnus-local-organization.
7833
7834         * gnus-msg.el: Remove nastygram thing.
7835
7836 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7839         funcall.
7840
7841 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7844         names.
7845
7846         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7847         characters.
7848
7849         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7850         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7851         Suggested by Štěpán Němec <stepnem@gmail.com>.
7852         (gnus-gravatar-transform-address): Use mail-extract-address-components
7853         that supports non-ASCII names rather than mail-header-parse-addresses.
7854
7855 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * proto-stream.el (open-protocol-stream): All starttls connections are
7858         handled by the network handler.
7859
7860 2010-11-30  Julien Danjou  <julien@danjou.info>
7861
7862         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7863         (nnimap-open-connection-1): Fix PREAUTH.
7864
7865         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7866
7867 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7870         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7871         (shr-insert): Use them.
7872         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7873
7874 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7875
7876         * nnir.el (nnir-request-move-article): Bail out if original group
7877         doesn't support article moves.
7878         (nnir-get-active): Improve active list retrieval.
7879
7880 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7883
7884 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7885
7886         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7887         seem to accept strings-with-numbers as port numbers.
7888
7889 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7890
7891         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7892         change the registry.
7893
7894 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7897         delete-dups that is not available in XEmacs 21.4.
7898
7899         * mm-util.el (mm-delete-duplicates): Add comment.
7900
7901 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7902
7903         * nnir.el (nnir-ignored-newsgroups): New variable.
7904         (nnir-get-active): Use it.
7905
7906 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * proto-stream.el (proto-stream-open-network): Add some comments.
7909
7910         * nntp.el (nntp-open-connection): Provide a :success condition.
7911
7912         * nnimap.el (nnimap-open-connection-1): Ditto.
7913
7914         * proto-stream.el (proto-stream-open-network): See what the response to
7915         the STARTTLS command is.
7916
7917         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7918         backwards compatibility).
7919         (nnimap-open-connection-1): Really respect nnimap-server-port.
7920
7921         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7922         TLS upgrades we don't really care about the identity of the peer.
7923         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7924         that what we've checked for.
7925         (proto-stream-always-use-starttls): Only default to t if
7926         open-gnutls-stream exists.
7927         (proto-stream-open-network): If STARTTLS failed, then just open a
7928         normal connection.
7929         (proto-stream-open-network): Wait until the greeting before doing
7930         STARTTLS.
7931
7932         * nntp.el (nntp-open-connection): Report what the connection error is.
7933
7934         * proto-stream.el (open-protocol-stream): Rename from
7935         open-proto-stream.
7936
7937 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * nnimap.el (nnimap-stream): Change default to `undecided'.
7940         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7941         first, and then network.
7942         (nnimap-open-connection-1): Respect nnimap-server-port.
7943         (nnimap-open-connection): Be more backwards-compatible.
7944
7945         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7946         (proto-stream-open-starttls): De-duplicate the starttls code.
7947         (proto-stream-open-starttls): Folded back into the main function.
7948         (proto-stream-open-network): Fix typo in the gnutls path.
7949         (proto-stream-command): Refactor out.
7950
7951         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7952
7953         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7954         starttls.el STARTTLS.
7955
7956         * color.el (color-lab->srgb): Fix function call name.
7957
7958         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7959         if we're using tls.el.
7960         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7961         built in, then don't try to establish a STARTTLS connection.
7962
7963         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7964         servers.
7965
7966         * proto-stream.el (open-proto-stream): Use network, not stream.
7967         (open-proto-stream): Add a way to specify what the end of a command is.
7968
7969         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7970         connections types.
7971         (nntp-open-network-stream): Remove.
7972         (nntp-open-ssl-stream): Remove.
7973         (nntp-open-tls-stream): Remove.
7974         (nntp-ssl-program): Remove.
7975
7976         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7977
7978 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7979
7980         * nnir.el: Fix typos.
7981         (nnir-retrieve-headers-override-function): Rename variable to reflect
7982         new semantics.
7983         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7984         macros.
7985         (nnir-request-article, nnir-request-move-article): Use them.
7986         (nnir-categorize): New function.
7987         (nnir-run-query): Use it.
7988         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7989         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7990         sorted.
7991         (nnir-group-full-name): Use gnus-group-full-name instead.
7992         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7993         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7994
7995 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7998
7999         * proto-stream.el: New library to provide protocol-specific
8000         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8001         protocols.
8002         (open-proto-stream): Complete the documentation.
8003         (proto-stream-open-network): Fix some typos.
8004
8005         * nnimap.el (nnimap-open-connection): Use it.
8006
8007 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8008
8009         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8010         negotiation.
8011
8012 2010-11-26  Julien Danjou  <julien@danjou.info>
8013
8014         * color.el: Rename various rgb functions to srgb.
8015
8016 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8019         names.
8020
8021 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * shr.el (shr-insert): Revert last change.
8024         (shr-find-fill-point): Never leave point being at bol;
8025         relax the kinsoku limitation when rendering tables.
8026
8027 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8030         results from -accept-article.
8031
8032         * shr-color.el: Require cl when compiling.
8033
8034         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8035         checkin.
8036
8037         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8038
8039         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8040
8041         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8042         'add and 'delete to set backend marks.
8043
8044         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8045
8046         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8047
8048         * nntp.el (nntp-request-set-mark): Use it.
8049
8050         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8051
8052         * nnml.el (nnml-request-set-mark): Ditto.
8053
8054         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8055         introduces regressions in article selection.
8056         (nnimap-find-uid-response): New function.
8057         (nnimap-request-accept-article): Use the UID returned, if any.
8058         (nnimap-request-move-article): Use the UID returned, if any.
8059         (nnimap-get-groups): Reimplement to work with folded lines.
8060         (nnimap-find-uid-response): The UID is the last element in the list.
8061         (nnimap-request-set-mark): Extend syntax with 'set.
8062
8063         * nnml.el (nnml-request-set-mark): Ditto.
8064
8065         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8066
8067         * nntp.el (nntp-request-set-mark): Ditto.
8068
8069 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * message.el (message-called-interactively-p): A temporary macro.
8072         (message-goto-body): Use it temporarily.
8073
8074 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8077         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8078         (nnimap-last-response-string): Fix last unfolding fix.
8079
8080 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * shr.el (shr-insert): Fix the way to fold lines.
8083
8084 2010-11-25  Julien Danjou  <julien@danjou.info>
8085
8086         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8087
8088         * color.el: Rename from color-lab.el
8089         (color-rgb->hex): Add.
8090         (color-complement): Add.
8091         (color-complement-hex): Add.
8092
8093         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8094
8095 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * shr-color.el (shr-color-visible): Don't bug out if the color names
8098         don't exist.
8099
8100 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8103         assuming that article displaying or another mml-preview may be
8104         interrupted for an error or for the like.
8105
8106         * shr.el (shr-get-background): Fix argument name.
8107
8108 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8111
8112         * gnus-sum.el (gnus-summary-include-articles): New function.
8113
8114         * message.el (message-goto-body): called-interactively-p needs a
8115         parameter, so use `any'.
8116
8117         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8118         clear marks before moving, since they're synced from the Gnus side
8119         first.
8120
8121         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8122         (gnus-summary-move-article): Copy over all marks before moving, so that
8123         IMAP doesn't think a new article has arrived.
8124
8125 2010-11-24  Julien Danjou  <julien@danjou.info>
8126
8127         * shr.el (shr-insert-background-overlay): Fix typo.
8128         (shr-render-td): Copy the background before rendering.
8129
8130         * shr-color.el (shr-color-visible): Fix docstring.
8131
8132         * shr.el (shr-tag-table): Add bgcolor support.
8133         (shr-render-td): Add bgcolor support.
8134         (shr-get-background): Add.
8135         (shr-insert-foreground-overlay): Use shr-get-background.
8136
8137         * message.el (message-goto-body): Use called-interactively-p.
8138         (message-in-body-p): message-goto-body returns point.
8139
8140 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8143         Fixes something or other in Emacs 23, and is backwards compatible.
8144
8145         * message.el (message-goto-body): Remove the <#secure special-casing,
8146         which is too special.
8147
8148         * shr.el (shr-parse-style): Drop !important from styles.
8149
8150 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8151
8152         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8153         this function to return incorrect results when calling it with an
8154         explicit article argument different from
8155         (gnus-summary-article-number).
8156
8157 2010-11-24  Julien Danjou  <julien@danjou.info>
8158
8159         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8160         (shr-tag-body): Add background support.
8161         (shr-descend): Add background support.
8162         (shr-tag-title): Add.
8163
8164         * shr-color.el (shr-color-visible): Really return original background
8165         if fixed.
8166
8167 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * shr.el (shr-color-check): Protect against non-existent color names.
8170
8171 2010-11-24  Julien Danjou  <julien@danjou.info>
8172
8173         * color-lab.el: Require 'cl when compiling.
8174
8175         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8176
8177         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8178         matched part.
8179
8180         * color-lab.el: Fix all expt calls to use float type.
8181
8182 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8185         expression to shr-color-check as is.
8186
8187         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8188
8189         * color-lab.el: Add coding cookie.
8190         (float-pi): Use eval-and-compile.
8191
8192         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8193         compiled for Emacsen having no `libxml-parse-html-region' support.
8194
8195 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * shr.el (shr-insert-color-overlay): Split stuff like
8198         "#444444 !important" to find the real color.
8199         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8200         parse <font color="red"> entries.
8201
8202 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8203
8204         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8205         point when parsing headers.
8206
8207         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8208         is positioned properly when parsing headers.
8209
8210 2010-11-23  Julien Danjou  <julien@danjou.info>
8211
8212         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8213
8214         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8215
8216         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8217
8218         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8219         Use shr-color-hue-to-rgb.
8220         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8221
8222 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * shr.el (shr-color->hexadecimal): Autoload.
8225         (shr-descend): Add color to all tags.
8226
8227 2010-11-22  Julien Danjou  <julien@danjou.info>
8228
8229         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8230         shr-color->hexadecimal.
8231
8232         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8233         RGB() or HSL() color representation.
8234
8235         * shr.el (shr-tag-font): Add.
8236         (shr-tag-color-check): New function to get better colors.
8237         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8238         tag-span.
8239
8240         * shr-color.el: New file.
8241
8242         * color-lab.el: New file.
8243
8244         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8245
8246 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8247
8248         * nnir.el: Fix typo in comments.
8249         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8250         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8251
8252 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8255
8256         * nnimap.el (nnimap-get-capabilities): Refactor out.
8257         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8258
8259 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8260
8261         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8262         appearing when `mm-uu-hide-markers' is nil.
8263
8264 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8265
8266         * nnimap.el (nnimap-unselect-group): Make into its own function.
8267         (nnimap-request-rename-group): Unselect group before renaming.
8268         This had gotten lost somewhere.
8269         (nnimap-request-accept-article): Keep track of examined groups, and
8270         unselect the group before APPENDing to read-only groups.
8271         (nnimap-request-move-article): Clear flags before moving so that they
8272         can be re-set later.
8273
8274 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8277         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8278
8279 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (gnus-mime-display-single):
8282         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8283         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8284         parameter.
8285
8286 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8289         (shr-table-vertical-line): New variable.
8290         (shr-insert-table): Use it.
8291
8292 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-html.el (gnus-html-wash-images): Don't display images if
8295         gnus-inhibit-images is non-nil; register displayer for cid images.
8296         (gnus-html-display-image): Work for cid image.
8297         (gnus-html-insert-image): Allow arguments.
8298         (gnus-html-put-image): Inhibit read-only.
8299         (gnus-html-prefetch-images): Don't prefetch images if
8300         gnus-inhibit-images is non-nil.
8301
8302 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * shr.el (shr-put-image): Break lines when inserting big pictures.
8305
8306 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8307
8308         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8309         sender, thanks Katsumi Yamaoka.
8310
8311 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8312
8313         * nnir.el (nnir-run-imap): Reverse the article list for each group
8314         rather than the whole list.
8315
8316 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * shr.el (shr-image-displayer): Protect function against non-existent
8319         image source.
8320
8321         * gnus-art.el (gnus-inhibit-images): New user option.
8322         (gnus-mime-display-single): Don't display image if it is non-nil.
8323
8324         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8325         gnus-inhibit-images.
8326
8327         * shr.el (shr-image-displayer): New function.
8328         (shr-tag-img): Use it.
8329
8330 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8331
8332         * mml2015.el (mml2015-epg-sign): Use From header.
8333
8334 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8337
8338         * gnus-util.el (gnus-find-text-property-region): Return markers.
8339
8340         * shr.el (shr-tag-img): Put a displayer in the text property.
8341
8342         * gnus-util.el (gnus-find-text-property-region): New utility function.
8343
8344         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8345         (gnus-html-show-images): Remove.
8346
8347         * gnus-art.el (gnus-article-show-images): New, more general function.
8348
8349         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8350         image url text properties.
8351
8352         * shr.el: Ditto.
8353
8354         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8355         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8356
8357 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8360         work for two or more articles.
8361
8362 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8365         divide an image that's in an html article to two or more when washing
8366         non-ASCII characters in alt text of it.
8367
8368 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8371         smime-decrypt-region using function argument.
8372         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8373
8374         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8375
8376         * smime.el (smime-decrypt-region): Catch it.
8377
8378 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8379
8380         * smime.el (smime-mode-map): Move initialization into declaration.
8381         (gnus-run-mode-hooks): Don't autoload.
8382         (smime-mode): Use define-derived-mode.
8383
8384 2010-11-11  Glenn Morris  <rgm@gnu.org>
8385
8386         * smime.el (from): Restrict declaration to XEmacs.
8387
8388         * nnir.el (gnus-group-topic-name): Autoload.
8389
8390 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * shr.el (shr-insert): Don't break long line if it is because of
8393         kinsoku-bol characters in the line end.
8394
8395 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8396
8397         * nnir.el (nnir-request-move-article): Fix to provide original group
8398         and subject.
8399         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8400         been retrieved.
8401
8402         * gnus-sum.el (gnus-summary-move-article): Use original group and
8403         subject for virtual articles such as those in an nnir summary buffer.
8404
8405 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8408         least 21.5).
8409
8410         * smime.el (from): Declare it again for XEmacs.
8411
8412 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * message.el (message-resend): Don't disable encoding unless it's
8415         already encoded.
8416
8417         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8418         low-numbered articles.
8419
8420 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * rfc2047.el (rfc2047-syntax-table): Simplify.
8423
8424         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8425
8426         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8427         set-char-table-range for XEmacs.
8428
8429 2010-11-10  Glenn Morris  <rgm@gnu.org>
8430
8431         * time-date.el (time-to-seconds): Always an alias on Emacs,
8432         never a real function.
8433         (with-no-warnings): Remove compat stub, now unused.
8434         (time-less-p): Doc fix.
8435         (time-to-number-of-days): Simplify.
8436
8437         * smime.el (from): Remove unused declaration.
8438
8439         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8440         (gnus-float-time): On Emacs, always an alias.
8441
8442         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8443         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8444
8445 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * dgnushack.el: Don't use ignore-errors in the top level form since it
8448         is unavailable in XEmacs even if cl is loaded.
8449
8450         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8451
8452 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * shr.el (browse-url-mailto): Autoload.
8455
8456         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8457
8458         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8459         regexp doesn't need quoting.
8460
8461 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8462
8463         * message.el (message-subject-trailing-was-ask-regexp)
8464         (message-subject-trailing-was-regexp): Match was: in addition to was.
8465
8466 2010-11-09  Glenn Morris  <rgm@gnu.org>
8467
8468         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8469         (nnbabyl-check-mbox): Use point-at-bol.
8470
8471 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8474
8475         * message.el (message-mailto): New function.
8476         (message-mailto): Should accept other parameters.
8477         (message-mailto): Remove since it duplicates browse-url-mailto
8478         functionality.
8479
8480 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8483         methods.
8484         (gnus-read-active-file): Ditto.
8485
8486         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8487         ": " from the prompt.
8488         (gnus-group-make-group): Ditto.
8489
8490 2010-11-07  Glenn Morris  <rgm@gnu.org>
8491
8492         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8493         (gnus-bookmark-kill-line): Use point-at-eol.
8494
8495 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8498         asterisks in From header.
8499
8500 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8503         string to avoid making the From headers syntactically invalid.
8504
8505         * message.el (message-send-mail): Don't insert courtesy messages if the
8506         message already has List-Post and List-ID messages.
8507
8508 2010-11-06  Glenn Morris  <rgm@gnu.org>
8509
8510         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8511         `condition', `type', `length' a prefix.
8512         (gnus-treat-predicate): Update for above name changes.
8513
8514 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8515
8516         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8517         binding.  Handled by `gnus-summary-refer-thread' instead.
8518         (nnir-warp-to-article): New backend function.
8519
8520         * nnimap.el (nnimap-request-thread): Force dependency updating.
8521
8522         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8523         (gnus-summary-refer-thread): Rework to improve thread-referral.
8524
8525         * gnus-int.el (gnus-warp-to-article): New function.
8526
8527         * gnus-sum.el (gnus-summary-article-map): Bind it.
8528
8529 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8530
8531         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8532         gnus-summary-refer-thread.
8533
8534         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8535         headers.
8536         (gnus-summary-limit-include-thread): Prevent articles in thread from
8537         being cut in gnus-cut-threads.
8538         (gnus-summary-refer-thread): Limit retrieved headers to those in
8539         thread.
8540
8541 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * message.el (message-send-mail): Use the value of
8544         message-courtesy-message from the message buffer.
8545
8546         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8547
8548         * shr.el (shr-browse-url): Implement mailto: URLs.
8549
8550         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8551         "raw".
8552
8553         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8554         if it's already selected.
8555
8556         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8557
8558 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8561         to measure the length and truncate alt text.
8562
8563 2010-11-03  Glenn Morris  <rgm@gnu.org>
8564
8565         * nndiary.el (nndiary-generate-nov-databases-1)
8566         (nndiary-generate-active-info): Rename dynamic variable `files' to
8567         something less generic.
8568
8569 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8570
8571         * nnir.el (nnir-request-move-article): Call the underlying backend to
8572         move articles from nnir.
8573
8574 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8577
8578 2010-11-02  Julien Danjou  <julien@danjou.info>
8579
8580         * nnir.el: Remove wais support.
8581
8582 2010-11-02  Glenn Morris  <rgm@gnu.org>
8583
8584         * gnus-html.el: Reorder requirements to quieten compiler.
8585
8586 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8589         properly for XEmacs as well.
8590         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8591         (gnus-article-natural-long-line-p): Use window-width rather than
8592         frame-width.
8593
8594 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8595
8596         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8597         (nnir-read-parms): Don't modify query.
8598         (nnir-run-query): Add ability to search topic on current line.
8599         (nnir-get-active): Clean up.
8600
8601 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8604         degenerate articles.
8605
8606         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8607         (gnus-print-buffer): Just print the buffer as is, without any copying
8608         to a buffer and then re-highlighting.
8609
8610         * nnimap.el (nnimap-request-group): Store the new updated info.
8611         (nnimap-request-group): Select the group when we don't know whether it
8612         exists or not.
8613
8614         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8615         groups.
8616
8617         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8618         groups.
8619
8620         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8621         groups.
8622
8623         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8624         long-lines case by only filling the long lines.
8625
8626         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8627         (bug#7311).
8628
8629 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * shr.el: No need to declare `declare-function' since shr.el is for
8632         only Emacsen that provide `libxml-parse-html-region'.
8633
8634         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8635         effective only in a file it is referred to.
8636
8637 2010-11-01  Glenn Morris  <rgm@gnu.org>
8638
8639         * mm-util.el (gnus-completing-read): Autoload.
8640         (mm-read-coding-system): Simplify Emacs definition.
8641
8642         * nnmail.el (gnus-activate-group):
8643         * nnimap.el (gnutls-negotiate):
8644         * nntp.el (netrc-parse): Fix declarations.
8645
8646 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8649         string-match-p in Emacs >=23.
8650
8651         * gnus-msg.el (gnus-configure-posting-styles):
8652         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8653
8654 2010-11-01  Glenn Morris  <rgm@gnu.org>
8655
8656         * nnir.el (declare-function): Add compat stub.
8657         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8658         (nnir-run-gmane): Require 'mm-url.
8659
8660         * mm-util.el (mm-string-to-multibyte): Simplify.
8661
8662         * shr.el (declare-function): Add compat stub.
8663         (url-cache-create-filename): Declare.
8664         (mm-disable-multibyte, widget-convert-button): Autoload.
8665
8666         * smime.el (ldap-search): Declare.
8667         (smime-cert-by-ldap-1): Require ldap on Emacs.
8668
8669         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8670         (nnimap-keepalive): Use gnus-float-time.
8671
8672         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8673         (mail-source-delete-crash-box): Use gnus-float-time.
8674
8675         * gnus-dired.el (gnus-completing-read): Autoload.
8676
8677         * mm-view.el (gnus-rescale-image): Autoload.
8678
8679         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8680
8681         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8682
8683         * sieve-manage.el: Require 'cl when compiling.
8684
8685         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8686         (gnus-iswitchb-completing-read): Require iswitchb.
8687         (gnus-select-frame-set-input-focus): Silence compiler.
8688
8689 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * message.el (message-subject-trailing-was-query): Change default to t,
8692         since I think that's what most people want.
8693
8694         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8695         appending for easier debugging.
8696         (nnimap-wait-for-connection): Take a regexp.
8697         (nnimap-request-accept-article): Wait for the continuation line before
8698         sending anything unless we're streaming.
8699
8700         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8701         leave the header washing to take place.
8702
8703 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8704
8705         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8706         regular expression match and replace in posting styles.
8707
8708 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8709
8710         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8711         an entire server.
8712         (nnir-get-active): New function.
8713         (nnir-run-imap): Use it.
8714         (nnir-run-gmane): Who knew, gmane search returns an article score!
8715
8716         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8717         server on the current line with nnir.
8718
8719 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8722         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8723         left edge.
8724         (gnus-article-foldable-buffer): Skip past the prefix when determining
8725         raggedness.
8726
8727         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8728         the raw article, and change `C-u g' to show the article without doing
8729         treatments.
8730
8731         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8732         on to `gnus-treat-article'.
8733         (gnus-inhibit-article-treatments): New variable.
8734
8735         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8736
8737         * gnus-art.el (gnus-treatment-function-alist): Have
8738         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8739         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8740         sections.
8741
8742         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8743         parameter.
8744         (gnus-article-fill-cited-long-lines): New function.
8745         (gnus-article-fill-cited-article): Allow filling only long sections.
8746
8747         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8748         and non-punctuation (like after the apostrophe in "'We").
8749
8750         * gnus-sum.el (gnus-summary-select-article): Make sure
8751         gnus-original-article-buffer is alive.
8752
8753         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8754         reflect the order they're in in the digest.
8755
8756         * gnus.el (gnus-group-startup-message): Move point to the start of the
8757         buffer.
8758
8759         * nnimap.el (nnimap-capability): New function.
8760         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8761         is set.
8762
8763 2010-10-31  David Engster  <dengste@eml.cc>
8764
8765         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8766         conform with changes to gnus-completing-read.
8767
8768 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8771
8772 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8773
8774         * nnir.el: Move defvar, defcustom around to keep file organized
8775         and keep byte-compiler quiet.
8776         (nnir-read-parms): Accept search-engine as arg.
8777         (nnir-run-query): Pass search-engine as arg.
8778         (nnir-search-engine): Remove.
8779
8780 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * shr.el (shr-generic): The text nodes should be text, not :text.
8783
8784         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8785         later in the file.
8786
8787 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8788
8789         * nnir.el: General clean up.  Allow searching with multiple engines.
8790         Allow separate extra-parameters for each engine.
8791         Batch queries when possible.
8792         (nnir-imap-default-search-key, nnir-method-default-engines):
8793         Add customize interface.
8794         (nnir-run-gmane): New engine.
8795         (nnir-engines): Use it.  Qualify all prompts with engine name.
8796         (nnir-search-engine): Remove global variable.
8797         (nnir-run-hyrex): Restore for now.
8798         (nnir-extra-parms, nnir-search-history): New variables.
8799         (gnus-group-make-nnir-group): Use them.
8800         (nnir-group-server): Remove in favor of gnus-group-server.
8801         (nnir-request-group): Avoid searching twice.
8802         (nnir-sort-groups-by-server): New function.
8803
8804 2010-10-30  Julien Danjou  <julien@danjou.info>
8805
8806         * gnus-group.el: Remove gnus-group-fetch-control.
8807
8808         * gnus-start.el (gnus-find-new-newsgroups):
8809         Remove gnus-check-first-time-used.
8810
8811         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8812
8813 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8814
8815         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8816         set on groups that don't have \* permanentflags.
8817
8818 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8821         control the background color.
8822         (shr-tag-img): Ignore very small web bug type images.
8823         (shr-put-image): Add help-echo alt texts to the images.
8824         (shr-tag-video): Show the video poster image.
8825
8826 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * shr.el (shr-table-depth): New variable.
8829         (shr-tag-table-1): Only insert the images after the top-level table.
8830
8831         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8832
8833         * gnus-util.el (gnus-list-memq-of-list): New function.
8834
8835         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8836         selected.
8837         (nnimap-unsplittable-articles): New slot.
8838         (nnimap-new-articles): Use it.
8839
8840 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8841
8842         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8843         move to the previous line on `M-g'.
8844
8845 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8848         *-request-group, which seems unnecessary.
8849
8850         * nnimap.el (nnimap-quote-specials): Function copied over from
8851         imap.el.
8852         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8853         they support that.  Suggested by Tom Regner.
8854
8855 2010-10-29  Julien Danjou  <julien@danjou.info>
8856
8857         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8858         defalias.
8859         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8860
8861         * gnus.el: Remove `gnus-nntp-service' variable.
8862         (gnus-secondary-servers): Make obsolete.
8863         (gnus-nntp-server): Make obsolete.
8864
8865         * gnus-start.el (gnus-1): Remove x-splash calls.
8866
8867         * gnus-ems.el (gnus-x-splash): Remove.
8868
8869         * gnus.el (gnus-group-startup-message): Simplify/update code.
8870
8871         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8872         definition.
8873
8874         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8875         capability before doing anything.
8876         (gnus-group-insert-group-line): Remove useless
8877         gnus-group-remove-excess-properties.
8878
8879 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8882
8883 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8886         config after reselecting.
8887
8888 2010-10-28  Julien Danjou  <julien@danjou.info>
8889
8890         * shr.el (shr-put-image): Use point even if only inserting text.
8891         (shr-put-image): Save excursion when inserting alt text on non-graphic
8892         display, so the behavior is the same when we are on a graphic display.
8893
8894         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8895
8896 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8899         (gnus-mime-copy-part): Check coding system, not charset.
8900         (gnus-mime-view-part-externally): Never remove part.
8901         (gnus-mime-view-part-internally): Don't remove part here.
8902         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8903         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8904         multipart/alternative.
8905
8906         * mm-decode.el (mm-display-part): Take optional arg `force'.
8907
8908 2010-10-26  Julien Danjou  <julien@danjou.info>
8909
8910         * gnus-group.el (gnus-group-default-list-level): Add this function to
8911         compute the default list level.
8912         (gnus-group-default-list-level): Add possibility to use a function.
8913
8914 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8917
8918         * gnus-group.el (gnus-group-completing-read)
8919         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8920         gnus-replace-in-string.
8921
8922 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * shr.el (shr-tag-div): Add.
8925
8926         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8927
8928 2010-10-25  Julien Danjou  <julien@danjou.info>
8929
8930         * gnus-util.el: Remove `gnus-with-local-quit'.
8931
8932         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8933
8934 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8937         the original article buffer.
8938
8939 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * nnimap.el (nnimap-request-head): New function.
8942         (nnimap-request-move-article): Try to be slightly faster by not
8943         requesting the entire message when moving.
8944         (nnimap-transform-headers): Don't bug out on bodiless articles.
8945         (nnimap-send-command): Have no outstanding messages if the IMAP server
8946         doesn't support streaming.
8947         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8948
8949 2010-10-24  Julien Danjou  <julien@danjou.info>
8950
8951         * message.el (message-default-headers): Fix type.
8952
8953 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954
8955         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8956         prefetching images.
8957
8958         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8959         backend for unknown groups.  This is mainly useful for nnimap groups.
8960
8961         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8962         group isn't covered by the agent.
8963
8964 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8965
8966         * nnir.el (nnir-method-default-engines): New variable.
8967         (nnir-run-query): Use it.
8968         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8969         (gnus-summary-nnir-goto-thread): Change group if needed.
8970
8971         * gnus-group.el (gnus-group-group-map): Add key binding for
8972         gnus-group-make-nnir-group.
8973
8974 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * shr.el (shr-tag-object): Add.
8977
8978         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8979         original article buffer live.
8980         (gnus-summary-select-article-buffer):
8981         Mention gnus-widen-article-buffer.
8982
8983 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * shr.el (shr-tag-strong): Add.
8986
8987 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8990         group names.  They mess up the group buffer badly.
8991
8992         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8993
8994         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8995         instead of the summary one.
8996
8997 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * mml.el (mml-preview): Work properly when editing article.
9000
9001         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9002         gnus-have-read-active-file if it's already been in.
9003
9004 2010-10-22  Tom Tromey  <tromey@redhat.com>
9005
9006         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9007         gnus-group-completing-read.
9008
9009 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * message.el (message-mode-map): Don't bind M-; to comment region, to
9012         allow the global comment-dwim to work.
9013
9014 2010-10-21  Julien Danjou  <julien@danjou.info>
9015
9016         * message.el (message-setup-1): Allow message-default-headers to be a
9017         function.
9018
9019 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * shr.el (shr-tag-table): Simplify.
9022
9023 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024
9025         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9026         to avoid trying to snarf invalid stuff.
9027
9028         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9029
9030         * gnus.el (gnus-message-archive-group): Quote value.
9031         (gnus-message-archive-group): Mark as changed.
9032
9033         * shr.el (shr-add-font): Don't put the font properties on the newline
9034         or the indentation.
9035
9036         * message.el (message-fix-before-sending): Change options when sending
9037         non-printable characters.
9038
9039         * gnus.el (gnus-message-archive-method): Change the default to
9040         monthly outgoing groups.
9041
9042         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9043         that have gotten new numbers.
9044
9045         * nnimap.el (nnimap-request-replace-article): New function.
9046
9047 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9050         (nnrss-request-article): Don't use special html washing code.
9051
9052 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * shr.el (shr-tag-table): Remove useless nconc.
9055
9056 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * gnus-art.el (article-wash-html): Simplify and remove the charset
9059         stuff.  Use the normal html rendering code instead of the special html
9060         washing code.
9061
9062         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9063         `gnus-w3m' symbols.
9064         (mm-text-html-washer-alist): Remove.
9065
9066         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9067         (mm-inline-media-tests): Remove use.
9068         (mm-text-html-renderer): Change default to the `shr' symbol.
9069
9070         * mm-view.el (mm-inline-text-html): Remove use.
9071
9072         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9073         `gnus-blocked-images' to be a function.
9074         (gnus-article-wash-function): Remove.
9075
9076 2010-10-20  Julien Danjou  <julien@danjou.info>
9077
9078         * spam.el (spam-list-of-processors): Mark as obsolete.
9079
9080         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9081         (nnimap-insert-partial-structure): Fix boundary detection.
9082
9083 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9084
9085         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9086         run file-truename on remote files.  This can be expensive and even
9087         prevent one from editing drafts if some unrelated buffer has a stale
9088         connection.
9089
9090 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9093         kinsoku-eol regardless of shr-kinsoku-shorten.
9094         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9095         (shr-tag-table): Support caption, thead, and tfoot.
9096
9097 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9100         lines.
9101         (shr-save-contents): New command and keystroke.
9102
9103         * nndoc.el (nndoc-type-alist): Add git support.
9104         (nndoc-git-type-p): New function.
9105         (nndoc-transform-git-article): Ditto.
9106         (nndoc-transform-git-headers): Ditto.
9107         (nndoc-transform-git-headers): Generate Subject headers.
9108
9109         * shr.el (shr-parse-style): New function.
9110         (shr-tag-span): Ditto.
9111
9112         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9113         to `G G' to avoid collisions.
9114
9115 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * shr.el: Load kinsoku if necessary.
9118         (shr-kinsoku-shorten): New internal variable.
9119         (shr-find-fill-point): Make kinsoku shorten text line if
9120         shr-kinsoku-shorten is bound to non-nil.
9121         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9122         shr-indentation too when testing if table is wider than frame width.
9123         (shr-insert-table): Use `string-width' instead of `length' to measure
9124         text width.
9125         (shr-insert-table-ruler): Make sure indentation is done at bol.
9126
9127 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9128
9129         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9130         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9131         undecoded network data.
9132
9133 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9134
9135         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9136         name in the mode line spec so that the mode line menu works
9137         (bug#2431).
9138
9139         * message.el (message-get-reply-headers): If we're fed `to-address',
9140         then always use that.
9141
9142         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9143         aren't so wide as to need to switch off the edit menu.
9144
9145         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9146         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9147
9148         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9149         `M-g'.
9150         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9151         the permanent marks.
9152
9153 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9154
9155         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9156         Splitting according to references/in-reply-to obeys the ignore-groups
9157         variable, while splitting by sender and subject do not.
9158
9159 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9162         alist, so that we can look for non-Unicode chars.
9163         (article-translate-strings): Allow both character and string maps.
9164
9165 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * shr.el (shr-insert): Don't insert space behind a wide character
9168         categorized as kinsoku-bol, or between characters both categorized as
9169         nospace.
9170
9171 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9172
9173         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9174         headers to gnus-newsgroup-headers.
9175
9176 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * shr.el (shr-tag-img): Don't align images -- since we're not
9179         rescaling, this often leads to ugly displays.
9180
9181 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9182
9183         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9184         duplicates.
9185
9186 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9187
9188         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9189         call.
9190
9191 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus.el: Autoload gnus-html-show-images.
9194
9195         * nnimap.el: Use nnheader-message throughout.
9196
9197         * shr.el (shr-tag-img): Ignore images with no data.
9198
9199 2010-10-15  Julien Danjou  <julien@danjou.info>
9200
9201         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9202         a possibility to disable format=flow encoding when using hard newlines.
9203
9204 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * shr.el (shr-insert): Remove space inserted before or after a
9207         breakable character or at the beginning or the end of a line.
9208         (shr-find-fill-point): Do kinsoku; find the second best point or give
9209         it up if there's no breakable point.
9210
9211 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * nnimap.el (nnimap-open-connection): Message when opening connection
9214         for debugging purposes.
9215
9216         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9217         on every setup buffer call to allow this to change from article to
9218         article.
9219
9220         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9221         buffers where we have a wide table.
9222
9223 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9224
9225         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9226         uses *-request-thread.
9227
9228 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9231         incantation, which is no longer valid.
9232
9233 2010-10-14  Julien Danjou  <julien@danjou.info>
9234
9235         * shr.el: Fix defcustom type (char -> character).
9236
9237 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9240         programs.
9241
9242 2010-10-14  Julien Danjou  <julien@danjou.info>
9243
9244         * shr.el (shr-tag-a): Use url-link as widget type.
9245
9246         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9247         `gnus-group-get-icon'.
9248
9249 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9252         This should make server editing work better.
9253
9254         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9255
9256         * tls.el (tls-program): Remove spurious %s from openssl.
9257
9258         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9259         (nnimap-parse-flags): Fix regexp.
9260
9261         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9262         probably work for CJVK text, too.
9263
9264         * nnimap.el (nnimap-extend-tls-programs): Remove.
9265         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9266
9267         * tls.el (tls-starttls-switches): Remove starttls hack.
9268         (open-tls-stream): Ditto.
9269         (tls-find-starttls-argument): Ditto.
9270
9271 2010-10-13  Julien Danjou  <julien@danjou.info>
9272
9273         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9274         responses.
9275
9276 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9279
9280         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9281         anything in Emacs.
9282
9283         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9284
9285 2010-10-13  Julien Danjou  <julien@danjou.info>
9286
9287         * shr.el (shr-width): Make shr-width a defcustom with default to
9288         fill-column.
9289         (shr-tag-img): Use shr-width rather than fill-column.
9290
9291 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * dgnushack.el (byte-optimize-apply):
9294         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9295
9296         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9297         position when (X-)Faces exist.
9298         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9299         avatars when called interactively.
9300
9301 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9304         gnus-article-x-face-too-ugly is bound.
9305
9306 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9309
9310         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9311         mailbox that doesn't exist.
9312
9313 2010-10-12  Julien Danjou  <julien@danjou.info>
9314
9315         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9316         (shr-get-image-data): Encode URL properly when fetching from cache.
9317         (shr-tag-img): Use aligned-to spaces to align correctly images.
9318
9319         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9320         before inserting the Gravatar.
9321
9322         * shr.el (shr-tag-img): Add align attribute support for <img>.
9323
9324 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * gnus-gravatar.el (gnus-art): Require.
9327
9328         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9329         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9330         Remove long obsoleted functions.
9331
9332 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9335
9336         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9337
9338         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9339         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9340         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9341         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9342         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9343         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9344         * sieve-manage.el, smime.el, spam.el:
9345         Fix comment for declare-function.
9346
9347 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * nnimap.el (nnimap-request-rename-group): Select group read-only
9350         before renaming it.
9351
9352         * shr.el (shr-insert): Fix up the white space only regexp.
9353
9354         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9355         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9356
9357         * shr.el (shr-current-column): New function.
9358         (shr-find-fill-point): New function.
9359
9360 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9361
9362         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9363         numbers.
9364
9365 2010-10-11  Julien Danjou  <julien@danjou.info>
9366
9367         * shr.el (shr-hr-line): Add.
9368         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9369         display hr lines.
9370         (shr-max-columns): Do not change state to nil if we just inserting
9371         spaces.
9372
9373 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9376         select the last group.
9377
9378 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9379
9380         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9381
9382 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9383
9384         * dig.el (dig-mode-map): Declare and define in one step.
9385
9386 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9389         for Gnus.
9390         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9391         (nnimap-update-qresync-info): Mark \Seen articles as read.
9392
9393         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9394         non-variable, too.
9395
9396         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9397         available.
9398         (nnimap-update-info): Rely more on the current active than the param
9399         active to avoid marking articles as read too much.
9400
9401         * auth-source.el (auth-source-create): Use (user-login-name) for the
9402         user name default.
9403
9404         * nnimap.el (nnimap-update-info): If the server doesn't return any
9405         useful info, just use the previous info.
9406         (nnimap-update-info): Prefer old info over start-article.
9407         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9408
9409 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9410
9411         * nnir.el (autoload): Clean up autoloads.
9412         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9413         Use key rather than value.
9414         (nnir-imap-search-other): New variable.
9415         (nnir-read-parm): Use it.
9416         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9417         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9418
9419 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9420
9421         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9422         the process, too.
9423
9424 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * spam.el (gnus-summary-mode-map): Bind to "$".
9427         Suggested by Russ Allbery.
9428
9429         * shr.el: Rework the way things are indented by <li> slightly.
9430
9431         * gnus.el (gnus-group-set-parameter): Fix typo.
9432
9433         * nnimap.el: Start implementing QRESYNC support.
9434
9435 2010-10-09  Julien Danjou  <julien@danjou.info>
9436
9437         * nnir.el (nnir-engines): Fix too many arguments.
9438
9439 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9442         group is the "last", so that the backends like nnfolder actually save
9443         their folders.
9444
9445         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9446         try to use that for the tls stream.
9447         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9448         UIDVALIDITY and find out which groups are read-only and not.
9449         (nnimap-get-flags): Use the same marks parsing code as the rest of
9450         nnimap.
9451
9452 2010-10-09  Julien Danjou  <julien@danjou.info>
9453
9454         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9455
9456         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9457         retrieving gravatars.
9458
9459         * shr.el (shr-table-corner): Add.
9460         (shr-table-line): Add.
9461         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9462
9463 2010-10-08  Julien Danjou  <julien@danjou.info>
9464
9465         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9466
9467 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9470
9471         * gnus-sum.el (gnus-mark-article-as-unread)
9472         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9473         (gnus-summary-set-bookmark): Use it.
9474
9475         * gnus-msg.el (gnus-setup-message): Use it.
9476
9477         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9478
9479         * gnus.el (gnus-group-remove-parameter): Use it.
9480
9481         * gnus-group.el (gnus-group-make-web-group): Use it.
9482
9483         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9484
9485         * nnregistry.el: Update docs to mention manual.
9486
9487         * gnus-registry.el: Update docs to mention nnregistry.el.
9488         (gnus-registry-initialize): Don't install nnregistry refer method
9489         automatically.
9490         (gnus-registry-install-nnregistry): Remove it.
9491
9492 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * shr.el (shr-insert): Don't insert double spaces.
9495
9496 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-gravatar.el (gnus-treat-from-gravatar)
9499         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9500         called interactively.
9501
9502         * gnus-art.el (gnus-mime-view-part-externally)
9503         (gnus-mime-view-part-internally): Make predicate function passed to
9504         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9505         of a mime type.
9506
9507         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9508
9509 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * shr.el (require): Require cl when compiling.
9512         (shr-tag-hr): New function.
9513
9514         * nnimap.el (nnimap-update-info): Remove double setting of high.
9515         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9516         This makes nnimap work properly on Courier again.
9517
9518         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9519         the variable for backwards compatibility.
9520
9521         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9522         the file name before using to avoid setting mm-default-directory to
9523         nil.
9524
9525         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9526         bidning gnus-agent variables.
9527
9528         * shr.el (shr-render-td): Use a cache for the table rendering function
9529         to avoid getting an exponential rendering behavior in nested tables.
9530         (shr-insert): Rework the line-breaking algorithm.
9531         (shr-insert): Don't leave trailing spaces.
9532         (shr-insert-table): Also insert empty TDs.
9533         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9534
9535 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9536
9537         * gnus-sum.el (gnus-number): Rename from `number'.
9538         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9539         (gnus-summary-limit-children): Update uses correspondingly.
9540
9541 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9544         (gnus-gravatar-transform-address): Don't show avatars of people of
9545         which mail addresses match gnus-gravatar-too-ugly.
9546
9547 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * shr.el (shr-table-widths): Expand TD elements to fill available
9550         space.
9551
9552 2010-10-07  Julien Danjou  <julien@danjou.info>
9553
9554         * nnimap.el (nnimap-request-rename-group): Add this method.
9555
9556 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9559         name from XEmacs' function-arglist.
9560
9561         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9562         gravatar under XEmacs.
9563
9564 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9565
9566         * auth-source.el: Update docs with TODO items.
9567
9568         * gnus-sync.el: Update docs to explain state and plans.
9569
9570         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9571         Hooks for mark updates.
9572         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9573
9574         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9575         hooks with arguments, which is needed for mark update hooks.
9576
9577 2010-10-06  Julien Danjou  <julien@danjou.info>
9578
9579         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9580         was matched.
9581
9582         * sieve-manage.el: Update example in `Commentary'.
9583
9584         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9585
9586         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9587         not 2000.
9588         (sieve-manage-authenticate): Re-add function.
9589
9590 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * shr.el (shr-insert): Get 'space transition right.
9593         (shr-render-td): Only delete space at the end of the TD.
9594
9595         * nnimap.el (nnimap-open-connection): Prepare to support
9596         open-gnutls-stream.
9597
9598         * shr.el: Rearrange function order to be more logical.
9599
9600 2010-10-06  Julien Danjou  <julien@danjou.info>
9601
9602         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9603         (nnrss-discover-feed): Remove 404 URL in docstring.
9604
9605         * nnir.el: Fix Swish-E URL.
9606         Fix Namazu URL.
9607
9608         * message.el (message-change-subject): Remove 404 URL in a comment.
9609
9610 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9613         called interactively.
9614
9615         * gnus-util.el (gnus-remove-if): Allow hash table.
9616         (gnus-remove-if-not): New function.
9617
9618         * gnus-art.el (gnus-mime-view-part-as-type):
9619         * gnus-score.el (gnus-summary-score-effect):
9620         * gnus-sum.el (gnus-read-move-group-name):
9621         Replace remove-if-not with gnus-remove-if-not.
9622
9623         * gnus-group.el (gnus-group-completing-read):
9624         Regard collection as a hash table if it is not a list.
9625
9626 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9629
9630         * shr.el: Document the table-rendering algorithm.
9631
9632 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9635         for Emacsen having no `libxml-parse-html-region' support.
9636
9637 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9640         invalid URLs.
9641
9642         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9643         line-broken.
9644         (shr-tag-img): Ignore image fetching errors.
9645         (shr-overlays-in-region): Compute overlay positions correctly.
9646
9647         * mm-decode.el (mm-shr): Require shr.
9648
9649         * gnus-art.el (gnus-blocked-images): Move variable here.
9650
9651         * shr.el (shr-insert-table): Bind free variable.
9652
9653         * mm-decode.el (mm-shr): Bind shr-content-function.
9654
9655         * shr.el (shr-content-function): New variable.
9656
9657         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9658         added for symmetry.
9659
9660         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9661
9662         * gnus-group.el (gnus-group-make-group): Doc fix.
9663
9664         * nnimap.el (nnimap-request-newgroups): Return success.
9665
9666         * shr.el (shr-find-elements): New function.
9667         (shr-tag-table): Put all the images after the table.
9668         (shr-tag-table): Really inhibit images inside the table.
9669         (shr-collect-overlays): Copy over overlays from the TD elements to the
9670         main document.
9671
9672         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9673         gnus-blocked-images.
9674
9675 2010-10-05  Julien Danjou  <julien@danjou.info>
9676
9677         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9678
9679         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9680         (gnus-html-maximum-image-size): Add this function.
9681         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9682
9683         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9684         server-value of the capability is nil.
9685
9686 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * shr.el (shr-tag-em): Add <EM> tag.
9689
9690 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9691
9692         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9693         customizable.
9694
9695         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9696         handing broken links to browse-url.
9697
9698 2010-10-05  Julien Danjou  <julien@danjou.info>
9699
9700         * gnus-util.el (gnus-emacs-completing-read)
9701         (gnus-iswitchb-completing-read): Use autoload rather than require.
9702
9703 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9706         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9707         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9708         iswitchb-temp-buflist for XEmacs.
9709
9710         * gnus-util.el (gnus-completing-read-function): Exclude
9711         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9712         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9713         XEmacs.
9714
9715         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9716         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9717
9718         * gnus-html.el: Don't require help-fns under XEmacs.
9719         (gnus-html-schedule-image-fetching): Work for XEmacs.
9720
9721         * mm-decode.el (mm-shr): Decode contents by charset.
9722
9723 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9726         unknown.
9727
9728         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9729         (shr-get-image-data): Ensure against the cache file missing.
9730
9731         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9732         for data.
9733
9734         * spam-report.el (spam-report-url-ping-plain): Don't query about
9735         killing the process.
9736
9737         * shr.el (shr-render-td): Protect against too-wide text.
9738
9739 2010-10-04  Julien Danjou  <julien@danjou.info>
9740
9741         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9742         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9743
9744         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9745         retrieved.
9746
9747 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * shr.el (browse-url): Require.
9750         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9751         lines.
9752         (shr-show-alt-text, shr-browse-image): New commands.
9753         (shr-browse-url, shr-copy-url): New commands.
9754
9755         * gnus-sum.el (gnus-widen-article-window): New variable.
9756         (gnus-summary-select-article-buffer): Use it.
9757
9758         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9759         without @ signs.
9760
9761 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9762
9763         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9764
9765 2010-10-04  Julien Danjou  <julien@danjou.info>
9766
9767         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9768         for XEmacs.
9769
9770 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9773
9774         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9775         (nnimap-close-server): Implement.
9776
9777         * dgnushack.el (iswitchb): Require to shut up the compiler.
9778
9779         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9780         (shr-insert): Tweak line breaking.
9781         (shr-insert): Handle <pre> better.
9782         (shr-tag-li): Get <li> indentation right.
9783         (shr-tag-li): Get <li> indentation even righter.
9784         (shr-tag-blockquote): Ensure paragraph start.
9785         (shr-make-table): Tweak table generation.
9786         (shr-make-table): Fix typo.
9787
9788         * shr.el: Implement table rendering.
9789
9790 2010-10-04  Julien Danjou  <julien@danjou.info>
9791
9792         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9793
9794 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * shr.el (shr-insert): Use string anchors instead of line anchors.
9797
9798 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * shr.el: Add headings.
9801         (shr-ensure-paragraph): Actually work.
9802         (shr-tag-li): Make <ul> prettier.
9803         (shr-insert): Get white space at the beginning/end of elements right.
9804         (shr-tag-p): Collapse subsequent <p>s.
9805         (shr-ensure-paragraph): Don't insert double line feeds after blank
9806         lines.
9807         (shr-insert): \t is also space.
9808         (shr-tag-s): Fix "s" tag name function.
9809         (shr-tag-s): Fix face prop name.
9810
9811 2010-10-03  Julien Danjou  <julien@danjou.info>
9812
9813         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9814
9815         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9816         gnus-window-inside-pixel-edges.
9817
9818         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9819         gnus-ems.
9820
9821         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9822
9823         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9824         function.
9825
9826         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9827         resize choice.
9828
9829 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9832         beginning of the buffer.
9833
9834         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9835         article buffer again.
9836
9837         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9838
9839         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9840         when it's at the start of the buffer.
9841
9842         * shr.el (shr-tag-blockquote): Convert name.
9843         (shr-rescale-image): Use the right image-size variant.
9844
9845         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9846         buffer isn't shown, then select the current article first instead of
9847         bugging out.
9848         (gnus-summary-select-article-buffer): Show both the article and summary
9849         buffers again.
9850
9851         * shr.el (shr-fontize-cont): Protect against regions with no text.
9852         Rename tag functions to shr-tag-* for enhanced security.
9853         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9854
9855 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9856
9857         * shr.el (shr-insert):
9858         * pop3.el (pop3-movemail):
9859         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9860         loaded.
9861
9862 2010-10-03  Glenn Morris  <rgm@gnu.org>
9863
9864         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9865
9866         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9867
9868         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9869
9870         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9871
9872         * gnus-util.el (gnus-make-local-hook): Simplify.
9873
9874 2010-10-02  Julien Danjou  <julien@danjou.info>
9875
9876         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9877         (gnus-ido-completing-read): New function.
9878         (gnus-emacs-completing-read): New function.
9879         (gnus-completing-read): Use gnus-completing-read-function.
9880         Add gnus-completing-read-function.
9881
9882 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * shr.el (shr-insert-document): Autoload.
9885         (shr-img): Be silent.
9886         (shr-insert): Add a newline after every picture before text.
9887         (shr-add-font): Use overlays for combining faces.
9888         (shr-insert): Pass upwards the text start point.
9889
9890         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9891         possible.
9892         (mm-shr): New function.
9893
9894 2010-10-02  Julien Danjou  <julien@danjou.info>
9895
9896         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9897         should go backward.
9898
9899 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9900
9901         * shr.el (shr): Fix typo in provide call.
9902
9903 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * shr.el: New file.
9906
9907         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9908
9909         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9910         completing read.
9911
9912 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9915         we're being queried about.  Suggested by Dan Jacobson.
9916
9917         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9918         Suggested by Jason Eisner.
9919
9920         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9921         table, too.  Suggested by Stefan Wiens.
9922         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9923         the table unnecessary.  Suggested by Stefan Wiens.
9924
9925         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9926         longer needed, and probably doesn't work either, as pointed out by
9927         Stefan Wiens.
9928         (gnus-summary-exit): Remove call to the clearing function.
9929         (gnus-summary-exit-no-update): Ditto.
9930
9931         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9932         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9933         Reported by Stefan Monnier.
9934         (gnus-summary-save-in-rmail): Ditto.
9935
9936         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9937         article buffer, instead of both the article buffer and the summary
9938         buffer.  Sort of suggested by Dan Jacobson.
9939
9940         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9941
9942         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9943         Suggested by Dan Jacobson.
9944
9945         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9946         documentation clearer.
9947
9948         * message.el (message-shorten-references): Comment on the number "21".
9949         Suggested by Stefan Monnier.
9950
9951         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9952         Suggested by Dan Jacobson.
9953
9954         * gnus.el (gnus-large-newsgroup):
9955         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9956
9957         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9958         externalize attachments.  Bug reported by Steve Wen.
9959
9960         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9961         really message anything to the user.
9962
9963         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9964         directly.
9965
9966         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9967         messages in empty groups.
9968
9969 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9970
9971         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9972         non-UIDNEXT group.
9973
9974 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9977         not the value from the collection.
9978
9979         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9980         values.  This sometimes happens on some groups that have no info.
9981         (nnimap-request-newgroups): New function.
9982
9983 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9986         check into `gnus-registry-initialize'.
9987         (gnus-registry-initialize): Ditto.
9988         Fix and extend header docs.
9989
9990 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9993         regexp backtrace overflows.
9994
9995         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9996         for starttls that tls.el implements; i.e. openssl.
9997
9998         * tls.el (tls-starttls-switches): Give up on using starttls with
9999         gnutls-cli.
10000         (tls-program): Add --insecure to be consistent with the defaults from
10001         openssl s_client.  Now all three commands are insecure.
10002
10003 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * lpath.el: Bind completion-styles-alist for XEmacs.
10006
10007         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10008         (gravatar-create-image): New function that's an alias to
10009         gnus-xmas-create-image, gnus-create-image, or create-image.
10010         (gravatar-data->image): Use it.
10011
10012 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10013
10014         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10015         install the nnregistry refer method.
10016         (gnus-registry-install-hooks): Use it.
10017         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10018         unfollowed groups.
10019
10020 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10021
10022         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10023         expanding threads.
10024
10025 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10026
10027         * nnir.el: Use the server names without suffixes (bug#7009).
10028
10029         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10030         unencrypted to STARTTLS, if possible.
10031
10032 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10033
10034         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10035         headers before superseding.
10036
10037 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * nnrss.el (nnrss-use-local): Add documentation.
10040
10041         * nnimap.el (nnimap-extend-tls-programs): New function.
10042         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10043         (nnimap-wait-for-connection): Accept the greeting from the stupid
10044         output from openssl s_client -starttls, too.
10045
10046         * tls.el (tls-starttls-switches): New variable.
10047         (tls-find-starttls-argument): Use it.
10048         (open-tls-stream): Ditto.
10049
10050         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10051         (netrc-machine): Ditto.
10052
10053         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10054         article number.
10055         (nnimap-split-fancy): New variable.
10056         (nnimap-split-incoming-mail): Use it.
10057
10058         * nntp.el (nntp-server-list-active-group): Document.
10059
10060         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10061         SELECT to get the message-id.
10062
10063         * mail-source.el (mail-sources): Remove webmail support.
10064         (defvar): Ditto.
10065         (mail-source-fetcher-alist): Ditto.
10066         (mail-source-fetch-webmail): Remove.
10067
10068         * webmail.el: Remove -- doesn't seem relevant any more.
10069
10070         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10071
10072         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10073         the \r.
10074
10075 2010-09-30  Julien Danjou  <julien@danjou.info>
10076
10077         * gnus-agent.el (gnus-agent-add-group): Fix call to
10078         gnus-completing-read.
10079
10080 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * nndoc.el (nndoc-retrieve-groups): New function.
10083
10084         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10085         `default', use nnmail-split-methods.
10086         (nnimap-request-article): Downcase the NILs so that they are nil.
10087
10088         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10089         symbol.
10090
10091         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10092         code, since if the user has requested network, that's what they ought
10093         to get.
10094         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10095         (nnimap-split-rule): Mark as obsolete.
10096
10097         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10098         New variable.
10099
10100         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10101         correct slot, too.
10102
10103 2010-09-29  Julien Danjou  <julien@danjou.info>
10104
10105         * gnus.el (gnus-local-domain): Declare variable obsolete.
10106
10107         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10108         Fix history computing.
10109         (gnus-ido-completing-read): Require ido.
10110
10111 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10114         build Gnus.
10115
10116         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10117         when interpreting the structures.
10118         (nnimap-request-accept-article): Add \r\n to the lines to make this
10119         work with Cyrus.
10120
10121         * nndraft.el (nndraft-request-expire-articles): Use the group name
10122         instead if "nndraft".  Fix found by Nils Ackermann.
10123
10124 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10125
10126         * nnregistry.el: Add.
10127
10128 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10129
10130         * nnmail.el (group, group-art-list, group-art):
10131         Remove unneeded directives.
10132
10133 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10136         (mm-mime-charset):
10137         * rfc2047.el (rfc2047-syntax-table):
10138         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10139
10140         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10141         rather than `insert-file-contents' and `eval-region'.
10142
10143         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10144         construction.
10145
10146         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10147
10148         * time-date.el: No need to require cl for Emacs 21.
10149
10150 2010-09-29  Julien Danjou  <julien@danjou.info>
10151
10152         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10153         replacement of `gnus-gravatar-relief' to mimic
10154         `gnus-faces-properties-alist'.
10155         Add :version property.
10156
10157 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * mail-source.el (mail-source-report-new-mail):
10160         * message.el (message-default-mail-headers):
10161         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10162
10163         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10164
10165 2010-09-28  Julien Danjou  <julien@danjou.info>
10166
10167         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10168         mail-address contains the same string as real-name.
10169
10170         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10171         non-blank in header, otherwise it'll get stripped.
10172
10173         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10174         real-name, and then for mail address rather than doing : or , search.
10175
10176 2010-09-27  Julien Danjou  <julien@danjou.info>
10177
10178         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10179         right completing-read function.
10180         (gnus-use-ido): New variable
10181         (gnus-completing-read-with-default): Remove.
10182         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10183         (gnus-agent-add-group):
10184         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10185         * mm-view.el (mm-view-pkcs7-decrypt):
10186         * mm-util.el (mm-codepage-setup):
10187         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10188         * mml-smime.el (mml-smime-openssl-sign-query):
10189         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10190         (mml-insert-multipart):
10191         * gnus-msg.el (gnus-summary-yank-message):
10192         * gnus-int.el (gnus-start-news-server):
10193         * mm-decode.el (mm-interactively-view-part):
10194         * gnus-dired.el (gnus-dired-attach):
10195         * gnus.el (gnus-read-method):
10196         * gnus-bookmark.el (gnus-bookmark-jump):
10197         * gnus-art.el (gnus-mime-view-part-as-type)
10198         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10199         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10200         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10201         * nnmairix.el (nnmairix-create-server-and-default-group)
10202         (nnmairix-update-groups, nnmairix-get-server)
10203         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10204         (nnmairix-get-group-from-file-path):
10205         * nnrss.el (nnrss-find-rss-via-syndic8):
10206         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10207         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10208         (gnus-group-browse-foreign-server):
10209         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10210         (gnus-summary-execute-command, gnus-summary-respool-article)
10211         (gnus-read-move-group-name):
10212         * gnus-score.el (gnus-summary-increase-score)
10213         (gnus-summary-score-effect):
10214         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10215
10216 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10219         x-focus-frame.
10220
10221         * nnimap.el (auth-source-forget-user-or-password)
10222         (auth-source-user-or-password): Autoload.
10223
10224         * message.el (message-from-style, message-interactive)
10225         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10226         (message-yank-prefix, message-indentation-spaces, message-signature)
10227         (message-signature-file): Add comment.
10228
10229 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10230
10231         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10232         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10233         new articles.
10234
10235         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10236         parts.
10237         (nnimap-request-article): Work with the t setting, too.
10238
10239         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10240         that you don't get flashes of other buffers.
10241         (gnus-summary-show-complete-article): Intern before setting.
10242
10243 2010-09-27  David Engster  <dengste@eml.cc>
10244
10245         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10246         well as HEADERS.
10247         (nnmairix-retrieve-headers): Provide new argument for the above.
10248
10249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10250
10251         * gnus-sum.el (gnus-summary-move-article): Don't alter
10252         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10253         group.
10254
10255         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10256
10257         * message.el (message-cite-prefix-regexp): Revert my last edit.
10258
10259         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10260         variable instead of the Gnus variable.
10261
10262         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10263
10264         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10265
10266         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10267         since some servers don't like it.
10268         (nnimap-open-connection): Forget credentials if the server says the
10269         password was wrong.
10270         (nnimap-parse-line): Protect against invalid data.
10271
10272         * gnus-sum.el (gnus-summary-move-article): Add comment.
10273         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10274         nothing alters it while scanning for new messages.
10275
10276         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10277         which may or may not help.
10278         (nnimap-open-connection): If we're doing a stream connection, and then
10279         discover we're on a STARTTLS-capable server, then open a STARTTLS
10280         connection instead.
10281
10282 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * nnimap.el (utf7): Require.
10285
10286         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10287         prefix.
10288
10289 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10290
10291         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10292
10293 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * nnimap.el (nnimap-request-accept-article): Message the error on
10296         error.
10297
10298 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10301
10302 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10303
10304         * nndoc.el (nndoc-request-list): Return success always.
10305
10306         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10307         `fetch-old' -- we only want to fetch the articles we've requested.
10308         The rest are in the agent, probably.
10309         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10310         disappeared server" to something low.  It's not important.
10311
10312         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10313         arrived before the FETCH data.
10314
10315         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10316         target here, because we don't know the Gnus name of the group.
10317
10318         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10319         for the correct group.
10320
10321         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10322
10323         * gnus.el (gnus): Give a final warning after startup.
10324
10325         * gnus-util.el (gnus-action-message-log): New variable.
10326         (gnus-message): Use it.
10327         (gnus-final-warning): New function.
10328
10329         * nnimap.el (nnimap-open-connection): Record the greeting.
10330         (nnimap): Add greeting.
10331
10332 2010-09-26  Julien Danjou  <julien@danjou.info>
10333
10334         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10335         arguments.
10336         (gnus-html-wash-images): Fix spec computing to include start/end.
10337
10338         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10339
10340 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341
10342         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10343         deletion.
10344         (nnimap-retrieve-headers): Don't select the group, because that's
10345         already done by nnimap-possibly-change-group.
10346
10347         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10348         (gnus-picon-transform-address): Use it.
10349
10350         * mail-source.el (mail-source-value): Revert previous patch.
10351
10352         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10353         on failure.
10354         (nnimap-open-connection): Look up both virtual and physical server name
10355         credentials.
10356
10357         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10358
10359 2009-02-07  Dave Love  <fx@gnu.org>
10360
10361         * tls.el (open-tls-stream): Don't query killing process.
10362
10363 2009-02-08  Dave Love  <fx@gnu.org>
10364
10365         * gnus-win.el (gnus-window-to-buffer-helper)
10366         (gnus-all-windows-visible-p): Function needn't be a symbol.
10367
10368         * mail-source.el (mail-source-value): Function needn't be a symbol.
10369
10370 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * message.el (message-cite-prefix-regexp): Remove } from the cite
10373         prefix.
10374
10375         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10376         highlight again, so that the highlight is correct.
10377
10378         * gnus-picon.el (gnus-picon): Remove again.
10379         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10380
10381         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10382         doing the header highlightling, so that the background color of the
10383         picon is correct.
10384
10385         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10386         (gnus-picon): Ditto.
10387         (gnus-picon): Reinstate.  The background color for picons is white.
10388         (gnus-picon-insert-glyph): Make the background white.
10389
10390         * nnml.el (nnml-open-nov): Don't return dead buffers.
10391
10392         * auth-source.el (auth-source-create): Query the user for whether to
10393         store the credentials.
10394
10395         * netrc.el (netrc-store-data): New function.
10396
10397         * auth-source.el (auth-source-user-or-password): Use the existing auth
10398         sources, if any, for creation.
10399
10400         * gnus.el (gnus-group-fast-parameter): Return the last matching
10401         parameter instead of the first matching parameter.
10402
10403 2010-09-26  Julien Danjou  <julien@danjou.info>
10404
10405         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10406
10407 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * mml2015.el (mml2015-use): Remove gpg support.
10410
10411         * mml1991.el (mml1991-function-alist): Remove gpg function.
10412         (mml1991-gpg-sign): Remove.
10413
10414 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10415
10416         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10417         (gnus-browse-unsubscribe-current-group): Document it.
10418         (gnus-browse-unsubscribe-group): Use it.
10419
10420 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10423         address to the To list for easier response.
10424
10425         * gnus.el (gnus-play-startup-jingle): Remove.
10426         (gnus-splash): Don't play jingle.
10427         (gnus): Silence gnus-load message.
10428
10429         * gnus-art.el (gnus-treat-play-sounds): Remove.
10430
10431         * gnus.el (gnus-play-jingle): Remove audio support.
10432
10433         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10434
10435         * earcon.el: Remove -- no users.
10436
10437         * gnus-audio.el: Remove -- no users of this package.
10438
10439         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10440
10441         * gnus-start.el (gnus-setup-news): Remove nocem support.
10442
10443         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10444
10445         * gnus.el (gnus-use-nocem): Remove.
10446
10447         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10448         Remove.
10449
10450         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10451         uses NoCeM any more.
10452
10453         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10454         (gnus-button-ctan-handler): Ditto.
10455         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10456         (gnus-button-ctan-directory-regexp): Ditto.
10457         (gnus-button-handle-ctan): Ditto.
10458         (gnus-button-tex-level): Ditto.
10459         (gnus-button-alist): Remove CTAN stuff.
10460
10461 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10464         nnimap-streaming test.
10465
10466         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10467         servers twice.
10468
10469         * nnimap.el (nnimap-open-connection): Add more error reporting when
10470         nnimap fails early.
10471
10472         * nnheader.el (nnheader-get-report-string): New function.
10473         (nnheader-get-report): Use it.
10474
10475         * gnus-int.el (gnus-check-server): Say what the error was when opening
10476         failed.
10477
10478         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10479         using streaming.
10480
10481 2010-09-25  Julien Danjou  <julien@danjou.info>
10482
10483         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10484         gnus-window-inside-pixel-edges.
10485
10486 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10489
10490         * mm-decode.el (mm-save-part): Allow saving to other directories the
10491         normal Emacs way.
10492
10493         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10494         Suggested by Jay Berkenbilt.
10495
10496         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10497         there isn't a single byte.
10498
10499         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10500         just do it.  It doesn't really seem to matter what the user responds
10501         here, I think, so it's just a confusing question.
10502
10503         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10504         non-streaming case.
10505
10506         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10507         (gnus-article-encrypt-body): Use it.
10508
10509         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10510         keystroke.
10511
10512         * nnimap.el (nnimap-find-wanted-parts-1):
10513         Use gnus-fetch-partial-articles.
10514
10515         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10516
10517         * nnimap.el (nnimap-insert-partial-structure): New function.
10518         (nnimap-get-partial-article): New function.
10519         (nnimap-request-article): Use it.
10520         (nnimap-wait-for-response): Return whether the wait was successful.
10521         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10522         retrieval wasn't successful.
10523         (nnimap-retrieve-group-data-early): Allow throttling servers.
10524         (nnimap-streaming): New variable.
10525         (nnimap-fetch-partial-articles): Remove.
10526
10527         * mm-decode.el (mm-with-part): Protect against killed buffers.
10528
10529         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10530         for prettier summary display.
10531
10532 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10533
10534         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10535
10536 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10539         apparently third-party libraries depend on it.
10540
10541         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10542         before starting negotiation.
10543
10544         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10545         privacy reasons.
10546         (gnus-treat-mail-gravatar): Ditto.
10547
10548         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10549         buffer when inserting images.  Inserting text into the headers, for
10550         instance, can make them invalid.
10551
10552 2010-09-25  Julien Danjou  <julien@danjou.info>
10553
10554         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10555         variables.
10556
10557         * nnheader.el: Remove useless variables news-reply-yank-from and
10558         news-reply-yank-message-id.
10559
10560         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10561         variables.
10562
10563         * mml1991.el: Remove useless mml1991-verbose.
10564
10565         * gnus.el: Remove useless variable gnus-use-generic-from.
10566         Remove obsolete variable gnus-topic-indentation.
10567
10568         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10569
10570         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10571
10572         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10573
10574         * gnus-group.el: Remove useless gnus-group-icon-cache.
10575         Remove useless gnus-ephemeral-group-server.
10576
10577         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10578
10579         * mml2015.el: Remove useless mml2015-verbose.
10580
10581         * mml-smime.el: Remove useless mml-smime-verbose.
10582
10583         * gnus.el: Remove useless gnus-local-domain.
10584
10585         * gnus-gravatar.el (gnus-gravatar-transform-address):
10586         Use gnus-gravatar-size.
10587
10588         * gnus-art.el: Remove useless gnus-treat-translate.
10589
10590 2010-09-24  Julien Danjou  <julien@danjou.info>
10591
10592         * gnus-sum.el: Add support for Gravatars.
10593
10594         * gnus-art.el: Add support for Gravatars.
10595
10596         * gnus-gravatar.el: Add this file.
10597
10598         * gravatar.el: Add this file.
10599
10600 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10603
10604         * gnus-group.el (gnus-group-fetch-faq): Remove.
10605
10606         * gnus.el (gnus-group-faq-directory): Remove.
10607
10608         * gnus-group.el (gnus-group-fetch-charter): Remove.
10609
10610         * gnus.el (gnus-group-charter-alist): Remove.
10611
10612         * gnus-group.el (gnus-group-archive-directory): Remove.
10613         (gnus-group-recent-archive-directory): Ditto.
10614         (gnus-group-make-archive-group): Remove.
10615
10616         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10617
10618         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10619         use the same article number for all the cached articles.
10620
10621         * nnimap.el (nnimap-command): Register the last command time so
10622         that we can use it for idling NOOPs.
10623         (nnimap-open-connection): Start the keeplive timer.
10624         (nnimap-make-process-buffer): Store all the process buffers.
10625         (nnimap-keepalive): New function.
10626
10627         * starttls.el (starttls-open-stream): Add autoload cookie.
10628
10629 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10630
10631         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10632         handling.
10633
10634 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10637         its data structures.
10638
10639         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10640         instead of the cl.el copy-list.
10641         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10642         equalp.
10643
10644 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10647         and tool-bar-local-item-from-menu.
10648
10649         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10650         mode-line-highlight face for Emacs.
10651
10652         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10653         loading gnus-sum.elc; fix comment for canlock-verify.
10654         (gnus-article-jump-to-part): Use read-number.
10655         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10656         Remove Emacs pre-21 compatible code for help-echo.
10657         (gnus-article-next-page-1): No need to adjust the number of lines.
10658         (gnus-article-describe-bindings): Always use help-buffer.
10659
10660         * gnus-audio.el (gnus-audio-inline-sound):
10661         * gnus-cus.el (gnus-custom-mode):
10662         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10663
10664         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10665
10666         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10667         compatible code.
10668
10669 2010-09-24  Glenn Morris  <rgm@gnu.org>
10670
10671         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10672         visiting the fcc file in rmail-mode.
10673
10674         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10675
10676 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * nnir.el: Silence the byte compiler.
10679
10680         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10681         alias to browse-url-url-encode-chars if any.
10682         (gnus-html-encode-url): Use it.
10683
10684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * gnus-start.el (gnus-use-backend-marks): New variable.
10687         (gnus-get-unread-articles-in-group): Use it.
10688
10689         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10690         makeover.
10691
10692 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10693
10694         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10695
10696 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10699         Remove.
10700         (gnus-setup-news-hook):
10701         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10702
10703         * gnus-int.el (gnus-request-update-info): Protect against backends not
10704         having the function.
10705
10706         * nnimap.el (nnimap-stream): Mention starttls.
10707         (nnimap-open-connection): Add starttls support.
10708
10709 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10710
10711         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10712
10713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10716         BODYSTRUCTUREs.
10717         (nnimap-transform-headers): Unfold quoted {42} headers.
10718
10719         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10720         the info.
10721         (gnus-get-unread-articles): Only call updatep on backends that support
10722         it.
10723
10724         * nnweb.el (nnweb-request-update-info): NOOP.
10725
10726         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10727
10728         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10729         since it only deals with marks.
10730
10731         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10732         gnus-request-marks, and make a new gnus-request-update-info.
10733
10734         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10735         the active instead of the high number, which is usually too low.
10736
10737 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10738
10739         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10740         * encrypt.el: Remove.
10741
10742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10743
10744         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10745         server in symbolic form.
10746
10747         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10748
10749 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10752         (nnimap-update-info): Fix up code slightly.
10753
10754         * gnus-int.el (gnus-open-server): Add tracing for performance
10755         debugging.
10756
10757         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10758         (gnus-group-insert-group-line): Pass the real group name so that it
10759         gets the right data.
10760
10761         * gnus-start.el (gnus-get-unread-articles): Don't have
10762         `gnus-get-unread-articles-in-group' update info, since that can be
10763         really slow and doesn't seem to be needed?
10764
10765 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10766
10767         * time-date.el (date-to-time): Try using parse-time-string first before
10768         using the slower timezone-make-date-arpa-standard.
10769
10770 2010-09-22  Julien Danjou  <julien@danjou.info>
10771
10772         * gnus-group.el (gnus-group-insert-group-line):
10773         Call gnus-group-highlight-line.
10774         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10775         default hook list.
10776         (gnus-group-update-eval-form): Add new function.
10777         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10778         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10779
10780 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10783         immediate, then expire all articles.
10784         (nnimap-update-info): Fix off-by-one errors.
10785         (nnimap-flags-to-marks): Would return no marks lists for group with no
10786         flags.  Instead return the other data.
10787
10788 2010-09-22  Julien Danjou  <julien@danjou.info>
10789
10790         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10791         Only return an icon.
10792         (gnus-group-insert-group-line): Compute icon to return.
10793
10794         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10795         (gnus-html-image-fetched): Only cache if
10796         gnus-html-image-automatic-caching is set.
10797         (gnus-html-image-fetched): Check for errors.
10798
10799 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10802         once per method on `g'.  This ensures that backends like nnfolder don't
10803         open all their folders.
10804
10805         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10806         (nnimap-request-list): Nix out group in the correct buffer.
10807         (nnimap-parse-flags): Implement by using `read' instead of
10808         hand-parsing.
10809         (nnimap-flags-to-marks): Pass on permanent-flags.
10810         (nnimap-make-process-buffer): Record the server name.
10811         (nnimap-parse-flags): Fix typo.
10812         (nnimap-request-scan): Run split on the server in general, not just a
10813         single group.
10814
10815         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10816         parameter, and propagate this downwards.
10817
10818         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10819         since EXAMINE changes it on the server.
10820
10821         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10822         this command might take a while.
10823
10824 2010-09-22  Julien Danjou  <julien@danjou.info>
10825
10826         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10827         harmful if you have 2 images side-by-side, they can't be properly
10828         update on text deletion.  Using text-property is safer here.
10829         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10830         data.
10831
10832 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * nnimap.el (nnimap-expunge-inbox): Remove.
10835         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10836         (nnimap-expunge): Flip default to t.
10837
10838         * gnus.el (gnus-method-to-server): Don't push things to the cache
10839         unless it's unique.
10840         (gnus-server-to-method): Ditto.
10841
10842 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10843
10844         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10845
10846 2010-09-22  Julien Danjou  <julien@danjou.info>
10847
10848         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10849         get the start of data.
10850         (gnus-html-encode-url): Add this function to encode special chars in
10851         URL.
10852         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10853         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10854
10855         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10856         default.
10857         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10858
10859         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10860         images alt-text.
10861         (gnus-html-put-image): Put alt-text as help-echo.
10862
10863 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10866         * mm-util.el (mm-decompress-buffer):
10867         * nnir.el (nnir-run-find-grep):
10868         * pop3.el (pop3-list): Use 3rd arg of split-string.
10869
10870         * time-date.el (format-seconds): Comment fix.
10871
10872         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10873         and byte-optimize-form-code-walker.
10874         (dgnushack-make-auto-load): Don't advise make-autoload.
10875
10876         * lpath.el: Remove Emacs 21 stuff.
10877
10878 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10881         outside the active range.  Suggested by Dan Christensen.
10882
10883         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10884         slightly later to avoid double-getting it.
10885
10886         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10887         previous patch.
10888
10889         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10890
10891 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10892
10893         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10894
10895 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * gnus-int.el (gnus-open-server): Give a better error message in the
10898         "go offline" case.
10899
10900         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10901         marks for nnimap, which is seldom the right thing to do.
10902
10903         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10904         (gnus-same-method-different-name): New function.
10905
10906         * nnimap.el (parse-time): Require.
10907
10908         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10909         method in the presence of many similar methods.
10910
10911         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10912
10913         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10914         nnml-inhibit-expiry.
10915
10916         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10917         find out whether methods are equal.
10918
10919         * nnimap.el (nnimap-find-expired-articles): New function.
10920         (nnimap-process-expiry-targets): New function.
10921         (nnimap-request-move-article): Request the article before looking at
10922         what the Message-ID is.  Fix found by Andrew Cohen.
10923         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10924
10925         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10926         for oldness in addition to being a predicate.
10927
10928         * nnimap.el (nnimap-request-group): When we have zero articles, return
10929         the right data to Gnus.
10930         (nnimap-request-expire-articles): Only delete articles immediately if
10931         the target is 'delete.
10932
10933         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10934         method, this would bug out.
10935
10936         * gnus-group.el (gnus-group-expunge-group): Rename from
10937         gnus-group-nnimap-expunge, and implemented as a normal interface
10938         function.
10939
10940         * gnus-int.el (gnus-request-expunge-group): New function.
10941
10942         * nnimap.el (nnimap-request-create-group): Implement.
10943         (nnimap-request-expunge-group): New function.
10944
10945 2010-09-21  Julien Danjou  <julien@danjou.info>
10946
10947         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10948         (gnus-html-cache-expired): Add new function.
10949         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10950         wethever we should display image for fetch it.
10951         Compute alt-text earlier to pass it to the fetching function too.
10952         (gnus-html-schedule-image-fetching): Change function argument to only
10953         get one image at a time, not a list.
10954         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10955         cache.
10956         (gnus-html-get-image-data): New function to retrieve image data from
10957         cache.
10958         (gnus-html-put-image): Change buffer argument to use image data rather
10959         than file, and place image above region rather than inserting a new
10960         one.  Do not take alt-text as argument, since it's useless now: we place
10961         the image above alt-text.
10962         (gnus-html-prune-cache): Remove.
10963         (gnus-html-show-images): Start to fetch image when we find one, do not
10964         push into a temporary list.
10965         (gnus-html-prefetch-images): Only fetch image if they have expired.
10966         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10967         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10968
10969 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10972
10973 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10976         spec inser "*" if the group isn't active instead of 0.
10977
10978         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10979         opening the server.
10980         (nnimap-request-delete-group): Implement group deletion.
10981         (nnimap-transform-headers): Return the size of the entire message in
10982         the Bytes header, not just the size of the first part.
10983         (nnimap-request-move-article): When moving an article from nnimap,
10984         request the article first so the accepting form has an article to
10985         accept.  Reported by Dan Christensen.
10986         (nnimap-command): Make sure that the error message doesn't error out.
10987
10988 2010-09-20  David Edmondson  <dme@dme.org>
10989
10990         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10991         we haven't requested anything.
10992
10993 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10996         "".  Fix found by Andrew Cohen.
10997
10998         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10999         instead of -encode-string.
11000
11001 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11004
11005         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11006         by mm-subst-char-in-string.
11007
11008 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11011         waiting for the connection string.
11012
11013         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11014         arriving.
11015
11016         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11017         bogus characters.  This allows selecting certain Gmail groups.
11018
11019         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11020         (nnimap-fetch-partial-articles): New variable.
11021         (nnimap-open-connection): When looking for credentials, also use the
11022         nnimap-server-port.
11023         (nnimap-request-article): Return the group/article number, so that Gnus
11024         `^' works as expected.
11025         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11026
11027         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11028         comments.
11029         (gnus-methods-sloppily-equal): New function.
11030         (gnus): When using the development version of Gnus, load the gnus-load
11031         file.
11032
11033         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11034         `gnus-open-server' on each method before trying to scan them etc.
11035         This ensures that all the backend parameters are set correctly.
11036
11037         * nnimap.el (nnimap-authenticator): New variable.
11038         (nnimap-open-connection): Allow anonymous login.
11039         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11040         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11041
11042         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11043         patch, found by Knut Anders Hatlen.
11044
11045 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11046
11047         * gnus-agent.el (gnus-agent-batch-confirmation)
11048         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11049         to gnus-message.
11050         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11051         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11052         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11053         * gnus-int.el (gnus-open-server): Likewise.
11054         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11055         (gnus-score-check-syntax): Likewise.
11056         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11057         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11058         Likewise.
11059         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11060
11061 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11064         calling conventions so that prefetch doesn't bug out.
11065
11066 2010-09-19  Julien Danjou  <julien@danjou.info>
11067
11068         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11069         rather than `subst-char-in-region' in order to be able to replace ASCII
11070         char by UTF-8 ones.
11071
11072         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11073         than curl.
11074         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11075         the right URL and ALT text on images.
11076         (gnus-html-wash-tags): Fix tag case.
11077         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11078         (gnus-article-html): Add -o display_ins_del=2 option.
11079         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11080
11081 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11082
11083         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11084         the extra mail headers, which sometimes seem to happen for unknown
11085         reasons.
11086
11087         * mail-parse.el (mail-header-encode-parameter): Define as
11088         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11089         (or most, perhaps?) mail readers don't understand the latter, but do
11090         understand the former.
11091
11092         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11093         to nil, so that no methods are automatically agentized.  I think this
11094         is probably what most users want.
11095
11096         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11097         from url-retrieve, for instance about invalid URLs.
11098
11099         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11100         groups that have no articles.
11101         (nnimap-request-article): Check that we really got an article when we
11102         requested one.
11103
11104         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11105         doesn't exist.
11106
11107         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11108         nntp buffer so the agent can save it.
11109         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11110         that CRLF doesn't get translated to \n.
11111         (nnimap-open-connection): Don't make 'shell commands only send \n.
11112
11113 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11114
11115         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11116         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11117         Update var name.
11118         (nnml-generate-nov-file): Use dolist.
11119         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11120         Use with-current-buffer.
11121
11122 2010-09-18  Julien Danjou  <julien@danjou.info>
11123
11124         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11125         parallel.
11126
11127 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11130         the range update right.
11131         (nnimap-request-group): Don't make `M-g' bug out on group with no
11132         marks.
11133         (nnoo): Require, so that other packages can require nnimap.
11134         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11135         command we're looking for.  This helps when the server sends more
11136         responses after we've gotten everything we expected.
11137         (nnimap): Add a `newlinep' field to keep track of end-of-line
11138         conventions.
11139         Don't send CRLF to things that don't want it.
11140         (nnimap-request-accept-article): Ditto.
11141
11142 2010-09-18  Julien Danjou  <julien@danjou.info>
11143
11144         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11145         than curl to retrieve images.
11146
11147 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11150         the marks.
11151         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11152         (nnimap-wait-for-connection): New function.
11153         (nnimap-open-connection): If we have PREAUTH, don't query for login
11154         credentials.
11155         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11156         when doing a partial update.
11157
11158 2010-09-18  Julien Danjou  <julien@danjou.info>
11159
11160         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11161         tags.
11162
11163 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * nnimap.el (nnimap-credentials): New function.
11166         (nnimap-open-connection): Use the new function to look for credentials
11167         also on the numeric equivalents of "imap" and "imaps".
11168
11169         * gnus-start.el (gnus-activate-group): Send the info to
11170         gnus-request-group.
11171
11172         * nnimap.el (nnimap-request-group): Have the "check" version of the
11173         function parse flags and update the info, so that a `M-g' get a total
11174         resync of all flags from the group.
11175
11176         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11177         to allow backends to alter the info on group selection.  Also alter all
11178         the backend -request-group functions to take the parameter.
11179
11180         * nnimap.el (nnimap-store-info): New function.
11181         (nnimap-update-info): Store the info for later usage.
11182         (nnimap-request-group): Use the stored info for the dont-check case, so
11183         that we don't retrieve all marks when we enter a group.
11184
11185         * nnimap.el: Use deffoo instead of defun for interface functions.
11186
11187         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11188         update the group info.  This makes the nndraft groups, for instance, go
11189         back to their old behavior.
11190
11191         * gnus-sum.el (gnus-select-newsgroup): Indent.
11192
11193         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11194         in.
11195         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11196         nothing.
11197
11198         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11199         from methods that are denied.
11200
11201         * gnus-int.el (gnus-method-denied-p): New function.
11202
11203         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11204         store the password instead of netrc.
11205         (nnimap-open-connection): Don't error out when we can't make a
11206         connections.
11207
11208         * auth-source.el (auth-source-create): In the password prompt, say what
11209         we're querying for.  Also prompt for user name if that hasn't been
11210         given.
11211
11212         * nnimap.el (nnimap-with-process-buffer): Remove.
11213
11214 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11217         method when we're reading from the agent.
11218
11219         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11220
11221         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11222         that's probably most useful for users.
11223
11224         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11225         "failed" all the time.
11226
11227         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11228         ...)) with (with-current-buffer ... ).
11229
11230         * nntp.el (nntp-open-server): Return whether the open was successful or
11231         not.
11232
11233         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11234         select an unread unseen article first.
11235
11236         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11237         /etc/services, supply some sensible port defaults.
11238
11239         * dgnushack.el: Define netrc-credentials.
11240
11241 2010-09-17  Julien Danjou  <julien@danjou.info>
11242
11243         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11244
11245 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11246
11247         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11248         doesn't have any parameters.
11249
11250 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11253         only upcased checks.
11254
11255         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11256
11257         * nnimap.el (nnimap-open-shell-stream): New function.
11258         (nnimap-open-connection): Use it.
11259         (nnimap-transform-headers): Get the number of lines in each message.
11260         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11261         number of lines.
11262         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11263         problem.
11264
11265         * utf7.el (utf7-encode): Autoload.
11266
11267         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11268         to allow the mail splitting to not return a default group.  This is
11269         useful for nnimap, which will leave unmatched mail in the inbox.
11270
11271         * nnimap.el: Rewritten.
11272
11273         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11274         nnimap usage.
11275
11276         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11277         if the move is internal, so that nnimap can do fast internal moves.
11278
11279         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11280         data.
11281         (gnus-read-active-for-groups): Support finishing the early retrieval of
11282         data.
11283
11284         * gnus-range.el (gnus-range-nconcat): New function.
11285
11286         * gnus-int.el (gnus-finish-retrieve-group-infos)
11287         (gnus-retrieve-group-data-early): New functions.
11288
11289 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11290
11291         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11292         (nnrss-retrieve-groups):
11293         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11294         (pop3-quit): Use with-current-buffer.
11295
11296 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11299         instead of nnheader-accept-process-output.
11300
11301         * dgnushack.el (dgnushack-compile): Add comment.
11302
11303         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11304
11305         * gnus-html.el (gnus-html-schedule-image-fetching)
11306         (gnus-html-prefetch-images): Replace process-kill-without-query by
11307         gnus-set-process-query-on-exit-flag.
11308
11309 2010-09-16  Romain Francoise  <romain@orebokech.com>
11310
11311         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11312
11313 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11316         parameter to unintern is mandatory-ish in Emacs 24.
11317
11318         * gnus-html.el (gnus-html-schedule-image-fetching)
11319         (gnus-html-prefetch-images): Check for curl before using it.
11320
11321         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11322         depend on curl, which isn't essential.
11323
11324         * imap.el: Revert back to version
11325         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11326         seem problematic.
11327
11328 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11329
11330         * gnus-registry.el (gnus-registry-install-shortcuts):
11331         Explicitly pass `obarray' to `unintern' to avoid a warning.
11332
11333 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11336         change.
11337
11338         * nnrss.el (nnrss-request-list): Remove this function and related
11339         functions, including the moreover stuff.
11340
11341 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * nnrss.el (nnrss-retrieve-groups): New function.
11344
11345 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11346
11347         * .dir-locals.el: Add no-byte-compile cookie.
11348
11349 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * time-date.el (format-seconds): Comment fix.
11352
11353         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11354         for back end that doesn't support request-scan.
11355
11356 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357
11358         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11359         then do request scans from the backends.
11360
11361         * netrc.el (netrc-credentials): New conveniency function.
11362
11363         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11364         avoid running a hook per line, since this takes a lot of time,
11365         profiling shows.
11366         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11367         directly if gnus-visual-p is true.
11368
11369 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11372         groups; replace mapcar with dolist which is a bit faster; pass groups
11373         info to gnus-read-active-file-1.
11374         (gnus-read-active-file-1): Scan only specified groups if the new
11375         optional arg `infos' is given.
11376
11377 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11380
11381         * pop3.el (pop3-movemail): Remove.
11382         (pop3-streaming-movemail): Rename to pop3-movemail.
11383
11384         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11385         don't restrict end-tag searches to the end of the line.
11386
11387 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11390         articles of every unchecked group to t, which means unknown since the
11391         server has never been opened.
11392
11393 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * gnus-html.el (gnus-html-show-alt-text): New command.
11396         (gnus-html-browse-image): Ditto.
11397         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11398         to browse the image directly.
11399         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11400         better.
11401
11402         * gnus-async.el (gnus-async-article-callback):
11403         Call `gnus-html-prefetch-images' unconditionally.
11404
11405         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11406         before feeding URLs to curl.
11407
11408 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11411         internal images as deletable by `W D D'.
11412
11413         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11414         (gnus-async-article-callback): Fix typo.
11415
11416 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11419         current line to work around bugs in the output from w3m.
11420
11421         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11422         for groups that want that.
11423
11424         * nntp.el (nntp-wait-for-string): Supply a timeout for
11425         accept-process-output to ensure progress.
11426
11427         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11428         level to get unread articles from, then use that for foreign groups,
11429         too.
11430
11431         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11432         confuses the rest of the function.
11433
11434         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11435         for the methods that support -retrieve-groups, too.
11436
11437         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11438
11439 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11442         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11443
11444         * pop3.el: Require cl when compiling.
11445         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11446
11447 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11450         that aren't going to be activated.
11451         (gnus-get-unread-articles): Fix up the last commit.
11452
11453         * gnus-html.el (gnus-article-html): Allow calling without specifying
11454         the handle.  In that case, dissect the buffer first.
11455
11456         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11457
11458         * nnimap.el (nnimap-open-connection): Revert the change that would look
11459         into authinfo for imaps instead of imap.
11460
11461         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11462         say that you don't want to call gnus-request-group with don-check, but
11463         do check the reponse.  This is for virtual groups only.
11464         (gnus-get-unread-articles): Count the archive groups as secondary, so
11465         that they're activated the same way as before.
11466
11467         * imap.el (imap-message-map): Removed optional buffer parameter, since
11468         no callers use it.
11469         (imap-message-get): Ditto.
11470         (imap-message-put): Ditto.
11471         (imap-mailbox-map): Ditto.
11472         (imap-mailbox-put): Ditto.
11473         (imap-mailbox-get): Ditto.
11474         (imap-mailbox-get): Revert last change for this function.
11475
11476         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11477         case-insensitively.
11478         (nnimap-debug): Remove.
11479
11480         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11481         callers to use `imap-fetch' instead.  According to the comments, this
11482         should be safe, since all other IMAP clients use the 1:* syntax.
11483         (imap-enable-exchange-bug-workaround): Remove.
11484         (imap-debug): Remove -- doesn't seem very useful.
11485
11486         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11487         mail from a file, and the file doesn't exist.
11488
11489         * imap.el (imap-log): New convenience function used throughout instead
11490         of repeating the same code all over the place.
11491
11492         * pop3.el (pop3-streaming-movemail): Return t for success.
11493
11494         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11495         .authinfo if we're using ssl connection.
11496
11497         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11498         already have if we're in a main Gnus `g' run.
11499
11500         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11501
11502 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11505
11506         * nnmh.el (nnmh-request-list-1): Bind `file'.
11507
11508         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11509         alias to set-process-query-on-exit-flag or process-kill-without-query.
11510         (pop3-open-server): Use it.
11511
11512 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11515         box to the Incoming file.  Fixes mistake in previous checkin.
11516
11517         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11518         request loop (for debugging purposes) removed.
11519
11520         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11521         culprit is more visible.
11522         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11523         (nnml-add-incremental-nov): New functions to do "incremental" nov
11524         updates, where we just append to the end of the existing nov files
11525         without reading/writing them in full.
11526
11527         * mail-source.el (mail-source-delete-crash-box): Really only check the
11528         incoming files once in a while.
11529
11530         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11531
11532         * mail-source.el (mail-source-delete-crash-box): Only check the
11533         incoming files for deletion once per day to save a lot of file
11534         accesses.
11535
11536         * pop3.el (pop3-logon): Fix up unbound variable typo.
11537
11538         * mail-source.el (pop3-streaming-movemail): Autoload.
11539
11540         * pop3.el (pop3-streaming-movemail):
11541         Respect pop3-leave-mail-on-server.
11542
11543         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11544         retrieval.
11545
11546         * pop3.el (pop3-process-filter): Remove unused function.
11547         (pop3-streaming-movemail, pop3-send-streaming-command)
11548         (pop3-wait-for-messages, pop3-write-to-file)
11549         (pop3-number-of-responses): New functions for streaming pop3
11550         retrieval.
11551
11552         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11553         come from no known methods.
11554         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11555         list.
11556
11557         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11558         message sizes.
11559         (pop3-movemail): Use erase-buffer instead of looping and deleting
11560         regions, which seems rather odd.
11561
11562         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11563         file once per `g' run.
11564
11565         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11566         directories.  This makes the draft queue directory work.
11567
11568         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11569         data from the backends, so that we only request the list of groups from
11570         each method once.  This should speed things up considerably.
11571
11572         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11573         detect that it's not implemented.
11574
11575         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11576         we actually do recurse down into the tree, but don't stat all leaf
11577         nodes.
11578
11579         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11580         then say so instead of bugging out.
11581
11582         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11583         files exist before trying to read them.
11584
11585         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11586         around <pre_int>.
11587
11588         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11589
11590         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11591
11592 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * mm-util.el (mm-image-load-path): Just return the image directories,
11595         not all directories in the path in addition to the image directories.
11596         (mm-image-load-path): Maintain a cache of the image directories so that
11597         the `g' command in Gnus doesn't have to stat dozens of directories each
11598         time.
11599
11600         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11601         (gnus-html-wash-tags): Add a new `i' command to insert images.
11602         (gnus-html-insert-image): New command and keystroke.
11603         (gnus-html-redisplay-with-images): New command and keystroke.
11604         (gnus-html-show-images): Rename command.
11605         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11606         spacers.
11607         (gnus-html-wash-tags): Decode entities at the end, so that entities
11608         inside the tags don't mess up the rest of the "parsing".
11609
11610         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11611         so that nnimap methods aren't agentized by default.  There's apparently
11612         many problems related to agent/imap behavior.
11613
11614         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11615
11616         * gnus-html.el: Doc fix.
11617
11618 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11621         specifier-spec-list for Emacs 21.
11622
11623         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11624         glyph-width and glyph-height instead of display-graphic-p and
11625         image-size; make avoidance of displaying small images work for XEmacs.
11626
11627         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11628         for XEmacs.
11629
11630         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11631         of symbol that holds plist data.
11632         (gnus-process-plist): Remove plist of process after getting it.
11633
11634 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * message.el (message-generate-hashcash): Change default to
11637         'opportunistic if hashcash is installed.
11638
11639         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11640         (gnus-html-put-image): Only call image-size once, since it's somewhat
11641         time-consuming on remote X servers.
11642
11643 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11646         type on data, not a file name.
11647
11648         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11649         window-pixel-edges for Emacs 21.
11650
11651         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11652         decoded contents.
11653         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11654
11655 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11658         group line format, since it isn't very interesting.
11659
11660         * gnus-agent.el (gnus-agent-short-article),
11661         (gnus-agent-long-article): Increase values for these two variables,
11662         since most people are likely to have more network connection and
11663         storage than before.
11664
11665         * gnus.el (gnus-refer-article-method): Change default to 'current.
11666         When referring an article, the common behavior is to refer it from the
11667         current select method, not the native select method.  The chances of
11668         the native select method having the message in question is rather slim
11669         these days.
11670
11671         * gnus-sum.el (gnus-auto-select-subject): Change default to
11672         `unseen-or-unread'.  I think it's likely that most people want to
11673         select an unseen article over a previously seen, but unread one.
11674
11675         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11676         means that in the article buffer none of the minor mode elements will
11677         be shown, usually, and this is not desirable in most cases.
11678
11679         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11680         that commands like `d' (and the like) go to the next line in the
11681         buffer, instead of the next unread article.  I think this is the
11682         behavior that is most natural for most users.
11683         (gnus-single-article-buffer): Change default to nil, so that people can
11684         have as many article buffers open as they have summary buffer.  I think
11685         this is the most natural way for the groups to behave.
11686
11687         * message.el (message-generate-new-buffers): Change default to
11688         `unsent', so that all new message buffers start their names with the
11689         string "*unsent", and it's easier to find the buffers if you move from
11690         them.
11691
11692 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11695         small.  They're probably tracking images.
11696         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11697         (gnus-html-rescale-image): Yet another try at getting the image sizing
11698         right.
11699
11700         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11701         nntp-marks-file-name is nil.
11702
11703 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11704
11705         * gnus-html.el (gnus-html-wash-tags)
11706         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11707         Better logging.
11708
11709 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11712
11713         * gnus-html.el (gnus-html-wash-tags): Check the value of
11714         gnus-blocked-images in the summary buffer.
11715
11716 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11719
11720 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721
11722         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11723         like "a", it seems like.
11724         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11725         since it needs to be picked from the correct buffer.
11726
11727         * nnwfm.el: Remove.
11728
11729         * nnlistserv.el: Remove.
11730
11731 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11732
11733         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11734         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11735
11736 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * nnkiboze.el: Remove.
11739
11740         * nndb.el: Remove.
11741
11742         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11743         alt text.
11744         (gnus-html-rescale-image): Try to get the rescaling logic right for
11745         images that are just wide and not tall.
11746
11747         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11748         overshadow variable bindings.
11749
11750 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * gnus-html.el (gnus-html-wash-tags)
11753         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11754         Add extra logging.
11755
11756 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11759         (gnus-max-image-proportion): New variable.
11760         (gnus-html-rescale-image): New function.
11761         (gnus-html-put-image): Rescale images.
11762
11763 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11764
11765         Fix up some byte-compiler warnings.
11766         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11767         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11768         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11769         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11770         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11771         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11772         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11773
11774 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-html.el (gnus-article-html): Decode contents by charset.
11777
11778 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11781         (gnus-html-frame-width, gnus-blocked-images):
11782         * message.el (message-prune-recipient-rules): Add custom version.
11783         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11784
11785         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11786         functions.
11787
11788         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11789         gnus-process-get.
11790
11791 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11792
11793         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11794         instead of lsub directly.
11795
11796 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * nnwarchive.el: Remove.
11799
11800         * gnus-soup.el: Remove.
11801
11802         * nnsoup.el: Remove.
11803
11804         * nnultimate.el: Remove.
11805
11806         * gnus-html.el (gnus-blocked-images): New variable.
11807
11808         * message.el (message-prune-recipients): New function.
11809         (message-prune-recipient-rules): New variable.
11810
11811         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11812         guess whether a long line is natural text or not.
11813
11814         * gnus-html.el (gnus-html-schedule-image-fetching):
11815         Use gnus-process-plist and friends for compatibility.
11816
11817 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11818
11819         * gnus-html.el: Require packages that define macros used in this file.
11820         (gnus-article-mouse-face): Declare to silence byte-compiler.
11821         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11822         process-get.
11823         (gnus-html-put-image): Use plist-get to avoid getf.
11824         (gnus-html-prefetch-images): Use with-current-buffer.
11825
11826 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-ems.el: Provide compatibility functions for
11829         gnus-set-process-plist.
11830
11831         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11832         header-line-format for XEmacs 21.4.
11833
11834         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11835         * gnus.el (gnus-valid-select-methods):
11836         * message.el (message-send-mail-partially-limit):
11837         * mm-decode.el (mm-text-html-renderer):
11838         * mml.el (mml-insert-mime-headers-always):
11839         * smiley.el (smiley-regexp-alist): Bump custom version.
11840
11841 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * gnus-html.el: Require mm-url.
11844         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11845         with the url to `url'.
11846         (gnus-html-wash-tags): Support cid: URLs/images.
11847
11848 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11851         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11852         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11853
11854         * gnus-move.el: Remove file, since it doesn't really work.
11855
11856         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11857         UTF-8.  This seems to fix problems with some German web feeds.
11858
11859         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11860         at the top so that the proper colors are applied.
11861
11862         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11863         don't have dots in their names.
11864
11865         * gnus-art.el (gnus-article-view-part): Doc fix.
11866
11867         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11868         XEmacs-compatible.
11869         (gnus-html-put-image): Don't do images on non-graphic displays.
11870
11871         * nnslashdot.el: Remove this unused backend.
11872
11873         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11874         actions.
11875         (gnus-undo-register-1): Revert last change.
11876
11877         * gnus-group.el (gnus-group-completing-read): Protect against not
11878         having completion-styles bound.
11879
11880         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11881         make broken recipients happier.
11882
11883         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11884
11885         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11886         point parameter.
11887
11888         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11889
11890         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11891         completion-styles for group selection.
11892
11893 2009-02-04  Andreas Schwab  <schwab@suse.de>
11894
11895         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11896         headers and regexp-quote the match if necessary.
11897
11898 2009-03-24  Miles Bader  <miles@gnu.org>
11899
11900         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11901         the blinking smiley.
11902
11903 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11904
11905         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11906         blink smiley.
11907
11908 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909
11910         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11911         where the dribbel file lives exists.
11912
11913         * message.el (message-send-mail-partially-limit): Change the default to
11914         nil, since most people don't want this.
11915
11916         * mm-url.el (mm-url-decode-entities): Also decode entities like
11917         &#x3212.
11918
11919 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11920
11921         * gnus-sum.el (gnus-summary-idna-message):
11922         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11923         Hyperlink urls in docstrings with URL `...'.
11924
11925 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11926
11927         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11928         functions.
11929
11930 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11933         say what the mouseover text should be.
11934
11935         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11936         version of the mm-w3m-safe-url-regexp variable to only download images
11937         in the groups where we want that to happen.
11938
11939         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11940
11941         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11942         easier debugging.
11943         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11944         big pictures in the article buffer.
11945
11946         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11947         gnus-article-html.
11948         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11949         w3m.
11950
11951         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11952
11953 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11956         which doesn't exist.
11957
11958         * message.el (message-inhibit-ecomplete): New variable to allow some
11959         function to inhibit ecomplete address storage.
11960         (message-resend): Disable ecomplete message storage when resending
11961         messages.
11962
11963         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11964
11965 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11968         Save excursion while copying, moving, and deleting articles in order to
11969         prevent the cursor from jumping to unforeseen place.
11970
11971 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * lpath.el: No need to bind bookmark-current-buffer,
11974         bookmark-yank-point and bookmark-make-record-function.
11975
11976 2010-08-17  Glenn Morris  <rgm@gnu.org>
11977
11978         * gnus-sync.el: Require gnus components whose functions are used.
11979
11980         * gnus-art.el (bookmark-make-record-function):
11981         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11982         Declare for compiler.
11983
11984         * mm-url.el (mml-compute-boundary): Autoload.
11985
11986 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11989
11990 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11991
11992         Typo fix "hoo4a" -> "hook".
11993
11994         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11995
11996 2010-08-14  Glenn Morris  <rgm@gnu.org>
11997
11998         * gnus-sync.el (gnus-sync): Fix defgroup version.
11999
12000 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12001
12002         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12003
12004         * gnus-sync.el: Fix docs.
12005         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12006         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12007
12008 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12009
12010         Optimizations for gnus-sync.el.
12011
12012         * gnus-sync.el: Add docs about gnus-sync-backend
12013         possibilities.
12014         (gnus-sync-save): Remove unnecessary message.
12015         (gnus-sync-read): Optimize and show what groups were skipped.
12016
12017 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12018
12019         Minor bug fixes for gnus-sync.el.
12020
12021         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12022         Don't read the sync on get-new-news.
12023
12024         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12025         quiet.
12026
12027         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12028         (fix typo).
12029
12030 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12031
12032         Make saving and restoring of hidden threads work with overlays.
12033         Patch applied by Ted Zlatanov.
12034
12035         * gnus-sum.el (gnus-hidden-threads-configuration)
12036         (gnus-restore-hidden-threads-configuration): Update to deal with text
12037         properties, rather than searching for a magic character.
12038
12039 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12040
12041         New gnus-sync.el library for synchronization of marks.
12042
12043         * gnus-sync.el: New library for synchronization of marks.
12044
12045         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12046         renamed from `gnus-registry-grep-in-list'.
12047
12048         * gnus-registry.el (gnus-registry-follow-group-p):
12049         Use `gnus-grep-in-list'.
12050
12051         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12052
12053 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12056         determining charset of text fails.
12057
12058 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * nnmail.el (nnmail-get-new-mail-1): Revert.
12061
12062         * nnml.el (nnml-active-number): Make sure names of newly created groups
12063         in nnml-group-alist are encoded.
12064
12065 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12068         containing non-ASCII characters in active file for nnml back end.
12069
12070 2010-07-24  David Engster  <dengste@eml.cc>
12071
12072         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12073         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12074
12075 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12076
12077         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12078         tag (Bug#6654).
12079
12080 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12083         the article buffer, not the summary buffer.
12084
12085 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12088         Emacs 23 as well.
12089
12090 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12093         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12094
12095 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12096
12097         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12098         Patch applied by Karl Fogel.
12099
12100         * gnus-sum.el (gnus-summary-bookmark-make-record):
12101         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12102
12103 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12104
12105         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12106         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12107         C-w still not working correctly from Article buffers; Thierry's
12108         patch to fix that will be applied after this.
12109
12110         * gnus-art.el (bookmark-make-record-function): New local variable.
12111
12112         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12113         article buffer.
12114         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12115
12116 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12117
12118         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12119         on changes in bookmark.el.
12120
12121 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12124         `no-log' instead of message not to log prompt string.
12125
12126 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12127
12128         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12129         the *other* type of HTML form submission.
12130
12131 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12132
12133         * auth-source.el (auth-source-pick): If choice does not contain a
12134         questioned keyword, set the check to t.
12135
12136 2010-06-12  Romain Francoise  <romain@orebokech.com>
12137
12138         * gnus-util.el (gnus-date-get-time): Move up before first use.
12139
12140 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12143         (gnus-article-edit-part): Bind it to make last part that is substituted
12144         or deleted visible.
12145         (gnus-mime-display-single): Buttonize part of which id equals to
12146         gnus-mime-buttonized-part-id.
12147
12148 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12149
12150         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12151         (gnus-dd-mmm): Use gnus-date-get-time.
12152         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12153         simplify logic.
12154         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12155         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12156
12157 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12158
12159         * auth-source.el (top): Autoload `secrets-list-collections',
12160         `secrets-create-item', `secrets-delete-item'.
12161         (auth-sources): Fix tag string.
12162         (auth-get-source, auth-source-retrieve, auth-source-create)
12163         (auth-source-delete): New defuns.
12164         (auth-source-pick): Rewrite in order to avoid 2 passes.
12165         (auth-source-forget-user-or-password): New parameter USERNAME.
12166         (auth-source-user-or-password): New parameters CREATE-MISSING and
12167         DELETE-EXISTING.  Retrieve password interactively, if needed.
12168
12169 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12170
12171         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12172         deleting unused directories when gnus-expert-user is t.
12173
12174 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12177         for each temp file when gnus-article-browse-delete-temp is ask.
12178
12179 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12182         Replace Lisp calls to delete-backward-char by calls to delete-char.
12183
12184 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12185
12186         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12187
12188 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12189
12190         * password-cache.el (password-cache-remove): Fix docstring.
12191
12192 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12195         article unless decoding article to be saved.
12196
12197 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12200         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12201         generated within the mm-with-unibyte-current-buffer macro.
12202
12203 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12206         to nil when we're in a mml-preview buffer and no group is selected.
12207
12208 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12209
12210         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12211         when catching the `C-g'.  Reported by "Leo".
12212
12213 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * message.el (message-forward-make-body-plain)
12216         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12217         multibyte-string-p.
12218
12219         * lpath.el: Revert.
12220
12221 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * message.el (message-forward-make-body-mml): Assume original message
12224         is multibyte string; error on unibyte.
12225         (message-forward-make-body-plain): Ditto; don't add excessive newline
12226         in body end.
12227
12228         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12229
12230 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12231
12232         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12233         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12234
12235 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * mm-extern.el (mm-extern-url): Don't use
12238         mm-with-unibyte-current-buffer.
12239         (mm-extern-cache-contents): Use with-current-buffer instead of
12240         save-excursion + set-buffer.
12241
12242 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-util.el (mm-emacs-mule): Remove.
12245
12246 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12247
12248         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12249         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12250         change.
12251
12252 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12255         bind the default value of enable-multibyte-characters to nil.
12256
12257 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * message.el (message-forward-make-body-plain)
12260         (message-forward-make-body-mml):
12261         Don't use mm-with-unibyte-current-buffer.
12262
12263 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12264
12265         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12266
12267 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12268
12269         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12270         (Bug#5592).
12271
12272 2010-05-07  Julien Danjou  <julien@danjou.info>
12273
12274         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12275         it to mm-pipe-part.
12276
12277         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12278         it is given.
12279
12280 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * binhex.el (binhex-decode-region-internal):
12283         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12284         (dns-query):
12285         * nnweb.el (nnweb-gmane-search):
12286         * pgg-parse.el (pgg-parse-armor):
12287         * pgg.el (pgg-verify-region):
12288         * sha1.el (sha1-string-external):
12289         * uudecode.el (uudecode-decode-region-internal):
12290         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12291         XEmacs.
12292
12293         * gnus-art.el (gnus-article-browse-html-parts):
12294         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12295         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12296         make-temp-file.
12297
12298         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12299         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12300         compiling.
12301
12302         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12303         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12304         XEmacs when compiling.
12305
12306         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12307         gnus-pick-mode-off-hook for XEmacs when compiling.
12308         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12309         gnus-binary-mode-off-hook for XEmacs when compiling.
12310
12311         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12312         Return nil if char-charset is not available.
12313
12314         * imap.el (imap-disable-multibyte)
12315         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12316         macros.
12317
12318         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12319         instead of encode-coding-string.
12320
12321         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12322         'xemacs) instead of mm-emacs-mule to switch function definitions.
12323         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12324
12325         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12326         bind temporary-file-directory for XEmacs;
12327         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12328         timer-set-function for XEmacs 21.4 and SXEmacs;
12329         bind timer-list for XEmacs 21.4 and SXEmacs;
12330         fbind char-charset and find-charset-region for non-Mule XEmacs;
12331         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12332         encode-coding-region and encode-coding-string for XEmacs having no
12333         file-coding feature.
12334
12335 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12336
12337         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12338
12339 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12342         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12343
12344 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12345
12346         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12347         alias `jka-compr-delete-temp-file' no longer exists.
12348
12349 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12350
12351         Use define-minor-mode in Gnus where applicable.
12352         * mml.el (mml-mode): Use define-minor-mode.
12353         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12354         (gnus-undo-mode): Use define-minor-mode.
12355         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12356         (gnus-dead-summary-mode): Use define-minor-mode.
12357         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12358         Initialize in declaration.
12359         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12360         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12361         (gnus-mailing-list-mode): Use define-minor-mode.
12362         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12363         (gnus-draft-mode): Use define-minor-mode.
12364         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12365         (gnus-dired-mode): Use define-minor-mode.
12366
12367 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12368
12369         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12370         handles on recursive mml-to-mime translation and check them for
12371         boundary delimiter collisions.  Reported by Greg Troxel.
12372
12373 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12376
12377 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12378
12379         * mm-util.el (mm-find-buffer-file-coding-system):
12380         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12381
12382 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12383
12384         * message.el (message-generate-headers): Record insertion of optional
12385         headers as well.  Otherwise the check to prevent repeated insertion of
12386         optional headers is a no-op.
12387
12388 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * smime.el: Don't mention CVS.
12391
12392         * nnrss.el (nnrss-fetch): Don't mention CVS.
12393
12394         * nnir.el: Don't mention CVS.
12395
12396 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * gnus-sum.el (gnus-summary-bookmark-make-record):
12399         Add `location' field.
12400
12401 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * lpath.el: Fbind bookmark-default-handler,
12404         bookmark-get-bookmark-record, bookmark-make-record-default,
12405         bookmark-prop-get for Emacs <23 and XEmacs.
12406
12407 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12408
12409         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12410         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12411         Use with-current-buffer to silence the byte-compiler.
12412         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12413         bother to require `gnus'.
12414         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12415
12416 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12417
12418         * gnus-sum.el (gnus-summary-bookmark-make-record)
12419         (gnus-summary-bookmark-jump): New functions.
12420         (gnus-summary-mode): Setup bookmark support.
12421
12422 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12423
12424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12425         if set.
12426
12427 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12430         gnus-article-browse-html-save-cid-image; make it work recursively for
12431         forwarded messages as well.
12432         (gnus-article-browse-html-parts): Work when prefix arg is given.
12433         (gnus-article-browse-html-article): Doc fix.
12434
12435 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12436
12437         * message.el (message-default-mail-headers)
12438         (message-default-headers): Carry the value mail-default-headers over
12439         into message-default-mail-headers, rather than message-default-headers.
12440
12441 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12442
12443         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12444         charset.
12445
12446         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12447         charset into the <meta> tag when the article is encoded to utf-8.
12448
12449 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (gnus-article-browse-delete-temp-files):
12452         Delete directories as well.
12453         (gnus-article-browse-html-parts): Work for images that do not specify
12454         file names; delete temp directory when quitting; insert header at the
12455         right place; use file: scheme for image files.
12456
12457 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12458
12459         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12460         (gnus-article-browse-html-parts): Use it to make temporary cid image
12461         files in addition to html file so that browser may display them.
12462
12463 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12466
12467 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12468
12469         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12470
12471 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         * auth-source.el (auth-sources): Change default to be simpler.
12474         Explain about Secret Service API sources.  Improve Customize options.
12475         (auth-source-pick): Change to accept any number of search parameters.
12476         Implement fallbacks iteratively, not recursively.  Add scoring on the
12477         second pass and sort by score.  Call Secret Service API when needed.
12478         (auth-source-user-or-password): Use it.  Call Secret Service API
12479         directly when needed to get the user name and the password.
12480
12481 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12482
12483         * message.el (message-interactive): Doc fix.
12484         (message-qmail-inject-args): Reflow.
12485         (message-kill-to-signature): Fix typo in docstring.
12486
12487         * smiley.el (smiley-buffer): Fix typo in docstring.
12488
12489 2010-03-24  Glenn Morris  <rgm@gnu.org>
12490
12491         * mail-source.el (gnus-message): Declare.
12492         (mail-source-delete-old-incoming): Require gnus-util.
12493
12494 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12497
12498         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12499
12500         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12501         password-cache's default if it is not bound.
12502         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12503         password-cache-expiry's default if it is not bound.
12504
12505         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12506         available in Emacs 21.
12507
12508         * lpath.el: Suppress compiler warnings for:
12509         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12510         XEmacs;
12511         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12512         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12513         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12514
12515 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * auth-source.el (auth-sources): Fix up definition so extra parameters
12518         are always inline.
12519
12520 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12521
12522         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12523         wasn't updated after mismatch.  Clear cached mailbox info correctly
12524         when uidvalidity changes.
12525         (nnimap-group-prefixed-name): New function to avoid some code
12526         duplication.
12527         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12528         (nnimap-request-group): Use it.
12529         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12530         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12531         with many imap folders.  This is done by caching the group status from
12532         the imap server persistently in a group parameter `imap-status'.  (This
12533         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12534         but not persistently, so every Gnus startup was still very slow.)
12535
12536 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12537
12538         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12539         delete the extra newline.  Otherwise editing of :string and :number
12540         types don't work.
12541
12542 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12543
12544         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12545         secrets.el dependency.
12546         (auth-sources): Add optional user name.  Add secrets.el configuration
12547         choice (unused right now).
12548
12549 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * gnus-sum.el (gnus-summary-make-menu-bar):
12552         Let `gnus-registry-install-shortcuts' fill in the functions.
12553
12554         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12555         warnings.
12556         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12557         (gnus-registry-install-shortcuts): Populate and use it in a
12558         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12559
12560 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12561
12562         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12563         In-place substitutions for the group name encoding/decoding.
12564         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12565         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12566         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12567         (nnimap-update-unseen, nnimap-request-list)
12568         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12569         (nnimap-request-set-mark, nnimap-split-to-groups)
12570         (nnimap-split-articles, nnimap-request-newgroups)
12571         (nnimap-request-create-group, nnimap-request-accept-article)
12572         (nnimap-request-delete-group, nnimap-request-rename-group)
12573         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12574         `encoded-mbx' for consistency.
12575         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12576         variable `imap-current-mailbox'.
12577
12578         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12579         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12580
12581 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12582
12583         * pop3.el (pop3-display-message-size-flag): Display message size byte
12584         counts during POP3 download.
12585         (pop3-movemail): Use it.
12586         (pop3-list): Implement listing of available messages.
12587
12588 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12589
12590         * nnir.el (nnir-get-article-nov-override-function): New function to
12591         override the normal NOV retrieval.
12592         (nnir-retrieve-headers): Use it.
12593
12594 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12595
12596         * auth-source.el (netrc-machine-user-or-password): Autoload.
12597
12598 2010-03-19  Glenn Morris  <rgm@gnu.org>
12599
12600         Stop message.el from loading about 40 libraries it doesn't always need.
12601         The general approach is to autoload rather than require, and to
12602         require in the specific functions rather than the file.  (Bug#5642)
12603
12604         * gmm-utils.el: Don't require wid-edit.
12605         (widget-create-child-value, widget-convert, widget-default-get):
12606         Autoload.
12607
12608         * gnus-util.el: Don't require time-date, netrc.
12609         (message-fetch-field, gnus-group-name-decode): Declare rather than
12610         autoloading.
12611         (gnus-fetch-field): Require message.
12612         (gnus-decode-newsgroups): Require gnus-group.
12613
12614         * ietf-drums.el: Don't require time-date.
12615
12616         * message.el: Don't require hashcash, canlock, ecomplete.
12617         Do require mail-utils.  Require nnheader only when compiling.
12618         (smtpmail-default-smtp-server): Remove declaration.
12619         (message-send-mail-function): Check smtpmail-default-smtp-server
12620         is bound rather than requiring smtpmail.
12621         (message-auto-save-directory, message-insert-signature):
12622         Use expand-file-name rather than nnheader-concat.
12623         (nnheader-insert-file-contents): Autoload.
12624         (hashcash-wait-async): Declare.
12625         (message-send-mail): Only call gnus-setup-posting-charset if
12626         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12627         (message-send-mail-with-sendmail): Require sendmail.
12628         (canlock-password, canlock-password-for-verify): Declare.
12629         (message-canlock-password): Require canlock.
12630         (nnheader-get-report): Autoload.
12631         (gnus-setup-posting-charset): Declare.
12632         (message-send-news): Require gnus-msg.
12633         (message-make-references, message-make-in-reply-to): Use mail-header-id
12634         rather than the alias mail-header-message-id.
12635         (ecomplete-add-item, ecomplete-save): Declare.
12636         (message-put-addresses-in-ecomplete): Require ecomplete.
12637         (ecomplete-display-matches): Autoload.
12638
12639         * mm-decode.el: Don't require mailcap, gnus-util.
12640         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12641         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12642         Autoload.
12643         (mailcap-mime-extensions): Declare.
12644
12645         * mm-encode.el: Don't require mailcap.
12646         (mailcap-extension-to-mime): Autoload.
12647
12648         * mml-sec.el: Don't require password-cache.
12649
12650         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12651         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12652         (mml-minibuffer-read-type): Require mailcap.
12653         (mml-preview): Require gnus-msg.
12654
12655         * mml1991.el: Require password-cache.
12656         (password-cache-expiry): Remove declaration.
12657
12658         * mml2015.el: Require password-cache.
12659         (password-cache-expiry): Remove declaration.
12660
12661         * nneething.el (mailcap): Require mailcap.
12662
12663         * nnheader.el (declare-function): Add compatibility stub.
12664         (message-remove-header): Declare rather than autoload.
12665         (nnheader-replace-header): Require message.
12666
12667         * nnimap.el (declare-function): Add compatibility stub.
12668         (netrc-parse, netrc-machine-user-or-password): Declare.
12669         (nnimap-open-connection): Require netrc.
12670
12671         * nntp.el (declare-function): Add compatibility stub.
12672         (netrc-parse, netrc-machine, netrc-get): Declare.
12673         (nntp-send-authinfo): Require netrc.
12674
12675         * rfc2047.el: Don't require qp.
12676         (quoted-printable-encode-region, quoted-printable-decode-string):
12677         Autoload.
12678
12679         * sieve-mode.el: Don't require easymenu.
12680         (easy-menu-add-item): Autoload it.
12681
12682         * spam-stat.el (time-to-number-of-days): Autoload it.
12683
12684 2010-03-19  Glenn Morris  <rgm@gnu.org>
12685
12686         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12687
12688 2010-03-18  Glenn Morris  <rgm@gnu.org>
12689
12690         * hashcash.el (declare-function): Remove duplicate definition.
12691
12692 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12693
12694         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12695         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12696         value if any backslash escapes).
12697
12698 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12701         if it is available.  (bug#5647)
12702
12703         * lpath.el: Suppress compiler warning for coding-system-from-name for
12704         Emacs 21 and XEmacs.
12705
12706 2010-03-14  Juri Linkov  <juri@jurta.org>
12707
12708         * hmac-def.el:
12709         * hmac-md5.el:
12710         * netrc.el: Fix keywords.
12711
12712 2010-02-26  Glenn Morris  <rgm@gnu.org>
12713
12714         * message.el (message-send-mail-function): Change the default, so that
12715         it inherits from a customized send-mail-function.  (Bug#5643)
12716
12717 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12718
12719         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12720         shell-command-to-string signals an error (bug#5299).
12721
12722 2010-02-24  Glenn Morris  <rgm@gnu.org>
12723
12724         * message.el (message-smtpmail-send-it)
12725         (message-send-mail-with-mailclient): Doc fixes.
12726
12727 2010-02-16  Glenn Morris  <rgm@gnu.org>
12728
12729         * message.el (message-default-mail-headers): Change the default value
12730         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12731
12732 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12735         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12736
12737 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12738
12739         * time-date.el (date-to-time): Doc fix (Bug#5408).
12740
12741 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12742
12743         * message.el (message-mail): Just pass yank-action on to message-setup.
12744         (message-setup): Handle (FUN . ARGS) form of yank-action.
12745         (message-with-reply-buffer, message-widen-reply)
12746         (message-yank-original): Handle non-buffer values of
12747         message-reply-buffer (Bug#4080).
12748         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12749
12750 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12751
12752         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12753         Fix typo in docstring.
12754
12755 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12756
12757         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12758         response.
12759
12760 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12763
12764         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12765
12766         * message.el (message-check-news-header-syntax): Protect against a
12767         string that `rfc822-addresses' returns when parsing fails.
12768
12769 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12772         (gnus-previous-char-property-change): New functions.
12773
12774         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12775
12776 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12777
12778         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12779         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12780
12781 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12782
12783         * message.el (message-exchange-point-and-mark): Rework last change to
12784         avoid using optional arg of exchange-point-and-mark, for backward
12785         compatibility.
12786
12787 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12788
12789         * message.el (message-exchange-point-and-mark):
12790         Call exchange-point-and-mark with an argument rather than setting
12791         mark-active by hand (Bug#5175).
12792
12793 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * nntp.el (nntp-service-to-port): Work for service expressed with
12796         numeric string; replace [:digit:] with [0-9] for XEmacs.
12797
12798 2009-12-17  Glenn Morris  <rgm@gnu.org>
12799
12800         * gnus-group.el (gnus-bug-group-download-format-alist):
12801         Change emacs entry to debbugs.gnu.org.  Bump :version.
12802
12803 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12806
12807 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * message.el (message-info): Explain why we use `Info-goto-node'.
12810
12811 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12814
12815 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12816
12817         * message.el (message-completion-in-region): New compatibility function.
12818         (message-expand-group): Use it.
12819
12820 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12823         with no unread article should be listed if the 2nd arg `predicate' is
12824         given.
12825
12826 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12829
12830 2009-11-29  Juri Linkov  <juri@jurta.org>
12831
12832         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12833         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12834         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12835
12836 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12837
12838         * sha1.el (sha1-string-external): default-directory "/" in case
12839         otherwise non-existent.  process-connection-type pipe for touch of
12840         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12841
12842 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12843
12844         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12845         it's comms related and sgml-mode.el has "comm" on that basis too.
12846
12847 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12850         containing tspecial characters if they have been already quoted.
12851
12852 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12853
12854         * dns-mode.el (auto-mode-alist): Purecopy string.
12855
12856 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12857
12858         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12859
12860 2009-10-24  Glenn Morris  <rgm@gnu.org>
12861
12862         * gnus-art.el (help-xref-stack-item): Define for compiler.
12863
12864 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12865
12866         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12867
12868 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12871
12872 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12875         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12876
12877 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12880         (gnus-overlays-in): New alias to overlays-in.
12881
12882         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12883         gnus-overlay-get, and gnus-delete-overlay.
12884         (gnus-summary-show-thread): Make it work as well for systems in which
12885         next-single-char-property-change is not available.
12886         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12887
12888         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12889         (gnus-overlay-get): New alias to extent-property.
12890         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12891
12892         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12893         SXEmacs.
12894
12895         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12896         SXEmacs.
12897
12898 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12901
12902 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12903
12904         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12905         and XEmacs that don't have `remove-overlays'.
12906
12907 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12908
12909         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12910         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12911         selective display.  Use overlays instead.
12912
12913 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12914
12915         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12916
12917 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12918
12919         * spam-stat.el (spam-stat-load): Fix typo in message.
12920
12921 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12922
12923         * dig.el (dig-invoke): Fix typo in docstring.
12924         (query-dig): Reflow docstring.
12925
12926 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12927
12928         * gnus-art.el (gnus-article-encrypt-body):
12929         * message.el (message-check-recipients):
12930         * mm-util.el (mm-codepage-setup):
12931         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12932         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12933
12934 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12935
12936         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12937         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12938         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12939         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12940         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12941
12942 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12943
12944         * dig.el: Add "Keywords: comm", as per net-utils.el.
12945
12946 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12947
12948         * dig.el (dig-mode): Use define-derived-mode.
12949
12950 2009-09-19  Glenn Morris  <rgm@gnu.org>
12951
12952         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12953
12954 2009-09-18  Glenn Morris  <rgm@gnu.org>
12955
12956         * gnus-diary.el (gnus-diary-check-message):
12957         * message.el (message-insert-formatted-citation-line):
12958         * nnbabyl.el (top-level):
12959         * nndiary.el (nndiary-schedule):
12960         Fix typos in condition-case handlers.
12961
12962 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12965         configuration that provides the sole article window in a frame;
12966         position point correctly after deleting a part.
12967
12968 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12969
12970         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12971         (spam-resolve-registrations-routine): Use it to unregister articles
12972         that change status.
12973
12974 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12977         with XEmacs.
12978         (parse-time-string-chars): Use it.
12979
12980 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12981
12982         * imap.el (imap-interactive-login): Better messages.
12983         (imap-open): Fix bug with renamed buffer on reconnect.
12984         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12985         for easier debugging and cleaner code.  On successful (guessed based on
12986         server capabilities) secondary authentication, set imap-state
12987         correctly.
12988         (imap-last-authenticator): Define imap-last-authenticator as a variable
12989         to avoid warnings.
12990
12991 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * nnrss.el (nnrss-request-article): Remove binding of
12994         default-enable-multibyte-characters that has gotten needless by
12995         the 2007-07-13 change in rfc2047-encode-message-header.
12996
12997         * mml.el (mml-insert-multipart): Error on the message header.
12998         (mml-insert-part): Error on the message header; position point at
12999         the end of a MIME tag.
13000
13001 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * time-date.el (autoload): Expand define-obsolete-function-alias into
13004         defalias and make-obsolete for old Emacsen that Gnus supports.
13005         (with-no-warnings): Define it for old Emacsen.
13006         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13007         is available.
13008         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13009         float-time is available; suppress compile warning for time-to-seconds.
13010
13011         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13012         (gnus-float-time): Alias to float-time if it exists.
13013
13014         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13015         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13016         float-time is available; suppress compile warning for time-to-seconds.
13017
13018         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13019         XEmacs.
13020
13021 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * imap.el (imap-message-map): Docstring fix.
13024
13025 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13028         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13029         Add the optional argument `encoding' that overrides the default.
13030
13031         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13032         mm-encode-buffer.
13033
13034 2009-09-04  Glenn Morris  <rgm@gnu.org>
13035
13036         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13037         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13038         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13039         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13040         * mm-util.el (mm-with-unibyte-current-buffer)
13041         (mm-find-buffer-file-coding-system):
13042         * yenc.el (yenc-decode-region): Use default-value rather than
13043         default-enable-multibyte-characters.
13044
13045 2009-09-03  Glenn Morris  <rgm@gnu.org>
13046
13047         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13048         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13049         than default-enable-multibyte-characters.
13050
13051 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13052
13053         * gnus-art.el (gnus-article-read-summary-keys):
13054         Fix gnus-buffer-configuration's value temporarily used.
13055
13056 2009-09-02  Glenn Morris  <rgm@gnu.org>
13057
13058         * gnus-util.el (gnus-float-time): New function.
13059         * gnus-delay.el (gnus-delay-article):
13060         * gnus-sum.el (gnus-thread-latest-date):
13061         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13062         * nnspool.el (nnspool-request-newgroups):
13063         Use gnus-float-time rather than time-to-seconds.
13064         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13065
13066         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13067         (gnus-header-subject-face, gnus-header-newsgroups-face)
13068         (gnus-header-name-face, gnus-header-content-face):
13069         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13070         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13071         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13072         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13073         (gnus-cite-face-11):
13074         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13075         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13076         (gnus-server-closed-face, gnus-server-denied-face)
13077         (gnus-server-offline-face):
13078         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13079         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13080         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13081         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13082         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13083         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13084         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13089         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13090         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13091         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13092         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13093         (gnus-summary-high-undownloaded-face)
13094         (gnus-summary-low-undownloaded-face)
13095         (gnus-summary-normal-undownloaded-face)
13096         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13097         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13098         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13099         (gnus-splash-face):
13100         * message.el (message-header-to-face, message-header-cc-face)
13101         (message-header-subject-face, message-header-newsgroups-face)
13102         (message-header-other-face, message-header-name-face)
13103         (message-header-xheader-face, message-separator-face)
13104         (message-cited-text-face, message-mml-face):
13105         * sieve-mode.el (sieve-control-commands-face)
13106         (sieve-action-commands-face, sieve-test-commands-face)
13107         (sieve-tagged-arguments-face):
13108         * spam.el (spam-face):
13109         Mark face aliases with "-face" in the name as obsolete.
13110
13111 2009-09-01  Glenn Morris  <rgm@gnu.org>
13112
13113         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13114         than goto-line.
13115
13116 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13119         Don't move point if the command is invoked inside the message header.
13120
13121 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13122
13123         * imap.el (imap-send-command): Simplify.
13124         (imap-wait-for-tag): point-max -> buffer-size.
13125
13126 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13127
13128         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13129         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13130         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13131         * nnir.el (nnir-swish-e-index-file):
13132         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13133         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13134         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13135         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13136         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13137         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13138
13139 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13142         Don't save excursion.
13143
13144 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13145
13146         * nnheader.el (nnheader-find-file-noselect):
13147         * mm-util.el (mm-insert-file-contents):
13148         Use (default-value 'major-mode) instead of default-major-mode.
13149
13150 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13151
13152         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13153
13154 2009-08-26  Glenn Morris  <rgm@gnu.org>
13155
13156         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13157         than placing in files.el.
13158
13159 2009-08-25  Glenn Morris  <rgm@gnu.org>
13160
13161         * nnir.el (top-level): Don't require cl at run-time.
13162         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13163         Replace cl-function substitute with gnus-replace-in-string.
13164         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13165         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13166         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13167         simplified expansions.
13168
13169 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13170
13171         * dig.el (dig): Add autoload cookie.
13172
13173 2009-08-22  Glenn Morris  <rgm@gnu.org>
13174
13175         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13176         goto-line.
13177
13178 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13179
13180         * parse-time.el (parse-time-string-chars): Save match data.
13181
13182 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13183
13184         * parse-time.el (parse-time-string-chars): Compute using character
13185         classes, to handle non-ascii characters (Bug#3190).
13186
13187 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13190
13191         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13192         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13193         (gnus-mm-display-part, gnus-mime-display-single)
13194         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13195         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13196
13197         * gnus-sum.el
13198         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13199         (gnus-summary-move-article): Add expirable mark to articles copied or
13200         moved to group that has auto-expire turned on if the option is non-nil.
13201
13202 2009-07-24  Glenn Morris  <rgm@gnu.org>
13203
13204         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13205         Fix typo.  (Bug#3903)
13206
13207 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13210         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13211         that should not be used for draft articles.
13212         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13213         that has no concern in minor mode keys.
13214         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13215         Abolish.
13216
13217 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13220         article without making inquiry to a user for unknown encoding.
13221
13222         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13223         (nnmaildir--scan): Assume i-node and device number that file-attributes
13224         returns might be cons-cell.
13225
13226         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13227
13228         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13229
13230 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13231
13232         * auth-source.el: Remove docs now in auth.texi.  Don't use
13233         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13234         `auth-source-hide-passwords' and use them.
13235
13236 2009-07-15  Glenn Morris  <rgm@gnu.org>
13237
13238         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13239
13240 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13243         excessive whitespace from the default values of title and description.
13244
13245 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13248         mail-fetch-field to fetch Content-Description header in order to
13249         exclude newlines.
13250
13251 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13252
13253         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13254         format used by GnuPG 2.0.11.
13255
13256 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13259         to deleted part.
13260
13261 2009-05-30  David Engster  <dengste@eml.cc>
13262
13263         * nnmairix.el: Remove old documentation in the commentary block.
13264         (nnmairix-request-group): Do not update active file for nnml back ends.
13265         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13266         end so that overview files are ignored.
13267         (nnmairix-update-groups): Make updating the groups more robust by using
13268         marks.
13269         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13270         with dollar characters in message-id.
13271
13272 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13275         2008-12-25 in dns.el.
13276
13277 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13278
13279         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13280         could happen if the text is only composed of spaces and/or tabs.
13281
13282 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13283
13284         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13285         when sending a queued message to avoid extra mml tags.
13286
13287 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13290
13291 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13294         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13295         rmail-toggle-header for XEmacs;
13296         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13297
13298 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-dired.el: Remove autoload for gnus-setup-message.
13301         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13302         displaying Gnus logo; always use compose-mail.
13303
13304 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13307
13308 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13311         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13312         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13313         available.
13314         (gnus-nocem-epg-verify): New function.
13315
13316 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13319
13320 2009-02-15  Glenn Morris  <rgm@gnu.org>
13321
13322         * gnus-util.el (rmail-insert-rmail-file-header)
13323         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13324         autoloads.
13325         (rmail-default-rmail-file): Remove unnecessary declaration.
13326         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13327
13328 2009-02-14  Glenn Morris  <rgm@gnu.org>
13329
13330         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13331         variable (only used in gnus-util, which declares it anyway).
13332         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13333         which was only needed by gnus-art (changed to not use it any more).
13334         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13335         only used in gnus-util, which autoloads it itself.
13336         (rmail-update-summary): Fix autoload.
13337
13338         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13339         rather than rmail-output-to-rmail-file.
13340
13341 2009-02-07  Glenn Morris  <rgm@gnu.org>
13342
13343         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13344         autoload of function that no longer exists.
13345         (rmail-toggle-header): Declare.
13346         (message-forward-rmail-make-body): Handle mbox Rmail.
13347
13348 2009-01-31  Glenn Morris  <rgm@gnu.org>
13349
13350         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13351         2009-01-09 change.
13352
13353 2009-01-31  Dave Love  <fx@gnu.org>
13354
13355         * imap.el (imap-fetch-safe): Bind debug-on-error.
13356         (imap-debug): Add imap-fetch-safe.
13357
13358 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13359
13360         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13361         (auth-source-forget-all-cached): New convenience function.
13362         (auth-source-user-or-password): Accept list of modes or a single mode.
13363
13364         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13365         auth-source modes.
13366
13367         * netrc.el (netrc-machine-user-or-password): Use list of
13368         auth-source modes.
13369
13370         * nnimap.el (nnimap-open-connection): Use list of
13371         auth-source modes.
13372
13373         * nntp.el (nntp-send-authinfo): Use list of
13374         auth-source modes.
13375
13376 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13379         now.
13380
13381 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13384         coding system in XEmacs; add a workaround for XEmacs.
13385
13386         * lpath.el: Fbind coding-system-aliasee.
13387
13388 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13391         of current-language-environment.
13392
13393 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13396         available at runtime.
13397
13398 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13401
13402 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13403
13404         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13405         the greatest positive fixnum value doesn't work under an XEmacs with
13406         bignum support; use the most-positive-fixnum constant instead,
13407         available since Emacs 21.1 with cl and XEmacs 21.1.
13408
13409 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13412         XEmacs gets not to work.
13413
13414 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * mm-util.el (mm-coding-system-priorities): Allow the value like
13417         "Japanese (UTF-8)" of current-language-environment.
13418
13419 2009-01-09  Glenn Morris  <rgm@gnu.org>
13420
13421         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13422         with last-command-event.
13423
13424 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13427         in the doc string.
13428
13429         * message.el (message-fix-before-sending): Amend comment.
13430
13431 2009-01-08  Dave Love  <fx@gnu.org>
13432
13433         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13434
13435 2009-01-07  David Engster  <dengste@eml.cc>
13436
13437         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13438         simplified server definitions by converting it via
13439         gnus-server-to-method.
13440
13441 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13444         parameter's operands.
13445
13446 2009-01-06  David Engster  <dengste@eml.cc>
13447
13448         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13449         primary select method (for gnus-group-mark-article-as-read).
13450
13451 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13452
13453         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13454         `(gnus)Face', not `(gnus)X-Face'.
13455
13456 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * mm-util.el (mm-ucs-to-char): New function.
13459
13460         * mm-url.el (mm-url-decode-entities): Use it.
13461
13462         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13463         unicode-to-char.
13464
13465 2009-01-05  Dave Love  <fx@gnu.org>
13466
13467         * time-date.el: Require cl for `declare'.
13468
13469 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13472         Dave Love.
13473
13474 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * message.el (message-fix-before-sending): Add `eight-bit' to
13477         illegible-text check.
13478
13479 2009-01-03  Michael Olson  <mwolson@gnu.org>
13480
13481         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13482         `headers' is nil.  This can occur if the IMAP server does not have
13483         permissions to read messages from a folder, but can write new messages
13484         to the folder.
13485         (nnimap-request-article-part): Do not insert `data' if it is nil.
13486
13487         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13488         characters which will confuse `read', so skip past them.
13489
13490 2009-01-01  Dave Love  <fx@gnu.org>
13491
13492         * imap.el (imap-string-to-integer): Fix typo.
13493         (imap-fetch-safe): New function.
13494         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13495
13496         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13497
13498         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13499         (imap-parse-greeting): Fix doc strings.
13500         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13501         (imap-parse-flag-list): Make messages unique.
13502         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13503
13504         * nnimap.el: Fix author email.
13505         (nnimap-split-rule): Add FIXME comment.
13506         (nnimap-debug): Fix doc string.
13507
13508 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13511
13512 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13515         nslookup if resolv.conf isn't available.
13516         (dns-query): Rename from query-dns.
13517         (dns-query-cached): Rename from query-dns-cached.
13518
13519 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13522         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13523         to check if those variables exist (first appeared in Emacs 18.50).
13524
13525 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mm-util.el (mm-line-number-at-pos): New function.
13528
13529         * spam-report.el (spam-report-process-queue): Use it.
13530
13531 2008-12-24  David Engster  <dengste@eml.cc>
13532
13533         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13534         parameters that haven't existed as variables as buffer-local variables.
13535
13536 2008-12-23  Dave Love  <fx@gnu.org>
13537
13538         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13539         cadar.
13540
13541         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13542         imap-starttls-p.
13543         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13544
13545 2008-12-22  Dave Love  <fx@gnu.org>
13546
13547         * imap.el: Fix author email.  Doc fixes.
13548         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13549         reply.
13550
13551 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * spam-report.el (spam-report-gmane-max-requests): New constant.
13554         (spam-report-gmane-wait): New variable.
13555         (spam-report-gmane-ham, spam-report-gmane-spam)
13556         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13557         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13558         the server.
13559
13560         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13561         Add explanations.
13562
13563         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13564         nnheader-accept-process-output and nnheader-read-timeout if available.
13565         (pop3-movemail): Use it.
13566
13567         * message.el (message-check-news-body-syntax): Fix signature check if
13568         there's an attachment.
13569
13570 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * mm-util.el: Add comments to the mm- emulating functions.
13573
13574 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13577         Reported by Stephen Berman <stephen.berman@gmx.net>.
13578
13579 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * mm-util.el (mm-substring-no-properties): New function.
13582         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13583         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13584         (mm-string-to-multibyte): Doc fix.
13585
13586         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13587
13588 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * mml.el (mml-attach-file): Strip text properties from file name.
13591         (Bug#1574)
13592
13593 2008-12-16  Glenn Morris  <rgm@gnu.org>
13594
13595         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13596
13597 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13600         knows since the charset specified might be a bogus alias that
13601         mm-charset-synonym-alist provides.
13602
13603 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13606         "ISO_8859-1".
13607
13608         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13609
13610 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * mm-util.el (mm-charset-eval-alist):
13613         Define it before mm-charset-to-coding-system.
13614         (mm-charset-to-coding-system): Add optional argument `silent';
13615         define it before mm-charset-override-alist.
13616         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13617         default value if it can be used in Emacs currently running;
13618         silence mm-charset-to-coding-system.
13619
13620 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13623         `allow-override' which says whether to use `mm-charset-override-alist'.
13624         (rfc2047-decode-encoded-words): Use it.
13625
13626         * mm-util.el (mm-charset-override-alist): Fix custom type;
13627         add `(gb2312 . gbk)' to choices.
13628
13629 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13632         fast.
13633
13634         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13635
13636         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13637
13638 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13639
13640         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13641         on links.
13642
13643         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13644
13645 2008-12-03  Lute Kamstra  <lute@gnu.org>
13646
13647         * sha1.el: Remove leading * from docstrings of defcustoms,
13648         deffaces, defconsts and defuns.
13649
13650 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13653         users' addresses that don't have domain parts.
13654         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13655         rather than message-narrow-to-head since there will be the message
13656         header separator.
13657
13658 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13659
13660         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13661         since the result is inserted in a unibyte buffer anyway.
13662         (nnimap-demule-use-string-to-multibyte): Remove.
13663         (nnimap-demule): Alias it to mm-string-to-multibyte.
13664
13665 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13668         variable for debugging bug#464 and bug#1174.
13669         (nnimap-demule): Use it.
13670
13671 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13674         score calculation correctly.
13675
13676 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13677
13678         * message.el (message-send-mail): Just set the buffer to unibyte
13679         rather than use mm-with-unibyte-current-buffer which does a lot more.
13680         (message-send-mail-partially): Don't bother with
13681         mm-with-unibyte-current-buffer since it's already been made unibyte by
13682         message-send-mail.
13683
13684 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13685
13686         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13687
13688 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13691
13692 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13695         require itself and to remove `with-no-warnings'.
13696
13697 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * starttls.el (starttls-any-program-available): Get the name of the
13700         available TLS layer program.
13701         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13702         well as the host name in the "opening" message.
13703
13704         * auth-source.el (auth-source-cache, auth-source-do-cache)
13705         (auth-source-user-or-password): Cache passwords and logins by default,
13706         allow override with `auth-source-do-cache'.
13707         (auth-source-forget-user-or-password): Allow users to remove cache
13708         entries if needed.
13709
13710 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13711
13712         * md4.el (md4-buffer): Fix typo in docstring.
13713         (md4, md4-64): Doc fixes.
13714         (md4-pack-int32): Reflow docstring.
13715
13716 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13717
13718         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13719         condition-case to only the forward-sexp call.
13720
13721 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13724         quotes contained.  Make it more robust regardless by an extra
13725         condition-case wrapper.
13726
13727 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13730
13731 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * nnml.el (nnml-request-expire-articles): Check if the function set to
13734         `nnmail-expiry-target' returns the symbol `delete'.
13735
13736         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13737
13738         * nnmail.el (nnmail-expiry-target): Fix custom type.
13739
13740 2008-10-02  Glenn Morris  <rgm@gnu.org>
13741
13742         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13743         Silence compiler warning.
13744
13745 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13746
13747         * tls.el (open-tls-stream): Show the actual command being
13748         executed, instead of the format string.
13749
13750 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * lpath.el: Fbind codepage-setup for Emacs 23.
13753
13754 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13755
13756         * mml.el (mml-menu): Don't assume mml2015 is bound.
13757
13758 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13761         exists.
13762
13763 2008-09-27  Glenn Morris  <rgm@gnu.org>
13764
13765         * gnus-util.el (mail-header-remove-comments): Autoload it.
13766
13767 2008-09-27  Andreas Schwab  <schwab@suse.de>
13768
13769         * gnus-util.el (gnus-split-references): Strip comments.
13770         (gnus-parent-id): Likewise.
13771
13772 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * message.el (message-confirm-send): Fix version.
13775
13776 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * message.el (message-idna-to-ascii-rhs-1): Use
13779         mail-extract-address-components rather than mail-header-parse-addresses
13780         that is an alias by default to ietf-drums-parse-addresses that does not
13781         support non-ASCII names in headers' contents.
13782
13783 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13784
13785         * message.el (message-confirm-send): Fix variable documentation to
13786         avoid the "y/n" wording.
13787
13788 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13789
13790         * message.el (message-set-auto-save-file-name): Save to a different
13791         filename so multiple messages (especially drafts) can be recovered.
13792
13793 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * message.el (message-confirm-send): Add appropriate version.
13796
13797 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13798
13799         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13800         defvar.
13801
13802 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13803
13804         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13805         (mm-pkcs7-enveloped-magic): Ditto.
13806
13807 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13808
13809         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13810         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13811
13812 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13815         default, it's better.
13816
13817 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13818
13819         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13820         summary line gnus-number property and ignore them (with a warning
13821         message).
13822
13823 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13826         macro caddr in the interactive form since it won't be expanded.
13827
13828 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13831         `charset'; fix name of function called recursively.
13832         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13833
13834 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13837         (gnus-mime-set-charset-parameters): New function.
13838         (gnus-mime-view-part-as-charset): Use it to correctly display part
13839         specifying wrong charset.
13840
13841 2008-09-08  David Engster  <dengste@eml.cc>
13842
13843         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13844         in completing-read for back end server.
13845
13846 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * message.el (message-confirm-send): New variable to confirm sending a
13849         message.
13850         (message-send): Use it.
13851
13852 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13855
13856 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13859
13860 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13861
13862         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13863         prevent tracking too many groups.
13864         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13865         Use it.
13866
13867 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13868
13869         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13870         moving point to the bottom of the window in order to avoid recentering.
13871
13872 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13875
13876         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13877         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13878         (gnus-article-beginning-of-window): Fix calculation.
13879
13880 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-msg.el (gnus-summary-supersede-article)
13883         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13884         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13885         message header.
13886
13887 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13888
13889         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13890         pending output coming after the status change.
13891
13892 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13893
13894         * message.el:
13895         * gnus-start.el:
13896         * gnus-registry.el: Remove VMS support.
13897
13898 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13901         macro.
13902         (rfc2104-hash): Use it.
13903
13904 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13907         (gnus-summary-sort-by-most-recent-date): New commands.
13908         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13909         and menu entries.
13910
13911 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13914         don't redisplay article for raw contents; remove plural articles stuff.
13915
13916         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13917         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13918         on gnus-summary-save-article; display results properly.
13919
13920 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * lpath.el: No need to fbind ns-focus-frame.
13923
13924 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13927
13928 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * gnus-art.el (gnus-summary-save-in-pipe):
13931         Consider gnus-save-all-headers.
13932
13933 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13934
13935         * gnus-util.el (ns-focus-frame): Remove declaration.
13936         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13937         like x.
13938
13939 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13940
13941         * rfc2104.el (rfc2104-zero): Delete defconst.
13942         (rfc2104-hex-alist): Likewise.
13943         (rfc2104-hex-to-int): Delete func.
13944         (rfc2104-hexstring-to-bitstring): Likewise.
13945         (rfc2104-nybbles): New defconst.
13946         (rfc2104-hash): Rewrite for speed.
13947
13948 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * tls.el (open-tls-stream): Make it work with the 2nd argument
13951         BUFFER that is a string but does not exist as a buffer object, as
13952         mentioned in the doc-string.
13953
13954 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13957         SXEmacs.
13958
13959 2008-07-16  Glenn Morris  <rgm@gnu.org>
13960
13961         * gnus-util.el (ns-focus-frame): Declare for compiler.
13962
13963 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13966         set as a group parameter.
13967         (gnus-summary-save-in-pipe): Work when it is called independently.
13968         (gnus-summary-pipe-to-muttprint): Don't modify
13969         gnus-summary-pipe-output-default-command.
13970
13971 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13972
13973         * message.el (message-send-mail-with-sendmail):
13974         Display the error message.
13975
13976 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-art.el (gnus-default-article-saver):
13979         Add gnus-summary-save-in-pipe to choices.
13980         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13981         gnus-summary-pipe-output-default-command as the default command.
13982         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13983         instead of gnus-last-shell-command.
13984
13985         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13986         New user option.
13987         (gnus-summary-muttprint-program): Mention the value will be changed.
13988         (gnus-summary-save-article): Force showing of all headers.
13989         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13990
13991 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13992
13993         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13994
13995 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13996
13997         * nnimap.el (nnimap-id):
13998         * sieve-manage.el (sieve-manage-open): Doc fixes.
13999
14000 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14001
14002         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14003         if available.
14004
14005 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14006
14007         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14008
14009         * nnkiboze.el (nnkiboze-generate-group):
14010         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14011
14012         * nnmairix.el: Require CL.
14013
14014 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * dgnushack.el: Autoload get-display-table and put-display-table for
14017         XEmacs 21.5.
14018
14019         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14020         21.4 and SXEmacs.
14021
14022 2008-06-15  David Engster  <dengste@eml.cc>
14023
14024         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14025
14026 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14027
14028         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14029         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14030         runtime choice under XEmacs.
14031
14032         * gnus-sum.el (gnus-summary-set-display-table):
14033         Use `gnus-put-display-table', `gnus-get-display-table',
14034         `gnus-set-display-table' for the display table, instead of `aset'.
14035
14036         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14037         Use `gnus-put-display-table', `gnus-get-display-table',
14038         `gnus-set-display-table' for the display table.
14039
14040 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * nnmairix.el: Add autoloads.
14043
14044 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * nnmairix.el (nnmairix-delete-recreate-group)
14047         (nnmairix-update-and-clear-marks): Fix error messages.
14048
14049 2008-06-14  David Engster  <dengste@eml.cc>
14050
14051         * nnmairix.el: Upgrade to version 0.6.
14052         (nnmairix-group-toggle-propmarks-this-group)
14053         (nnmairix-group-toggle-readmarks-this-group)
14054         (nnmairix-group-delete-recreate-this-group)
14055         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14056         (nnmairix-remove-tick-mark-original-article): New commands.
14057         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14058         (nnmairix-propagate-marks-to-nnmairix-groups)
14059         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14060         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14061         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14062         functions needed for marks propagation and manipulation of read marks.
14063         (nnmairix-update-groups): New function.
14064         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14065         (nnmairix-determine-original-group-from-registry)
14066         (nnmairix-determine-original-group-from-path)
14067         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14068         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14069         New helper functions.
14070         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14071         keystrokes for new commands.
14072         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14073         (nnmairix-request-group): Check allow-fast group parameter.
14074         (nnmairix-request-create-group): Set allow-fast group parameter if
14075         nnmairix-allowfast-default is set.
14076         (nnmairix-close-group): Propagate marks upon closing if needed.
14077         (nnmairix-group-toggle-threads-this-group): Use new.
14078         nnmairix-group-toggle-parameter helper function.
14079         (nnmairix-search): Better check for empty search result.
14080         (nnmairix-goto-original-article): Use new helper functions for
14081         determining original article.
14082         (nnmairix-show-original-article): Make sure message-id is in brackets.
14083         (nnmairix-call-mairix-binary): Change variable name.
14084         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14085         helper function.
14086         (nnmairix-widget-toggle-activate): Fix doc string.
14087
14088 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * nnir.el: Require edmacro when compiling with XEmacs.
14091         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14092         available in Emacs 21.
14093
14094 2008-06-11  Glenn Morris  <rgm@gnu.org>
14095
14096         * gnus-util.el (x-focus-frame):
14097         * gnus.el (image-size):
14098         * mm-decode.el (image-size): Declare.
14099
14100         * gnus-picon.el (declare-function): Add compat definition.
14101         (image-size): Declare.
14102
14103         * gnus-group.el (tool-bar-map):
14104         * gnus-sum.el (tool-bar-map): Define for compiler.
14105
14106         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14107
14108         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14109
14110         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14111         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14112         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14113         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14114         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14115         * sieve-manage.el, spam-report.el, spam.el:
14116         Remove unnecessary eval-and-compile of autoloads.
14117
14118 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14119
14120         * auth-source.el: Precise Tramp doc.
14121
14122 2008-06-07  Glenn Morris  <rgm@gnu.org>
14123
14124         * nnmairix.el: Remove unnecessary eval-when-compile.
14125
14126 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * lpath.el: Fbind propertize for XEmacs 21.4.
14129
14130 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * nnir.el: Move here from ../contrib.
14133
14134 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14135
14136         * gnus-util.el (gnus-read-shell-command): New function.
14137         * mm-decode.el (mm-pipe-part):
14138         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14139
14140 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14143
14144 2008-06-03  Glenn Morris  <rgm@gnu.org>
14145
14146         * pop3.el (nnheader-accept-process-output): Autoload it.
14147
14148 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14151         are not 2-digit hexadecimal characters that follow `%'s.
14152
14153 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * message.el (message-bogus-recipient-p): Fix type in doc string.
14156         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14157         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14158         Improve custom options.
14159         (message-bogus-recipient-p): Adjust accordingly.
14160
14161 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14162
14163         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14164         long-form month and day names.
14165
14166 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * dgnushack.el: Autoload debug, eudc-expand-inline and
14169         pgg-snarf-keys-region for XEmacs.
14170
14171         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14172
14173         * nnmairix.el: Require edmacro when compiling with XEmacs.
14174
14175 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14178         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14179
14180 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14181
14182         * auth-source.el: Add more docs.
14183
14184         * netrc.el (netrc-machine): Always match if the port is not given.
14185
14186 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14187
14188         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14189         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14190         retrieval faster in some cases, but might make CPU usage larger.
14191         If this has any bad side effects, we might revert this change.
14192
14193         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14194         seems to make mail retrieval much, much faster.
14195         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14196         unconditionally.
14197
14198         * gnus-draft.el (gnus-group-send-queue):
14199         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14200
14201 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14204
14205         * message.el (message-bogus-address-regexp): Fix and improve custom
14206         type.
14207         (message-setup-hook): Add message-check-recipients as custom option.
14208
14209 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * message.el (message-cite-function): Remove bogus autoload which crept
14212         in during merge from v5-10.
14213
14214 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14215
14216         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14217
14218         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14219
14220         * auth-source.el: Preliminary Tramp docs.
14221         (auth-sources): Change the default auth-sources to use
14222         EPA .gpg files.
14223
14224 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14225
14226         * nntp.el: Autoload `auth-source-user-or-password'.
14227         (nntp-send-authinfo): Use it.
14228
14229         * nnimap.el: Autoload `auth-source-user-or-password'.
14230         (nnimap-open-connection): Use it.
14231
14232         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14233         for the gnus-message function.
14234         (auth-source-user-or-password): Use it.
14235
14236 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14237
14238         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14239         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14240         (rfc2104-hash): Use it.
14241
14242 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14243
14244         * gnus-art.el (gnus-article-toggle-truncate-lines):
14245         Don't use `iff' in docstring.
14246
14247 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14248
14249         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14250
14251         * gnus-util.el (gnus-extract-address-component-name)
14252         (gnus-extract-address-component-email): Convenience functions around
14253         `gnus-extract-address-components'.
14254
14255         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14256         Use `gnus-extract-address-component-email' to fix bug of comparing full
14257         sender name to `user-mail-address'.
14258
14259 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14262         catch/throw to optimize.
14263         (gnus-registry-find-keywords): Just use member to find a keyword.
14264
14265 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14266
14267         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14268         is current before calling gnus-server-prepare.
14269         (gnus-server-setup-buffer, gnus-server-update-server)
14270         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14271
14272 2008-05-04  Juri Linkov  <juri@jurta.org>
14273
14274         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14275         (mailcap-file-default-commands): Use mailcap-replace-in-string
14276         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14277         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14278
14279 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14280
14281         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14282
14283 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14284
14285         * gnus.el: Bump version to 0.11.
14286
14287 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14288
14289         * gnus.el: No Gnus v0.10 is released.
14290
14291 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14294         hooks.
14295         (gnus-update-read-articles): Speed up non-marks-using users.
14296         (gnus-use-marks): Define gnus-use-marks.
14297         (gnus-propagate-marks): Rename variable to something more sensible.
14298
14299 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14300
14301         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14302         (gmm-image-load-path-for-library): Fix typos in docstrings.
14303         (gmm-message): Reflow docstring.
14304
14305 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14306
14307         * mail-source.el (mail-source-set-1, mail-source-bind):
14308         Move auth-source code out of the macro to clean it up and fix bugs.
14309
14310 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14311
14312         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14313         by sender if it's equal to user-mail-address, it's likely to be
14314         useless.
14315
14316         * mail-source.el (mail-source-bind): Don't use user or password if they
14317         are not bound.  Unintern them if they are nil.  Don't use server unless
14318         it's bound, and default it to empty string otherwise.
14319
14320 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * mail-source.el: Load auth-source.el.
14323         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14324         get user name or password, if auth-sources is set up.
14325
14326         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14327         strategy of splitting with parent.
14328         (gnus-registry-split-fancy-with-parent)
14329         (gnus-registry-post-process-groups): Use it and fix prior
14330         bug (returning a list as the split result).
14331
14332         * auth-source.el (auth-sources): Remove server parameter.
14333         (auth-source-pick, auth-source-user-or-password)
14334         (auth-source-user-or-password-imap)
14335         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14336         (auth-source-user-or-password-sftp)
14337         (auth-source-user-or-password-smtp): Remove server parameter.
14338
14339 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14340
14341         * smime.el (smime-sign-region, smime-encrypt-region)
14342         (smime-decrypt-region):
14343         Remove redundant calls to `generate-new-buffer-name'.
14344
14345 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14346
14347         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14348         Don't use QP for message/rfc822.
14349         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14350
14351 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14352
14353         * sieve-manage.el (sieve-string-bytes): Remove.
14354         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14355         correct byte-length only if the process's coding-system is the same as
14356         the one used internally by Emacs to represent strings.
14357
14358 2008-04-22  Juri Linkov  <juri@jurta.org>
14359
14360         * mailcap.el (mailcap-file-default-commands): New function.
14361
14362 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * message.el (message-signature-separator, message-cite-function):
14365         Change custom version.
14366
14367 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14368
14369         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14370         commands.
14371         (tls-checktrust): Ditto.
14372
14373 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * mm-decode.el (mm-display-external): Make temp file read-only.
14376
14377 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14380         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14381         `C-c C-f d'.
14382
14383 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14384
14385         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14386
14387 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus.el: Bump version to 0.9.
14390
14391 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus.el: No Gnus v0.8 is released.
14394
14395 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14396
14397         * mail-source.el (mail-source-value):
14398         Prefer fboundp to functionp so it works with macros as well.
14399
14400 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14403         Fix last change in case the element is not even a symbol.
14404
14405 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14406
14407         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14408         Prefer fboundp to functionp so it works with macros as well.
14409
14410 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * auth-source.el: Add docs.
14413         (auth-sources): Modify format to support server.
14414         (auth-source-pick, auth-source-user-or-password)
14415         (auth-source-user-or-password-imap)
14416         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14417         (auth-source-user-or-password-sftp)
14418         (auth-source-user-or-password-smtp): Add server parameter.
14419
14420 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * gnus-registry.el: Initialize the registry when gnus-registry-install
14423         is t.
14424
14425 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * compface.el (uncompface): Make buffer unibyte.
14428
14429 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14430
14431         * mail-source.el (mail-source-value):
14432         Prefer fboundp to functionp so it works with macros as well.
14433
14434 2008-04-05  Glenn Morris  <rgm@gnu.org>
14435
14436         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14437
14438 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14439
14440         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14441         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14442
14443         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14444         multibyteness after rather than before erasing it.
14445
14446         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14447         mm-with-multibyte.
14448         (gnus-request-article-this-buffer): Make sure the proper decoding is
14449         used if gnus-original-article-buffer happens to be unibyte.
14450
14451         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14452         default-enable-multibyte-characters.
14453
14454         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14455         default-enable-multibyte-characters.
14456
14457         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14458
14459         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14460
14461 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14462
14463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14464         Fix last change in case the element is not even a symbol.
14465
14466 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14467
14468         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14469         (imap-message-copyuid-1): Use it.
14470         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14471         J. Williams in
14472         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14473
14474         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14475         imap-enable-exchange-bug-workaround.
14476         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14477
14478 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14479
14480         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14481         a 100 byte status-checks into a 2-3MB transfer for each group.
14482         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14483         to enable bug workaround or not.
14484         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14485
14486 2008-03-31  Glenn Morris  <rgm@gnu.org>
14487
14488         * message.el (mml2015-use): Declare for compiler.
14489         (message-info): Require mml2015 when appropriate.
14490
14491 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14494         whitespace.
14495
14496 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14497
14498         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14499         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14500         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14501         (nntp-service-to-port): New function.
14502         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14503         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14504         (nntp-open-netcat-stream): New function.
14505         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14506
14507 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14508
14509         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14510
14511 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14512
14513         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14514
14515 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14516
14517         * dns.el (dns-write): Use set-buffer-multibyte.
14518
14519 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14520
14521         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14522
14523 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14524
14525         * message.el (message-signature-separator): Change default.
14526         Improve custom type.
14527         (message-cite-function): Change default to
14528         message-cite-original-without-signature.
14529
14530         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14531         toggle.
14532
14533         * message.el (message-check-news-body-syntax): Fix signature check.
14534         (message-setup-1): Mark buffer as unmodified _after_ running
14535         message-setup-hook and handling message-alternative-emails.
14536         (message-shorten-references): Be more strict when building list of
14537         valid references to comply with GNKSA.
14538
14539         * gnus-group.el (gnus-read-ephemeral-bug-group)
14540         (gnus-read-ephemeral-debian-bug-group)
14541         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14542
14543         * message.el (message-info): Don't use booleanp which isn't supported
14544         in Emacs 21 and XEmacs.
14545
14546 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14549         gnus-group-gmane-group-download-format.
14550         (gnus-group-read-ephemeral-gmane-group): Rename from
14551         gnus-group-read-ephemeral-gmane-group.
14552         (gnus-read-ephemeral-gmane-group-url): Rename from
14553         gnus-group-read-ephemeral-gmane-group-url.
14554         (gnus-bug-group-download-format-alist): New variable.
14555         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14556         (gnus-read-ephemeral-emacs-bug-group): New commands.
14557
14558 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14561         (gnus-visible-headers): Improve custom type.
14562
14563 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * mml.el (mml-menu): Add workarounds for XEmacs.
14566
14567         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14568         X-Boundary header.
14569
14570         * message.el (message-simplify-recipients): Fix previous commit.
14571
14572 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14573
14574         * mm-util.el (mm-set-buffer-multibyte): New function.
14575         * mm-decode.el (mm-copy-to-buffer): Use it.
14576
14577         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14578         Prefer fboundp to functionp so it works with macros as well.
14579
14580 2008-03-19  Glenn Morris  <rgm@gnu.org>
14581
14582         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14583         Accidentally removed in the sync process with Emacs.
14584
14585 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * message.el (message-alter-recipients-discard-bogus-full-name):
14588         New function.
14589         (message-alter-recipients-function): New variable.
14590         (message-get-reply-headers): Use it.
14591         (message-replace-header): New helper function.
14592         (message-recipients-without-full-name): New variable.
14593         (message-simplify-recipients): New command.
14594
14595         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14596
14597         * message.el (message-info): Handle EasyPG manual.
14598
14599         * mml.el (mml-menu): Add entry for EasyPG.
14600
14601 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14602
14603         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14604         parameter.
14605
14606         * message.el (message-disassociate-draft): Specify drafts group name
14607         fully.
14608
14609 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14612         Eliminate unnecessary duplicates from the match list.
14613
14614 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14617
14618         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14619
14620         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14621         args of `how-many' of which the XEmacs version doesn't take; declare
14622         Info-index-next as function.
14623
14624 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * gnus-score.el (gnus-score-headers): Fix handling of
14627         gnus-inhibit-slow-scoring.
14628
14629         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14630         string.
14631         (gnus-button-url-regexp): Improve handling of parenthesis.
14632         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14633         (gnus-button-handle-info-keystrokes): Handle index entries.
14634
14635 2008-03-15  Glenn Morris  <rgm@gnu.org>
14636
14637         * parse-time.el (parse-time-string): Simplify.
14638
14639 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14642         Incoming* files.
14643
14644 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14645
14646         * auth-source.el (auth-sources): Rename from auth-source-choices.
14647         (auth-source-pick): Use it.
14648
14649 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14650
14651         * binhex.el (binhex-decode-region-internal):
14652         * uudecode.el (uudecode-decode-region-internal):
14653         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14654         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14655         setting default-enable-multibyte-characters.
14656
14657 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * auth-source.el (auth-source-protocols)
14660         (auth-source-protocols-customize, auth-source-choices): Add and
14661         modified variable customizations and defaults.
14662         (auth-source-pick, auth-source-user-or-password)
14663         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14664         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14665         (auth-source-user-or-password-sftp)
14666         (auth-source-user-or-password-smtp): Use new variables and provide an
14667         interface to netrc.el.
14668
14669 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14672         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14673         Make sure the nntp port to specify is a string.
14674
14675 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14676
14677         * nntp.el: Use with-current-buffer.
14678         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14679         dubious mm-with-unibyte-current-buffer.
14680         (nntp-with-open-group-function): New function extracted from
14681         nntp-with-open-group macro.
14682         (nntp-with-open-group): Use the function, so it's easier to debug.
14683         Add indentation and debugging info.
14684         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14685         Recommend the use of the netcat alternatives.
14686
14687         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14688         Avoid mm-string-as-multibyte as well.
14689
14690         * nnweb.el (nnweb-insert-html):
14691         Remove use of nnheader-string-as-multibyte.
14692
14693         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14694         (nnheader-string-as-multibyte): Remove.
14695
14696         * mm-view.el: Use inhibit-read-only.
14697         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14698         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14699         or unibyte-string.
14700
14701         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14702         (mm-uu-yenc-extract): Use with-current-buffer.
14703
14704         * gnus-soup.el (gnus-soup-send-packet): Don't use
14705         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14706
14707         * nnmh.el: Use with-current-buffer.
14708         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14709         mm-string-as-multibyte on the output of mm-encode-coding-string.
14710
14711         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14712         (nnimap-request-move-article): Use with-current-buffer.
14713
14714         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14715         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14716         conversion uses string-make-unibyte rather than string-as-unibyte.
14717
14718         * gnus-msg.el: Use with-current-buffer.
14719
14720         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14721
14722 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14723
14724         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14725         string for caching if it is 'PIN.
14726
14727 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * lpath.el: Consider the case without Emacs/W3.
14730
14731 2008-03-08  Glenn Morris  <rgm@gnu.org>
14732
14733         * time-date.el (date-to-time, time-subtract, time-add)
14734         (safe-date-to-time): Doc fixes.
14735
14736 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * mail-source.el (mail-source-delete-old-incoming-confirm):
14739         Change default to nil.
14740         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14741
14742 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * lpath.el: Rearrange.
14745
14746         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14747         (gnus-article-goto-prev-page): Work for articles having ^L's.
14748
14749         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14750
14751         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14752
14753 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14754
14755         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14756         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14757         (gnus-bookmark-jump): Adjust some variable names.
14758
14759 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * auth-source.el: New package.
14762         (auth-source-choices): Add customization entry point variable.
14763
14764         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14765         bug.
14766
14767 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14768
14769         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14770         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14771         (gnus-registry-install-shortcuts): Rename from
14772         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14773         the `gnus-registry-mark-map' keymap dynamically from
14774         `gnus-registry-marks'.  The generated functions update the summary line
14775         when a registry mark is added or deleted, and will call
14776         `gnus-registry-install-p' (see the comments in the code).
14777         (gnus-registry-user-format-function-M): Use concat intelligently.
14778
14779         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14780         the registry mark functions.
14781
14782 2008-03-05  Glenn Morris  <rgm@gnu.org>
14783
14784         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14785         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14786         gnus-art.
14787         (top-level): No need to load own source when compiling.
14788
14789 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14792         Suggested by <chris.anderton@zetnet.co.uk>.
14793
14794 2008-03-04  Glenn Morris  <rgm@gnu.org>
14795
14796         * gnus-sum.el (top-level): No need to require gnus when compiling,
14797         since unconditionally required near start of file.
14798         (gnus-summary-display-while-building): Move definition before use.
14799
14800 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14801
14802         * gnus-registry.el (gnus-registry-user-format-function-M):
14803         Add formatting function.
14804
14805 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14806
14807         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14808         with plists.
14809         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14810         Use new format.
14811
14812 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14815         `where-is-internal' that returns a range of key sequences.
14816
14817 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14818
14819         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14820
14821         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14822         (gnus-summary-jump-to-group): Consider windows on other displayed
14823         frames as well.  Similar changes might be needed elsewhere, but that's
14824         the one I've bumped into during my use.
14825
14826         * nndoc.el (nndoc-oe-dbx-type-p):
14827         * gnus-msg.el (gnus-debug):
14828         * gnus-group.el (gnus-update-group-mark-positions):
14829         Use mm-string-to-multibyte.
14830
14831 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14834         doesn't handle NotDashEscaped.
14835
14836         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14837         (mml-dnd-attach-options): Fix typo in custom choice.
14838
14839         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14840         Change nndoc-article-type to mbox.
14841         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14842
14843         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14844         to nil, instead of html2text.
14845
14846         * imap.el (imap-debug): Add `imap-ping-server'.
14847
14848         * gnus-bookmark.el: Add FIXMEs.
14849
14850         * message.el (message-form-letter-separator)
14851         (message-send-form-letter-delay): New variables.
14852         (message-send-form-letter): Use them.  New command to send form
14853         letters.  Requested by Uwe Siart.
14854         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14855
14856 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * Update copyright years.
14859
14860 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         Sync from EMACS_22_BASE.
14863
14864         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14865
14866 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14867
14868         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14869         empty author.
14870
14871 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14872
14873         * gnus-registry.el (gnus-registry-marks): Add variable for
14874         customization of marks and their appearance.
14875         (gnus-registry-read-mark): Use it.
14876         (gnus-registry-do-marks): Add utility function to loop through
14877         `gnus-registry-marks'.
14878         (gnus-registry-install-shortcuts-and-menus): Add function to install
14879         shortcuts and menus.
14880         (gnus-registry-initialize): Use it.
14881         (gnus-registry-default-mark): Clarify documentation.
14882
14883 2008-02-29  Glenn Morris  <rgm@gnu.org>
14884
14885         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14886         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14887         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14888         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14889         Change defcustom :version from 23.0 to 23.1.
14890
14891 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * gnus-registry.el (gnus-registry-follow-group-p)
14894         (gnus-registry-post-process-groups): Add functions to aid registry
14895         splitting and improve logging.  Clarify behavior in function
14896         documentation.
14897         (gnus-registry-split-fancy-with-parent): Use them.
14898
14899 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14900
14901         * gnus-art.el: Use with-current-buffer.
14902
14903 2008-02-27  David Engster  <dengste@eml.cc>
14904
14905         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14906         Express real group name in the response.
14907
14908 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14911         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14912         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14913         autoload gnus-registry-fetch-group when compiling.
14914         (nnmairix-request-group-with-article-number-correction):
14915         Remove unreferenced argument passed to nnmairix-call-backend.
14916
14917 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14920         (mm-uu-extract): Improve face for low color ttys.
14921         Reported by Sascha Wilde.
14922
14923 2008-02-27  Glenn Morris  <rgm@gnu.org>
14924
14925         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14926         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14927         variables to defconsts.  Convert comments to doc-strings.
14928         (nnmairix-last-server, nnmairix-current-server): Convert from free
14929         variables to defvars.  Convert comments to doc-strings.
14930         (gnus-registry-fetch-group): Autoload.
14931         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14932         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14933         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14934         caddr.
14935         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14936         nnmairix-request-group-with-article-number-correction call.
14937         (nnmairix-fast, nnmairix-group): New, less general names, for free
14938         variables passed from nnmairix-request-group to
14939         nnmairix-request-group-with-article-number-correction.  Declare.
14940         (nnmairix-request-group-with-article-number-correction):
14941         Use nnmairix-fast, nnmairix-group rather than fast, group.
14942
14943 2008-02-26  David Engster  <dengste@eml.cc>
14944
14945         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14946         version 0.5.
14947
14948 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14951         instead of making an extra function call.  Don't add the current group
14952         to articles only when they have the group.  Use
14953         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14954         Reported by David <de_bb@arcor.de>.
14955
14956 2008-02-24  Miles Bader  <miles@gnu.org>
14957
14958         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14959         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14960         (mm-find-mime-charset-region):
14961         * mm-bodies.el (mm-encode-body):
14962         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14963
14964 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14967         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14968
14969 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * mail-source.el (mail-source-delete-incoming): Change default.
14972         Supplement doc string.
14973
14974         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14975
14976 2008-02-14  Glenn Morris  <rgm@gnu.org>
14977
14978         * time-date.el (format-seconds): New function.
14979
14980 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * nnmail.el (nnmail-message-id-cache-file): Derive from
14983         `gnus-home-directory'.
14984
14985 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14988         Document negative prefix.
14989
14990         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14991
14992 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * message.el (message-unsent-separator): Add the Exim bounce
14995         separator.
14996
14997 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14998
14999         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15000         list.
15001         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15002         recipient/signer list.
15003
15004 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * Makefile.in (datarootdir): Define.
15007         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15008         name that might contain whitespace.
15009
15010 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15013         fbound (Emacs 23 unicode), signal an error.
15014
15015 2008-02-08  Glenn Morris  <rgm@gnu.org>
15016
15017         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15018
15019 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15020
15021         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15022         ports to the calls to `netrc-machine-user-or-password' in addition to
15023         "imap" and "imaps".
15024
15025 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15026
15027         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15028
15029         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15030
15031 2008-02-01  Kenichi Handa  <handa@m17n.org>
15032
15033         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15034         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15035         (rfc2104-hash): Convert the result of concat to unibyte string.
15036
15037 2008-02-01  Dave Love  <fx@gnu.org>
15038
15039         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15040         coding-system-for-read.
15041         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15042
15043 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15046         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15047         <hanche@math.ntnu.no>.
15048
15049 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15052
15053         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15054
15055 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15056
15057         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15058         * message.el (message-beginning-of-line): Use featurep instead of bound
15059         tests in order to resolve conditionals at compile time.
15060
15061 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15062
15063         * mail-source.el (mail-sources): Add `group' choice.
15064
15065         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15066         parameter `in-group' to control into which group the articles go.
15067         Add treatment of `group' mail-source.
15068
15069 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15072
15073         * mm-decode.el (mm-dissect-buffer): Decode description.
15074
15075         * mml.el (mml-to-mime): Encode message header first.
15076
15077 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15080         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15081
15082         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15083         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15084
15085 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15086
15087         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15088
15089 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15092         prefix keys.
15093         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15094         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15095         gnus-xmas.el.
15096
15097         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15098         (gnus-xmas-article-describe-bindings): New function.
15099         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15100         gnus-xmas-article-describe-bindings.
15101
15102         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15103
15104 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15107         Add new variables for article mark management.
15108         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15109         list of extra data entries which, when present, will indicate that the
15110         article ID should not be trimmed from the registry.
15111         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15112         functions.
15113         (gnus-registry-read-mark): New function to read a mark name from the
15114         user.
15115         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15116         (gnus-registry-set-article-mark-internal): New functions to add and
15117         remove marks.
15118         (gnus-registry-get-article-marks): New function to show the marks for
15119         an article, or retrieve them for further use.
15120
15121 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15124         keys when no argument is given.
15125
15126 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * imap.el (imap-ping-server): New variable.
15129         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15130         (imap-ping-server): Minor doc string fixes.
15131
15132 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15133
15134         * imap.el (imap-ping-server): New function.
15135         (imap-opened): Call imap-ping-server.
15136
15137 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus-sum.el (gnus-article-sort-by-random)
15140         (gnus-thread-sort-by-random): Fix doc strings.
15141         Reported by jidanni@jidanni.org.
15142
15143 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-art.el (gnus-article-describe-bindings): New function.
15146         (gnus-article-read-summary-keys): Use it.
15147         (gnus-article-mode-map): Bind `C-h b' to it.
15148
15149 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15152         XEmacs.
15153         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15154         Protect against non-character events.
15155
15156         * lpath.el: Fbind map-keymap for Emacs 21.
15157
15158 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15161         New command.
15162         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15163         instead of END.  Change name of the temp file.
15164         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15165         customizable.
15166
15167 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15170         bind `S W' to gnus-article-wide-reply-with-original; set default
15171         binding to gnus-article-read-summary-send-keys.
15172         (gnus-article-read-summary-keys): Fix the order of keys; display
15173         continuation keys correctly in the echo area; describe bindings
15174         correctly when keys end with `C-h'.
15175         (gnus-article-read-summary-send-keys): New function.
15176         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15177         Work for gnus-article-read-summary-send-keys; display continuation keys
15178         correctly in the echo area.
15179         (gnus-article-reply-with-original): Ignore prefix argument.
15180         (gnus-article-wide-reply-with-original): New function.
15181
15182         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15183         Emacs 21.
15184
15185 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15188         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15189
15190 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15193         (gnus-group-read-ephemeral-gmane-group): New command.
15194
15195 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15196
15197         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15198
15199 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * message.el (message-send-mail-function): Increase custom version.
15202
15203         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15204         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15205
15206 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15209         for the cases where imap-authenticate is called with a nil buffer
15210         parameter.
15211
15212 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15215         html parts correctly; support forwarded messages.
15216         (gnus-article-browse-html-article): Remove work buffers.
15217
15218         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15219         compiling.
15220         (netrc-bound-and-true-p): New macro.
15221         (netrc-parse): Use it instead of bound-and-true-p that is not available
15222         in XEmacs 21.4.
15223
15224 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15225
15226         * gnus-registry.el (gnus-registry-mark-article)
15227         (gnus-registry-article-marks): Add functionality to mark articles
15228         through the Gnus registry.
15229
15230         * encrypt.el: Clarify documentation for the new pgg method.
15231         (encrypt-file-alist): Add PGG option.
15232         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15233         functionality.  Abstract password key and messaging to external
15234         functions.
15235         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15236         (encrypt-message-method-and-cipher): Add new convenience external
15237         functions.
15238         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15239         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15240
15241         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15242         (netrc-parse): Use encrypt-file-alist to determine if
15243         encrypt-find-model or encrypt-insert-file-contents should be used.
15244
15245         * encrypt.el: Clarify documentation.  Load password-cache or
15246         password, whichever one is found first, instead of autoloading.
15247
15248 2007-12-19  Glenn Morris  <rgm@gnu.org>
15249
15250         * mml.el (message-options-set, message-narrow-to-head)
15251         (message-in-body-p, message-mail-p, message-encode-message-body):
15252         Autoload.
15253         (message-remove-header, message-narrow-to-headers-or-head)
15254         (message-subscribed-p, message-make-mail-followup-to)
15255         (message-position-on-field, message-news-p)
15256         (message-options-set-recipient, message-generate-headers)
15257         (message-sort-headers): Declare as functions.
15258
15259 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15262         convention in doc string.
15263
15264 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15267         title to html parts.
15268         (gnus-article-browse-html-article): Pass message header to it.
15269
15270         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15271
15272 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15275         or password compatible with XEmacs.
15276
15277 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15280         format document.
15281         (gnus-mime-delete-part): Don't write description line if empty.
15282         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15283
15284 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15285
15286         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15287         (gnus-summary-mark-read-and-unread-as-read)
15288         (gnus-summary-mark-current-read-and-unread-as-read)
15289         (gnus-summary-mark-unread-as-ticked): Doc fix.
15290         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15291
15292 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15295         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15296
15297 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15300         yes-or-no-p.
15301
15302 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-decode.el (mm-add-meta-html-tag): New function.
15305         (mm-save-part-to-file, mm-pipe-part): Use it.
15306
15307         * gnus-art.el (gnus-article-browse-delete-temp-files):
15308         Use gnus-y-or-n-p instead of y-or-n-p.
15309         (gnus-article-browse-html-parts): Work with message/external-body; use
15310         mm-add-meta-html-tag.
15311
15312 2007-12-11  Glenn Morris  <rgm@gnu.org>
15313
15314         * gnus-cache.el: Require gnus-sum not just when compiling.
15315
15316         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15317
15318         * gnus-int.el (gnus-server-opened, gnus-status-message):
15319         Move definitions before use.
15320
15321         * mm-decode.el: Require gnus-util.
15322         (mm-remove-part): Only call delete-annotation on XEmacs.
15323
15324         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15325
15326         * nnmail.el: Require gnus-int.
15327
15328         * spam.el: Move `require's before `eval-when-compile's.
15329
15330         * gnus-ems.el (gnus-alive-p):
15331         * gnus-fun.el (message-goto-eoh):
15332         * gnus-util.el (gnus-group-name-decode):
15333         * mail-source.el (gnus-compress-sequence):
15334         * message.el (Info-goto-node, format-spec):
15335         * mm-bodies.el (message-options-get):
15336         * mm-decode.el (mm-view-pkcs7):
15337         * mm-util.el (gmm-write-region):
15338         * mml-smime.el (mml-compute-boundary)
15339         (gnus-completing-read-with-default):
15340         * mml.el (widget-button-press, gnus-make-hashtable):
15341         * mml1991.el (mm-decode-content-transfer-encoding)
15342         (mm-encode-content-transfer-encoding)
15343         (message-options-get, message-options-set):
15344         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15345         * nnfolder.el (gnus-request-group):
15346         * nnheader.el (ietf-drums-unfold-fws):
15347         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15348         * smime.el (gnus-run-mode-hooks):
15349         * spam-stat.el (gnus-message): Autoload.
15350
15351         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15352         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15353         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15354         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15355         Add declare-function compatibility definition.
15356
15357         * gnus-cache.el (nnvirtual-find-group-art):
15358         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15359         (gnus-add-image, gnus-add-wash-type):
15360         * gnus-group.el (nnkiboze-score-file):
15361         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15362         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15363         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15364         (message-tokenize-header, gnus-get-buffer-create)
15365         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15366         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15367         * gnus.el (gnus-group-decoded-name):
15368         * mail-source.el (imap-capability):
15369         * mm-bodies.el (message-options-set):
15370         * mm-decode.el (gnus-configure-windows):
15371         * mm-extern.el (message-goto-body):
15372         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15373         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15374         (epg-sub-key-validity, message-options-set):
15375         * mml.el (widget-event-point, gnus-configure-windows):
15376         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15377         * mml2015.el (epg-check-configuration, epg-configuration)
15378         (message-options-set):
15379         * nndb.el (nndb-request-article):
15380         * nnfolder.el (gnus-request-create-group):
15381         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15382         * nnmaildir.el (gnus-group-mark-article-read):
15383         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15384         * rfc1843.el (message-fetch-field):
15385         * spam.el (gnus-extract-address-components):
15386         Declare as functions.
15387
15388 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15391
15392         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15393
15394         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15395         bind show-trailing-whitespace for XEmacs.
15396
15397 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15400         new no-op macro for backward compatibility.
15401
15402         * imap.el (imap-string-to-integer): New function.
15403
15404 2007-12-09  Glenn Morris  <rgm@gnu.org>
15405
15406         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15407
15408         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15409         * message.el, mm-view.el, sieve-manage.el, smime.el:
15410         Add declare-function compatibility definition.
15411
15412         * gnus-art.el (w3-region, w3m-region, Info-menu):
15413         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15414         * gnus-sum.el (gnus-get-predicate):
15415         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15416         * message.el (mail-abbrev-in-expansion-header-p):
15417         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15418         (w3m-detect-meta-charset, w3m-region):
15419         * sieve-manage.el (password-read, password-cache-add)
15420         (password-cache-remove):
15421         * smime.el (password-read-and-add): Declare as functions.
15422
15423 2007-12-08  David Kastrup  <dak@gnu.org>
15424
15425         * gnus-sum.el (gnus-summary-simplify-subject-query):
15426         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15427         `message'.
15428
15429 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15432         it to bind idna-program, installation-directory, defined-colors, and
15433         face-attribute for XEmacs of the version that compiles defcustom forms.
15434
15435 2007-12-07  Glenn Morris  <rgm@gnu.org>
15436
15437         * gnus-art.el (article-make-date-line): Revert previous change.
15438
15439 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15442
15443 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15444
15445         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15446         Call gnus-add-to-range ranges only once with a prepared article-list.
15447
15448 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15449
15450         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15451         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15452         group names with backslashes.
15453         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15454
15455 2007-12-06  Deepak Goel  <deego3@gmail.com>
15456
15457         * gnus-art.el (article-make-date-line):
15458         * gnus-start.el (gnus-load):
15459         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15460
15461 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-art.el (gnus-use-idna):
15464         * gnus-start.el (gnus-site-init-file):
15465         * message.el (message-use-idna):
15466         * mm-uu.el (mm-uu-hide-markers):
15467         * smiley.el (smiley-style): Revert changes that suppress warnings.
15468
15469 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15472         specify charset to html source.
15473         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15474
15475 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15478         idna-program in order to suppress byte compile warning issued by XEmacs
15479         that came to byte compile the default value section of defcustom forms
15480         recently.
15481
15482         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15483         value of installation-directory.
15484
15485         * message.el (message-use-idna): Don't directly refer to the value of
15486         idna-program.
15487
15488         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15489
15490         * smiley.el (smiley-style): Don't directly call face-attribute.
15491
15492 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15495
15496         * gnus-dired.el: Reduce Gnus dependencies.
15497         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15498         Don't require.  Use autoloads instead.
15499         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15500         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15501         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15502         (gnus-dired-mode): Adjust doc string.
15503         (gnus-dired-mail-mode): New variable.
15504         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15505         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15506         (gnus-dired-mail-buffers): New function.  Return mail or message
15507         composition buffers.
15508         (gnus-dired-attach): Use it.
15509         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15510         NO-DECODE.
15511         (gnus-dired-print): Use `gnus-print-buffer' depending on
15512         `gnus-dired-mail-mode'.
15513
15514 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * rfc2047.el (rfc2047-encoded-word-regexp)
15517         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15518         explaining what regexp patterns are for.
15519
15520 2007-12-04  Glenn Morris  <rgm@gnu.org>
15521
15522         * password.el: Move to password-cache.el.
15523
15524         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15525         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15526         * mml-smime.el (password-read, password-cache-add)
15527         (password-cache-remove):
15528         No need to autoload, since mml-sec requires password.
15529
15530         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15531         * message.el (gnus-extract-address-components):
15532         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15533
15534         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15535         password.
15536
15537 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * mailcap.el: Reduce dependencies.
15540         (mail-header-parse-content-type): Autoload.
15541         (mailcap-delete-duplicates): New alias.
15542         (mailcap-mime-info): Add optional argument NO-DECODE.
15543         (mailcap-mime-types): Use mailcap-delete-duplicates.
15544
15545         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15546
15547 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15548
15549         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15550         (imap-parse-status): Upcase status-att for servers that sends them
15551         lower-case (e.g., MS Exchange 2007).
15552
15553 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15554
15555         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15556         function.
15557
15558         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15559         (gnus-uu-yenc-article): New function.
15560
15561         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15562
15563         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15564
15565 2007-12-02  Glenn Morris  <rgm@gnu.org>
15566
15567         * binhex.el (binhex): New custom group.
15568         (binhex-decoder-program, binhex-decoder-switches)
15569         (binhex-use-external): Move to the binhex custom group.
15570
15571         * uudecode.el (uudecode): New custom group.
15572         (uudecode-decoder-program, uudecode-decoder-switches)
15573         (uudecode-use-external): Move to the uudecode custom group.
15574
15575         * netrc.el (top-level): Don't load `encrypt' features.
15576         (netrc-parse): Don't use encrypt.
15577         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15578
15579         * encrypt.el: Remove file.
15580
15581 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15584         matches on patches.
15585
15586         * gnus-art.el (gnus-article-browse-html-article):
15587         Mention `mm-text-html-renderer' in the doc string.
15588
15589         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15590         string.  Add comments.
15591
15592         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15593         if rhs is ASCII.
15594
15595 2007-12-01  Glenn Morris  <rgm@gnu.org>
15596
15597         * mail-source.el (top-level): Require format-spec before
15598         eval-when-compile.
15599
15600 2007-11-30  Glenn Morris  <rgm@gnu.org>
15601
15602         * encrypt.el: Require password, rather than autoloading password-read.
15603
15604 2007-11-29  Glenn Morris  <rgm@gnu.org>
15605
15606         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15607         (sasl-make-client, sasl-next-step, sasl-step-data)
15608         (sasl-step-set-data): Declare as functions.
15609
15610 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15613
15614 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15615
15616         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15617         certs should be verified and what is to be done in the event of a
15618         verification failure.
15619
15620         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15621         caller can indicate whether the cache should be disregarded for this
15622         call.  This way the result of the call is reproducible at all times and
15623         can be considered a canonical server name for the supplied method.
15624         (gnus-agent-method-p): Canonicalize server names by pushing their
15625         method through `gnus-method-to-server' using the no-cache argument.
15626
15627         * gnus-srvr.el (gnus-server-insert-server-line):
15628         Call `gnus-method-to-server' with `no-cache' argument.
15629
15630         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15631         gnus-agent-possibly-synchronize-flags as this should be called when the
15632         server is actually being opened.
15633         (gnus-agent-possibly-synchronize-flags)
15634         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15635         flags file of an agentized server to the latter function.
15636
15637         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15638         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15639         after a connection has been established successfully.
15640
15641 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-art.el (article-display-face): Force to display face if called
15644         interactively; check if gnus-article-x-face-too-ugly matches author.
15645         (article-display-x-face): Display face even if From header is missing
15646         as article-display-face does.
15647
15648 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15649
15650         * hashcash.el (message-narrow-to-headers-or-head)
15651         (message-fetch-field, message-goto-eoh)
15652         (message-narrow-to-headers): Declare as functions.
15653
15654 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * mail-source.el (mail-sources): Default to fetch from file for
15657         compatibility with default of nnmail-spool-file.
15658
15659 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15662         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15663         to look for encoded word that should be encoded again.
15664         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15665         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15666         encoding pattern.
15667         (rfc2047-decode-region): Switch strict regexp and loose one according
15668         to rfc2047-allow-irregular-q-encoded-words.
15669
15670 2007-11-25  Romain Francoise  <romain@orebokech.com>
15671
15672         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15673
15674 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * tls.el (tls-program): Provide more custom choices from
15677         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15678         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15679
15680 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15681
15682         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15683         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15684
15685         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15686         `nnmail-spool-file'.
15687
15688         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15689         `nnmail-spool-file'.
15690
15691         * gnus-move.el (gnus-change-server): Ditto.
15692
15693         * gnus-kill.el (gnus-batch-score): Ditto.
15694
15695         * gnus-cache.el (gnus-jog-cache): Ditto.
15696
15697         * gnus-msg.el (gnus-summary-reply):
15698         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15699
15700 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15703         version.  Minor improvement to doc strings.
15704         (tls-program): Add comment.
15705
15706 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15707
15708         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15709         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15710         mismatch between the hostname provided in the certificate and the name
15711         of the host connnecting to.
15712         (open-tls-stream): Use them.  Check certificates against trusted root
15713         certificates.
15714
15715 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * gnus-cache.el (gnus-cache-generate-nov-databases):
15718         Use nnml-generate-nov-databases-directory instead of
15719         nnml-generate-nov-databases-1.
15720
15721 2007-11-24  Glenn Morris  <rgm@gnu.org>
15722
15723         * message.el (message-tool-bar-retro): Update for rename
15724         mail_send.xpm->mail-send.xpm.
15725
15726 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15729         `smime-ldap-search' for Emacs 22 and up.
15730
15731 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15732
15733         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15734
15735         * message.el (message-send-mail-function): Fix error convention.
15736         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15737         (message-widen-reply, message-send-mail, message-talkative-question)
15738         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15739         (message-clone-locals, message-send-news): Use with-current-buffer.
15740         (message-insert-or-toggle-importance): Remove unused var `valid'.
15741         (message-make-references): Remove unused var `new-references'.
15742         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15743
15744 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15745
15746         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15747         (spam-split-symbolic-return-positive): Reflow docstring.
15748         (spam-backends, spam-summary-exit-behavior)
15749         (spam-mark-ham-unread-before-move-from-spam-group)
15750         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15751         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15752         (spam-clear-cache, spam-backend-check, spam-install-backend)
15753         (spam-install-statistical-backend, spam-list-of-processors)
15754         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15755         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15756         (spam-check-crm114, spam-initialize, spam-unload-hook):
15757         Fix typos in docstrings.
15758
15759 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15762         been checked if they have never been read and those group levels are
15763         higher than the one that a user specified.
15764
15765 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15768         foreign groups unless a group level is specified by a user.
15769         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15770
15771 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * message.el (message-send-mail-function): Require sendmail.
15774
15775 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * message.el (message-send-mail-function): Check for smtpmail too.
15778
15779         * utf7.el (utf7-encode, utf7-decode): Use coding system
15780         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15781
15782         * message.el (message-send-mail-function): New function.
15783         (message-send-mail-function): Set default using
15784         message-send-mail-function.  Adjust doc string.
15785         (message-send-mail-with-mailclient): New function.
15786
15787 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15788
15789         * smime.el (from):
15790         * rfc2047.el (message-posting-charset):
15791         * qp.el (mm-use-ultra-safe-encoding):
15792         * pop3.el (parse-time-months):
15793         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15794         * nnml.el (files):
15795         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15796         (jka-compr-compression-info-list, ange-ftp-path-format)
15797         (efs-path-regexp):
15798         * nndiary.el (files):
15799         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15800         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15801         (epg-digest-algorithm-alist, inhibit-redisplay)
15802         (password-cache-expiry):
15803         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15804         (pgg-output-buffer, password-cache-expiry):
15805         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15806         (efs-path-regexp):
15807         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15808         (inhibit-redisplay):
15809         * mm-uu.el (file-name, start-point, end-point, entry)
15810         (gnus-newsgroup-name, gnus-newsgroup-charset):
15811         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15812         (latin-unity-ucs-list):
15813         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15814         (mm-uu-binhex-decode-function):
15815         * message.el (gnus-message-group-art, gnus-list-identifiers)
15816         (rmail-enable-mime-composing, gnus-local-organization)
15817         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15818         (gnus-read-active-file, facemenu-add-face-function)
15819         (facemenu-remove-face-function, gnus-article-decoded-p)
15820         (tool-bar-mode):
15821         * mail-source.el (display-time-mail-function):
15822         * gnus-util.el (nnmail-pathname-coding-system)
15823         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15824         (gnus-original-article-buffer, gnus-user-agent)
15825         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15826         (xemacs-codename, sxemacs-codename, emacs-program-version):
15827         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15828         * gnus-start.el (gnus-agent-covered-methods)
15829         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15830         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15831         (gnus-newsgroup-headers, gnus-group-list-mode)
15832         (gnus-group-mark-positions, gnus-newsgroup-data)
15833         (gnus-newsgroup-unreads, nnoo-state-alist)
15834         (gnus-current-select-method, mail-sources)
15835         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15836         (nnmail-spool-file, gnus-cache-active-hashtb):
15837         * gnus-mh.el (mh-lib-progs):
15838         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15839         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15840         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15841         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15842         (gnus-group-buffer):
15843         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15844         (font-lock-set-defaults):
15845         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15846         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15847         (gnus-summary-post-menu, total-parts, type, condition, length):
15848         * gnus-agent.el (gnus-agent-read-agentview):
15849         * flow-fill.el (show-trailing-whitespace):
15850         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15851         eval-and-compile wrappers for byte compiler pacifiers.
15852
15853         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15854         (mm-display-inline-fontify): Check for featurep 'xemacs not
15855         extent-list.
15856
15857         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15858         itimer-list.
15859         (mm-create-image-xemacs): Only do something for XEmacs.
15860         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15861
15862         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15863
15864         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15865         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15866
15867 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15868
15869         * nnimap.el (nnimap-split-download-body):
15870         * gnus-demon.el (gnus-demon):
15871         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15872
15873 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15876         New macros.
15877         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15878         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15879         copy data from unibyte buffer to multibyte current buffer.
15880         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15881         to copy data from unibyte current buffer to multibyte buffer.
15882         (nntp-make-process-buffer): Make process buffer unibyte.
15883
15884         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15885
15886 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15887
15888         * pop3.el (pop3-open-server): Accept and process data more robustly at
15889         connection start to avoid spurious "POP SSL connection failed" errors.
15890
15891 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15894         read group names.
15895
15896 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15899
15900 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15903         (nnmail-save-active): Use a unibyte buffer when saving active file,
15904         which may contain non-ASCII group names.
15905
15906         * nnml.el (nnml-request-group): Decode group names in messages.
15907
15908 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15909
15910         * message.el (message-citation-line-function)
15911         (message-insert-formatted-citation-line): Fix spelling of
15912         `message-insert-formated-citation-line'.
15913
15914 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15917
15918 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15921         nnmail-pathname-coding-system.
15922
15923         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15924         that a user enters; decode group names in messages.
15925
15926         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15927
15928 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15931
15932         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15933
15934         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15935         risky local variable.
15936
15937         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15938
15939 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15940
15941         * encrypt.el: Improve documentation to fix function name typo.
15942         Reported by Daiki Ueno <ueno@unixuser.org>.
15943
15944 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15947         even if the point is not in the last page of an article.
15948         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15949         back to the previous page.
15950
15951 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15954
15955 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15958
15959 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15960
15961         * message.el (message-check-news-body-syntax):
15962         Avoid mm-string-as-multibyte.
15963         (message-hide-headers): Don't assume (point-min)==1.
15964
15965 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * message.el (message-remove-blank-cited-lines): Fix if remove is
15968         given.
15969         (message-bogus-address-regexp): New variable.
15970         (message-bogus-recipient-p): New function.
15971         (message-check-recipients): New command.
15972         (message-syntax-checks): Add `bogus-recipient'.
15973         (message-fix-before-sending): Add `bogus-recipient'.
15974
15975         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15976         (gnus-treat-body-boundary): Don't test window-system.
15977
15978 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15979
15980         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15981
15982 2007-10-28  Miles Bader  <miles@gnu.org>
15983
15984         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15985         at compile-time too.
15986
15987 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-msg.el (gnus-message-setup-hook):
15990         Add `message-remove-blank-cited-lines' to options.
15991
15992 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * message.el (message-remove-blank-cited-lines): New function.
15995         Suggested by Karl Plästerer.
15996
15997 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16000         mapc.
16001
16002         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16003         (top-level): Use mapc to set functions to be traced for debugging.
16004
16005         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16006         called for effect with while loop.
16007
16008         * message.el (message-talkative-question): Replace mapcar called for
16009         effect with mapc.
16010
16011         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16012         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16013         called for effect with dolist.
16014
16015         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16016
16017         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16018         gnus-extra-headers and nnmail-extra-headers.
16019
16020         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16021         called for effect with dolist.
16022         (top-level): Use mapc to set functions to be traced for debugging.
16023
16024         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16025         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16026         dolist.
16027
16028         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16029         Replace mapcar called for effect with mapc.
16030         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16031         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16032         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16033         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16034
16035         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16036         remove-if that's a cl function.
16037
16038         * webmail.el (webmail-debug): Replace mapcar called for effect with
16039         dolist.
16040
16041         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16042         with mapc.
16043
16044 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16047         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16048         with while loop.
16049
16050         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16051         functions from article-* functions.
16052         (gnus-multi-decode-header): Replace mapcar called for effect with
16053         dolist.
16054
16055         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16056         (gnus-bookmark-show-details): Replace mapcar called for effect with
16057         while loop.
16058
16059         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16060         called for effect with while loop.
16061
16062         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16063         with dolist.
16064
16065         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16066         Replace mapcar called for effect with dolist.
16067
16068         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16069
16070         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16071         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16072         Replace mapcar called for effect with dolist.
16073         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16074         mapc.
16075
16076         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16077         Replace mapcar called for effect with dolist.
16078         (gnus-topic-list): Replace mapcar called for effect with mapc.
16079
16080         * gnus.el: Use mapc instead of mapcar to add autoloads.
16081
16082 2007-10-23  Richard Stallman  <rms@gnu.org>
16083
16084         * gnus-group.el (gnus-group-highlight): Mark as risky.
16085
16086 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus.el (gnus-server-to-method): Return method found first in
16089         gnus-newsrc-alist.
16090
16091         * gnus-art.el (gnus-article-highlight-signature)
16092         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16093         button overlay without the front stickiness.
16094
16095 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16096
16097         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16098         overview buffer needed a catch to receive its throw.
16099         (gnus-agent-flush-cache): Declare as interactive to make this function
16100         easier to use.
16101
16102 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16105         `next-line'.
16106
16107 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16110         exclude address matching message-dont-reply-to-names.
16111
16112 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-util.el (gnus-string<): New function.
16115
16116         * gnus-sum.el (gnus-article-sort-by-author)
16117         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16118
16119 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16122         the frame-focus tag is set in gnus-buffer-configuration.
16123
16124 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16127         the front stickiness.
16128
16129 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16132         url pattern; remove duplicate one.
16133         (gnus-article-extend-url-button): New function.
16134         (gnus-article-add-buttons): Use it.
16135         (gnus-button-push): Use concatenated url that it makes.
16136
16137 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16138
16139         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16140
16141 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16142
16143         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16144         Don't hardcode point-min==1.
16145
16146 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16149         Fix comment about "iso8859-1".
16150
16151 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16152
16153         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16154         ones returned from the verify-function.
16155
16156         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16157         Call mml2015-extract-cleartext-signature if extraction failed.
16158
16159 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16160
16161         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16162         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16163         failed.
16164
16165 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16168
16169 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16172         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16173         recommends to use EasyPG instead of PGG.
16174
16175         * pgg.el: Revert to revision 6.23.2.16.
16176
16177         * pgg-def.el: Revert to revision 6.6.2.14.
16178
16179         * pgg-gpg.el: Revert to revision 6.23.2.34.
16180
16181 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16184         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16185         thread for both the null and zero (kill/expire thread) universal prefix
16186         cases.
16187         (gnus-summary-expire-thread): Add new function to expire a thread,
16188         using gnus-summary-kill-thread.
16189         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16190         shortcuts for gnus-summary-expire-thread.
16191         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16192         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16193
16194 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16197         extras value, so an extras entry can be deleted.
16198         (gnus-registry-delete-extra-entry): Use it.
16199         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16200         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16201         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16202         storage through the gnus-registry, and provide an appropriate API for
16203         it.
16204
16205 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16208         Suggested by Leo <sdl.web@gmail.com>.
16209
16210         * gnus.el: Do.
16211
16212 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16215         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16216
16217         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16218
16219         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16220         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16221
16222 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16225         newline.
16226         (nnmbox-request-accept-article): Don't change article in source buffer;
16227         narrow to header to use message-fetch-field rather than
16228         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16229         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16230         as delimiters; make sure article ends with newline.
16231         (nnmbox-delete-mail): Correct last position of article to be deleted;
16232         ignore X-Gnus-Newsgroup header in article body.
16233         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16234         positions; make sure article ends with newline.
16235
16236         * message.el (message-display-abbrev): Don't infloop when a user
16237         inserts SPC in the beginning of header.
16238
16239         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16240         coding-system-for-read and coding-system-for-write for XEmacs having no
16241         file-coding feature.
16242
16243         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16244
16245 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16246
16247         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16248         list of groups not followed by default.  Fix type to be regexp.
16249         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16250
16251 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16252
16253         * hmac-def.el (define-hmac-function): Switch from old-style to
16254         new-style backquotes.
16255
16256         * md4.el (md4-make-step): Likewise.
16257
16258 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16261         raw-text coding system when saving .newsrc file, which may contain
16262         non-ASCII group names.
16263
16264 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-cus.el (gnus-score-extra): New widget.
16267         (gnus-score-extra-convert): New function.
16268         (gnus-score-customize): Use it for Extra.
16269
16270 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16271
16272         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16273         (mml2015-mailcrypt-clear-verify): Use it.
16274         (mml2015-gpg-clear-verify): Use it.
16275         (mml2015-pgg-clear-verify): Use it.
16276         (mml2015-epg-clear-verify): Replace the current part with the output
16277         from GnuPG; don't extract the plaintext by itself.
16278
16279         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16280         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16281         mml2015-clear-verify-function; don't touch the armor headers or
16282         dash-escaped text here.
16283
16284 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16287         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16288         parts, or application/octet-stream as a last resort.
16289         (gnus-mime-view-part-as-type): Don't toggle display.
16290         (gnus-mime-view-part-as-charset): Don't turn off display before
16291         querying charset.
16292
16293         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16294         stuff to undisplayer function in Emacs.
16295         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16296
16297         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16298         text/calendar parts.
16299
16300 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16303         decoding text/calendar parts.
16304
16305         * message.el (message-forward-make-body-mime): Always mark body as
16306         having no illegible text; remove signed-or-encrypted argument.
16307         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16308
16309         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16310         (mml-generate-mime-1): Don't encode body if it is specified to be in
16311         raw form; don't make buffer be unibyte when inserting multibyte string.
16312
16313 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16314
16315         * sha1.el: Fix up comment style.
16316         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16317         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16318
16319         * hex-util.el: Fix up comment style.
16320         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16321
16322         * gnus-salt.el: Use with-current-buffer.
16323         (gnus-pick-setup-message): Fix long-standing typo.
16324
16325 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * imap.el (imap-logout-timeout): New variable.
16328         (imap-logout, imap-logout-wait): New functions.
16329         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16330
16331         * nnimap.el (nnimap-logout-timeout): New server variable.
16332         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16333         nnimap-logout-timeout.
16334
16335         * gnus-art.el (gnus-article-summary-command-nosave)
16336         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16337
16338 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus.el (gnus-maximum-newsgroup): New variable.
16341
16342         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16343         according to gnus-maximum-newsgroup.
16344
16345         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16346         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16347         Limit the range of articles according to gnus-maximum-newsgroup.
16348
16349 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16350
16351         * gnus-art.el (gnus-sticky-article): Fix problems described in
16352         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16353         Don't perform gnus-configure-windows here; reuse existing sticky
16354         article buffer.
16355
16356         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16357         it doesn't exist in gnus-article-mode.
16358
16359 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16362         (gnus-agent-decoded-group-name): New function.
16363         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16364         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16365
16366 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16367
16368         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16369         Add binding for gnus-sticky-article.
16370         (gnus-summary-exit): Don't kill sticky article buffers.
16371
16372         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16373         article buffer.
16374         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16375         (gnus-kill-sticky-article-buffers): New commands.
16376
16377 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * nntp.el (nntp-xref-number-is-evil): New server variable.
16380         (nntp-find-group-and-number): If it is non-nil, don't trust article
16381         numbers in the Xref header.
16382
16383 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-agent.el (gnus-agent-read-group): New function.
16386         (gnus-agent-flush-group, gnus-agent-expire-group)
16387         (gnus-agent-regenerate-group): Use it.
16388         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16389         nnmail-pathname-coding-system.
16390
16391 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16394
16395         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16396         that are unread as unread, and also as selected so that information of
16397         marks having been changed by a user may be updated when exiting group.
16398
16399 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16402
16403 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16406         calculated ignoring signature parts to gnus-treat-article.
16407
16408 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16411         a point here in order to keep the window start.
16412         (gnus-insert-mime-security-button): Make a button overlay without the
16413         front stickiness.
16414         (gnus-mime-display-security): Goto the end of a button.
16415
16416         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16417
16418 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16421         group-name-at-point.
16422         (gnus-group-completing-read): New function that offers decoded
16423         non-ASCII group names for completion.
16424         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16425         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16426         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16427         (gnus-group-fetch-control): Use it.
16428         (gnus-fetch-group): Use group-name-at-point for the initial value
16429         rather than the default value; use gnus-alive-p.
16430
16431         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16432         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16433         (gnus-summary-post-news): Use gnus-group-completing-read.
16434
16435         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16436         (gnus-read-move-group-name): Decode group name for completion.
16437
16438 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16439
16440         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16441         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16442         Yamaoka slightly modified the code).
16443
16444 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16447         (nnmail-split-incoming): Bind it.
16448
16449         * nnml.el (nnml-group-name-charset): New function.
16450         (nnml-decoded-group-name): Use it; don't decode group name if
16451         nnmail-group-names-not-encoded-p is non-nil.
16452         (nnml-encoded-group-name): New function.
16453         (nnml-group-pathname): Inline nnml-decoded-group-name.
16454         (nnml-request-expire-articles): Decode group name in message.
16455         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16456         nnmail-pathname-coding-system.
16457         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16458         not decoded ones according to nnmail-group-names-not-encoded-p.
16459         (nnml-generate-active-info): Use nnml-encoded-group-name.
16460
16461 2007-08-08  Glenn Morris  <rgm@gnu.org>
16462
16463         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16464         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16465         doc-strings and comments.
16466
16467 2007-07-25  Glenn Morris  <rgm@gnu.org>
16468
16469         * Relicense all FSF files to GPLv3 or later.
16470
16471 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-sum.el (gnus-summary-move-article):
16474         Make gnus-summary-respool-article work.
16475
16476 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16477
16478         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16479         string.
16480
16481 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16482
16483         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16484         that should be ignored when comparing distant RSS articles with local
16485         ones.
16486         (nnrss-make-hash-index): New function.  Create a hash index according
16487         to the ignored fields.
16488         (nnrss-check-group): Use it.
16489
16490 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16493
16494         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16495
16496         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16497         the new optional argument ENCODED is non-nil.
16498         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16499         coding system for encoding group name.
16500         (gnus-group-make-rss-group): Pass un-encoded group name to
16501         gnus-group-make-group.
16502         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16503         encoded.
16504
16505         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16506         Encode group name to which articles are moved or copied.
16507         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16508         coding system for encoding Newsgroup, Followup-To and Xref headers.
16509
16510         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16511         marks; use nnheader-file-coding-system to write a file.
16512         (nnagent-retrieve-headers): Bind file-name-coding-system to
16513         nnmail-pathname-coding-system.
16514
16515         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16516
16517         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16518         (nnml-request-article, nnml-request-create-group)
16519         (nnml-request-rename-group, nnml-find-id)
16520         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16521         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16522         (nnml-save-marks): Use nnml-group-pathname instead of
16523         nnmail-group-pathname.
16524
16525         (nnml-request-create-group, nnml-request-expire-articles)
16526         (nnml-request-move-article, nnml-request-delete-group)
16527         (nnml-deletable-article-p, nnml-possibly-create-directory)
16528         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16529         (nnml-open-marks): Bind file-name-coding-system to
16530         nnmail-pathname-coding-system.
16531
16532         (nnml-request-article): Pass server argument to nnml-find-group-number.
16533         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16534         Pass server argument to nnml-possibly-create-directory.
16535         (nnml-request-accept-article): Pass server argument to
16536         nnml-active-number and nnml-save-mail.
16537         (nnml-find-group-number): Pass server argument to nnml-find-id.
16538         (nnml-request-update-info): Pass server argument to
16539         nnml-marks-changed-p.
16540
16541         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16542         (nnml-save-mail, nnml-active-number): Add server argument.
16543
16544         (nnml-request-delete-group): Warn if group is missing.
16545         (nnml-get-nov-buffer): Decode group name.
16546         (nnml-generate-active-info): Encode group name.
16547         (nnml-open-marks): Decode group name in messages.
16548
16549 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16552         if it is not specified.
16553         (gnus-article-pipe-part, gnus-article-save-part)
16554         (gnus-article-interactively-view-part, gnus-article-copy-part)
16555         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16556         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16557         (gnus-article-replace-part, gnus-article-delete-part)
16558         (gnus-article-view-part-as-type): Pass raw prefix argument to
16559         gnus-article-part-wrapper.
16560
16561 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-agent.el (gnus-agent-save-active):
16564         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16565
16566         * gnus-cache.el (gnus-cache-save-buffers)
16567         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16568         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16569         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16570         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16571         (gnus-cache-generate-active, gnus-cache-rename-group)
16572         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16573         (gnus-cache-update-overview-total-fetched-for):
16574         Bind file-name-coding-system to nnmail-pathname-coding-system.
16575         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16576         New variables.
16577         (gnus-cache-decoded-group-name): New function.
16578         (gnus-cache-file-name): Use it.
16579         (gnus-cache-generate-active): Use non-decoded group name for active.
16580
16581         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16582         right place.
16583         (gnus-write-active-file): Don't break non-ASCII group names.
16584
16585         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16586         nnmail-pathname-coding-system.
16587
16588         * lpath.el: Bind default-file-name-coding-system,
16589         file-name-coding-system and language-info-alist for XEmacs.
16590
16591         * gnus-uu.el (gnus-uu-decode-save): Typo.
16592
16593 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16596
16597 2007-07-14  David Kastrup  <dak@gnu.org>
16598
16599         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16600         finishing actions if we did not edit the article.
16601
16602 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16605         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16606         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16607         (gnus-agent-flush-group, gnus-agent-flush-cache)
16608         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16609         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16610         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16611         (gnus-agent-regenerate-group)
16612         (gnus-agent-update-files-total-fetched-for)
16613         (gnus-agent-update-view-total-fetched-for):
16614         Bind file-name-coding-system to nnmail-pathname-coding-system.
16615         (gnus-agent-group-pathname): Don't encode file names by
16616         nnmail-pathname-coding-system.
16617         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16618         coding-system-for-write instead of buffer-file-coding-system to
16619         gnus-agent-file-coding-system.
16620
16621         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16622         Decode group name.
16623
16624         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16625
16626         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16627         (gnus-read-newsrc-el-file): Make group names unibyte.
16628
16629         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16630         nnmail-pathname-coding-system.
16631
16632         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16633         (nnrss-request-delete-group): Bind file-name-coding-system to
16634         nnmail-pathname-coding-system.
16635         (nnrss-read-server-data, nnrss-read-group-data):
16636         Bind file-name-coding-system correctly.
16637         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16638
16639         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16640         (nntp-server-to-method-cache): New variable.
16641         (nntp-group-pathname): New function that decodes non-ASCII group names.
16642         (nntp-possibly-create-directory, nntp-marks-changed-p)
16643         (nntp-save-marks, nntp-open-marks): Use it.
16644         (nntp-possibly-create-directory, nntp-open-marks):
16645         Bind file-name-coding-system to nnmail-pathname-coding-system.
16646         (nntp-open-marks): Decode group names when bootstrapping marks.
16647
16648         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16649         Newsgroups and Followup-To headers.
16650
16651 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16654         (gnus-server-closed-face, gnus-server-denied-face)
16655         (gnus-server-offline-face): Remove variable.
16656         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16657
16658         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16659         of modifying message-stack directly for XEmacs.
16660
16661         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16662         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16663         if the coding-system argument is nil for XEmacs.
16664
16665         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16666         mm-charset-override-alist.
16667
16668         * rfc2047.el: Don't require base64; require rfc2045 for the function
16669         rfc2045-encode-string.
16670         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16671         to quote the parameter value.
16672
16673 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16676         form in gnus-group-name-charset-method-alist.
16677
16678         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16679         overrides the default layout edit-form.
16680
16681         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16682
16683         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16684
16685 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16688         as unfetched articles.
16689
16690 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16693
16694 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16697         original back end that keeps marks in the local system.
16698
16699 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16702         arg of pop-to-buffer for XEmacs.
16703         (gnus-article-read-summary-keys): Ditto; don't restore window
16704         configuration if summary command ends up with neither article buffer
16705         nor summary buffer; describe bindings if summary keys end with C-h.
16706
16707 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * message.el (message-fix-before-sending): Skip raw message part to be
16710         forwarded while checking illegible text.
16711         (message-forward-make-body-mime, message-forward-make-body):
16712         Mark signed or encrypted raw message as having no illegible text.
16713
16714 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16717         (gnus-message-with-timestamp-1): New macro.
16718         (gnus-message-with-timestamp): New function.
16719         (gnus-message): Use them.
16720
16721         * nnheader.el (nnheader-message): Use them.
16722
16723 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16726         .newsrc.eld file.
16727
16728 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-agent.el (gnus-agent-fetch-headers)
16731         (gnus-agent-retrieve-headers):
16732         Bind gnus-decode-encoded-address-function to identity.
16733
16734         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16735         available also when the server returns simply a dot.
16736
16737         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16738
16739 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16742
16743 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-ems.el (gnus-x-splash): Make it work.
16746
16747         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16748         from being used.
16749
16750         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16751
16752 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16755         4th and the 5th arguments.
16756
16757         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16758         the front stickiness.
16759         (gnus-article-summary-command-nosave): Correct the order of the
16760         arguments passed to pop-to-buffer.
16761         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16762         summary command ends up with the article buffer.
16763
16764         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16765         the same faces.
16766
16767 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16768
16769         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16770
16771 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16772
16773         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16774         * gnus-sum.el (gnus-summary-highlight):
16775         * pgg.el (pgg-sign-region, pgg-sign):
16776         * mail-source.el (mail-source-delete-old-incoming-confirm):
16777         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16778
16779 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-art.el (gnus-mime-view-part-externally)
16782         (gnus-mime-view-part-internally): Fix predicate function passed to
16783         completing-read.
16784
16785         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16786
16787         * gnus.el (gnus-update-message-archive-method): Add :version.
16788
16789 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus.el (gnus-update-message-archive-method): New variable.
16792
16793         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16794         according to gnus-message-archive-method if
16795         gnus-update-message-archive-method is non-nil.
16796
16797 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16800         Suggested by Loic Dachary <loic@dachary.org>.
16801         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16802
16803 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * message.el (message-pop-to-buffer): Add switch-function argument.
16806         (message-mail): Pass switch-function argument to it.
16807
16808 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16811         Improve doc string.
16812
16813 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16816         (gnus-header-content):
16817         * gnus-cite.el (gnus-cite-10):
16818         * gnus-srvr.el (gnus-server-closed):
16819         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16820         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16821         (gnus-group-mail-3-empty, gnus-group-mail-low)
16822         (gnus-group-mail-low-empty, gnus-splash):
16823         * message.el (message-header-to, message-header-cc)
16824         (message-header-subject, message-header-other, message-header-name)
16825         (message-header-xheader, message-separator, message-cited-text)
16826         (message-mml): Lighten colors of faces used for dark background.
16827
16828 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16829
16830         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16831         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16832
16833 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * message.el (message-narrow-to-headers-or-head):
16836         Ignore mail-header-separator in the body.
16837
16838 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16841         same as window size.
16842
16843 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16844
16845         * message.el (message-font-lock-keywords): Use message-header-xheader
16846         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16847         ahead of the anything pattern, to get it recognized.
16848
16849 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16852         spam.el loads uses it in the compiled defadvice form.
16853
16854 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16855
16856         * gnus-sum.el (gnus-articles-to-read)
16857         (gnus-summary-insert-old-articles): Don't truncate group name for
16858         `read-string'.
16859
16860         * gnus-util.el (gnus-limit-string): Delete this function.
16861
16862         * gnus-sum.el (gnus-simplify-subject-fully):
16863         Use `truncate-string-to-width' instead.
16864
16865 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16866
16867         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16868         Tell if, on summary exit, the next group has to be selected.
16869         (gnus-summary-exit): Use it.
16870
16871 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16874         non-break space.
16875
16876 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16879         Check if group is not a directory.
16880         (nnfolder-request-expire-articles): Don't delete articles if the target
16881         group is not available.
16882
16883         * nnml.el (nnml-request-create-group): Properly check if group is not a
16884         file.
16885         (nnml-request-expire-articles): Don't delete articles if the target
16886         group is not available.
16887
16888         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16889         Don't quote characters that are within parentheses.
16890
16891 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16894         (gnus-handle-ephemeral-exit): Select article according to it.
16895
16896 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * message.el (message-insert-formated-citation-line): Remove newline.
16899         (message-citation-line-format): Add final \n here so that the user can
16900         avoid a blank line.
16901
16902 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16903
16904         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16905         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16906         Update lanl/arXiv support.
16907
16908 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * gnus.el: Bump version number.
16911
16912 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16913
16914         * gnus.el (gnus-version-number): Bump version.
16915
16916 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16917
16918         * gnus.el: No Gnus v0.6 is released.
16919
16920 2007-04-27  Didier Verna  <didier@xemacs.org>
16921
16922         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16923         * gmm-utils.el (gmm-regexp-concat): ... here.
16924         * message.el: Don't require 'gnus-util.
16925         (message-dont-reply-to-names): Handle name change above.
16926         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16927
16928 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16931         since the initial value varies according to the system.
16932
16933 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16936
16937 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16938
16939         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16940
16941 2007-04-24  Didier Verna  <didier@xemacs.org>
16942
16943         Improve the type of gnus-ignored-from-addresses.
16944         * gnus-util.el (gnus-orify-regexp): New function.
16945         * message.el (gnus-util): Require it.
16946         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16947         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16948         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16949
16950 2007-04-24  Didier Verna  <didier@xemacs.org>
16951
16952         * gnus-sum.el:
16953         * gnus-utils.el: Fix some trailing whitespaces.
16954
16955 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16958         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16959         article's Message-ID; refer parent article in summary buffer.
16960
16961         * message.el (message-bounce): Call mime-to-mml.
16962
16963         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16964         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16965         optimize and/or forms properly.
16966
16967 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16970         URL.
16971
16972 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16975
16976 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16979         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16980         displayed of multipart/alternative part if it is invoked from summary
16981         buffer.
16982
16983         * mm-view.el (mm-inline-text-html-render-with-w3m)
16984         (mm-inline-text-html-render-with-w3m-standalone)
16985         (mm-inline-render-with-function): Use mail-parse-charset by default.
16986
16987 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16988
16989         * parse-time.el (parse-time-string-chars): Check if CHAR
16990         is less than the length of parse-time-syntax.
16991
16992 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16995         from gnus-newsgroup-processable.
16996
16997 2007-04-16  Didier Verna  <didier@xemacs.org>
16998
16999         * gnus-msg.el (gnus-configure-posting-styles):
17000         Handle message-signature-directory properly with :file syntax.
17001         Reported by "Leo".
17002
17003 2007-04-11  Didier Verna  <didier@xemacs.org>
17004
17005         New user option: message-signature-directory.
17006         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17007         * message.el (message-insert-signature): Ditto.
17008         * message.el (message-signature-file): Doc update.
17009         * message.el (message-signature-directory): New.
17010
17011 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-msg.el (gnus-inews-yank-articles):
17014         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17015
17016 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * message.el (message-yank-original): Make sure cited text ends with
17019         newline; don't exchange point and mark.
17020
17021 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17022
17023         * tls.el (open-tls-stream): Properly handle case where there
17024         is no associated buffer.
17025
17026 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17027
17028         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17029         message-yank-original, make sure (< mark TEXT point).
17030
17031 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * message.el (message-fill-column): New variable.
17034         (message-mode): Use it.  Add comment on a possible new hook.
17035
17036         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17037         (nnmail-get-new-mail): Reformat.
17038
17039         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17040
17041         * gmm-utils.el: Fix Commentary.
17042         (gmm-tool-bar-from-list): Fix typo in doc string.
17043
17044 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17045
17046         * message.el (message-yank-original): Don't switch point and mark
17047         unnecessarily to put point and mark as documented.
17048
17049 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17050
17051         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17052         from the message heads.
17053
17054 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17055
17056         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17057         article buffer does not have a window.  This may not be the best
17058         solution but is certainly better than setting the start of the null,
17059         that is the current, window.
17060
17061 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17064         (gnus-draft-setup): Run it.
17065
17066         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17067         gnus-score-fast-scoring.  Allow regexp.
17068         (gnus-score-headers): Use it.
17069
17070         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17071         XEmacs.
17072
17073         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17074         string.
17075         (gnus-button-alist): Also catch `<f1> k ...'.
17076         (gnus-treat-display-x-face): Fix doc string.
17077
17078 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17079
17080         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17081         evaluation of gnus-extended-version to ensure correct generation of the
17082         User-Agent header when message-generate-headers-first is used.
17083
17084 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17085
17086         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17087         hashcash-path is nil.  Don't call callback with incorrect number of
17088         parameters if val is 0.
17089
17090 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17091
17092         * message.el (message-required-news-headers):
17093         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17094
17095 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17096
17097         * tls.el (open-tls-stream): In handshake-waiting loop,
17098         don't wait more if there is output available to process.
17099
17100 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17101
17102         * tls.el (tls-program): Doc fix.
17103
17104 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * message.el (message-generate-new-buffers): Change the meaning of the
17107         nil value; add `standard' to the choices; treat t as `unique'; improve
17108         doc string.
17109         (gnus-select-frame-set-input-focus): Autoload.
17110         (message-buffer-name): Search for the existing message buffer if
17111         message-generate-new-buffers is nil or `standard'; treat the value t of
17112         message-generate-new-buffers as `unique'.
17113         (message-pop-to-buffer): Raise the frame already displaying the message
17114         buffer; clear the echo area after querying.
17115         (message-setup): Pass the `continue' argument to compose-mail.
17116         (message-mail): Prefer `switch-function' if it is given; search for the
17117         existing message buffer if the `continue' argument is non-nil; pass
17118         continue and switch-function arguments to compose-mail by way of
17119         message-setup.
17120         (message-mail-other-window): Adjust argument of message-setup.
17121         (message-mail-other-frame): Ditto.
17122
17123 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17126         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17127         to turn font-lock on when turning gnus-message-citation-mode on.
17128
17129 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17130
17131         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17132         (mml-smime-function-alist): New variable; add epg as the backend.
17133         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17134         mml-smime- functions instead.
17135         * mm-view.el: Require smime.
17136
17137 2007-03-05  Didier Verna  <didier@xemacs.org>
17138
17139         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17140         instead of just inheritance for posting styles.
17141         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17142
17143 2007-02-24  Chris Moore  <dooglus@gmail.com>
17144
17145         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17146         * pgg-pgp.el (pgg-pgp-encrypt-region):
17147         * pgg-gpg.el (pgg-gpg-encrypt-region):
17148         Check pgg-encrypt-for-me if no other recipients.
17149
17150 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17151
17152         * tls.el (tls-certtool-program): Fix custom type.
17153
17154 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17157         and point-at-eol instead of line-(beginning|end)-position.
17158
17159         * assistant.el (assistant-parse-buffer): Ditto.
17160
17161         * netrc.el (netrc-parse-services): Ditto.
17162
17163 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17164
17165         * mml2015.el (mml2015-epg-find-usable-key): New function.
17166         (mml2015-epg-sign): Use it.
17167         (mml2015-epg-encrypt): Use it.
17168
17169 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * message.el (message-make-in-reply-to): Quote name containing
17172         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17173         if there are special characters.  Reported by NAKAJI Hiroyuki
17174         <nakaji@jp.freebsd.org>.
17175
17176 2007-02-27  Didier Verna  <didier@xemacs.org>
17177
17178         Include the group parameters as well as the topic ones in the
17179         inheritance filter process.
17180         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17181         argument GROUP-PARAMS-LIST.
17182         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17183
17184 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * nntp.el (nntp-never-echoes-commands)
17187         (nntp-open-connection-functions-never-echo-commands): New variables.
17188         (nntp-send-command): Use them.
17189
17190 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17191
17192         * mml2015.el (mml2015-epg-verify): Simplify.
17193
17194 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * mml.el (mml-content-disposition-alist): New user option.
17197         (mml-content-disposition): New function.
17198         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17199         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17200
17201 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17202
17203         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17204         verification.
17205
17206 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17207
17208         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17209         articles posted in the last 24 hours.
17210
17211 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17212
17213         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17214
17215 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17216
17217         * nntp.el (nntp-send-command): Don't wait for echoes when
17218         nntp-open-ssl-stream is used.
17219
17220 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17223         (gnus-message-add-citation-keywords)
17224         (gnus-message-remove-citation-keywords): Remove.
17225         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17226         directly, make the variables in font-lock-defaults buffer-local, add
17227         gnus-message-citation-keywords to them and then update the value of
17228         font-lock-keywords.
17229
17230 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * message.el (message-cite-original-1): Don't call
17233         gnus-article-highlight-citation.
17234
17235         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17236         citations; fix line count.
17237
17238 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17241         (gnus-message-add-citation-keywords)
17242         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17243         versions of font-lock-add-keywords and font-lock-remove-keywords to
17244         work with XEmacs correctly.
17245
17246 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus-cite.el (gnus-cite-face-list): Set the values of
17249         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17250         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17251         (gnus-message-cite-prefix-regexp): New variable.
17252         (gnus-message-search-citation-line): Use it; protect against long
17253         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17254         the 0th match data for Emacs.
17255         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17256         (gnus-message-add-citation-keywords): Append keywords rather than
17257         prepending; emulate font-lock-add-keywords if it is not available.
17258         (gnus-message-remove-citation-keywords):
17259         Emulate font-lock-remove-keywords if it is not available.
17260
17261         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17262
17263         * message.el (message-cite-prefix-regexp): Set the value of
17264         gnus-message-cite-prefix-regexp.
17265
17266 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17267
17268         * nnweb.el (nnweb-google-parse-1): Update parser.
17269
17270 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17271
17272         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17273
17274 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17275
17276         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17277         regexp.
17278
17279 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17282         string-to-multibyte.
17283         (uudecode-decode-region-internal): Use it.
17284
17285         * lpath.el: Fbind string-as-multibyte for XEmacs.
17286
17287 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17290         Fix custom choice.
17291
17292         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17293
17294 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17295
17296         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17297
17298         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17299         `write-region' to respect `mm-inhibit-file-name-handlers'.
17300
17301 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17302
17303         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17304         Use gnus-home-directory instead of "~/" or "$HOME".
17305
17306 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17309         to mention filename.
17310         Add comments at beginning regarding usage.
17311         (encrypt-write-file-contents): Change interactive so a string is
17312         acceptable.  If the file has no associated model, show an error instead
17313         of a nonsense prompt.
17314
17315 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17316
17317         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17318         Thanks to Yoshihiko Yamada for kind notification of this typo.
17319
17320 2007-01-12  Kenichi Handa  <handa@m17n.org>
17321
17322         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17323         multibyte buffer.
17324
17325 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * gnus-score.el (gnus-score-fast-scoring): New variable.
17328         (gnus-score-headers): Use it.
17329
17330         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17331
17332         * message.el (message-cite-original-1):
17333         Call gnus-article-highlight-citation if requested.
17334         (message-make-from): Allow name and address as optional arguments.
17335
17336         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17337
17338         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17339         bugs to doc string.
17340         (gnus-button-alist): Add mid\\|message-id.
17341         (gnus-button-fetch-group): Extend for use in
17342         `browse-url-browser-function'.
17343         (gnus-button-url-regexp): Try to catch paired parentheses like in
17344         Wikipedia URLs.
17345
17346         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17347         Suggested by Simon Krahnke <overlord@gmx.li>.
17348
17349 2007-01-13  Romain Francoise  <romain@orebokech.com>
17350
17351         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17352         Update copyright.
17353
17354 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17355
17356         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17357
17358 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * gnus-registry.el (gnus-registry-unfollowed-groups)
17361         (gnus-registry-split-fancy-with-parent): Fix documentation.
17362
17363 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364
17365         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17366         from nnweb groups.
17367
17368 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17369
17370         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17371         Xref urls.  Erase buffer before requesting head.
17372
17373         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17374
17375 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17376
17377         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17378         customizable.
17379
17380 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17381
17382         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17383         no signing key is found.
17384         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17385         no encrypting and/or signing key is found.
17386
17387 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17388
17389         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17390
17391 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17392
17393         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17394         headers read from disk with the ones newly found in the current search.
17395         This should no longer cause problems, because the article numbers in
17396         Gmane's `nov.php' output are ignored since the previous change.
17397
17398 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17399
17400         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17401
17402 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17405         replace-regexp-in-string; bind url-version; fbind display-images-p and
17406         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17407         find-face and set-itimer-function for Emacs; bind itimer-list for
17408         Emacs.
17409
17410         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17411
17412 2007-01-01  Romain Francoise  <romain@orebokech.com>
17413
17414         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17415
17416 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17417
17418         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17419         `define-minor-mode' macro definition expanded properly.
17420         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17421         exclude it there.
17422
17423         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17424         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17425         `fboundp' test.
17426         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17427         This is OK to autoload in (S)XEmacs now.
17428
17429 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430
17431         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17432         keystroke.
17433         (gnus-summary-limit-to-singletons): Fix typo.
17434
17435         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17436         else fails.
17437
17438 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17439
17440         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17441         docstring.
17442
17443         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17444         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17445         (gnus-summary-insert-dormant-articles): Fix typo in message.
17446
17447 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17448
17449         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17450         nil for XEmacs.
17451         (gnus-message-citation-mode): Don't autoload in XEmacs.
17452
17453         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17454
17455 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17456
17457         * nnimap.el (nnimap-expunge-search-string):
17458         Mention nnimap-search-uids-not-since-is-evil in docstring.
17459
17460 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * spam.el: Revert to make-obsolete-variable because
17463         define-obsolete-variable-alias is not supported in Emacs 21.
17464
17465         * spam.el (spam-ifile-path, spam-ifile-database-path)
17466         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17467         make-obsolete-variable.
17468         (spam-bsfilter-path, spam-bsfilter-program)
17469         (spam-spamassassin-path, spam-spamassassin-program)
17470         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17471         Don't use "path" inappropriately.
17472         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17473         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17474         variable names.
17475
17476 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17477
17478         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17479         summary buffer.
17480
17481         * password.el (password-cache-remove): Use clear-string to burn
17482         password, if available.
17483
17484 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17487
17488         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17489
17490         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17491         (gnus-message-highlight-citation): Move defcustom here from
17492         gnus-cite.el.
17493         (gnus-message-citation-mode): Autoload.
17494
17495         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17496         checks to make it compile with XEmacs.
17497         (gnus-message-citation-mode): New minor mode.
17498         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17499         (gnus-message-highlight-citation): New variables.
17500         (gnus-message-search-citation-line)
17501         (gnus-message-add-citation-keywords)
17502         (gnus-message-remove-citation-keywords)
17503         (turn-on-gnus-message-citation-mode)
17504         (turn-off-gnus-message-citation-mode): New functions.
17505
17506 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17507
17508         * gnus-cite.el: Enable highlighting of different citation levels in
17509         message-mode.
17510
17511 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * message.el (message-make-fqdn): Fix comment.
17514         (message-bogus-system-names): Add ".local".
17515
17516         * spam.el (spam-ifile-path, spam-ifile-program)
17517         (spam-ifile-database-path, spam-ifile-database)
17518         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17519         Don't use "path" inappropriately.
17520         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17521         strings.
17522         (spam-check-ifile, spam-ifile-register-with-ifile)
17523         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17524         Use new variable names.
17525
17526         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17527         (gnus-treat-display-smileys): Simplify using
17528         gnus-image-type-available-p.
17529
17530         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17531         available.
17532
17533         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17534         Use `display-images-p' if available.
17535
17536 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17539         one after turning on the buffer's multibyteness instead of decoding
17540         them directly in the unibyte buffer that causes unexpected conversion
17541         in Emacs 23 (unicode).
17542
17543 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17544
17545         * message.el (message-generate-hashcash): Fix custom type.
17546
17547 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17550
17551 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17554         disconnect icons.  Add help text.
17555
17556 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17557
17558         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17559         negated to be consistent with the others we handle.
17560
17561 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17562
17563         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17564         version of gnus-summary-buffer to something, so that we can use two
17565         article buffers at the same time.
17566
17567 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17568
17569         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17570         trigger all the extra headers.
17571         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17572         sorting.
17573
17574 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17575
17576         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17577         solid groups.
17578
17579 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17580
17581         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17582
17583 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * legacy-gnus-agent.el: Add Copyright notice.
17586
17587 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17588
17589         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17590
17591 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17592
17593         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17594
17595         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17596         to make it work reliably in CVS Emacs.
17597         (gnus-summary-limit-strange-charsets-predicate)
17598         (gnus-summary-limit-to-predicate): New functions.
17599
17600 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17601
17602         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17603         specifying array size.
17604         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17605         array if it is too small.
17606         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17607         (gnus-sort-threads-loop): New function.
17608
17609 2006-12-06  Chris Moore  <dooglus@gmail.com>
17610
17611         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17612         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17613
17614 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17615
17616         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17617         options.
17618
17619 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17620
17621         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17622         DOS-ing the recipient.
17623
17624         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17625         the headers when creating the mapping to avoid mismappings.
17626         (nnweb-gmane-create-mapping): Always nix out old mapping.
17627
17628 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17631         and mm-verify-option to never.
17632
17633 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * message.el (message-signed-or-encrypted-p): New function.
17636         (message-forward-make-body): Use it.
17637
17638         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17639         Replace encode-coding-string with mm-encode-coding-string.
17640
17641 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * nneething.el (nneething-decode-file-name):
17644         Replace decode-coding-string with mm-decode-coding-string.
17645
17646         * gnus-int.el (gnus-open-server): Say failed server's name.
17647
17648 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17649
17650         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17651         strings to a single string.  Quote `errors-file-name'.
17652         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17653         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17654         Adjust calls.  Use `shell-quote-argument'.
17655
17656 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17657
17658         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17659         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17660
17661         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17662         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17663         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17664         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17665         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17666         (gnus-subscribe-newsgroup, gnus-1):
17667         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17668         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17669         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17670         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17671
17672 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17673
17674         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17675         keystroke.
17676         (gnus-summary-limit-to-bodies): Implement headersp.
17677
17678 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17679
17680         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17681
17682 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17685
17686 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17687
17688         * message.el (message-generate-hashcash): Expand range of values to
17689         include `opportunistic'.
17690         (message-send-mail): Use it.
17691
17692 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17693
17694         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17695         and comment it.
17696
17697         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17698
17699 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17700
17701         * gnus-util.el (gnus-extract-address-components): Improve comment.
17702
17703 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * gnus-util.el (gnus-extract-address-components): Work with address in
17706         which the name portion contains @.
17707
17708         * lpath.el: Fbind custom-autoload.
17709
17710 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * gnus.el (gnus-start): Move custom group up.
17713         (gnus-select-method): Don't autoload, but make it available for
17714         `customize-variable'.
17715         (gnus-getenv-nntpserver): Don't autoload.
17716
17717 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17718
17719         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17720
17721 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * message.el (message-sendmail-extra-arguments): New variable.
17724         (message-send-mail-with-sendmail): Use it.
17725
17726 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17729         mm-with-unibyte-current-buffer to make string unibyte.
17730
17731         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17732         mm-string-as-multibyte.
17733
17734 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17735
17736         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17737         Reported by Werner Koch <wk@gnupg.org>.
17738
17739 2006-11-14  Daiki Ueno  <ueno@p360>
17740
17741         * mml2015.el: Autoload epa-select-keys when compiling.
17742
17743 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17744
17745         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17746         message-options.
17747         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17748
17749 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17750
17751         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17752         EasyPG (< 0.0.6).
17753         (mml2015-always-trust): New user option.
17754         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17755         prompt.
17756
17757 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nntp.el (nntp-authinfo-force): New variable.
17760         (nntp-send-authinfo): Use it.
17761
17762 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17765         decode encoded words.  Improve prompt.  Add comment about forwarding.
17766         (message-replacement-char): Move up.
17767
17768 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17769
17770         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17771         instead of gnus-intersection because arguments of gnus-sorted-nunion
17772         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17773
17774 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17777         (message-simplify-subject-functions):
17778         Enable message-strip-subject-encoded-words by default.
17779
17780 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17781
17782         * message.el (message-strip-subject-encoded-words): New function.
17783         (message-simplify-subject-functions): New variable.
17784         (message-simplify-subject): Use it.  Fix typo in doc string.
17785         Support message-strip-subject-encoded-words.
17786
17787 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17788
17789         * gnus-diary.el (gnus-diary-delay-format-function):
17790         * nndiary.el (nndiary-reminders):
17791         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17792
17793 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17794
17795         * gnus-art.el (article-hide-boring-headers): Fetch date from
17796         gnus-original-article-buffer to avoid problems with localized date
17797         strings.
17798
17799 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17802
17803 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17804
17805         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17806         New variables.
17807         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17808         (mm-charset-synonym-alist): Move some entries to
17809         mm-codepage-iso-8859-list.
17810         (mm-charset-synonym-alist, mm-charset-override-alist):
17811         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17812
17813 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17816
17817 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17820         with Emacs 21 and XEmacs.
17821
17822 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17823
17824         * spam.el (spam-parse-address): New function for better parsing,
17825         catching errors, etc.
17826         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17827
17828 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * mm-view.el: Add interactive arg to html2text autoload.
17831
17832 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17835
17836 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17839         New variables.
17840         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17841         (mm-charset-synonym-alist): Move some entries to
17842         mm-codepage-iso-8859-list.
17843
17844         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17845
17846 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * message.el (message-citation-line-format)
17849         (message-insert-formated-citation-line): Fix implementation of %E, %N
17850         and %n according to the doc string.
17851
17852 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17855         Use car-safe to avoid bad parses.
17856
17857 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17860         names.
17861
17862         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17863
17864 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17867         header.
17868
17869         * message.el (message-draft-headers): Add Date.
17870         (message-headers-to-generate): Fix typo in docstring.
17871
17872         * nndraft.el (nndraft-required-headers): New variable.
17873         (nndraft-generate-headers): Use it.
17874
17875         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17876
17877 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17878
17879         * gnus-registry.el (gnus-registry-wash-for-keywords)
17880         (gnus-registry-find-keywords): New functions to allow easy searching of
17881         articles that are in the registry.
17882
17883 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17884
17885         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17886         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17887         Reported by Damien Elmes <damien@repose.cx>.
17888
17889 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * gnus.el (gnus-mime): Remove unused custom group.
17892
17893 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17894
17895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17896         "blank line" when searching for end of armor headers.
17897
17898 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gmm-utils.el (gmm-write-region): Fix variable name.
17901
17902 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gmm-utils.el (gmm-write-region): New function based on compatibility
17905         code from `mm-make-temp-file'.
17906
17907         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17908
17909         * nnmaildir.el (nnmaildir--update-nov)
17910         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17911         Use `gmm-write-region'.
17912
17913 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17914
17915         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17916         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17917
17918         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17919
17920         * message.el (message-replacement-char): New variable.
17921         (message-fix-before-sending): Use it.
17922         (message-simplify-subject): New function to remove duplicate code.
17923         (message-reply, message-followup): Use it.
17924
17925         * gnus-sum.el (gnus-summary-make-menu-bar):
17926         Clarify gnus-summary-limit-to-articles.
17927
17928 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-util.el (gnus-with-local-quit): New macro.
17931
17932         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17933
17934 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17935
17936         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17937         ignore non-string data.
17938
17939 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17940
17941         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17942         non-string data (needs to be done in the registry too).
17943
17944 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17947         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17948         (gnus-registry-split-fancy-with-parent)
17949         (gnus-registry-fetch-simplified-message-subject-fast)
17950         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17951         Remove text properties on ingress into the registry and when it's saved.
17952         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17953         registry from entries with no groups.
17954
17955 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17958         function to remove string properties.
17959
17960 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * gmm-utils.el (gmm): Adjust custom version.
17963
17964         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17965         Adjust custom version.
17966
17967         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17968
17969 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17970
17971         * gnus-art.el (gnus-insert-prev-page-button)
17972         (gnus-insert-next-page-button): Simplify.  Reformat.
17973
17974 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17975
17976         * gnus-art.el (gnus-insert-prev-page-button)
17977         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17978
17979 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17980
17981         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17982
17983 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17984
17985         * gnus-art.el (gnus-insert-mime-button)
17986         (gnus-insert-mime-security-button):
17987         Apply gnus-article-button-face to MIME and security buttons.
17988
17989 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17992         readable.
17993
17994 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17997
17998 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17999
18000         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18001         `browse-url-of-file' instead of `browse-url'.
18002
18003 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18004
18005         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18006         regexp.  Articles containing quotation were cut prematurely.
18007
18008 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * message.el (message-cite-original-1): Use nobody by default for the
18011         value of From header.
18012         (message-reply): Ditto.
18013
18014 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18015
18016         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18017         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18018         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18019
18020 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18023         mails in the doc string.  Add some URLs in comment.
18024         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18025
18026 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18029         backslashes handling and the way to find boundaries of quoted strings.
18030
18031 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18032
18033         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18034         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18035         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18036         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18037
18038 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18039
18040         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18041         doc string.
18042         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18043
18044 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * lpath.el: Fbind epg-check-configuration.
18047
18048 2006-09-06  Simon Josefsson  <jas@extundo.com>
18049
18050         * mml2015.el (mml2015-use): Doc fix, mention epg.
18051
18052 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18053
18054         * mml2015.el (mml2015-use): Default to epg, if available.
18055
18056 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18057
18058         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18059         message-sender.
18060         (mml1991-epg-encrypt): Ditto.
18061         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18062         message-sender.
18063         (mml2015-epg-encrypt): Ditto.
18064
18065 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18066
18067         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18068         several common directories.
18069
18070 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18071
18072         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18073         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18074
18075 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-art.el (article-decode-encoded-words): Make it fast.
18078
18079 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18082
18083         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18084         in quoted string into `\'.
18085
18086 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18089         Use standard-syntax-table.
18090
18091 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus-art.el (gnus-decode-address-function): New variable.
18094         (article-decode-encoded-words): Use it to decode headers which are
18095         assumed to contain addresses.
18096         (gnus-mime-delete-part): Remove useless `or'.
18097
18098         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18099         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18100         (gnus-nov-parse-line): Use it to decode From header.
18101         (gnus-get-newsgroup-headers): Ditto.
18102         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18103
18104         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18105         (mail-decode-encoded-address-string): New alias.
18106
18107         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18108         New function.
18109         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18110         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18111         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18112         (rfc2047-decode-string): Ditto.
18113         (rfc2047-decode-address-region): New function.
18114         (rfc2047-decode-address-string): New function.
18115
18116 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18117
18118         * message.el (message-caesar-buffer-body): Allow rotating headers.
18119
18120         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18121
18122         * message.el (message-insert-formated-citation-line): Fix %f.
18123         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18124
18125 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18128         (gnus-bookmark-mouse-available-p): New macro.
18129         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18130         (gnus-bookmark-bmenu-show-infos): Use it.
18131         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18132         (gnus-bookmark-bmenu-hide-infos): Ditto.
18133         (gnus-bookmark-remove-properties): New function.
18134         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18135         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18136         (gnus-bookmark-write-file): Bind coding-system-for-write.
18137         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18138         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18139         group before selecting it.
18140         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18141         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18142         quit-window if it is not available; use gnus-mouse-2 and bind it to
18143         gnus-bookmark-bmenu-select-by-mouse.
18144         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18145         (gnus-bookmark-bmenu-select-by-mouse): New function.
18146
18147 2006-08-13  Romain Francoise  <romain@orebokech.com>
18148
18149         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18150         space.
18151
18152 2006-08-10  Romain Francoise  <romain@orebokech.com>
18153
18154         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18155         (dns-mode-soa-auto-increment-serial): New user option.
18156         (dns-mode-soa-maybe-increment-serial): New function.
18157         (dns-mode): Add the latter to `write-contents-functions'.
18158
18159 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * compface.el (uncompface): Use binary rather than raw-text-unix.
18162
18163 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * compface.el (uncompface): Make sure the eol conversion doesn't take
18166         place when communicating with the external programs.
18167         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18168
18169 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18172
18173 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18174
18175         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18176         Make it more robust by parsing author and date independently.
18177
18178 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18181
18182 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18183
18184         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18185         first matching secret key.
18186         (mml2015-epg-encrypt): Ditto.
18187
18188         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18189         first matching secret key.
18190         (mml1991-epg-encrypt): Ditto.
18191
18192         * mml2015.el (mml2015-encrypt-to-self): New user option.
18193         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18194         mml2015-epg-encrypt-to-self is set.
18195
18196         * mml1991.el (mml1991-encrypt-to-self): New variable.
18197         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18198         mml1991-epg-encrypt-to-self is set.
18199
18200         * mml2015.el (mml2015-signers): New user option.
18201         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18202         (mml2015-epg-encrypt): Allow to select signing keys.
18203
18204         * mml1991.el (mml1991-signers): New variable.
18205         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18206         (mml1991-epg-encrypt): Allow to select signing keys.
18207
18208 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * nnheader.el (nnheader-insert-head): Make it work even if the file
18211         uses CRLF for the line-break code.
18212
18213 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18214
18215         * mml2015.el: Require mml-sec instead of password.
18216         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18217         (mml2015-cache-passphrase): Inherit the default value from
18218         mml-secure-cache-passphrase.
18219         (mml2015-passphrase-cache-expiry): Inherit the default value from
18220         mml-secure-passphrase-cache-expiry.
18221
18222         * mml1991.el: Require mml-sec instead of password.
18223         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18224         (mml1991-cache-passphrase): Inherit the default value from
18225         mml-secure-cache-passphrase.
18226         (mml1991-passphrase-cache-expiry): Inherit the default value from
18227         mml-secure-passphrase-cache-expiry.
18228
18229         * mml-sec.el: Require password.
18230         (mml-secure-verbose): New user option.
18231         (mml-secure-cache-passphrase): New user option.
18232         (mml-secure-passphrase-cache-expiry): New user option.
18233
18234 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18235             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18236
18237         * pgg-def.el (pgg-truncate-key-identifier):
18238         Truncate the key ID to 8 letters from the end.
18239
18240 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18241
18242         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18243         workaround for the url package included with Emacs.
18244
18245         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18246
18247 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18250         correctly.  This fixes a bug caused by the 2006-05-12 change.
18251
18252 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18253
18254         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18255         some information about the error when saying that the `bogus' mail
18256         group will be used.
18257
18258 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18261         string.
18262
18263 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18264
18265         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18266
18267 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18268
18269         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18270
18271 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18272
18273         * mml1991.el (mml1991-function-alist): Add epg.
18274         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18275         (mml1991-epg-encrypt): New functions.
18276
18277 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18278
18279         * mml2015.el (mml2015-verbose): New variable.
18280         (mml2015-cache-passphrase): Ditto.
18281         (mml2015-passphrase-cache-expiry): Ditto.
18282         (mml2015-function-alist): Add epg.
18283         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18284         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18285         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18286         New functions.
18287
18288 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18289
18290         * message.el (message-cite-original-1): Preserve region when removing
18291         quoted text due to X-No-Archive in order to avoid bogus attribution
18292         when citing multiple messages.
18293
18294 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18295
18296         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18297         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18298
18299 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * gnus-diary.el (gnus-user-format-function-d)
18302         (gnus-user-format-function-D): Autoload.
18303
18304         * imap.el (Commentary): Fix typo.
18305
18306         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18307         2006-04-22 contribution.
18308
18309 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18310
18311         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18312         It didn't really fix the bogosity I'm seeing with solid web groups.
18313
18314 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18315
18316         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18317         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18318         created using server names.  If we use the feature without declaring
18319         it, Gnus does not properly manage server and group state.
18320
18321         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18322         bound.
18323
18324 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18325
18326         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18327         looking up the method using GROUP's prefix before inventing a new one.
18328         It is used on killed/unknown groups in various places where returning
18329         an all-new method isn't expected by the caller.
18330
18331         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18332         and match semantics of gnus-group-real-prefix.
18333
18334 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * nnmail.el (nnmail-broken-references-mailers): New variable.
18337         (nnmail-ignore-broken-references): New function generalizing
18338         nnmail-fix-eudora-headers.
18339         (nnmail-fix-eudora-headers): Now obsolete.
18340
18341         * gnus-art.el (gnus-button-handle-custom):
18342         Support `customize-apropos*'.
18343
18344 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18347
18348         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18349         articles.
18350
18351 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18352
18353         * message.el (message-cite-reply-above): New variable.
18354         (message-yank-original): Use it.
18355
18356 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18359
18360 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18363         as read.
18364
18365         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18366
18367 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18368
18369         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18370         (gnus-bookmark-default-file): Use gnus-directory.
18371         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18372         Remove "*" in doc string.
18373         (gnus-bookmark-write-file): Simplify.
18374         (gnus-bookmark-maybe-sort-alist): Use `when'.
18375         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18376         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18377         Add FIXME about Emacs 21 and XEmacs compatibility.
18378         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18379         compatibility.
18380         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18381         compatibility.
18382         (gnus-bookmark-menu-heading): Fix version.
18383
18384 2006-06-19  Bastien Guerry  <bzg@altern.org>
18385
18386         * gnus-bookmark.el: New file.
18387
18388 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * message.el (message-syntax-checks): Doc fix.
18391
18392 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18393
18394         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18395         unsubscribed groups as if they were killed ones.  It causes duplicate
18396         entries in gnus-newsrc-alist.
18397
18398 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * message.el (message-syntax-checks): Doc fix.
18401         (message-send-mail): Add check for continuation headers.
18402         (message-check-news-header-syntax): Fix regexp used to check for
18403         continuation headers.
18404
18405 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18408
18409 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18412
18413 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18416         default-truncate-lines.
18417
18418 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18421         to fill the utf-8 entry.
18422
18423         * lpath.el: Fbind unicode-precedence-list.
18424
18425 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18426
18427         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18428
18429 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18430
18431         * gnus-agent.el (directory-files-and-attributes): Move all the way
18432         forward (the third and final move).
18433         (gnus-agent-read-agentview): Trap reconstruction errors due to
18434         nonexistent directory.  Handle by returning nil.
18435
18436 2006-05-30  Didier Verna  <didier@xemacs.org>
18437
18438         * message.el (message-dont-reply-to-names): Update the custom type.
18439         * message.el (message-dont-reply-to-names): New defsubst: potentially
18440         convert a list of regexps into a single one.
18441         * message.el (message-get-reply-headers): Use it.
18442         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18443
18444 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * gnus-agent.el (directory-files-and-attributes): Move forward.
18447
18448 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18449
18450         * gnus-ml.el (gnus-mailing-list-subscribe)
18451         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18452         (gnus-mailing-list-message): Fix doc strings.
18453
18454 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18455
18456         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18457         of doing it manually.
18458
18459 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18462         comment.
18463
18464 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18465
18466         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18467         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18468         (gnus-agent-read-local): All symbols allocated in my-obarray.
18469         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18470         (gnus-agent-regenerate-group): Check numeric names to see if they are
18471         messages or groups.
18472         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18473         better way of do this...)
18474
18475         * gnus-cache.el (gnus-agent-total-fetched-for):
18476         Ignore 'dummy.group' (there should be a better way of do this...)
18477
18478 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18481         (gnus-saved-headers): Ditto.
18482         (gnus-default-article-saver): Mention functions may have properties.
18483         (gnus-article-save): Override gnus-save-all-headers and
18484         gnus-saved-headers by :headers property which saver function may have.
18485         (gnus-summary-save-in-file): Add :headers property.
18486         (gnus-summary-write-to-file): Ditto.
18487
18488         * gnus-sum.el (gnus-summary-save-article): Bind
18489         gnus-prompt-before-saving to t when saving many articles in a file;
18490         always show all headers.
18491
18492         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18493
18494 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18497         marks.
18498
18499         * message.el (message-indent-citation): Add optional arguments to allow
18500         using it outside of message buffers.
18501
18502         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18503         (gnus-article-treat-unfold-headers): Use it.
18504         (gnus-article-truncate-lines): New variable.
18505         (gnus-article-mode): Use it.
18506         (gnus-article-toggle-truncate-lines): New function.
18507
18508         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18509         Add gnus-article-toggle-truncate-lines.
18510
18511         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18512         coding system in XEmacs, use binary.
18513
18514 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18517         after-load-alist.
18518
18519         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18520         this function should save decoded articles.
18521         (gnus-summary-write-to-file): Use property to specify this function
18522         should save decoded articles and specify gnus-summary-save-in-file
18523         should be used to save articles other than the first one when saving
18524         many articles.
18525         (gnus-summary-save-body-in-file): Use property to specify this
18526         function should save decoded articles.
18527         (gnus-summary-write-body-to-file): Use property to specify this
18528         function should save decoded articles and specify
18529         gnus-summary-save-body-in-file should be used to save articles other
18530         than the first one when saving many articles.
18531
18532         * gnus-sum.el (gnus-summary-save-article): Simplify.
18533
18534 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-art.el (gnus-default-article-saver):
18537         Add gnus-summary-write-body-to-file.
18538         (gnus-article-save-coding-system): Don't use coding system object
18539         in XEmacs.
18540         (gnus-read-save-file-name): Add optional `dir-var' argument which
18541         specifies directory in which files are saved; work even if optional
18542         `variable' argument is not specified.
18543         (gnus-summary-write-to-file): Read file name.
18544         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18545         (gnus-summary-write-body-to-file): New function.
18546
18547         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18548         (gnus-summary-local-variables): Add it.
18549         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18550         (gnus-summary-save-article): Remove optional `decode' argument;
18551         determine whether to decode articles by the value of
18552         gnus-default-article-saver; when saving many files using
18553         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18554         it first and use gnus-summary-save-in-file or
18555         gnus-summary-save-body-in-file thereafter unless
18556         gnus-prompt-before-saving is always; move point to article which
18557         will be saved.
18558         (gnus-summary-save-article-file): Revert.
18559         (gnus-summary-write-article-file): Revert.
18560         (gnus-summary-save-article-body-file): Revert.
18561         (gnus-summary-write-article-body-file): New function.
18562
18563 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * gnus-art.el (gnus-default-article-saver): Doc fix.
18566         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18567         from gnus-summary-save-article-coding-system, and default to a
18568         certain coding system.
18569         (gnus-output-to-file): Add coding cookie and encode text according
18570         to gnus-article-save-coding-system; don't use mm-append-to-file.
18571
18572         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18573         gnus-art.el and rename to gnus-article-save-coding-system.
18574         (gnus-summary-save-article): Require gnus-art; don't show all
18575         headers if it decodes articles; don't add coding cookie here;
18576         don't bind mm-text-coding-system-for-write.
18577         (gnus-summary-save-article-file): Save decoded articles.
18578         (gnus-summary-write-article-file): When saving many files, use
18579         gnus-summary-write-to-file first and gnus-summary-save-in-file
18580         thereafter unless gnus-prompt-before-saving is always.
18581         (gnus-summary-save-article-body-file): Save decoded articles.
18582
18583         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18584
18585 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * nnrss.el (nnrss-check-group): Bind hash-index.
18588
18589 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18590
18591         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18592         its hash index.  Store this hash in `nnrss-group-data'.
18593         (nnrss-read-group-data): Update accordingly.
18594
18595 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18596
18597         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18598         entry.
18599
18600         * gnus-sum.el (gnus-summary-make-menu-bar):
18601         Add gnus-article-browse-html-article.
18602
18603 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18604
18605         * gnus-sum.el (gnus-summary-mime-map):
18606         Add gnus-article-browse-html-article.
18607
18608         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18609
18610 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18613         suitable coding systems in customize.
18614
18615 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * mail-source.el (mail-sources): Fix custom type.
18618
18619 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18622         (gnus-summary-expire-articles-now): Shorten prompt.
18623
18624         * gmm-utils.el (wid-edit): Require.
18625         (defun-gmm): Rename from `gmm-defun-compat'.
18626         (gmm-image-search-load-path): Use it.
18627         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18628
18629 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-sum.el (gnus-summary-save-article-coding-system):
18632         New variable.
18633         (gnus-summary-save-article): Add optional `decode' argument.
18634         If it is set and gnus-summary-save-article-coding-system is non-nil,
18635         save decoded article.
18636         (gnus-summary-write-article-file): Save decoded article if
18637         gnus-summary-save-article-coding-system is non-nil.
18638
18639         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18640         type.
18641
18642 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18645
18646 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18649         first to test gnus-single-article-buffer which may be buffer-local.
18650
18651         * gnus-sum.el (gnus-summary-setup-buffer):
18652         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18653         group; make gnus-article-buffer, gnus-article-current, and
18654         gnus-original-article-buffer always buffer-local.
18655         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18656         group.
18657         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18658
18659 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * nnml.el (nnml-request-compact-group): Compressed files might not
18662         have .gz extension.
18663
18664 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18665
18666         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18667         (mm-copy-to-buffer): Use with-current-buffer.
18668         (mm-display-part): Simplify.
18669         (mm-inlinable-p): Add optional arg `type'.
18670
18671 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18672
18673         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18674         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18675         Try harder to show the attachment internally or externally using
18676         gnus-mime-view-part-as-type.
18677
18678 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * message.el (message-from-style, message-signature-separator)
18681         (message-user-organization-file, message-send-mail-function)
18682         (message-citation-line-function, message-yank-prefix)
18683         (message-indent-citation-function, message-signature)
18684         (message-signature-file, message-signature-insert-empty-line):
18685         Remove autoloads.
18686
18687         * gnus-art.el (gnus-buttonized-mime-types):
18688         Remove "multipart/signed".  Revert 2006-04-26 change.
18689
18690 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18691
18692         * gnus.el (gnus-version-number): Bump version.
18693
18694 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18695
18696         * gnus.el: No Gnus v0.5 is released.
18697
18698 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18699
18700         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18701         fetching articles by message-id.
18702
18703 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18704
18705         * message.el (hashcash): Require hashcash as normal.
18706
18707         * ecomplete.el (ecomplete-highlight-match-line):
18708         Use point-at-eol.
18709         (ecomplete-highlight-match-line): Use `highlight', because that
18710         face exists in both Emacs and XEmacs.
18711
18712         * message.el (message-display-abbrev): Use point-at-bol.
18713
18714         * mail-source.el: Don't require timer/timer-funcs.
18715
18716         * gnus-async.el: Ditto.
18717
18718         * password.el: Ditto.
18719
18720         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18721
18722         * mm-url.el: Ditto.
18723
18724         * gnus-xmas.el: Don't require timer-funcs.
18725
18726         * mm-util.el: Require timer/timer-funcs.
18727
18728 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18729
18730         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18731         Close.
18732
18733 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18736         unibyte after clear-decrypt function runs.
18737
18738         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18739         returns as a unibyte string.
18740
18741 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * lpath.el: Revert.
18744
18745         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18746         (pgg-gpg-process-sentinel): Revert.
18747
18748         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18749         (pgg-pgp-lookup-key): Revert.
18750
18751         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18752         (pgg-pgp5-lookup-key): Revert.
18753
18754         * pgg.el (pgg-fetch-key): Revert.
18755
18756 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * lpath.el: Fbind string-as-multibyte for XEmacs.
18759
18760         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18761         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18762         (mml1991-pgg-encrypt): Ditto.
18763
18764         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18765         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18766         a multibyte buffer.
18767
18768         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18769         (pgg-pgp-lookup-key): Ditto.
18770
18771         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18772         (pgg-pgp5-lookup-key): Ditto.
18773
18774         * pgg.el (pgg-fetch-key): Ditto.
18775
18776 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * message.el (message-user-organization-file): Check several
18779         locations of the organization file.
18780
18781         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18782         Add gnus-article-view-part-as-type.
18783
18784         * gnus-art.el (gnus-article-view-part-as-type): New function.
18785
18786         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18787         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18788
18789         * mml.el: Simplify autoload.
18790         (mml-mode): defvar dnd-protocol-alist instead of using
18791         symbol-value.
18792         (mml-default-directory): New variable.
18793         (mml-minibuffer-read-file): Use it.
18794         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18795
18796         * message.el (message-citation-line-format): New variable.
18797         (message-insert-formated-citation-line): New function.
18798         (message-citation-line-function):
18799         Add `message-insert-formated-citation-line' to custom type.
18800
18801         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18802         to doc string.
18803
18804         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18805         depending on mm-verify-option.
18806
18807 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18810         binding pgg-* variables; reimplement the section which prevents
18811         MIME header from being signed.
18812         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18813         pgg-text-mode; remove a blank line at the top of body.
18814
18815         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18816         lines at the top of body; use gnus-newsgroup-charset if there's no
18817         Charset header.
18818
18819 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * message.el (message-self-insert-commands): Doc fix.
18822
18823         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18824         (mm-uu-pgp-encrypted-test): Ditto.
18825         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18826         between header and body; return application/pgp-encrypted handle
18827         if decryption failed; decode decrypted body by charset.
18828
18829         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18830         element match to application/pgp-*.
18831
18832 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18833
18834         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18835         HTML.
18836
18837 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18838
18839         * mail-source.el (mail-source-call-script): Message the error
18840         string.
18841
18842 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18843
18844         * gnus-util.el (gnus-byte-compile): Use it.
18845
18846 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18847
18848         * gnus-util.el (kill-empty-logs): New function.
18849
18850 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18851
18852         * message.el (message-mail-alias-type): Doc fix.
18853         (message-mail-alias-type-p): New function.
18854         (message-send): Use it.
18855         (message-mode): Ditto.
18856         (message-strip-forbidden-properties): Ditto.
18857
18858         * ecomplete.el (ecomplete-database-file-coding-system):
18859         New variable.
18860         (ecomplete-save): Use it.
18861         (ecomplete-setup): Use it.
18862
18863 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * message.el (message-self-insert-commands): New variable.
18866         (message-strip-forbidden-properties): Use it.
18867
18868 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869
18870         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18871         that doesn't make XEmacs choke.
18872
18873 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * gnus-util.el (gnus-replace-in-string):
18876         Prefer replace-regexp-in-string over of replace-in-string.
18877
18878 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * gnus-util.el (gnus-select-frame-set-input-focus):
18881         Use select-frame-set-input-focus if it is available in XEmacs; use
18882         definition defined in Emacs 22 for old Emacsen.
18883
18884         * dgnushack.el: Autoload unmorse-region for XEmacs.
18885
18886         * lpath.el: Bind cursor-in-non-selected-windows and
18887         select-frame-set-input-focus for XEmacs.
18888
18889 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18892
18893 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18894
18895         * gnus-registry.el (gnus-registry-cache-save): Remove text
18896         properties when saving via the temp buffer.
18897
18898 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * message.el (message-generate-hashcash): Honor custom type.
18901
18902 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18903
18904         * message.el (message-generate-hashcash): Default to non-nil when
18905         hashcash is found.
18906
18907         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18908         (gnus-refer-thread-limit): Increase default to 500.
18909
18910         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18911
18912         * flow-fill.el (fill-flowed): Allow delete-space.
18913
18914 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18917         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18918         Remove autoloads.
18919
18920 2006-04-18  Simon Josefsson  <jas@extundo.com>
18921
18922         * message.el (message-generate-hashcash): Default to.
18923
18924 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18927         concatenating segments rather than before concatenating them.
18928
18929 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18932
18933 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18934
18935         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18936
18937         * message.el (message-forward-make-body-plain):
18938         Allow message-forward-ignored-headers to be a list.
18939         (message-remove-ignored-headers): Factor out into function.
18940         (message-forward-make-body-mml): Use it.
18941
18942         * imap.el (imap-quote-specials): New function.
18943         (imap-login-auth): Quote specials.
18944
18945         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18946         (rfc2231-parse-string): Allow concatanation of parameters that
18947         aren't contiguous.  The test case is
18948           (mail-header-parse-content-type "message/external-body;
18949             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18950             access-type=LOCAL-FILE;
18951             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18952
18953 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18954
18955         * nntp.el (nntp-accept-process-output): Return the value of
18956         `nnheader-accept-process-output'.
18957
18958 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18961         (gnus-button-alist): Recognize more diff formats.
18962         (gnus-button-patch): Strip directory.
18963
18964 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18967         Emacs 22 when setting focus.
18968
18969 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * gnus-art.el (gnus-article-treat-types): Do treatment of
18972         text/x-verbatim parts.
18973         (gnus-button-patch): New command.
18974
18975         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18976         addresses that contain invalid characters.
18977
18978 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18979
18980         * message.el (message-put-addresses-in-ecomplete):
18981         Use gnus-replace-in-string.
18982         (message-is-yours-p): Use the more correct
18983         mail-header-parse-address instead of
18984         mail-extract-address-components.
18985         (message-put-addresses-in-ecomplete): Fix typo.
18986
18987         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18988         keystroke.
18989
18990         * gnus-art.el (gnus-treatment-function-alist): Change order of
18991         newsgroups/generic header folding to avoid double-folding.
18992
18993         * message.el (message-hidden-headers): Add X-Draft-From.
18994
18995         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18996         New command.
18997         (gnus-summary-repeat-search-article-backward): New command.
18998
18999         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19000         groups in the parent topic.
19001
19002 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19003
19004         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19005         (spam-extra-header-to-number): Return the CRM114 number as a
19006         number instead of a string.
19007
19008 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19009
19010         * gnus-art.el (gnus-face-properties-alist): Move here from
19011         gnus-fun.
19012
19013         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19014
19015 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19016
19017         * message.el (message-strip-forbidden-properties): Only display on
19018         self-insert-command.
19019
19020         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19021         reindent.
19022         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19023
19024 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19025
19026         * smiley.el (smiley-style): Fix typo.
19027
19028 2006-03-23  Kenichi Handa  <handa@m17n.org>
19029
19030         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19031         instead of set-buffer-multibyte.
19032
19033 2006-03-23  Kenichi Handa  <handa@m17n.org>
19034
19035         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19036         buffer and then decode the buffer text if necessary.
19037         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19038         first, and after mm-encode-body, change the buffer to unibyte.
19039
19040 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * hashcash.el (hashcash-insert-payment-async-2):
19043         Use message-goto-eoh instead of doing it manually.
19044         (mail-add-payment): Use message-narrow-to-header instead of trying
19045         to do the same itself.
19046
19047         * message.el (message-hidden-headers): Add Face.
19048
19049         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19050         reparenting code.
19051         (gnus-summary-reparent-children): Refactored out code.
19052         (gnus-summary-thread-map): New keystroke.
19053         (gnus-summary-reparent-children): Make into command.
19054
19055         * smiley.el (smiley-style): Default to `medium' if using a large
19056         font.
19057
19058         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19059         does it itself.
19060
19061         * message.el (message-point-in-header-p): Simplify definition.
19062
19063 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19064
19065         * nnagent.el (nnagent-request-set-mark): Silence log file
19066         writing.
19067         (nnagent-request-set-mark): Use write-region instead of
19068         append-to-file.
19069
19070         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19071         strange select method.
19072
19073         * ecomplete.el (ecomplete-display-matches): Get highlightling
19074         right.
19075         (ecomplete-display-matches): Use literals.
19076         (ecomplete-display-matches): Disable message logging.
19077
19078         * message.el (message-display-abbrev): Small optimization.
19079
19080         * ecomplete.el (ecomplete-display-matches): Allow automatic
19081         display.
19082
19083         * message.el (message-strip-forbidden-properties):
19084         Display abbrevs.
19085         (message-display-abbrev): Get automatic display right.
19086
19087         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19088         keystrokes.
19089
19090 2006-04-13  Romain Francoise  <romain@orebokech.com>
19091
19092         TODO: Backport to v5-10!
19093
19094         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19095         Move here (and rename) from gnus-registry.el.
19096
19097         * gnus-registry.el: Require gnus-util.
19098         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19099
19100 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19101
19102         * gnus-group.el (gnus-group-catchup-current):
19103         Change if-then-else-if-then-else into cond.
19104         (gnus-group-catchup): Indent.
19105         (group-name-at-point): New function.
19106         (gnus-fetch-group): Provide default from thing at point.
19107
19108 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19109
19110         * message.el (message-display-abbrev): Fix regexp.
19111
19112         * ecomplete.el (ecomplete-highlight-match-line):
19113         Reimplement choosing.
19114         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19115         dead variables.
19116
19117         * message.el (message-newline-and-indent): Remove debugging.
19118         (message-display-abbrev): Use new implementation.
19119
19120 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * gnus-art.el (gnus-article-mode):
19123         Set cursor-in-non-selected-windows to nil.
19124
19125         * smiley.el: Revert previous change.
19126         (smiley-data-directory): defvar it before using it in the
19127         defcustom of `smiley-style'.
19128
19129 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19130
19131         * message.el (message-newline-and-indent): New function.
19132
19133         * ecomplete.el: Implement more bits.
19134
19135         * message.el (message-put-addresses-in-ecomplete): Clean up the
19136         string.
19137
19138         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19139
19140         * gnus-sum.el (gnus-summary-save-parts):
19141         Bind gnus-summary-save-parts-counter and use it to make unique file
19142         names.
19143
19144         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19145
19146         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19147         parameter to say whether to actually parse the individual
19148         addresses.
19149
19150         * message.el (message-put-addresses-in-ecomplete): New function.
19151         (ecomplete): Require.
19152         (message-mail-alias-type): Add ecomplete as an option.
19153
19154 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19155
19156         * flow-fill.el (fill-flowed): Remove trailing space from blank
19157         quoted lines.
19158
19159 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * smiley.el (smiley-style): Move definition later to avoid a
19162         compilation warning.
19163
19164 2006-04-12  Kenichi Handa  <handa@m17n.org>
19165
19166         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19167         buffer and then decode the buffer text if necessary.
19168         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19169         first, and after mm-encode-body, change the buffer to unibyte.
19170         Use mm-disable-multibyte instead of set-buffer-multibyte.
19171
19172 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19175         Content-Type header instead of Content-Disposition header.
19176         (gnus-mime-inline-part): Ditto.
19177         (gnus-mime-view-part-as-charset): Ignore charset that the part
19178         specifies.
19179
19180         * mm-decode.el (mm-display-part): Work with external parts and
19181         usual parts similarly.
19182
19183         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19184         instead of gnus-display-mime.
19185
19186         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19187         instead of with-temp-buffer.
19188
19189         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19190         tag to summarized topics part in order to encode non-ASCII text.
19191
19192 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * smiley.el (smiley-style): New variable.
19195         (smiley-directory): New function.
19196         (smiley-data-directory): Derive from `smiley-style' using
19197         `smiley-directory'.
19198         (smiley-regexp-alist): Add new entries.
19199
19200         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19201         (gnus-article-browse-delete-temp): Add :version.
19202
19203 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19204
19205         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19206         the sieve region.
19207
19208 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209
19210         * gnus.el (gnus-version-number): Bump version.
19211
19212 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19213
19214         * gnus.el: No Gnus v0.4 is released.
19215
19216 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217
19218         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19219         layout.
19220
19221         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19222         unknown charset.
19223
19224         * message.el (message-header-synonyms): Add Original-To to the
19225         default.
19226
19227         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19228         optional parameter.
19229
19230 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * gnus-fun.el (gnus): Require it for gnus-directory.
19233
19234 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19237
19238 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19239
19240         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19241
19242 2006-04-05  Simon Josefsson  <jas@extundo.com>
19243
19244         * password.el (password-reset): New function.
19245
19246 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19247
19248         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19249         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19250
19251 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19252
19253         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19254         Some whitespace was matched into the url, which broke browsing hits
19255         > 100 when mm-url-use-external was nil.
19256
19257 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19260         Check gnus-extra-headers for 'Newsgroups.
19261
19262         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19263         bound.
19264
19265 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19266
19267         * pgg-gpg.el: Clean up process buffers every time gpg processes
19268         complete.
19269
19270 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19273         doc string.
19274
19275 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19276
19277         * pgg-gpg.el (pgg-gpg-process-filter)
19278         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19279
19280         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19281         lines, temporary fix.
19282
19283 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19286
19287 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19288
19289         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19290         default-enable-multibyte-characters.  This reverts the change from
19291         revision 6.17 which is no longer necessary because the passphrase
19292         is sent separately now.  GnuPG messages are unreadable under
19293         multibyte locales with default-enable-multibyte-characters set to
19294         nil.
19295
19296 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * message.el (message-tool-bar-gnome): Move "spell".
19299
19300 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19303         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19304         instead.
19305
19306 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19307
19308         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19309         Improve newsgroups handling for NNTP overviews which don't include
19310         Newsgroups.
19311
19312 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19313
19314         * message.el (message-resend): Bind message-generate-hashcash to nil.
19315
19316 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19317
19318         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19319         when searching for already-paid recipients.
19320
19321 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19322
19323         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19324         passphrases when it is not needed.
19325         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19326         passphrase stuff from gpg, should only be necessary when you use
19327         gpg with a smartcard.
19328
19329 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * mml.el (mml-insert-mime): Ignore cached contents of
19332         message/external-body part.
19333
19334         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19335         (mm-insert-part): Ditto.
19336
19337 2006-03-23  Simon Josefsson  <jas@extundo.com>
19338
19339         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19340         Reiner.
19341         (pgg-gpg-use-agent-p): Use it again.
19342
19343 2006-03-23  Simon Josefsson  <jas@extundo.com>
19344
19345         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19346         older emacsen.
19347         (pgg-gpg-use-agent-p): Don't use it.
19348
19349 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19352         if we can.
19353
19354 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19355
19356         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19357         (pgg-gpg-update-agent): New function.
19358         (pgg-gpg-use-agent-p): New function.
19359         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19360         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19361         (pgg-gpg-sign-region): Use it.
19362
19363 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19366         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19367
19368 2006-03-21  Simon Josefsson  <jas@extundo.com>
19369
19370         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19371         <wilde@sha-bang.de>.
19372         (pgg-gpg-use-agent): New variable.
19373         (pgg-gpg-process-region): Use it.
19374         (pgg-gpg-encrypt-region): Likewise.
19375         (pgg-gpg-encrypt-symmetric-region): Likewise.
19376         (pgg-gpg-decrypt-region): Likewise.
19377         (pgg-gpg-sign-region): Likewise.
19378         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19379
19380 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19383
19384         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19385         Add comment on version.
19386
19387 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * smiley.el: Add missing test smiley.
19390
19391 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * mm-decode.el (mm-with-part): New macro.
19394         (mm-get-part): Use it; work with message/external-body as well.
19395         (mm-save-part): Treat name and filename equally.
19396
19397         * mm-extern.el (mm-extern-cache-contents): New function.
19398         (mm-inline-external-body): Use it; force the part to be displayed;
19399         move undisplayer added to the cached handle to the parent.
19400
19401         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19402         (gnus-mime-view-part-as-type): Work with message/external-body.
19403
19404         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19405
19406 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19409         images in image-load-path.  [Sync with image.el, revision 1.60, in
19410         Emacs.]
19411
19412 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19413
19414         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19415         path rather than symbol.  Always return list of directories.
19416         Guarantee that image directory comes first.  [Sync with image.el,
19417         revision 1.59, in Emacs.]
19418
19419         * message.el (message-make-tool-bar): Adjust to new API of
19420         `gmm-image-load-path-for-library'.
19421
19422         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19423
19424         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19425
19426 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19427
19428         * gnus-art.el (gnus-article-only-boring-p):
19429         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19430         intangible text.
19431         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19432
19433 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19434
19435         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19436         Use `defun' instead of `gmm-defun-compat'.
19437
19438 2006-03-14  Simon Josefsson  <jas@extundo.com>
19439
19440         * message.el (message-unique-id): Don't use message-number-base36
19441         if (user-uid) is a float.
19442         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19443
19444 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19447
19448         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19449         empty line between a part and a message part.
19450
19451 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * smiley.el: Add more test smileys.
19454         (smiley-data-directory, smiley-regexp-alist)
19455         (gnus-smiley-file-types): Fix doc strings.
19456         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19457         adding new elements.
19458         (smiley-mouse-map): Unused code.  Make it a comment.
19459
19460 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19463         scan latest NoCeM messages instead of old ones.
19464         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19465         delimiters that are recently used.
19466         (gnus-nocem-load-cache): Add autoload cookie.
19467
19468         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19469
19470         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19471         level which is larger than gnus-use-nocem is specified.
19472
19473         * gnus-group.el (gnus-group-get-new-news): Ditto.
19474
19475 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * gnus-util.el (gnus-tool-bar-update): New function.
19478
19479         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19480         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19481
19482         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19483
19484         * gnus-group.el (gnus-group-redraw-when-idle)
19485         (gnus-group-redraw-check): Remove.
19486         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19487
19488 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19491         if optional last element is specified in splits (FIELD VALUE...).
19492
19493 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19496         to gmm-image-load-path-for-library.  Call with no-error argument.
19497         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19498
19499         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19500
19501         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19502
19503         * gmm-utils.el (gmm-image-load-path): Remove alias.
19504
19505 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gmm-utils.el (gmm-image-load-path): Add alias.
19508
19509         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19510         nnml-generate-nov-databases-1.
19511         (nnml-generate-nov-databases): Use it.
19512         (nnml-generate-nov-databases-directory): Document no-active
19513         argument.
19514
19515         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19516         directory if path is t.  Add no-error.
19517
19518         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19519         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19520
19521         * gnus-art.el (gnus-article-browse-delete-temp-files):
19522         Simplify resetting gnus-article-browse-html-temp-list.
19523
19524         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19525         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19526         Add example to docstring.  Rename local variables.  Move error
19527         checks to default case in cond and simplify.
19528
19529 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19530
19531         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19532         handle is multipart when calling it recursively.
19533         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19534
19535 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19536
19537         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19538         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19539
19540 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19543         is loaded.
19544
19545         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19546         loaded.
19547
19548 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19549
19550         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19551         to "Emacs 23 (unicode)" in doc string.
19552
19553         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19554         "Emacs 23 (unicode)" in comment.
19555
19556 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19559
19560         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19561         characters 160 through 255 in Emacs 23.
19562
19563 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19566         gnus-article-browse-html-temp.
19567         (gnus-article-browse-delete-temp): Make it customizable.
19568         Add `file'.  Adjust doc string.
19569         (gnus-article-browse-delete-temp-files): Add argument.
19570         Allow query for each file.  Adjust doc string.
19571         (gnus-article-browse-html-parts):
19572         Add `gnus-article-browse-delete-temp-files' to
19573         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19574
19575 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19576
19577         * gnus-art.el (gnus-article-browse-html-temp)
19578         (gnus-article-browse-delete-temp): New variables.
19579         (gnus-article-browse-delete-temp-files): New function.
19580         (gnus-article-browse-html-parts): Use it.
19581
19582 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19583
19584         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19585
19586         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19587         string.
19588
19589         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19590         gnus-summary-insert-new-articles when unplugged.
19591         Remove gnus-summary-search-article-forward.
19592
19593         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19594         display-visual-class instead of display-color-cells.
19595
19596 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * dgnushack.el: Autoload customize-group for XEmacs.
19599
19600         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19601         message/* containing non-ASCII text properly.
19602
19603 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19604
19605         * message.el: Require gmm-utils, remove autoloads.
19606         (message-tool-bar): Set default based on
19607         gmm-tool-bar-style.
19608         (message-tool-bar-gnome): Add gmm-customize-mode.
19609
19610         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19611         gmm-tool-bar-style.
19612         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19613
19614         * gnus-group.el (gnus-group-tool-bar): Set default based on
19615         gmm-tool-bar-style.
19616         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19617
19618         * gmm-utils.el (gmm-image-directory): Rename variable from
19619         gmm-image-load-path.
19620         (gmm-image-load-path): Use gmm-image-directory.
19621         (gmm-customize-mode): New function.
19622         (gmm-tool-bar-style): New variable.
19623
19624         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19625         gnus-group-redraw-line-number.
19626         (gnus-group-redraw-check): Simplify.
19627         (gnus-group-tool-bar-update): Remove redraw check.
19628         (gnus-group-make-tool-bar): Add redraw check.
19629
19630 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19631
19632         * gnus-art.el (gnus-button): Add missing parentheses.
19633
19634 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * lpath.el: Fbind line-number-at-pos.
19637
19638 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19641
19642 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * gnus-art.el (gnus-button): New face.
19645         (gnus-article-button-face): Use it.
19646
19647         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19648         Add gnus-summary-next-page.  Re-order.
19649
19650         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19651         next-node are now included.
19652         (gnus-group-redraw-line-number): New internal variable.
19653         (gnus-group-redraw-check): Helper function for updating the tool
19654         bar.
19655         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19656
19657         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19658
19659         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19660         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19661         Use it to match format of Spamassassin 3.0 and later.
19662         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19663         (spam-check-bogofilter)
19664         (spam-bogofilter-register-with-bogofilter): Fix args of
19665         `gnus-error' calls.
19666
19667 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19670         unnecessary interaction when sending queued mails.
19671         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19672
19673 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19674
19675         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19676         first or last are nil.
19677
19678 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19679
19680         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19681
19682 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19685
19686 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19687
19688         * dns.el (query-dns): Protect more against buggy tcp output.
19689
19690 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19691
19692         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19693         nov.php.
19694
19695 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19696
19697         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19698         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19699         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19700         output on the server side.
19701         (nnweb-google-create-mapping): Update regexps and add some
19702         progress indication.
19703
19704 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * gnus-group.el (gnus-group-tool-bar-gnome):
19707         Fix gnus-agent-toggle-plugged.  Re-order icons.
19708         (gnus-group-tool-bar-gnome):
19709         Add gnus-group-{prev,next}-unread-group.
19710         (gnus-group-tool-bar-gnome): Re-order icons.
19711
19712         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19713         Move gnus-summary-insert-new-articles.
19714
19715         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19716         Fix comments.
19717
19718         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19719         also available in Emacs 21.3.
19720
19721         * message.el (message-fix-before-sending): Change "Emacs 22" to
19722         "Emacs 23 (unicode)" in comment.
19723
19724         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19725         "Emacs 23 (unicode)" in comment.
19726
19727         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19728         comment.
19729         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19730
19731         * mm-view.el (mm-fill-flowed): Add :version.
19732
19733 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19736         and load-path.
19737
19738 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * message.el: Autoload gmm-image-load-path.
19741         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19742         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19743         consitency.
19744
19745         * gmm-utils.el (gmm-image-load-path): Also search in
19746         "../etc/images".  Don't set gmm-image-load-path if we don't find
19747         the image.
19748
19749 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * gmm-utils.el (gmm-image-load-path): Don't make
19752         `gmm-image-load-path' include subdirectories which the second arg
19753         `image' might specify.
19754
19755         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19756         subdirectory to icon file names.
19757
19758         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19759
19760 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19763         gmm-image-load-path calls.
19764
19765         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19766
19767         * message.el (message-make-tool-bar): Ditto.
19768
19769         * mml.el (mml-preview): Add comment concerning tool bar icons.
19770
19771         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19772         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19773
19774         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19775         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19776
19777         * message.el (message-tool-bar-gnome): Use new icon names.
19778         (message-make-tool-bar): Use `gmm-image-load-path'.
19779
19780         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19781         New functions from MH-E.
19782         (gmm-image-load-path): New variable from MH-E.
19783         (gmm-image-load-path): New function from MH-E.  Add arguments
19784         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19785         *-image-load-path-called-flag.
19786
19787 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19788
19789         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19790
19791 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19792
19793         * nnimap.el (nnimap-request-move-article): Change folder back to
19794         source group before deleting.
19795
19796 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19797
19798         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19799
19800         * gnus-art.el (mm-url-insert-file-contents-external):
19801         Autoload mm-url.
19802
19803         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19804
19805 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19808         coding system which mm-charset-to-coding-system returns for a
19809         given charset is valid.
19810
19811 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19812
19813         * html2text.el (html2text-remove-tag-list):
19814         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19815
19816 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19817
19818         * gnus-cus.el: Revert 2005-10-17 change.
19819
19820 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * gnus-art.el (article-strip-banner):
19823         Call article-really-strip-banner only when the regexp match is made.
19824
19825 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * gnus-art.el (article-strip-banner):
19828         Use gnus-extract-address-components instead of
19829         mail-header-parse-addresses to make it work with non-ASCII text;
19830         remove mail-encode-encoded-word-string.
19831
19832         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19833         values which are surrounded with \"...\"; make it never cause a
19834         Lisp error; give up parsing of parameters if it failed in
19835         extracting type.
19836
19837 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19838
19839         * smime.el (smime-cert-by-ldap-1): Fix bug where
19840         `smime-ldap-search' returns results without userCertificates.
19841
19842 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19845
19846 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19847
19848         * spam.el (spam-check-spamassassin-headers): Adapt format for
19849         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19850         <ari@mbf.ocn.ne.jp>.
19851         (spam-list-of-processors): Add spam-use-gmane.
19852
19853 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19854
19855         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19856         make-temp-file; make it work with XEmacs as well.
19857
19858         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19859         mm-make-temp-file.
19860
19861         * mm-decode.el (mm-display-external): Use the 3rd arg of
19862         mm-make-temp-file.
19863         (mm-create-image-xemacs): Ditto.
19864
19865 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19868         with message-narrow-to-headers.
19869         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19870         (gnus-draft-check-draft-articles): New function.
19871         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19872
19873 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19874
19875         * gnus-art.el (gnus-article-browse-html-parts):
19876         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19877         Don't use suffix argument for mm-make-temp-file for Emacs 21
19878         compatibility.  Remove useless `format'.
19879
19880 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19881
19882         * nnweb.el (nnweb-google-wash-article): Update regexps.
19883         (nnweb-group-alist): Use defvoo instead of defvar.
19884
19885 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19888         re-loading nn* modules.
19889
19890 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19891
19892         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19893         for `tool-bar-mode' and don't check it's default-value.
19894
19895         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19896
19897         * message.el (message-make-tool-bar): Ditto.
19898
19899         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19900         `substring'.  Shorten tmp-file name.
19901
19902         * gnus.el: Remove bogus comment.
19903
19904 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19905
19906         * gnus-art.el (gnus-article-browse-html-parts): New function.
19907         (gnus-article-browse-html-article): New function for viewing html
19908         articles with a browser.
19909
19910 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19911
19912         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19913         in elisp.
19914         (pgg-gpg-encrypt-symmetric-region): Ditto.
19915         (pgg-gpg-sign-region): Ditto.
19916
19917         * pgg-def.el (pgg-text-mode): New variable.
19918
19919         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19920         (mml2015-pgg-encrypt): Ditto.
19921
19922         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19923         (mml1991-pgg-encrypt): Ditto.
19924
19925 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * nnfolder.el (nnfolder-insert-newsgroup-line):
19928         Use message-make-date instead of current-time-string.
19929
19930         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19931         to gnus-decoded which mm-uu might set.
19932
19933 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19936         don't decode quoted parameters; remove misimported Emacs code.
19937         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19938         (rfc2231-decode-encoded-string): Don't use split-string which
19939         behaves differently according to Emacs version; use
19940         mm-decode-coding-region to convert charset to coding-system.
19941         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19942         (rfc2231-encode-string): Remove misimported Emacs code.
19943
19944 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19947         when calling mail-header-parse-content-type.
19948         (article-de-quoted-unreadable): Ditto.
19949         (article-de-base64-unreadable): Ditto.
19950         (article-wash-html): Ditto.
19951
19952         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19953         calling mail-header-parse-content-type and
19954         mail-header-parse-content-disposition.
19955         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19956         mail-header-parse-content-type.
19957
19958         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19959         insert charset and format parameters; encode description after
19960         inserting it to buffer.
19961         (mml-insert-parameter): Fold lines properly even if a parameter is
19962         segmented into two or more lines; change the max column to 76.
19963
19964         * rfc1843.el (rfc1843-decode-article-body): Don't use
19965         ignore-errors when calling mail-header-parse-content-type.
19966
19967         * rfc2231.el (rfc2231-parse-string): Return at least type if
19968         possible; don't cause an error even if it fails in parsing of
19969         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19970         (rfc2231-encode-string): Don't break lines at the beginning, leave
19971         it to mml-insert-parameter.
19972
19973         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19974         calling mail-header-parse-content-type.
19975
19976 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * spam-report.el (spam-report-gmane-use-article-number):
19979         Improve doc string.
19980         (spam-report-gmane-internal): Check if a suitable header was found
19981         in the article.
19982
19983 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19986         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19987
19988 2006-02-05  Romain Francoise  <romain@orebokech.com>
19989
19990         Update copyright notices of all files in the gnus directory.
19991
19992 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19993
19994         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19995
19996 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19999         segmented lines of parameter value to cope with Thunderbird 1.5
20000         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20001         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20002         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20003
20004 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20005
20006         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20007         parts.
20008
20009 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20010
20011         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20012         there's only one active file for all servers.
20013         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20014         solid groups.  Gnus might have used a FAST request to select the group.
20015         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20016         and nnweb-search redundantly in the active file.
20017         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20018         (nnweb-request-create-group): Don't use ARGS.
20019         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20020         initializations.  Let nnoo do the work.
20021
20022 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20025         Say the part has been decoded.
20026
20027         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20028
20029 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20030
20031         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20032         mailcap-viewer-test-cache when there's no 'test clause, since that
20033         will invert the meaning of a "nil" test previously determined by
20034         mailcap-mailcap-entry-passes-test.
20035
20036 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20039         compiling.
20040
20041         * gnus-sum.el: Ditto.
20042
20043         * message.el: Don't bind tool-bar-map when compiling.
20044
20045 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20046
20047         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20048
20049 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20050
20051         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20052         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20053         current Google Groups.
20054
20055 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20056
20057         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20058         and tool-bar-mode.
20059
20060         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20061         and tool-bar-mode.
20062
20063         * message.el (message-tool-bar-update): Simplify.
20064         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20065
20066         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20067         gnus-summary-buffer.
20068         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20069         gnus-summary-reply.
20070
20071         * gmm-utils.el (gmm): Add :version.
20072
20073 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * Makefile.in (clean): New rule.
20076         (distclean): Use it.
20077
20078 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20079
20080         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20081         Don't autoload.
20082
20083 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gmm-utils.el (gmm-verbose): Add :group.
20086
20087 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20088
20089         * message.el: Change some comments WRT tool-bars.
20090
20091         * gnus-sum.el (gnus-summary-tool-bar)
20092         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20093         (gnus-summary-tool-bar-zap-list): New variables.
20094         (gnus-summary-make-tool-bar): Complete rewrite using
20095         `gmm-tool-bar-from-list'.
20096
20097         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20098         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20099         New variables.
20100         (gnus-group-make-tool-bar): Complete rewrite using
20101         `gmm-tool-bar-from-list'.
20102         (gnus-group-tool-bar-update): New function.
20103
20104         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20105
20106 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20109         is dissected into a single part of which the type is the same as
20110         the given one; decode charset.
20111
20112 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20113
20114         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20115         into alists as symbol not string, since that's what
20116         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20117         look for.
20118
20119 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20120
20121         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20122         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20123
20124         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20125
20126 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20129         (gnus-xmas-mime-security-button-menu): New function.
20130
20131         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20132         (gnus-mime-security-button-menu): New definition.
20133         (gnus-mime-security-button-map): Use them.
20134         (gnus-mime-security-button-menu): New function.
20135         (gnus-insert-mime-security-button): Addition to help echo.
20136         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20137         (gnus-mime-security-pipe-part): New functions.
20138
20139         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20140         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20141
20142         * mm-decode.el (mm-handle-set-disposition): Remove.
20143         (mm-handle-set-description): Remove.
20144
20145 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20148         (mm-w3m-standalone-supports-m17n-p): New function.
20149         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20150         w3m usage.
20151
20152         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20153         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20154
20155 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * message.el (message-tool-bar-zap-list):
20158         Use gmm-tool-bar-zap-list as custom type.
20159         (message-tool-bar-update): New function.
20160         (message-tool-bar, message-tool-bar-gnome)
20161         (message-tool-bar-retro): Add message-tool-bar-update.
20162         (message-tool-bar-gnome): Add flyspell-buffer.
20163
20164         * gnus-util.el (gnus-error): Describe `args'.
20165
20166         * gmm-utils.el (gmm-error): Describe `args'.
20167         (gmm-tool-bar-zap-list): New widget.
20168         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20169
20170 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20171
20172         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20173         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20174         the number of recursive calls.
20175
20176         * mm-decode.el (mm-handle-set-disposition): New macro.
20177         (mm-handle-set-description): New macro.
20178
20179 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20182         encoding.
20183
20184 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20185
20186         * message.el (message-tool-bar-zap-list, message-tool-bar)
20187         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20188         (message-tool-bar-local-item-from-menu): Remove.
20189         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20190         (message-make-tool-bar): New function.
20191         (message-mode): Use `message-make-tool-bar'.
20192
20193         * gmm-utils.el: New file.
20194         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20195         (gmm-lazy): New widget copied from `nnmail.el'.
20196         (gmm-tool-bar-from-list): New function for creating customizable
20197         tool bars.
20198         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20199         output.
20200         (gmm): Add :prefix to defgroup.
20201
20202 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20203
20204         * gmm-utils.el (gmm-widget-p): New function.
20205
20206 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20207
20208         * mml.el (mml-attach-file): Describe `description' in doc string.
20209         (mml-menu): Add Emacs MIME manual and PGG manual.
20210
20211 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20212
20213         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20214
20215 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20216
20217         * nntp.el (nntp-end-of-line): Doc fix.
20218
20219 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20220
20221         * imap.el (imap-open): Handle case where buffer is a buffer
20222         object.
20223
20224 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20225
20226         * gnus-delay.el (gnus-delay): Don't autoload.
20227         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20228         to be re-loaded when customizing the `gnus-delay' group.
20229
20230 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20231
20232         * message.el (message-insert-citation-line): Use newlines.
20233
20234 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20235
20236         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20237         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20238         these routines, so the passphrase can be managed externally and
20239         passed in to the system.
20240         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20241         pgg-add-passphrase-to-cache function.
20242
20243         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20244         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20245         these routines, so the passphrase can be managed externally and
20246         passed in to the system.
20247         (pgg-pgp5-sign-region): Use new name of
20248         pgg-add-passphrase-to-cache function.
20249
20250 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20251
20252         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20253         part of the decoded armor to find the key-identifier.
20254         (pgg-gpg-lookup-key-owner): New function to return the
20255         human-readable identifier of a key owner.
20256         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20257         itself.
20258         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20259         the key value) if we have a key and can match it against a secret
20260         key.  Also, added a note pointing out fact that the prompt only
20261         indicates the first matching key.
20262
20263         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20264         pgg-decrypt-region.
20265         (pgg-add-passphrase-to-cache): Rename from
20266         `pgg-add-passphrase-cache' to reduce confusion (all callers
20267         changed).
20268         (pgg-remove-passphrase-from-cache): Rename from
20269         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20270         changed).
20271         (pgg-read-passphrase, pgg-add-passphrase-cache)
20272         (pgg-remove-passphrase-cache): Add informative docstrings.
20273         (pgg-decrypt): Convey provided passphrase in subordinate call to
20274         pgg-decrypt-region.
20275
20276 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20277
20278         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20279         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20280         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20281         'passphrase' argument, so the passphrase can be managed externally
20282         and then passed in to the system.
20283
20284         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20285         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20286         so the passphrase cache can be used reliably with identifiers
20287         besides a pgp packet's key id.
20288
20289         * pgg-gpg.el (pgg-gpg-encrypt-region)
20290         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20291         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20292         these routines, so the passphrase can be managed externally and
20293         passed in to the system.
20294
20295         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20296         'notruncate' argument, so the passphrase cache can be used
20297         reliably with identifiers besides a pgp packet's key id.
20298
20299 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20300
20301         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20302         symmetric encryption.
20303         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20304         encrypted session key.
20305         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20306         message ask for the passphrase in a proper way.
20307
20308         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20309         New user commands for symmetric encryption.
20310
20311 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20314
20315         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20316
20317 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20318
20319         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20320
20321 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * mm-decode.el (mm-inlined-types): Add application/pgp.
20324         (mm-automatic-display): Ditto.
20325
20326         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20327         part as text.
20328
20329 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * nnrss.el: Update copyright.
20332         (nnrss-opml-import): Query whether to subscribe to each entry.
20333
20334         * gnus-art.el:
20335         * gnus-sum.el:
20336         * gnus-xmas.el:
20337         * messagexmas.el:
20338         * mm-uu.el:
20339         * mm-view.el: Update copyright.
20340
20341 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * message.el (message-info): New function.
20344         (message-mode-menu): Add it.
20345         Update copyright.
20346
20347         * ChangeLog: Fix and update copyright.
20348
20349 2006-01-13  Romain Francoise  <romain@orebokech.com>
20350
20351         * message.el (message-forward-subject-name-subject): Prefer the
20352         address to 'nowhere' if the sender has no name.
20353         Fix typo.  Update copyright year.
20354
20355 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20356
20357         * gnus-art.el (article-wash-html):
20358         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20359         (gnus-article-wash-html-with-w3m-standalone): New function.
20360
20361         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20362         mm-inline-text-html-render-with-w3m-standalone.
20363         (mm-text-html-washer-alist): Map w3m-standalone to
20364         gnus-article-wash-html-with-w3m-standalone.
20365         (mm-inline-text-html-render-with-w3m-standalone): New function.
20366
20367 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20370         Improve LaTeX.
20371
20372 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20375         (nnrss-request-article): Render text/plain parts as HTML.
20376
20377         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20378         the buffer.
20379
20380 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20381
20382         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20383         custom definition of `gnus-posting-styles'.
20384
20385         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20386         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20387
20388 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20389
20390         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20391         Use nntp for bug archive.
20392
20393 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20396         parts.
20397         (nnrss-normalize-date): New function converts ISO 8601 date into
20398         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20399         (nnrss-check-group): Use it.
20400
20401 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20404
20405         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20406         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20407         (nnrss-insert-w3): Ditto.
20408
20409 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20412         the articles to be forwarded including the case where neither a
20413         number of articles nor a region is specified.
20414
20415 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * nnrss.el (nnrss-request-article): Fix last change; fill
20418         text/plain parts.
20419
20420 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20423         in text/plain part.
20424         (nnrss-check-group): Don't add excessive newline to dc:subject.
20425
20426 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20427
20428         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20429         article.
20430
20431 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20432
20433         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20434         (nnml-use-compressed-files, nnml-save-mail): Support other
20435         comression programs such as bzip2.
20436
20437 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20438
20439         * dns.el (query-dns): Make sure we check the buffer size before
20440         removing tcp headers.
20441
20442 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20443
20444         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20445         remove MIME buttons associated with multipart/alternative parts.
20446         (gnus-mime-display-alternative): Tag buttons using `article-type'
20447         text property.
20448
20449         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20450         associated with multipart/alternative parts.
20451
20452         * gnus-art.el (gnus-signature-separator): Fix custom type.
20453
20454         * mm-decode.el (mm-inlined-types): Fix custom type.
20455         (mm-keep-viewer-alive-types): Ditto.
20456         (mm-automatic-display): Ditto.
20457         (mm-attachment-override-types): Ditto.
20458         (mm-inline-override-types): Ditto.
20459         (mm-automatic-external-display): Ditto.
20460
20461 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20462
20463         * spam-report.el (spam-report-user-mail-address)
20464         (spam-report-user-agent): New variables.
20465         (spam-report-url-ping-plain): Use spam-report-user-agent.
20466
20467 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20468
20469         * gnus-art.el (gnus-button-handle-custom): Do not just use
20470         `customize-apropos' for any "M-x customize-*" button but the
20471         function called for.  Accept both the function name and its
20472         argument in order to achieve this.
20473         (gnus-button-alist): Remove support for "custom:" URL's.
20474         Pass function name to `gnus-button-handle-custom' in case of "M-x
20475         customize-*" buttons.
20476
20477 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20480         multipart/alternative and add xref to mm-discouraged-alternatives
20481         in doc string.
20482
20483         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20484         gnus-buttonized-mime-types in doc string.
20485
20486 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20487
20488         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20489         Suggest image/.* in the doc string.
20490
20491 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20492
20493         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20494         message-marks (Debian bug#342521).
20495
20496 2005-12-12  Simon Josefsson  <jas@extundo.com>
20497
20498         * password.el (password-read-from-cache): Add.
20499         (password-read): Use it.
20500
20501 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * rfc2047.el (rfc2047-charset-to-coding-system):
20504         Recognize us-ascii as a MIME charset.
20505
20506         * mm-bodies.el (mm-decode-content-transfer-encoding):
20507         Protect against the case where the 2nd arg TYPE is nil.
20508
20509 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * pop3.el (pop3-stream-type): Fix custom version.
20512
20513         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20514
20515 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20516
20517         * mm-decode.el (mm-display-external): Add missing cdr.
20518
20519 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20522         RFC1524) if it is in mailcap or add a suffix according to
20523         mailcap-mime-extensions when generating a temp filename; postpone
20524         deleting a temp file for 2 seconds for some wrappers, shell
20525         scripts, and so on, which might exit right after having started a
20526         viewer command as a background job.
20527
20528 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20529
20530         * nntp.el (nntp-marks-directory): Fix custom group.
20531
20532         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20533         steps when < 10.
20534
20535         * gnus-start.el (gnus-no-server-1):
20536         Mention `gnus-level-default-subscribed' in doc string.
20537
20538 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20539
20540         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20541         parens.
20542
20543 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * gnus-xmas.el (gnus-use-toolbar): Revert.
20546         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20547         gnus-use-toolbar is default.
20548
20549         * messagexmas.el (message-use-toolbar): Revert.
20550         (message-setup-toolbar): Use global default-toolbar if
20551         message-use-toolbar is default.
20552
20553 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20556         according to default-toolbar-visible-p.
20557
20558         * messagexmas.el (message-use-toolbar): Ditto.
20559
20560 2005-11-26  Dave Love  <fx@gnu.org>
20561
20562         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20563         (tls-program, tls-success): Provide openssl alternative.
20564
20565         * starttls.el: Doc fixes.
20566         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20567         SERVICE to PORT.
20568
20569         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20570         port null or service name.
20571         (starttls-negotiate): Autoload.
20572
20573 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * message.el (message-kill-to-signature): Fix interactive spec.
20576
20577 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * pop3.el (pop3-open-server): Recognize a string as a service name.
20580
20581 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20582
20583         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20584
20585 2005-11-23  Dave Love  <fx@gnu.org>
20586
20587         Add pop3s, pop3/starttls.
20588
20589         * pop3.el (pop3-authentication-scheme): Clarify doc.
20590         (open-tls-stream, starttls-open-stream): Autoload.
20591         (pop3-stream-type): New.
20592         (pop3-open-server): Use it.
20593
20594         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20595         for POP.
20596         (mail-source-keyword-map): Add :stream for POP.
20597         (mail-source-fetch-pop): Use pop3-stream-type.
20598
20599 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20602         of current-time-string.
20603
20604 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20605
20606         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20607         date header.
20608
20609 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20610
20611         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20612         it can seriously impact performance as it bypasses the agent's
20613         local caches.
20614
20615 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20616
20617         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20618         must be explicitly online rather than "not explicitly offline" for
20619         its flags to be synchronized.
20620
20621         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20622         that gnus-uu-unmark-thread will function correctly.
20623
20624         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20625         1024K is instead displayed as 1M.
20626
20627 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20628
20629         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20630
20631 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20632
20633         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20634
20635 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20636
20637         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20638         error message to display actual error condition.
20639         (gnus-agent-save-local): Avoid saving symbols that are bound to
20640         nil as they simply result in a warning message in
20641         gnus-agent-read-local.
20642
20643 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20646         rather than make-variable-buffer-local for file-precious-flag.
20647
20648 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20649
20650         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20651         for duplicates which are removed.  The invalid sort check then
20652         triggers a rescan after the sort as sorting may have moved
20653         duplicate entries such that they can be cheaply detected.
20654
20655 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20658
20659 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20660
20661         * gnus-agent.el (gnus-agent-article-alist-save-format):
20662         Change internal variable to a custom variable.  Change default value
20663         from compressed(2) to uncompressed(1).
20664         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20665         support for uncompressed agentview files.  Taken together, reading
20666         the agentview file should now be 6-7 times faster.
20667
20668 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20669
20670         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20671         as a buffer-local variable.  This avoids creating truncated
20672         dribble files as a result of a hang up, eg.
20673
20674 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20675
20676         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20677         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20678         XEmacs.
20679
20680 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20681
20682         * gnus-start.el (gnus-start-draft-setup):
20683         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20684
20685         * gnus.el (gnus-splash): Change custom group.
20686         (gnus-group-get-parameter, gnus-group-parameter-value):
20687         Describe allow-list argument.
20688
20689         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20690         string.
20691
20692 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20693
20694         * gnus-art.el (gnus-default-article-saver): Add user-defined
20695         `function' to custom type.
20696
20697 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20698
20699         * imap.el (imap-open): Handle case where buffer is a buffer
20700         object.
20701
20702 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20703
20704         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20705         long lines.
20706         (gnus-cache-delete-group): Wrap doc strings.
20707
20708         * gnus-agent.el (gnus-agent-rename-group)
20709         (gnus-agent-delete-group): Wrap doc strings.
20710
20711 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20712
20713         * messagexmas.el (message-use-toolbar): Change the valid values
20714         into default, top, bottom, left, and right.
20715         (message-toolbar-thickness): New variable.
20716         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20717         well.
20718         (message-setup-toolbar): Make it work.
20719
20720         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20721         (gnus-use-toolbar): Change the valid values into default, top,
20722         bottom, left, and right.
20723         (gnus-toolbar-thickness): New variable.
20724         (gnus-xmas-setup-toolbar): New function.
20725         (gnus-xmas-setup-group-toolbar): Use it.
20726         (gnus-xmas-setup-summary-toolbar): Use it.
20727
20728 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20729
20730         * gnus-start.el (gnus-1): Add "native" to
20731         gnus-predefined-server-alist.
20732
20733         * gnus.el (gnus-method-to-server): Don't add "native" to the
20734         lists here, because that leads to problems when
20735         gnus-select-method is bound.
20736
20737 2005-11-09  Simon Josefsson  <jas@extundo.com>
20738
20739         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20740         use (not sort-by-date) instead.
20741
20742 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20743
20744         * gnus-delay.el (gnus-delay-group): Don't autoload.
20745         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20746         to be re-loaded when customizing the `gnus-delay' group.
20747
20748 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20749
20750         * message.el: Revert last changes.
20751         (message-insert-citation-line): Use newlines.
20752
20753 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20754
20755         * message.el (message-courtesy-message)
20756         (message-mark-insert-begin, message-mark-insert-end)
20757         (message-elide-ellipsis, message-cancel-message)
20758         (message-add-header, message-change-subject)
20759         (message-cross-post-followup-to-header)
20760         (message-cross-post-insert-note, message-reduce-to-to-cc)
20761         (message-widen-reply, message-delete-not-region)
20762         (message-kill-to-signature, message-insert-signature)
20763         (message-insert-importance-high, message-insert-importance-low)
20764         (message-insert-or-toggle-importance)
20765         (message-insert-disposition-notification-to)
20766         (message-indent-citation, message-yank-original)
20767         (message-cite-original-without-signature, message-cite-original)
20768         (message-insert-citation-line, message-position-on-field)
20769         (message-fix-before-sending, message-send-mail-partially)
20770         (message-send-mail, message-send-mail-with-sendmail)
20771         (message-send-mail-with-qmail, message-send-news)
20772         (message-check-news-header-syntax, message-generate-headers)
20773         (message-insert-courtesy-copy, message-fill-address)
20774         (message-fill-header, message-shorten-references)
20775         (message-setup-1, message-cancel-news)
20776         (message-forward-make-body-plain, message-forward-make-body-mime)
20777         (message-forward-make-body-mml, message-encode-message-body)
20778         (message-forward-make-body-digest-plain)
20779         (message-forward-make-body-digest-mime)
20780         (message-use-alternative-email-as-from): Insert `hard-newline'
20781         instead of ordinary newlines.
20782
20783 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20784
20785         * message.el (message-generate-headers): Downcase the argument
20786         given to message-check-element.
20787
20788 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20789
20790         * nntp.el (nntp-authinfo-rejected): New error condition.
20791         (nntp-wait-for): Use new error condition to signal authentication
20792         error.
20793         (nntp-retrieve-data): Rethrow new error condition to break out of
20794         recursive call to nntp-send-authinfo.
20795
20796 2005-11-08  Romain Francoise  <romain@orebokech.com>
20797
20798         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20799         (gnus-summary-exit-map): Bind to `Z p'.
20800         (gnus-summary-make-menu-bar): Add menu item.
20801
20802 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20805         (gnus-treat-*): Add `first' in all doc strings.
20806
20807         * gnus-group.el (gnus-group-compact-group): Fix typo.
20808
20809 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * gnus.el (gnus-parameters-case-fold-search): New variable.
20812         (gnus-parameters-get-parameter): Use it.
20813
20814         * gnus-score.el (gnus-home-score-file): Doc fix.
20815
20816 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20817
20818         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20819
20820 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20821
20822         * mm-util.el (mm-special-display-p): New function.
20823
20824         * mml.el (mml-preview): Use it; doc fix.
20825
20826 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20827
20828         * imap.el (imap-open): Handle case where buffer is a buffer object.
20829
20830 2005-10-29  Romain Francoise  <romain@orebokech.com>
20831
20832         * message.el (message-fix-before-sending): Fix comment.
20833
20834 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20835
20836         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20837
20838 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20839
20840         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20841         Used in gnus-score.el.
20842
20843 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20844
20845         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20846
20847 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20850         whitespace removed in revision 7.8.  Use concatenated string to
20851         protect trailing whitespace.
20852
20853 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20854
20855         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20856         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20857         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20858         Courier IMAP ("some version from 2004").  Mostly based on similar
20859         code in the same function.
20860
20861 2005-10-26  Didier Verna  <didier@xemacs.org>
20862
20863         * gnus-group.el (gnus-group-compact-group): Invalidate original
20864         article buffer.
20865         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20866         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20867         NOV database and in article itself.
20868         Invalidate article backlog.
20869
20870 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20871
20872         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20873
20874 2005-10-26  Simon Josefsson  <jas@extundo.com>
20875
20876         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20877         part of 2004-07-25 change.
20878
20879 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20880
20881         * message.el (message-display-completion-list): New function.
20882         (message-expand-group): Use it; make sure the Completions buffer
20883         is modifiable.
20884 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20885
20886         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20887         user-mail-name is an empty string.
20888
20889 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20892         depending on gnus-score-decay-constant.
20893
20894         * encrypt.el (encrypt-insert-file-contents)
20895         (encrypt-write-file-contents): Don't use `gnus-message'.
20896
20897         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20898         arguments.
20899         (mm-uu-type-alist): Add message-marks and insert-marks.
20900         Pass arguments to mm-uu-verbatim-marks-extract.
20901         (mm-uu-hide-markers): New variable.
20902         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20903
20904         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20905         (gnus-convert-image-to-face-command): Use "convert" by default to
20906         allow other input image formats.
20907         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20908         accordingly.
20909
20910 2005-10-23  Simon Josefsson  <jas@extundo.com>
20911
20912         * imap.el (imap-gssapi-program): Align command line parameters
20913         with latest GNU SASL.
20914         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20915
20916 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20917
20918         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20919         HTML.
20920         (nnslashdot-request-article): Ditto.
20921
20922         * lpath.el (featurep): Add nobreak-char-display.
20923
20924 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20925
20926         * mail-source.el (mail-source-fetch-pop): Require pop3.
20927         (mail-source-check-pop): Ditto.
20928
20929 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20932         errors.
20933
20934 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20935
20936         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20937         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20938
20939         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20940
20941         * mm-bodies.el (mm-decode-string):
20942         Call `mm-charset-to-coding-system' with allow-override argument.
20943
20944 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20945
20946         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20947         (rfc2047-charset-to-coding-system): New function.
20948         (rfc2047-decode-encoded-words): New function.
20949         (rfc2047-decode-region): Use them.
20950         (rfc2047-decode-cte): Remove.
20951         (rfc2047-parse-and-decode): Remove.
20952         (rfc2047-decode): Remove.
20953
20954 2005-10-15  Kenichi Handa  <handa@m17n.org>
20955
20956         * rfc2047.el (rfc2047-decode-cte): New function.
20957         (rfc2047-decode-region): Change the way to decode successive
20958         encoded-words: decode B- or Q-encoding in each encoded-word,
20959         concatenate them, and decode it as charset.
20960
20961 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * lpath.el: Fbind codepage-setup for XEmacs.
20964
20965 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20966
20967         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20968         widget-move-and-invoke.
20969         (gnus-custom-mode): Use gnus-custom-map.
20970
20971 2005-10-15  Bill Wohler  <wohler@newt.com>
20972
20973         * message.el (message-tool-bar-map): Rename image file from
20974         mail_send to mail/send.
20975
20976 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20977
20978         * message.el (message-expand-group): Pass the common
20979         prefix substring of completion to `display-completion-list'.
20980
20981 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * mml-sec.el (mml-secure-method): New internal variable.
20984         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20985         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20986         New functions using mml-secure-method.
20987
20988         * mml.el (mml-mode-map): Add key bindings for those functions.
20989         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20990         Harder <harder@myrealbox.com>.
20991         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20992         Goto end of message if point is the headers of the message.
20993
20994         * message.el (message-in-body-p): New function.
20995
20996         * assistant.el: Autoload gnus-util and netrc.
20997
20998         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20999         Use `mm-charset-override-alist' only when decoding.
21000
21001         * mm-bodies.el (mm-decode-body):
21002         Call `mm-charset-to-coding-system' with allow-override argument.
21003
21004         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21005         `filename' from Content-Disposition if Content-Type doesn't
21006         provide `name'.
21007         (gnus-mime-view-part-as-type): Set default instead of
21008         initial-input.
21009
21010 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21011
21012         * format-spec.el (format-spec): Propagate text properties of % spec.
21013
21014 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21015
21016         * gnus-art.el (gnus-treat-predicate): Add `first'.
21017
21018 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21019
21020         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21021         (mm-charset-override-alist): New variable.
21022         (mm-charset-to-coding-system): Use it.
21023         (mm-codepage-setup): New helper function.
21024         (mm-charset-eval-alist): New variable.
21025         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21026         Warn about unknown charsets.
21027
21028         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21029
21030 2005-10-04  David Hansen  <david.hansen@gmx.net>
21031
21032         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21033         (nnrss-check-group): Ditto.
21034
21035 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21036
21037         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21038         Rename x-gnus-verbatim to x-verbatim.
21039         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21040
21041         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21042         x-verbatim.
21043
21044         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21045
21046         * gnus-util.el (gnus-remove-duplicates): Remove.
21047
21048         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21049         instead of gnus-remove-duplicates.
21050
21051         * message.el (message-remove-duplicates): Remove.
21052         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21053         message-remove-duplicates.
21054
21055         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21056         available, else use implementation from `delete-dups'.
21057
21058         * message.el (message-insert-expires): New function.
21059         (message-mode-map): Add key binding.
21060         (message-mode-field-menu): Add menu entry.
21061         (message-mode): Document it.
21062         (message-make-expires-date): Use `message-make-date'.
21063
21064 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21065
21066         * message.el (message-make-expires-date): New function.
21067
21068 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * Makefile.in (list-installed-shadows): New entry.
21071         (install): Use it.
21072         (remove-installed-shadows): New entry.
21073
21074         * dgnushack.el (dgnushack-default-load-path): New variable.
21075         (dgnushack-find-lisp-shadows): New function.
21076         (dgnushack-remove-lisp-shadows): New function.
21077
21078 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21079
21080         * Makefile.in (install-el-elc): New entry.
21081         (install): Use it so that .el files are necessarily installed.
21082
21083 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21084
21085         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21086
21087 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21088
21089         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21090         function rather than the diff-mode.el package.
21091         (mm-display-external): Use with-current-buffer.
21092         (mm-viewer-completion-map, mm-viewer-completion-map):
21093         Move initialization inside declaration.
21094
21095 2005-09-29  Simon Josefsson  <jas@extundo.com>
21096
21097         * spam.el: Load hashcash when compiling, to avoid warnings.
21098         Don't autoload mail-check-payment.
21099         (spam-check-hashcash): Define unconditionally, since hashcash.el
21100         is part of Gnus now.  Ignore errors from payment checking.
21101
21102 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21103
21104         * message.el (message-bold-region, message-unbold-region):
21105         Rename from `bold-region' and `unbold-region'.
21106
21107         * message.el: Remove useless autoloads.
21108
21109 2005-09-28  Simon Josefsson  <jas@extundo.com>
21110
21111         * message.el (message-use-idna): Default to t.
21112         (message-use-idna): Test whether encoding works too.  Doc fix.
21113
21114 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * nntp.el (nntp-warn-about-losing-connection): Remove.
21117
21118 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21119
21120         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21121         customizable.  Change default value.
21122         (mm-uu-diff-groups-regexp): Change default value.
21123         (mm-uu-type-alist): Add doc string.
21124         (mm-uu-configure): Add doc string.  Make it interactive.
21125         (mm-uu-tex-groups-regexp): New variable.
21126         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21127         (mm-uu-type-alist): Add LaTeX documents.
21128         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21129         of "text/verbatim".
21130         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21131
21132         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21133         instead of "text/verbatim".
21134
21135         * message.el (message-mark-inserted-region)
21136         (message-mark-insert-file): Use slrn style marks when called with
21137         prefix argument.
21138
21139 2005-09-27  Simon Josefsson  <jas@extundo.com>
21140
21141         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21142
21143 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21144
21145         * message.el (message-remove-duplicates): New function.
21146         Implementation borrowed from `gnus-remove-duplicates'.
21147         (message-idna-to-ascii-rhs): Also encode idna addresses in
21148         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21149         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21150         only ask about the same idna domain once per header and also tell
21151         in what header to replace the idna domain.
21152
21153         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21154         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21155         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21156         a header is decoded and not just the last one.
21157
21158 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21161         has been decoded.
21162
21163         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21164         (mm-insert-part): Don't modify text if it has been decoded.
21165
21166         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21167         decoded.
21168
21169         * mm-view.el (mm-inline-text): Don't strip text props unless
21170         decoding enriched or richtext parts.
21171
21172 2005-09-25  Romain Francoise  <romain@orebokech.com>
21173
21174         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21175         * gnus-start.el (gnus-subscribe-interactively):
21176         * gnus-uu.el (gnus-uu-grab-articles):
21177         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21178         space.
21179
21180 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21181
21182         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21183         * mm-view.el (mm-view-pkcs7-decrypt):
21184         * gnus-sum.el (gnus-summary-limit-to-extra)
21185         (gnus-summary-respool-article, gnus-read-move-group-name):
21186         * gnus-score.el (gnus-summary-increase-score):
21187         * gnus-util.el (gnus-completing-read-with-default):
21188         * gnus-art.el (gnus-read-save-file-name)
21189         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21190         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21191         * message.el (message-check-news-header-syntax):
21192         Follow convention for reading with the minibuffer.
21193
21194 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21195
21196         * spam-report.el (spam-report-url-ping-plain):
21197         Use gnus-extended-version as User-Agent.
21198
21199         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21200         default value is nil.
21201
21202         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21203         (mm-uu-verbatim-marks-extract): New function.
21204         (mm-uu-extract): New face.
21205         (mm-uu-copy-to-buffer): Use it.
21206
21207         * spam-report.el (spam-report-gmane-ham): Rename from
21208         `spam-report-gmane-unspam'.
21209         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21210         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21211
21212         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21213         Autoload.
21214         (spam-report-gmane-unregister-routine):
21215         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21216
21217 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21218
21219         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21220         (spam-report-gmane-unregister-routine): Add support for gmane
21221         unregistration.
21222
21223         * spam-report.el (spam-report-gmane-unspam)
21224         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21225         (spam-report-gmane): Change to take a single article and do unspam
21226         registration.
21227
21228 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21229
21230         * mm-url.el (mm-url-decode-entities): Fix regexp.
21231
21232 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21233
21234         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21235         default to nil, to be able to use Gnus at all.  If the default
21236         switches to something else, then the function should be fixed not
21237         be exceedingly slow.
21238
21239 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21240
21241         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21242         fail hard.
21243
21244         * spam-report.el: Add better Keywords line.
21245
21246         * spam.el: Add Maintainer and better Keywords line.
21247
21248 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21249
21250         * gnus-art.el (gnus-article-replace-part)
21251         (gnus-mime-replace-part): New functions.
21252         (gnus-mime-action-alist, gnus-mime-button-commands)
21253         (gnus-mime-save-part-and-strip): Add file argument.
21254         (gnus-article-part-wrapper): Add interactive argument.
21255
21256         * gnus-sum.el (gnus-summary-mime-map):
21257         Add `gnus-article-replace-part'.
21258
21259 2005-09-19  Didier Verna  <didier@xemacs.org>
21260
21261         The nnml compaction feature:
21262         * nnml.el (nnml-request-compact-group): New function.
21263         * nnml.el (nnml-request-compact): New function.
21264         * gnus-int.el (gnus-request-compact-group): New function.
21265         * gnus-int.el (gnus-request-compact): New function.
21266         * gnus-group.el (gnus-group-compact-group): New function.
21267         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21268         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21269         * gnus-srvr.el (gnus-server-compact-server): New function.
21270         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21271         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21272
21273 2005-09-18  Deepak Goel  <deego@gnufans.org>
21274
21275         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21276         format spec.
21277
21278 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21281
21282 2005-09-15  Romain Francoise  <romain@orebokech.com>
21283
21284         * message.el (message-fill-paragraph): Clarify docstring.
21285
21286 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21287
21288         * gnus-art.el (gnus-mime-display-part): Protect against broken
21289         MIME messages.
21290
21291 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21292
21293         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21294         before parsing header.
21295
21296 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21297
21298         * html2text.el (html2text-replace-list): Add new entities.
21299
21300 2005-09-11  Romain Francoise  <romain@orebokech.com>
21301
21302         * message.el (message-alternative-emails): Improve docstring.
21303         (message-setup-1): Call `message-use-alternative-email-as-from'
21304         after `message-setup-hook' to give it precedence over posting
21305         styles, etc.
21306         (message-use-alternative-email-as-from): Add docstring.
21307         Remove the original From header if present.
21308
21309         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21310         (nnml-save-mail): Use it.
21311
21312         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21313         articles.  Add new argument `silent'.
21314         (gnus-uu-mark-all): Report the total number of marked articles.
21315
21316 2005-09-10  Romain Francoise  <romain@orebokech.com>
21317
21318         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21319         (gnus-uu-mark-series): Likewise.
21320
21321 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21322
21323         * spam-report.el (spam-report-gmane): Fix generation of spam
21324         report URL.
21325
21326 2005-09-10  Simon Josefsson  <jas@extundo.com>
21327
21328         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21329         t, based on discussion on the ding list with Robert Epprecht
21330         <epprecht@solnet.ch>.
21331
21332 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * spam-report.el (spam-report-gmane): Make it work without
21335         X-Report-Spam header.  Gmane now only provides Archived-At.
21336         This is only used if `spam-report-gmane-use-article-number' is nil.
21337         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21338
21339         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21340         make `gnus-summary-sort-by-recipient' work with threading.
21341
21342         * nnweb.el (nnweb-google-wash-article): Print a message if article
21343         is not available.
21344
21345 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21346
21347         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21348         change.  Decode text/* parts content before displaying.
21349
21350 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21351
21352         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21353
21354 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21357
21358         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21359         url-package-name, url-package-version,
21360         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21361         w3m-display-inline-images, and w3m-minor-mode-map.
21362
21363 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21364
21365         * message.el (message-tab-body-function): Fix mismatched custom type.
21366
21367         * gnus.el (gnus-group-change-level-function): Ditto.
21368
21369         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21370
21371         * gnus-art.el (gnus-signature-limit)
21372         (gnus-article-mime-part-function): Ditto.
21373
21374 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21375
21376         * mml.el (mml-mode): Silence the byte compiler.
21377
21378         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21379         using `(sit-for 0)' before moving the point to the specified part;
21380         skip unbuttonized parts.
21381         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21382         return to the summary window if gnus-auto-select-part is non-nil.
21383
21384 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21387         New variables.
21388         (mml-dnd-attach-file, mml-mode): Use them.
21389
21390         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21391         Make fetching article by MID work again for Google Groups.
21392         Add FIXME concerning gnus-group-make-web-group.
21393
21394         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21395         Don't depend on Gnus by using mail-extract-address-components if
21396         gnus-extract-address-components is not bound.
21397
21398 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21399
21400         * gnus-art.el (gnus-mime-display-security): Don't display the
21401         signature, but only the signed part.
21402
21403 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21404
21405         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21406
21407         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21408         list, not listp.
21409
21410 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21411
21412         * mm-encode.el (mm-encode-content-transfer-encoding):
21413         Likewise when encoding.
21414
21415         * mm-bodies.el (mm-decode-content-transfer-encoding):
21416         De-canonicalize CRLF for all text content types, not just
21417         text/plain.
21418
21419 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21422         valid article; point arrow and cursor at the MIME button.
21423
21424 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21427         Suggested by Dan Christensen <jdc@uwo.ca>.
21428
21429         * mm-decode.el (mm-save-part): Enable change of prompt.
21430
21431 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21432
21433         * gnus-msg.el (gnus-inews-add-send-actions):
21434         Make `message-post-method' lambda parameter ARG `&optional'.
21435
21436 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21437
21438         * gnus-sum.el (gnus-summary-mime-map):
21439         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21440         gnus-article-jump-to-part.
21441
21442         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21443         (gnus-article-edit-part): Use it.
21444         (gnus-article-part-wrapper): Add no-handle argument.
21445         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21446         New functions.
21447
21448 2005-08-29  Romain Francoise  <romain@orebokech.com>
21449
21450         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21451         docstring.
21452         (gnus-face-from-file): Likewise.
21453
21454 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21455
21456         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21457         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21458         non-nil.
21459         (gnus-auto-select-part): New variable.
21460         (gnus-article-jump-to-part): New function.
21461         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21462         (gnus-mime-delete-part): Allow selecting specified part after
21463         deleting or stripping parts.
21464         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21465         part if argument is bogus.
21466
21467 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21468
21469         * gnus-art.el (w3m-minor-mode-map):
21470         * gnus-spec.el (gnus-newsrc-file-version):
21471         * gnus-util.el (nnmail-active-file-coding-system)
21472         (gnus-original-article-buffer, gnus-user-agent):
21473         * gnus.el (gnus-ham-process-destinations)
21474         (gnus-parameter-ham-marks-alist)
21475         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21476         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21477         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21478         * mm-decode.el (gnus-current-window-configuration):
21479         * mm-extern.el (gnus-article-mime-handles):
21480         * mm-url.el (url-current-object, url-package-name)
21481         (url-package-version):
21482         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21483         (smime-keys, w3m-cid-retrieve-function-alist)
21484         (w3m-current-buffer, w3m-display-inline-images)
21485         (w3m-minor-mode-map):
21486         * mml-smime.el (gnus-extract-address-components):
21487         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21488         (gnus-newsrc-hashtb, message-default-charset)
21489         (message-deletable-headers, message-options)
21490         (message-posting-charset, message-required-mail-headers)
21491         (message-required-news-headers):
21492         * mml1991.el (mc-pgp-always-sign):
21493         * mml2015.el (mc-pgp-always-sign):
21494         * nnheader.el (nnmail-extra-headers):
21495         * rfc1843.el (gnus-decode-encoded-word-function)
21496         (gnus-decode-header-function, gnus-newsgroup-name):
21497         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21498
21499 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21500
21501         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21502         the end of the date treatments.
21503
21504 2005-08-15  Simon Josefsson  <jas@extundo.com>
21505
21506         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21507         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21508         Capello and Romain Francoise.
21509         (pgg-fetch-key-function): Remove, not used?
21510         (pgg-insert-url-with-w3): Require url, to get
21511         url-insert-file-contents regardless of where it is defined.
21512
21513 2005-08-13  Romain Francoise  <romain@orebokech.com>
21514
21515         * message.el (message-cite-original-1): New function.
21516         (message-cite-original): Use it.
21517         (message-cite-original-without-signature): Ditto.
21518
21519 2005-08-08  Romain Francoise  <romain@orebokech.com>
21520
21521         * message.el (message-yank-empty-prefix): New variable.
21522         (message-indent-citation): Use it.
21523         (message-cite-original-without-signature): Respect X-No-Archive.
21524
21525 2005-08-08  Simon Josefsson  <jas@extundo.com>
21526
21527         * pgg.el: Autoload url-insert-file-contents instead of loading
21528         w3/url.
21529         (pgg-insert-url-with-w3): Don't load url here.
21530
21531 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21532
21533         * message.el (message-kill-to-signature): Don't insert newline at
21534         bol.
21535         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21536
21537 2005-08-06  Romain Francoise  <romain@orebokech.com>
21538
21539         * message.el (message-user-fqdn): Fix typo in docstring.
21540
21541 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21542
21543         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21544
21545         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21546
21547 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * mm-bodies.el (mm-encode-body): Use coding system rather than
21550         charset to encode text.
21551
21552         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21553         number of charsets if utf-8 is available (XEmacs).
21554
21555 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21556
21557         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21558         taken from `gnus-button-mid-or-mail-regexp'.
21559         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21560         (gnus-button-alist): Improve regexp for domain part of the MIDs
21561         for news:localpart@domain buttons.
21562         (gnus-button-ctan-directory-regexp): Update.
21563
21564 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * sieve-manage.el (sieve-manage-interactive-login):
21567         Use make-local-variable rather than make-variable-buffer-local.
21568         (sieve-manage-open): Ditto.
21569         (sieve-manage-authenticate): Ditto.
21570
21571         * mml.el (mml-generate-mime-1): Make the content type default to
21572         text/plain if the filename is not specified.
21573
21574 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21577         instead of insert-buffer.
21578
21579         * message.el (message-yank-original): Ditto; set the mark at the
21580         end of the yanked message.
21581
21582 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21583
21584         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21585         lines to scroll rather than to stop it.
21586
21587         * mml.el (mml-generate-default-type): Add doc string.
21588         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21589         default to application/octet-stream when determining the content
21590         type if it is not specified for the part or the mml contents; add
21591         a comment about mml-generate-default-type.
21592
21593 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21594
21595         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21596         make it default to application/octet-stream when determining the
21597         content type if it is not specified for the external contents.
21598
21599 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21602         segmented parameter but also other parameters might be there.
21603
21604 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21605
21606         * mm-decode.el (mm-display-external): Delete temp file, directory
21607         and buffer immediately if the external process is exited.
21608
21609 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21612         fewer lines than that of scroll-margin.
21613         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21614
21615 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * gnus-art.el (gnus-article-next-page): Revert.
21618         (gnus-article-beginning-of-window): New macro.
21619         (gnus-article-next-page-1): Use it.
21620         (gnus-article-prev-page): Ditto.
21621         (gnus-article-edit-part): Use insert-buffer-substring instead of
21622         insert-buffer.
21623         (gnus-article-edit-exit): Ditto.
21624
21625         * gnus-util.el (gnus-beginning-of-window): Remove.
21626         (gnus-end-of-window): Remove.
21627
21628         * lpath.el: Don't bind header-line-format and scroll-margin.
21629
21630 2005-07-25  Simon Josefsson  <jas@extundo.com>
21631
21632         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21633         to have the url package without w3.  Reported by Daiki Ueno
21634         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21635
21636 2005-07-20  Didier Verna  <didier@xemacs.org>
21637
21638         * gnus-diary.el: Remove the description comment (nndiary is now
21639         properly documented in the Gnus manual).
21640         Fix the spelling of "Back End".
21641         * nndiary.el: Ditto.
21642         Fix the copyright notice.
21643
21644 2005-07-18  Romain Francoise  <romain@orebokech.com>
21645
21646         * gnus-sum.el (gnus-summary-to-prefix)
21647         (gnus-summary-newsgroup-prefix): New variables.
21648         (gnus-summary-from-or-to-or-newsgroups): Use them.
21649
21650 2005-07-17  Romain Francoise  <romain@orebokech.com>
21651
21652         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21653         space as it's generally not especially interesting to the user.
21654
21655 2005-07-16  Romain Francoise  <romain@orebokech.com>
21656
21657         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21658         nil to avoid prompting and file modification if one of the
21659         messages at the top of the nnfolder file contains a copyright
21660         notice.
21661         Update copyright notice.
21662
21663         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21664         instead of `current-time-string' as the latter creates a time
21665         string that is not RFC 2822 compliant (it lacks the zone).
21666         Update copyright notice.
21667
21668 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21669
21670         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21671         for text/rtf.  Display default in prompt.  Pass default for M-n.
21672
21673         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21674
21675 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21676
21677         * gnus-msg.el (gnus-button-mailto):
21678         Remove save-selected-window-window hackery because it relies on
21679         save-selected-window internals.
21680
21681 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21684         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21685         (gnus-article-prev-page): Ditto.
21686
21687         * gnus-util.el (gnus-beginning-of-window): New function.
21688         (gnus-end-of-window): New function.
21689
21690         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21691
21692 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21693
21694         * gnus-score.el (gnus-score-edit-all-score):
21695         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21696         gnus-message.
21697
21698 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21699
21700         * gnus-msg.el (gnus-button-mailto):
21701         Remove save-selected-window-window hackery because it relies on
21702         save-selected-window internals.
21703
21704 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21705
21706         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21707         add-minor-mode.
21708         (gnus-binary-mode): Ditto.
21709
21710         * gnus-topic.el (gnus-topic-mode): Ditto.
21711
21712 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21713
21714         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21715         (gnus-article-prev-page): Take scroll-margin into consideration.
21716
21717 2005-07-04  Lute Kamstra  <lute@gnu.org>
21718
21719         Update FSF's address in GPL notices.
21720
21721 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21722
21723         * gnus.el (gnus-exit):
21724         * gnus-group.el (gnus-group-icons):
21725         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21726
21727         * gnus-nocem.el (gnus-nocem):
21728         * message.el (message-various, message-buffers, message-sending)
21729         (message-interface, message-forwarding, message-insertion)
21730         (message-headers, message-news, message-mail):
21731         * pgg-gpg.el (pgg-gpg):
21732         * pgg-parse.el (pgg-parse):
21733         * pgg-pgp.el (pgg-pgp):
21734         * pgg-pgp5.el (pgg-pgp5):
21735         * pop3.el (pop3): Finish `defgroup' description with period.
21736
21737 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * gnus-art.el (article-display-face): Improve the efficiency.
21740         (article-display-x-face): Ditto; remove gray x-face stuff.
21741
21742 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus-art.el (article-display-face): Correct the position in
21745         which Faces are inserted.
21746
21747 2005-06-29  Didier Verna  <didier@xemacs.org>
21748
21749         * gnus-art.el (article-display-face): Display faces in correct
21750         order.
21751
21752 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21753
21754         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21755         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21756         (gnus-nocem-check-article): Fetch the Type header.
21757         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21758         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21759         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21760         make sure gnus-nocem-hashtb is initialized.
21761         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21762         (gnus-nocem-unwanted-article-p): Ditto.
21763
21764         * pgg.el (pgg-verify): Return the verification result.
21765
21766 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21767
21768         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21769         is ascii.
21770
21771 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21772
21773         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21774         `show-nonbreak-escape'.
21775
21776 2005-06-23  Lute Kamstra  <lute@gnu.org>
21777
21778         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21779
21780         * dig.el (dig-mode):
21781         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21782
21783 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21784
21785         * nnimap.el (nnimap-split-download-body): Fix spellings.
21786
21787 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21788
21789         * gnus-art.el (gnus-article-encrypt-body):
21790         * gnus-cus.el (gnus-score-customize):
21791         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21792         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21793
21794 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21795
21796         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21797         header by looking for magic "MII" at the beginning.
21798
21799 2005-06-16  Miles Bader  <miles@gnu.org>
21800
21801         * gnus-xmas.el (gnus-xmas-group-startup-message):
21802         Use renamed gnus-splash face.
21803
21804         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21805         (assistant-field-face): New backward-compatibility alias for renamed
21806         face.
21807         (assistant-render-text): Use renamed assistant-field face.
21808
21809         * spam.el (spam): Remove "-face" suffix from face name.
21810         (spam-face): New backward-compatibility alias for renamed face.
21811         (spam-face, spam-initialize): Use renamed spam face.
21812
21813         * message.el (message-header-to, message-header-cc)
21814         (message-header-subject, message-header-newsgroups)
21815         (message-header-other, message-header-name)
21816         (message-header-xheader, message-separator, message-cited-text)
21817         (message-mml): Remove "-face" suffix from face names.
21818         (message-header-to-face, message-header-cc-face)
21819         (message-header-subject-face, message-header-newsgroups-face)
21820         (message-header-other-face, message-header-name-face)
21821         (message-header-xheader-face, message-separator-face)
21822         (message-cited-text-face, message-mml-face):
21823         New backward-compatibility aliases for renamed faces.
21824         (message-font-lock-keywords): Use renamed message faces.
21825
21826         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21827         (sieve-test-commands, sieve-tagged-arguments):
21828         Remove "-face" suffix from face names.
21829         (sieve-control-commands-face, sieve-action-commands-face)
21830         (sieve-test-commands-face, sieve-tagged-arguments-face):
21831         New backward-compatibility aliases for renamed faces.
21832         (sieve-control-commands-face, sieve-action-commands-face)
21833         (sieve-test-commands-face, sieve-tagged-arguments-face):
21834         Use renamed sieve faces.
21835
21836         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21837         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21838         (gnus-group-news-3-empty, gnus-group-news-4)
21839         (gnus-group-news-4-empty, gnus-group-news-5)
21840         (gnus-group-news-5-empty, gnus-group-news-6)
21841         (gnus-group-news-6-empty, gnus-group-news-low)
21842         (gnus-group-news-low-empty, gnus-group-mail-1)
21843         (gnus-group-mail-1-empty, gnus-group-mail-2)
21844         (gnus-group-mail-2-empty, gnus-group-mail-3)
21845         (gnus-group-mail-3-empty, gnus-group-mail-low)
21846         (gnus-group-mail-low-empty, gnus-summary-selected)
21847         (gnus-summary-cancelled, gnus-summary-high-ticked)
21848         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21849         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21850         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21851         (gnus-summary-low-undownloaded)
21852         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21853         (gnus-summary-low-unread, gnus-summary-normal-unread)
21854         (gnus-summary-high-read, gnus-summary-low-read)
21855         (gnus-summary-normal-read, gnus-splash):
21856         Remove "-face" suffix from face names.
21857         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21858         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21859         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21860         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21861         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21862         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21863         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21864         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21865         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21866         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21867         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21868         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21869         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21870         (gnus-summary-normal-ticked-face)
21871         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21872         (gnus-summary-normal-ancient-face)
21873         (gnus-summary-high-undownloaded-face)
21874         (gnus-summary-low-undownloaded-face)
21875         (gnus-summary-normal-undownloaded-face)
21876         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21877         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21878         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21879         (gnus-splash-face):
21880         New backward-compatibility aliases for renamed faces.
21881         (gnus-group-startup-message): Use renamed gnus faces.
21882
21883         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21884         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21885         (gnus-server-agent): Remove "-face" suffix from face names.
21886         (gnus-server-agent-face, gnus-server-opened-face)
21887         (gnus-server-closed-face, gnus-server-denied-face)
21888         (gnus-server-offline-face):
21889         New backward-compatibility aliases for renamed faces.
21890         (gnus-server-agent-face, gnus-server-opened-face)
21891         (gnus-server-closed-face, gnus-server-denied-face)
21892         (gnus-server-offline-face): Use renamed gnus faces.
21893
21894         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21895         Remove "-face" suffix from face names.
21896         (gnus-picon-xbm-face, gnus-picon-face):
21897         New backward-compatibility aliases for renamed faces.
21898
21899         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21900         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21901         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21902         (gnus-cite-11): Remove "-face" suffix from face names.
21903         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21904         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21905         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21906         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21907         New backward-compatibility aliases for renamed faces.
21908         (gnus-cite-attribution-face, gnus-cite-face-list)
21909         (gnus-article-boring-faces): Use renamed gnus faces.
21910
21911         * gnus-art.el (gnus-signature, gnus-header-from)
21912         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21913         (gnus-header-content): Remove "-face" suffix from face names.
21914         (gnus-signature-face, gnus-header-from-face)
21915         (gnus-header-subject-face, gnus-header-newsgroups-face)
21916         (gnus-header-name-face, gnus-header-content-face):
21917         New backward-compatibility aliases for renamed faces.
21918         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21919
21920         * gnus-sum.el (gnus-summary-selected-face)
21921         (gnus-summary-highlight): Use renamed gnus faces.
21922         * gnus-group.el (gnus-group-highlight): Likewise.
21923
21924 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21925
21926         * gnus-sieve.el (gnus-sieve-article-add-rule):
21927         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21928         * spam-stat.el (spam-stat-buffer-change-to-spam)
21929         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21930
21931         * message.el (message-is-yours-p):
21932         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21933
21934 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * mm-view.el (mm-inline-text): Withdraw the last change.
21937
21938 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21941         executing enriched-decode.
21942
21943 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21944
21945         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21946         charset of tar files.
21947
21948 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21949
21950         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21951
21952 2005-06-04  Lute Kamstra  <lute@gnu.org>
21953
21954         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21955         information is never recorded.
21956
21957 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21958
21959         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21960
21961 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * pop3.el (pop3-apop): Run md5 in the binary mode.
21964
21965         * starttls.el (starttls-set-process-query-on-exit-flag):
21966         Use eval-and-compile.
21967
21968 2005-05-31  Simon Josefsson  <jas@extundo.com>
21969
21970         * smime.el (smime-replace-in-string): Define.
21971         (smime-cert-by-ldap-1): Use it.
21972
21973 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * gnus-art.el (article-display-x-face): Replace
21976         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21977
21978         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21979         set-process-query-on-exit-flag or process-kill-without-query.
21980
21981         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21982         loop instead of replace-regexp.
21983
21984         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21985         instead of process-kill-without-query if it is available.
21986
21987         * lpath.el: Fbind ldap-search-entries.
21988
21989         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21990         instead of find-file-hooks if it is available.
21991
21992         * mml1991.el: Bind pgg-default-user-id when compiling.
21993
21994         * mml2015.el: Bind pgg-default-user-id when compiling.
21995
21996         * nndraft.el (nndraft-request-associate-buffer):
21997         Use write-contents-functions instead of write-contents-hooks if it is
21998         available.
21999
22000         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22001         instead of find-file-hooks if it is available.
22002
22003         * nntp.el (nntp-open-connection): Replace
22004         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22005         (nntp-open-ssl-stream): Ditto.
22006         (nntp-open-tls-stream): Ditto.
22007
22008         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22009         set-process-query-on-exit-flag or process-kill-without-query.
22010         (starttls-open-stream-gnutls): Use it instead of
22011         process-kill-without-query.
22012         (starttls-open-stream): Ditto.
22013
22014 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22015
22016         * smime.el (smime-cert-by-ldap-1): Don't use
22017         replace-regexp-in-string.
22018
22019 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22020
22021         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22022
22023         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22024         in PEM format.  Adjust to the XEmacs compatibility.
22025
22026 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22027
22028         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22029         by `string-to-number'.
22030         * gnus-agent.el (gnus-agent-regenerate-group)
22031         (gnus-agent-fetch-articles): Ditto.
22032         * gnus-art.el (gnus-button-fetch-group): Ditto.
22033         * gnus-cache.el (gnus-cache-generate-active)
22034         (gnus-cache-articles-in-group): Ditto.
22035         * gnus-group.el (gnus-group-set-current-level)
22036         (gnus-group-insert-group-line): Ditto.
22037         * gnus-score.el (gnus-score-set-expunge-below)
22038         (gnus-score-set-mark-below, gnus-summary-score-effect)
22039         (gnus-summary-score-entry): Ditto.
22040         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22041         (gnus-soup-pack): Ditto.
22042         * gnus-spec.el (gnus-xmas-format): Ditto.
22043         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22044         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22045         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22046         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22047         * nndb.el (nndb-get-remote-expire-response): Ditto.
22048         * nndiary.el (nndiary-parse-schedule-value)
22049         (nndiary-string-to-number, nndiary-request-replace-article)
22050         (nndiary-request-article): Ditto.
22051         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22052         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22053         * nneething.el (nneething-make-head): Ditto.
22054         * nnfolder.el (nnfolder-request-article)
22055         (nnfolder-retrieve-headers): Ditto.
22056         * nnheader.el (nnheader-file-to-number): Ditto.
22057         * nnkiboze.el (nnkiboze-request-article): Ditto.
22058         * nnmail.el (nnmail-process-unix-mail-format)
22059         (nnmail-process-babyl-mail-format): Ditto.
22060         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22061         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22062         (nnmh-request-create-group, nnmh-request-list-1)
22063         (nnmh-request-group, nnmh-request-article): Ditto.
22064         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22065         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22066         * nnsoup.el (nnsoup-make-active): Ditto.
22067         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22068         * nntp.el (nntp-find-group-and-number)
22069         (nntp-retrieve-headers-with-xover): Ditto.
22070         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22071         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22072         (pgg-format-key-identifier): Ditto.
22073         * pop3.el (pop3-last, pop3-stat): Ditto.
22074         * qp.el (quoted-printable-decode-region): Ditto.
22075
22076         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22077         of concat.
22078
22079 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22082
22083         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22084
22085         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22086
22087         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22088
22089         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22090
22091         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22092
22093         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22094         (gnus-carpal-mode): Ditto.
22095
22096         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22097         (gnus-browse-mode): Ditto.
22098
22099         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22100
22101         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22102
22103 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22104
22105         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22106
22107 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22108
22109         * gnus-util.el (gnus-run-mode-hooks): New function.
22110
22111         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22112
22113         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22114         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22115
22116 2005-05-27  Lute Kamstra  <lute@gnu.org>
22117
22118         * dns-mode.el (dns-mode): Specify customization group.
22119
22120 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22121
22122         * gnus-agent.el (gnus-agent-make-mode-line-string):
22123         Use mode-line-highlight as mouse-face.
22124
22125 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * canlock.el (canlock): Change the parent group to news.
22128
22129         * deuglify.el (gnus-outlook-deuglify): Add :group.
22130
22131         * dig.el (dig): Add :group.
22132
22133         * dns-mode.el (dns-mode): Add :group.
22134
22135         * encrypt.el (encrypt): Add :group.
22136
22137         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22138         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22139         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22140         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22141         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22142
22143         * gnus-diary.el (gnus-diary): Add :group.
22144
22145         * gnus.el (gnus-group-news-1-face): Add :group.
22146         (gnus-group-news-1-empty-face): Ditto.
22147         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22148         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22149         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22150         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22151         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22152         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22153         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22154         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22155         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22156         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22157         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22158         (gnus-summary-high-ticked-face): Ditto.
22159         (gnus-summary-low-ticked-face): Ditto.
22160         (gnus-summary-normal-ticked-face): Ditto.
22161         (gnus-summary-high-ancient-face): Ditto.
22162         (gnus-summary-low-ancient-face): Ditto.
22163         (gnus-summary-normal-ancient-face): Ditto.
22164         (gnus-summary-high-undownloaded-face): Ditto.
22165         (gnus-summary-low-undownloaded-face): Ditto.
22166         (gnus-summary-normal-undownloaded-face): Ditto.
22167         (gnus-summary-high-unread-face): Ditto.
22168         (gnus-summary-low-unread-face): Ditto.
22169         (gnus-summary-normal-unread-face): Ditto.
22170         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22171         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22172
22173         * hashcash.el (hashcash): New custom group.
22174         (hashcash-default-payment): Add :group.
22175         (hashcash-payment-alist): Ditto.
22176         (hashcash-default-accept-payment): Ditto.
22177         (hashcash-accept-resources): Ditto.
22178         (hashcash-path): Ditto.
22179         (hashcash-extra-generate-parameters): Ditto.
22180         (hashcash-double-spend-database): Ditto.
22181         (hashcash-in-news): Ditto.
22182
22183         * message.el (message-minibuffer-local-map): Add :group.
22184
22185         * netrc.el (netrc): Add :group.
22186
22187         * sieve-manage.el (sieve-manage-log): Add :group.
22188         (sieve-manage-default-user): Diito.
22189         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22190         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22191         (sieve-manage-authenticators): Ditto.
22192         (sieve-manage-authenticator-alist): Ditto.
22193         (sieve-manage-default-port): Ditto.
22194
22195         * sieve-mode.el (sieve-control-commands-face): Add :group.
22196         (sieve-action-commands-face): Ditto.
22197         (sieve-test-commands-face): Ditto.
22198         (sieve-tagged-arguments-face): Ditto.
22199
22200         * smime.el (smime): Add :group.
22201
22202         * spam-report.el (spam-report): Add :group.
22203
22204         * spam.el (spam, spam-face): Add :group.
22205
22206 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22207
22208         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22209         return \n.\n.\n at the end of articles.  Protect against that.
22210         (nntp-with-open-group): Allow debugging.
22211
22212         * nnheader.el (mail-header-set-extra): Make into a function
22213         because I just could't understand how to quote the list properly.
22214
22215         * dns.el (query-dns-cached): New function.
22216
22217 2005-05-26  Lute Kamstra  <lute@gnu.org>
22218
22219         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22220
22221 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22222
22223         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22224
22225         * gnus-art.el: Don't autoload mail-extract-address-components.
22226
22227         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22228         eval-and-compile to evaluate it.
22229
22230         * hashcash.el: Don't autoload executable-find.
22231
22232         * nndb.el: Don't declare the nndb back end two or more times; don't
22233         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22234
22235         * nntp.el: Autoload format-spec instead of format; use
22236         eval-and-compile to evaluate autoload forms.
22237
22238 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22239
22240         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22241
22242 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22243
22244         * gnus.el (gnus-version-number): Bump version.
22245
22246 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22247
22248         * gnus.el: No Gnus v0.3 is released.
22249
22250 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22251
22252         * lpath.el (featurep): Bind show-nonbreak-escape.
22253
22254 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * gnus-art.el (gnus-article-edit-part): Disable undo.
22257
22258 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22261         gnus-article-date-lapsed-new-header is t if date timer is active;
22262         skip headers in which the original date value is empty.
22263         (gnus-article-save-original-date): Redefine it as a macro.
22264         (gnus-display-mime): Use it.
22265
22266 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22267
22268         * gnus-art.el (article-date-ut): Support converting date in
22269         forwarded parts as well.
22270         (gnus-article-save-original-date): New function.
22271         (gnus-display-mime): Use it.
22272
22273 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22274
22275         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22276         enclosure element of <item>.
22277
22278 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * message.el (message-kill-buffer-query): Rename from
22281         `message-kill-buffer-query-if-modified'.  Add :version.
22282
22283 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22286         window layout.
22287
22288 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * mml.el: Autoload dnd when compiling.
22291
22292 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22293
22294         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22295         x-dnd-*.
22296
22297 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22298
22299         * qp.el (quoted-printable-encode-region): Save excursion.
22300
22301 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22302
22303         * message.el (message-kill-buffer-query-if-modified): Add new variable
22304         so the user can kill a modified message buffer quickly.
22305         (message-kill-buffer): Use it.
22306
22307 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22308
22309         * lpath.el: Fbind display-time-event-handler; don't fbind
22310         string-to-multibyte.
22311
22312         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22313
22314 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22315
22316         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22317         contained in text because xml.el decodes entities) with LFs.
22318
22319 2005-04-11  Lute Kamstra  <lute@gnu.org>
22320
22321         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22322         differently.
22323
22324 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22325
22326         * mm-util.el (mm-detect-coding-region): Typo.
22327
22328 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22331
22332 2005-04-06  Deepak Goel  <deego@gnufans.org>
22333
22334         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22335         user-function allow user modifications of the scores.
22336         (spam-stat-score-buffer-user): New function, to allow
22337         user-computed modifications to the score.
22338         (spam-stat-score-buffer-user-functions): List of additional
22339         scoring functions.
22340         (spam-stat-error-holder): Global temporary error holder.
22341         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22342         variable.
22343
22344 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22345
22346         * gnus-registry.el (gnus-registry-clean-empty-function)
22347         (gnus-registry-trim, gnus-registry-fetch-groups)
22348         (gnus-registry-delete-group): Groups that match
22349         `gnus-registry-ignored-groups' are removed from the registry
22350         entries, not just ignored for splitting.  This helps clean up the
22351         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22352         to get all the groups a message ID is in.
22353
22354         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22355         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22356         (spam-stat-score-buffer-user-functions): Add :number custom type.
22357
22358 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22361         argument in XEmacs.
22362
22363         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22364         (nnrss-request-group): Decode group name first.
22365         (nnrss-request-article): Make a text/plain article if mml-to-mime
22366         failed.
22367         (nnrss-get-encoding): Return a compatible encoding according to
22368         nnrss-compatible-encoding-alist.
22369         (nnrss-find-el): Use consp instead of listp.
22370         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22371
22372 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22373
22374         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22375         which Emacs 20 doesn't support.
22376         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22377
22378 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22379
22380         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22381         silence the byte compiler inside the defun.
22382
22383         * gnus-demon.el (parse-time-string): Add autoload.
22384
22385         * gnus-delay.el (parse-time-string): Add autoload.
22386
22387         * gnus-art.el (parse-time-string): Add autoload.
22388
22389         * nnultimate.el (parse-time): Require for `parse-time-string'.
22390
22391 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22392
22393         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22394
22395         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22396
22397         * smime.el (smime-ldap-host-list): Add :version.
22398
22399 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22400
22401         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22402         pass it to `gnus-browse-read-group'.
22403         (gnus-browse-read-group): Add NUMBER argument and pass it to
22404         `gnus-group-read-ephemeral-group'.
22405
22406         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22407         argument and pass it to `gnus-group-read-group'.
22408
22409 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22410
22411         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22412         mm-xemacs-find-mime-charset-1 if we have the mule feature
22413         available at runtime.
22414
22415 2005-03-25  Werner Lemberg  <wl@gnu.org>
22416
22417         * nnmaildir.el: Replace `illegal' with `invalid'.
22418
22419 2005-03-23  Lute Kamstra  <lute@gnu.org>
22420
22421         * time-date.el: Add comment on time value formats.
22422         Don't require parse-time.
22423         (with-decoded-time-value): New macro.
22424         (encode-time-value): New function.
22425         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22426         (days-to-time): Return a valid time value when arg is huge.
22427         (time-since): Use time-subtract.
22428         (time-to-number-of-days): Use time-to-seconds.
22429
22430 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22431
22432         * gnus-start.el (gnus-display-time-event-handler):
22433         Check display-time-timer at runtime rather than only at load time
22434         in case display-time-mode is turned off in the mean time.
22435
22436 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22437
22438         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22439         used.
22440
22441         * nneething.el (nneething-map-file-directory): Derive from
22442         `gnus-directory'.
22443
22444         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22445         the To/Cc button.
22446
22447 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22448
22449         * nnmaildir.el (nnmaildir-request-accept-article):
22450         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22451
22452 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22453
22454         * gnus-async.el: Require timer-funcs at compile time when in
22455         XEmacs for `run-with-idle-timer'.
22456
22457 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22458
22459         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22460         autoloaded function.
22461
22462 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22463
22464         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22465
22466 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22467
22468         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22469
22470 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22471
22472         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22473         Add gnus-expert-user to default.
22474
22475 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22476
22477         * nnimap.el (nnimap-open-server): Ditto.
22478
22479         * imap.el (imap-authenticate): Fix typo.
22480
22481 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22482
22483         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22484         buffer (since IMAP server might return FETCH response out of
22485         order, and the nntp buffer must be sorted).
22486
22487 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22488
22489         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22490         comparison on string.
22491
22492         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22493         (gnus-agent-score): Rename category keywords to match gnus-cus.
22494         (gnus-agent-summary-fetch-series): Modify to protect against
22495         gnus-agent-summary-fetch-group clearing processable flags.
22496         (gnus-agent-synchronize-group-flags): Update live group buffer as
22497         synchronization may occur due to the user toggle the plugged
22498         status.
22499         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22500         successfully downloaded.
22501         (gnus-agent-expire-group-1): Avoid using markers when the overview
22502         is in ascending order; greatly improves performance.
22503         (gnus-agent-regenerate-group):
22504         Use gnus-agent-synchronize-group-flags to reset read status in both
22505         gnus and server.
22506         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22507
22508 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22509
22510         * message.el: Don't autoload former message-utils variables.
22511         (message-strip-subject-trailing-was): Change doc string.
22512
22513         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22514         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22515         (nnweb-google-search): Add "hl=en" here.
22516         (nnweb-google-parse-1, nnweb-google-create-mapping):
22517         Don't hardcode URL.
22518
22519 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22520
22521         * message.el (message-get-reply-headers, message-followup):
22522         Mention related variables `message-use-followup-to' and
22523         `message-use-mail-followup-to', in the information buffer.
22524
22525         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22526         of broken groups(-beta).google.com.
22527
22528 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22529
22530         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22531         parameter to invoked gnus-request-move-article; remove the
22532         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22533         all at once instead of once per article.
22534         (gnus-summary-remove-process-mark): Accept a list of articles as
22535         well as a single article for processing.
22536
22537         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22538         parameter.
22539
22540         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22541
22542         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22543
22544         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22545         parameter.
22546
22547         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22548         parameter.
22549
22550         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22551         parameter and remove the gnus-sum-hint-move-is-internal variable.
22552
22553         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22554         parameter.
22555
22556         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22557         parameter.
22558
22559         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22560         parameter.
22561
22562         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22563
22564         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22565         parameter.
22566
22567         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22568         parameter.
22569
22570 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22571
22572         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22573         a more conservative way.
22574
22575 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22576
22577         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22578         buffer, so it moves the window's cursor.
22579
22580 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22581
22582         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22583         `mm-dissect-multipart' and receive the from field as an (optional)
22584         argument from `mm-dissect-multipart'.
22585         (mm-dissect-multipart): Receive the from field as an argument and
22586         pass it on when we call `mm-dissect-buffer' on MIME parts.
22587         Fixes verification/decryption of signed/encrypted MIME parts.
22588
22589 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22590
22591         * gnus-sum.el (gnus-summary-move-article):
22592         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22593         whatever it calls (right now, only nnimap-request-move article
22594         respects it).
22595
22596         * nnimap.el (nnimap-request-move-article):
22597         When gnus-sum-hint-move-is-internal is set, don't do the extra
22598         nnimap-request-article.
22599
22600 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22601
22602         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22603
22604         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22605         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22606
22607         * gnus-sum.el (gnus-summary-caesar-message):
22608         Apply `gnus-treat-article' after rotation.
22609
22610         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22611         doc string.
22612
22613 2005-02-22  Simon Josefsson  <jas@extundo.com>
22614
22615         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22616         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22617         <arne@arnested.dk>.
22618         (encrypt): Add password-cache and password-cache-expiry as group
22619         members.
22620
22621 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22622
22623         * smime.el (smime-ldap-host-list): Doc fix.
22624         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22625         cache) password.
22626         (smime-sign-region): Use it.
22627         (smime-decrypt-region): Use it.
22628         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22629         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22630         fails.
22631         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22632         certificate from DER to PEM format rather than calling openssl.
22633
22634         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22635
22636         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22637         for signing/encryption.
22638
22639         * mml.el (mml-parse-1): Use them.
22640
22641 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22642
22643         * nnrss.el (nnrss-verbose): Remove.
22644         (nnrss-request-group): Use `nnheader-message' instead.
22645
22646 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22647
22648         * nnrss.el (nnrss-verbose): New variable.
22649         (nnrss-request-group): Make it say nnrss is requesting a group.
22650
22651 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22652
22653         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22654         Handle news URL with given port correctly.
22655
22656 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22659         containing special characters.
22660
22661         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22662
22663         * mml.el (mime-to-mml): Ditto.
22664
22665         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22666         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22667         (rfc2047-decode-region): Quote decoded words containing special
22668         characters when rfc2047-quote-decoded-words-containing-tspecials
22669         is non-nil.
22670
22671 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22672
22673         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22674
22675         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22676
22677 2005-02-15  Simon Josefsson  <jas@extundo.com>
22678
22679         * nnimap.el (nnimap-debug): Doc fix.
22680
22681         * imap.el (imap-debug): Doc fix.
22682
22683 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22684
22685         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22686
22687 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22688
22689         * gnus.el (spam-contents): Improve docs for spam-contents
22690         parameter in its variable incarnation.
22691
22692 2005-02-14  Simon Josefsson  <jas@extundo.com>
22693
22694         * smime-ldap.el: Use require instead of load-library for ldap.
22695         (smime-ldap-search): Indent.
22696         (smime-ldap-search-internal): Shorten line.
22697
22698         * smime.el (smime-cert-by-dns): Add doc-string.
22699         (smime-cert-by-ldap-1): Indent.
22700
22701         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22702         mml-smime-get-dns-ldap.
22703         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22704
22705 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22706
22707         * smime.el: Require smime-ldap.
22708         (smime-ldap-host-list): New variable.
22709         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22710
22711         * mml-smime.el (mml-smime-encrypt-query): New function.
22712         (mml-smime-encrypt-query): Use it.
22713
22714         * smime-ldap.el: New file.
22715
22716 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22719
22720 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22721
22722         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22723         argument in doc string.  Make query for type more clear.
22724
22725 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22726
22727         * gnus.el (gnus-group-startup-message): Search for gnus images in
22728         etc/images/gnus.
22729         * mm-util.el (mm-image-load-path): Likewise.
22730         * smiley.el (smiley-data-directory): Search for smilies in
22731         etc/images/smilies.
22732
22733 2005-02-09  Kim F. Storm  <storm@cua.dk>
22734
22735         Change Emacs release version from 21.4 to 22.1 throughout.
22736         Change Emacs development version from 21.3.50 to 22.0.50.
22737
22738 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22739
22740         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22741
22742         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22743         non-Mule XEmacs as well.
22744         (mm-decompress-buffer): Signal an error intentionally if it does
22745         not decompress compressed data because auto-compression-mode is
22746         disabled.
22747
22748 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22749
22750         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22751         an ID in the registry even if it has no groups.
22752
22753 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22756         merge it into mm-decompress-buffer.
22757         (gnus-mime-copy-part): Use the MIME part charset, the value which
22758         a user specified or gnus-newsgroup-charset for decoding, like
22759         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22760         save-buffer what was used.  Suggested by Kevin Ryde
22761         <user42@zip.com.au>.
22762         (gnus-mime-inline-part): Allow the name parameter as well as the
22763         filename parameter; force decompressing of compressed data; always
22764         display contents being not decoded as unibyte.
22765
22766         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22767         as well as the filename parameter.
22768
22769         * mm-util.el (mm-decompress-buffer):
22770         Merge gnus-mime-jka-compr-maybe-uncompress.
22771         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22772         of compressed data.
22773
22774 2005-02-08  Simon Josefsson  <jas@extundo.com>
22775
22776         * imap.el (imap-log): Doc fix.
22777
22778 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22781         the coding cookies; decompress compressed parts.
22782
22783         * mml.el (mml-generate-mime-1): Add the charset parameter according
22784         to the value which a user specified manually or the coding cookie.
22785
22786         * mm-util.el (mm-string-to-multibyte): New function.
22787         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22788         (mm-coding-system-to-mime-charset): New function.
22789         (mm-decompress-buffer): New function.
22790         (mm-find-buffer-file-coding-system): New function.
22791
22792         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22793         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22794         parts.
22795
22796 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22797
22798         * mm-view.el (mm-display-inline-fontify): Decode a part according
22799         to the charset parameter.
22800
22801 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22802
22803         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22804         prefix arg is neither nil nor a number, as info specifies.
22805
22806 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22807
22808         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22809         timestamps.
22810
22811 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22812
22813         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22814         groups error checking and notify user.
22815
22816 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22817
22818         * message.el (message-send-mail-function): Check existence of
22819         sendmail-program first before using default value
22820         `message-send-mail-with-sendmail'.  Otherwise use more generic
22821         `smtpmail-send-it'.
22822
22823 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * nntp.el (nntp-request-update-info): Always return nil.
22826
22827 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22828
22829         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22830
22831 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22832
22833         * message.el (message-beginning-of-line): Change the behavior when
22834         invoked between BOL and : so that it first moves backward.
22835
22836 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22837
22838         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22839         article buffer when editing of the article is discarded.
22840         (gnus-article-prepare): Revert.
22841
22842 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22843
22844         * gnus-art.el (gnus-article-prepare):
22845         Remove message-strip-forbidden-properties from the local hook.
22846
22847 2005-01-27  Simon Josefsson  <jas@extundo.com>
22848
22849         * password.el (password-cache-add): Only start one timer per key.
22850         Reported by Derek Atkins <warlord@MIT.EDU>.
22851
22852 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22853
22854         * run-at-time.el: Remove.  It is no longer needed as
22855         timer-funcs.el in the xemacs-base package has a working version of
22856         `run-at-time'.
22857
22858         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22859
22860         * password.el: Require timer-funcs instead of run-at-time in
22861         XEmacs.
22862         Remove `password-run-at-time' macro.
22863         (password-cache-add): Use `run-at-time' instead of
22864         `password-run-at-time'.
22865
22866         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22867         Remove `nnheader-cancel-function-timers' alias,
22868         `cancel-function-timers' exists in XEmacs in timer-funcs.
22869
22870         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22871         for `run-with-idle-timer'.
22872
22873         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22874         for `run-at-time'.
22875
22876         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22877         for `with-timeout'.
22878
22879         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22880         the same as for XEmacs 21.4.
22881         No need to ignore `run-with-idle-timer', this function exists in
22882         XEmacs now in timer-funcs.el in the xemacs-base package.
22883         (dgnushack-compile): No need to delete
22884         run-at-time.el from the list of files to compile because it
22885         doesn't exist anymore.
22886
22887 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22888
22889         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22890         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22891
22892 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22893
22894         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22895         sensitively.
22896
22897 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22898
22899         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22900
22901 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22904         which will be inserted according to the multibyteness of a buffer
22905         rather than the type of contents.  Suggested by ARISAWA Akihiro
22906         <ari@mbf.ocn.ne.jp>.
22907
22908         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22909         of string which old xml.el may return rather than a string.
22910
22911 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22912
22913         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22914
22915 2005-01-16  Simon Josefsson  <jas@extundo.com>
22916
22917         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22918         idn/idna.el isn't available.
22919         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22920         <michael@waxrat.com>.
22921
22922         * hashcash.el: Remove non-FSF copyright header.
22923
22924         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22925         (hashcash-generate-payment): Use it.
22926         (hashcash-generate-payment-async): Use it.
22927
22928 2005-01-15  Simon Josefsson  <jas@extundo.com>
22929
22930         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22931         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22932
22933         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22934         gnus-summary-idna-message.
22935         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22936         (gnus-summary-idna-message): New function.
22937
22938 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22939
22940         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22941         gnus-novice-user.
22942
22943 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * nnrss.el (nnrss-request-delete-group): Delete entries in
22946         nnrss-group-alist as well.
22947         (nnrss-save-server-data): Insert newline.
22948
22949 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22950
22951         * gnus.el (gnus-user-agent): Use list of symbols instead of
22952         symbols.  Display full version number for (S)XEmacs.
22953         Optionally display (S)XEmacs codename.
22954
22955         * gnus-util.el (gnus-emacs-version): Update for new
22956         `gnus-user-agent'.
22957
22958         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22959         Gnus version.
22960
22961 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22962
22963         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22964         which is unreadable in some setups.
22965
22966 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22967
22968         * gnus-spec.el (gnus-update-format-specifications): Flush the
22969         group format spec cache if it doesn't support decoded group names.
22970
22971 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22972
22973         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22974         Allow to apply decay on score files matching a regexp.
22975
22976 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22979         compatibility in %g and %c.
22980
22981 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22984         name for only %g and %c.
22985         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22986         of gnus-tmp-group to decoded group name.
22987         (gnus-group-make-rss-group): Exclude `/'s from group names.
22988
22989 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22990
22991         * nnrss.el (nnrss-get-encoding): Fix regexp.
22992
22993 2004-12-27  Simon Josefsson  <jas@extundo.com>
22994
22995         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22996         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22997         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22998
22999 2004-12-17  Kim F. Storm  <storm@cua.dk>
23000
23001         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23002
23003         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23004
23005 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23006
23007         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23008
23009 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23010
23011         * nnrss.el: Require rfc2047 and mml.
23012         (nnrss-file-coding-system): New variable.
23013         (nnrss-format-string): Redefine it as an inline function.
23014         (nnrss-decode-group-name): New function.
23015         (nnrss-string-as-multibyte): Remove.
23016         (nnrss-retrieve-headers): Decode group name; don't use
23017         nnrss-format-string.
23018         (nnrss-request-group): Decode group name.
23019         (nnrss-request-article): Decode group name; allow a Message-ID as
23020         well as an article number; don't use nnrss-format-string; encode a
23021         Message-ID string which may contain non-ASCII characters; use
23022         mml-to-mime to compose a MIME article.
23023         (nnrss-request-expire-articles): Decode group name.
23024         (nnrss-request-delete-group): Decode group name.
23025         (nnrss-fetch): Clarify error message.
23026         (nnrss-read-server-data): Use insert-file-contents instead of load;
23027         bind file-name-coding-system; use multibyte buffer.
23028         (nnrss-save-server-data): Bind coding-system-for-write to the
23029         value of nnrss-file-coding-system; bind file-name-coding-system;
23030         add coding cookie.
23031         (nnrss-read-group-data): Use insert-file-contents instead of load;
23032         bind file-name-coding-system; use multibyte buffer.
23033         (nnrss-save-group-data): Bind coding-system-for-write to the
23034         value of nnrss-file-coding-system; bind file-name-coding-system.
23035         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23036         make it work with non-ASCII text.
23037         (nnrss-find-el): Make it work with old xml.el as well.
23038
23039 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23040
23041         * nnrss.el (nnrss-get-encoding): New function.
23042         (nnrss-fetch): Use unibyte buffer initially; bind
23043         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23044         decode contents according to the encoding attribute.
23045         (nnrss-save-group-data): Add coding cookie.
23046         (nnrss-mime-encode-string): New function.
23047         (nnrss-check-group): Use it to encode subject and author.
23048
23049 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23050
23051         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23052         imaginary variable.
23053
23054 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23055
23056         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23057         correctly even if there are wide characters.
23058
23059 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23060
23061         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23062         downcased symbol names; make a new cache instead of reusing
23063         bbdb-hashtable.
23064
23065 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23066
23067         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23068         concatenating segments rather than before concatenating them.
23069         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23070
23071         * message.el (message-get-reply-headers): Bind `extra'.
23072
23073 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23074
23075         * message.el (message-extra-wide-headers): New variable.
23076         (message-get-reply-headers): Use it.
23077
23078 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23079
23080         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23081         (gnus-agent-group-pathname): Ditto.
23082
23083         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23084
23085         * gnus-group.el (gnus-group-make-group): Decode group name.
23086         (gnus-group-make-rss-group): Register the group data after opening
23087         the nnrss group.
23088
23089 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23090
23091         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23092         by expiry now get marked as read.
23093
23094 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23095
23096         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23097
23098 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23099
23100         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23101         unify Latin characters in XEmacs.
23102         (mm-find-mime-charset-region): Use it.
23103
23104 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23105
23106         * gnus-util.el (gnus-delete-directory): New function.
23107
23108         * gnus-agent.el (gnus-agent-delete-group): Use it.
23109
23110         * gnus-cache.el (gnus-cache-delete-group): Use it.
23111
23112 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23113
23114         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23115         names.
23116
23117 2004-12-16  Simon Josefsson  <jas@extundo.com>
23118
23119         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23120
23121 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23122
23123         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23124
23125         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23126         (gnus-group-set-current-level): Decode group name.
23127
23128 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23129
23130         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23131         failed.
23132
23133 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * gnus-group.el (gnus-group-delete-group): Decode group name.
23136         (gnus-group-make-rss-group): Encode group name.
23137         (gnus-group-catchup-current): Decode group name.
23138         (gnus-group-kill-group): Decode group name.
23139
23140 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23141
23142         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23143
23144 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23145
23146         * gnus-group.el (gnus-group-make-rss-group):
23147         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23148
23149         * gnus-start.el (gnus-setup-news): Honor user's setting to
23150         gnus-message-archive-method.  Suggested by Lute Kamstra
23151         <lute@gnu.org>.
23152
23153 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23154
23155         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23156         global counterparts of the buffer-local variables.
23157
23158 2004-11-16  Romain Francoise  <romain@orebokech.com>
23159
23160         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23161         counterparts of the buffer-local variables.
23162
23163 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * message.el (message-forbidden-properties): Fix typo in doc
23166         string.
23167
23168 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23169
23170         * gnus-util.el (gnus-replace-in-string): Add doc string.
23171
23172         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23173         to avoid problems when splitting mails with many recipients.
23174
23175 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23176
23177         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23178         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23179
23180 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23181
23182         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23183         if there is no hashtable in memory or file modification time is
23184         newer than cached timestamp.
23185
23186 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23187
23188         * gnus-sum.el (gnus-summary-limit-to-recipient):
23189         Implement not-matching option.
23190
23191 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23192
23193         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23194         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23195         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23196         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23197         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23198         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23199
23200 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23201
23202         * message.el (message-forward-make-body-mml): Remove headers
23203         according to message-forward-ignored-headers if a message is decoded.
23204
23205 2004-12-02  Romain Francoise  <romain@orebokech.com>
23206
23207         * message.el (message-forward-make-body-plain): Always remove
23208         headers according to message-forward-ignored-headers.
23209
23210 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23211
23212         * spam.el (spam-summary-prepare-exit): Remove the
23213         gnus-summary-limit pop for now, it has problems with ham marks for
23214         me.
23215
23216 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23217
23218         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23219         correctly.
23220
23221 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23222
23223         * format-spec.el (format-spec): Message the char.
23224
23225 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23226
23227         * gnus-art.el (gnus-split-methods): Reformat comments.
23228
23229         * spam.el (spam-summary-prepare-exit): Remove article limits
23230         before exiting the summary buffer.
23231
23232 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23233
23234         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23235         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23236
23237         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23238         order to silence the byte compiler.
23239
23240         * spam.el: Fix the way to silence the byte compiler, which
23241         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23242         bbdb-search-simple, spam-BBDB-register-routine,
23243         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23244         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23245         spam-stat-buffer-is-spam, spam-stat-load,
23246         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23247         spam-stat-save and spam-stat-split-fancy.
23248
23249 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23250
23251         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23252         which may confuse users.
23253         (canlock-password-for-verify): Ditto.
23254
23255         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23256
23257         * gnus-art.el (gnus-emphasis-alist): Ditto.
23258
23259         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23260
23261         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23262
23263         * gnus-start.el (gnus-save-killed-list): Ditto.
23264
23265         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23266         (gnus-sum-thread-tree-root): Ditto.
23267         (gnus-sum-thread-tree-false-root): Ditto.
23268         (gnus-sum-thread-tree-single-indent): Ditto.
23269
23270         * message.el (message-courtesy-message): Ditto.
23271         (message-archive-note): Ditto.
23272         (message-subscribed-address-file): Ditto.
23273         (message-user-fqdn): Ditto.
23274
23275         * spam-report.el (spam-report-gmane-regex): Ditto.
23276
23277         * spam.el (spam-blackhole-good-server-regex): Ditto.
23278
23279 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23280
23281         * mml.el (mml-preview): Widen the message buffer before copying
23282         the contents to the preview buffer; sort headers before previewing.
23283
23284         * message.el (message-hidden-headers): Fix the way to avoid a bug
23285         in the `repeat' widget in Emacs 21.3 or earlier.
23286
23287 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23288
23289         * message.el (message-hidden-headers): Default to "^References:".
23290         Improve customization type.  Suggested by Reiner Steib
23291         <Reiner.Steib@gmx.de>.
23292
23293 2004-11-25  Romain Francoise  <romain@orebokech.com>
23294
23295         * message.el (message-strip-forbidden-properties): Remove check for
23296         obsolete `message-hidden' text property, hidden headers are not
23297         accessible in the buffer anymore.
23298
23299 2004-11-22  Romain Francoise  <romain@orebokech.com>
23300
23301         * message.el (message-header-format-alist): Add `From' in list
23302         so that it can be sorted.
23303         (message-fix-before-sending): Widen and sort headers before
23304         sending.
23305         (message-hide-headers): Use narrowing to hide headers by moving
23306         them to the top of the buffer and narrowing to the region
23307         underneath.
23308
23309 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23310
23311         * message.el (message-strip-forbidden-properties):
23312         Bind buffer-read-only (etc) to nil.
23313
23314 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23317         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23318
23319 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23320
23321         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23322
23323 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23324
23325         * dns.el (query-dns): Use sit-for to time instead of
23326         accept-process-output, since that doesn't seem to work on udp
23327         sockets.
23328
23329 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23330
23331         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23332
23333 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23334
23335         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23336         doc string.  Improve doc string.
23337
23338 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23339
23340         * nntp.el (nntp-request-update-info): Return nil if
23341         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23342         may not call gnus-activate-group which uselessly issues the GROUP
23343         commands for all nntp groups and wastes time.  Reported by Romain
23344         Francoise <romain@orebokech.com>.
23345
23346         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23347
23348 2004-11-15  Simon Josefsson  <jas@extundo.com>
23349
23350         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23351         headers separately.
23352         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23353         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23354
23355 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23356
23357         * gnus-start.el (gnus-convert-old-newsrc):
23358         Assign legacy-gnus-agent to 5.10.7.
23359
23360 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23361
23362         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23363         start of the lines.
23364
23365 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23366
23367         * hashcash.el (hashcash-default-payment): Change default to 20.
23368         (hashcash-default-accept-payment): Change default to 20.
23369         (hashcash-process-alist): New variable.
23370         (hashcash-generate-payment-async): Add.
23371         (hashcash-already-paid-p): Add.
23372         (hashcash-insert-payment): Don't generate payments twice.
23373         (hashcash-insert-payment-async): Add.
23374         (hashcash-insert-payment-async-2): Add.
23375         (hashcash-cancel-async): Add.
23376         (hashcash-wait-async): Add.
23377         (hashcash-processes-running-p): Add.
23378         (hashcash-wait-or-cancel): Add.
23379         (mail-add-payment): New optional argument.  Conditionally start
23380         asynchronous calculation.
23381         (mail-add-payment-async): Add.
23382
23383         * message.el (message-send-mail): Wait for asynchronous hashcash
23384         results.  Don't clobber existing X-Hashcash headers.
23385         (message-setup-1): Call mail-add-payment-async when
23386         message-generate-hashcash is non-nil.
23387
23388 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23389
23390         * message.el (message-use-alternative-email-as-from): Examine the
23391         From header as well; use message-make-from in order to include a
23392         user's full name.
23393
23394 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23397         default; improve customization type.
23398         (gnus-emphasis-custom-with-format): New macro.
23399         (gnus-emphasis-custom-value-to-external): New function.
23400         (gnus-emphasis-custom-value-to-internal): New function.
23401
23402 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23403
23404         * dns.el (query-dns): Resolve reverse addresses.
23405
23406 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23407
23408         * gnus-group.el (gnus-group-get-new-news): Use it.
23409
23410         * gnus-start.el (gnus-check-reasonable-setup): New function.
23411
23412 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23413
23414         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23415         "Args out of range" error.  Reported by Arnaud Giersch
23416         <arnaud.giersch@free.fr>.
23417
23418 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23419
23420         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23421
23422 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23423
23424         * spam.el (spam group): Add :version.
23425
23426         * pgg-def.el (pgg group): Add :version.
23427
23428 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23429
23430         * gnus-art.el (gnus-article-edit-article): Don't associate the
23431         article buffer with a draft file.  This is a temporary measure
23432         against the 2004-08-22 change to gnus-article-edit-mode.
23433
23434 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23435
23436         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23437         (html2text-format-tags): Remove unused variable `attr'.
23438
23439 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23440
23441         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23442
23443         * tls.el (tls-process-connection-type, tls-success)
23444         (tls-certtool-program): Add :version.
23445
23446         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23447         (starttls-extra-arguments, starttls-process-connection-type)
23448         (starttls-connect, starttls-failure, starttls-success): Add :version.
23449
23450         * spam-stat.el (spam-stat): Add :version.
23451
23452         * sieve.el (sieve): Add :version.
23453
23454         * sha1.el (sha1): Add :version.
23455         (sha1-use-external): Remove redundant version.
23456
23457         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23458         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23459         (nnmail-split-fancy-match-partial-words)
23460         (nnmail-split-lowercase-expanded): Add :version.
23461
23462         * nndiary.el (nndiary): Add :version.
23463
23464         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23465
23466         * mml-sec.el (mml-default-sign-method)
23467         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23468         Add :version.
23469
23470         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23471
23472         * mm-url.el (mm-url-use-external, mm-url-program)
23473         (mm-url-arguments): Add :version.
23474
23475         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23476         (mm-attachment-file-modes, mm-decrypt-option)
23477         (mm-w3m-safe-url-regexp): Add :version.
23478
23479         * message.el (message-cite-prefix-regexp)
23480         (message-sendmail-envelope-from, message-minibuffer-local-map)
23481         (message-user-fqdn, message-completion-alist): Add :version.
23482
23483         * gnus-win.el (gnus-configure-windows-hook)
23484         (gnus-use-frames-on-any-display): Add :version.
23485
23486         * gnus-art.el (gnus-article-address-banner-alist)
23487         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23488         (gnus-treat-from-picon, gnus-treat-mail-picon)
23489         (gnus-treat-x-pgp-sig): Add :version.
23490
23491         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23492         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23493         (gnus-summary-article-delete-hook)
23494         (gnus-summary-display-while-building): Add :version.
23495
23496         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23497         (gnus-get-top-new-news-hook): Add :version.
23498
23499         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23500         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23501
23502         * gnus-registry.el (gnus-registry): Add :version.
23503
23504         * gnus-spec.el (gnus-use-correct-string-widths)
23505         (gnus-make-format-preserve-properties): Add :version.
23506
23507         * gnus.el (gnus-group-charter-alist)
23508         (gnus-group-fetch-control-use-browse-url)
23509         (gnus-install-group-spam-parameters): Add :version.
23510
23511         * gnus-diary.el (gnus-diary): Add :version.
23512
23513         * gnus-delay.el (gnus-delay): Add :version.
23514
23515         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23516         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23517         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23518         Add :version.
23519
23520         * gnus-agent.el (gnus-agent-max-fetch-size)
23521         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23522         (gnus-agent-prompt-send-queue): Add :version.
23523
23524         * deuglify.el (gnus-outlook-deuglify): Add :version.
23525
23526         * html2text.el: Beautify code.  Improve doc strings.
23527         Some checkdoc cleanup.
23528         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23529
23530 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23531
23532         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23533
23534 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23535
23536         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23537         when package is loaded.
23538
23539         * spam.el (spam-summary-score-preferred-header): Add global preference
23540         for people who want to override the default SpamAssassin over
23541         Bogofilter preference (when both are set).
23542         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23543         (spam-user-format-function-S):
23544         Check spam-summary-score-preferred-header.
23545         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23546         (spam-user-format-function-S): Format the score correctly.
23547
23548 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23551         signature file.  Suggested by Manoj Srivastava
23552         <srivasta@golden-gryphon.com>.
23553
23554         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23555         iso-2022-jp even in the Japanese language environment.
23556         Suggested by Jason Rumney <jasonr@gnu.org>.
23557
23558 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23561         use the same characters as the dummy marks; make it free from
23562         getting affected by the language environment.
23563         (gnus-summary-read-group-1): Update mark positions only when the
23564         format spec is updated.
23565
23566         * gnus-spec.el (gnus-update-format-specifications): Return a list
23567         of updated types.
23568
23569 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23572         of boundp to check if display-warning is available.
23573
23574 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23575
23576         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23577
23578 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23579
23580         * nnspool.el (nnspool-spool-directory): Use news-path if the
23581         news-directory variable is not bound.
23582
23583         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23584         function instead of display-warning if it is not available.
23585
23586 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23587
23588         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23589         v5-10: Use `point-at-bol'.
23590
23591 2004-10-26  Simon Josefsson  <jas@extundo.com>
23592
23593         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23594         <chenggao@gmail.com>.
23595
23596 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23597
23598         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23599         instead.
23600
23601 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23602
23603         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23604         to remove a server from the nnimap-server-buffer-alist.
23605         (nnimap-open-connection, nnimap-close-server): Use it.
23606
23607         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23608
23609 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23610
23611         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23612         running the major-mode function.
23613
23614 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23615
23616         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23617         dummy marks in the right way.
23618
23619 2004-10-18  David Edmondson  <dme@dme.org>
23620
23621         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23622         excessively.
23623
23624 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23625
23626         * gnus-util.el (gnus-split-references): Accept a nil references
23627         string and go on blissfully.
23628
23629         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23630         cases where the references string is non-nil but has no references.
23631
23632         * encrypt.el: Add autoload tags.
23633
23634         * spam.el (spam-resolve-registrations-routine): Remove article
23635         from unregistration list too.  Reported by David Hanak
23636         <dhanak@isis.vanderbilt.edu>
23637
23638 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23639
23640         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23641         nil.  Change custom type.
23642
23643 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23644
23645         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23646
23647         * gnus-sum.el (gnus-summary-move-article): Use it.
23648
23649 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23650
23651         * encrypt.el: Add autoload cookies.
23652
23653         * spam.el (spam-backend-article-list-property)
23654         (spam-backend-get-article-todo-list)
23655         (spam-backend-put-article-todo-list)
23656         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23657         Resolve registrations separately.
23658         (spam-register-routine): Format comments.
23659         (spam-unregister-routine, spam-register-routine): Always call with
23660         specific-articles, no default list.
23661         (spam-summary-prepare-exit): Use the spam-classifications function.
23662
23663         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23664         gnus-encrypt.el.
23665
23666         * encrypt.el: Copied from gnus-encrypt.el.
23667
23668         * gnus-encrypt.el: Commented that it's obsolete.
23669
23670 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23671
23672         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23673         (gnus-score-save): Use it.
23674
23675         * message.el (message-bury): Use `window-dedicated-p'.
23676
23677 2004-10-15  Simon Josefsson  <jas@extundo.com>
23678
23679         * pop3.el (top-level): Don't require nnheader.
23680         (pop3-read-timeout): Add.
23681         (pop3-accept-process-output): Add.
23682         (pop3-read-response, pop3-retr): Use it.
23683
23684 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23685
23686         * spam.el (spam-register-routine): Move comment.
23687         (spam-verify-bogofilter): Use 'unknown for the initial
23688         spam-bogofilter-valid state, not 'never.
23689
23690         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23691         for netrc-machine.
23692
23693         * nnimap.el (nnimap-open-connection):
23694         Use netrc-machine-user-or-password.
23695
23696 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23697
23698         * gnus-registry.el (gnus-registry-unload-hook):
23699         Set as a variable with add-hook.
23700
23701         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23702         of news-path.
23703
23704         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23705
23706         * spam.el: Delete duplicate `provide'.
23707         (spam-unload-hook): Set as a variable with add-hook.
23708
23709 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23710
23711         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23712         in the doc string.
23713
23714         * message.el (message-ignored-news-headers)
23715         (message-ignored-supersedes-headers)
23716         (message-ignored-resent-headers)
23717         (message-forward-ignored-headers): Improve custom type.
23718
23719 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * message.el (message-tokenize-header): Fix 2004-09-06 change
23722         which used point-min in the wrong place.
23723
23724 2004-10-12  Simon Josefsson  <jas@extundo.com>
23725
23726         * tls.el (tls-certtool-program): New variable.
23727         (tls-certificate-information): New function, based on
23728         ssl-certificate-information.
23729
23730 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23731
23732         * compface.el: Move the version of ELisp-based uncompface program
23733         to the contrib directory because of the copyright problem.
23734
23735 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23736
23737         * message.el (message-kill-buffer): Raise the current frame.
23738
23739 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23740
23741         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23742
23743         * gnus.el (message-y-or-n-p): Autoload.
23744
23745         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23746         (pop3-password-required, pop3-authentication-scheme)
23747         (pop3-leave-mail-on-server): Make customizable.
23748         (pop3): New custom group.
23749         (pop3-retr): Remove `sleep-for' statements.
23750         Suggested by Dave Love <fx@gnu.org>.
23751
23752         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23753         Windows/DOS.
23754
23755         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23756         (imap-parse-body): Fix incorrect use of `assert'.
23757         Suggested by Dave Love <fx@gnu.org>.
23758
23759         * mml.el (mml-minibuffer-read-disposition): Require match.
23760         Suggested by Dave Love <fx@gnu.org>.
23761
23762 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23763
23764         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23765         doc string.
23766
23767 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23768
23769         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23770
23771 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23772
23773         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23774         instead of calling `mm-insert-inline', to decode text/* parts
23775         before displaying them.
23776
23777 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23778
23779         * mm-uu.el (mm-uu-text-plain-type): New variable.
23780         (mm-uu-pgp-signed-extract-1): Use it.
23781         (mm-uu-pgp-encrypted-extract-1): Use it.
23782         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23783         bind mm-uu-text-plain-type with that value.
23784         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23785         mm-uu-dissect.
23786
23787 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23788
23789         * gnus-group.el (gnus-update-group-mark-positions):
23790         * gnus-sum.el (gnus-update-summary-mark-positions):
23791         * message.el (message-check-news-body-syntax):
23792         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23793         of string-as-multibyte.
23794
23795 2004-10-05  Juri Linkov  <juri@jurta.org>
23796
23797         * gnus-group.el (gnus-update-group-mark-positions):
23798         * gnus-sum.el (gnus-update-summary-mark-positions):
23799         * message.el (message-check-news-body-syntax):
23800         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23801         8-bit unibyte values to a multibyte string for search functions.
23802
23803 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23804
23805         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23806         (mm-uu-dissect-text-parts): New function.
23807
23808         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23809         dissect text parts.
23810
23811         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23812         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23813
23814         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23815
23816         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23817         Use gnus-current-topics instead of gnus-current-topic.
23818
23819 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23820
23821         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23822
23823 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23824
23825         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23826         where appropriate.
23827
23828         * nnml.el (nnml-generate-active-info): do.
23829
23830         * nndiary.el (nndiary-generate-active-info): do.
23831
23832         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23833         (gnus-topic-move): do.
23834
23835         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23836         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23837
23838         * gnus-srvr.el (gnus-server-prepare)
23839         (gnus-server-open-all-servers): do.
23840
23841         * gnus-msg.el (gnus-summary-cancel-article)
23842         (gnus-summary-resend-message)
23843         (gnus-summary-mail-crosspost-complaint): do.
23844
23845         * gnus-move.el (gnus-change-server): do.
23846
23847         * gnus-group.el (gnus-group-unmark-all-groups)
23848         (gnus-group-set-current-level): do.
23849
23850 2004-10-04  Simon Josefsson  <jas@extundo.com>
23851
23852         * message.el (message-generate-hashcash): Doc fix.
23853
23854 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23855
23856         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23857         avoid infinite recursion via gnus-get-function.
23858
23859 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23860
23861         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23862
23863         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23864
23865         * nnmail.el (nnmail-split-history): do.
23866
23867         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23868         (nnml-request-delete-group): do.
23869
23870         * nnslashdot.el (nnslashdot-read-groups): do.
23871
23872         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23873         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23874
23875         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23876         (nnspool-sift-nov-with-sed): Use last.
23877         (nnspool-retrieve-headers-with-nov): Use mapc.
23878         (nnspool-request-newgroups): Use dolist.
23879         (nnspool-request-group): Use last.
23880
23881         * nntp.el (nntp-read-server-type): Use dolist.
23882
23883         * nnvirtual.el (nnvirtual-create-mapping)
23884         (nnvirtual-update-read-and-marked): Use dolist.
23885         (nnvirtual-convert-headers): Simplify.
23886
23887 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23888
23889         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23890         Add support for sync'ing tick marks.
23891
23892 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23893
23894         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23895         there's no visible header.
23896
23897 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23898
23899         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23900         When necessary, pass full group name to gnus-request-set-marks.
23901
23902 2004-10-01  Simon Josefsson  <jas@extundo.com>
23903
23904         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23905         acroread.
23906
23907 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23908
23909         * spam-report.el (spam-report-gmane): Fix interactive.
23910
23911         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23912
23913         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23914         when writing file.
23915         (gnus-agent-synchronize-flags): Don't default to being
23916         interactive.
23917
23918 2004-09-30  Simon Josefsson  <jas@extundo.com>
23919
23920         * message.el (message-generate-hashcash): Add.
23921         (message-send-mail): Use it, call mail-add-payment.
23922
23923 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23924
23925         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23926
23927 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23928
23929         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23930         gnus-requst-update-info with explicit code to sync the in-memory
23931         info read flags with the marks being sync'd to the backend.
23932
23933         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23934
23935 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23936
23937         * spam.el (spam-verify-bogofilter): Add new function.
23938         (spam-check-bogofilter)
23939         (spam-bogofilter-register-with-bogofilter): Use it.
23940         (spam-verify-bogofilter): Add small fixes.
23941
23942 2004-09-28  Simon Josefsson  <jas@extundo.com>
23943
23944         * hashcash.el (hashcash-generate-payment): Revert.
23945
23946 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23947
23948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23949         Use gnus-extract-references instead of gnus-split-references.
23950
23951         * gnus-util.el (gnus-extract-references): Add new function, analogous
23952         to gnus-split-references but extracts only the message-ID without
23953         anything extra.
23954
23955         * hashcash.el (hashcash-generate-payment)
23956         (hashcash-check-payment): Do the right thing if hashcash-path is
23957         nil (because the hashcash program could not be found).
23958
23959         * spam.el (spam-use-hashcash): Remove comment.
23960
23961 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23962
23963         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23964         (gnus-cache-enter-article, gnus-cache-remove-article)
23965         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23966
23967         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23968
23969         * gnus-art.el (article-hide-boring-headers)
23970         (article-translate-strings, article-display-face)
23971         (gnus-article-mime-match-handle-first)
23972         (gnus-article-highlight-headers)
23973         (gnus-article-add-buttons-to-head): do.
23974
23975 2004-09-27  Simon Josefsson  <jas@extundo.com>
23976
23977         * hashcash.el: New version, from
23978         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23979         ../contrib/.
23980
23981 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23982
23983         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23984
23985 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23986
23987         * gnus-dup.el (gnus-dup-open): Use mapc.
23988         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23989
23990         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23991         Reported by Stefan Wiens <s.wi@gmx.net>.
23992
23993         * gnus.el (gnus-shutdown): Use dolist.
23994
23995         * gnus-undo.el (gnus-undo): Use mapc.
23996
23997         * nnrss.el (nnrss-generate-active): do.
23998
23999         * message.el (message-cite-original-without-signature)
24000         (message-cite-original): Use mapc.
24001         (message-do-actions, message-make-forward-subject): Use dolist.
24002
24003 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24004
24005         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24006         deletion to remove entire duplicate line.  Fixes merged article
24007         number bug.
24008
24009 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24010
24011         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24012         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24013         first ask if you want to open a server and then, even when you
24014         responded with no, asking if you want to synchronize the server's
24015         flags.
24016         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24017         multi-line expressions.
24018         (gnus-agent-synchronize-group-flags): New internal function.
24019         Updates marks in memory (in the info structure) AND in the
24020         backend.
24021
24022         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24023
24024         * nnagent.el (nnagent-request-set-mark):
24025         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24026         method, to ensure that synchronization updates marks in the
24027         backend and in the info (in memory) structure.
24028
24029 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24030
24031         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24032         convention fully; don't miss the root article of a thread; make
24033         the X-Draft-From header with correct article numbers.
24034
24035 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24036
24037         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24038         unless plugged.  Disable the agent so that an open failure causes
24039         an error.
24040
24041         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24042         Revert 2004-09-21 change.  The backend must be opened while
24043         synchronizing flags even when the backend stores the flags
24044         locally.
24045
24046 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24047
24048         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24049         in `header' match.  Reported by Svend Tollak Munkejord.
24050
24051         * message.el (message-cite-original): Fix use of
24052         `message-cite-articles-with-x-no-archive'.
24053
24054 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24057         (gnus-window-to-buffer): Ditto.
24058
24059         * mml.el (mml-preview-buffer): New variable.
24060         (mml-preview): Manage window layout with gnus-buffer-configuration.
24061
24062         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24063         X-Draft-From header even if those articles aren't quoted.
24064
24065 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24066
24067         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24068         (gnus-request-set-mark, gnus-request-update-mark): Use new
24069         g-s-t-u-l-m to decide to use backend even when unplugged.
24070
24071 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24072
24073         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24074         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24075
24076 2004-09-20  Simon Josefsson  <jas@extundo.com>
24077
24078         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24079         "utf-16-le".
24080
24081 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24082
24083         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24084
24085 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24086
24087         * uudecode.el (uudecode-use-external): Add :version.
24088
24089         * smime.el (smime-CA-file, smime-encrypt-cipher)
24090         (smime-dns-server): Add :version.
24091
24092         * smiley.el (gnus-smiley-file-types): Add :version.
24093
24094         * sha1.el (sha1-use-external): Add :version.
24095
24096         * pgg-def.el (pgg-query-keyserver): Add :version.
24097
24098         * nnmail.el (nnmail-fancy-expiry-targets)
24099         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24100         Add :version.
24101
24102         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24103         (nnimap-retrieve-groups-asynchronous): Add :version.
24104         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24105
24106         * mml.el (mml-content-disposition-parameters)
24107         (mml-insert-mime-headers-always): Add :version.
24108
24109         * mm-util.el (mm-coding-system-priorities): Add :version.
24110
24111         * mm-decode.el (mm-inline-text-html-with-images)
24112         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24113         (mm-verify-option): Add :version.
24114         (mm-text-html-renderer): Change :version.
24115
24116         * message.el (message-fcc-externalize-attachments)
24117         (message-required-headers, message-draft-headers)
24118         (message-subject-trailing-was-query)
24119         (message-subject-trailing-was-ask-regexp)
24120         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24121         (message-mark-insert-end, message-archive-header)
24122         (message-archive-note, message-cross-post-default)
24123         (message-cross-post-note, message-followup-to-note)
24124         (message-cross-post-note-function, message-use-mail-followup-to)
24125         (message-subscribed-address-functions)
24126         (message-subscribed-address-file, message-subscribed-addresses)
24127         (message-subscribed-regexps, message-allow-no-recipients)
24128         (message-yank-cited-prefix, message-signature-insert-empty-line)
24129         (message-hidden-headers, message-hierarchical-addresses)
24130         (message-mail-user-agent, message-use-idna)
24131         (message-valid-fqdn-regexp)
24132         (message-strip-special-text-properties, message-header-synonyms)
24133         (message-beginning-of-line, message-tab-body-function): Add :version.
24134         (message-insert-canlock, message-wide-reply-confirm-recipients):
24135         Change :version.
24136
24137         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24138         and :version.
24139         (mail-source-delete-old-incoming-confirm)
24140         (mail-source-movemail-program): Add :version.
24141
24142         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24143         (gnus-agent-cache, gnus-agent): Change :version.
24144
24145         * gnus-util.el (gnus-use-byte-compile): Change :version.
24146
24147         * gnus-sum.el (gnus-summary-make-false-root-always)
24148         (gnus-summary-default-high-score)
24149         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24150         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24151         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24152         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24153         (gnus-sum-thread-tree-single-indent)
24154         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24155         (gnus-sum-thread-tree-leaf-with-other)
24156         (gnus-sum-thread-tree-single-leaf): Add :version.
24157         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24158         (gnus-article-loose-mime): Change :version.
24159
24160         * gnus-start.el (gnus-backup-startup-file)
24161         (gnus-save-startup-file-via-temp-buffer): Add :version.
24162
24163         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24164         (gnus-server-offline-face): Add :version.
24165
24166         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24167
24168         * gnus-msg.el (gnus-gcc-externalize-attachments)
24169         (gnus-debug-files, gnus-debug-exclude-variables)
24170         (gnus-discouraged-post-methods): Change :version.
24171         (gnus-confirm-mail-reply-to-news)
24172         (gnus-confirm-treat-mail-like-news): Add :version.
24173
24174         * gnus-int.el (gnus-server-unopen-status): Add :version.
24175
24176         * gnus-group.el (gnus-group-jump-to-group-prompt)
24177         (gnus-large-ephemeral-newsgroup)
24178         (gnus-fetch-old-ephemeral-headers): Add :version.
24179
24180         * gnus-fun.el (gnus-x-face-directory)
24181         (gnus-convert-pbm-to-x-face-command)
24182         (gnus-convert-image-to-x-face-command)
24183         (gnus-convert-image-to-face-command): Add :version.
24184
24185         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24186
24187         * gnus-cite.el (gnus-cite-blank-line-after-header)
24188         (gnus-article-boring-faces): Add :version.
24189
24190         * gnus-art.el (gnus-buttonized-mime-types)
24191         (gnus-inhibit-mime-unbuttonizing)
24192         (gnus-treat-display-face)
24193         (gnus-treat-body-boundary): Change :version.
24194         (gnus-body-boundary-delimiter, gnus-picon-databases)
24195         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24196         (gnus-treat-date-english, gnus-treat-fold-headers)
24197         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24198         (gnus-treat-mail-picon, gnus-treat-wash-html)
24199         (gnus-article-encrypt-protocol)
24200         (gnus-use-idna, gnus-article-over-scroll)
24201         (gnus-mime-display-multipart-alternative-as-mixed)
24202         (gnus-mime-display-multipart-related-as-mixed)
24203         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24204         (gnus-ctan-url, gnus-button-ctan-handler)
24205         (gnus-button-handle-ctan-bogus-regexp)
24206         (gnus-button-ctan-directory-regexp)
24207         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24208         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24209         (gnus-button-man-level, gnus-button-emacs-level)
24210         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24211
24212         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24213         (gnus-agent-go-online): Change :version.
24214         (gnus-agent-expire-unagentized-dirs)
24215         (gnus-agent-auto-agentize-methods): Add :version.
24216
24217         * flow-fill.el (fill-flowed-display-column)
24218         (fill-flowed-encode-column): Add :version.
24219
24220         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24221         (gnus-outlook-deuglify-unwrap-max)
24222         (gnus-outlook-deuglify-cite-marks)
24223         (gnus-outlook-deuglify-unwrap-stop-chars)
24224         (gnus-outlook-deuglify-no-wrap-chars)
24225         (gnus-outlook-deuglify-attrib-cut-regexp)
24226         (gnus-outlook-deuglify-attrib-verb-regexp)
24227         (gnus-outlook-deuglify-attrib-end-regexp)
24228         (gnus-outlook-display-hook): Add :version.
24229
24230         * binhex.el (binhex-use-external): Add :version.
24231
24232 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24233
24234         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24235         and `invisible'.
24236
24237 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24238
24239         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24240         in gnus-registry-trim.
24241
24242 2004-09-13  Simon Josefsson  <jas@extundo.com>
24243
24244         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24245
24246         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24247
24248         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24249         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24250         <yamaoka@jpl.org>.
24251         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24252         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24253         <yamaoka@jpl.org>.
24254
24255         * sieve.el (sieve-manage-mode): Ditto.
24256
24257 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24258
24259         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24260
24261 2004-09-11  Simon Josefsson  <jas@extundo.com>
24262
24263         * dns-mode.el: Add.
24264
24265         * mm-view.el (mm-display-dns-inline): Add.
24266
24267         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24268         (mm-automatic-display): Ditto.
24269
24270         * mailcap.el (mailcap-mime-data): Add text/dns.
24271         (mailcap-mime-extensions): Map .soa to text/dns.
24272
24273 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24274
24275         * gnus-art.el (article-decode-mime-words, article-babel)
24276         (gnus-article-highlight-signature, gnus-article-add-buttons)
24277         (gnus-signature-toggle): Remove unnecessary bindings of
24278         `inhibit-read-only' inherited from v5.10 merge.
24279
24280 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24281
24282         * nntp.el (nntp): New customization group.
24283         (nntp-authinfo-file): Add customization group.
24284
24285         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24286
24287         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24288
24289         * gnus.el (to-address, to-list, subscribed)
24290         (large-newsgroup-initial): Ditto.
24291
24292         * flow-fill.el (fill-flowed-display-column)
24293         (fill-flowed-encode-column): Ditto.
24294
24295 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24296
24297         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24298         Use point-min rather than 1.
24299         (message-send-mail): Use buffer-size rather than point-max.
24300
24301         * gnus-sum.el (gnus-summary-search-article-forward):
24302         Signal a specific `search-failed' rather than a generic `error'.
24303
24304         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24305         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24306         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24307
24308 2004-09-10  Simon Josefsson  <jas@extundo.com>
24309
24310         * nndb.el (require): Remove tcp and duplicate cl.
24311
24312 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24313
24314         * gnus-agent.el (directory-files-and-attributes): Move forward.
24315
24316 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24317
24318         * gnus-agent.el (directory-files-and-attributes):
24319         Optionally defined to support XEmacs.
24320
24321 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24322
24323         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24324         to avoid run-time CL dependencies.
24325         (gnus-agent-unfetch-articles): New function.
24326         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24327         article numbers even when local .overview file is missing.
24328         (gnus-agent-read-article-number): New function.  Only accepts
24329         27-bit article numbers.
24330         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24331         Use gnus-agent-read-article-number.
24332         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24333         from backend while recognizing that article numbers in .overview
24334         must be valid.
24335         (gnus-agent-update-files-total-fetched-for):
24336         Use directory-files-and-attributes to improve performance.
24337         * gnus-int.el (gnus-request-move-article):
24338         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24339         improve performance.
24340
24341         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24342         some users confused by references to .newsrc when they only have a
24343         .newsrc.eld file.
24344         (gnus-convert-mark-converter-prompt)
24345         (gnus-convert-converter-needs-prompt): Fix use of property list.
24346         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24347         New function.  Used internally to only display 'gnus converting
24348         files' message when actually necessary.
24349
24350         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24351         methods now autoloaded.
24352
24353 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24354
24355         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24356         identifiers.
24357
24358 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24359
24360         * gnus-picon.el: Fix indentation and closing parenthesis.
24361
24362 2004-09-01  Simon Josefsson  <jas@extundo.com>
24363
24364         * message.el (message-canlock-generate): Require sha1, not
24365         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24366         to require within a function.  Sadly, if sha1.el isn't loaded, the
24367         let binding in m-c-g will hide the defcustom definition, which is
24368         bad.)
24369
24370         * canlock.el: Require sha1, not sha1-el.
24371
24372         * message.el: Don't autoload sha1 (there is a autoload cookie in
24373         sha1.el).
24374
24375         * sha1-el.el: Rename to sha1.el.
24376
24377 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24378
24379         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24380
24381 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24382
24383         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24384
24385 2004-08-30  Kim F. Storm  <storm@cua.dk>
24386
24387         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24388
24389         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24390         Add :group 'nnimap.
24391
24392 2004-08-30  Andreas Schwab  <schwab@suse.de>
24393
24394         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24395         ?* and ?\;.
24396
24397         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24398         and ?\' to symbol instead of whitespace.
24399
24400 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24401
24402         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24403
24404         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24405         instead of re-search-forward.
24406
24407         * gnus-uu.el (gnus-uu-save-article): Ditto.
24408         (gnus-uu-post-encode-uuencode): Ditto.
24409
24410         * html2text.el (html2text-clean-list-items): Ditto.
24411         (html2text-clean-dtdd): Ditto.
24412         (html2text-format-tags): Ditto.
24413
24414         * message.el (message-send-mail-with-sendmail): Fix regexp.
24415         (message-fill-field-general): Use search-forward instead of
24416         re-search-forward.
24417         (unbold-region): Ditto.
24418
24419         * nnrss.el (nnrss-request-article): Ditto.
24420
24421         * nnslashdot.el (nnslashdot-request-article): Ditto.
24422
24423         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24424
24425         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24426         "Unrecognized menu descriptor" error in XEmacs.
24427
24428 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24429
24430         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24431         parent article of a sparse article in the thread hashtb.
24432
24433 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24434
24435         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24436         (nnmail-expand-newtext): Lowercase expanded entries if
24437         nnmail-split-lowercase-expanded is non-nil.
24438
24439 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24442
24443         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24444         of gnus-tmp-news-method into string under XEmacs.  It will be
24445         passed to gnus-correct-length which takes only a string argument.
24446
24447 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24448
24449         * gnus-util.el (gnus-bind-print-variables): New macro.
24450         (gnus-prin1): Use it.
24451         (gnus-prin1-to-string): Use it.
24452         (gnus-pp): New function.
24453         (gnus-pp-to-string): New function.
24454
24455         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24456         Replace pp-to-string with gnus-pp-to-string.
24457         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24458         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24459         * gnus-msg.el (gnus-debug): Ditto.
24460         * gnus-score.el (gnus-score-save): Ditto.
24461         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24462         gnus-pp-to-string.
24463         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24464         with gnus-pp.
24465         * score-mode.el (gnus-score-pretty-print): Ditto.
24466         * webmail.el (webmail-debug): Ditto.
24467
24468 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24469
24470         * gnus-art.el (article-display-face, article-display-x-face):
24471         Use buffer-read-only.
24472
24473 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24474
24475         * gnus-art.el (article-hide-list-identifiers):
24476         Bind inhibit-read-only as t.
24477
24478 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24479
24480         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24481
24482 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24483
24484         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24485         (gnus-narrow-to-page): Don't assume point-min == 1.
24486         (gnus-article-edit-mode): Derive from message-mode.
24487
24488         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24489         point-min == 1.
24490
24491         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24492         Disable incorrect use of `assert'.
24493
24494         * message.el (message-mode): Set comment-start-skip.
24495
24496
24497 2004-08-22  Sam Steingold  <sds@gnu.org>
24498
24499         * pop3.el (pop3-leave-mail-on-server): New user variable.
24500         (pop3-movemail): Delete mail only when it is nil.
24501
24502 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24503
24504         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24505
24506         * mml.el (mml-preview): Use `pop-to-buffer'.
24507
24508         * message.el (message-goto-mail-followup-to): Insert after "To".
24509         (message-carefully-insert-headers): Add comment.
24510
24511         * gnus.el: Remove unused variable `gnus-article-check-size'.
24512
24513         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24514
24515         * gnus-art.el (gnus-button-alist):
24516         Improve `gnus-button-handle-library' entry.
24517
24518 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24519
24520         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24521         Use downcase, since XEmacs capitalizes error messages differently.
24522
24523 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24524
24525         * nntp.el: Add (require 'gnus) due to reference to
24526         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24527
24528 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24529
24530         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24531         Bind `mm-fill-flowed'.
24532
24533         * mm-decode.el (mm-dissect-singlepart): Check it.
24534
24535 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24536
24537         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24538         'imap' for netrc parsing.
24539
24540 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24541
24542         * mailcap.el (mailcap-mime-data): Mark as risky.
24543
24544 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24545
24546         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24547         may be included in the encoded word.
24548         (rfc2047-encode): Don't append a space if the encoded word
24549         includes close parenthesis.
24550
24551 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24552
24553         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24554         of text within parentheses.
24555
24556 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24557
24558         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24559         (gnus-encrypt-write-file-contents): Make the password key the file
24560         name PLUS the cipher, not just the cipher.  Also remove failed
24561         passwords from the cache.
24562
24563 2004-08-06  Simon Josefsson  <jas@extundo.com>
24564
24565         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24566         Doc fix.
24567
24568 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24569
24570         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24571         LWSP.
24572
24573 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24574
24575         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24576         Try to append in-reply-to: data to the references: header.
24577
24578         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24579         (netrc-parse): Use gnus-encrypt.el functions.
24580
24581         * gnus-encrypt.el: Add new file for encryption support; currently
24582         does only a few GPG ciphers and an internal XOR cipher.
24583
24584         * password.el: Add comments on using password-read-and-add.
24585         (password-read-and-add): Add function to read and add the
24586         password to the cache at once.
24587
24588 2004-07-28  Simon Josefsson  <jas@extundo.com>
24589
24590         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24591         parameter (but don't use it, for now).
24592
24593         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24594         instead of hard coding to nil.
24595
24596 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24597
24598         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24599         as mm-inline-image-xemacs does.
24600
24601 2004-07-26  Simon Josefsson  <jas@extundo.com>
24602
24603         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24604         Revert part of 2004-07-17 change below.
24605
24606 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24607
24608         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24609         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24610
24611 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24612
24613         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24614         quotes that actually start with ">" at the beginning of the
24615         lines.
24616
24617 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * rfc2047.el (rfc2047-encode-region): Fix last change.
24620         (rfc2047-encode-parameter): Remove useless concat.
24621
24622 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24625         encode special characters; fix some kind of misconfigured headers;
24626         signal a real error if debug-on-quit or debug-on-error is non-nil.
24627         (rfc2047-encode-max-chars): New variable.
24628         (rfc2047-encode-1): Use it.
24629         (rfc2047-encode-parameter): New function.
24630
24631         * mml.el (mml-insert-parameter): Remove an excessive space.
24632
24633 2004-07-17  Simon Josefsson  <jas@extundo.com>
24634
24635         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24636         Kai Grossjohann <kai@emptydomain.de>.
24637         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24638         (gnus-group-make-menu-bar): Ditto.
24639
24640         * gnus-util.el (gnus-group-server): Add.
24641
24642 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24643
24644         * message.el (message-clone-locals): Clone sendmail and smtp
24645         variables.
24646
24647 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24648
24649         * rfc2047.el (rfc2047-encode-region): Fix last change.
24650
24651 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24652
24653         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24654         characters as non-special.
24655
24656 2004-07-09  Simon Josefsson  <jas@extundo.com>
24657
24658         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24659         Users will lose all flag changes made while unplugged with
24660         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24661         good default.  See numerous reports on ding mailing list.
24662
24663 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24664
24665         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24666         add generate-head-function and generate-article-function to the
24667         rfc822-forward entry.
24668         (nndoc-rfc822-forward-generate-article): New function.
24669         (nndoc-rfc822-forward-generate-head): New function.
24670
24671         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24672
24673 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24674
24675         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24676         respect display group parameter and gnus-summary-expunge-below.
24677         (gnus-articles-to-read): Remove unused reference to display group
24678         parameter.
24679
24680 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24681
24682         * nnheader.el (nnheader-uniquify-message-id): New experimental
24683         variable.
24684         (nnheader-nov-read-message-id): Use it.
24685
24686         * spam-report.el (spam-report-gmane): Add interactive.
24687
24688 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24689
24690         * mm-encode.el (mm-content-transfer-encoding-defaults):
24691         Use qp-or-base64 for the application/* types.
24692
24693 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24694
24695         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24696
24697 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24698
24699         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24700         trim value.
24701
24702 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24703
24704         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24705         New macro and function.
24706         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24707
24708 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24711         after-load-alist.
24712
24713 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24714
24715         * gnus-group.el (gnus-group-get-new-news-this-group):
24716         Don't update info that isn't there.
24717
24718 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24719
24720         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24721         entry.
24722
24723 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24724
24725         * mm-view.el (mm-inline-render-with-function): Use multibyte
24726         buffer; decode html source by charset.
24727
24728         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24729
24730         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24731         Mule-UCS is loaded under XEmacs.
24732         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24733
24734 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24735
24736         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24737
24738 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * mm-util.el (mm-coding-system-p): Return a coding-system.
24741         (mm-mime-mule-charset-alist): Use shift_jis instead of
24742         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24743         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24744         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24745         instead of japanese-shift-jis and iso-latin-1 respectively in
24746         order to share the default value with both Emacs and XEmacs-mule.
24747         (mm-mule-charset-to-mime-charset):
24748         Make mm-coding-system-priorities effective.
24749         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24750         while predicating of candidates upon the priorities.
24751
24752 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24753
24754         * gnus-sum.el (gnus-summary-make-menu-bar):
24755         Add gnus-uu-invert-processable.
24756
24757         * gnus.el: Autoload gnus-uu-invert-processable.
24758
24759 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24760
24761         * mm-util.el (mm-with-multibyte-buffer): New macro.
24762
24763         * rfc2047.el (rfc2047-encode-string): Use it.
24764         (rfc2047-encode-region): Move point to the end of the region after
24765         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24766
24767 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24768
24769         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24770         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24771
24772 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24773
24774         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24775         (gnus-cite-parse): Ignore quoted envelope From_.
24776         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24777
24778 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24779
24780         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24781         invalid addresses.
24782
24783 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24784
24785         * spam.el: Change section markers, revise TODO list.
24786         (spam-backends): Make new master list of all installed backends.
24787         (spam-summary-exit-behavior): Add new variable to determine how
24788         messages moves are done at summary exit.
24789         (spam-move-spam-nonspam-groups-only)
24790         (spam-process-ham-in-nonham-groups)
24791         (spam-process-ham-in-spam-groups): Remove variables, the
24792         spam-summary-exit-behavior variable should be used to manage this
24793         behavior.
24794         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24795         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24796         and spam-old-spam-articles.
24797         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24798         Add empty variables, placeholders for the backends they represent.
24799         (spam-set-difference): Move, unchanged.
24800         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24801         unless the user has a processor variable.
24802         (spam-classifications, spam-classification-valid-p)
24803         (spam-backend-properties, spam-backend-property-valid-p)
24804         (spam-backend-function-type-valid-p)
24805         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24806         (spam-report-articles-gmane, spam-report-articles-resend):
24807         Remove functions, they are not needed.
24808         (spam-install-backend-super, spam-backend-list)
24809         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24810         (spam-backend-function, spam-backend-ham-registration-function)
24811         (spam-backend-spam-registration-function)
24812         (spam-backend-ham-unregistration-function)
24813         (spam-backend-spam-unregistration-function)
24814         (spam-backend-statistical-p, spam-backend-mover-p)
24815         (spam-install-backend-alias, spam-install-checkonly-backend)
24816         (spam-install-mover-backend, spam-install-nocheck-backend)
24817         (spam-install-backend, spam-install-statistical-backend)
24818         (spam-install-statistical-checkonly-backend): Add backend installation
24819         support.
24820         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24821         (spam-group-processor-p): Use the new backend code and respect the
24822         summary exit behavior.
24823         (spam-mark-spam-as-expired-and-move-routine): Remove.
24824         (spam-summary-prepare): Change to use the new spam-old-articles
24825         variable.
24826         (spam-copy-or-move-routine, spam-copy-spam-routine)
24827         (spam-move-spam-routine, spam-copy-ham-routine)
24828         (spam-move-ham-routine): Add code to copy/move ham or spam.
24829         (spam-fetch-field-fast): Improve doc and code, plus allow the
24830         'number request.
24831         (spam-list-of-checks, spam-list-of-statistical-checks):
24832         Remove variables.
24833         (spam-split, spam-find-spam): Use the new backend code.
24834         (spam-registration-functions): Remove variable.
24835         (spam-unregister-routine): Add convenience wrapper.
24836         (spam-log-undo-registration, spam-register-routine)
24837         (spam-log-processing-to-registry)
24838         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24839         where possible.
24840         (spam-check-gmane-xref, spam-check-regex-headers)
24841         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24842         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24843         (spam-check-bogofilter-headers, spam-check-spamoracle)
24844         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24845         (spam-check-crm114-headers): Use the spam-split-group that
24846         spam-split prepares, no need to determine it every time.
24847
24848         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24849         to the nnheader-parse-naked-head call.
24850
24851         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24852
24853         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24854         the nnheader-nov-read-message-id call.
24855
24856 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24857
24858         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24859         gnus-activate-group twice.  Suggested by Markus Peter
24860         <warp@spin.de>.
24861
24862 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-art.el (gnus-article-time-format): Exchange the order of
24865         day and month in the default value; fix customization type.
24866         (article-date-ut): Use add-text-properties.
24867         (article-make-date-line): Use message-make-date instead of
24868         current-time-string.
24869
24870         * message.el (message-fetch-field): Don't use set-text-properties.
24871         (message-make-date): Simplify.
24872
24873         * messagexmas.el (message-xmas-make-date): New function.
24874         (message-xmas-redefine): Defalias message-make-date to it.
24875
24876 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24877
24878         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24879         (rfc2047-encode-region): Treat text within parentheses as special;
24880         show the original text when error has occurred.
24881
24882         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24883         already-computed method to gnus-activate-group.
24884
24885         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24886         same select-methods identical Lisp objects.
24887
24888         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24889         object when modifying the info.
24890
24891 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24892
24893         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24894         gnus-opened-servers since it has never been opened with the new
24895         configuration yet.
24896
24897 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24898
24899         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24900         arg to nnheader-generate-fake-message-id.
24901
24902 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24903
24904         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24905         number and build a fake message ID localized to a group and
24906         article number (so it's repeatable from that point on).
24907         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24908         ID format.
24909
24910         * gnus-sum.el (gnus-get-newsgroup-headers):
24911         Call nnheader-generate-fake-message-id with the article number.
24912
24913 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24914
24915         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24916         end-of-buffer.
24917
24918 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24919
24920         * message.el (message-ignored-supersedes-headers): Add Approved.
24921
24922 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24923
24924         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24925         goto-char.
24926         (rfc2047-encode): Fold the line before encoding.
24927
24928 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24929
24930         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24931         folding -- not all headers can be folded, and this should be done
24932         by the message composition mode.  Probably.  I think.
24933
24934 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24935
24936         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24937         fast.
24938
24939         * gnus-ems.el (gnus-remove-image): Don't use
24940         message-text-with-property; remove only the image found first.
24941
24942         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24943         found first.
24944
24945 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24946
24947         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24948
24949 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24950
24951         * message.el (message-text-with-property): Make it fast and accept
24952         optional arguments.
24953         (message-strip-forbidden-properties): Use it.
24954         (message-fix-before-sending): Follow the m-t-w-p change.
24955
24956         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24957
24958 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * gnus-art.el (article-hide-headers): Don't change the buffer
24961         mistakenly when performing mml-preview even if
24962         gnus-single-article-buffer is nil.
24963
24964 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24965
24966         * message.el (message-expand-name-databases): New user option.
24967         (message-expand-name): Use it.
24968
24969 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24970
24971         * spam.el (spam-report-articles-resend)
24972         (spam-report-resend-register-routine): Allow ham reporting.
24973         (spam-report-resend-register-ham-routine): Add wrapper.
24974         (spam-registration-functions): Add ham resending functions.
24975         (spam-list-of-processors): Add ham resend processor.
24976
24977         * gnus.el (ham-resend-to): Add new group parameter.
24978         (spam-process): Add ham resend option.
24979
24980         * spam-report.el (spam-report-resend): Allow reporting ham.
24981         (spam-report-resend-ham): Add wrapper.
24982
24983 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24984
24985         * message.el (message-cite-articles-with-x-no-archive):
24986         New variable.
24987         (message-cite-original): Use it.
24988
24989 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24990
24991         * message.el (message-cite-original): Respect X-No-Archive.
24992
24993 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24994
24995         * gnus-art.el (article-hide-headers): Refer to the values for
24996         gnus-ignored-headers and gnus-visible-headers in the summary
24997         buffer since a user may have set them as group parameters.
24998
24999 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25000
25001         * assistant.el (assistant-node-name): Add convenience function.
25002         (assistant-render-text, assistant-render-node): Add error handling,
25003         plus handle multiple next nodes.
25004         (assistant-find-next-node): Comment out for now.
25005         (assistant-find-next-nodes): Add function, returns list of next
25006         nodes.
25007
25008 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25009
25010         * mail-source.el (mail-source-directory): Fix doc-string.
25011
25012 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25013
25014         * assistant.el (assistant-render-text, assistant-eval): Add :set
25015         widget type, which is different because it takes and returns a
25016         list.  Much hilarity ensues.
25017
25018 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25019
25020         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25021
25022         * gnus-group.el (gnus-group-get-new-news-this-group):
25023         Add doc-string.
25024
25025         * gnus-start.el (gnus-activate-group): Add doc-string.
25026
25027 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25028
25029         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25030
25031 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25032
25033         * assistant.el (assistant-render-text): Try to add a :set
25034         widget, more to come.
25035
25036         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25037         strings.
25038         (spam-report-articles-resend)
25039         (spam-register-routine): Do registration iff any articles warrant
25040         it.
25041         (spam-summary-prepare-exit): Change log message for nil group
25042         destinations.
25043
25044 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25045
25046         * spam.el (spam-report-resend-register-routine):
25047         Allow spam-report-resend-to to be a group parameter or a global value.
25048
25049 2004-05-26  Simon Josefsson  <jas@extundo.com>
25050
25051         * starttls.el: Merge with my GNUTLS based starttls.el.
25052         (starttls-gnutls-program, starttls-use-gnutls)
25053         (starttls-extra-arguments, starttls-process-connection-type)
25054         (starttls-connect, starttls-failure, starttls-success):
25055         New variables.
25056         (starttls-program, starttls-extra-args): Doc fix.
25057         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25058         New functions.
25059         (starttls-negotiate, starttls-open-stream):
25060         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25061         function if it is set.
25062
25063 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25064
25065         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25066         structured fields.
25067
25068 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25069
25070         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25071
25072 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25073
25074         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25075         Add variable.
25076         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25077         assigning the spam-mark to new messages.
25078
25079 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25080
25081         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25082
25083 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25084
25085         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25086
25087         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25088         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25089         default.
25090
25091 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25092
25093         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25094         correct data.
25095
25096 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25097
25098         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25099         (spam-group-processor-p): Fix function.
25100         (spam-group-processor-multiple-p)
25101         (spam-group-spam-processor-report-gmane-p)
25102         (spam-group-spam-processor-report-resend-p)
25103         (spam-group-spam-processor-bogofilter-p)
25104         (spam-group-spam-processor-blacklist-p)
25105         (spam-group-spam-processor-ifile-p)
25106         (spam-group-ham-processor-ifile-p)
25107         (spam-group-spam-processor-spamoracle-p)
25108         (spam-group-spam-processor-crm114-p)
25109         (spam-group-ham-processor-bogofilter-p)
25110         (spam-group-spam-processor-stat-p)
25111         (spam-group-ham-processor-stat-p)
25112         (spam-group-ham-processor-whitelist-p)
25113         (spam-group-ham-processor-BBDB-p)
25114         (spam-group-ham-processor-spamoracle-p)
25115         (spam-group-ham-processor-copy-p): Remove functions with some
25116         prejudice against unneeded code.
25117         (spam-report-articles-resend)
25118         (spam-report-resend-register-routine): Allow the group/topic
25119         spam-resend-to value to override spam-report-resend-to.
25120         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25121         properly now.
25122
25123         * gnus.el (spam-resend-to): Add group/topic parameter.
25124         (spam-process): Move the OBSOLETE processors to the end of the
25125         choices.
25126
25127 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25128
25129         * spam-report.el (spam-report-resend-to, spam-report-resend):
25130         Start with resend-to set to nil, and then ask the user if necessary.
25131         (spam-report-resend): spam-report-resend takes a list of articles, not
25132         separate article numbers.
25133
25134 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25137         addition to emacs-w3m.
25138
25139 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25140
25141         * assistant.el (assistant-authinfo-data): New function.
25142         (assistant-eval): Eval for entire assistant.
25143
25144         * netrc.el (netrc-services-file): New variable.
25145         (netrc-parse-services): New function.
25146         (netrc-find-service-name): New function.
25147         (netrc-find-service-number): New function.
25148         (netrc-port-equal): New function.
25149         (netrc-machine): Use it.
25150
25151         * nnimap.el (nnimap-open-connection): Use netrc.
25152
25153         * gnus-util.el (gnus-netrc-get): Remove aliases.
25154
25155         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25156
25157         * assistant.el (wid-edit): Fix compilation.
25158
25159         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25160
25161 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25162
25163         * gnus-util.el (gnus-set-file-modes): New function.  (small
25164         patch).
25165
25166 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25167
25168         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25169
25170         * assistant.el (assistant-render-node): Fix up rendering and
25171         read-only text.
25172         (assistant-render-node): Reset.
25173         (assistant-make-read-only): Not sticky.
25174
25175 2004-05-20  Danny Siu  <dsiu@adobe.com>
25176
25177         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25178         centered even when gnus-auto-center-summary is t.
25179
25180 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25181
25182         * dns.el (dns-get-txt-answer): New function.
25183         (dns-read-txt): Ditto.
25184         (query-dns): Use it.
25185
25186 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25189         active for foreign groups even if the group level is higher than
25190         the specified value.
25191
25192 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25193
25194         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25195         non-active groups.
25196
25197         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25198
25199 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25200
25201         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25202
25203 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25204
25205         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25206         (spam-crm114-header, spam-crm114-spam-switch)
25207         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25208         (spam-crm114-positive-spam-header)
25209         (spam-crm114-database-directory, spam-list-of-processors)
25210         (spam-group-spam-processor-crm114-p)
25211         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25212         (spam-generic-score, spam-list-of-checks)
25213         (spam-list-of-statistical-checks, spam-registration-functions)
25214         (spam-check-crm114-headers, spam-crm114-score)
25215         (spam-check-crm114, spam-crm114-register-with-crm114)
25216         (spam-crm114-register-spam-routine)
25217         (spam-crm114-unregister-spam-routine)
25218         (spam-crm114-register-ham-routine)
25219         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25220
25221 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25222
25223         * gnus.el: Add spam-use-crm114.
25224
25225         * spam.el (spam-list-of-processors, spam-registration-functions):
25226         Add spam-use-resend.
25227         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25228         (spam-report-articles-gmane): Add doc fix.
25229         (spam-report-articles-resend, spam-report-resend-register-routine):
25230         Add wrappers around spam-report-resend-to.
25231
25232         * spam-report.el (spam-report-resend-to, spam-report-resend):
25233         Add support for resending spam.
25234         (spam-report-gmane): Fix line length >80.
25235
25236         * gnus.el (spam-process): Add spam-use-resend.
25237
25238 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25239
25240         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25241         number of processed spam messages.
25242         (spam-ham-copy-or-move-routine): Return the number of processed
25243         ham messages.
25244         (spam-summary-prepare-exit): Use the above values to decide
25245         whether status messages shouled be displayed.
25246
25247 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25248
25249         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25250         `rfc2047-encoding-function-alist' in order to avoid conflicting
25251         with the old version.
25252         (rfc2047-encode-region): Concatenate words containing non-ASCII
25253         characters in structured fields; don't encode space-delimited
25254         ASCII words even in unstructured fields; don't break words at
25255         char-category boundaries.
25256         (rfc2047-encode-1): New function.
25257         (rfc2047-encode): Use it; encode text so that it occupies the
25258         maximum width within 76-column; work correctly on Q encoding for
25259         iso-2022-* charsets.
25260         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25261         sure not to break a line just after the header name.
25262         (rfc2047-b-encode-region): Remove.
25263         (rfc2047-b-encode-string): New function.
25264         (rfc2047-q-encode-region): Remove.
25265         (rfc2047-q-encode-string): New function.
25266
25267         * mm-util.el (mm-replace-in-string): New function.
25268
25269 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25270
25271         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25272         Really get it right.
25273         (gnus-inews-make-draft): Really.
25274
25275 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25276
25277         * nnmh.el (nnmh-request-list-1): Don't check the link count
25278         before descending.  (small patch)
25279
25280 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25281
25282         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25283         stuff.
25284
25285         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25286         Match on real group name.
25287
25288         * gnus-art.el (gnus-signature-limit): Doc fix.
25289
25290         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25291
25292         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25293
25294 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25295
25296         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25297         isn't a string.
25298
25299 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25300
25301         * gnus-draft.el (gnus-draft-send):
25302         Bind rfc2047-encode-encoded-words.
25303
25304         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25305         (rfc2047-encodable-p): Say that =? needs encoding.
25306         (rfc2047-encode-encoded-words): New variable.
25307
25308         * gnus-group.el (gnus-group-select-group): Doc fix.
25309
25310         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25311
25312         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25313         to nil.
25314
25315         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25316
25317         * nnheader.el (nnheader-get-lines-and-char): New function.
25318
25319 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25320
25321         * gnus-msg.el (gnus-summary-followup-with-original):
25322         Document yanking of region when active.
25323
25324 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25325
25326         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25327         groups if the group level is higher than the specified value.
25328
25329 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25330
25331         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25332         (gnus-group-jump-to-group): Add prefix argument using
25333         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25334         non-active group.
25335
25336         * compface.el (uncompface): Be verbose when changing
25337         `uncompface-use-external'.
25338
25339         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25340         handle manual section.
25341
25342 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25343
25344         * gnus-art.el (gnus-button-alist): Revert previous change.
25345
25346 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25347
25348         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25349
25350 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25351
25352         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25353         whether backend can accept message.
25354
25355         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25356
25357 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25358
25359         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25360         Avoid creating directory when nntp-marks-is-evil is true.
25361         Reported by Reiner Steib.
25362
25363 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25364
25365         * gnus-picon.el (gnus-picon-insert-glyph):
25366         Add optional `nostring' argument.
25367
25368 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25369
25370         * gnus-picon.el (gnus-picon-style): New variable.
25371         (gnus-picon-transform-address): Support `gnus-picon-style'.
25372
25373 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25374
25375         * message.el (message-fill-field): Return point.
25376         (message-generate-headers): Go to end of field.
25377
25378         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25379         stuff for non-living groups.
25380
25381 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25382
25383         * gnus-art.el (gnus-article-followup-with-original)
25384         (gnus-article-reply-with-original): gnus-mark-active-p ->
25385         gnus-region-active-p.
25386
25387 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25388
25389         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25390         only when there is spam or ham to be processed.
25391
25392 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25393
25394         * mail-source.el (mail-source-delete-crash-box): Refactor.
25395         (mail-source-fetch): Use it.
25396         (mail-source-fetch-file): Ditto.
25397         (mail-source-fetch-directory): Run postscript in loop.
25398         (mail-source-fetch-pop): Delete.
25399         (mail-source-fetch-maildir): Ditto.
25400         (mail-source-fetch-imap): Ditto.
25401
25402         * imap.el (imap-authenticators): Comment out sasl.
25403
25404         * message.el (message-skip-to-next-address): New function.
25405         (message-fill-header-address): Refactor.
25406         (message-fill-address): Use it.
25407         (message-delete-address): Use it.
25408         (message-fill-header-general): Refactor.
25409         (message-fill-field-address): Rename.
25410         (message-narrow-to-field): Find the start of the header.
25411         (message-header-format-alist): Don't pre-fill.
25412         (message-fill-header): Remove.
25413         (message-insert-header): New function.
25414         (message-shorten-references): Use it.
25415
25416         * rfc2047.el (rfc2047-field-value): Strip props.
25417
25418         * mail-parse.el (mail-header-make-address): New alias.
25419
25420         * ietf-drums.el (ietf-drums-make-address): New function.
25421
25422         * imap.el: Add compiler directives.
25423
25424         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25425
25426         * gnus-art.el (article-decode-idna-rhs): Don't use
25427         message-idna-inside-rhs-p.
25428
25429 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25430
25431         * message.el (message-idna-inside-rhs-p): Remove.
25432         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25433
25434         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25435         false positives.
25436
25437 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25438
25439         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25440
25441 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25442
25443         * nneething.el (nneething-file-name): Don't create spurious
25444         files.
25445
25446         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25447         (gnus-inews-do-gcc): Remove sleep.
25448
25449         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25450         part under point.
25451
25452         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25453         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25454
25455 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25456
25457         * spam.el (spam-summary-prepare-exit): Fix (length).
25458
25459 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25460
25461         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25462         as expired without moving it" message when there are spam
25463         messages left.
25464
25465 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25466
25467         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25468         header is not nil.
25469
25470 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25471
25472         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25473         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25474         (nntp-marks-changed-p): New arg SERVER.
25475         (nntp-request-update-info): Adjust caller.
25476
25477 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25478
25479         * nntp.el (nntp-save-marks): Pass missing arg.
25480
25481 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25482
25483         * nntp.el: Support marks.
25484         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25485         (nntp-marks-modtime, nntp-marks-directory): New variables.
25486         (nntp-request-set-mark, nntp-request-update-info)
25487         (nntp-possibly-create-directory, nntp-marks-changed-p)
25488         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25489         New functions.
25490
25491 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25492
25493         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25494         (gnus-xmas-redefine): Rename.
25495
25496         * gnus-score.el (gnus-score-insert-help):
25497         Use gnus-select-lowest-window.
25498
25499         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25500         appt-select-lowest-window and rename to gnus-select-lowest-window.
25501
25502         * gnus.el: do.
25503
25504 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25505
25506         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25507         encodings of MIME-encoded words, in order to improve
25508         interoperability with several broken MUAs.
25509
25510 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25511
25512         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25513         tags, only when charsets are not specified in headers.
25514         (mm-inline-text-html-render-with-w3m): Ditto.
25515
25516         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25517         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25518
25519 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25520
25521         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25522         instead of MIME-decoded from fields when checking
25523         `gnus-article-address-banner-alist'.
25524
25525 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25526
25527         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25528         description rather than subject.
25529
25530 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25531
25532         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25533
25534 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25535
25536         * gnus.el (gnus-version-number): Bump.
25537
25538 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25539
25540         * gnus.el: No Gnus v0.2 is released.
25541
25542 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25543
25544         * gnus-agent.el (gnus-agent-read-agentview):
25545         Inline gnus-uncompress-range.
25546
25547 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25548
25549         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25550         `exec-installed-p'.
25551
25552 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25553
25554         * gnus.el (spam-process, spam-autodetect-methods):
25555         Add bsfilter and bsfilter-headers.
25556
25557         * spam.el (spam-bsfilter): New customize group.
25558         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25559         (spam-bsfilter-header, spam-bsfilter-probability-header)
25560         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25561         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25562         (spam-bsfilter-database-directory): New options.
25563         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25564         (spam-list-of-statistical-checks, spam-registration-functions):
25565         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25566         (spam-bsfilter-score): New command.
25567         (spam-check-bsfilter-headers, spam-check-bsfilter)
25568         (spam-bsfilter-register-with-bsfilter)
25569         (spam-bsfilter-register-spam-routine)
25570         (spam-bsfilter-unregister-spam-routine)
25571         (spam-bsfilter-register-ham-routine)
25572         (spam-bsfilter-unregister-ham-routine): New functions.
25573         (spam-generic-score): Support bsfilter; Accept an optional argument
25574         to recalcurate spam score even if scoring header has already been
25575         added.
25576         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25577         optional argument to recalcurate spam score even if scoring header
25578         has already been added.
25579
25580 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25581
25582         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25583         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25584         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25585         link is missing.
25586
25587 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25588
25589         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25590         (html2text-get-attr): Rewrite.
25591
25592         * message.el (message-setup-1): Remove redundant put-text-property
25593         on mail-header-separator.
25594
25595 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25596
25597         * gnus-registry.el (gnus-registry-cache-whitespace)
25598         (gnus-registry-action, gnus-registry-spool-action)
25599         (gnus-registry-split-fancy-with-parent): Change message levels
25600         from 5 to 3 or 7, as needed.
25601
25602         * spam.el (spam-summary-prepare-exit)
25603         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25604         (spam-split, spam-find-spam, spam-log-undo-registration)
25605         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25606         level from 5 to 6.
25607
25608 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25609
25610         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25611         2004-03-04 change).
25612
25613 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * sieve-manage.el (sieve-manage-open):
25616         * nnweb.el (nnweb-insert-html):
25617         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25618         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25619         * nnspool.el (nnspool-request-group):
25620         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25621         * nnml.el (nnml-request-update-info):
25622         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25623         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25624         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25625         (nnimap-request-set-mark):
25626         * nnfolder.el (nnfolder-request-update-info):
25627         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25628         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25629         * gnus-uu.el (gnus-uu-find-articles-matching):
25630         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25631         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25632         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25633         * gnus-nocem.el (gnus-nocem-scan-groups):
25634         * gnus-int.el (gnus-start-news-server):
25635         * gnus-group.el (gnus-group-make-kiboze-group)
25636         (gnus-group-browse-foreign-server):
25637         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25638         Use mapc when appropriate.
25639
25640 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25641             Adam Sjøgren  <asjo@koldfront.dk>
25642             Wes Hardaker  <wes@hardakers.net>
25643             Michael Shields  <shields@msrl.com>
25644
25645         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25646         may need for spam sorting and scoring.
25647         (spam-user-format-function-S): Add user format function suitable for
25648         general use.
25649         (spam-article-sort-by-spam-status): Add sorting function for summary
25650         sorting.
25651         (spam-extra-header-to-number): Add function to get a score from a
25652         header.
25653         (spam-summary-score): Add function to get a numeric score from the
25654         headers.
25655         (spam-generic-score): Fix function doc, was in wrong place.
25656         (spam-initialize): Take symbols when it's run, and install the
25657         extra headers that spam-necessary-extra-headers thinks we need.
25658
25659 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25660
25661         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25662         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25663
25664 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25665
25666         * gnus-sum.el (gnus-set-global-variables)
25667         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25668         (gnus-article-get-xrefs, gnus-summary-best-group)
25669         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25670         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25671         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25672         Use with-current-buffer.
25673
25674 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25675
25676         * spam.el (spam-summary-prepare-exit): Simplify logic.
25677         (spam-fetch-article-header): Read the article header if it's not
25678         available.
25679         (spam-list-articles): Simplify logic.
25680         (spam-filelist-register-routine): Fix bug with unregister-list.
25681
25682         * gnus-registry.el: Fix comments at beginning.
25683
25684 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25685
25686         * message.el (message-cater-to-broken-inn): Remove.
25687         (message-shorten-references): Make sure the total folded length of
25688         References is shorter than 998 characters to cater to a bug in INN
25689         2.3.  Also, don't pretend that references aren't folded -- this
25690         hasn't worked for a while.
25691
25692 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25693
25694         * gnus-agent.el (gnus-agentize):
25695         gnus-agent-send-mail-real-function no longer set to current value
25696         of message-send-mail-function but rather a lambda that calls
25697         message-send-mail-function.  The change makes the agent real-time
25698         responsive to user changes to message-send-mail-function.
25699
25700 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25701
25702         * legacy-gnus-agent.el
25703         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25704         help from Florian Weimer <fw@deneb.enyo.de>
25705
25706 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25707
25708         * nnmail.el (nnmail-cache-insert): Revert last change.
25709
25710 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25711
25712         * nnmail.el (nnmail-cache-insert): Always check whether
25713         nnmail-cache-ignore-groups matches a group name.
25714
25715 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25716
25717         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25718         (spam-find-spam, spam-log-processing-to-registry)
25719         (spam-log-registered-p, spam-log-unregistration-needed-p)
25720         (spam-log-undo-registration): Use gnus-message instead of
25721         gnus-error, none of these errors are fatal.
25722
25723         * gnus-registry.el (gnus-registry-clean-empty-function)
25724         (gnus-registry-clean-empty): Remove only empty entries without
25725         extra data.
25726
25727 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25728
25729         * spam-stat.el (spam-stat-buffer-change-to-spam)
25730         (spam-stat-buffer-change-to-non-spam): Change (error) to
25731         (gnus-message 8) invocation.
25732
25733 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25734
25735         * nntp.el (nntp-via-netcat-command): New variable.
25736         (nntp-via-netcat-switches): New variable.
25737         (nntp-open-via-rlogin-and-netcat): New function.
25738         (nntp-open-connection-function): Doc fix.
25739         (nntp-telnet-command): Doc fix.
25740         (nntp-end-of-line): Doc fix.
25741         (nntp-via-rlogin-command): Doc fix.
25742         (nntp-via-user-name): Doc fix.
25743         (nntp-via-address): Doc fix.
25744
25745 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25746
25747         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25748         error in Emacs 21.1.
25749
25750 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25751
25752         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25753
25754 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25755
25756         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25757         (gnus-agent-with-refreshed-group): New macro.
25758         (gnus-agent-rename-group): New function.
25759         (gnus-agent-delete-group): New function.
25760         (gnus-agent-save-group-info): Use gnus-command-method when
25761         `method' parameter is nil.  Don't write nil entries into the
25762         active file.
25763         (gnus-agent-get-group-info): New function.
25764         (gnus-agent-fetch-articles):
25765         Use gnus-agent-update-files-total-fetched-for to increment disk space
25766         used.
25767         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25768         Use gnus-agent-update-view-total-fetched-for to increment disk space
25769         used.
25770         (gnus-agent-get-local): Add optional parameters to avoid calling
25771         gnus-group-real-name and gnus-find-method-for-group.
25772         (gnus-agent-set-local): Delete stored entry if either min, or max,
25773         are nil.
25774         (gnus-agent-fetch-session): Reworded error/quit messages.
25775         On quit, use gnus-agent-regenerate-group to record existance of any
25776         articles fetched to disk before the quit occurred.
25777         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25778         gnus-agent-update-view-total-fetched-for, and
25779         gnus-agent-update-files-total-fetched-for to decrement disk space
25780         used.
25781         (gnus-agent-retrieve-headers):
25782         Use gnus-agent-update-view-total-fetched-for to increment disk space
25783         used.
25784         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25785         with gnus-agent-update-files-total-fetched-for to decrement disk
25786         space and fresh group buffer.
25787         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25788         (gnus-agent-need-update-total-fetched-for): New variable.
25789         (gnus-agent-update-files-total-fetched-for): New function.
25790         (gnus-agent-update-view-total-fetched-for): New function.
25791         (gnus-agent-total-fetched-for): New function.
25792
25793         * gnus-cache.el (gnus-cache-save-buffers):
25794         Use gnus-cache-update-overview-total-fetched-for to change disk space
25795         used by this group.
25796         (gnus-cache-possibly-enter-article):
25797         Use gnus-cache-update-file-total-fetched-for to increment disk space
25798         used by this group.
25799         (gnus-cache-possibly-remove-article):
25800         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25801         used by this group.
25802         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25803         (gnus-cache-rename-group): New function.
25804         (gnus-cache-delete-group): New function.
25805         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25806         (gnus-cache-need-update-total-fetched-for): New variable.
25807         (gnus-cache-with-refreshed-group): New macro.
25808         (gnus-cache-update-file-total-fetched-for): New function.
25809         (gnus-cache-update-overview-total-fetched-for): New function.
25810         (gnus-cache-rename-group-total-fetched-for): New function.
25811         (gnus-cache-delete-group-total-fetched-for): New function.
25812         (gnus-cache-total-fetched-for): New function.
25813
25814         * gnus-group.el: Require gnus-sum and autoload functions to
25815         resolve warnings when gnus-group.el compiled alone.
25816         (gnus-group-line-format): Documented new %F.
25817         (size of Fetched data) group line format; identifies disk space
25818         used by agent and cache.
25819         (gnus-group-line-format-alist): Defined new F format.
25820         (gnus-total-fetched-for): New function.
25821         (gnus-group-delete-group): No longer update
25822         gnus-cache-active-altered as gnus-request-delete-group now keeps
25823         the cache in sync.
25824         (gnus-group-list-active): Let the agent store a server's active
25825         list if currently plugged.
25826
25827         * gnus-int.el (gnus-request-delete-group):
25828         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25829         local disk in sync with the server.
25830         (gnus-request-rename-group):
25831         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25832         local disk in sync with the server.
25833
25834         * gnus-start.el (gnus-get-unread-articles):
25835         Cosmetic simplification to logic.
25836
25837         * gnus-util.el (gnus-rename-file): New function.
25838
25839 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25840
25841         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25842
25843 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25846         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25847
25848 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25849
25850         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25851         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25852
25853 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25854
25855         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25856
25857 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25858
25859         * spam.el (spam-set-difference): Add function to replace
25860         gnus-set-difference in spam.el.
25861         (spam-summary-prepare-exit): Use spam-set-difference.
25862
25863 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25864
25865         * gnus-registry.el (gnus-registry-cache-file): Update to use
25866         gnus-dribble-directory OR gnus-home-directory OR ~.
25867         (gnus-registry-split-fancy-with-parent): Fix doc.
25868
25869 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25870
25871         * message.el (message-exchange-point-and-mark):
25872         Use message-mark-active-p.  Suggested by Jesper Harder
25873         <harder@ifa.au.dk>.
25874
25875 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25876
25877         * message.el (message-exchange-point-and-mark): Don't activate
25878         region if it was inactive.  Suggested by Hiroshi Fujishima
25879         <pooh@nature.tsukuba.ac.jp>.
25880
25881 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25882
25883         * gnus-art.el (article-display-face): Display Faces in the same
25884         order as X-Faces.
25885
25886 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25887
25888         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25889
25890 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25891
25892         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25893         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25894         (gnus-article-mime-hierarchy): Remove.
25895         (gnus-article-mime-hierarchy-next): Remove.
25896         (gnus-article-mode): Revert 2004-03-19 change.
25897         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25898         (gnus-insert-mime-button): Revert 2004-03-19 change.
25899         (gnus-mime-accumulate-hierarchy): Remove.
25900         (gnus-mime-enter-multipart): Remove.
25901         (gnus-mime-leave-multipart): Remove.
25902         (gnus-mime-display-part): Revert 2004-03-19 change.
25903         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25904
25905         * mml.el (mml-preview): Revert 2004-03-19 change.
25906
25907 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25908
25909         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25910
25911 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25912
25913         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25914         t while entering a file name using the mm-with-multibyte macro.
25915         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25916
25917         * mm-util.el (mm-with-multibyte): New macro.
25918
25919 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25920
25921         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25922         New user option.
25923         (gnus-mime-multipart-functions): Doc and customization fix.
25924         (gnus-article-mime-hierarchy): New variable.
25925         (gnus-article-mime-hierarchy-next): New variable.
25926         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25927         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25928         gnus-article-mime-hierarchy-next to nil.
25929         (gnus-insert-mime-button): Show hierarchy numbers.
25930         (gnus-mime-accumulate-hierarchy): New function.
25931         (gnus-mime-enter-multipart): New function.
25932         (gnus-mime-leave-multipart): New function.
25933         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25934         (gnus-mime-display-alternative): Show hierarchy numbers.
25935
25936         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25937         gnus-article-mime-hierarchy-next to nil.
25938
25939 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25940
25941         * dns.el: Don't require gnus-xmas.
25942
25943 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25944
25945         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25946         inline PGP.
25947         (mml-menu): Disable mml-quote-region if mark is inactive.
25948
25949 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25950
25951         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25952         when the group's active is not available.
25953
25954 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25955
25956         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25957         error.
25958
25959 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25960
25961         * imap.el (imap-store-password): New variable.
25962         (imap-interactive-login): Use it.
25963         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25964
25965 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25966
25967         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25968         window-start and hscroll to summary window.
25969
25970 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25971
25972         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25973         conversion message to newsrc-dribble when an actual conversion is
25974         performed.
25975
25976 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25977
25978         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25979
25980 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25981
25982         * mm-decode.el (mm-complicated-handles): New function reviving
25983         former definition of mm-multiple-handles.
25984
25985         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25986         (gnus-mime-delete-part): Use it.
25987
25988 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25989
25990         * gnus-agent.el (gnus-agent-read-local):
25991         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25992         avoid the implicit assumption that they will always be equal.
25993         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25994         coding-system-for-write, as the with-temp-file macro first prints
25995         to a buffer then saves the buffer.
25996
25997 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25998
25999         * gnus-art.el (gnus-article-edit-part): New function.
26000         (gnus-mime-save-part-and-strip): Use it; do query instead of
26001         signaling an error; don't use mm-multiple-handles.
26002         (gnus-mime-delete-part): Ditto.
26003
26004 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26005
26006         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26007         old file versions.
26008         (gnus-group-prepare-hook): Remove function that converted list
26009         form of gnus-agent-expire-days to group properties.
26010
26011         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26012         (gnus-request-accept-article): Re-indented.
26013
26014         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26015         converters to handle old agent file formats.  Add logic for a
26016         "backup before upgrading warning".
26017         (gnus-convert-mark-converter-prompt): Developers can mark
26018         functions as needing (default), or not needing,
26019         gnus-convert-old-newsrc's "backup before upgrading warning".
26020         (gnus-convert-converter-needs-prompt): Tests whether the user
26021         should be protected from potentially irreversable changes by the
26022         function.
26023
26024         * legacy-gnus-agent.el: New.  Provides converters that are only
26025         loaded when gnus-convert-old-newsrc needs to call them.
26026
26027 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26028
26029         * mail-source.el (mail-source-touch-pop): Doc fix.
26030
26031         * message.el (message-smtpmail-send-it): Doc fix.
26032
26033 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26034
26035         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26036
26037         * nnmail.el (nnmail-split-fancy): do.
26038
26039         * gnus-kill.el (gnus-kill, gnus-execute): do.
26040
26041 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26042
26043         * gnus-sum.el (gnus-widget-reversible-match)
26044         (gnus-widget-reversible-to-internal)
26045         (gnus-widget-reversible-to-external): New functions.
26046         (gnus-widget-reversible): New widget.
26047         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26048
26049 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26050
26051         * gnus-sum.el (gnus-thread-sort-functions)
26052         (gnus-article-sort-functions): Document `(not F)' items.
26053
26054 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26055
26056         * spam.el (spam-use-gmane-xref): Add new backend.
26057         (spam-gmane-xref-spam-group): Add variable to control the name of the
26058         Gmane spam group.
26059         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26060         (spam-regex-headers-spam, spam-regex-headers-ham)
26061         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26062         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26063         backends and checks.
26064         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26065
26066         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26067         an autodetect method.
26068
26069 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26070
26071         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26072         articles are being added to a group.
26073         (gnus-request-replace-article): Inform the agent that articles
26074         need to be uncached as the cached contents are no longer valid.
26075
26076 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26077
26078         * binhex.el: Don't autoload executable-find.
26079
26080         * canlock.el: Don't autoload mail-fetch-field.
26081
26082         * dgnushack.el: Autoload c-mode for XEmacs.
26083
26084         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26085
26086         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26087         rmail-dont-reply-to and rmail-output.
26088
26089         * gnus-score.el: Don't autoload ffap-string-at-point.
26090
26091         * gnus-setup.el: Don't autoload sc-cite-original.
26092
26093         * imap.el: Don't autoload base64-decode-string,
26094         base64-encode-string and md5.
26095
26096         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26097         and rmail-msg-restore-non-pruned-header.
26098
26099         * mm-decode.el: Don't autoload executable-find.
26100
26101         * mm-url.el: Don't autoload executable-find.
26102
26103         * mm-view.el: Don't autoload diff-mode.
26104
26105         * nndb.el: Don't autoload news-reply-mode, news-setup,
26106         cancel-timer and telnet.
26107
26108         * password.el: Don't autoload run-at-time for Emacs.
26109
26110         * sha1-el.el: Don't autoload executable-find.
26111
26112         * sieve-mode.el: Don't autoload c-mode.
26113
26114         * uudecode.el: Don't autoload executable-find.
26115
26116 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26117
26118         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26119         (gnus-agent-possibly-alter-active): Avoid null in numeric
26120         comparison.
26121         (gnus-agent-set-local): Refuse to save null in local object table.
26122         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26123         list of articles that will be marked as unread.
26124
26125 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26126
26127         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26128
26129 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26130
26131         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26132         language tags.
26133
26134 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26135
26136         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26137         Don't bind "obarray".
26138
26139         * gnus-sum.el (gnus-thread-sort-functions):
26140         Add `gnus-thread-sort-by-most-recent-number' and
26141         `gnus-thread-sort-by-most-recent-date'.
26142         Reported by Kai Grossjohann <kai@emptydomain.de>.
26143
26144 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26145
26146         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26147
26148 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26149
26150         * gnus-cus.el (gnus-agent-customize-category):
26151         Remove ignore-errors macro reference that required cl to be loaded at
26152         run-time.
26153
26154         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26155         single-interval range of the form (min . max).  Previously the
26156         range had to look like ((min . max)).  Likewise, return
26157         (min . max) rather than ((min . max)).
26158         (gnus-range-map): Use gnus-range-normalize to accept
26159         single-interval range.
26160
26161         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26162         the cache, but not the agent, now appear with their usual face.
26163
26164         * dgnushack.el (loaddir): New variable that is bound to the
26165         directory containing the dgnushack.el file.  Use loaddir, rather
26166         than srcdir, to update load-path.  Change lets dgnushack compile
26167         code in directories other than GNUS/lisp.
26168
26169 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26170
26171         * lpath.el: Don't bind w3m-safe-url-regexp.
26172
26173         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26174         w3m-safe-url-regexp variable buffer-local.
26175
26176         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26177
26178 2004-02-27  Simon Josefsson  <jas@extundo.com>
26179
26180         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26181         gnus-group-real-prefix.
26182         (gnus-summary-move-article): Use it, instead of
26183         gnus-group-real-prefix.
26184
26185 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26186
26187         * lpath.el: Bind w3m-safe-url-regexp.
26188
26189         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26190         w3m-safe-url-regexp variable buffer-local and set it as the value
26191         of mm-w3m-safe-url-regexp.
26192
26193         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26194
26195         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26196         parsing gnus-posting-styles when the message is not for replying.
26197
26198         * dgnushack.el: Autoload sgml-mode for XEmacs.
26199
26200         * nnrss.el (nnrss-opml-export):
26201         Use mm-set-buffer-file-coding-system instead of
26202         set-buffer-file-coding-system.
26203
26204 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26205
26206         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26207         of checkdoc.el).
26208         * nnrss.el: do.
26209         * gnus-mlspl.el: do.
26210         * gnus-ml.el: do.
26211         * gnus-srvr.el: do.
26212
26213         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26214
26215 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26216
26217         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26218         Corrections to custom-manual links.
26219
26220         * gnus-art.el (gnus-article): Ditto.
26221
26222         * mm-decode.el (mime-display, mime-security): Ditto.
26223
26224 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26225
26226         * flow-fill.el: Typo.
26227
26228 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26229
26230         * spam-wash.el: New file.
26231
26232 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26233
26234         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26235
26236 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26237
26238         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26239         to be run with new-articles as LIST1, not LIST2.
26240         (spam-registration-functions): Add spam-use-ham-copy as a nil
26241         registration backend.
26242
26243 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26244
26245         * spam-stat.el (spam-stat-washing-hook): New option.
26246         (spam-stat-buffer-words): Use it.
26247         (spam-stat-process-directory, spam-stat-test-directory):
26248         Use insert-file-contents-literally.
26249         (spam-stat-coding-system): New variable.
26250         (spam-stat-load, spam-stat-save): Use it.
26251
26252 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26253
26254         * spam-report.el (spam-report-plug-agent):
26255         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26256
26257 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26258
26259         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26260         Allow / in mailto URLs.
26261
26262 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26263
26264         * spam-report.el (spam-report-process-queue): Fix interactive use.
26265         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26266         (spam-report-unplug-agent): Doc fixes.
26267         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26268         (spam-report-agentize, spam-report-deagentize): Autoload.
26269
26270 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26273
26274         * message.el (message-setup-fill-variables): Add mml tags to
26275         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26276         <ajk@iu.edu>.
26277         (message-mode): Don't modify paragraph-separate there.
26278
26279 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26280
26281         * compface.el (uncompface-use-external): Default to undecided.
26282         (uncompface-use-external-threshold): New variable.
26283         (uncompface-float-time): New macro.
26284         (uncompface): Determine whether to use the external decoder if
26285         uncompface-use-external is undecided.
26286
26287 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26288
26289         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26290         after images.
26291
26292         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26293
26294 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26295
26296         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26297
26298         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26299
26300         * gnus-sum.el (gnus-summary-limit-to-age)
26301         (gnus-summary-limit-children): do.
26302
26303         * gnus-int.el (gnus-request-scan): do.
26304
26305         * gnus-group.el (gnus-group-suspend): do.
26306
26307         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26308
26309         * gnus-cite.el (gnus-cite-parse-attributions): do.
26310
26311         * gnus-agent.el (gnus-summary-set-agent-mark)
26312         (gnus-agent-regenerate-group): do.
26313
26314         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26315
26316         * binhex.el (binhex-decode-region-internal): do.
26317
26318 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26319
26320         * gnus-fun.el (gnus-face-properties-alist): New user option.
26321         (gnus-display-x-face-in-from): Use it.
26322
26323         * gnus-art.el (article-display-face): Ditto.
26324
26325         * compface.el (uncompface-use-external): Default to nil.
26326
26327 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26328
26329         * nntp.el (nntp-erase-buffer): New function.
26330         (nntp-retrieve-data, nntp-send-command)
26331         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26332         (nntp-possibly-change-group): Use it.
26333
26334         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26335         Use with-current-buffer.
26336
26337 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26338
26339         * compface.el: Merge the ELisp-based uncompface program.
26340         (compface): New customization group.
26341         (uncompface-use-external): New user option.
26342         (uncompface): Call uncompface-internal if uncompface-use-external
26343         is nil.
26344         (uncompface-internal): New function.  Note that there are also
26345         some other functions and variables added for this function.
26346
26347 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26348
26349         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26350         if necessary.
26351
26352 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26353
26354         * spam-report.el (spam-report-unplug-agent)
26355         (spam-report-plug-agent, spam-report-deagentize)
26356         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26357         Add support for the Agent in spam-report: when unplugged, report to a
26358         file; when plugged, submit all the requests.
26359
26360         * spam.el (spam-register-routine): Fix message about
26361         registration.
26362
26363 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26364
26365         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26366         dependencies.
26367         (rfc2047-encode): Use it.
26368
26369         * gnus-art.el (gnus-button-marker-list): Move before first
26370         reference.
26371
26372         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26373         (imap-parse-body): Fix format string mismatch.
26374
26375         * gnus-score.el (gnus-summary-increase-score): do.
26376
26377         * nnrss.el (nnrss-close): New function.
26378
26379 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26380
26381         * nnrss.el (nnrss-make-filename): New function.
26382         (nnrss-request-delete-group, nnrss-read-server-data)
26383         (nnrss-save-server-data, nnrss-read-group-data)
26384         (nnrss-save-group-data): Use it.
26385         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26386         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26387         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26388
26389 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26392
26393 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26394
26395         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26396         files.
26397
26398         * message.el (message-generate-headers-first): Don't quote nil
26399         and t in docstrings.
26400
26401         * imap.el (imap-id): do.
26402
26403         * gnus-agent.el (gnus-agent-consider-all-articles)
26404         (gnus-agent-queue-mail): do.
26405
26406 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26407
26408         * spam-report.el (spam-report-process-queue): New function.
26409         Process requests from `spam-report-requests-file'.
26410         (spam-report-process-queue): Doc fix.
26411
26412 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26413
26414         * spam.el (spam-register-routine)
26415         (spam-log-processing-to-registry, spam-log-registered-p)
26416         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26417         Change "check" to "spam-check" for semi-clarity.
26418
26419 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26420
26421         * pop3.el: Require nnheader.
26422
26423         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26424
26425         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26426
26427         * gnus-picon.el: Require cl.
26428
26429         * gnus-fun.el: Require gnus-ems and gnus-util.
26430
26431         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26432
26433         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26434
26435         * gnus-art.el (gnus-article-edit-mode): Define before first
26436         reference.
26437
26438 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26439
26440         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26441         (gnus-uu-post-encoded): Use point-at-bol.
26442
26443         * gnus-topic.el (gnus-group-active-topic-p): do.
26444
26445         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26446
26447         * gnus-group.el (gnus-group-kill-region): do.
26448
26449         * gnus-art.el (article-date-ut): do.
26450
26451         * message.el (message-fetch-field): Remove redundant
26452         case-fold-search binding.
26453         (message-narrow-to-field): Simplify.
26454
26455 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26456
26457         * spam.el (spam-directory): Derive from `gnus-directory'.
26458
26459         * spam-report.el (spam-report-url-to-file)
26460         (spam-report-requests-file): New function and variable for offline
26461         reporting.
26462         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26463         and user defined function.
26464         (spam-report-url-ping-mm-url): Remove doubled slash.
26465
26466 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26467
26468         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26469
26470 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26471
26472         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26473         Fix format string mismatch.
26474
26475         * sieve.el (sieve-deactivate-all): do.
26476
26477         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26478
26479         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26480
26481         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26482
26483         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26484
26485 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26486
26487         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26488         the list of checks.
26489
26490 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26491
26492         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26493         padding.
26494
26495 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26496
26497         * mm-view.el (mm-fill-flowed): New variable.
26498         (mm-inline-text): Use it.
26499
26500 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26501
26502         * spam.el (spam-spamassassin-register-ham-routine)
26503         (spam-spamassassin-register-spam-routine): Fix function names.
26504
26505 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26506
26507         * gnus.el (gnus-tmp-grouplens): Remove.
26508         (gnus-summary-line-format): Remove grouplens.
26509
26510         * gnus-group.el (gnus-group-line-format): Ditto.
26511
26512         * gnus-spec.el (gnus-format-specs): Ditto.
26513         (gnus-update-format-specifications): Flush the group format spec
26514         cache if there's the grouplens stuff.
26515         (gnus-parse-simple-format): Replace %l with the empty string.
26516
26517 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26518
26519         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26520         omission.
26521
26522 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26523
26524         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26525         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26526
26527 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26528
26529         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26530         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26531         New macros and functions.
26532         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26533         Handle > NLINK_MAX messages.
26534         * nnmaildir.el (nnmaildir-request-set-mark):
26535         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26536
26537 2004-01-25  Alex Schroeder  <alex@gnu.org>
26538
26539         * spam-stat.el (spam-stat-process-directory-age): New option.
26540         (spam-stat-process-directory): Use it.
26541
26542 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26543
26544         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26545         (spam-stat-save): Accept prefix argument.
26546
26547 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26548
26549         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26550         links" error.
26551
26552 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26553
26554         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26555         the rest of the and/or forms.
26556
26557 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26558
26559         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26560         compatibility with old .newsrc.eld files.
26561
26562         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26563
26564         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26565
26566         * gnus-start.el (gnus-1): do.
26567
26568         * gnus-group.el (gnus-group-line-format-alist): do.
26569
26570         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26571
26572         * gnus-gl.el: Remove.
26573
26574 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26575
26576         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26577         marks consisting of a single range {for example, (3 . 5)} rather
26578         than a list of a single range { ((3 . 5)) }.
26579
26580 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26581
26582         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26583         Use with-current-buffer.
26584         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26585         avoid consing a string.
26586
26587         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26588         Remove obsolete entries for big5 and gb2312.
26589
26590 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26591
26592         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26593         uncompressed list.
26594
26595 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26596
26597         * spam-stat.el (spam-stat-strip-xref): New function.
26598         (spam-stat-process-directory): Use it.
26599
26600         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26601         here -- it's done in message-fetch-field.
26602
26603 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26604
26605         * gnus-agent.el (gnus-agent-queue-mail)
26606         (gnus-agent-prompt-send-queue): New variables.
26607         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26608         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26609         "nndraft:queue" along to gnus-draft-send.
26610         Use gnus-agent-prompt-send-queue.
26611         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26612         is "nndraft:queue".  Suggested by Gaute Strokkenes
26613         <gs234@srcf.ucam.org>
26614
26615         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26616         (agent-enable-undownloaded-faces): Add.
26617         (gnus-agent-cat-groups): Use eval-and-compile, not
26618         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26619         method of gnus-agent-cat-groups even when the buffer has been
26620         evaled.
26621         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26622         delete gnus-agent-save-active-1.
26623         (gnus-agent-save-groups): Delete.  Identical to
26624         gnus-agent-save-active.
26625         (gnus-agent-write-active): No longer adjust agent's copy of active
26626         file as agent's adjustments are now stored in their own
26627         file.  Remove optional parameter.
26628         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26629         servers.  Add use of min/max range limits from server's local
26630         file.
26631         (gnus-agent-save-alist): Remove unused optional argument.
26632         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26633         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26634         (gnus-agent-set-local): A per-server file that keeps min/max range
26635         limits for articles known to the agent.  Provides a fast mechanism
26636         for altering many active ranges.
26637         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26638         active file (local makes it unnecessary).
26639         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26640
26641         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26642         (agent-enable-undownloaded-faces): Add.
26643
26644         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26645         disable it when sending to "nndraft:queue".
26646         (gnus-group-send-queue): Add safety check to avoid sending queue
26647         when unplugged.
26648
26649         * gnus-group.el (gnus-group-catchup): Use new
26650         gnus-sequence-of-unread-articles, not
26651         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26652         numbers of articles.  Use gnus-range-map to avoid having to
26653         uncompress the unread list.
26654         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26655         Fix invalid ange-ftp reference.
26656
26657         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26658         (gnus-sorted-range-intersection): Intersection of two ranges
26659         without requiring that they first be uncompressed.
26660
26661         * gnus-start.el (gnus-activate-group): Unless blocked by the
26662         caller, possibly expand the active range to include both cached
26663         and agentized articles.
26664         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26665         multiple version-dependent converters.
26666         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26667         gnus-agent-save-active.
26668         (gnus-save-newsrc-file): Save dirty agent range limits.
26669
26670         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26671         gnus-agent-possibly-alter-active.
26672         (gnus-adjust-marked-articles): Faster handling of simple lists.
26673
26674 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26675
26676         * spam-stat.el (spam-stat-test-directory): New optional argument
26677         displays a list of files detected.  Suggested by Andrew Cohen
26678         <cohen@andy.bu.edu>.
26679         (spam-stat-buffer-words-with-scores): Don't narrow and change
26680         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26681
26682 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26683
26684         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26685         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26686         (spam-spamassassin-arguments)
26687         (spam-spamassassin-spam-flag-header)
26688         (spam-spamassassin-positive-spam-flag-header)
26689         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26690         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26691         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26692         (spam-list-of-processors, spam-list-of-checks)
26693         (spam-list-of-statistical-checks, spam-registration-functions)
26694         (spam-check-spamassassin-headers, spam-check-spamassassin)
26695         (spam-spamassassin-score)
26696         (spam-spamassassin-register-with-sa-learn)
26697         (spam-spamassassin-register-spam-routine)
26698         (spam-spamassassin-register-ham-routine)
26699         (spam-assassin-register-spam-routine)
26700         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26701         (spam-bogofilter-score): Fix to show article before scoring.
26702
26703 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26704
26705         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26706         default scoring function.
26707         (spam-generic-score): Call spam-spamassassin-score if
26708         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26709         spam-bogofilter-score otherwise.
26710
26711         * gnus.el (spam-process, spam-autodetect-methods):
26712         Add spamassassin and spamassassin-headers.
26713
26714 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26715
26716         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26717         Suppress unnecessary messages.
26718
26719 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26720
26721         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26722         make-hash-table.
26723
26724 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26725
26726         * canlock.el (base64-encode-string): Don't autoload it.
26727
26728 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26729
26730         * run-at-time.el: Remove useless (require 'itimer),
26731         eval-and-compile and (featurep 'xemacs).
26732
26733 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26734
26735         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26736         GROUP is a virtual group.
26737
26738 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26739
26740         * gnus.el: Autoload `message-y-or-n-p'.
26741
26742 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26743
26744         * pgg-parse.el: Remove unnecessary (require 'custom).
26745
26746         * pgg-def.el: do.
26747
26748         * nnmail.el: do.
26749
26750         * gnus-undo.el: do.
26751
26752         * gnus-picon.el: do.
26753
26754         * gnus-util.el: do.
26755
26756 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26757
26758         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26759
26760 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26761
26762         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26763         handle, as well as a list.
26764
26765         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26766         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26767         (mm-w3m-cid-retrieve): Simplify.
26768
26769 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26770
26771         * message.el (message-kill-to-signature): Allow prefix arg to
26772         specify number of lines to keep before signature.
26773
26774 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26775
26776         * message.el (message-kill-to-signature): Change docstring.
26777
26778 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26779
26780         * canlock.el: Always require sha1-el.
26781         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26782
26783         * message.el: Autoload sha1 only when compiling.
26784
26785         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26786         eudc-expand-inline for XEmacs.
26787
26788 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26789
26790         * message.el (message-canlock-generate): Require sha1-el.
26791
26792 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26793
26794         * message.el (message-expand-name): Silence the byte compiler.
26795
26796         * lpath.el: Add detect-coding-system.
26797
26798         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26799         cus-edit.
26800
26801 2004-01-13  Simon Josefsson  <jas@extundo.com>
26802
26803         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26804         Invoke gnus-score-mode.
26805         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26806
26807         * gnus-range.el (gnus-compress-sequence): Doc fix.
26808         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26809
26810 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26811
26812         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26813
26814 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26815
26816         * spam.el (spam-get-article-as-string): Update to use
26817         gnus-request-article-this-buffer, much simpler.
26818         (spam-get-article-as-buffer): Remove.
26819
26820 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26821
26822         * message.el (message-expand-name): Use EUDC if the user uses that.
26823
26824 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26825
26826         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26827         character for the encoding to avoid consing a string.
26828
26829         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26830         unnecessarily.
26831
26832         * mm-util.el (mm-replace-chars-in-string): Remove.
26833
26834         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26835         of mm-replace-chars-in-string.
26836
26837 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26838
26839         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26840
26841         * mm-util.el (mm-subst-char-in-string): Support inplace.
26842
26843         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26844         a new string in every iteration.  Use shy groups.
26845
26846 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26847
26848         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26849         * gnus-soup.el (gnus-soup-group-brew):
26850         * gnus-msg.el (gnus-put-message):
26851         * gnus-move.el (gnus-group-move-group-to-server):
26852         * gnus-kill.el (gnus-batch-score):
26853         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26854         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26855         (gnus-group-update-group, gnus-group-read-group)
26856         (gnus-group-make-group, gnus-group-make-help-group)
26857         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26858         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26859         (gnus-group-sort-by-unread, gnus-group-catchup)
26860         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26861         (gnus-group-yank-group, gnus-group-set-info)
26862         (gnus-group-list-groups):
26863         * gnus.el (gnus-generate-new-group-name):
26864         * gnus-delay.el (gnus-delay-send-queue):
26865         * nnvirtual.el (nnvirtual-catchup-group):
26866         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26867         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26868         (gnus-group-prepare-topics, gnus-topic-check-topology):
26869         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26870         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26871         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26872         (gnus-group-make-articles-read):
26873         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26874         (gnus-group-change-level, gnus-kill-newsgroup)
26875         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26876         (gnus-get-unread-articles, gnus-make-articles-unread)
26877         (gnus-make-ascending-articles-unread): Use accessor
26878         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26879         to get group information for improved readability.
26880
26881
26882 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26883
26884         * gnus-art.el (article-decode-mime-words, article-babel)
26885         (gnus-article-highlight-signature, gnus-article-add-buttons)
26886         (gnus-signature-toggle): Use gnus-with-article-buffer.
26887
26888         * gnus-art.el (gnus-article-highlight-headers)
26889         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26890
26891         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26892         (gnus-article-set-globals, gnus-request-article-this-buffer)
26893         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26894         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26895         (gnus-mime-display-alternative): Use with-current-buffer.
26896
26897 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26898
26899         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26900         also under 80 char limit, and call gnus-error if needed.
26901         (spam-fetch-article-header): Fix - it was a
26902         buffer-local variable (gnus-newsgroup-data).
26903         (spam-find-spam): Use spam-generate-fake-headers, forget about
26904         spam-insert-fake-headers.
26905         (spam-insert-fake-headers): Remove.
26906
26907 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26908
26909         * deuglify.el (gnus-article-outlook-unwrap-lines)
26910         (gnus-outlook-rearrange-article)
26911         (gnus-outlook-repair-attribution-outlook)
26912         (gnus-outlook-repair-attribution-block)
26913         (gnus-outlook-repair-attribution-other): Remove redundant
26914         save-excursion.
26915
26916 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26917
26918         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26919         (spam-fetch-field-subject-fast)
26920         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26921         (spam-fetch-article-header): Add functions to deal with Gnus
26922         internals for fast retrieval of article header data.
26923         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26924
26925 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26926
26927         * pop3.el (pop3-md5): Remove.
26928         (pop3-apop): Replace pop3-md5 with md5.
26929
26930         * mm-bodies.el: base64 is always built-in.
26931
26932         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26933         Use with-current-buffer.
26934
26935 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26936
26937         * canlock.el (canlock-insert-header): Remove excessive grouping in
26938         regexp.
26939
26940         * gnus-sum.el (gnus-summary-read-document): Ditto.
26941
26942         * gnus-uu.el (gnus-uu-part-number): Ditto.
26943
26944         * html2text.el (html2text-remove-tags): Ditto.
26945         (html2text-format-tags): Ditto.
26946         (html2text-format-single-elements): Ditto.
26947
26948         * mml.el (mml-parse-1): Ditto.
26949
26950 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26951
26952         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26953
26954         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26955
26956         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26957
26958         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26959
26960 2003-11-15  Simon Josefsson  <jas@extundo.com>
26961
26962         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26963         (pgg-gpg-lookup-key): Use regexp match instead of
26964         split-string (split-string is different between emacs 21.2 and
26965         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26966
26967 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26968
26969         * gnus-art.el (gnus-mime-view-all-parts)
26970         (gnus-article-part-wrapper, gnus-article-view-part):
26971         Use with-current-buffer.
26972
26973 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26974
26975         * spam.el (spam-disable-spam-split-during-ham-respool)
26976         (spam-spamoracle-database, spam-cache-lookups)
26977         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26978         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26979         (spam-group-ham-marks, spam-group-spam-marks)
26980         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26981         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26982         also add spam-use-blackholes to the statistical checks.
26983         (spam-fetch-field-fast): Add interface to fetching fields, may
26984         become a macro.
26985         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26986         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26987         (spam-insert-fake-headers): Fake an article when needed.
26988         (spam-find-spam): Fake article when possible.
26989         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26990         (spam-check-bogofilter-headers): Use message-fetch-field instead
26991         of nnmail-fetch-field.
26992
26993 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26994
26995         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26996
26997 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26998
26999         * spam.el (spam-split): Do not require spam-use-CHECK to be
27000         enabled if that check is passed to spam-split explicitly; also
27001         fix so 'spam doesn't get converted to spam-split-group when
27002         spam-split-symbolic-return is t.
27003         (spam-find-spam): Find registrations of the article and use those
27004         instead of re-running spam-split to find the spam/ham
27005         classification of the article.
27006         (spam-log-processing-to-registry, spam-log-registered-p)
27007         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27008         Use gnus-error instead of gnus-message.
27009         (spam-log-registration-type): Add function to determine the
27010         classification of a message based on registry entries; will
27011         return nil if both 'spam and 'ham are found.
27012         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27013         a reasonably fast local cache without the loading errors.
27014         (spam-cache-lookups): Set to t by default.
27015         (spam-find-spam): Don't try to guess spam-cache-lookups.
27016         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27017         spam-caches entry.
27018         (spam-filelist-build-cache, spam-filelist-check-cache):
27019         Fix caching of whitelist/blacklist entries.
27020         (spam-check-whitelist, spam-check-blacklist):
27021         Invoke spam-from-listed-p with a type, not a cache variable.
27022         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27023
27024 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27025
27026         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27027
27028         * nnmail.el (nnmail-split-fancy): do.
27029
27030         * mml.el (mml-parse): do.
27031
27032         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27033         (gnus-score-adaptive): do.
27034
27035 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27036
27037         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27038         (gnus-mime-button-map): Don't set keymap parent.
27039         (gnus-button-ctan-directory-regexp): Use shy grouping.
27040         (gnus-prev-page-map): Don't set keymap parent.
27041         (gnus-prev-page-map): Remove duplicated one.
27042         (gnus-next-page-map): Don't set keymap parent.
27043         (gnus-mime-security-button-map): Ditto.
27044
27045         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27046         version number.
27047
27048         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27049
27050 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27051
27052         * canlock.el (canlock-sha1-function): Remove.
27053         (canlock-sha1-function-for-verify): Remove.
27054         (canlock-openssl-program): Remove.
27055         (canlock-openssl-args): Remove.
27056         (canlock-ignore-errors): Remove.
27057         (canlock-sha1-with-openssl): Remove.
27058         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27059         (canlock-verify): Don't use canlock-ignore-errors.
27060
27061         * sha1-el.el (sha1-string-external): Make it can return a string
27062         in binary form.
27063         (sha1-region-external): Ditto.
27064         (sha1-string-internal): Ditto.
27065         (sha1-region-internal): Ditto.
27066         (sha1-region): Ditto.
27067         (sha1-string): Ditto.
27068         (sha1): Ditto.
27069
27070 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27071
27072         * spam.el (spam-report-articles-gmane): New command.
27073
27074 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27075
27076         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27077
27078         * run-at-time.el (run-at-time-saved): Remove.
27079         (run-at-time): Doc fix.
27080
27081 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27082
27083         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27084         (gnus-summary-limit-map): Add it.
27085         (gnus-summary-make-menu-bar): do.
27086
27087 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27088
27089         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27090         Make attempt at some caching support (done for BBDB only now).
27091         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27092         addresses to be checked.
27093         (spam-clear-cache-BBDB): Add function, to be invoked by
27094         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27095         (spam-check-BBDB): Check and use the caches, if
27096         spam-cache-lookups is on, remove superfluous (provide).
27097
27098 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27099
27100         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27101
27102 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27103
27104         * run-at-time.el (run-at-time-saved): Move to after the definition
27105         of `run-at-time'.
27106
27107         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27108
27109 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27110
27111         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27112         mm-w3m-local-map-property.
27113
27114         * mm-view.el (mm-w3m-mode-map): Remove.
27115         (mm-w3m-local-map-property): Remove.
27116         (mm-inline-text-html-render-with-w3m): Don't use
27117         mm-w3m-local-map-property.
27118
27119 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27120
27121         * run-at-time.el: New file.
27122
27123         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27124         under Emacs.
27125
27126         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27127         of gnus-set-text-properties.
27128
27129         * gnus-uu.el (gnus-uu-save-article): Ditto.
27130
27131         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27132
27133         * gnus-cite.el (gnus-cite-parse): Ditto.
27134
27135         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27136         of gnus-.
27137
27138         * gnus-xmas.el (run-at-time): Require run-at-time.
27139
27140         * gnus.el: Change calls to nnheader-run-at-time and
27141         password-run-at-time throughout to use run-at-time directly.
27142
27143         * password.el: Remove definition of run-at-time.
27144
27145         * nnheaderxm.el: Remove definition of run-at-time.
27146
27147 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27148
27149         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27150         in prompt.
27151
27152 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27153
27154         * messagexmas.el (message-xmas-redefine): Alias
27155         `message-make-caesar-translation-table' to
27156         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27157         version.
27158
27159         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27160         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27161         `gnus-xmas-set-text-properties'.
27162         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27163         `gnus-xmas-completing-read'.
27164         (gnus-xmas-completing-read): Removed.
27165         (gnus-xmas-open-network-stream): Removed.
27166
27167         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27168         XEmacs version.
27169
27170         * dns.el (dns-make-network-process): Use `open-network-stream'
27171         instead of `gnus-xmas-open-network-stream'.
27172
27173         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27174
27175         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27176
27177 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27178
27179         * gnus-art.el (gnus-mime-display-alternative)
27180         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27181         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27182         Don't use gnus-local-map-property.
27183
27184         * gnus-util.el (gnus-local-map-property): Remove.
27185
27186         * mm-view.el (mm-view-pkcs7-decrypt):
27187         Replace gnus-completing-read-maybe-default with completing-read.
27188
27189         * gnus-util.el (gnus-completing-read): do.
27190         (gnus-completing-read-maybe-default): Remove.
27191
27192 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27193
27194         * password.el: Only autoload `run-at-time' if not XEmacs.
27195         Only autoload the itimer functions if XEmacs.
27196
27197 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27198
27199         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27200         XEmacsen.
27201
27202         * dgnushack.el: Autoload executable-find for XEmacs.
27203
27204 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27205
27206         * gnus-art.el (gnus-read-string): Remove.
27207         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27208         read-string.
27209
27210 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27211
27212         * netrc.el: Autoload password-read.
27213         (netrc): Add configuration group.
27214         (netrc-encoding-method, netrc-openssl-path):
27215         Add variables for encoding and decoding of files with symmetric
27216         ciphers.
27217         (netrc-encode): Add assistant function to encode a file with
27218         netrc-encoding-method.
27219         (netrc-parse): Add interactive parameter, added optional
27220         decoding if netrc-encoding-method is non-nil but otherwise
27221         behavior is standard.
27222         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27223         Do s/encode/encrypt/ everywhere.
27224
27225         * spam.el: Remove executable-find autoload.
27226
27227 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27228
27229         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27230
27231         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27232
27233 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27234
27235         * gnus-art.el (gnus-treat-ansi-sequences)
27236         (article-treat-ansi-sequences): New variable and function.
27237         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27238
27239         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27240         Use it.
27241
27242 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27243
27244         * mm-util.el (mm-quote-arg): Remove.
27245
27246         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27247         shell-quote-argument.
27248
27249         * gnus-uu.el (gnus-uu-command): do.
27250
27251         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27252
27253         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27254         with make-char.
27255
27256         * mm-util.el (mm-make-char): Remove.
27257
27258         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27259         add-minor-mode.
27260
27261         * gnus-undo.el (gnus-undo-mode): do.
27262
27263         * gnus-topic.el (gnus-topic-mode): do.
27264
27265         * gnus-sum.el (gnus-dead-summary-mode): do.
27266
27267         * gnus-start.el (gnus-slave-mode): do.
27268
27269         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27270
27271         * gnus-ml.el (gnus-mailing-list-mode): do.
27272
27273         * gnus-gl.el (gnus-grouplens-mode): do.
27274
27275         * gnus-draft.el (gnus-draft-mode): do.
27276
27277         * gnus-dired.el (gnus-dired-mode): do.
27278
27279         * gnus-ems.el (gnus-add-minor-mode): Remove.
27280
27281         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27282         Replace gnus-char-width with char-width.
27283
27284         * gnus-ems.el (gnus-char-width): Remove.
27285
27286         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27287         Replace gnus-char-width with char-width.
27288
27289         * gnus-ems.el (gnus-char-width): Remove.
27290
27291         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27292         definition.
27293         Remove Emacs 20 hash table compatibility code.
27294
27295         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27296         20 compatibility code.
27297
27298         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27299
27300         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27301
27302         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27303         Replace with point-at-{eol,bol}.
27304
27305         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27306
27307         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27308
27309         * flow-fill.el (fill-flowed-point-at-bol)
27310         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27311
27312         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27313         Replace with point-at-{eol,bol} throughout all files.
27314
27315 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27316
27317         * ntlm.el (ntlm-string-as-unibyte): New macro.
27318         (ntlm-build-auth-response): Use it.
27319
27320         Remove Emacs 20 stuff:
27321         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27322         (butlast, mapc, remove): Remove the compiler macros.
27323         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27324         of delq and copy-sequence.
27325         * gnus-art.el (popup-menu): Remove the compiler macro.
27326         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27327         Emacs 20.
27328
27329 2004-01-05  Simon Josefsson  <jas@extundo.com>
27330
27331         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27332         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27333         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27334         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27335         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27336         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27337         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27338         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27339         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27340         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27341         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27342         string-xor into ntlm-string-xor.
27343         Suggested by Jesper Harder <harder@myrealbox.com>.
27344
27345         * ntlm.el: Don't include poem.
27346
27347         * md4.el (print-int32, print-string-hexa): Remove.
27348         Suggested by Jesper Harder <harder@myrealbox.com>.
27349
27350         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27351
27352         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27353         probably breaks emacs with DL patch, but do we care? Is anyone
27354         still using the DL stuff?)
27355
27356         * sieve-manage.el: Use the password package.
27357         (sieve-manage-read-passwd): Remove.
27358         (sieve-manage-interactive-login): Use password.  Re-add
27359         condition-case around loop.
27360
27361         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27362         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27363         Use the password package.
27364
27365 2003-02-19  Simon Josefsson  <jas@extundo.com>
27366
27367         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27368         token.
27369
27370 2002-08-07  Simon Josefsson  <jas@extundo.com>
27371
27372         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27373         (sieve-manage-authenticators)
27374         (sieve-manage-authenticator-alist): Add some SASL mechs.
27375         (sieve-sasl-auth): New function.
27376         (sieve-manage-cram-md5-auth)
27377         (sieve-manage-plain-auth): Rewrite using SASL library.
27378         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27379         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27380         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27381         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27382
27383 2004-01-05  Simon Josefsson  <jas@extundo.com>
27384
27385         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27386         New files.
27387
27388 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27389
27390         * gnus-group.el (gnus-no-groups-message): Update.
27391
27392         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27393
27394 2003-11-09  Simon Josefsson  <jas@extundo.com>
27395
27396         * imap.el: Support for ID IMAP extension (RFC 2971).
27397         (imap-local-variables): Add imap-id.
27398         (imap-id): New variable.
27399         (imap-id): New function.
27400         (imap-parse-response): Parse untagged ID response.
27401         * nnimap.el (nnimap-id): New variable.
27402         (nnimap-open-connection): Use it.
27403
27404 2003-12-28  Simon Josefsson  <jas@extundo.com>
27405
27406         * gnus-score.el (gnus-score-edit-all-score): New.
27407         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27408
27409 2004-01-04  Simon Josefsson  <jas@extundo.com>
27410
27411         * password.el: Add.
27412
27413 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27414
27415         * dns.el (dns-query-types): Fix typo.
27416         (dns-query-types): New function.
27417         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27418         PTR and SOA replies, see RFC 1035.
27419
27420 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27421
27422         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27423
27424         * Move to Changelog.2.
27425
27426 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27427
27428         * gnus.el (gnus-version-number): Bump version.
27429
27430 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27431
27432         * gnus.el: No Gnus v0.1 is released.
27433
27434 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27435
27436         * gnus.el: No Gnus v0.0 is released.
27437
27438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27439
27440         * gnus.el (gnus-version-number): Bump.
27441         (gnus-version): No.
27442
27443 See ChangeLog.2 for earlier changes.
27444
27445   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27446
27447   This file is part of GNU Emacs.
27448
27449   GNU Emacs is free software: you can redistribute it and/or modify
27450   it under the terms of the GNU General Public License as published by
27451   the Free Software Foundation, either version 3 of the License, or
27452   (at your option) any later version.
27453
27454   GNU Emacs is distributed in the hope that it will be useful,
27455   but WITHOUT ANY WARRANTY; without even the implied warranty of
27456   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27457   GNU General Public License for more details.
27458
27459   You should have received a copy of the GNU General Public License
27460   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27461
27462 ;; Local Variables:
27463 ;; coding: utf-8
27464 ;; fill-column: 79
27465 ;; add-log-time-zone-rule: t
27466 ;; End: