429e3cc8d9c4f5d71c1b9da200f5cae5d7195328
[gnus] / lisp / ChangeLog
1 2014-10-20  Glenn Morris  <rgm@gnu.org>
2
3         * Merge in all changes up to 24.4 release.
4
5 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
6
7         * message.el (message-insert-signature): Use `newline' instead of
8         inserting explicit "\n".
9
10 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
11
12         * gnus-icalendar.el: Support vcal format timezones.
13         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
14         compute dates with associated timezone.
15         (gnus-icalendar-event-from-ical): Compute all timezones.
16
17 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
20         check the newsrc.eld file's timestamp before saving it.
21         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
22         timestamp has changed to be newer.
23
24 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
25
26         * gnus-icalendar.el (gnus-icalendar-identities):
27         Include message-alternative-emails.
28
29 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
32         New compatibility functions.
33         (ntlm-build-auth-response): Use them.
34
35 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
36
37         * ntlm.el (ntlm-build-auth-request):
38         Add NTLM2 Session support.  (Bug#15603)
39
40 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
41
42         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
43         expired messages only when it was built in reverse order.
44
45 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
46
47         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
48         last so it can be used in `message-send-hook'.
49
50 2014-09-29  Daiki Ueno  <ueno@gnu.org>
51
52         * mml.el (mml-parse-1): Error out if unknown mode is specified in
53         <#secure> tag (bug#18513).
54
55 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * parse-time.el: Require cl when compiling.
58
59 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         Use cl-lib as much as possible following the 2014-09-26 change
62         in the Emacs trunk.
63         * parse-time.el: Try requiring cl-lib.
64         (parse-time-incf): Alias to cl-incf or incf.
65         (digit-char-p): Remove.
66         (parse-time-integer): Alias to cl-parse-integer or the one defined.
67         (parse-integer): Rename to parse-time-integer.
68         (parse-time-tokenize, parse-time-rules, parse-time-string)
69         Use parse-time-incf and parse-time-integer.
70
71 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
72
73         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
74         of ":delete".
75
76 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-article-browse-html-save-cid-content)
79         (gnus-article-browse-html-parts):
80         Revert last change that breaks links other than cid contents.
81
82 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-art.el (gnus-article-browse-html-save-cid-content)
85         (gnus-article-browse-html-parts): Make cid file names relative.
86
87 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * mm-view.el (mm-display-inline-fontify): Make the working buffer
90         temporarily displayed when running a mode function (at least org-mode
91         requires it).
92
93 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
94
95         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
96         the gnus-summary-article-expire-hook should be told where the function
97         is going. In particular, the Gnus registry might want to know.
98
99 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
100
101         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
102
103 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-sum.el (gnus-summary-expire-articles): Revert.
106
107 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
108
109         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
110         the gnus-summary-article-expire-hook should be told where the function
111         is going. In particular, the Gnus registry might want to know.
112
113 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
114
115         Don't mishandle year-9999 dates (Bug#18176).
116         * parse-time.el (parse-time-rules):
117         Allow years up to most-positive-fixnum.
118         * time-date.el (date-to-time):
119         Pass "Specified time is not representable" errors through.
120
121 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
122
123         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
124         groups and t.
125
126 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-utils.el (gnus-recursive-directory-files):
129         Unify hard or symbolic links (bug#18063).
130
131 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
132
133         * gnus-msg.el (gnus-configure-posting-style):
134         Allow string replacements in values when matching against a header.
135
136 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
139         the dribble buffer even when it is shrunk a lot.
140         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
141
142 2014-06-26  Glenn Morris  <rgm@gnu.org>
143
144         * mm-util.el (help-function-arglist): Remove outdated declaration.
145
146 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
147
148         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
149         attribute values.  (Bug#17834)
150
151 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
152
153         * gnus-sum.el (gnus-summary-edit-article-done):
154         Prefer point-marker to copy-marker of point.
155
156 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * Makefile.in (install-el, install-el-elc): Compress .el files.
159         (uninstall): Remove compressed .el files.
160
161 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
164         (gnus-article-read-summary-keys):
165         Don't bug out when there is no article in the summary buffer.
166         (gnus-mime-buttonize-attachments-in-header):
167         Improve criterion that finds parts to display.
168
169         * gnus-art.el (gnus-mm-display-part):
170         * mm-decode.el (mm-shr):
171         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
172         (mm-insert-inline): Revert last changes.
173
174 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-mm-display-part):
177         * mm-decode.el (mm-shr):
178         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
179         (mm-insert-inline): Set insertion type of end-marker, not only
180         start-marker, of undisplayer so as to stay after inserted text.
181
182 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
183
184         * html2text.el (html2text-get-attr): Fix typo when splitting value from
185         attribute. (Bug#17613)
186
187 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
188
189         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
190         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
191
192 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
195         delete next part button; keep spacing between buttons.
196
197 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
200         Work for the last MIME part in an article.
201         (gnus-mime-display-single): Suppress excessive newlines between parts.
202
203         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
204         by leading or trailing newline.
205
206 2014-05-12  Sam Steingold  <sds@gnu.org>
207
208         * time-date.el (seconds-to-string): New function to pretty print time
209         delay in seconds.
210
211 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
214         while prompting a user for a file name, etc.
215         (gnus-mime-display-single): Display part with a common appearance no
216         matter whether MIME button is omitted or not; don't add duplicate entry
217         to gnus-article-mime-handle-alist.
218         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
219
220 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
221
222         * mml2015.el (mml2015-display-key-image): New variable.
223
224 2014-05-08  Glenn Morris  <rgm@gnu.org>
225
226         * gnus-fun.el (gnus-grab-cam-face):
227         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
228         This is CVE-2014-3421.
229
230 2014-05-04  Glenn Morris  <rgm@gnu.org>
231
232         * gnus-registry.el (gnus-registry-install-p): Doc fix.
233
234 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
237         the displaying state of a part.
238         (gnus-mm-display-part): Don't insert a newline in the beginning of
239         a part like gnus-mime-inline-part doesn't; work for XEmacs.
240
241         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
242         (mm-shr): Make undisplayer unbreakable.
243
244         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
245         insert excessive newline.
246         (mm-inline-text-html-render-with-w3m, mm-inline-text)
247         (mm-insert-inline): Make undisplayer unbreakable.
248
249 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
250
251         * gnus.el: Ma Gnus v0.11 is released.
252
253 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-art.el (gnus-mm-display-part):
256         Highlight header attachment buttons.
257
258 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
261         a part; redisplay a button (enbugged in 2014-02-05).
262
263 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * auth-source.el (auth-source-search, auth-source-search-backends):
266         Treat :max 0 as an indicator that a boolean return is wanted, as
267         documented. Reported by Joe Bloggs.
268
269 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-icalendar.el: Require gnus-art.
272
273 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
274
275         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
276         (gnus-icalendar--update-org-event): put event timestamp in
277         the org entry body instead of the drawer.
278         (gnus-icalendar-event--get-attendee-names): list of participants should
279         contain even attendees without common name attribute.
280         (gnus-icalendar--update-org-event): don't generate duplicates of empty
281         property tags in org drawers.
282
283 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gmm-utils.el (gmm-format-time-string): New function.
286
287         * message.el (message-insert-formatted-citation-line): Use the original
288         author's time zone to express a date string.
289
290 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
291
292         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
293         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
294         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
295         Silence compiler warnings.
296         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
297
298 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * mml.el: Require url when compiling.
301
302         * gnus-cloud.el (gnus-cloud-parse-version-1):
303         Use plist-get rather than CL's getf.
304         (gnus-activate-group, gnus-subscribe-group): Declare.
305
306         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
307
308 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
311         buttons when toggling the header off.
312
313 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
314
315         * tls.el (tls-program): Reflow docstring.
316
317 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
320         groups work again.
321
322 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
323
324         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
325         999 correctly (i.e. "1,342").
326
327 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
330         out if the directory doesn't exist.
331
332 2014-03-07  Daiki Ueno  <ueno@gnu.org>
333
334         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
335         commands here; instead, only check if epg-config.el is available.
336
337 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
338
339         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
340         messages with embedded images.
341         (mml-generate-mime): Don't bug out if you don't have libxml.
342
343 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
344
345         * message.el (message-make-html-message-with-image-files): New command.
346
347 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-group.el (gnus-group-make-group): Clarify prompt.
350
351         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
352
353 2014-02-23  David Engster  <deng@randomsample.de>
354
355         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
356         to stay compatible with older Emacsen, so replace `cl-loop' with
357         `loop'.
358
359 2014-02-22  Daniel Colascione  <dancol@dancol.org>
360
361         * auth-source.el (auth-source-secrets-listify-pattern): New function.
362         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
363         instead, build list of patterns.
364
365 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
368         Display header attachment buttons by gnus-article-prepare-display
369         rather than gnus-article-prepare so as to view in mml-preview as well.
370
371 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
374         in `auth-sources' means and link to EPA docs.
375
376 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
377
378         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
379         (bug#12375).
380
381 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
384         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
385
386 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * message.el (message-tab): Mention what happens on normal tabs
389         (bug#11297).
390
391 2014-02-08  Glenn Morris  <rgm@gnu.org>
392
393         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
394
395 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
398         buttons that are hidden in unselected alternative part as well.
399         (gnus-mime-display-alternative): Redraw attachment buttons in header.
400
401         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
402
403 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
406         keystroke.
407         (gnus-server-toggle-cloud-server): Only allow clouding applicable
408         types.
409
410         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
411         with an empty string.
412
413 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
416         buffer-local in some buffers, so bind it explicitly in the buffer we're
417         trying to cancel the article in (bug#10808).
418
419 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
422         New functions.
423
424         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
425         New user option.
426         (gnus-mime-buttonize-attachments-in-header): New function.
427         (gnus-article-prepare): Use it.
428         (gnus-mime-inline-part): Suppress extra newline.
429         (gnus-mm-display-part): Save excursion;
430         remove useless deleting and adding of buttons.
431         (gnus-insert-mime-button): Allow insertion in the middle of a line.
432
433         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
434         Add gnus-mime-buttonize-attachments-in-header.
435
436 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
437
438         * nnimap.el (nnimap-request-articles): New command to download several
439         articles at once.
440
441         * gnus.el (gnus-variable-list): Save Cloud variables.
442
443         * gnus-int.el (gnus-request-accept-article): Doc fix.
444
445 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
446
447         * parse-time.el (parse-time-iso8601-regexp)
448         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
449         it more generally.
450
451 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-cloud.el: New file to provide the Emacs Cloud.
454
455         * dgnushack.el: Silence XEmacs w3 warning.
456
457         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
458         `url-retrieve-synchronously', apparently.
459
460         * dgnushack.el: Silence XEmacs dns.el warning.
461
462         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
463         instead of in all files.
464
465         * dns.el (network-interface-list): Define for XEmacs.
466
467         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
468         XEmacs.
469
470         * nnrss.el (libxml-parse-html-region): Silence compilation error.
471
472 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
473
474         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
475         `gnus-group-split-fancy'.
476
477 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * message.el (message-remove-header): Doc fix.
480         (message-forward-included-headers): New variable.
481         (message-remove-ignored-headers): Use it.
482
483 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
484
485         * nnir.el (nnir-request-update-mark): Don't try to update the source
486         group if we can't find it (bug#16611).
487
488 2014-01-31  Dave Abrahams  <dave@boostpro.com>
489
490         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
491
492 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
493
494         * dns.el (dns-servers-up-to-date-p): New function to see whether the
495         network interfaces changed.
496         (dns-query): Use it to flush the data.
497
498 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
499
500         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
501         from random face commands.
502         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
503         Face.
504         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
505         (gnus--random-face-with-type): Generic function returning a face-type
506         as a string.
507         (gnus--insert-random-face-with-type): Generic function inserting a face
508         in a message buffer header.
509         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
510         (gnus-insert-random-x-face-header): Rewritten to use
511         `gnus--insert-random-face-with-type`.
512         (gnus-random-face): Return random (png) Face as string.
513         (nus-insert-random-face-header): Insert random (png) Face in a message
514         buffer.
515
516 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
517
518         * mm-url.el: Remove all usage of w3.
519
520         * nnrss.el: Ditto.
521
522         * mm-decode.el: Ditto.
523
524         * mm-view.el: Ditto.
525
526         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
527         outdated and all Emacsen have url.el built-in.
528
529         * gnus-setup.el: Remove outdated file.
530
531 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
532
533         * gnus.el: Ma Gnus v0.9 is released.
534
535 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
538
539 2014-01-31  Dave Abrahams  <dave@boostpro.com>
540
541         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
542         in the summary buffer (bug#13769).
543
544 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
547         name if we're using a single article buffer.  Otherwise, it may point
548         to a killed buffer (bug#13756).
549
550 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
551
552         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
553         the match data, just save and restore it explictly (bug#12375).
554
555         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
556         that's needed.
557
558         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
559         the code once (bug#9069).
560
561 2014-01-18  Steinar Bang  <sb@dod.no>
562
563         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
564         reading.
565
566 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
567
568         * message.el (message-bury): Call bury-buffer with no argument
569         in the message-return-action case too.
570
571 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
574         (nnimap-split-fancy, nnimap-split-methods): Declare.
575
576         * mm-util.el (help-function-arglist): Declare.
577
578 2013-12-28  Glenn Morris  <rgm@gnu.org>
579
580         * gnus-sieve.el (gnus-sieve-select-method):
581         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
582         (gravatar-rating, gravatar-size):
583         * message.el (message-minibuffer-local-map):
584         * sieve-manage.el (sieve-manage-authenticators)
585         (sieve-manage-authenticator-alist): Specify custom types.
586
587         * hashcash.el (hashcash-program): Rename from hashcash-path.
588         Update callers.
589
590         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
591         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
592         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
593
594         * auth-source.el (auth-sources):
595         * nnmairix.el (nnmairix-propagate-marks-upon-close):
596         Fix custom types.
597
598         * tls.el (tls-certtool-program): Fix default value.
599
600 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
603         we get proper traces there, too.
604
605 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
606
607         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
608         value of the parameters if the current article has a Reply-To or From
609         field.
610
611 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus.el (gnus-group-buffer): Remove duplicate definition.
614
615 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-sum.el (gnus-summary-exit): Stop animations.
618
619 2013-12-19  Juri Linkov  <juri@jurta.org>
620
621         * gnus.el (gnus-suppress-keymap):
622         * gnus-art.el (gnus-article-mode-map):
623         * gnus-group.el (gnus-group-mode-map):
624         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
625         Remove [backspace] key binding because it shadows DEL (bug#16035).
626
627         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
628
629 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
632         Make sure work directory exists.
633         (gnus-uu-digest-mail-forward): Store temporary files in work directory
634         rather than tmp directory.
635         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
636         not necessarily always run, with it.
637
638 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
639
640         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
641         value of gnus-icalendar-additional-identities work without restart.
642
643 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * mm-util.el (mm-make-temp-file):
646         Alias to make-temp-file for modern Emacsen.
647
648 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
651         nnir-article-number and nnir-article-group.
652
653 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
654
655         * message.el (message-send-mail-with-sendmail):
656         Don't kill error buffer if sending fails.
657
658 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
659
660         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
661         (gnus-icalendar-event->org-entry)
662         (gnus-icalendar--update-org-event)
663         (gnus-icalendar-event->gnus-calendar): Distinguish between
664         required/optional/non-participant attendee status.  Fix bug causing
665         the first required event participant to be omitted.
666
667 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-art.el (article-de-quoted-unreadable)
670         (article-de-base64-unreadable, gnus-mime-copy-part)
671         * gnus-html.el (gnus-article-html)
672         * mm-view.el (mm-inline-text-html-render-with-w3)
673         (mm-inline-text-html-render-with-w3m-standalone)
674         * rfc2231.el (rfc2231-decode-encoded-string):
675         Allow overriding charset by mm-charset-override-alist.
676
677         * gnus-art.el (gnus-article-browse-html-parts):
678         Replace LWSPs with `&nbsp;'s in header.
679
680         Work for broken Chinese articles.
681
682         * gnus-art.el (gnus-article-browse-html-save-cid-content):
683         Exclude broken handles that gnus-summary-enter-digest-group may create.
684         (gnus-article-browse-html-parts):
685         Allow overriding charset by mm-charset-override-alist.
686
687 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
688
689         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
690         (gnus-icalendar-identities): Support additional-identities.
691
692 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
693
694         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
695         org-timestamp for events ending at midnight.
696
697 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
698
699         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
700         .log files.
701
702 2013-11-20  David Engster  <deng@randomsample.de>
703
704         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
705
706 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
707
708         * message.el (message-beginning-of-line):
709         Use beginning-of-visual-line when visual-line-mode is turned on.
710
711 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
712
713         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
714         (gnus-icalendar-event-from-ical)
715         (gnus-icalendar-event->org-entry)
716         (gnus-icalendar--update-org-event): Required/optional participation,
717         list of attendees synced to org.
718
719 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
720
721         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
722         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
723         cancellations to be synced to org if the original appt has an org
724         outline.
725
726 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
727
728         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
729         (gnus-icalendar-event->org-entry)
730         (gnus-icalendar--update-org-event)
731         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
732
733 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
734
735         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
736         Fix timezone handling in gnus-icalendar export to org.
737
738 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
741
742 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
745
746 2013-10-30  Glenn Morris  <rgm@gnu.org>
747
748         * gnus-group.el (gnus-group-browse-foreign-server):
749         * gnus-int.el (gnus-start-news-server):
750         Silence compiler obsolescence warning.
751
752 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
753
754         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
755         `nnoo-current-server' first, then for the actual `nnimap-address' to
756         allow netrc entries for the nnoo server to coexist with netrc entries
757         for the `nnimap-address'.
758
759 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * mm-decode.el (mm-dissect-buffer): Revert last change.
762         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
763         The problem that motivated those changes was attributed to a broken
764         mail sender, and has been fixed.
765
766 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
769         token is missing in the Content-Type header.
770
771         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
772
773 2013-09-18  Glenn Morris  <rgm@gnu.org>
774
775         * gnus-util.el (image-size): Declare.
776
777 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
780         (gnus-icalendar-event-from-ical)
781         (gnus-icalendar-event--build-reply-event-body)
782         (gnus-icalendar-event-reply-from-buffer)
783         (gnus-icalendar-find-org-event-file)
784         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
785         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
786
787         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
788
789 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
790
791         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
792         Use save-current-buffer.
793         (gnus-tree-mode-map): Initialize in the declaration.
794         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
795         (scroll-in-place): Defvar it.
796         (gnus-tmp-*): Defvar them.
797         (gnus-get-tree-buffer): Use derived-mode-p.
798         (gnus--let-eval): New macro.
799         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
800         non-prefixed variables.
801         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
802
803         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
804         vars since it doesn't seem to be available.
805         (gnus-set-global-variables, gnus-summary-read-group-1)
806         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
807         (gnus-summary-display-article, gnus-summary-select-article)
808         (gnus-summary-next-article, gnus-offer-save-summaries)
809         (gnus-summary-generic-mark): Use derived-mode-p.
810         (gnus-summary-read-group-1, gnus-summary-exit)
811         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
812         Adjust calls to gnus-tree-close and gnus-tree-open.
813
814         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
815
816         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
817         (gnus-agent-mode): Use derived-mode-p.
818         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
819         gnus-command-method and *-command-method to nil, but bind
820         gnus-command-method to *-command-method instead!
821         (gnus-agent-fetch-articles): Remove unused var `id'.
822         (gnus-agent-fetch-headers): Remove unused arg `force'.
823         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
824         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
825         (gnus-agent-short-article, gnus-agent-long-article)
826         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
827         first use.
828         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
829         `score-param'.
830         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
831         (gnus-get-predicate): Push in front of the cache, rather than end.
832         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
833         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
834         (gnus-agent-expire-unagentized-dirs): Don't rebind
835         gnus-agent-expire-current-dirs since the defvar silences the warning.
836         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
837         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
838         (gnus-agent-regenerate): Simplify interactive spec and doc.
839
840 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-int.el (gnus-open-server): Silence compiler.
843
844         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
845
846         * message.el (message-display-completion-list): Abolish.
847         (message-completion-in-region): Use display-completion-list.
848
849 2013-09-17  Glenn Morris  <rgm@gnu.org>
850
851         * gnus-util.el (gnus-message-with-timestamp-1):
852         Use `messages-buffer' function if available.  Ignore read-only.
853
854 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * message.el (message-expand-group, message-completion-in-region):
857         Correct the order of start and end of a region.
858
859 2013-09-13  Glenn Morris  <rgm@gnu.org>
860
861         * mml2015.el (gnus-create-image): Autoload it.
862
863         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
864
865         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
866         (image-size): Declare.
867
868 2013-09-12  Glenn Morris  <rgm@gnu.org>
869
870         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
871         Avoid using `find', which i) might not be defined at runtime;
872         ii) does not work, since its default test is eql, not equal.
873         (gnus-mime-action-alist): Declare.
874
875 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
876
877         * score-mode.el (gnus-score-mode-map): Move initialization
878         into declaration.
879         (gnus-score-mode): Use define-derived-mode.
880         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
881         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
882         into declaration.
883         (gnus-kill-file-mode): Use define-derived-mode.
884         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
885         Use derived-mode-p.
886         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
887         (gnus-group-setup-buffer, gnus-group-name-at-point)
888         (gnus-group-make-web-group, gnus-group-enter-directory)
889         (gnus-group-suspend): Use derived-mode-p.
890         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
891         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
892         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
893         (gnus-article-setup-buffer, gnus-article-prepare)
894         (gnus-article-prepare-display, gnus-sticky-article)
895         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
896         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
897         (gnus-article-read-summary-keys): Use derived-mode-p.
898
899 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
902
903 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
906         shift_jis from the default value set for Japanese users.
907
908 2013-08-13  Glenn Morris  <rgm@gnu.org>
909
910         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
911
912         * gnus.el (gnus-valid-select-methods): Fix type.
913
914         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
915
916 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * mm-decode.el (mm-display-external): Run a timer for the temp files
919         deletion after a viewer exits; add a deletion timer for the needsterm
920         case, too.
921
922         * mm-decode.el (mm-display-external): Try to delete temporary files by
923         using a 1-min. timer.
924
925 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
928         New internal variables.
929         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
930         (mm-display-external): Use it to delete temporary files instead of
931         using timers.
932
933 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
936
937 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
938
939         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
940         with cond for backwards compatability.
941
942 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * mm-decode.el (mm-display-external): Bind process-connection-type to
945         nil; don't delete a temp file immediately even if a viewer finishes,
946         since it may be a shell script, like xdg-open, that launches a real
947         viewer program belatedly.
948
949 2013-08-05  Dave Abrahams  <dave@boostpro.com>
950
951         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
952         that we can create nndoc groups that excerpt other groups.
953
954 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-delay.el (gnus-delay-article): Fix typo.
957
958         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
959         articles.
960
961         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
962         we can get spell-checking etc.
963
964 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
967         a single one used for encoding the whole text in a header.
968
969 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
972         doesn't work properly on XEmacs.
973
974 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
977         before sending.
978
979         * dgnushack.el (dgnushack-compile): Add a temporary check for
980         gnus-icalendar.
981
982         * mm-decode.el (mm-command-output): New face.
983         (mm-display-external): Use it.
984
985 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
986
987         * nnmbox.el (nnmbox-request-article): Don't change point.
988
989 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
992         Include `handle' parameter.
993
994 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
995
996         * gnus-icalendar.el: New file.
997
998 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1001
1002         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1003         dummy roots, too.
1004
1005 2013-08-01  David Edmondson  <dme@dme.org>
1006
1007         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1008         out on ttys.
1009
1010 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1013         not empty.
1014
1015         * nnrss.el (nnrss-discover-feed): Indent.
1016
1017 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1020
1021 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1024         dirty to ensure nnimap data being saved.
1025
1026 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1027
1028         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1029         menu entry.
1030
1031         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1032         the current thread's total score instead of the current article's
1033         score.
1034
1035         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1036         (gnus-sort-threads-recursively): Delete defcustom.
1037         (gnus-sort-threads-recursive): Adapt accordingly.
1038
1039 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1040
1041         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1042         (gnus-sort-threads-recursive): Use it.
1043         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1044         again.  Now that determines how to sort subthreads.
1045
1046 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1047
1048         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1049         (gnus-sort-threads): Use it.
1050
1051 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1052
1053         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1054         punctuation characters follow parentheses (bug#14950).
1055
1056 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus.el (gnus-continuum-version):
1059         * gnus-msg.el (gnus-extended-version): Simplify.
1060
1061         * gnus.el (gnus-continuum-version-1): Remove.
1062         * gnus-msg.el (gnus-bug): Revert.
1063
1064         Calculate gnus-version correctly on Cygwin.
1065
1066         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1067         (gnus-continuum-version-1): New function, return a string.
1068
1069         * gnus-msg.el (gnus-extended-version, gnus-bug):
1070         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1071
1072 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1073
1074         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1075         (bug#13384).
1076
1077 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1080         that were only relevant in a development version a long time ago.
1081
1082 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1085         that the old Emacs 24s bundle.
1086
1087 2013-07-10  David Engster  <deng@randomsample.de>
1088
1089         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1090         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1091         fixes a bug in Emacs trunk where the 'unexist' marks were always
1092         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1093         Gnus v0.03".
1094
1095 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1096
1097         * gnus.el (gnus-summary-line-format): Reference
1098         `gnus-user-date-format-alist' for the &user-date; format, not
1099         `gnus-summary-user-date-format-alist'.
1100
1101 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1104         delete files (bug#13481).
1105
1106 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1107
1108         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1109
1110 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1113         display images.
1114
1115         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1116
1117         * message.el (message-cancel-news): According to
1118         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1119         preferred over "cmsg cancel" in the Subject.
1120
1121         * nnir.el (nnir-engines): Note that the group specs are regexps
1122         (bug#13238).
1123
1124         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1125         gotten read-only text properties, ensure that those aren't heeded when
1126         copying stuff over (bug#13434).
1127
1128         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1129         (bug#13762).
1130
1131 2013-07-05  David Kastrup  <dak@gnu.org>
1132
1133         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1134         authinfo file again (important for blank passwords).  This had been
1135         broken with 2013-06-15 change.
1136
1137 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1140         Revert 2013-01-14 change.
1141
1142 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1143
1144         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1145         of 'create-image' for XEmacs compatibility; check errors when decoding
1146         image.  Reported by Uwe Brauer.
1147
1148 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1151         gnus-button-push revised at 2011-01-19.
1152
1153 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1156         now live in the lisp/net Emacs 24 repository.
1157
1158 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * eww.el (eww-update-header-line-format): Quote % characters.
1161
1162 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * eww.el (eww-process-text-input): Display passwords as asterisks.
1165
1166         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1167
1168 2013-06-19  Tom Tromey  <tromey@redhat.com>
1169
1170         * eww.el (eww-top-url): Remove.
1171         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1172         (eww-render): Set new variables.  Don't set eww-top-url.
1173         (eww-handle-link): Handle "prev", "home", and "contents".
1174         Downcase the rel text.
1175         (eww-top-url): Choose best top URL.
1176
1177 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * eww.el: Rewrite to implement form elements "by hand" instead of
1180         relying in widget.el.  Using widget.el leads to too many
1181         user interface inconsistencies.
1182         (eww-self-insert): Implement entering commands in text fields.
1183         (eww-process-text-input): New function to make text input field editing
1184         work.
1185         (eww-submit): Rewrite to use the new-style form methods.
1186         (eww-select-display): Display the correct selected item.
1187         (eww-change-select): Implement changing the select value.
1188         (eww-toggle-checkbox): Implement radio/checkboxes.
1189         (eww-update-field): Fix compilation error.
1190         (eww-tag-textarea): Implement <textarea>.
1191
1192         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1193         don't shadow mode-specific bindings.
1194
1195         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1196         nothing to push.
1197
1198         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1199
1200 2013-06-19  Glenn Morris  <rgm@gnu.org>
1201
1202         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1203
1204 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1207
1208 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * shr.el (shr-make-table-1): Implement <td rowspan>.
1211         (shr-table-horizontal-line): Allow nil as a value, and change the
1212         default.
1213         (shr-insert-table-ruler): Respect the nil value.
1214
1215 2013-06-18  Tom Tromey  <tromey@barimba>
1216
1217         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1218         New defvars.
1219         (eww-open-file): New defun.
1220         (eww-render): Initialize new variables.
1221         (eww-display-html): Handle "link" and "a".
1222         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1223         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1224         (eww-back-url): Rename from eww-previous-url.
1225         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1226         defuns.
1227
1228 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-tag-table): Insert the images after the table, so that
1231         they're not covered by the table colourisation, which often looked
1232         awkward.
1233         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1234         <dd>.
1235         (shr-make-table-1): Implement <td colspan=> support.
1236         (shr-insert-document): Use one less than window width if `shr-width' is
1237         nil, since otherwise things may get one character too wide.
1238
1239 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * eww.el (eww-detect-charset): Improve regexp; move backward.
1242
1243 2013-06-18  Glenn Morris  <rgm@gnu.org>
1244
1245         * mm-decode.el (widget-convert-button): Autoload.
1246
1247         * sieve-manage.el (mm-enable-multibyte): Autoload.
1248
1249         * shr.el (libxml-parse-html-region): Declare.
1250         (shr-render-buffer): Explicit error if no libxml2 support.
1251
1252 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1253
1254         * auth-source.el (auth-source-current-line): New function.
1255         (auth-source-netrc-parse-entries): When a data token is "machine",
1256         assume we're in the wrong place and abort parsing the current line.
1257
1258 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1261         (eww-convert-widgets): Don't bug out if the first widget starts at the
1262         beginning of the buffer.
1263         (eww-convert-widgets): Fix last patch.
1264         (eww-tag-input): Support <input type=image>.
1265
1266         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1267         (shr-tag-base): Protect against base specs that are degenerate.
1268         (shr-ensure-paragraph): Don't delete empty lines that have text
1269         properties, because these may be input fields.
1270
1271         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1272         we can navigate to them.
1273
1274         * shr.el (shr-colorize-region): Put the colours over the entire region.
1275         (shr-inhibit-decoration): New variable.
1276         (shr-add-font): Use it to inhibit text property decorations while doing
1277         preliminary table renderings.  This speeds up typical Wikipedia page
1278         renderings by 15%.
1279         (shr-tag-span): Don't respect the <title>, because that overwrites the
1280         help-echo from links inside the spans.
1281         (shr-next-link): Use `help-echo' for navigation, so that we can
1282         navigate to form elements, too.
1283
1284         * eww.el (eww-button): New face.
1285         (eww-convert-widgets): Use it to make submit buttons more button-like.
1286
1287         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1288         that Gnus commands work.
1289
1290         * shr.el (shr-render-td): Support horizontal alignment.
1291
1292         * eww.el (eww-put-color): Removed.
1293         (eww-colorize-region): Use `add-face-text-property'.
1294
1295         * shr.el (shr-add-font): Append face data, so that we get the correct
1296         precedence: The innermost value (which is applied first) wins.
1297         (shr-make-overlay): Obsolete function.
1298
1299         * mm-decode.el (mm-convert-shr-links): New function to convert
1300         new-style shr URL links into widgets.
1301         (mm-shr): Use it.
1302
1303         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1304         widget commands, since we're no longer using widgets for links.
1305
1306         * shr.el (shr-next-link): New command.
1307         (shr-previous-link): New command.
1308         (shr-urlify): Don't use `widget-convert', because that's slow.
1309         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1310         because collecting the overlays and reapplying them when generating
1311         tables is slow.
1312         (shr-insert-table): Ditto.
1313
1314 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1315
1316         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1317         * shr.el (browse-url): Require `url'.
1318         * eww.el (url): Require format-spec.
1319
1320 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * eww.el (eww-display-html): Default to using the entire window width.
1323         (eww-browse-url): Don't add a User-Agent header (twice), because that
1324         makes Bing refuse connection.
1325
1326         * shr.el (shr-make-table): Cache the table rendering at the table
1327         level, and not the <td> level.  This is a bit faster.
1328
1329         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1330         #id.
1331
1332         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1333         browsers don't.
1334         (shr-expand-url): Respect #anchor links.
1335         (shr-parse-base): Chop off the anchor before using.
1336         (shr-descend): Respect display: none.
1337         (shr-descend): Allow marking elements that have certain IDs.
1338
1339         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1340
1341         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1342
1343         * eww.el (eww-tag-textarea): Support <textarea>.
1344
1345 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1346
1347         * shr.el (shr-dom-to-xml): Fixed function call.
1348
1349         * eww.el (eww): New group.
1350         (eww-header-line-format): New custom variable.
1351         (eww-current-title): New variable.
1352         (eww-display-html): Update header and handle title tag.
1353         (eww-update-header-line-format): New function.
1354         (eww-tag-title): New function.
1355
1356         * shr.el (shr-dom-to-xml): New function.
1357         (shr-tag-svg): Add support for the SVG tag.
1358         (shr-bullet): New custom variable.
1359         (shr-tag-li): Support custom bullet in unordered lists.
1360
1361 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * shr.el (shr-expand-url): Respect // URLs.
1364
1365         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1366         put a background colour onto the entire buffer.
1367         (eww-render): When being redirected, use the redirect URL as the new
1368         base URL.
1369
1370         * shr.el (shr-parse-base): Fix parsing error.
1371
1372         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1373
1374         * shr.el (shr-parse-base): New function.
1375         (shr-expand-url): Use it to expand relative URLs reliably.
1376
1377 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1378
1379         * auth-source.el (auth-source-search-collection): Fix docstring.
1380         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1381         single-quoted strings and multiline entries.
1382         (auth-source-netrc-parse-next-interesting)
1383         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1384         functions to support parser.
1385
1386 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * eww.el (eww-submit): Get submit button logic right when hitting RET
1389         on non-submit buttons.
1390
1391         * shr.el: Remove shr-preliminary-table-render, since that can't really
1392         be used for anything in practice.
1393
1394 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1395
1396         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1397         (sieve-manage-quit).
1398
1399 2013-06-14  Glenn Morris  <rgm@gnu.org>
1400
1401         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1402
1403 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1404
1405         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1406         control the maximum size of photo ID image.
1407         (mml2015-epg-key-image-to-string): Respect it.
1408
1409 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1412         instead of the final one so that we can more easily distinguish them.
1413
1414         * eww.el (eww-submit): Compute the submission URL correctly.
1415
1416 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1417
1418         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1419         Use plist-get rather than CL's getf.
1420         (sieve-manage-parse-capability): Avoid CL's remove-if.
1421
1422 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1423
1424         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1425         (sieve-manage-quit).
1426
1427 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1430         last slash.
1431
1432         * eww.el (eww-tag-select): Use the first value as the default value.
1433
1434 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1435
1436         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1437         (eww-mode): Use `define-derived-mode'.
1438         (eww-parse-headers): Parse headers from beginning of buffer so that
1439         file:// links work.
1440
1441 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1444
1445 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1448         to handle them at all.
1449
1450 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1453         work, too.
1454         (eww-tag-select): Implement <select>.
1455
1456 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1457
1458         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1459         stream managing functions by using open-protocol-stream to do most of
1460         the work.  Has the nice benefit of enabling STARTTLS.
1461         Wait for capabilities after STARTTLS: following RFC5804, the server
1462         sends new capabilities after successfully establishing a TLS connection
1463         with the client.  The client should update the cached list of
1464         capabilities, but we just ignore the answer for now.
1465         (sieve-manage-network-p, sieve-manage-network-open)
1466         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1467         (sieve-manage-forward, sieve-manage-streams)
1468         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1469         API, nor called by any other function.
1470         Enable Multibyte for SieveManage buffers: The parser won't properly
1471         handle umlauts and line endings unless multibyte is turned on in the
1472         process buffer.
1473
1474 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * eww.el (eww-tag-input): Support password fields.
1477         (eww-submit): Support POST.
1478
1479 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * eww.el (eww-tag-form): Protect against degenerate forms.
1482
1483         * shr.el (shr-expand-url): Expand URLs that start with a slash
1484         correctly.
1485
1486         * eww.el (eww-submit): Get submit button logic right.
1487
1488         * shr.el (shr-final-table-render): New variable to signal when we're
1489         doing the final table rendering so that we can collect more data at
1490         that point.
1491
1492         * eww.el (eww-submit): Make form submission work.
1493         (eww-tag-input): Implement submit buttons.
1494         (eww-click-radio): Implement radio and checkboxes.
1495         (eww-submit): Handle hidden elements.
1496
1497         * shr.el (shr-descend): Allow other packages to override (or provide)
1498         rendering of elements.
1499         (shr-expand-url): Strip query strings from URLs before expanding them.
1500
1501         * eww.el: Don't require cl-lib.
1502         (eww-tag-form): Start form support.
1503
1504         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1505
1506         * eww.el: Start writing a new, tiny web browser.
1507         (eww-previous-url): New command.
1508         (eww-quit): New command.
1509
1510 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1511
1512         * sieve.el: Put point at beginning of buffer when viewing a script.
1513         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1514         number in sieve-buffer's header.  Fixed code to also work with a string
1515         as port specifier.  Properly close the connection on pressing 'q'.  Make
1516         sieve-manage-quit close the connection and process buffer.  Also, remove
1517         duplicate keybinding for 'q'.
1518
1519 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1520
1521         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1522         make it easier to read.
1523         (mm-pkcs7-enveloped-magic): Ditto.
1524
1525 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1526
1527         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1528         before `image-type-available-p' to avoid loading the image libraries
1529         needlessly.
1530
1531 2013-06-05  David Engster  <deng@randomsample.de>
1532
1533         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1534         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1535         to see whether the group was synced before.
1536
1537 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1540         when opening the connection.
1541         Suggested by João Távora <joaotavora@gmail.com> in
1542         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1543
1544 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1547         assume Date header begins with "Date", that may be customized into
1548         something like "X-Sent" using gnus-article-time-format.
1549         (article-transform-date): Allow multi-line Date header.
1550
1551 2013-06-02  David Engster  <deng@randomsample.de>
1552
1553         * registry.el (initialize-instance, registry-lookup)
1554         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1555         (registry-lookup-secondary-value, registry-search, registry-delete)
1556         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1557         not wrap methods in `eval-and-compile'.  This breaks due to latest
1558         changes in EIEIO (introduction of eieio-core.el).
1559
1560 2013-05-30  Glenn Morris  <rgm@gnu.org>
1561
1562         * nnmail.el (nnmail-fancy-expiry-target):
1563         Also bind mail-dont-reply-to-names.
1564
1565         * spam-stat.el (spam-stat-save):
1566         No need to tweak font-lock in temp buffers.
1567
1568         * shr.el (shr-put-image): Silence compiler.
1569
1570 2013-05-29  Glenn Morris  <rgm@gnu.org>
1571
1572         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1573
1574         * gnus-group.el (gnus-sequence-of-unread-articles)
1575         (gnus-summary-add-mark, gnus-mark-article-as-read)
1576         (gnus-group-make-articles-read): Declare.
1577
1578         * gnus-sum.el (gnus-parameter-list-identifier)
1579         (gnus-article-stop-animations, gnus-stop-downloads)
1580         (gnus-article-only-boring-p, article-goto-body)
1581         (gnus-flush-original-article-buffer, article-narrow-to-head)
1582         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1583         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1584
1585         * gnus.el: No need to eval-and-compile autoloads.
1586
1587         * gravatar.el (help-function-arglist): Autoload.
1588
1589         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1590
1591         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1592
1593         * spam.el: No need to load spam-report when compiling.
1594         No need to eval-and-compile autoloads.
1595         (spam-report-resend-to): Declare.
1596         (spam-report-resend-register-routine): Require 'spam-report.
1597
1598 2013-05-24  Julien Danjou  <julien@danjou.info>
1599
1600         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1601         setup.
1602
1603 2013-05-23  Glenn Morris  <rgm@gnu.org>
1604
1605         * gnus-util.el (rmail-swap-buffers-maybe)
1606         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1607         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1608         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1609
1610         * mm-decode.el: No need to load term when compiling.
1611         (term-mode, term-char-mode): Declare.
1612
1613         * mm-util.el: No need to load jka-compr when compiling.
1614         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1615
1616         * nnmaildir.el: Require is automatically eval-and-compile.
1617         (nnmail): Require at run-time too.
1618
1619         * registry.el (registry-size): Move definition before use.
1620
1621 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1622
1623         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1624         signed data to conform the standard.  (Bug#14232)
1625
1626 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1627
1628         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1629         double angle quotation mark.
1630
1631 2013-05-20  Glenn Morris  <rgm@gnu.org>
1632
1633         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1634
1635 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1636
1637         * message.el (message-insert-formatted-citation-line): handle finding
1638         first/lastname when more than 2 names appear.
1639
1640 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1641
1642         * shr.el (shr-tag-span): New function.
1643
1644 2013-05-18  Glenn Morris  <rgm@gnu.org>
1645
1646         * message.el (message-mode): Use message-mode-abbrev-table,
1647         with text-mode-abbrev-table as parent.  (Bug#14413)
1648
1649 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * message.el (message-expand-group): Decode group names.
1652
1653 2013-05-16  Julien Danjou  <julien@danjou.info>
1654
1655         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1656         app-icon.
1657
1658 2013-05-15  Glenn Morris  <rgm@gnu.org>
1659
1660         * shr-color.el (shr-color-visible-luminance-min)
1661         (shr-color-visible-distance-min): Use shr-color group.
1662
1663 2013-05-11  Glenn Morris  <rgm@gnu.org>
1664
1665         * gnus-vm.el: Make it loadable without VM.
1666         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1667         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1668
1669 2013-05-09  Glenn Morris  <rgm@gnu.org>
1670
1671         * mml1991.el: Make it loadable.  (Bug#13456)
1672
1673         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1674         * gnus-async.el (gnus-async-post-fetch-function):
1675         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1676         * gnus-html.el (gnus-html-image-cache-ttl):
1677         * gnus-notifications.el (gnus-notifications-timeout):
1678         * gnus-picon.el (gnus-picon-properties):
1679         * gnus-util.el (gnus-completion-styles):
1680         * gnus.el (gnus-other-frame-resume-function):
1681         * message.el (message-user-organization-file)
1682         (message-cite-reply-position):
1683         * nnir.el (nnir-summary-line-format)
1684         (nnir-retrieve-headers-override-function):
1685         * shr-color.el (shr-color-visible-luminance-min):
1686         * shr.el (shr-blocked-images):
1687         * spam-report.el (spam-report-resend-to):
1688         * spam.el (spam-summary-exit-behavior): Fix custom types.
1689
1690         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1691
1692 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1695         because of let-binding help-xref-following.  (Bug#14356)
1696
1697 2013-05-06  Glenn Morris  <rgm@gnu.org>
1698
1699         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1700
1701 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1702
1703         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1704         entering into the registry.
1705
1706 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1707
1708         * gnus.el: Ma Gnus v0.7 is released.
1709
1710 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1713         (Bug#14304)
1714
1715 2013-04-27  Glenn Morris  <rgm@gnu.org>
1716
1717         * gnus.el (gnus-list-debbugs):
1718         Use require rather than autoload.  (Bug#14262)
1719
1720 2013-04-27  Julien Danjou  <julien@danjou.info>
1721
1722         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1723         port to "sieve" now that it has an official IANA port assigned.
1724
1725 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1728         Don't set the MAILHOST environment variable permanently (Bug#14271).
1729
1730 2013-04-26  Glenn Morris  <rgm@gnu.org>
1731
1732         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1733
1734 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1735
1736         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1737         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1738
1739 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1740
1741         * nnir.el (nnir-close-group): Make sure we are in the right group.
1742
1743         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1744         dependency table from all newly retrieved headers.
1745
1746 2013-04-16  David Edmondson  <dme@dme.org>
1747
1748         Support <img src="data:...">.
1749
1750         * shr.el (shr-image-from-data): New function.
1751         (shr-tag-img): Use it.
1752
1753 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1754
1755         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1756         group.
1757
1758 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1761         corresponding to any existing group (Bug#14166).
1762
1763 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1764
1765         * nnir.el (number-sequence): No longer used.
1766         (nnir-request-set-mark): New function.
1767         (nnir-request-update-info): Improve marks updating.
1768         (nnir-request-scan): Don't duplicate marks updating.
1769         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1770         Use 'assq rather than 'assoc.  Quote anonymous function.
1771         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1772         Use 'gnus-group-prefixed-p.
1773         (gnus-summary-create-nnir-group): Make sure server for method is open.
1774
1775 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1776
1777         * nnir.el (gnus-nnir-group-p): New function.
1778         (nnir-possibly-change-group): Use it.
1779
1780         * gnus-msg.el (gnus-setup-message): Use it.
1781
1782 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1785         `initial-input' for the argument name.
1786         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1787
1788 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1789
1790         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1791         (used by MH-E).
1792
1793 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1794
1795         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1796         group.
1797
1798         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1799         fix compilation.
1800
1801 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1802
1803         * nnir.el (nnir-method-default-engines): And another typo.
1804
1805 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1806
1807         * nnir.el (nnir-method-default-engines): Fix typo.
1808
1809 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1810
1811         * nnir.el: Define 'number-sequence for xemacs.
1812         (gnus-summary-create-nnir-group): New function to create an nnir group
1813         from an nnir summary buffer based on the current query.
1814         (nnir-request-create-group): Update to allow nnir group creation based
1815         on the current query.
1816
1817 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * nndraft.el (nndraft-request-expire-articles):
1820         Make expiry target always `delete'.
1821
1822 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1823
1824         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1825         buffer use the posting-style and gcc of the original article group.
1826         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1827
1828         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1829         after other deffoos.
1830
1831 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1832
1833         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1834         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1835         support for real (i.e. not ephemeral) nnir groups.
1836         (gnus-summary-make-nnir-group): New function for initiating searches
1837         from a summary buffer.
1838
1839 2013-03-18  Sam Steingold  <sds@gnu.org>
1840
1841         * message.el (message-bury): Minor cleanup.
1842
1843 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1844
1845         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1846
1847 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1850         nnml-request-list.  (Bug#13873)
1851         (nndir-request-newsgroups): Remove, unused.
1852
1853         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1854
1855 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1856
1857         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1858         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1859         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1860
1861 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1862
1863         * shr.el: Make all the overlays set the `evaporate' property so that
1864         they're removed properly.
1865
1866 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1867
1868         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1869         shell-quote-argument.
1870
1871 2013-02-22  David Engster  <deng@randomsample.de>
1872
1873         * gnus-registry.el (gnus-registry-save): Provide class name when
1874         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1875         `condition-case' to stay compatible with older EIEIO versions which
1876         only accept one argument.
1877
1878 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1879
1880         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1881         (epg-user-id-validity): Autoload.
1882         (mml2015-epg-check-user-id): New function.
1883         (mml2015-epg-check-sub-key): New function split from
1884         mml2015-epg-find-usable-key.
1885         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1886         optional name-is-key-id, to handle the case when user-id is unusable.
1887         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1888
1889 2013-02-17  Glenn Morris  <rgm@gnu.org>
1890
1891         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1892
1893 2013-02-16  Glenn Morris  <rgm@gnu.org>
1894
1895         * shr.el (shr-put-image): Only animate images that specify a delay.
1896         This is consistent with the old image-animated-p behavior.
1897
1898 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1901         for XEmacs.
1902
1903 2013-02-13  Juri Linkov  <juri@jurta.org>
1904
1905         * gnus-art.el (gnus-article-mode-map):
1906         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1907         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1908
1909 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1910
1911         * auth-source.el (auth-source-format-prompt): Don't get confused by
1912         any "\" in replacement text.  (Bug#13637)
1913
1914 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1915
1916         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1917         (gnus-backend-trace): Honour gnus-backend-trace.
1918
1919         * mml.el (mml-insert-part): Insert closing tag.
1920
1921         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1922
1923 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1926         able to find the article, which can happen in debbugs groups,
1927         apparently.
1928
1929 2013-01-16  Glenn Morris  <rgm@gnu.org>
1930
1931         * smiley.el (smiley-style): Make the file loadable in batch mode.
1932
1933 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1934
1935         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1936         imap process running.
1937
1938 2013-01-14  Julien Danjou  <julien@danjou.info>
1939
1940         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1941         Compare addresses against addresses, not against the full From field.
1942
1943 2013-01-13  Richard Stallman  <rms@gnu.org>
1944
1945         * message.el (message-forward-make-body-mime): New args BEG, END
1946         specify what part of FORWARD-BUFFER to use.  Do the work directly
1947         instead of calling `mml-insert-buffer'.
1948
1949 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1950
1951         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1952         cross-reference(s).
1953
1954         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1955         cross-reference(s).
1956
1957 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1958
1959         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1960         and point-max-marker.
1961         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1962
1963 2013-01-11  Julien Danjou  <julien@danjou.info>
1964
1965         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1966         max are almost equal.  Also return the correct value for V which is
1967         already between 0 and 1.
1968
1969 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1970
1971         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1972         to mml2015-encrypt-to-self.
1973         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1974
1975 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1976
1977         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1978         mml-smime-epg-find-usable-secret-key.
1979
1980 2013-01-08  Glenn Morris  <rgm@gnu.org>
1981
1982         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1983
1984 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1985
1986         * mml-smime.el: Support signing by sender.
1987         Requested by Uwe Brauer.
1988         (mml-smime-sign-with-sender): New user option analogous
1989         to mml2015-sign-with-sender.
1990         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1991         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1992         mml2015.el.
1993
1994 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1997         isn't running, because Gnus will probably not know how to handle the
1998         Gcc header (bug#11941).
1999
2000         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2001         articles.
2002
2003 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2006         (nnfolder-generate-active-file): Make this function work with recursive
2007         folder names.
2008
2009 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2010
2011         * nntp.el (nntp-open-connection): Use HELP as the capability command
2012         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2013         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2014
2015 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2016
2017         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2018         place holder since this gives `Invalid face reference: nil' messages.
2019         Use the `default' face instead.  It has the same effect here, even
2020         though it is not no-op.
2021
2022         * gnus-util.el
2023         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2024
2025 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2028         non-string posting styles (bug#13285).
2029
2030 2012-12-27  Glenn Morris  <rgm@gnu.org>
2031
2032         * plstore.el (plstore-passphrase-callback-function):
2033         Use plstore-get-file.
2034
2035 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2036
2037         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2038         stderr.
2039
2040 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2043
2044         * gnus-compat.el (set-buffer-multibyte): Remove.
2045
2046 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2047
2048         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2049         temporary file to get PGP key image.  Pass no-show-photos when
2050         extracting image to avoid having it pop up twice.
2051
2052 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2055         eligible for treatment.
2056
2057         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2058         lines.  This makes summary commands with hidden threads work more
2059         reliably.
2060
2061         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2062         button to mark the hidden citations (bug#9395).
2063
2064 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2065
2066         * mml2015.el (mml2015-epg-signature-to-string): New function.
2067         (mml2015-epg-verify-result-to-string): New function.
2068         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2069         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2070         instead of epg-verify-result-to-string.
2071         (epg-signature-key-id, epg-signature-to-string): Autoload.
2072         (epg-verify-result-to-string): Remove autoload.
2073
2074 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2075
2076         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2077         ID image from GPG public key.
2078         (mml2015-epg-key-image-to-string): New function.
2079
2080 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2081
2082         * plstore.el (plstore-passphrase-callback-function): Fix error when
2083         error when plstore-cache-passphrase-for-symmetric-encryption is set
2084         (bug#13264).
2085
2086 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2089         buffer to the article buffer here, because that clobbers multiple
2090         article buffers.
2091
2092         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2093         buffer always points to the right summary buffer.
2094
2095 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2096
2097         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2098         the password (bug#12097).
2099
2100 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2101
2102         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2103         (bug#13263).
2104
2105         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2106         buffer exists before using it (bug#12475).
2107
2108         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2109         offline groups (bug#11937).
2110
2111         * message.el (message-yank-original): When using customize to set the
2112         value of `message-cite-style', the variable it set to a symbol that's
2113         the name of the variable, which must then be dereferenced (bug#12616).
2114
2115 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2116
2117         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2118         the `face' property with a list whose car is the face specified in the
2119         format string and whose cdr is (nil).
2120         * lisp/gnus-util.el
2121         (gnus-put-text-property-excluding-characters-with-faces):
2122         Change accordingly.
2123         (gnus-get-text-property-excluding-characters-with-faces): New function.
2124         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2125         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2126         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2127
2128 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2131         login methods.
2132         (nnimap-login): Respect the `nnimap-authenticator' variable.
2133
2134         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2135         mark state when moving articles.  Otherwise unticked articles will get
2136         their ticks back after moving.
2137
2138 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2141
2142         * message.el (message-ignored-news-headers): Always remove
2143         X-Message-SMTP-Method to avoid information leakage if the user
2144         mistakenly inserts the header into news messages.
2145
2146         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2147
2148         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2149         right than four characters, this command would move point to
2150         `point-max'.  Don't do that.
2151
2152         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2153         to nil to allow re-selecting groups that gain articles.
2154         (gnus-bug-group-download-format-alist): Update the URL.
2155
2156 2012-12-23  Andreas Schwab  <schwab@suse.de>
2157
2158         * shr.el (shr-tag-em): Render em as italic, not bold.
2159
2160 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2163         for reuse.
2164         (gnus-open-server): Use it to add more tracing.
2165         (gnus-finish-retrieve-group-infos): Add backend tracing.
2166         (gnus-backend-trace): Also note the elapsed seconds.
2167
2168 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2169
2170         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2171         Set epa-file-encrypt-to from variable to avoid querying.
2172
2173 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2174
2175         * sieve-mode.el (sieve-font-lock-keywords):
2176         Keywords should be word delimited.  (Bug#13173)
2177
2178 2012-12-13  Andreas Schwab  <schwab@suse.de>
2179
2180         * tls.el (tls-program): Update customize type.
2181
2182 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2185         instead of <pre> to align message header.
2186
2187 2012-12-12  Sam Steingold  <sds@gnu.org>
2188
2189         * gnus.el (gnus-other-frame-resume-function): Add user option.
2190         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2191
2192 2012-12-06  Sam Steingold  <sds@gnu.org>
2193
2194         * gnus-start.el (gnus-before-resume-hook): Add.
2195         (gnus-1): Run it when Gnus is alive.
2196
2197 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2200         * gnus-art.el (article-unsplit-urls)
2201         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2202         * gnus-registry.el (gnus-registry-get-article-marks)
2203         * message.el (message-goto-body): Use it.
2204         (message-called-interactively-p): Remove.
2205
2206         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2207         (spam-stat-score-buffer): Use it.
2208
2209         * spam.el: Silence the warnings against BBDB functions when compiling.
2210
2211         * gnus-score.el (gnus-score-decode-text-parts):
2212         Use append+mapcar instead of the cl function mapcan.
2213
2214 2012-12-05  Sam Steingold  <sds@gnu.org>
2215
2216         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2217         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2218         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2219
2220 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gmm-utils.el (gmm-called-interactively-p): Revert.
2223         This seems to cause Emacs to get stuck!
2224         * gnus-art.el (article-unsplit-urls)
2225         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2226         * gnus-registry.el (gnus-registry-get-article-marks)
2227         * message.el (message-goto-body)
2228         (message-called-interactively-p): Revert.
2229
2230         * gmm-utils.el (gmm-called-interactively-p): New function.
2231         * gnus-art.el (article-unsplit-urls)
2232         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2233         * gnus-registry.el (gnus-registry-get-article-marks)
2234         * message.el (message-goto-body): Use it.
2235         (message-called-interactively-p): Remove.
2236
2237         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2238         * gnus-sync.el (gnus-sync-lesync-call)
2239         * message.el (message-read-from-minibuffer): Use it.
2240
2241 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gmm-utils.el (gmm-flet): Remove.
2244         * gnus-sync.el (gnus-sync-lesync-call)
2245         * message.el (message-read-from-minibuffer): Don't use it.
2246
2247 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2250
2251 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2254
2255         * gnus-sync.el (gnus-sync-lesync-call)
2256         * message.el (message-read-from-minibuffer): Use gmm-flet.
2257
2258         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2259
2260         * gnus-util.el (gnus-macroexpand-all): Remove.
2261
2262 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2263
2264         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2265         to TAB, not [tab].
2266         (gnus-summary-article-map): Likewise.
2267
2268         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2269         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2270
2271 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2272
2273         * time-date.el: Commentary fix.
2274
2275 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2276
2277         * color.el: Don't require cl.
2278         (color-complement): `caddr' -> `nth 2'.
2279
2280         * time-date.el (time-to-seconds): De-obsolete.
2281
2282 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * message.el (message-get-reply-headers):
2285         Make sure the reply goes to the author if it is a wide reply.
2286
2287 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2288
2289         * gnus-score.el (gnus-score-body):
2290         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2291         scoring by body.
2292
2293 2012-11-16  Glenn Morris  <rgm@gnu.org>
2294
2295         * gnus-diary.el (nndiary-request-create-group-functions)
2296         (nndiary-request-update-info-functions)
2297         (gnus-subscribe-newsgroup-functions)
2298         (nndiary-request-accept-article-functions):
2299         Use new names for hooks rather than obsolete aliases.
2300
2301 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2304
2305 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2308         in meta tag with the one the part specifies in its header.
2309
2310 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2311
2312         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2313         by default.
2314
2315 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2318         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2319
2320 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2323         and a runtime function for it, of which the XEmacs version takes only
2324         two arguments.
2325
2326 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2327
2328         * nndiary.el (nndiary-request-create-group-functions)
2329         (nndiary-request-update-info-functions)
2330         (nndiary-request-accept-article-functions):
2331         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2332         "-hooks" suffix.
2333
2334 2012-10-19  Julien Danjou  <julien@danjou.info>
2335
2336         * gnus-art.el: Require gnus-util because it uses
2337         `gnus-timer--function'.
2338
2339 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2340
2341         * starttls.el (starttls-extra-arguments): Doc fix.
2342
2343 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2346         it.
2347
2348 2012-10-06  Glenn Morris  <rgm@gnu.org>
2349
2350         * gnus-notifications.el (gnus-notifications):
2351         Add missing group :version tag.
2352         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2353         (gnus-gcc-post-body-encode-hook):
2354         * gnus-sync.el (gnus-sync-lesync-name)
2355         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2356
2357 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2358
2359         * color.el (color-hsl-to-rgb): Fix incorrect results for
2360         small and large hue values.  (Bug#12559)
2361
2362 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         New UIDL implementation.
2365
2366         * mail-source.el (mail-sources, mail-source-keyword-map):
2367         Add :leave as a pop3 keyword.
2368         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2369
2370         * pop3.el (pop3-leave-mail-on-server): Allow number.
2371         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2372         (pop3-movemail): Add UIDL support.
2373         (pop3-send-streaming-command): Take a list of mail numbers instead of
2374         the number of mails.
2375         (pop3-write-to-file): Add X-UIDL header.
2376         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2377         (pop3-uidl-add-xheader): New functions.
2378
2379         * message.el (message-ignored-resent-headers):
2380         Add X-Content-Length and X-UIDL headers.
2381
2382 2012-10-05  Glenn Morris  <rgm@gnu.org>
2383
2384         * color.el (color-name-to-rgb, color-rgb-to-hex)
2385         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2386         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2387         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2388         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2389
2390 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2393         a user about whether to delete temp files if once a user answered as n.
2394
2395 2012-09-25  Chong Yidong  <cyd@gnu.org>
2396
2397         * password-cache.el (password-read-and-add): Use a declare form to mark
2398         this function obsolete.
2399
2400 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * lpath.el: Bind mail-encode-mml for old Emacsen.
2403
2404 2012-09-17  Richard Stallman  <rms@gnu.org>
2405
2406         * message.el (message-in-body-p): Don't set mark or modify buffer.
2407
2408         * mml.el (mml-attach-file): Doc fix.
2409         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2410         Set mail-encode-mml when in Mail mode.
2411         Simplify code to set HEAD and move back to HEAD.
2412         (mml-insert-multipart, mml-insert-part):
2413         Set mail-encode-mml when in Mail mode.
2414
2415 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-util.el (gnus-timer--function): New function.
2418
2419         * gnus-art.el (gnus-article-stop-animations): Use it.
2420
2421 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2422
2423         Fix glitches caused by addition of psec to timers.
2424         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2425         rather than raw access to timer vector.
2426
2427 2012-09-11  Julien Danjou  <julien@danjou.info>
2428
2429         * gnus-notifications.el (gnus-notifications): Check for nil values in
2430         ignored addresses check.
2431
2432 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2433
2434         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2435
2436 2012-09-07  Chong Yidong  <cyd@gnu.org>
2437
2438         * gnus-util.el
2439         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2440
2441         * gnus-salt.el (gnus-tree-highlight-node):
2442         * gnus-sum.el (gnus-summary-highlight-line):
2443         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2444
2445 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2448
2449 2012-09-06  Juri Linkov  <juri@jurta.org>
2450
2451         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2452         scheme for buffer names to be more consistent with other group and
2453         article buffer names in Gnus.
2454
2455 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-util.el
2458         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2459
2460         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2461         Jenkner.
2462
2463         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2464
2465         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2466
2467         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2468
2469 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2472         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2473
2474         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2475         string-prefix-p in Emacs >=23.2.
2476
2477         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2478         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2479         instead of string-match-p.
2480         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2481
2482 2012-09-06  Kenichi Handa  <handa@gnu.org>
2483
2484         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2485         lowercase a..f.
2486
2487 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2488
2489         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2490
2491 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2492
2493         * nnimap.el (nnimap-request-move-article): Decode the group name when
2494         doing internal moves to avoid charset issues.
2495
2496         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2497         TIME is set.
2498
2499 2012-09-05  Juri Linkov  <juri@jurta.org>
2500
2501         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2502         than one group at a time (bug#11961).
2503
2504 2012-09-05  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2507         this hide the real reason with a message giving absolutely no hint.
2508
2509 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2512         to the backend (bug#11804).
2513
2514         * message.el (message-insert-newsgroups): Don't insert newsgroup
2515         duplicates (bug#12275).
2516
2517 2012-09-05  John Wiegley  <johnw@newartisans.com>
2518
2519         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2520         sieve rules.
2521
2522 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2523
2524         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2525         function.
2526
2527         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2528
2529         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2530
2531 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2532
2533         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2534         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2535         This should make nnmaildir more usable with offlineimap.
2536
2537 2012-09-05  Julien Danjou  <julien@danjou.info>
2538
2539         * nnimap.el (nnimap-request-list): Revert change that made listing
2540         synchronous.
2541         (nnimap-get-responses): Restore.
2542
2543 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * dgnushack.el: XEmacs 21.5 compilation fix.
2546
2547         * gnus-notifications.el (gnus-notifications-notify): Use it.
2548
2549         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2550         warnings on XEmacs.
2551
2552 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2553
2554         Better seeds for (random).
2555         * gnus-sync.el (gnus-sync-lesync-setup):
2556         * message.el (message-canlock-generate, message-unique-id):
2557         Change (random t) to (random), now that the latter is more random.
2558
2559 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2560
2561         * nnimap.el (nnimap-change-group): Document result value
2562
2563         * auth-source.el (auth-sources): Fix macos keychain access.
2564
2565         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2566         allow the backend `request-head' function to determine the group
2567         name on its own.
2568         (gnus-request-expire-articles): Filter out negative article numbers
2569         during expiry (Bug#11980).
2570
2571         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2572         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2573
2574         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2575         you've found the article when you haven't.
2576
2577         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2578         that nnimap-change-group can return t.
2579
2580 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2581
2582         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2583
2584 2012-08-30  Julien Danjou  <julien@danjou.info>
2585
2586         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2587         `gnus-notifications-timeout'.
2588         (gnus-notifications-timeout): Add.
2589         (gnus-notifications-action): New function.
2590         (gnus-notifications-notify): Add :action using
2591         `gnus-notifications-action'.
2592         (gnus-notifications-id-to-msg): New variable.
2593         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2594         notifications id to messages.
2595
2596 2012-08-30  Kenichi Handa  <handa@gnu.org>
2597
2598         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2599         once.
2600
2601 2012-08-29  Julien Danjou  <julien@danjou.info>
2602
2603         * gnus-notifications.el: New file.
2604         (gnus-notifications-notify): New function.
2605         (gnus-notifications): Use `gnus-notifications-notify'.
2606
2607 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2610         transfer encoding first; bind gnus-newsgroup-charset to the charset
2611         that the article specifies (Bug#12209).
2612
2613 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2616         (gnus-group-customize-done): Encode values posting-style holds.
2617
2618         * gnus-msg.el (gnus-summary-resend-message)
2619         (gnus-configure-posting-styles): Decode values posting-style group
2620         parameter holds.
2621
2622 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2625         `name' and `address' in Resent-From header.
2626
2627 2012-08-14  Chong Yidong  <cyd@gnu.org>
2628
2629         * gnus-art.el (article-display-face): Handle failure in
2630         gnus-create-image (Bug#11802).
2631
2632 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2633
2634         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2635         Use defsetf.
2636
2637 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2638
2639         * auth-source.el (auth-source-plstore-search)
2640         (auth-source-secrets-search): Ignore :require and :type in search spec.
2641
2642 2012-08-06  Julien Danjou  <julien@danjou.info>
2643
2644         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2645         `nnimap-request-move-article'.
2646
2647         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2648         Remove autoload, already handled by gnus.el.
2649
2650         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2651
2652         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2653         supported by nnimap actually.  Reverts previous change.
2654
2655         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2656         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2657         to-buffer argument that is already supported.
2658
2659 2012-08-05  Julien Danjou  <julien@danjou.info>
2660
2661         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2662         Add autoload.
2663
2664 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus.el (gnus-valid-select-methods): Fix custom type.
2667
2668 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         * auth-source.el (auth-sources, auth-source-backend-parse)
2671         (auth-source-macos-keychain-search)
2672         (auth-source-macos-keychain-search-items)
2673         (auth-source-macos-keychain-result-append)
2674         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2675         auth-source.el through the /usr/bin/security utility.
2676         (auth-sources): Fix syntax error.
2677         (auth-source-macos-keychain-result-append): Fix variable name.
2678         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2679
2680 2012-07-27  Julien Danjou  <julien@danjou.info>
2681
2682         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2683         Emacs < 24.1
2684
2685 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * message.el (message-kill-address): Don't kill last newline.
2688         (message-skip-to-next-address): Don't move to the next header.
2689         (message-fill-field-address): Work properly.
2690
2691 2012-07-25  Julien Danjou  <julien@danjou.info>
2692
2693         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2694
2695 2012-07-24  Julien Danjou  <julien@danjou.info>
2696
2697         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2698
2699         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2700         (nntp-async-timer-handler): Remove, unused.
2701
2702         * nnimap.el (nnimap-get-responses): Remove, unused.
2703
2704         * nnheader.el (mail-header-set-extra): Remove, unused.
2705
2706         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2707         unused.
2708
2709         * mm-view.el (mm-view-sound-file): Remove, unused.
2710
2711         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2712         (mm-url-encode-multipart-form-data): Remove, unused.
2713
2714         * message.el (message-remove-signature, message-make-host-name)
2715         (message-fill-address): Remove, unused.
2716
2717         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2718         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2719         unused.
2720
2721         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2722         (gnus-xmas-call-region): Remove, unused.
2723
2724         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2725
2726         * gnus-util.el (gnus-extract-address-component-name)
2727         (gnus-extract-address-component-email, gnus-sortable-date)
2728         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2729         (gnus-process-live-p): Remove, unused.
2730
2731         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2732
2733         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2734         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2735         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2736         function.
2737
2738         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2739
2740         * gnus-score.el (gnus-summary-score-crossposting)
2741         (gnus-score-regexp-bad-p): Remove, unused.
2742
2743         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2744
2745         * gnus-range.el (gnus-sublist-p): Remove, unused.
2746
2747         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2748         unused.
2749
2750         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2751
2752         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2753         (gnus-request-associate-buffer): Remove, unused.
2754
2755         * gnus-group.el (gnus-group-set-method-info)
2756         (gnus-group-set-params-info): Remove, unused.
2757
2758         * gnus-fun.el (gnus-shell-command-to-string)
2759         (gnus-shell-command-on-region): Remove, unused.
2760
2761         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2762
2763         * gnus-art.el (gnus-article-text-type-exists-p)
2764         (article-translate-characters, gnus-article-hide-text-of-type)
2765         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2766         Remove, unused.
2767
2768 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2769
2770         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2771
2772 2012-07-21  Julien Danjou  <julien@danjou.info>
2773
2774         * message.el (message-dont-reply-to-names): Replace deprecated
2775         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2776         (message-get-reply-headers): Ditto.
2777
2778 2012-07-18  Julien Danjou  <julien@danjou.info>
2779
2780         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2781         `sieve-upload-and-kill'.
2782
2783         * sieve.el (sieve-bury-buffer): Remove function.
2784         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2785         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2786
2787 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2788
2789         * shr.el (shr-expand-url): Handle URL starting with `//'.
2790
2791 2012-07-13  Chong Yidong  <cyd@gnu.org>
2792
2793         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2794         instead of calling toggle-read-only with a (bogus) argument.
2795
2796 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2797
2798         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2799         of initial input when reading the author to restrict the summary to.
2800
2801 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * mm-decode.el (mm-shr):
2804         Allow overriding charset by mm-charset-override-alist.
2805
2806 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-article-view-part):
2809         Toggle subparts of multipart/alternative part.
2810
2811 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2812
2813         * shr.el (shr-render-buffer): New command.
2814         (shr-visit-file): Use it.
2815
2816 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2819         Set no-byte-compile and no-update-autoloads.
2820
2821 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2824
2825 2012-06-25  Julien Danjou  <julien@danjou.info>
2826
2827         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2828         `nnimap-request-move-articles-find-limit' since we do not use it only
2829         for move operations.
2830         (nnimap-request-accept-article): Use
2831         `nnimap-request-articles-find-limit' to limit search by message-id.
2832
2833 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2834
2835         Support higher-resolution time stamps (Bug#9000).
2836
2837         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2838         VARLIST.  It's optional, for backward compatibility.
2839         (encode-time-value): New optional arg PICO.  New type 3.
2840         (time-to-seconds) [!float-time]: Support the new picoseconds
2841         component if it's used.
2842         (seconds-to-time, time-subtract, time-add):
2843         Support ps-resolution time stamps as well.
2844
2845 2012-06-19  Julien Danjou  <julien@danjou.info>
2846
2847         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2848
2849         * nnimap.el (nnimap-log-buffer): Check that
2850         `window-point-insertion-type' is boundp, since it's not available in
2851         XEmacs.
2852
2853 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2854
2855         * nnimap.el (nnimap-log-buffer): Add this, setting
2856         `window-point-insertion-type' in the buffer to t.
2857         (nnimap-log-command): Use nnimap-log-buffer.
2858
2859 2012-06-19  Julien Danjou  <julien@danjou.info>
2860
2861         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2862         argument to be able to limit the search.
2863         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2864         (nnimap-request-move-articles-find-limit): Add this to limit the search
2865         by Message-Id after a message move.
2866         (nnimap): Add defgroup.
2867
2868 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2869
2870         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2871
2872 2012-06-15  Julien Danjou  <julien@danjou.info>
2873
2874         * nnimap.el (nnimap-find-article-by-message-id): Use
2875         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2876         (nnimap-possibly-change-group): Add read-only argument.
2877         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2878         issuing EXAMINE manually.
2879         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2880         with read-only argument.
2881         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2882         cannot possibly change because we need to be sure that it's either
2883         read-write or read-only.
2884
2885 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2888         being bound to a lambda form.
2889
2890 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2891
2892         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2893         articles when fetch-old is non-nil (bug#11370).
2894
2895 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2896
2897         * gnus-picon.el (gnus-picon-properties): New defcustom.
2898         (gnus-picon-create-glyph): Use it.
2899
2900 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-group.el (gnus-group-get-new-news): Respect
2903         `gnus-group-use-permanent-levels', as documented (bug#11638).
2904
2905 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2906
2907         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2908         groups (bug#11641).
2909
2910 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2911
2912         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2913         is an integer to avoid later problems.
2914
2915 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2918         locales.
2919
2920         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2921         on a handle.
2922
2923         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2924         address as the default.
2925         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2926
2927         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2928         makes no sense to query the user about internal files.
2929
2930         * gnus-spec.el: Remove all the byte-compilation stuff, since
2931         benchmarking shows that it doesn't help when entering large summary
2932         buffers.
2933
2934         * gnus-xmas.el (gnus-xmas-define): Remove.
2935
2936         * gnus-util.el (gnus-byte-code): Remove.
2937
2938         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2939         grouplens stuff.
2940
2941 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2944         (bug#11514).
2945
2946 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2947
2948         * message.el (message-buffers): Return all buffers derived from Message
2949         to make `gnus-dired-attach' work with mu4e.
2950
2951 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * nntp.el: Stop the `letf' madness.
2954         (nntp--report-1): New var.
2955         (nntp-report): Merge nntp-report-1 into it.
2956         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2957         the nntp-report function.
2958
2959         * auth-source.el: Fix comment-style to follow the convention.
2960
2961 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2962
2963         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2964         (mm-dissect-singlepart): Don't guess the MIME type of
2965         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2966         set.
2967         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2968         toplevel MIME type is multipart/encrypted.
2969
2970 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2973         a string so that Gcc works (bug#11514).
2974
2975 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2976
2977         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2978         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2979
2980 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2981
2982         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2983         jumping to *Server* from a dedicated *Group* window.
2984         (gnus-configure-frame): CSE.
2985
2986         * gnus-registry.el: Minor style cleanup.
2987         (gnus-registry--set/remove-mark): New function, extracted from
2988         gnus-registry-install-shortcuts.
2989         (gnus-registry-install-shortcuts): Use it.
2990
2991 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * nnspool.el (news-path): Use eval-and-compile.
2994
2995 2012-05-24  Glenn Morris  <rgm@gnu.org>
2996
2997         * nnspool.el (news-directory, news-path, news-inews-program):
2998         Move here from paths.el.  Don't see a need for these to be autoloaded.
2999
3000         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3001         Merge in doc from paths.el version.  Don't see any need for this to be
3002         autoloaded, or for the warning about users not setting it.
3003
3004 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3005
3006         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3007         format.  In particular, add an optional argument and a docstring.
3008
3009         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3010
3011         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3012         current before calling `gnus-groups-to-gnus-format'.
3013         Note that this was already the case for `gnus-active-to-gnus-format'.
3014
3015 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3016
3017         Fix minor Y10k bug.
3018         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3019
3020 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3021
3022         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3023         message once it's actually open.
3024
3025 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3026
3027         * gnus.el: Ma Gnus v0.5 is released.
3028
3029 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3030
3031         * auth-source.el (auth-source--aput-1, auth-source--aput)
3032         (auth-source--aget): New functions and macros.
3033         Use them instead of aput/aget.
3034
3035 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3036
3037         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3038
3039 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3040
3041         * plstore.el (plstore-called-interactively-p): New compat macro copied
3042         from message.el.
3043         (plstore-mode): Use it.
3044
3045 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3046
3047         * plstore.el: Revive the editing feature.
3048         (plstore-mode): New mode to edit plstore file.
3049         (plstore-mode-toggle-display, plstore-mode-original)
3050         (plstore-mode-decoded): New command.
3051         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3052         (plstore--insert-buffer, plstore--make): New function.
3053         (plstore-open, plstore-save): Simplify by using them.
3054
3055 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3058
3059 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3060
3061         * tls.el (open-tls-stream): Remove unused binding.
3062
3063 2012-04-16  Glenn Morris  <rgm@gnu.org>
3064
3065         * nndraft.el (nndraft-request-list): Fix declaration.
3066
3067 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * mm-decode.el (mm-dissect-buffer): Doc fix.
3070
3071         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3072         don't have a current group.
3073
3074         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3075         buffer if it doesn't exist.
3076
3077         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3078         given, mark the group as ephemeral with the current window conf.
3079
3080         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3081         buffer exists, which it doesn't if we haven't started Gnus.
3082         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3083
3084 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3087         type is.
3088
3089         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3090         `unexists' entries.
3091         (gnus-clean-old-newsrc): Fix last checkin.
3092
3093         * nnimap.el (nnimap-update-info): None of the articles below the active
3094         low-water mark exist.
3095
3096         * dgnushack.el: Get rid of XEmacs compilation warning.
3097
3098         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3099         would have gotten if we posted to the group, and use that to compare
3100         against the message we want to cancel (bug#10808).
3101
3102         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3103         on XEmacs.
3104
3105 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3106
3107         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3108         `scroll-margin'.
3109
3110 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3111
3112         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3113         citation prefix within a block of cited text should be considered part
3114         of that block *only* if it is a blank line.
3115
3116 2012-04-09  Chong Yidong  <cyd@gnu.org>
3117
3118         * binhex.el, hashcash.el, uudecode.el:
3119         Remove * characters from the front of variable docstrings.
3120
3121 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3124         before kinsoku-bol characters nor within kinsoku-eol characters.
3125
3126 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3129         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3130         (gnus-sync-read): Use mapc instead of mapcar.
3131
3132         * mm-archive.el: Require mm-decode for some macros.
3133         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3134         the byte compiler.
3135         (mm-archive-decoders): New function that returns the value of
3136         the mm-archive-decoders variable.
3137
3138         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3139         instead.
3140         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3141
3142         * nnimap.el (gnus-refer-thread-use-nnir):
3143         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3144
3145 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3148
3149 2012-03-12  Peter Münster  <pmrb@free.fr>
3150
3151         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3152         (gnus-demon-cancel): Ditto.
3153         (gnus-demon-run-callback): When function cannot be called due to low
3154         idleness, call it when idleness reaches the expected value, instead of
3155         waiting another timer period.
3156         (gnus-demon-init): Add `time' to arguments of call-back.
3157
3158 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3161
3162         * gnus.el: Register gnus-registry functions.
3163
3164         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3165         indent.
3166
3167         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3168         enabled before warping.
3169
3170 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3171
3172         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3173         registry about each article retrieved.
3174
3175         * gnus-int.el (gnus-select-group-with-message-id): New function.
3176         (gnus-try-warping-via-registry): Ditto.
3177         (gnus-warp-to-article): Fall back on the registry.
3178
3179 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3180
3181         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3182         inboxes.
3183
3184 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3187
3188 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3191         gnus-gcc-self-resent-messages may be a group parameter.
3192         (gnus-summary-resend-message): Don't encode encoded words in header
3193         when Gcc'ing resent message.
3194
3195 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * shr.el (shr-insert): Treat non-breaking space just like normal
3198         space.  This seems to produce more pleasing results.
3199         (shr-insert): Only insert a blank line if we're starting from an image.
3200         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3201         (shr-ensure-paragraph): Consider lines with white space to be blank.
3202
3203 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3204
3205         * Makefile.in: Respect DESTDIR.
3206
3207 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3208
3209         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3210         and gnus-gcc-post-body-encode-hook.
3211
3212 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3215         messages that don't exist.
3216
3217         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3218
3219 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3222         Remove.
3223
3224         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3225
3226         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3227
3228 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3231         have a group name.
3232
3233         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3234         a multibyte buffer (bug#7410).
3235         (article-wash-html): Parse the original article buffer to get the
3236         unencoded data (bug#7410).
3237
3238         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3239         .newsrc.el files.
3240
3241 2012-04-05  Bastien Guerry  <bzg@altern.org>
3242
3243         * color.el (color-lighten-name): Fix typo.
3244
3245 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3248         "#" to avoid having them interpreted as comments.
3249
3250 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * shr.el (shr-insert): Update the text state properly to avoid
3253         inserting spurious paragraph starts.
3254
3255 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * shr.el (shr-table-widths): Divide the extra width more fairly over
3258         the TDs (bug#10973).
3259         (shr-render-td): Don't delete too much padding.
3260         (shr-natural-width): Compute the natural width more correctly.
3261         (shr-insert): Allow the natural width to be computed for tables again.
3262         (shr-tag-table-1): Rework how the natural widths are computed by
3263         rendering the table a third time.
3264         (shr-natural-width): Removed.
3265         (shr-buffer-width): New function.
3266         (shr-expand-newlines): Use it.
3267
3268         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3269         using a `gnus-use-full-window' setup (bug#11013).
3270
3271 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3274         24.1 release.
3275
3276 2012-03-10  David Edmondson  <dme@dme.org>
3277
3278         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3279         'Forwarded Message' header and the start of the message.
3280
3281 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3282
3283         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3284         isn't running (bug#10897).
3285
3286 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3289         This is inconsistent with all the other stream functions, which leave
3290         the setting up to the higher levels (if so wanted) (bug#10931).
3291
3292 2012-02-28  Glenn Morris  <rgm@gnu.org>
3293
3294         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3295         mm-decode.el: Standardize possessive apostrophe usage.
3296
3297 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3300
3301 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3302
3303         * parse-time.el (parse-time-string): Allow extractor to return nil.
3304
3305 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3308
3309 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3312
3313 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3314
3315         * mm-decode.el (mm-shr): Remove "soft hyphens".
3316
3317         * nnimap.el (nnimap-request-list): Return the group names encoded as
3318         utf8.  Otherwise non-European group names don't work.
3319         (nnimap-request-newgroups): Ditto.
3320
3321         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3322         the default in `read-string' (bug#10757).
3323
3324         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3325         topics (bug#10843).
3326
3327         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3328         buffer.  Suggested by Herbert Valerio Riedel.
3329         (nnimap-request-move-article): Delete the message from the correct IMAP
3330         server.
3331
3332 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3333
3334         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3335         Reported by Peter Münster.
3336
3337 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3338
3339         * shr.el (shr-image-fetched): Make sure we really kill the right
3340         buffer.
3341
3342 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3343
3344         * gnus-start.el (gnus-1): Avoid duplicate entries.
3345
3346 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3347
3348         * imap.el: Remove.
3349
3350         * nntp.el (nntp-coding-system-for-read): Remove.
3351         (nntp-coding-system-for-write): Ditto.
3352         (nntp-open-connection): Just use `binary' directly.
3353
3354         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3355         Gnus 0.3.
3356
3357 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3358
3359         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3360         application/octet-stream parts really is.
3361
3362         * gnus-sum.el (gnus-propagate-marks): Remove.
3363
3364 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3365
3366         * shr.el (shr-rescale-image): Undo previous change; see
3367         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3368
3369 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3370
3371         * gnus.el: Ma Gnus v0.3 is released.
3372
3373 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-sum.el (gnus-summary-local-variables): Make
3376         `gnus-newsgroup-unexist' into a local variable.
3377
3378 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * registry.el (registry-usage-test, registry-persistence-test): Move to
3381         tests/gnustest-registry.el.
3382         (registry-make-testable-db, registry-match-test)
3383         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3384
3385         * gnus-registry.el (gnus-registry-misc-test)
3386         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3387
3388         * tests/gnustest-registry.el: New file with the registry and
3389         gnus-registry ERT tests.
3390
3391 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-msg.el (gnus-summary-resend-message): Make
3394         gnus-summary-resend-message-insert-gcc be last item in
3395         message-header-setup-hook.
3396
3397 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3398
3399         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3400         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3401         Remove.
3402         (nnfolder-open-server): Don't use marks.
3403         (nnfolder-request-delete-group): Ditto.
3404         (nnfolder-request-rename-group): Ditto.
3405         (nnfolder-request-set-mark, nnfolder-request-marks)
3406         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3407         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3408
3409         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3410         (nnml-marks-modtime): Remove.
3411         (nnml-request-delete-group): Don't use marks.
3412         (nnml-request-rename-group): Ditto.
3413         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3414         (nnml-save-marks, nnml-open-marks): Remove.
3415
3416         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3417         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3418         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3419         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3420         (nntp-server-to-method-cache): Remove.
3421
3422         * shr.el (shr-rescale-image): Fix wrong merge.
3423
3424 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3425
3426         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3427         too-wide lines.
3428
3429 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3430
3431         * nnimap.el (nnimap-record-commands): New variable.
3432         (nnimap-log-command): Use it.
3433         (nnimap-make-process-buffer): Add a space to the process buffer.
3434         (nnimap-transform-headers): Don't bug out on header lines containing
3435         stuff that look like IMAP length encodings.
3436
3437         * shr.el (shr-rescale-image): Allow viewing large images.
3438
3439 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3440
3441         * nnml.el (nnml-request-compact-group): Delete the marks file after
3442         compaction (bug#10800).
3443
3444         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3445         group exit.
3446
3447         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3448         QRESYNC/FETCH output.
3449
3450 2012-02-11  Glenn Morris  <rgm@gnu.org>
3451
3452         * sieve-manage.el (sieve-manage-default-stream):
3453         * shr.el (shr):
3454         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3455         (nnir-retrieve-headers-override-function)
3456         (nnir-imap-default-search-key, nnir-notmuch-program)
3457         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3458         (nnir-method-default-engines):
3459         * message.el (message-cite-reply-position):
3460         * gssapi.el (gssapi-program):
3461         * gravatar.el (gravatar):
3462         * gnus-sum.el (gnus-refer-thread-use-nnir):
3463         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3464         (gnus-registry-max-pruned-entries):
3465         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3466         * gnus-int.el (gnus-after-set-mark-hook)
3467         (gnus-before-update-mark-hook):
3468         * gnus-async.el (gnus-async-post-fetch-function):
3469         * auth-source.el (auth-source-cache-expiry):
3470         Add missing :version tags to new defcustoms and defgroups.
3471
3472 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3475         `gnus-newsgroup-unexist'.
3476
3477         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3478         marks.
3479         (gnus-article-special-mark-lists): Put the `unexist' in the special
3480         marks list instead.
3481
3482         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3483         articles in the list of articles to be selected.
3484
3485         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3486         articles.
3487         (nnimap-update-info): Keep track of unexisting articles.
3488         (nnimap-update-qresync-info): Ditto.
3489
3490 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3491
3492         * message.el (message-default-send-mail-function): Made into own
3493         function for reuse by emacsbug.el.
3494
3495 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3496
3497         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3498         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3499
3500 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3501
3502         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3503         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3504
3505         * gnus-compat.el: Define `timer-set-function'.
3506
3507         * mm-decode.el (mm-display-external): Output the text from the command
3508         in the buffer after the command finished.  This makes text-based
3509         commands behave better.
3510
3511 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3512
3513         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3514
3515 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3518         23.1.
3519
3520 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3523
3524 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * message.el (smtpmail-smtp-user): Silence compiler warning.
3527
3528 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3529
3530         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3531         SMTP user name.
3532
3533 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-sum.el (gnus-summary-show-thread):
3536         next-single-char-property-change may return nil in XEmacs.
3537         (gnus-summary-article-map): Fix typo.
3538
3539 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3542         running.
3543
3544         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3545
3546         * gnus.el (gnus-server-extend-method): Don't add an -address component
3547         if the method already has one (bug#9676).
3548
3549 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3552         of an initial-input for consistency (bug#10757).
3553
3554         * dgnushack.el: Fix XEmacs compilation warning.
3555
3556         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3557
3558         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3559
3560 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3561
3562         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3563         lines that are narrower than the window width.  Otherwise background
3564         "blocks" will look less readable.
3565
3566 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3567
3568         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3569         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3570         have newlines within the strings, and where the UID comes after the
3571         BODYSTRUCTURE element (bug#10537).
3572
3573         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3574         (bug#10732).
3575
3576         * shr.el (shr-insert-document): Add doc string.
3577         (shr-visit-file): Ditto.
3578         (shr-remove-trailing-whitespace): New function.
3579         (shr-insert-document): Use it to clean up trailing whitespace as the
3580         final step (bug#10714).
3581
3582 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3585         buffer if `gnus-kill-summary-on-exit' is nil.
3586
3587 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3588
3589         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3590         when just reading a single group from "without" Gnus.
3591
3592 2012-02-06  Chong Yidong  <cyd@gnu.org>
3593
3594         * gnus-sum.el (gnus-summary-show-thread):
3595         next-single-char-property-change never returns nil (Bug#8657).
3596
3597 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3598
3599         * message.el (message-multi-smtp-send-mail): New function.
3600         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3601         header to implement multi-SMTP functionality.
3602
3603         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3604         (gnus-agentize): Don't set it.
3605         (gnus-agent-send-mail): Don't use it.
3606
3607         * gnus-sum.el (gnus-summary-widget-backward): New function and
3608         keystroke.
3609
3610         * gnus-compat.el: More the compat functions more compatible.
3611
3612         * shr.el (shr-put-image): Remove underlines from sliced images.
3613         (shr-zoom-image): Compute the region to be replaced more correctly.
3614
3615 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3618         (gnus-summary-resend-message-insert-gcc): New function.
3619         (gnus-summary-resend-message): Modify message-header-setup-hook and
3620         message-sent-hook to make it work for Gcc.
3621         (gnus-inews-do-gcc): Update the number of unread articles of groups
3622         that messages are Gcc'd to.
3623
3624         * message.el (message-resend): Run message-sent-hook to do Gcc.
3625
3626 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3627
3628         * lpath.el: Fix an XEmacs compilation warning.
3629
3630         * gnus-compat.el: Require `help-fns' to fix compilation error.
3631
3632         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3633         a higher level to silence compilation.
3634
3635         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3636         parameter to allow controlling the scaling.
3637
3638         * shr.el (shr-zoom-image): New command and keystroke.
3639         (shr-put-image): Take a `size' flag to say how to scale the image.
3640
3641         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3642         deletion unless already defined.
3643
3644         * gnus.el (gnus-compat): Require it.
3645
3646         * gnus-compat.el: New file.
3647
3648         * gnus-start.el (gnus-clean-old-newsrc): New function.
3649         (gnus-read-newsrc-file): Use it.
3650
3651         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3652         Use recursive deletion.
3653         (mm-dissect-archive): Add support for zip files.
3654
3655         * gnus-util.el (gnus-recursive-directory-files): New function.
3656
3657         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3658         (mm-archive-decoders): Add tgz support.
3659
3660         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3661         Otherwise inserting text into the Gnus buffer can look odd.
3662
3663         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3664
3665         * mm-archive.el (mm-archive-decoders): Add support for tar.
3666
3667         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3668
3669         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3670
3671 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3672
3673         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3674
3675         * mm-archive.el: New file.
3676
3677         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3678
3679         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3680
3681         * message.el (message-goto-*): Make all the `message-goto-*' commands
3682         push the mark before moving point.  This makes it easier to go back to
3683         where you came from after editing whatever you jumped to.
3684
3685 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3686
3687         * gnus.el: Ma Gnus v0.1 is released.
3688
3689 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3692         without reconnecting.
3693         (nnimap-possibly-change-group): Ditto.
3694         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3695         connection has died before being called.
3696
3697 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3700         an initial sync unless we're really doing one.
3701
3702         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3703         address parameter if one already exists (bug#9676).
3704
3705         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3706         not the prefix, as documented (bug#10689).
3707
3708 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3711         the "server".
3712
3713         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3714         the real error message with the useless "previously known to be down".
3715         Which isn't even correct.
3716
3717         * nntp.el (nntp-open-connection): Report the error message if the nntp
3718         server can't be reached.
3719
3720         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3721         groups we do a total scan for.
3722         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3723         doing that.
3724
3725 2012-01-31  Jim Meyering  <jim@meyering.net>
3726
3727         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3728         Correct a comment (insert "not") and hide nominally-doubled "to".
3729
3730 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus.el (gnus-version): Change name to "Ma Gnus".
3733
3734 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3735
3736         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3737         section in the manual.
3738
3739 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3740
3741         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3742         words.
3743         (rfc2047-encode-string): Ditto.
3744         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3745         understand folded filename="..." parameters, for instance.
3746
3747         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3748         the message for greater debuggability.
3749
3750 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3751
3752         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3753         instead of setting it locally, since the latter doesn't seem to have
3754         any effect (most of the time).
3755
3756 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3757
3758         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3759         function call.
3760
3761 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3762
3763         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3764         seconds, and make the repeat clause with HH:MM specs work as
3765         documented.
3766
3767 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3768
3769         * proto-stream.el (proto-stream-capability-open): Fall back on
3770         :end-of-command if :end-of-capability doesn't exist.
3771
3772 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3775         bound globally in old Emacsen and XEmacsen.
3776
3777 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3778
3779         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3780         so that previous errors don't prohibit getting new news.
3781
3782         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3783
3784         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3785
3786 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3787
3788         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3789         buffer, not of the string which is its name.
3790
3791 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3792
3793         * proto-stream.el (proto-stream-capability-open): Wait for
3794         :end-of-capability, not :end-of-command.
3795
3796         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3797         non-server-marks groups.
3798         (gnus-group-make-articles-read): Ditto.
3799
3800         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3801         methods (bug#9676).
3802
3803         * gnus.el (gnus-method-ephemeral-p): New function.
3804
3805 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3808         left-to-right.
3809
3810 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3813         warning.
3814
3815 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3818         macroexpand the nnir things, since they haven't been defined yet, and
3819         nnir requires gnus-sum.
3820
3821 2012-01-24  Julien Danjou  <julien@danjou.info>
3822
3823         * color.el (color-rgb-to-hsl): Fix value computing.
3824         (color-hue-to-rgb): New function.
3825         (color-hsl-to-rgb): New function.
3826         (color-clamp, color-saturate-hsl, color-saturate-name)
3827         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3828         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3829
3830 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3833
3834 2012-01-19  Julien Danjou  <julien@danjou.info>
3835
3836         * color.el (color-name-to-rgb): Use the white color to find the max
3837         color component value and return correctly computed values.
3838         (color-name-to-rgb): Add missing float conversion for max value.
3839
3840 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3843         logical server name in addition to the actual machine address.
3844
3845         * auth-source.el (auth-source-user-and-password): Add convenience
3846         wrapper to search by just host and optionally user.
3847
3848 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3851         after rendering.
3852
3853 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3856         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3857         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3858
3859 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3862         (bug#9693).
3863         (gnus-summary-setup-buffer): Document return value (bug#9697).
3864
3865         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3866         since ido doesn't work on symbols (bug#9632).
3867
3868         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3869         when getting a single value as when getting all the values.  This means
3870         that atoms like `gcc-self' work cumulatively, like variable settings,
3871         instead of getting the value from the last matching clause.
3872         (gnus-group-find-parameter): Protect against the group buffer not
3873         existing (bug#9585).
3874
3875 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * gnus-start.el (gnus-activate-group): Document more parameters
3878         (bug#9694).
3879
3880         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3881         (bug#9692).
3882
3883         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3884         article was fetched, so that it can be expired later (bug#9958).
3885         (gnus-agent-summary-fetch-series): Add doc string.
3886         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3887         (bug#9517).
3888
3889         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3890         retrieval is happening.
3891
3892         * gnus.el (gnus-parameters): Doc fix.
3893
3894 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3895
3896         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3897         show the thread after expansion.
3898
3899 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-art.el (article-narrow-to-head): If the head is completely
3902         empty, narrow to the empty region (bug#9764).
3903
3904         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3905         read, and then mark them as unread only when the unread mark is used.
3906         This makes `C-- T k' actually work, even though it's confusing.
3907
3908         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3909         alive before we try to find its window.
3910
3911 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3912
3913         * mm-decode.el (mm-display-external): Use a longer timeout for the
3914         deletion to allow slow programs to display the file.
3915
3916 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3919         prompt to be less confusing.
3920
3921         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3922         argument to `message-reply'.  This broke `special-display-*' frame
3923         pop-uping (bug#10238).
3924
3925 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3928         systems, since these allegedly don't work there.
3929
3930 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3931
3932         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3933         live buffer.
3934
3935 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * nnir.el (nnir-retrieve-headers): Protect against the article not
3938         existing on the server (bug#10335).
3939
3940 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3941
3942         * gnus-agent.el (gnus-agent-load-local): Recompute
3943         gnus-agent-article-local on changing method.
3944
3945 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus.el (gnus-parameters): Note precedence.
3948
3949 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3950
3951         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3952         in the group buffer.
3953
3954 2012-01-04  Julien Danjou  <julien@danjou.info>
3955
3956         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3957         change.
3958
3959 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3962         too.
3963
3964         * nntp.el (nntp-retrieve-group-data-early): Use it.
3965
3966 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * nntp.el (nntp-retrieval-in-progress): New variable.
3969         (nntp-make-process-buffer): Make it buffer-local.
3970
3971         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3972         2010.
3973         (gnus-demon-init): Use it to compute the time if time is on the form
3974         "04:23".
3975
3976         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3977
3978         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3979         status in the correct buffer.
3980
3981 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3982
3983         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3984         when opening topics (bug#10407).
3985
3986 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3987
3988         * gnus-cus.el (gnus-score-customize):
3989         * gnus-sum.el (gnus-sort-gathered-threads):
3990         * message.el (message-shorten-references):
3991         * nnmairix.el (nnmairix-request-group):
3992         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3993
3994 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3995
3996         * gnus-agent.el (gnus-agent-regenerate-group):
3997         * gnus-int.el (gnus-retrieve-group-data-early):
3998         * mm-util.el (mm-codepage-ibm-list):
3999         * nndiary.el (Commentary, nndiary-get-new-mail):
4000         * nnir.el (nnir):
4001         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4002
4003 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * mm-view.el (mm-display-inline-fontify): Add comment.
4006
4007 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4010         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4011
4012 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4013
4014         * gnus-art.el (gnus-split-methods):
4015         * gnus-msg.el (gnus-configure-posting-styles):
4016         * gnus-spec.el (gnus-parse-simple-format):
4017         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4018         * message.el (message-do-actions): Spelling fix.
4019
4020 2011-12-15  Juri Linkov  <juri@jurta.org>
4021
4022         * mm-decode.el (mm-inline-media-tests): Add missing
4023         `mm-handle-media-subtype'.
4024
4025 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         * gnus-group.el (gnus-group-tool-bar):
4028         * gnus-sum.el (gnus-summary-tool-bar):
4029         * message.el (message-tool-bar):
4030         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4031
4032 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4033
4034         * plstore.el (plstore--insert-buffer): Spelling fix.
4035
4036 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4037
4038         * message.el (message-valid-fqdn-regexp): Update with newly approved
4039         top-level domain names ".tel" and ".asia".
4040
4041 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4044         unconditionally.
4045
4046 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4049         pop-to-buffer-same-window for old Emacsen.
4050
4051 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4052
4053         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4054
4055 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         * netrc.el (netrc-credentials): Spelling fix.
4058
4059 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4060
4061         * gnus-fun.el (gnus-fun-ppm-change-string):
4062         * gnus-msg.el (gnus-inews-do-gcc):
4063         * gnus-sum.el (gnus-summary-find-for-reselect):
4064         * gnus.el (gnus-summary-cancelled):
4065         * message.el (message-cancel-hook, message-send-news):
4066         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4067         * nnir.el (nnir-run-hyrex):
4068         * nntp.el (nntp-with-open-group-function):
4069         * pgg.el (pgg-pending-timers): Spelling fix.
4070
4071 2011-12-04  Chong Yidong  <cyd@gnu.org>
4072
4073         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4074         change (Bug#10200).
4075
4076 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * compface.el (uncompface):
4079         * gnus-art.el (gnus-article-x-face-command): Update the header format
4080         of icon data for the most recent icontopbm program.
4081
4082 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gnus-msg.el (gnus-inews-do-gcc):
4085         * message.el (message-send-mail):
4086         * mml.el (mml-generate-mime): Share the value of the buffer-local
4087         `message-options' variable between a draft buffer and temprary working
4088         buffers.
4089
4090 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4093
4094 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4097         for Cygwin.
4098
4099 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4100
4101         * gnus-group.el (gnus-group-prepare-flat):
4102         * mm-bodies.el (mm-encode-body):
4103         * mml.el (mml-preview):
4104         * nnml.el (nnml-request-compact-group):
4105         * pop3.el (pop3-stream-type): Spelling fix.
4106
4107 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4108
4109         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4110
4111 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4112
4113         * color.el (color-rgb-to-hsl):
4114         * gmm-utils.el (gmm-tool-bar-style):
4115         * gnus-group.el (gnus-group-prepare-flat):
4116         * gnus-topic.el (gnus-topic-prepare-topic):
4117         * mm-decode.el (mm-discouraged-alternatives):
4118         * rfc2047.el (rfc2047-encode-1):
4119         * starttls.el: Spelling fix.
4120
4121 2011-11-24  Glenn Morris  <rgm@gnu.org>
4122
4123         * binhex.el (binhex-begin-line): Give it basic doc-string.
4124
4125         * starttls.el, tls.el: Fix case of "GnuTLS".
4126
4127 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4128
4129         * gnus-group.el (gnus-group-highlight): Fix typo.
4130
4131 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4132
4133         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4134         value of `delete-file', that returns nil for a local file but returns t
4135         for a remote file using ssh.
4136
4137 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4138
4139         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4140
4141 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4144         avoid later breakage.
4145
4146 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4149         article buffers' name.
4150
4151 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4154         by Paul Eggert's spellfixes two days ago.
4155
4156 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4159         doesn't have it.
4160
4161         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4162         buffer-local instead of binding them to avoid warnings.  Also demote
4163         errors (bug#10063).
4164         (font-lock-mode-hook): Shut up byte compiler.
4165
4166 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4167
4168         * mm-util.el (mm-charset-after):
4169         * nnir.el (nnir-run-hyrex):
4170         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4171         (ntlm-get-password-hashes, ntlm-md4hash):
4172         * smime.el: Fix typo.
4173
4174 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         * gnus-agent.el (gnus-agent-expire-group-1):
4177         * nndiary.el (nndiary-last-occurence):
4178         * nnimap.el (nnimap-request-set-mark):
4179         * nnmairix.el (nnmairix-only-use-registry):
4180         * gnus-group.el (gnus-group-prepare-flat):
4181         * gnus-sum.el (gnus-decode-encoded-word-methods):
4182         * message.el (message-wash-subject):
4183         * nntp.el (nntp-retrieve-headers-with-xover):
4184         * smime.el (smime-certificate-directory): Spelling fix.
4185
4186 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4187
4188         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4189
4190         * color.el:
4191         * gnus-agent.el (gnus-agent-possibly-alter-active):
4192         * gnus-dired.el (gnus-dired-print):
4193         * mail-parse.el:
4194         * nnmairix.el (nnmairix-request-group):
4195         * shr.el (shr-image-displayer):
4196         * sieve-manage.el:
4197         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4198
4199 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4200
4201         * gnus-sum.el (gnus-auto-select-subject):
4202         * spam-report.el (spam-report-resend): Spelling fix.
4203
4204 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4205
4206         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4207         * gnus-art.el (gnus-default-article-saver):
4208         * gnus-srvr.el (gnus-server-copy-server):
4209         * gnus.el (gnus-sloppily-equal-method-parameters):
4210         * html2text.el (html2text-format-tag-list):
4211         * message.el (message-narrow-to-head):
4212         * nndiary.el:
4213         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4214         * sieve.el: Spelling fix.
4215
4216 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4217
4218         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4219         * gnus-sum.el (gnus-summary-make-menu-bar):
4220         * gnus-uu.el (gnus-uu-decode-postscript)
4221         (gnus-uu-decode-postscript-and-save):
4222         * mailcap.el (mailcap-print-command):
4223         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4224         Fix typos.
4225
4226 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4227
4228         * gnus-art.el (gnus-article-part-wrapper):
4229         * html2text.el (html2text-fix-paragraphs):
4230         * mm-decode.el (mm-image-fit-p):
4231         * rfc2047.el (rfc2047-encode-message-header):
4232         * shr-color.el (shr-color-visible-distance-min)
4233         (shr-color-relative-to-absolute, set-minimum-interval)
4234         (shr-color-visible): Fix typos.
4235
4236 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4237
4238         * gmm-utils.el (gmm-tool-bar-item):
4239         * gnus-art.el (gnus-treat-body-boundary):
4240         * gnus-diary.el (gnus-user-format-function-d):
4241         * gnus-start.el (gnus-get-unread-articles):
4242         * pgg-gpg.el (pgg-gpg-update-agent):
4243         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4244
4245 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4246
4247         * gnus-topic.el (gnus-group-prepare-topics):
4248         * gnus-uu.el (gnus-extract-view):
4249         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4250
4251 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         * spam.el: Move BBDB autoloads.
4254         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4255         BBDB 2 and 3.
4256         (spam-check-BBDB): Use it.
4257         (spam-enter-ham-BBDB): Use it.
4258
4259 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4260
4261         * smime.el (smime-draw-buffer): Spelling fix.
4262
4263 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4264
4265         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4266         for scanning exactly one level.
4267         * gnus-start.el (gnus-get-unread-articles): Ditto.
4268
4269 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4272         slightly clearer.
4273
4274 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4275
4276         * gnus-sync.el: More commentary about setup.
4277
4278 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * message.el (message-send-and-exit): Document `arg'.
4281
4282 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4283
4284         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4285
4286 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4287
4288         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4289
4290         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4291         we don't use `bound-and-true-p'.
4292
4293 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * gnus-util.el (gnus-bound-and-true-p): Remove.
4296         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4297         * nnir.el: Use it.
4298         * nnmairix.el: Use it.
4299
4300 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * gnus-sync.el: Improve docs about CouchDB admins.
4303
4304         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4305         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4306         for reasons unknown.
4307         * nnir.el: Use it.
4308         * nnmairix.el: Use it.
4309
4310         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4311         * nnir.el: Ditto.
4312         * nnmairix.el: Ditto.
4313
4314         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4315
4316 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4319         not needed.  Provide xmlplistread list function to produce XML plist
4320         output for non-Gnus LeSync clients.
4321
4322 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4325
4326         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4327         and save against it.  Group subscriptions, read marks, other marks,
4328         subscription levels, topic names, and topic offsets (the group's
4329         position within the topic) are saved.  This is an experimental backend
4330         and may change significantly.  Load json.el from the gnus-fallback-lib
4331         if it's not available otherwise.
4332         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4333
4334 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4335
4336         * message.el (message-completion-function): Make sure
4337         message-tab-body-function is not attempted if one of
4338         message-completion-alist fails to find a completion (bug#9158).
4339
4340 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4341
4342         * mml.el (mml-quote-region): Quote <#secure> tag.
4343         (mml-generate-mime-1): Unquote <#secure> tag.
4344
4345 2011-10-20  Chong Yidong  <cyd@gnu.org>
4346
4347         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4348         calling a minor mode from Lisp with nil arg enables it, so we have to
4349         make the wording a bit ambiguous here).
4350
4351 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4354         * nnir.el (nnir-mode): Use it.
4355         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4356         Use it.
4357
4358         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4359         * nnmairix.el (gnus-registry-enabled): Ditto.
4360
4361 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4362
4363         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4364         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4365         only while we need to find out if it should be t or nil.
4366         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4367         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4368         the registry is installed.  Set it to nil when it's unloaded.
4369         (gnus-registry-install-p): Provide user guidance for the initial value
4370         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4371         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4372         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4373         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4374         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4375         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4376         `gnus-registry-install'.
4377
4378 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4379
4380         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4381         previous change.
4382         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4383         primary key is marked as disabled.
4384
4385 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4386
4387         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4388         primary key is marked as disabled.
4389
4390 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4391
4392         * html2text.el (html2text-clean-anchor): Check for quotes around
4393         `href' value.
4394
4395 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4398         searching.  Drop `bbdb-cache'.
4399
4400 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * message.el (message-signed-or-encrypted-p): Exclude header when
4403         checking if there is signed or encrypted body in text/plain message.
4404
4405 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4406
4407         * html2text.el (html2text-get-attr): Correctly handle attribute values
4408         containing "=".
4409
4410 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4411
4412         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4413         handle bindings.
4414
4415 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * gnus-win.el (gnus-configure-windows): Protect against reading
4418         ephemeral groups outside of Gnus.
4419
4420 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * shr.el (shr-tag-img): Don't get images displayed in tables.
4423
4424 2011-10-03  Glenn Morris  <rgm@gnu.org>
4425
4426         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4427         the "maintainer" version of debbugs.gnu.org reports.
4428
4429 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4432         make asynchronous adjacent image insertion work better.
4433
4434 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4435
4436         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4437         documentation.
4438
4439 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4442         `gnus-asynchronous' isn't shadowed.
4443
4444 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4447
4448         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4449         (nnimap-insert-partial-structure): The charset parameter isn't
4450         case-sensitive.
4451
4452         * nnheader.el (nnheader-message-maybe): New function.
4453
4454         * shr.el (shr-tag-table): Render totally broken tables better.
4455
4456         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4457         computing the boundary.
4458
4459 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * pop3.el (pop3-number-of-responses): Remove.
4462         (pop3-wait-for-messages): Rewrite to take linear time instead of
4463         exponential time.
4464
4465 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4468         re-fetch images.
4469
4470         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4471         re-fetch images when hitting `g' in Gnus.
4472
4473 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4476         (mml-compute-boundary): Don't check collision if it is non-nil.
4477         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4478         before checking collision.
4479
4480 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481
4482         * message.el (message-indent-citation): Really make sure there's a
4483         newline at the end.
4484
4485         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4486         Fix suggested by John Wiegley.
4487
4488         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4489
4490         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4491
4492         * message.el (message-default-send-rename-function): Break out into its
4493         own function.
4494
4495         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4496         doesn't work under XEmacs.
4497
4498         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4499         of "imaps" to word around Windows problems.
4500         (nnimap-open-connection-1): Use it.
4501
4502         * message.el (message-indent-citation): Revert last change which made
4503         `F' not work.
4504
4505 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4506
4507         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4508         terminal as well.
4509
4510 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4513         because it displays images using overlays that aren't easy to copy to
4514         the article buffer.
4515
4516 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4517
4518         * message.el (message-indent-citation): Fix empty line removal at the
4519         end of the citation.
4520
4521 2011-09-20  Julien Danjou  <julien@danjou.info>
4522
4523         * auth-source.el (auth-source-netrc-create): Use default value for
4524         password if specified.  Evaluate default.
4525         (auth-source-plstore-create): Ditto.
4526         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4527         value evaluation.
4528         (auth-source-netrc-create): Typo fix.
4529         (auth-source-plstore-create): Ditto.
4530
4531         * password-cache.el (password-cache-remove): Remove entries even if the
4532         value is nil, so that password with a nil value (negative caching) is
4533         possible to invalidate.
4534
4535         * auth-source.el (auth-source-format-cache-entry): New function.
4536
4537 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4540
4541 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4544
4545 2011-09-19  Julien Danjou  <julien@danjou.info>
4546
4547         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4548         which work with things that are not ASCII.
4549
4550 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4553
4554 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4557         message level.
4558
4559 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4562
4563 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4566
4567 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4570         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4571
4572 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4573
4574         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4575         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4576         articles.
4577
4578 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4579
4580         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4581         (message-mail-other-window, message-mail-other-frame)
4582         (message-news-other-window, message-news-other-frame):
4583         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4584         instead of setting buffer display varibles.
4585
4586 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4589
4590         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4591
4592 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4595         duplicates" to a higher level.
4596
4597         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4598         most egregious messages.
4599
4600 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4603
4604 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4605
4606         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4607         up the file (bug#9351).
4608
4609 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4612         it does with all other backends, but decode the names immediately after
4613         getting them.
4614
4615         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4616         decoding nnimap groups.
4617
4618         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4619         newsrc file.  It doesn't seem like an important optimization any more.
4620
4621 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4622
4623         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4624         overflows.
4625
4626 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4629         (gnus-interactive-exit): Extend to `quiet'.
4630
4631         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4632
4633         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4634         string.
4635
4636         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4637         renaming function arguments from `this'.
4638
4639         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4640
4641         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4642         has been renamed.
4643         (gnus-lrm-string-p): Include RLM and PDF, too.
4644
4645         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4646         (bug#9225).
4647
4648 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4649
4650         Add autoload cookies for functions used by sendmail.el.
4651         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4652
4653         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4654
4655 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (article-date-ut): Work properly even when there are
4658         things like Date header in the body; work for forwarded parts.
4659
4660 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4661
4662         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4663         original-article-buffer.
4664
4665 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4666
4667         * nnir.el (nnir-compose-result): Fix matching of server type.
4668         (nnir-run-swish++): Ditto.
4669         (nnir-run-namazu): Ditto.
4670         (nnir-run-notmuch): Ditto.
4671
4672 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4675         (bug#9405).
4676
4677         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4678         (bug#9421).
4679
4680         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4681         (bug#9425).
4682
4683         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4684         thing (bug#9426).
4685
4686 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4689         the error message.
4690
4691 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4692
4693         * message.el (message-setup-1): Return t (Bug#9392).
4694
4695 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4696
4697         * gnus-sum.el: When adding article headers to a summary buffer also
4698         update gnus-newsgroup-articles (bug#9386).
4699
4700 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * auth-source.el: Autoload help-mode.
4703
4704 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4707         names.
4708
4709 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4710
4711         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4712         mm-replace-in-string for compatibility issues.
4713         * mml2015.el (mml2015-epg-verify): Ditto.
4714
4715 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4718
4719         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4720
4721 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4724         continue on and do the clean-up phase (bug#9188).
4725
4726         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4727         just ignore groups that can't be opened instead of erroring out
4728         (bug#9225).
4729
4730         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4731         nil since some many people are fuddy-duddies.
4732
4733         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4734         images.
4735
4736         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4737         instead.
4738
4739         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4740
4741         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4742
4743         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4744         processing.
4745
4746         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4747         buffer to avoid warnings.
4748
4749 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4750
4751         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4752         specified to reduce precision.
4753
4754 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4757         bodystructures (bug#9314).
4758
4759 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4762         Make button keymap non-sticky after buttons.
4763
4764 2011-08-18  David Engster  <dengste@eml.cc>
4765
4766         * nnmairix.el (nnmairix-request-set-mark)
4767         (nnmairix-goto-original-article): Remove adding of article to registry,
4768         since `gnus-registry-add-group' isn't available anymore.
4769         (nnmairix-determine-original-group-from-registry):
4770         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4771         available anymore.
4772
4773 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4774
4775         * starttls.el (starttls-any-program-available): Define as obsolete
4776         function.
4777
4778 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4781         versions which Gnus use when appropriate.
4782
4783         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4784         a pretty destructive command.
4785
4786         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4787
4788 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * message.el (message-fix-before-sending): Make a different warning
4791         about NUL characters (bug#9270).
4792
4793         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4794         from custom (bug#9260).
4795
4796         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4797         things work in Emacs 22 and XEmacs, too.
4798
4799         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4800         default From.
4801
4802         * gnus-spec.el (gnus-lrm-string-p): New macro.
4803         (gnus-lrm-string): New constant.
4804         (gnus-summary-line-format-spec): LRM-ify the from.
4805         (gnus-tilde-max-form): LRM-ify string chopping.
4806
4807         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4808
4809         * message.el (message-is-yours-p): Allow disabling canlock checking
4810         (bug#9295).
4811         (message-shoot-gnksa-feet): Add `canlock-verify'.
4812         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4813         message directory isn't writable (bug#9304).
4814
4815         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4816         non-world-readable.
4817
4818 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4821         articles.
4822
4823 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4824
4825         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4826         copy-list.
4827
4828 2011-08-12  Sam Steingold  <sds@gnu.org>
4829
4830         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4831         in the reverse order to avoid modifying the cache with `nreverse'.
4832         (gnus-all-score-files): Do not modify the value returned by
4833         `gnus-score-find-alist' because it lives in a cache variable.
4834         (gnus-current-home-score-file): No need to `nreverse' the return value
4835         of `gnus-score-find-alist', it is already in the correct order.
4836
4837 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4838
4839         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4840         type MESSAGE and subtype RFC822 is slightly different from those of
4841         type TEXT.
4842
4843 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4844
4845         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4846         This allows article-referral to work from an nnir group.
4847
4848 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4849
4850         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4851
4852 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4853
4854         * mml1991.el (mml1991-epg-find-usable-key)
4855         (mml1991-epg-find-usable-secret-key): New function.
4856         (mml1991-epg-sign): Check if signing key is usable.
4857         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4858
4859 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4860
4861         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4862         server-variables only.  This should fix a bug introduced with commit
4863         e1889675b7f4adf057833c5513c9374134c4e053.
4864         (nnir-run-query): 'nnir-search-engine should not be set from the global
4865         environment.
4866
4867 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4868
4869         * nnir.el (nnir-search-thread): Position point on referring article
4870         line.
4871         (nnir-warp-to-article): Clean up summary buffers.
4872
4873         * nnimap.el (nnimap-request-thread): Whitespace fix.
4874
4875 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4876
4877         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4878
4879 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * starttls.el (starttls-available-p): Rename from
4882         `starttls-any-program-available' and changed return convention.
4883
4884 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4885
4886         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4887         `unix-sync' unless it's defined.
4888
4889 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4890
4891         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4892         `aref' for XEmacs compatibiltiy.
4893
4894 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4897
4898 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4899
4900         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4901         closures, quote the form properly (bug#9194).
4902
4903 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4906         (gnus-summary-insert-new-articles): Protect against servers that are
4907         down.
4908
4909 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4910
4911         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4912         in mm handle if none is specified.
4913
4914 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4915
4916         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4917
4918 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4919
4920         * nnir.el (nnir-search-thread): New function to make an nnir group
4921         based on a thread query.
4922
4923         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4924         of nnir in thread referral.
4925         (gnus-summary-refer-thread): Use it.
4926
4927         * nnimap.el (nnimap-request-thread): Use it.
4928
4929 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * shr.el (shr-tag-comment): Ignore HTML comments.
4932
4933 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4934
4935         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4936         argument.
4937         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4938         Use `nnir-address' to handle server info rather than passing an arg.
4939
4940         * nnimap.el (nnimap-make-thread-query): New utility function to format
4941         an imap thread search query.
4942         (nnimap-request-thread): Use it.
4943
4944         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4945         right select-method if we are not going back to the group buffer.
4946
4947 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4950         enter invalid buffer configurations into the quit form (bug#9107).
4951         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4952         unplugged/plugged.
4953
4954         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4955         keep track of which ones are unread (bug#9061).
4956
4957         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4958         (bug#9055).
4959
4960         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4961         (bug#9041).
4962
4963         * gnus-html.el (mm-util): Require (bug#9073).
4964
4965         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4966         (gnus-summary-refer-thread): Use it to remove duplicates in the
4967         un-threaded view (bug#9053).
4968         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4969
4970 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4971
4972         * nnir.el (nnir-read-server-parm): Use default value from global
4973         variable.  Without this the default search engine parameters aren't
4974         used at all.
4975
4976 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * message.el (message-unique-id): Don't use the undocumented return
4979         value from (random t) (bug#9118).
4980
4981 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * message.el (message-auto-save-directory): If the ~/Mail directory
4984         doesn't exist, use ~ as the auto-save directory (bug#4432).
4985
4986         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4987         hasn't already been started.
4988
4989 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4992
4993         * message.el (message-reply): Work around mysterious bug where
4994         `message-mode' seems to overwrite the locally bound `subject' variable.
4995
4996 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4997
4998         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4999         correct group.
5000
5001         * gnus-int.el (gnus-request-thread): Add group argument.
5002
5003         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5004
5005 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5008
5009         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5010         renamed to `debbugs-gnu-*'.
5011
5012 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5013
5014         * plstore.el: Revert the editing feature since it is not urgent.
5015         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5016         (plstore-mode-decoded): Remove.
5017
5018 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5021         isn't very interesting any more, and it leaks potentially secret data.
5022         (gnus-debug): Remove.
5023
5024         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5025         use of :custom-show.
5026
5027 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5028
5029         * plstore.el: Add documentation.
5030         (plstore-mode): New mode to edit plstore file.
5031         (plstore-mode-toggle-display, plstore-mode-original)
5032         (plstore-mode-decoded): New command.
5033         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5034         (plstore--insert-buffer, plstore--make): New function.
5035         (plstore-open, plstore-save): Simplify by using them.
5036
5037 2011-07-06  Glenn Morris  <rgm@gnu.org>
5038
5039         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5040
5041 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5044         no longer is much used.
5045         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5046         Articles".
5047
5048 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5049
5050         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5051         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5052         `notmuch' backend.
5053
5054 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * mm-decode.el (mm-text-html-renderer): Doc fix.
5057
5058         * gnus-msg.el (gnus-bug): Fix the MML tag.
5059
5060         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5061
5062 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5065         secondary methods if started with `gnus-no-server'.
5066
5067 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5068
5069         * message.el (message-return-action): Fix typo in docstring.
5070
5071 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5074         bug reports at once.
5075
5076         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5077
5078 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nndraft.el: Require gnus-group.
5081         (nndraft-request-list): Declare.
5082
5083         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5084         no unread article unless it matches gnus-permanently-visible-groups.
5085
5086         * nndraft.el (nndraft-update-unread-articles): New function.
5087         (nndraft-request-associate-buffer): Use it to update the number of
5088         unread articles for the nndraft groups in the group buffer when saving
5089         or killing a draft message.
5090
5091 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5094         systems to binary before writing and reading the mbox files.
5095
5096         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5097         instead of trying to list them all (bug#8978).
5098
5099 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5100
5101         * pop3.el (pop3-open-server): Use :end-of-capability.
5102
5103 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5106         the id is always a number.
5107
5108         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5109
5110         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5111         debbugs mode, if possible.
5112
5113 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5114
5115         * auth-source.el (auth-source-token-passphrase-callback-function):
5116         Reindent.
5117         (epg-context-operation): Remove unnecessary autoload.
5118
5119 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus.el (gnus-list-debbugs): New command.
5122
5123         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5124         mboxstat instead of the maintbox, since the stat seems to be fuller.
5125
5126         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5127         summary buffers.
5128
5129         * message.el (message-get-reply-headers): Delete all duplicates,
5130         instead of the first.
5131         (message-get-reply-headers): Ensure that we have progress while
5132         deleting duplicates.
5133
5134         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5135         gnus-posting-style value from the summary buffer to make it easier to
5136         make that a per-buffer conf.
5137
5138 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5139
5140         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5141         found by setting `shortcut' in 'query.
5142         (nnir-request-article): Use `shortcut' setting when requesting article
5143         by Message-ID.
5144
5145 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5146
5147         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5148         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5149         Bring the pseudo-headers back too.
5150
5151 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5152
5153         * auth-source.el (auth-source-token-passphrase-callback-function):
5154         Simplify and remove EPA dependency.
5155
5156 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5157
5158         * nnir.el (nnir-request-article): Fix error message text.
5159
5160 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5161
5162         * auth-source.el (plstore-delete): Autoload.
5163         (auth-source-plstore-search): Support delete operation.
5164         * plstore.el (plstore-delete): New function.
5165
5166 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5169         mark actually existing articles as unread rather than the ones that
5170         active asserts.
5171
5172 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5173
5174         * nntp.el (nntp-record-command):
5175         * gnus-util.el (gnus-message-with-timestamp-1):
5176         Use format-time-string rather than decoding time stamps by hand.
5177         This is simpler and insulates the code from potential changes to
5178         current-time format.
5179
5180 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5183
5184 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5185
5186         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5187         (plstore-save): Support public key encryption.
5188         (plstore--init-from-buffer): New function.
5189         (plstore-open): Use it; fix error when opening a non-existent file.
5190         (plstore-revert): Use plstore--init-from-buffer.
5191
5192 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5193
5194         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5195
5196 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5199         for old Emacsen.
5200
5201 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5202
5203         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5204         is not fully working.
5205
5206 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * dgnushack.el: Autoload sha1 on XEmacs.
5209
5210         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5211         quit window configuration.
5212
5213         * auth-source.el (epg-context-set-passphrase-callback):
5214         Remove duplicate autoload.
5215
5216 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5217
5218         * nnir.el (nnir-request-article): Allow requesting articles by
5219         Message-ID with nnimap.
5220
5221         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5222         current server.
5223
5224 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5225
5226         * auth-source.el: Autoload EPA/EPG functions.
5227         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5228         changed when EPA/EPG is not available.
5229         (auth-source-backend): Rename "arg" member to "data".
5230         (auth-source-backend-parse, auth-source-plstore-search)
5231         (auth-source-plstore-create): Use it.
5232
5233 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5234
5235         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5236         `gnus-refer-article-methods'.
5237
5238 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         * auth-source.el: Require EPA and EPG.
5241         (auth-source-passphrase-alist): New variable.
5242         (auth-source-passphrase-callback-function)
5243         (auth-source-token-passphrase-callback-function): Callbacks for the
5244         netrc field encryption (GPG tokens).
5245         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5246         Symmetric encryption and decryption of the netrc GPG tokens.
5247         (auth-source-netrc-normalize): Use them, simplifying the closure.
5248
5249 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5252         is available.
5253
5254 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5257         non-nil, and `nnimap-split-methods' is nil, use the former.
5258
5259 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5260
5261         * plstore.el (plstore-revert): New function.
5262         (plstore-open): Use it; hide the buffer from user.
5263
5264 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5265
5266         * auth-source.el (auth-source-backend): New member "arg".
5267         (auth-source-backend-parse): Handle new backend 'plstore.
5268         * plstore.el: New file.
5269
5270 2011-06-30  Glenn Morris  <rgm@gnu.org>
5271
5272         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5273
5274 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5277         expiring articles to.
5278
5279         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5280         variations as ASCII (bug#5458).
5281
5282 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5285
5286 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * message.el (message-point-in-header-p): Tweak the function to default
5289         to saying that we're not in the headers if there is no separator at
5290         all.  This makes it possible to use the Message version of `M-q' in
5291         buffers with no headers (bug#7987).
5292         (message-point-in-header-p): Fix last checkin to work with an empty
5293         mail-header-separator, too.
5294
5295         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5296         again, save the choice via customize.
5297
5298 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5301
5302         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5303         ended the connection, bail out before waiting infinitely on a new
5304         connection.
5305
5306 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5309         reports.
5310
5311         * gnus.el (gnus-bug-package): Use "gnus."
5312         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5313
5314 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * dgnushack.el: Make the timer warning go away on XEmacs.
5317
5318         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5319         animations going on at article exit time.
5320
5321         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5322         since removing it breaks people upgrading.
5323
5324         * shr.el (shr-put-image): Use the new interface for animating images.
5325         (shr-put-image): Animate for 60 seconds.
5326
5327         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5328         avoid compiler warnings.
5329
5330         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5331         error with `find-file-hooks' on Emacs 22.
5332         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5333         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5334         on all architectures.
5335
5336         * spam.el (spam-stat): Require in a normal fashion without binding
5337         `spam-stat-install-hooks' to avoid compilation warnings.
5338
5339         * spam-stat.el (spam-stat-install-hooks): Remove.
5340         (spam-stat-install-hooks): Don't run automatically.
5341
5342 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5343
5344         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5345         and keystroke.
5346
5347 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * auth-source.el (auth-source-netrc-cache): Move forward.
5350
5351 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * proto-stream.el (proto-stream-open-starttls): Use
5354         `gnutls-available-p' to see whether we have built-in support.
5355
5356         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5357         we already know.
5358         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5359         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5360
5361 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5364         %S format, since that looks odd.
5365         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5366         file, especially when saving.
5367
5368 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5369
5370         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5371         article found.
5372
5373 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5376         `auth-source-save-secrets' with a more sensitive alist that can be
5377         configured per file.  Experimental, so defaults to 'never.
5378         (auth-source-netrc-create): Use it.  Still experimental code.
5379         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5380         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5381
5382 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * auth-source.el (auth-source-save-secrets): New variable to control if
5385         secret tokens should be saved encrypted.
5386         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5387         to `auth-source-netrc-normalize'.
5388         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5389         on the EPA variables being defined.
5390         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5391         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5392         the lexical-let closure.
5393         (auth-source-netrc-create): Create "gpg:" tokens according to
5394         `auth-source-save-secrets'.
5395
5396 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-group.el (gnus-group-update-group): Add new argument
5399         `info-unchanged' that stops updating dribble buffer.
5400
5401         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5402         deletes lines matching to it in dribble buffer.
5403
5404         * gnus-agent.el (gnus-agent-fetch-group-1):
5405         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5406         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5407         * gnus-start.el (gnus-group-change-level):
5408         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5409
5410         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5411         if newsgroup info is not changed.
5412
5413         * gnus-group.el (gnus-group-get-new-news-this-group):
5414         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5415         Don't update dribble buffer.
5416
5417 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5420         remove entries with groups we ignore.
5421
5422 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5425         the underline comes at the bottom.
5426
5427 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5430         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5431         (gnus-registry-article-marks-to-names): Rename from
5432         `gnus-registry-user-format-function-M2'.
5433
5434 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5437         ephemeral group.
5438
5439 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * shr.el (shr-browse-image): Copy the URL if called interactively.
5442
5443 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5446         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5447         done, then unselected articles may be marked as read.
5448
5449         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5450         since not doing this seems to lead to a race condition in pop3-logon.
5451
5452         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5453         so that the call chain it correct when we call "upwards".
5454
5455         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5456         in read-only groups.
5457
5458         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5459
5460         * message.el (message-cite-reply-position): Doc string fix.
5461
5462         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5463         avoid regexp overflow.
5464         (nnimap-transform-split-mail): Ditto.
5465
5466         * pop3.el (pop3-retr): Error out if the server closes the connection.
5467
5468 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5469
5470         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5471         mm-with-unibyte-current-buffer.  The buffer should not contain any
5472         multibyte chars anyway at this stage.
5473
5474 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5477         at the end of lines.
5478
5479 2011-05-29  Julien Danjou  <julien@danjou.info>
5480
5481         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5482
5483 2011-05-27  Glenn Morris  <rgm@gnu.org>
5484
5485         * gnus-group.el (gnus-bug-group-download-format-alist):
5486         Use the "maintainer" version of debian reports as well.
5487
5488 2011-05-26  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-group.el (gnus-bug-group-download-format-alist):
5491         Use the "maintainer" version of debbugs.gnu.org reports.
5492
5493 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5496
5497 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * gnus-cus.el (gnus-agent-customize-category):
5500         * gnus-delay.el (gnus-delay-send-queue):
5501         * gnus.el (gnus-other-frame):
5502         Don't quote lambda expressions with `quote'.
5503
5504 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5507         the thread moves us backwards and so we loop forever.
5508
5509 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5512         whitespace in base64 data lines.
5513
5514 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-registry.el (gnus-registry-user-format-function-M):
5517         Use `mapconcat'.
5518         (gnus-registry-user-format-function-M2): Use to see the full text of
5519         the marks.  Make "," the mark text separator.
5520
5521         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5522         authentication with auth-source.
5523
5524 2011-05-17  Glenn Morris  <rgm@gnu.org>
5525
5526         * gnus-group.el (gnus-import-other-newsrc-file):
5527         Use insert-file-contents.
5528
5529 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5532         1000 iterations.
5533
5534 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * nntp.el (nntp-open-connection): Check if process-type is available.
5537
5538 2011-05-16  Julien Danjou  <julien@danjou.info>
5539
5540         * shr.el (shr-tag-del): Add support for del tag.
5541
5542 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-html.el (gnus-html-put-image): Register a displayer.
5545
5546         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5547
5548 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * registry.el (prune-factor): New initialization parameter defaulting
5551         to 0.1.
5552         (registry-prune-hard): Use it.
5553
5554         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5555         0.1 expicitly.
5556
5557 2011-05-13  Glenn Morris  <rgm@gnu.org>
5558
5559         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5560         is bound, since this function requires sendmail.
5561
5562 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * registry.el (registry-usage-test): Disable pruning test.
5565
5566 2011-05-11  David Engster  <dengste@eml.cc>
5567
5568         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5569         Bind set-network-process-option for XEmacs.
5570
5571 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * registry.el (registry-prune-hard-candidates)
5574         (registry-prune-soft-candidates): Helper methods for registry pruning.
5575         (registry-prune): Use them.  Make the sort function optional.
5576
5577 2011-05-10  Jim Meyering  <meyering@redhat.com>
5578
5579         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5580
5581 2011-05-10  Julien Danjou  <julien@danjou.info>
5582
5583         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5584         symbol and not a list.
5585
5586 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-art.el (gnus-article-mode): Move binding of
5589         shr-put-image-function here from gnus-article-prepare-display.
5590
5591         * shr.el (shr-put-image-function): New variable.
5592         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5593         (shr-put-image): Return scaled image.
5594
5595         * gnus-art.el (gnus-shr-put-image): New function.
5596         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5597
5598         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5599         original ones, as deletable.
5600
5601 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5602
5603         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5604
5605 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * registry.el (registry-full): Add convenience method.  Fix logic.
5608         (registry-insert): Use it.  Fix logic here too.
5609
5610         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5611         `registry-prune' if `registry-full' returns t.
5612         (gnus-registry-handle-action)
5613         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5614         (gnus-registry-usage-test): Use it.
5615
5616 2011-05-07  Julien Danjou  <julien@danjou.info>
5617
5618         * shr.el (shr-link): Make shr-link inherit from link by default.
5619
5620 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5623
5624 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5627         error out because the face is not a list.
5628
5629 2011-05-05  Glenn Morris  <rgm@gnu.org>
5630
5631         * proto-stream.el (gnutls-negotiate): Fix declarations.
5632
5633         * gnus-start.el (gnus-propagate-marks): Declare.
5634
5635 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * registry.el (registry-reindex): Fix percentage message.
5638
5639         * proto-stream.el (network-stream-open-starttls): Adjust to call
5640         `gnutls-negotiate' with :process and :hostname arguments.
5641
5642 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * shr.el: Add shr-link face for links.
5645         (shr-urlify): Use it.
5646
5647         * registry.el (registry-insert): Make error message more helpful.
5648
5649 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * gnus-html.el (gnus-html-schedule-image-fetching):
5652         Use url-queue-retrieve, if it exists.
5653
5654         * shr.el (shr-tag-img): Ditto.
5655
5656         * gnus.el: Autoload more gnus-agent functions.
5657
5658         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5659         agent if we haven't already (bug#8502).
5660
5661         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5662         into the Agent, too.
5663
5664         * gnus-agent.el (gnus-agent-store-article): New function.
5665
5666         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5667         and moved from that file for reuse.
5668
5669         * pop3.el (pop3-open-server): Error messages are "-ERR".
5670
5671 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5674         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5675
5676 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5677
5678         * gnus.el: No Gnus v0.17 is released.
5679
5680 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5681
5682         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5683         buffer has moved to a different frame.
5684
5685 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5688         to get the conversion from unibyte to multibyte buffers to work on
5689         Emacs 22.
5690
5691         * nntp.el (nntp-request-article): Slight clean-up.
5692
5693 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * shr.el (shr-strike-through): New face.
5696         (shr-tag-s): Use it to provide <s> support.
5697         (shr-tag-s): Remove duplicate definition.
5698
5699 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5702         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5703
5704 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5707         `gnutls-negotiate'.
5708         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5709
5710 2011-04-23  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus-sum.el (gnus-extra-headers): Bump :version.
5713
5714 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * shr.el (shr-tag-sup): New function.
5717         (shr-tag-sub): Ditto.
5718
5719 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5722         for the case where `gnus-registry-ignored-groups' is a list of lists,
5723         and don't call `gnus-parameter-registry-ignore' otherwise.
5724
5725 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * nnimap.el (nnimap-user): New backend variable.
5728         (nnimap-open-connection-1): Use it.
5729         (nnimap-credentials): Accept user parameter so it's explicit what user
5730         name is desired.
5731
5732         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5733         default.
5734
5735         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5736         not gnus-registry.el.
5737
5738         * gnus-registry.el: Mention in comments how to modify
5739         `gnus-extra-headers' for proper recipient tracking and that it may
5740         already have To and Cc recently, which it does as of this commit.
5741         (gnus-registry-ignored-groups): Remove defcustom.
5742         Explain why in comments.
5743         (gnus-registry-action): Fix data-header reference to use the extra
5744         headers.  Explain in package commentary how to add To and Cc headers to
5745         the gnus-extra-headers.
5746         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5747         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5748         parameter list or a string list in `gnus-registry-ignored-groups'.
5749         Fix logic error.
5750
5751 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * shr.el (shr-expand-url): Protect against null urls.
5754
5755 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * shr.el (shr-base): New binding.
5758         (shr-tag-base): Keep track of <base>.
5759         (shr-expand-url): New function used throughout.
5760
5761 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * gnus-registry.el
5764         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5765         (gnus-registry-ignored-groups): New variable.
5766         (gnus-registry-ignore-group-p): Use it.
5767         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5768         set the destination group to nil (same as delete) if it's ignored.
5769
5770 2011-04-20  David Engster  <dengste@eml.cc>
5771
5772         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5773
5774         * Makefile.in (test-nntp): New rule.
5775         (check): Add it.
5776         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5777
5778 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-registry.el (gnus-registry-action)
5781         (gnus-registry-fetch-header-fast):
5782         Don't use mail-header that looks an internal function of mailheader.el.
5783
5784 2011-04-19  Glenn Morris  <rgm@gnu.org>
5785
5786         * time-date.el (time-to-days): Remove unused local variables.
5787
5788 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-registry.el: Eliminate cl functions.
5791         (gnus-registry-sort-addresses): New function that replaces mapcan.
5792         (gnus-registry-action, gnus-registry-spool-action)
5793         (gnus-registry-split-fancy-with-parent)
5794         (gnus-registry-fetch-recipients-fast): Use it.
5795         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5796
5797         * registry.el (initialize-instance, registry-lookup)
5798         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5799         (registry-lookup-secondary-value, registry-search, registry-delete)
5800         (registry-insert, registry-reindex, registry-size, registry-prune):
5801         Use eval-and-compile.
5802
5803 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * registry.el (registry-reindex): New method to recreate the secondary
5806         registry indices.
5807
5808         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5809         tracked field changes.
5810         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5811         (gnus-registry-action, gnus-registry-spool-action)
5812         (gnus-registry-handle-action)
5813         (gnus-registry--split-fancy-with-parent-internal)
5814         (gnus-registry-split-fancy-with-parent)
5815         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5816         move, and delete actions, and for fancy splitting with parent.
5817         (gnus-registry-extract-addresses)
5818         (gnus-registry-fetch-recipients-fast)
5819         (gnus-registry-fetch-header-fast): Convenience functions.
5820         (gnus-registry-misc-test): ERT test of
5821         `gnus-registry-extract-addresses'.
5822
5823 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5826         Track by subject first, then sender.
5827
5828 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5829
5830         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5831
5832         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5833         Lisp.
5834
5835         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5836         (gnus-draft-send): Use it to avoid popping
5837         up frames from gnus-group-send-queue.
5838
5839 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-registry.el: Updated gnus-registry docs.
5842
5843 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5846         Fix logic bug.
5847         (gnus-registry-post-process-groups): Fix logging of no results and
5848         quote sender and subject.
5849
5850 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5853         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5854         gnutls-cli are too slow to be done opportunistically.
5855
5856         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5857         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5858         we had no early-data returned.
5859         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5860         two async commands to the same server at the same time.
5861
5862 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5863
5864         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5865
5866 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5869         "warning" level.
5870
5871         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5872         (mm-url-insert-file-contents): Don't set the package names.
5873
5874 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * gnus-registry.el (gnus-registry-action): Remove properties and
5877         simplify subject in `gnus-registry-handle-action'.
5878         (gnus-registry-spool-action): Get subject and sender from message if
5879         they are not passed in.
5880         (gnus-registry-handle-action): Remove properties and simplify subject
5881         consistently.
5882
5883 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5884
5885         * registry.el: Require CL before using defmacro*.
5886
5887 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-art.el (article-treat-date): Assume that
5890         gnus-article-date-headers may be a group parameter.
5891
5892 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5895
5896         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5897         interactively so the newsrc file can contain foreign groups too.
5898         Useful for debugging but not much for users.
5899
5900 2011-04-07  David Engster  <dengste@eml.cc>
5901
5902         * registry.el (registry-usage-test): Only do
5903         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5904         lexical binding.
5905
5906 2011-04-07  David Engster  <dengste@eml.cc>
5907
5908         * Makefile.in (check, test-registry): New rules for test-suite.
5909
5910 2011-04-06  David Engster  <dengste@eml.cc>
5911
5912         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5913         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5914
5915 2011-04-06  David Engster  <dengste@eml.cc>
5916
5917         * registry.el (initialize-instance): Change :after to :AFTER to be
5918         compatible with old EIEIO version in XEmacs.
5919
5920 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * gnus-registry.el (gnus-registry-post-process-groups)
5923         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5924         and provide better messaging.
5925
5926 2011-04-06  David Engster  <dengste@eml.cc>
5927
5928         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5929         errors.
5930
5931         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5932         dgnushack-compile with error-on-warn enabled, and to signal an error if
5933         clean compilation failed.
5934         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5935         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5936
5937 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5940         unconditionally anyway, discarding errors.
5941         (gnus-registry-delete-entries): New convenience function.
5942         (gnus-registry-import-eld): Import from old .eld registry.
5943
5944         * registry.el: Don't use ERT if it's not available.  Load it
5945         unconditionally anyway, discarding errors.
5946
5947         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5948         version from the Claudio Bley GnuTLS patch (extra optional parameters
5949         and host name).
5950
5951 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5954         fixup the parameters that can be customized by the user between
5955         save/read cycles.
5956         (gnus-registry-read): Use it.
5957         (gnus-registry-make-db): Use it.
5958         (gnus-registry-spool-action, gnus-registry-handle-action):
5959         Fix messaging.
5960         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5961         Map references to actual group names with sender and subject tracking.
5962         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5963         (gnus-registry-usage-test): Add subject lookup test.
5964
5965         * registry.el (registry-db, initialize-instance): Set up constructor
5966         instead of :initform arguments for the sake of older Emacsen.
5967         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5968         pre-lexbind merge bug.
5969         (registry-usage-test): Use it.
5970         (initialize-instance, registry-db): Move the non-function initforms
5971         back to the class definition.
5972
5973 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * registry.el: New library to manage gnus-registry-style data.
5976
5977         * gnus-registry.el: Use it (major rewrite).
5978
5979         * nnregistry.el: Use it.
5980
5981         * spam.el: Use it.
5982
5983 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5986         marks on non-selected articles.
5987
5988 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5989
5990         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5991         parameter to open-protocol-stream.
5992
5993 2011-04-01  Julien Danjou  <julien@danjou.info>
5994
5995         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5996         fundamental-mode.
5997
5998 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6001         servers.
6002
6003 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6006         made marks not propagate, again.
6007
6008 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6009
6010         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6011         Make this the default type.
6012         (proto-stream-open-plain): Rename from proto-stream-open-default.
6013         (open-protocol-stream, proto-stream-open-starttls)
6014         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6015         with `plain'.
6016
6017         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6018         value.
6019
6020         * nntp.el (nntp-open-connection-function): Document the fact that some
6021         values are not functions but are instead handled specially.
6022         Recognize nntp-open-plain-stream value.
6023         (nntp-open-connection): Recognize that value.
6024
6025 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6028         where it seems to be needed.
6029
6030 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6033         stuff.
6034
6035         * gnus-score.el (gnus-score-string): Fix calling convention of
6036         `gnus-simplify-buffer-fuzzy' after last patches.
6037
6038         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6039         server for articles we didn't get any headers for.  This is a sanity
6040         check.
6041
6042 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6043
6044         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6045         new CAPABILITY, use it.
6046
6047 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6050         downloading anything.
6051
6052         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6053
6054 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6055
6056         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6057         colors.
6058         (gnus-splash-svg-color-symbols): New function.
6059
6060 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6063         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6064         (gnus-simplify-subject-fuzzy): Use the local
6065         gnus-simplify-subject-fuzzy-regex instead of the global one.
6066         This makes using this variable in group parameters work.
6067
6068 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6069
6070         * gnus-registry.el (gnus-registry-unfollowed-groups):
6071         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6072         archive:sent-YYYY-MM-DD groups).
6073         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6074         tracking if there are more than `gnus-registry-max-track-groups'
6075         matches.
6076
6077 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * message.el (message--yank-original-internal): New function to do the
6080         insertion cleanly inside eval in `message-yank-original'.
6081         (message-yank-original): Use it.
6082
6083 2011-03-29  Julien Danjou  <julien@danjou.info>
6084
6085         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6086         local variables disabled rather than `normal-mode'.
6087
6088 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6089
6090         * imap.el (imap-shell-open, imap-process-connection-type):
6091         Use imap-process-connection-type for 'shell' streams as well as
6092         Kerberos, SSL, other subprocesses.
6093
6094 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6095
6096         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6097         with open-network-stream.
6098         (proto-stream-always-use-starttls): Option removed.
6099         (open-protocol-stream): Return a process object by default.  Provide a
6100         new parameter :return-list specifying a list-type return value, which
6101         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6102         :type `network' to `try-starttls', and `network-only' to `default'.
6103         Make `default' the default, for compatibility with open-network-stream.
6104         Handle the no-parameter case exactly as open-network-stream, with no
6105         additional stream processing.  Search plists using plist-get.
6106         Explicitly add :end-of-commend parameter if it is missing.
6107         (proto-stream-open-default): Rename from
6108         proto-stream-open-network-only.  Return 'default as the type.
6109         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6110         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6111         failed.  Always return a list with a (possibly dead) process as the
6112         first element, for compatibility with open-network-stream.
6113         (proto-stream-open-tls): Use plist-get.  Always return a list.
6114         (proto-stream-open-shell): Return `default' as connection type.
6115         (proto-stream-capability-open): Use plist-get.
6116         (proto-stream-eoc): Function deleted.
6117
6118         * nnimap.el (nnimap-stream, nnimap-open-connection)
6119         (nnimap-open-connection-1): Handle renaming of :type parameter for
6120         open-protocol-stream.
6121         (nnimap-open-connection-1): Pass a :return-list parameter
6122         open-protocol-stream to obtain a list return value.  Parse this list
6123         using plist-get.
6124
6125         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6126         for open-protocol-stream.  Accept open-protocol-stream return value
6127         that is a subprocess object instead of a list.  Handle the case of a
6128         dead returned process.
6129
6130 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6133
6134         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6135
6136 2011-03-21  Julien Danjou  <julien@danjou.info>
6137
6138         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6139         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6140         query.
6141         (mm-inline-text): Render normal text with fontification whenever
6142         possible.
6143
6144         * gnus-sum.el (gnus-summary-save-parts-1):
6145         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6146         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6147         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6148         Use `mm-handle-filename'.
6149
6150         * mm-util.el (mm-handle-filename): New function, return the filename of
6151         an handle.
6152
6153 2011-03-18  Julien Danjou  <julien@danjou.info>
6154
6155         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6156         (gnus-buffer-live-p): Check that buffer is not nil.
6157
6158 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6159
6160         * gnus.el: No Gnus v0.15 is released.
6161
6162 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163
6164         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6165         avoid warning on XEmacs.
6166
6167         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6168         on XEmacs.
6169
6170         * gnus-art.el: Require mouse, which the build bot seems to say is
6171         needed.
6172
6173         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6174
6175         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6176         XEmacs, since it doesn't have url-retrieve-synchronously.
6177
6178         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6179         since assoc-string doesn't exist in XEmacs.
6180
6181 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6182
6183         * gnus-group.el (gnus-group-list-ticked): New function.
6184         (gnus-group-make-menu-bar): Provide a menu entry for it.
6185         (gnus-group-list-map): Provide a binding for it.
6186
6187 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * shr.el (shr-visit-file): New command.
6190
6191         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6192
6193 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6194
6195         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6196         servers.
6197
6198 2011-03-16  Julien Danjou  <julien@danjou.info>
6199
6200         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6201         inline.
6202
6203         * gnus-art.el (article-hide-list-identifiers):
6204         Use gnus-group-get-list-identifiers.
6205
6206         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6207         (gnus-summary-remove-list-identifiers):
6208         Use gnus-group-get-list-identifiers to get regexp.
6209         (gnus-select-newsgroup, gnus-summary-insert-subject)
6210         (gnus-summary-insert-articles):
6211         Call gnus-summary-remove-list-identifiers unconditionally.
6212
6213 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6216         we're selecting a group with unread articles.
6217
6218         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6219
6220         * gssapi.el: New file separated out from imap.el to provide a general
6221         Kerberos 5 connection facility for Emacs.
6222
6223         * message.el (message-elide-ellipsis): Document the format spec
6224         ellipsis.
6225
6226 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * message.el (message-elide-region): Allow the ellipsis to say how many
6229         lines were removed.
6230
6231 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6234         window configurations containing buffers that are now dead.
6235
6236         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6237         parsing to avoid integer overflows.
6238         (nnimap-parse-flags): Simplify the last change.
6239         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6240         too large for 32-bit Emacsen.
6241
6242 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6243
6244         * auth-source.el (auth-source-netrc-create):
6245         * message.el (message-yank-original): Fix use of `case'.
6246
6247 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6248
6249         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6250         XEmacs, which was one character too wide.
6251
6252 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6253
6254         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6255         default number of articles to display.
6256         (gnus-articles-to-read): Use pretty names for prompt.
6257
6258 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * gnus-int.el (gnus-open-server): Ditto.
6261
6262         * gnus-start.el (gnus-activate-group): Give a backtrace if
6263         debug-on-quit is set and the user hits `C-g'.
6264         (gnus-read-active-file): Ditto.
6265
6266         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6267
6268 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6269
6270         * message.el (message-yank-original): Use cond instead of CL case.
6271
6272 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6273
6274         * auth-source.el (auth-source-netrc-create): Use usual format for the
6275         default in prompts.
6276
6277 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * lpath.el: Fbind read-char-choice for XEmacs.
6280
6281 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * auth-source.el (auth-source-netrc-create): Show the default in the
6284         prompt when prompting for token creation.
6285
6286 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * auth-source.el (auth-source-format-prompt): Always convert the value
6289         to a string to avoid evaluating non-string arguments.
6290         (auth-source-netrc-create): Offer default properly, not as initial
6291         content in `read-string'.
6292         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6293         of line to determine if we've been run before.  If so, don't run again,
6294         but print a trivial message to indicate the cache was hit instead.
6295
6296 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6299         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6300         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6301         Gnus.
6302
6303 2011-03-11  Julien Danjou  <julien@danjou.info>
6304
6305         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6306         modified file".
6307
6308 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el (auth-source-read-char-choice): New function to read a
6311         character choice using `dropdown-list', `read-char-choice', or
6312         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6313         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6314         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6315         (auth-source-netrc-saver): Use it.
6316         (auth-source-pick-first-password): New convenience function.
6317
6318 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6321         parameter in the credentials.
6322         (nnimap-open-connection-1): Use it after a successful login.
6323         (nnimap-credentials): Add IMAP-specific user and password prompt.
6324
6325         * auth-source.el (auth-source-search): Add :require parameter, taking a
6326         list.  Document it and the :save-function return token.  Pass :require
6327         down.  Change the CREATED message from a warning to a debug statement.
6328         (auth-source-search-backends): Pass :require down.
6329         (auth-source-netrc-search): Pass :require down.
6330         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6331         Change save prompt to indicate all modifications saved here are
6332         deletions.
6333         (auth-source-netrc-create): Take user login name as default in user
6334         prompt.  Move all the save functionality to a lexically bound function
6335         under the :save-function token in the returned list.  Set up clearer
6336         default prompts for user, host, port, and secret.
6337         (auth-source-netrc-saver): New function, intended to be wrapped for
6338         :save-function.
6339
6340 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6343         lines to be spaces instead.
6344
6345 2011-03-07  Julien Danjou  <julien@danjou.info>
6346
6347         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6348         (sieve-sasl-auth): Check that auth-source-search did return something,
6349         or just return an empty string.
6350
6351 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6352
6353         * gnus.el (gnus-interactive): Use read-directory-name.
6354
6355         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6356         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6357         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6358         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6359         Likewise.
6360
6361         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6362
6363 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6366         onto the list of killed groups, too.  This makes killed nnimap groups,
6367         for instance, more reliably not reappear.
6368
6369         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6370         the parent.
6371
6372         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6373
6374         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6375         really have server-side marks.
6376
6377         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6378         since most backends do not usefully have server-side marks.
6379         (gnus-update-read-articles): Propagate marks to all backends that
6380         really have server-side marks.
6381
6382 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6383
6384         * message.el (message-cite-reply-position, message-cite-style):
6385         New variables.
6386         (message-yank-original): Use the new citation styles.
6387
6388 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6391         buffer-local issue); don't mark it buffer-local when running under
6392         XEmacs.
6393
6394 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6395
6396         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6397         numbers too big to be `read'.
6398
6399 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * password-cache.el (password-in-cache-p): Add autoload.
6402
6403         * message.el (message-options): Make buffer-local two ways to attempt
6404         to fix a XEmacs bug.
6405
6406 2011-03-02  Julien Danjou  <julien@danjou.info>
6407
6408         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6409
6410 2011-03-01  Julien Danjou  <julien@danjou.info>
6411
6412         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6413         group.
6414         (article-hide-list-identifiers): Use list-identifier group parameter.
6415
6416 2011-02-28  Julien Danjou  <julien@danjou.info>
6417
6418         * sieve.el (sieve-buffer-script-name): New local variable to store
6419         sieve script name.
6420         (sieve-edit-script): Store sieve script name.
6421         (sieve-upload): Use sieve script name when uploading.
6422         (sieve-upload): Use substitute-command-keys.
6423         (sieve-edit-script): Use substitute-command-keys.
6424         (sieve-refresh-scriptlist): Use substitute-command-keys.
6425         (sieve-manage-mode-map): Define keymap properly.
6426         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6427         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6428         Remove commented code about cvs.
6429         (sieve-manage-quit): New function.
6430         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6431
6432 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6435
6436 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6437
6438         * auth-source.el (auth-source-search): Cache empty result sets.
6439
6440         * password-cache.el (password-in-cache-p): Convenience function to
6441         check if a key is in the cache, even if the value is nil.
6442
6443         * auth-source.el (auth-source-save-behavior): New variable to replace
6444         `auth-source-never-create'.
6445         (auth-source-netrc-create): Use it.
6446         (auth-source-never-save): Remove.
6447
6448 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6449
6450         * nnimap.el (nnimap-stream): Doc fix.
6451         (nnimap-open-connection-1): Reverse the order of the ports to that the
6452         prompted-for port is first.
6453
6454         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6455         retrieval by the no-group selection.
6456
6457         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6458         numerical parameters.
6459
6460 2011-02-25  Julien Danjou  <julien@danjou.info>
6461
6462         * gnus-gravatar.el: Use gnus-with-article-buffer.
6463
6464         * gnus-art.el (gnus-with-article-buffer): Check that the
6465         gnus-article-buffer is alive.
6466
6467 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6468
6469         * auth-source.el (auth-source-creation-prompts): New variable to manage
6470         creation-time prompts.
6471         (auth-source-search): Document it.
6472         (auth-source-format-prompt): Add utility function.
6473         (auth-source-netrc-create): Don't default the user name to
6474         user-login-name.  Use `auth-source-creation-prompts' and some default
6475         prompts for user, host, port, and password (the default generic prompt
6476         remains ugly).
6477         (auth-source-never-save): Add customizable option to never save info.
6478         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6479         mode excursion.
6480
6481 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6484         argument that XEmacs doesn't support.
6485
6486         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6487         compiled for Emacsen having no `libxml-parse-html-region' support.
6488
6489         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6490
6491         * lpath.el: Bind buffer-save-without-query for XEmacs.
6492
6493 2011-02-23  Julien Danjou  <julien@danjou.info>
6494
6495         * gnus-art.el (article-make-date-line): Ignore errors if time is
6496         invalid and not convertible.
6497         (article-make-date-line): Only add lapsed time if time is not nil.
6498
6499 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6502         `read-char-choice' for backwards compatibility.
6503         (auth-source-netrc-element-or-first): New function to DTRT for
6504         parameter extraction.
6505         (auth-source-netrc-create): Use it and fix multiple parameter print
6506         bug.  Use the default passed from above (given-default) or the
6507         built-in (user-login-name for :user).
6508
6509 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gnus-start.el (gnus-dribble-read-file):
6512         Set buffer-save-without-query, since we always want to save the dribble
6513         file, probably.
6514
6515         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6516         nnimap.
6517
6518         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6519         -summary- since it's a user-visible variable.
6520
6521         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6522         first time you use the new Gnus.
6523
6524 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * auth-source.el: Don't load netrc.el.
6527         (auth-sources): Search ~/.netrc as well by default.
6528         (auth-source-debug): Add 'trivia option for extra output.
6529         (auth-source-do-trivia): Use it.
6530         (auth-source-search): Simplify logic to use
6531         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6532         appropriate.  Don't keep a running count at this level.  Layer :create
6533         and :delete options appropriately on the first and second passes.
6534         Don't track the backend with the search results.
6535         (auth-source-search-backends): New function to search a list of
6536         backends for a processed spec.
6537         (auth-source-netrc-parse): Cache all netrc files, making
6538         auth-source-netrc-cache an alist keyed by the file name and using the
6539         file mtime as the caching criterion.  Keep the obfuscated data secret
6540         with a lexical bind.
6541         (auth-source-netrc-search): Don't calculate the length of the results
6542         unnecessarily.
6543         (auth-source-search-backends): Fix bug.
6544         (auth-source-netrc-create): Rework prompts.
6545
6546 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6547
6548         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6549         Lower case names of search constraints.
6550         (nnir-run-query): Cache and reuse search constraints for all imap
6551         servers.
6552
6553 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6556         after exit.
6557         (gnus-setup-message): Define missing variable from last checkin.
6558
6559         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6560         value, show the raw article.
6561
6562 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6563
6564         * gnus.el: No Gnus v0.13 is released.
6565
6566 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6567
6568         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6569         auth-source now accepts numbers.
6570
6571         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6572         spec, too.
6573         (auth-source-ensure-strings): New function.
6574
6575         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6576         (gnus-article-setup-buffer): Always restart the date timer so that user
6577         changes to the frequency is respected.
6578
6579         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6580         port numbers, so make sure it gets that if nnimap-server-port is
6581         explicit.
6582
6583 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6584
6585         * nnimap.el (nnimap-inbox): Doc fix.
6586
6587 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6588
6589         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6590         Autoload.  Add optional arg FRAME, and pass it to color-values.
6591         (color-complement): Caller changed.  Doc fix.
6592         (color-gradient): Rewrite for better clarity and efficiency.
6593
6594 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6595
6596         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6597         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6598         color-lab-to-srgb.
6599
6600 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6601
6602         * color.el: First part of merge from hexrgb.el.
6603         (color-rgb-to-hex): Rename from color-rgb->hex.
6604         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6605         saturation to zero if the value is too small.
6606         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6607         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6608         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6609         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6610         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6611         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6612         (color-cie-de2000): Doc fix.
6613
6614 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6615
6616         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6617         given method as in the group name if we're using an extended method.
6618         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6619         command, if we're using that, instead of waiting for the beginning.
6620
6621         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6622         we're sure to get unique server names, and we don't output two async
6623         commands in the same buffer.  This fixes an NNTP hang for some users.
6624
6625 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6626
6627         * gnus.el: No Gnus v0.11 is released.
6628
6629 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6632         summary buffer before reading going to the next buffer.  This avoids
6633         putting the point in the group buffer if you `C-g' the command.
6634
6635         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6636         cache (for now) to make ~/.authinfo.gpg files usable.
6637
6638         * nnfolder.el (copyright-update): Define for the compiler.
6639
6640         * auth-source.el (auth-source-search): Fix unbound variable.
6641
6642 2011-02-19  Glenn Morris  <rgm@gnu.org>
6643
6644         * gnus.el (gnus-meta): Doc fix.
6645
6646 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6647
6648         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6649         in case it's not yet loaded.
6650
6651 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6652
6653         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6654         line we're waiting for.
6655
6656 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6657
6658         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6659         face with line-width greater than zero will cause RET in gnus summary
6660         buffer to scroll down article page-wise because auto vscroll happens,
6661         it should be temporally disabled when doing a scroll-up.
6662
6663 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6664
6665         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6666         outputs from the server.
6667
6668 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6669
6670         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6671         later so that bbdb can hook in easier.
6672
6673 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6674
6675         * auth-source.el (auth-source-search): Don't try to create credentials
6676         if the caller doesn't want that.
6677         (auth-source-search): If we don't find a match, don't bug out on
6678         non-bound variables.
6679         (auth-source-search): Only ask a single backend to create the
6680         credentials.
6681
6682         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6683         logging.
6684         (nnimap-credentials): Protect against auth-source-search returning nil.
6685         (nnimap-request-list): Protect against not being able to open the
6686         server.
6687
6688 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6689
6690         * auth-source.el (auth-source-search): Do a two-phase search, one with
6691         no :create to get the responses from all backends.
6692
6693         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6694         when getting credentials.
6695
6696         * gnus-util.el (gnus-delete-duplicates): New function.
6697
6698 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6701         a creation default, pass the whole port list down.  It will be
6702         completed.
6703
6704         * auth-source.el (auth-source-search): Updated docs to talk about
6705         multiple creation choices.
6706         (auth-source-netrc-create): Accept a list as a value (from the search
6707         parameters) and do completion on that list.  Keep a separate netrc line
6708         with the password obscured for showing the user.
6709
6710         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6711         first choice to `auth-source-search' so it will be used for entry
6712         creation instead of the server's Gnus-specific name.
6713         (nnimap-credentials): Rely on the auth-source library to select which
6714         port is actually wanted in the new netrc entry, so don't override
6715         `auth-source-creation-defaults'.
6716
6717         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6718         :protocol and accept a missing user, host, or port as a wildcard match.
6719         (auth-source-debug): Default to off.
6720
6721         (auth-source-netrc-search, auth-source-netrc-create)
6722         (auth-source-secrets-search, auth-source-secrets-create)
6723         (auth-source-user-or-password, auth-source-backend, auth-sources)
6724         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6725         instead of :protocol.
6726
6727         * nnimap.el (nnimap-credentials): Pass a port default to
6728         `auth-source-search' in case an entry needs to be created.
6729         (nnimap-open-connection-1): Use :port instead of :protocol.
6730
6731 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * auth-source.el: Bind load-path when loading EIEIO from
6734         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6735         21.4 doesn't support, to `require'.
6736         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6737         delete-dups that is not available in XEmacs 21.4.
6738
6739 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6740
6741         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6742         as EIEIO must also be loaded when auth-source.el is being
6743         byte-compiled.
6744
6745 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6748
6749         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6750
6751         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6752
6753         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6754
6755         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6756
6757         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6758
6759         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6760
6761         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6762         necessary.
6763
6764 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6765
6766         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6767         nil means that nnimap doesn't get updated.
6768
6769 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6772         result when the user doesn't want to write to the file.
6773         (auth-source-netrc-search): Expect a synthetic result and proceed
6774         accordingly.
6775         (auth-source-cache-expiry): New variable to override
6776         `password-cache-expiry'.
6777         (auth-source-remember): Use it.
6778
6779         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6780         parameter.  Create entry if necessary by using :create t.
6781         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6782
6783 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * auth-source.el (auth-source-debug): Enable by default and don't
6786         mention the obsolete `auth-source-hide-passwords'.
6787         (auth-source-do-warn): New function to debug unconditionally.
6788         (auth-source-do-debug): Use it.
6789         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6790         and for Secrets API entries when the secrets.el library is not
6791         available.
6792
6793 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6796         (gnus-summary-exit): Kill the correct article buffer on exit from a
6797         `C-d' group.
6798
6799         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6800         gnus-propagate-marks.
6801
6802         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6803         before killing the buffers so that a non-full window conf gets handled
6804         correctly.
6805         (gnus-summary-exit): Ditto.
6806         (gnus-summary-read-group-1): Ditto.
6807
6808         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6809         async code again so that we can debug it properly.
6810
6811         * message.el (message-reply): Take an optional switch-buffer parameter
6812         so that Gnus window confs are respected better.
6813
6814 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6817         `plist-get' to accept non-list parameters (XEmacs issue).
6818         Fix docstring.
6819         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6820         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6821         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6822         Login collection is "Login" and not "login".
6823
6824 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6827         multiple headers.
6828
6829         * nnimap.el (nnimap-inhibit-logging): New variable.
6830         (nnimap-log-command): Don't log login commands.
6831
6832         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6833         to have more parameters.
6834
6835         * nnimap.el (nnimap-send-command): Mark the command time for each
6836         command, so that we don't get NOOPs stepping on our toes.
6837
6838         * gnus-art.el (article-date-ut): Get the date from the Date header on
6839         `t'.
6840
6841 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * auth-source.el (auth-source-search): Use copy-sequence instead of
6844         the cl.el copy-list.
6845
6846 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * imap.el: Bring it back (revert
6849         84d800cd31de3064f0ed39617d725709a2f8f42f).
6850
6851 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6852
6853         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6854         Improve prompt.
6855
6856 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6857
6858         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6859         washing status from the default format.  It isn't very informative.
6860
6861 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6862
6863         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6864         Fix Gcc processing on imap.
6865
6866 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * imap.el: Remove file.  All the functionality is in nnimap.el.
6869
6870 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * message.el (message-bury): Don't pop up a new window when selected
6873         window is dedicated.
6874
6875 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6876
6877         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6878
6879 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * sieve-manage.el: Autoload `auth-source-search'.
6882         (sieve-sasl-auth): Use it.
6883
6884 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6885
6886         * nnimap.el: Autoload `auth-source-forget+'.
6887         (nnimap-open-connection-1): Use it if the connection fails.
6888
6889         * auth-source.el: Require `password-cache'.
6890         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6891         obsolete.
6892         (auth-source-magic): Marker for `password-cache' keys.
6893         (auth-source-do-cache): Update docstring.
6894         (auth-source-search): Use and check cache.
6895         (auth-source-forget-all-cached, auth-source-remember)
6896         (auth-source-recall, auth-source-forget, auth-source-forget+)
6897         (auth-source-specmatchp): Caching support functions.
6898         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6899         Remove and obsolete.
6900         (auth-source-user-or-password): Remove caching to further discourage
6901         using it.  Always hide passwords.
6902
6903         * password-cache.el (password-cache-remove): Accept secrets that are
6904         not strings.
6905
6906 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6907
6908         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6909         code for now, since it doesn't work for all users.
6910
6911 2011-02-09  Julien Danjou  <julien@danjou.info>
6912
6913         * message.el (message-options): Make message-options really buffer
6914         local.
6915
6916 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * mail-source.el: Autoload `auth-source-search'.
6919         (mail-source-keyword-map): Note order matters.
6920         (mail-source-set-1): Get all the mail-source source values and
6921         defaults and search auth-source on those if needed.  This can all
6922         probably be simplified.
6923
6924         * nnimap.el: Autoload `auth-source-search'.
6925         (nnimap-credentials): Use it.
6926         (nnimap-open-connection-1): Ask for the virtual server and physical
6927         address in one shot.
6928
6929         * nntp.el: Autoload `auth-source-search'.
6930         (nntp-send-authinfo): Use it.  Note TODO.
6931
6932 2011-02-08  Julien Danjou  <julien@danjou.info>
6933
6934         * shr.el (shr-tag-body): Add support for text attribute in body
6935         markups.
6936
6937         * message.el (message-options): Make message-options a local variable.
6938
6939 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * auth-source.el (auth-source-secrets-search)
6942         (auth-source-user-or-password): Use `append' instead of `nconc'.
6943         (auth-source-user-or-password): Build return list better and protect
6944         against nil :secret.
6945
6946 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnimap.el (nnimap-update-info): Refactor slightly.
6949         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6950         (nnimap-update-info): Clean up slightly.
6951         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6952         characters.
6953         (nnimap-process-quirk): Rename function to avoid collision.
6954         (nnimap-update-info): Fix macrology bug-out.
6955         (nnimap-update-info): Simplify split history test.
6956
6957 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6958
6959         * auth-source.el (top): Require 'eieio unconditionally.
6960         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6961         (auth-source-secrets-search): Limit search when `max' is greater than
6962         number of results.
6963
6964 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6965
6966         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6967         part not returning any data.
6968
6969         * proto-stream.el (open-protocol-stream): Document the return value.
6970
6971 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * auth-source.el (auth-source-secrets-search): Add examples.
6974
6975 2011-02-06  Julien Danjou  <julien@danjou.info>
6976
6977         * message.el (message-setup-1): Handle message-generate-headers-first
6978         set to t.
6979
6980 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6981
6982         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6983         API with a string "secrets:collection-name" and with 'default.
6984         (auth-source-backend-parse): Parse "secrets:collection-name" and
6985         'default.  Recurse on parses instead of repeating code.  Use the
6986         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6987         message when ignoring a source.
6988         (auth-source-search): List ignored search keys at the top level.
6989         (auth-source-netrc-create): Use `case' instead of `cond'.
6990         (auth-source-secrets-search): Created with TODOs.
6991         (auth-source-secrets-create): Created with TODOs.
6992         (auth-source-retrieve, auth-source-create, auth-source-delete)
6993         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6994         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6995         (auth-source-user-or-password-sftp)
6996         (auth-source-user-or-password-smtp): Remove.
6997         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6998         around `auth-source-search'.  Not tested thoroughly.
6999
7000 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * auth-source.el: Bring in assoc and eioeio libraries.
7003         (secrets-enabled): New variable to track the status of the Secrets API.
7004         (auth-source-backend): New EIOEIO class to represent a backend.
7005         (auth-source-creation-defaults): New variable to set prompt defaults
7006         during token creation (see the `auth-source-search' docstring for
7007         details).
7008         (auth-sources): Simplify to allow a simple string as a netrc backend
7009         spec.
7010         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7011         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7012         (auth-source-search): Main auth-source API entry point.
7013         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7014         (auth-source-search-collection): Helper function for searching.
7015         (auth-source-netrc-parse, auth-source-netrc-normalize)
7016         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7017         Supports search, create, and delete.
7018         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7019         backend stubs.
7020         (auth-source-user-or-password): Call `auth-source-search' but it's not
7021         ready yet.
7022
7023 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7024
7025         * message.el (message-setup-1): Remove the read-only stuff, since it
7026         doesn't work under XEmacs, for some reason.
7027
7028         * gnus-sum.el (gnus-user-date): Rename back from
7029         gnus-summary-user-date since user code refers to it.
7030
7031         * shr.el (shr-render-td): Store the actual background color used.
7032
7033         * message.el (message-setup-1): Don't bind the constant
7034         -forbidden-properties.
7035         (message-setup-1): Revert previous change, since it needs to bind the
7036         props to insert them.
7037         (message-resend): Allow removing the read-only separator line.
7038
7039 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7040
7041         * nnimap.el (nnimap-request-accept-article): Give an error message if
7042         the APPEND wasn't successful.
7043
7044 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7045
7046         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7047         that have no groups.
7048
7049 2011-02-03  Julien Danjou  <julien@danjou.info>
7050
7051         * gnus-draft.el: Remove progn around gnus-draft-setup.
7052
7053 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7054
7055         * gnus-start.el (gnus-read-active-for-groups): This function is never
7056         called with a nil `infos', so clean that up.
7057         (gnus-get-unread-articles): Request active files from primary/secondary
7058         methods that have no groups (yet).
7059
7060 2011-02-03  Julien Danjou  <julien@danjou.info>
7061
7062         * message.el (message-setup-1): Always generate References first.
7063         (message-mail): Return the return value of message-setup, not always t.
7064         (message-setup-1): Insert mail-header-separator with read-only and
7065         intangible properties set.
7066
7067         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7068         user-date in docstring.
7069
7070         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7071
7072         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7073         docstring.
7074
7075         * gnus.el (gnus-user-date-format-alist): Change default value.
7076         Use defcustom, with type and group.  Move from gnus-util.el.
7077         Rename to gnus-summary-user-date-format-alist.
7078
7079 2011-02-03  Glenn Morris  <rgm@gnu.org>
7080
7081         * nnimap.el (gnus-fetch-headers): Declare.
7082
7083         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7084
7085 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7086
7087         * message.el (message-forward-make-body-digest-plain)
7088         (message-followup, message-reply): Clean up things noted by Stefan.
7089
7090         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7091         gnus-article-update-date-headers is nil.
7092         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7093         it didn't really work with defcustom.
7094         (article-update-date-lapsed): Make sure the window start doesn't move,
7095         either.
7096
7097 2011-02-01  Julien Danjou  <julien@danjou.info>
7098
7099         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7100         format.
7101
7102         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7103         standard in Emacs nowadays.
7104
7105         * color.el (color-gradient): Add a color-gradient function.
7106
7107 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7108
7109         * message.el (message-expand-name): Don't trust the return value of
7110         bbdb-complete-name.
7111         (message-check-news-header-syntax): Remove unused var `start'.
7112         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7113         (message-inhibit-body-encoding): Move to before first use.
7114         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7115         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7116         (Organization, Message-ID, Date, mh-previous-window-config):
7117         Defvar the vars using dynamic scoping.
7118
7119 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7120
7121         * shr.el (shr-render-td): Only do colors at the final rendering.
7122         Should be slightly faster.
7123         (shr-insert-table): Fix up TD background colors when doing the
7124         vertical padding.
7125
7126         * gnus-art.el (article-date-ut): Protect against articles with no Date
7127         header.
7128         (article-update-date-lapsed): Don't use current-column to find the
7129         horizontal position.  It's fragile in the presence of \003 characters.
7130
7131         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7132
7133 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7134
7135         * gnus-art.el (article-transform-date): Rewrite to still work when
7136         there are several rfc2822 parts.
7137         (article-transform-date): Fix infinite recursion.
7138         (article-date-ut): Replace infinitely many Date headers with a single
7139         one when called interactively.
7140
7141         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7142         secure manner.
7143
7144         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7145         move around by not using save-window-excursion.  It seems to work...
7146
7147 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * gnus-art.el (article-make-date-line): Work for user-defined format.
7150
7151 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7152
7153         * nntp.el (nntp-retrieve-group-data-early)
7154         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7155         fetching functions.
7156
7157         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7158         thoroughly for all backends that have no known groups.  This should
7159         allow new nnml methods to retrieve mail.
7160
7161         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7162         that Gnus doesn't know exists again.
7163
7164         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7165         (gnus-treat-date-ut): Ditto.
7166         (gnus-article-update-date-header): Rename.
7167         (gnus-treat-date-local): Remove.
7168         (gnus-treat-date-english): Remove.
7169         (gnus-treat-date-lapsed): Remove.
7170         (gnus-treat-date-combined-lapsed): Remove.
7171         (gnus-treat-date-original): Remove.
7172         (gnus-treat-date-iso8601): Remove.
7173         (gnus-treat-date-user-defined): Remove.
7174         (gnus-article-date-headers): New variable to control all the date
7175         header options.
7176         (article-date-ut): Rewrite to allow using the new way to format date
7177         headers(s).
7178
7179 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7180
7181         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7182         method.
7183         (nnmail-article-group): A better test for fanciness.
7184
7185         * nnimap.el (nnimap-request-head): Protect against not finding the
7186         article by Message-ID.
7187
7188 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7191         keep point at the "same place".
7192
7193 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7196         data if the group is inactive.
7197
7198 2011-01-28  Julien Danjou  <julien@danjou.info>
7199
7200         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7201         (gnus-all-windows-visible-p): Remove old compatibility code.
7202         (gnus-window-top-edge): Add docstring.
7203
7204         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7205
7206 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7207
7208         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7209         older request-update-info.
7210
7211         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7212
7213 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7214
7215         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7216         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7217
7218 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7221         groups.  This makes the nndraft:queue group pop up if it's not already
7222         there.
7223
7224         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7225         messages" logic, which was reversed.
7226
7227         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7228         the "same place" even if point is on the line being replaced.
7229         (article-update-date-lapsed): Allow updating both the combined lapsed
7230         and the lapsed headers.
7231         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7232         (article-make-date-line): Limit the number of segments dynamically to
7233         avoid too-long lines.
7234
7235 2011-01-27  Julien Danjou  <julien@danjou.info>
7236
7237         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7238         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7239
7240 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7243         Use plist-get instead of the cl function getf.
7244
7245 2011-01-27  Glenn Morris  <rgm@gnu.org>
7246
7247         * gnus-util.el (float-time): Get rid of compiler warning, again.
7248
7249 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7250
7251         * shr.el (shr-put-color): Special-case background colors: Do put them
7252         at the blank parts at the front of the lines.
7253
7254         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7255         exit hook to nix out all data on readedness on group exit.
7256
7257         * gnus-util.el (float-time): If float-time is bound, always use it on
7258         all Emacsen.  It's unclear why the subrp check was there.
7259         (time-date): Require to make some autoload issues on XEmacs go away.
7260
7261         * shr.el (shr-put-color): Don't do the box padding in tables, since
7262         they're already padded.
7263
7264 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-art.el (gnus-article-next-page): When the last line of the
7267         article is displayed, scroll down once more instead of going to the
7268         next article at once.
7269         (article-lapsed-string): Refactor out and allow specifying how many
7270         segments you want.
7271         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7272         (gnus-article-update-lapsed-header): New variable.
7273
7274         * shr.el: Revert change that made headings use different-sized faces.
7275         The Emacs display engine isn't advanced enough that, for instance,
7276         tables can comfortably use differently-sized faces.
7277
7278 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7279
7280         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7281         used.
7282         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7283         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7284         we're using an encrypted connection.
7285
7286         * proto-stream.el: Alter the interface functions to also return the
7287         actual stream type used: network or tls.
7288
7289 2011-01-25  Julien Danjou  <julien@danjou.info>
7290
7291         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7292         (mm-display-javascript-inline): New function.
7293
7294         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7295         viewing function.
7296
7297 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * shr.el (shr-expand-newlines): Fix variable name.
7300
7301 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7302
7303         * shr.el (shr-expand-newlines): Make nested boxes work.
7304
7305 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7306
7307         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7308         backgrounds.
7309         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7310         in a more sensible manner.
7311
7312 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7315         if EPG is loaded.
7316
7317 2011-01-24  Julien Danjou  <julien@danjou.info>
7318
7319         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7320         tags.
7321
7322 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7325         commands.
7326
7327         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7328         in the article buffer.
7329         (gnus-gravatar-insert): Use blank space from the current buffer to
7330         avoid breaking text properties.  This makes X-Sent updating work again.
7331
7332         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7333
7334 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7337         fix the bug in url-http.el instead.
7338
7339         * shr.el (shr-image-fetched): Ditto.
7340
7341         * shr.el (shr-image-fetched): Avoid having point move in the article
7342         buffer.
7343
7344         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7345         buffer after being called.  It's apparently being killed by url.el, and
7346         killing it made point move to end-of-buffer in a random buffer.
7347
7348         * shr.el (shr-image-fetched): Ditto.
7349
7350 2011-01-23  Julien Danjou  <julien@danjou.info>
7351
7352         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7353
7354         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7355         text/x-org.
7356
7357 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7360         (i.e., nnimap) returning nil as the article number.
7361
7362 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7363
7364         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7365         "DelSp" parameter in RFC3676.
7366
7367 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7368
7369         * message.el (message-check-recipients): Display the encoded version of
7370         the bogus address if they differ.
7371
7372         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7373         after sending.
7374
7375         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7376
7377         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7378
7379         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7380         group buffer after sending the queue.
7381
7382         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7383
7384 2011-01-22  Julien Danjou  <julien@danjou.info>
7385
7386         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7387
7388 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7389
7390         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7391         nested related parts.
7392
7393         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7394         unexpired articles.  This fixes the regression that led expiry marks to
7395         disappear from nnfolder groups.
7396
7397 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7398
7399         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7400         Don't confuse the "ret" of "retrograde" with RET.
7401
7402 2011-01-21  Julien Danjou  <julien@danjou.info>
7403
7404         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7405         than mm-insert-inline.
7406
7407 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7410         Widen article buffer.
7411
7412 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7415         the temp buffer.
7416         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7417
7418 2011-01-20  Julien Danjou  <julien@danjou.info>
7419
7420         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7421
7422         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7423         than mm-insert-inline to insert inline part: this respect
7424         mm-inline-media-tests displayers.
7425
7426         * mm-view.el (mm-display-shell-script-inline): New function.
7427
7428         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7429
7430         * mm-uu.el (mm-uu-type-alist): Add org block.
7431         (mm-uu-org-src-code-block-extract): New function.
7432
7433         * mm-view.el (mm-display-org-inline): New function.
7434
7435         * mm-decode.el (mm-automatic-display): Add text/org.
7436
7437         * mailcap.el (mailcap-mime-extensions): Add .org.
7438
7439 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7442         gnus-article-add-buttons.
7443
7444 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7445
7446         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7447         From header with a date and "nobody" as the sender.
7448
7449 2011-01-19  Julien Danjou  <julien@danjou.info>
7450
7451         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7452         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7453         if you have the same regexp several times.
7454         (gnus-button-push): Fix matching when regexp is symbol.
7455
7456 2011-01-15  Glenn Morris  <rgm@gnu.org>
7457
7458         * message.el (message-mail): A compose-mail function should
7459         accept headers as strings.
7460
7461 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7462
7463         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7464         Add :vert-only tags.
7465         (message-mail): New arg RETURN-ACTION.
7466         (message-return-action): New var.
7467         (message-bury): Use it.
7468         (message-mode): Make it buffer-local.
7469         (message-send-and-exit): Always call message-bury.
7470
7471         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7472         message-mail.
7473
7474 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * nnimap.el (nnimap-convert-partial-article): Protect against
7477         zero-length body parts.
7478
7479         * mm-decode.el (mm-preferred-alternative-precedence):
7480         Discourage showing empty parts.
7481
7482         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7483         and stuff if the backend didn't return the article number.  This fixes
7484         an Exchange-related nnimap bug.
7485
7486         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7487         group window, because it does the wrong thing when a separate frame
7488         displays the group buffer.
7489
7490         * proto-stream.el (open-protocol-stream): Protect against the low-level
7491         transport functions returning nil.
7492
7493 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7494
7495         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7496         (mml2015-epg-find-usable-secret-key): New function.
7497         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7498         mml2015-epg-find-usable-key (Bug#7797).
7499         (mml2015-epg-encrypt): Ditto.
7500
7501 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * dgnushack.el (rot13-string): Fix the way to get the argument.
7504
7505 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7508
7509 2011-01-03  Glenn Morris  <rgm@gnu.org>
7510
7511         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7512
7513         * sieve.el (sieve-open-server): Give a more explicit error if
7514         sieve-manage-open returns nil.  (Bug#7720)
7515
7516 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7517
7518         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7519
7520 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7523         This avoids sending passwords in plain text over non-encrypted
7524         channels.
7525
7526         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7527
7528         * nnimap.el (nnimap-login): Refactored out into own function, and
7529         implement CRAM-MD5.
7530         (nnimap-wait-for-line): Refactored out.
7531
7532         * mm-view.el (mml-smime): Require.
7533
7534 2010-12-20  David Engster  <deng@eml.cc>
7535
7536         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7537         use EPG to decrypt S/MIME messages instead of openssl.
7538
7539 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7542
7543         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7544         status is the group clearly is unreachable.
7545
7546         * auth-source.el (auth-source-create): Add the optional second
7547         parameter to `local-variable-p' to be compatible with XEmacs.
7548
7549 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7550
7551         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7552         work when using a compressed nnml folder.
7553
7554 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7557         backends after sanitising on entry, because this never makes sense:
7558         If the articles have gone missing, then the data no longer exists on
7559         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7560         overwrite anything anyway.
7561
7562         * shr.el (shr-insert-document): Bind shr-width dynamically to
7563         window-width if it's nil.
7564
7565 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7566
7567         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7568         with the meaning of using the full emacs window width for rendering.
7569
7570 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7571
7572         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7573         case when sender is not given.
7574
7575 2010-12-23  Julien Danjou  <julien@danjou.info>
7576
7577         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7578         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7579         the addresses, otherwise we might misplaced the gravatar.
7580
7581 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7582
7583         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7584         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7585         obsolete in Emacs.
7586
7587 2010-12-20  Julien Danjou  <julien@danjou.info>
7588
7589         * gnus-util.el (gnus-rescale-image): Revert last change.
7590
7591 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7592
7593         * binhex.el: Improve commentary (Bug#7482).
7594
7595 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * gnus-group.el (gnus-group-delete-articles): New command.
7598
7599 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7600
7601         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7602
7603 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7606         here, since it's up to the backends to do CRLF removal if their
7607         protocol has it.
7608
7609         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7610
7611 2010-12-17  Julien Danjou  <julien@danjou.info>
7612
7613         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7614         they are from file.  Can also scale up.
7615
7616 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7617
7618         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7619         Restore gnus-use-agent.
7620         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7621
7622         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7623
7624 2010-12-17  Julien Danjou  <julien@danjou.info>
7625
7626         * gravatar.el (gravatar-retrieve-synchronously): New function.
7627         (gravatar-get-data): Make more robust.
7628
7629 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7632
7633 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7636         to really consider the last line.
7637
7638 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7639
7640         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7641         list of recipient keys, or use symmetric encryption if not a list.
7642         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7643         EPA override, replacing the call to `netrc-store-data'.
7644
7645 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7646
7647         * gnus-srvr.el: Avoid passing nil regexp argument to
7648         delete-matching-lines.
7649
7650 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7653         fetching stops when Gnus exits.
7654
7655         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7656         function.
7657         (nnfolder-request-expire-articles): Save all the buffers after doing
7658         expiry.
7659
7660         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7661         the last article", since that led to serious performance regressions
7662         when expiring nnml groups.
7663
7664 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7665
7666         * nnir.el: Improve customizations.
7667
7668 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7671
7672         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7673         group has been killed.
7674         (gnus-group-yank-group): Ditto.
7675
7676         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7677
7678         * nnimap.el (nnimap-request-update-group-status): New function.
7679
7680         * gnus-int.el (gnus-request-update-group-status): New interface
7681         function.
7682
7683         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7684         copying read-ness to the backends.
7685
7686         * nnimap.el (nnimap-quirk): New function.
7687         (nnimap-retrieve-group-data-early): Use it.
7688         (nnimap-quirks): New alist.
7689
7690 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7693         don't delete it within indentation.
7694
7695 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7698         previous line.
7699
7700 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7703         QRESYNC command by deleting a superfluous space which broke Cyrus
7704         servers.  This change will break other servers that are buggy the other
7705         way around.
7706
7707 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * spam.el: Reindent and fix long lines.
7710         (spam-copy-or-move-routine): Exclude invalid move destinations.
7711
7712 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7713
7714         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7715         installed the registry.
7716
7717 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7720
7721 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7722
7723         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7724         groupname doesn't contain "gmane".
7725
7726 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7729         and netrc-bound-and-true-p bindings.
7730         (netrc-parse): Cache the netrc contents.
7731
7732         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7733         (gnus-1): Don't create the nndrafts group twice.
7734         (gnus-setup-news): There's no need to read the active file here, since
7735         that's done again later on a per-backend basis.
7736         (gnus-start-draft-setup): Make sure that the new group is started out
7737         empty.
7738
7739         * gnus-agent.el (gnus-agentize): Don't create the queue group
7740         automatically on startup.  It'll be created later, if needed.
7741
7742         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7743         of automatically subscribed groups.
7744         (gnus-auto-subscribed-categories): New variable.
7745         (gnus-matches-options-n): Use it.
7746         (gnus-default-subscribed-newsgroups): Remove unused variable.
7747         (gnus-start-draft-setup): Message a bit less.
7748
7749 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7750
7751         * nnir.el (nnir-run-imap): Return article list in order of increasing
7752         UID.
7753
7754 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-sum.el (gnus-summary-enter-digest-group):
7757         Mention gnus-auto-select-on-ephemeral-exit.
7758
7759         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7760         convention of the network-only option.
7761
7762 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * proto-stream.el (proto-stream-open-network-only): New function to
7765         have a way to specify non-STARTTLS upgrade connections.
7766
7767 2010-12-10  Julien Danjou  <julien@danjou.info>
7768
7769         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7770         email address is nil.
7771
7772         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7773
7774 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7775
7776         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7777         deletion.
7778         (nnir-run-imap): Only need to parse list once.
7779
7780 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * shr.el (shr-tag-script): Ignore <script>.
7783         (shr-tag-label): Add <label> support.
7784
7785 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7788
7789         * shr.el (shr-image-displayer): Work for images lined side by side.
7790
7791 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7792
7793         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7794         parameter, since XEmacs doesn't accept t as a parameter.
7795
7796 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7797
7798         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7799         ids.
7800         (nnir-run-gmane): Simplify groupspec formatting.
7801         (nnir-request-expire-articles): New function.
7802
7803 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7806         overflow, possibly.
7807
7808         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7809         (shr-render-td): Handle td style="" better.
7810         (shr-tag-table): Use the color from the style sheet.
7811         (shr-render-td): Make sure we copy over all the overlays, too.
7812
7813 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7814
7815         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7816         (nnir-request-article): Improve article retrieval.
7817
7818 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * mm-util.el (mm-extra-numeric-entities): New variable.
7821
7822         * mm-url.el (mm-url-decode-entities):
7823         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7824
7825         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7826
7827 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7828
7829         * message.el: Use completion-at-point.
7830         (message-completion-function): New fun, extracted from message-tab.
7831         (message-mode): Use it for completion-at-point-functions.
7832         (message-tab): Use it and completion-at-point.
7833
7834 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7837         character if a non-breakable character follows.
7838
7839 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7842         any stream.
7843
7844         * shr.el (shr-tag-font): Colorize the region.
7845         (shr-tag-body): Ditto.
7846         (shr-tag-font): Actually let the styles be inherited instead of
7847         overwriting them.
7848         (shr-tag-font): Get the background color right.
7849         (shr-tag-style): Ignore all <style> tags for the moment.
7850
7851         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7852         a Message-ID to avoid having nnimap depend on gnus-sum.
7853
7854         * shr.el (shr-descend): Only colorize something if we have a node that
7855         sets colors.
7856
7857 2010-12-06  Julien Danjou  <julien@danjou.info>
7858
7859         * shr.el (shr-render-td): Render td content with shr-descend, so style
7860         will be applied to <td> too.
7861         (shr-colorize-region): Colorize region even if we only have a background.
7862         (shr-tag-body): Fix color and background color inheritance.
7863         Do not recolorize after shr-generic.
7864         (shr-tag-font): Let shr-generic colorize via inheritance.
7865
7866 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7869
7870 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7871
7872         * nnir.el (nnir-request-move-article): Remove obsolete code.
7873
7874 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7877
7878 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * gnus-sum.el (gnus-summary-respool-article): The completion function
7881         expects a list instead of an alist.
7882
7883         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7884         string as the parameter.
7885
7886         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7887
7888         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7889         styles.
7890         (shr-colorize-region): New function.
7891         (shr-insert-background-overlay): Remove.
7892         (shr-render-td): Background setting should be taken care of on a higher
7893         level.
7894         (shr-tag-body): Use post-hoc colorizations.
7895         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7896         (shr-put-color-1): Don't overwrite old colors.
7897         (shr-colorize-region): When the background color isn't explicit, use
7898         a fixed background.
7899
7900         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7901         nnmail variables.
7902
7903 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7904
7905         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7906         unless necessary.
7907
7908 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7909
7910         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7911         server.
7912
7913 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7916         so that TAB works.
7917
7918         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7919         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7920
7921         * shr.el (shr-urlify): Show the URL before the title to avoid
7922         misleading URLs.
7923
7924 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7925
7926         * shr.el (shr-urlify): Display the title in <a> tags.
7927
7928 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7929
7930         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7931
7932 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7933
7934         * nnir.el: Rearrange code to allow macros to be autoloaded by
7935         gnus-sum.el.
7936         (nnir-retrieve-headers-override-function): Make this variable
7937         customizable.
7938         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7939
7940         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7941         from nnir.el.
7942
7943 2010-12-03  Julien Danjou  <julien@danjou.info>
7944
7945         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7946
7947 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7950         allow optional argument `environment'.
7951
7952 2010-12-03  Glenn Morris  <rgm@gnu.org>
7953
7954         * mm-extern.el (message-goto-body): Update declaration.
7955
7956 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-util.el (gnus-macroexpand-all): New function.
7959
7960         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7961         instead of macroexpand-all that is unavailable in XEmacs.
7962
7963 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7964
7965         * nnir.el (nnir-summary-line-format): New variable.
7966         (nnir-mode): Use it.
7967         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7968         (nnir-article-ids): Reimplement as defsubst.
7969         (nnir-retrieve-headers): Don't mangle the subject header.
7970         (nnir-run-imap): Use 100 as RSV score.
7971         (nnir-run-find-grep): Fix for full server searching.
7972         (nnir-run-gmane): Better restriction to gmane groups.
7973
7974         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7975         summary buffers.
7976
7977 2010-12-02  Julien Danjou  <julien@danjou.info>
7978
7979         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7980
7981         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7982
7983         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7984         support.
7985
7986 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7987
7988         * nnir.el: Update to handle the registry better.
7989         (autoload): Silence byte-compiler.
7990         (nnir-open-server): Add a hook for nnir groups.
7991         (nnir-request-move-article): Don't mangle the header.  Better to use
7992         formatting variables (which will be added in the future).
7993         (nnir-registry-action): Update the registry using the original article
7994         group name.
7995         (nnir-mode): Install nnir-specific hooks for updating the registry.
7996
7997         * gnus-sum.el
7998         (gnus-article-original-subject, gnus-newsgroup-original-name):
7999         Remove obsolete variables.
8000         (gnus-summary-move-article): Remove use of obsolete variables.
8001         (gnus-summary-local-variables): Make move and delete hooks local to
8002         summary buffers.
8003
8004 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * rtree.el: New file.
8007
8008 2010-12-01  Julien Danjou  <julien@danjou.info>
8009
8010         * message.el (message-user-organization): Do not use
8011         gnus-local-organization.
8012
8013         * gnus.el: Remove gnus-local-organization.
8014
8015         * gnus-msg.el: Remove nastygram thing.
8016
8017 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8018
8019         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8020         funcall.
8021
8022 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8025         names.
8026
8027         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8028         characters.
8029
8030         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8031         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8032         Suggested by Štěpán Němec <stepnem@gmail.com>.
8033         (gnus-gravatar-transform-address): Use mail-extract-address-components
8034         that supports non-ASCII names rather than mail-header-parse-addresses.
8035
8036 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * proto-stream.el (open-protocol-stream): All starttls connections are
8039         handled by the network handler.
8040
8041 2010-11-30  Julien Danjou  <julien@danjou.info>
8042
8043         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8044         (nnimap-open-connection-1): Fix PREAUTH.
8045
8046         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8047
8048 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8051         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8052         (shr-insert): Use them.
8053         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8054
8055 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8056
8057         * nnir.el (nnir-request-move-article): Bail out if original group
8058         doesn't support article moves.
8059         (nnir-get-active): Improve active list retrieval.
8060
8061 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8064
8065 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8066
8067         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8068         seem to accept strings-with-numbers as port numbers.
8069
8070 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8071
8072         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8073         change the registry.
8074
8075 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8078         delete-dups that is not available in XEmacs 21.4.
8079
8080         * mm-util.el (mm-delete-duplicates): Add comment.
8081
8082 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8083
8084         * nnir.el (nnir-ignored-newsgroups): New variable.
8085         (nnir-get-active): Use it.
8086
8087 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * proto-stream.el (proto-stream-open-network): Add some comments.
8090
8091         * nntp.el (nntp-open-connection): Provide a :success condition.
8092
8093         * nnimap.el (nnimap-open-connection-1): Ditto.
8094
8095         * proto-stream.el (proto-stream-open-network): See what the response to
8096         the STARTTLS command is.
8097
8098         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8099         backwards compatibility).
8100         (nnimap-open-connection-1): Really respect nnimap-server-port.
8101
8102         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8103         TLS upgrades we don't really care about the identity of the peer.
8104         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8105         that what we've checked for.
8106         (proto-stream-always-use-starttls): Only default to t if
8107         open-gnutls-stream exists.
8108         (proto-stream-open-network): If STARTTLS failed, then just open a
8109         normal connection.
8110         (proto-stream-open-network): Wait until the greeting before doing
8111         STARTTLS.
8112
8113         * nntp.el (nntp-open-connection): Report what the connection error is.
8114
8115         * proto-stream.el (open-protocol-stream): Rename from
8116         open-proto-stream.
8117
8118 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * nnimap.el (nnimap-stream): Change default to `undecided'.
8121         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8122         first, and then network.
8123         (nnimap-open-connection-1): Respect nnimap-server-port.
8124         (nnimap-open-connection): Be more backwards-compatible.
8125
8126         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8127         (proto-stream-open-starttls): De-duplicate the starttls code.
8128         (proto-stream-open-starttls): Folded back into the main function.
8129         (proto-stream-open-network): Fix typo in the gnutls path.
8130         (proto-stream-command): Refactor out.
8131
8132         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8133
8134         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8135         starttls.el STARTTLS.
8136
8137         * color.el (color-lab->srgb): Fix function call name.
8138
8139         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8140         if we're using tls.el.
8141         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8142         built in, then don't try to establish a STARTTLS connection.
8143
8144         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8145         servers.
8146
8147         * proto-stream.el (open-proto-stream): Use network, not stream.
8148         (open-proto-stream): Add a way to specify what the end of a command is.
8149
8150         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8151         connections types.
8152         (nntp-open-network-stream): Remove.
8153         (nntp-open-ssl-stream): Remove.
8154         (nntp-open-tls-stream): Remove.
8155         (nntp-ssl-program): Remove.
8156
8157         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8158
8159 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8160
8161         * nnir.el: Fix typos.
8162         (nnir-retrieve-headers-override-function): Rename variable to reflect
8163         new semantics.
8164         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8165         macros.
8166         (nnir-request-article, nnir-request-move-article): Use them.
8167         (nnir-categorize): New function.
8168         (nnir-run-query): Use it.
8169         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8170         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8171         sorted.
8172         (nnir-group-full-name): Use gnus-group-full-name instead.
8173         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8174         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8175
8176 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8179
8180         * proto-stream.el: New library to provide protocol-specific
8181         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8182         protocols.
8183         (open-proto-stream): Complete the documentation.
8184         (proto-stream-open-network): Fix some typos.
8185
8186         * nnimap.el (nnimap-open-connection): Use it.
8187
8188 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8189
8190         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8191         negotiation.
8192
8193 2010-11-26  Julien Danjou  <julien@danjou.info>
8194
8195         * color.el: Rename various rgb functions to srgb.
8196
8197 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8200         names.
8201
8202 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * shr.el (shr-insert): Revert last change.
8205         (shr-find-fill-point): Never leave point being at bol;
8206         relax the kinsoku limitation when rendering tables.
8207
8208 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8211         results from -accept-article.
8212
8213         * shr-color.el: Require cl when compiling.
8214
8215         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8216         checkin.
8217
8218         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8219
8220         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8221
8222         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8223         'add and 'delete to set backend marks.
8224
8225         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8226
8227         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8228
8229         * nntp.el (nntp-request-set-mark): Use it.
8230
8231         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8232
8233         * nnml.el (nnml-request-set-mark): Ditto.
8234
8235         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8236         introduces regressions in article selection.
8237         (nnimap-find-uid-response): New function.
8238         (nnimap-request-accept-article): Use the UID returned, if any.
8239         (nnimap-request-move-article): Use the UID returned, if any.
8240         (nnimap-get-groups): Reimplement to work with folded lines.
8241         (nnimap-find-uid-response): The UID is the last element in the list.
8242         (nnimap-request-set-mark): Extend syntax with 'set.
8243
8244         * nnml.el (nnml-request-set-mark): Ditto.
8245
8246         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8247
8248         * nntp.el (nntp-request-set-mark): Ditto.
8249
8250 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * message.el (message-called-interactively-p): A temporary macro.
8253         (message-goto-body): Use it temporarily.
8254
8255 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8256
8257         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8258         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8259         (nnimap-last-response-string): Fix last unfolding fix.
8260
8261 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * shr.el (shr-insert): Fix the way to fold lines.
8264
8265 2010-11-25  Julien Danjou  <julien@danjou.info>
8266
8267         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8268
8269         * color.el: Rename from color-lab.el
8270         (color-rgb->hex): Add.
8271         (color-complement): Add.
8272         (color-complement-hex): Add.
8273
8274         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8275
8276 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * shr-color.el (shr-color-visible): Don't bug out if the color names
8279         don't exist.
8280
8281 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8284         assuming that article displaying or another mml-preview may be
8285         interrupted for an error or for the like.
8286
8287         * shr.el (shr-get-background): Fix argument name.
8288
8289 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8292
8293         * gnus-sum.el (gnus-summary-include-articles): New function.
8294
8295         * message.el (message-goto-body): called-interactively-p needs a
8296         parameter, so use `any'.
8297
8298         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8299         clear marks before moving, since they're synced from the Gnus side
8300         first.
8301
8302         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8303         (gnus-summary-move-article): Copy over all marks before moving, so that
8304         IMAP doesn't think a new article has arrived.
8305
8306 2010-11-24  Julien Danjou  <julien@danjou.info>
8307
8308         * shr.el (shr-insert-background-overlay): Fix typo.
8309         (shr-render-td): Copy the background before rendering.
8310
8311         * shr-color.el (shr-color-visible): Fix docstring.
8312
8313         * shr.el (shr-tag-table): Add bgcolor support.
8314         (shr-render-td): Add bgcolor support.
8315         (shr-get-background): Add.
8316         (shr-insert-foreground-overlay): Use shr-get-background.
8317
8318         * message.el (message-goto-body): Use called-interactively-p.
8319         (message-in-body-p): message-goto-body returns point.
8320
8321 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8324         Fixes something or other in Emacs 23, and is backwards compatible.
8325
8326         * message.el (message-goto-body): Remove the <#secure special-casing,
8327         which is too special.
8328
8329         * shr.el (shr-parse-style): Drop !important from styles.
8330
8331 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8332
8333         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8334         this function to return incorrect results when calling it with an
8335         explicit article argument different from
8336         (gnus-summary-article-number).
8337
8338 2010-11-24  Julien Danjou  <julien@danjou.info>
8339
8340         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8341         (shr-tag-body): Add background support.
8342         (shr-descend): Add background support.
8343         (shr-tag-title): Add.
8344
8345         * shr-color.el (shr-color-visible): Really return original background
8346         if fixed.
8347
8348 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * shr.el (shr-color-check): Protect against non-existent color names.
8351
8352 2010-11-24  Julien Danjou  <julien@danjou.info>
8353
8354         * color-lab.el: Require 'cl when compiling.
8355
8356         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8357
8358         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8359         matched part.
8360
8361         * color-lab.el: Fix all expt calls to use float type.
8362
8363 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8366         expression to shr-color-check as is.
8367
8368         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8369
8370         * color-lab.el: Add coding cookie.
8371         (float-pi): Use eval-and-compile.
8372
8373         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8374         compiled for Emacsen having no `libxml-parse-html-region' support.
8375
8376 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * shr.el (shr-insert-color-overlay): Split stuff like
8379         "#444444 !important" to find the real color.
8380         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8381         parse <font color="red"> entries.
8382
8383 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8384
8385         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8386         point when parsing headers.
8387
8388         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8389         is positioned properly when parsing headers.
8390
8391 2010-11-23  Julien Danjou  <julien@danjou.info>
8392
8393         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8394
8395         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8396
8397         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8398
8399         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8400         Use shr-color-hue-to-rgb.
8401         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8402
8403 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * shr.el (shr-color->hexadecimal): Autoload.
8406         (shr-descend): Add color to all tags.
8407
8408 2010-11-22  Julien Danjou  <julien@danjou.info>
8409
8410         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8411         shr-color->hexadecimal.
8412
8413         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8414         RGB() or HSL() color representation.
8415
8416         * shr.el (shr-tag-font): Add.
8417         (shr-tag-color-check): New function to get better colors.
8418         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8419         tag-span.
8420
8421         * shr-color.el: New file.
8422
8423         * color-lab.el: New file.
8424
8425         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8426
8427 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8428
8429         * nnir.el: Fix typo in comments.
8430         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8431         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8432
8433 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8436
8437         * nnimap.el (nnimap-get-capabilities): Refactor out.
8438         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8439
8440 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8441
8442         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8443         appearing when `mm-uu-hide-markers' is nil.
8444
8445 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * nnimap.el (nnimap-unselect-group): Make into its own function.
8448         (nnimap-request-rename-group): Unselect group before renaming.
8449         This had gotten lost somewhere.
8450         (nnimap-request-accept-article): Keep track of examined groups, and
8451         unselect the group before APPENDing to read-only groups.
8452         (nnimap-request-move-article): Clear flags before moving so that they
8453         can be re-set later.
8454
8455 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8458         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8459
8460 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-art.el (gnus-mime-display-single):
8463         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8464         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8465         parameter.
8466
8467 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8470         (shr-table-vertical-line): New variable.
8471         (shr-insert-table): Use it.
8472
8473 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-html.el (gnus-html-wash-images): Don't display images if
8476         gnus-inhibit-images is non-nil; register displayer for cid images.
8477         (gnus-html-display-image): Work for cid image.
8478         (gnus-html-insert-image): Allow arguments.
8479         (gnus-html-put-image): Inhibit read-only.
8480         (gnus-html-prefetch-images): Don't prefetch images if
8481         gnus-inhibit-images is non-nil.
8482
8483 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * shr.el (shr-put-image): Break lines when inserting big pictures.
8486
8487 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8488
8489         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8490         sender, thanks Katsumi Yamaoka.
8491
8492 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8493
8494         * nnir.el (nnir-run-imap): Reverse the article list for each group
8495         rather than the whole list.
8496
8497 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * shr.el (shr-image-displayer): Protect function against non-existent
8500         image source.
8501
8502         * gnus-art.el (gnus-inhibit-images): New user option.
8503         (gnus-mime-display-single): Don't display image if it is non-nil.
8504
8505         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8506         gnus-inhibit-images.
8507
8508         * shr.el (shr-image-displayer): New function.
8509         (shr-tag-img): Use it.
8510
8511 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8512
8513         * mml2015.el (mml2015-epg-sign): Use From header.
8514
8515 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8518
8519         * gnus-util.el (gnus-find-text-property-region): Return markers.
8520
8521         * shr.el (shr-tag-img): Put a displayer in the text property.
8522
8523         * gnus-util.el (gnus-find-text-property-region): New utility function.
8524
8525         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8526         (gnus-html-show-images): Remove.
8527
8528         * gnus-art.el (gnus-article-show-images): New, more general function.
8529
8530         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8531         image url text properties.
8532
8533         * shr.el: Ditto.
8534
8535         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8536         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8537
8538 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8541         work for two or more articles.
8542
8543 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8546         divide an image that's in an html article to two or more when washing
8547         non-ASCII characters in alt text of it.
8548
8549 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8552         smime-decrypt-region using function argument.
8553         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8554
8555         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8556
8557         * smime.el (smime-decrypt-region): Catch it.
8558
8559 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8560
8561         * smime.el (smime-mode-map): Move initialization into declaration.
8562         (gnus-run-mode-hooks): Don't autoload.
8563         (smime-mode): Use define-derived-mode.
8564
8565 2010-11-11  Glenn Morris  <rgm@gnu.org>
8566
8567         * smime.el (from): Restrict declaration to XEmacs.
8568
8569         * nnir.el (gnus-group-topic-name): Autoload.
8570
8571 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * shr.el (shr-insert): Don't break long line if it is because of
8574         kinsoku-bol characters in the line end.
8575
8576 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8577
8578         * nnir.el (nnir-request-move-article): Fix to provide original group
8579         and subject.
8580         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8581         been retrieved.
8582
8583         * gnus-sum.el (gnus-summary-move-article): Use original group and
8584         subject for virtual articles such as those in an nnir summary buffer.
8585
8586 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8589         least 21.5).
8590
8591         * smime.el (from): Declare it again for XEmacs.
8592
8593 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8594
8595         * message.el (message-resend): Don't disable encoding unless it's
8596         already encoded.
8597
8598         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8599         low-numbered articles.
8600
8601 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * rfc2047.el (rfc2047-syntax-table): Simplify.
8604
8605         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8606
8607         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8608         set-char-table-range for XEmacs.
8609
8610 2010-11-10  Glenn Morris  <rgm@gnu.org>
8611
8612         * time-date.el (time-to-seconds): Always an alias on Emacs,
8613         never a real function.
8614         (with-no-warnings): Remove compat stub, now unused.
8615         (time-less-p): Doc fix.
8616         (time-to-number-of-days): Simplify.
8617
8618         * smime.el (from): Remove unused declaration.
8619
8620         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8621         (gnus-float-time): On Emacs, always an alias.
8622
8623         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8624         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8625
8626 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * dgnushack.el: Don't use ignore-errors in the top level form since it
8629         is unavailable in XEmacs even if cl is loaded.
8630
8631         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8632
8633 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * shr.el (browse-url-mailto): Autoload.
8636
8637         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8638
8639         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8640         regexp doesn't need quoting.
8641
8642 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8643
8644         * message.el (message-subject-trailing-was-ask-regexp)
8645         (message-subject-trailing-was-regexp): Match was: in addition to was.
8646
8647 2010-11-09  Glenn Morris  <rgm@gnu.org>
8648
8649         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8650         (nnbabyl-check-mbox): Use point-at-bol.
8651
8652 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8655
8656         * message.el (message-mailto): New function.
8657         (message-mailto): Should accept other parameters.
8658         (message-mailto): Remove since it duplicates browse-url-mailto
8659         functionality.
8660
8661 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8664         methods.
8665         (gnus-read-active-file): Ditto.
8666
8667         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8668         ": " from the prompt.
8669         (gnus-group-make-group): Ditto.
8670
8671 2010-11-07  Glenn Morris  <rgm@gnu.org>
8672
8673         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8674         (gnus-bookmark-kill-line): Use point-at-eol.
8675
8676 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8679         asterisks in From header.
8680
8681 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8684         string to avoid making the From headers syntactically invalid.
8685
8686         * message.el (message-send-mail): Don't insert courtesy messages if the
8687         message already has List-Post and List-ID messages.
8688
8689 2010-11-06  Glenn Morris  <rgm@gnu.org>
8690
8691         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8692         `condition', `type', `length' a prefix.
8693         (gnus-treat-predicate): Update for above name changes.
8694
8695 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8696
8697         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8698         binding.  Handled by `gnus-summary-refer-thread' instead.
8699         (nnir-warp-to-article): New backend function.
8700
8701         * nnimap.el (nnimap-request-thread): Force dependency updating.
8702
8703         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8704         (gnus-summary-refer-thread): Rework to improve thread-referral.
8705
8706         * gnus-int.el (gnus-warp-to-article): New function.
8707
8708         * gnus-sum.el (gnus-summary-article-map): Bind it.
8709
8710 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8711
8712         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8713         gnus-summary-refer-thread.
8714
8715         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8716         headers.
8717         (gnus-summary-limit-include-thread): Prevent articles in thread from
8718         being cut in gnus-cut-threads.
8719         (gnus-summary-refer-thread): Limit retrieved headers to those in
8720         thread.
8721
8722 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * message.el (message-send-mail): Use the value of
8725         message-courtesy-message from the message buffer.
8726
8727         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8728
8729         * shr.el (shr-browse-url): Implement mailto: URLs.
8730
8731         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8732         "raw".
8733
8734         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8735         if it's already selected.
8736
8737         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8738
8739 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8742         to measure the length and truncate alt text.
8743
8744 2010-11-03  Glenn Morris  <rgm@gnu.org>
8745
8746         * nndiary.el (nndiary-generate-nov-databases-1)
8747         (nndiary-generate-active-info): Rename dynamic variable `files' to
8748         something less generic.
8749
8750 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8751
8752         * nnir.el (nnir-request-move-article): Call the underlying backend to
8753         move articles from nnir.
8754
8755 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8758
8759 2010-11-02  Julien Danjou  <julien@danjou.info>
8760
8761         * nnir.el: Remove wais support.
8762
8763 2010-11-02  Glenn Morris  <rgm@gnu.org>
8764
8765         * gnus-html.el: Reorder requirements to quieten compiler.
8766
8767 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8770         properly for XEmacs as well.
8771         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8772         (gnus-article-natural-long-line-p): Use window-width rather than
8773         frame-width.
8774
8775 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8776
8777         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8778         (nnir-read-parms): Don't modify query.
8779         (nnir-run-query): Add ability to search topic on current line.
8780         (nnir-get-active): Clean up.
8781
8782 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8785         degenerate articles.
8786
8787         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8788         (gnus-print-buffer): Just print the buffer as is, without any copying
8789         to a buffer and then re-highlighting.
8790
8791         * nnimap.el (nnimap-request-group): Store the new updated info.
8792         (nnimap-request-group): Select the group when we don't know whether it
8793         exists or not.
8794
8795         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8796         groups.
8797
8798         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8799         groups.
8800
8801         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8802         groups.
8803
8804         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8805         long-lines case by only filling the long lines.
8806
8807         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8808         (bug#7311).
8809
8810 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * shr.el: No need to declare `declare-function' since shr.el is for
8813         only Emacsen that provide `libxml-parse-html-region'.
8814
8815         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8816         effective only in a file it is referred to.
8817
8818 2010-11-01  Glenn Morris  <rgm@gnu.org>
8819
8820         * mm-util.el (gnus-completing-read): Autoload.
8821         (mm-read-coding-system): Simplify Emacs definition.
8822
8823         * nnmail.el (gnus-activate-group):
8824         * nnimap.el (gnutls-negotiate):
8825         * nntp.el (netrc-parse): Fix declarations.
8826
8827 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8830         string-match-p in Emacs >=23.
8831
8832         * gnus-msg.el (gnus-configure-posting-styles):
8833         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8834
8835 2010-11-01  Glenn Morris  <rgm@gnu.org>
8836
8837         * nnir.el (declare-function): Add compat stub.
8838         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8839         (nnir-run-gmane): Require 'mm-url.
8840
8841         * mm-util.el (mm-string-to-multibyte): Simplify.
8842
8843         * shr.el (declare-function): Add compat stub.
8844         (url-cache-create-filename): Declare.
8845         (mm-disable-multibyte, widget-convert-button): Autoload.
8846
8847         * smime.el (ldap-search): Declare.
8848         (smime-cert-by-ldap-1): Require ldap on Emacs.
8849
8850         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8851         (nnimap-keepalive): Use gnus-float-time.
8852
8853         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8854         (mail-source-delete-crash-box): Use gnus-float-time.
8855
8856         * gnus-dired.el (gnus-completing-read): Autoload.
8857
8858         * mm-view.el (gnus-rescale-image): Autoload.
8859
8860         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8861
8862         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8863
8864         * sieve-manage.el: Require 'cl when compiling.
8865
8866         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8867         (gnus-iswitchb-completing-read): Require iswitchb.
8868         (gnus-select-frame-set-input-focus): Silence compiler.
8869
8870 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * message.el (message-subject-trailing-was-query): Change default to t,
8873         since I think that's what most people want.
8874
8875         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8876         appending for easier debugging.
8877         (nnimap-wait-for-connection): Take a regexp.
8878         (nnimap-request-accept-article): Wait for the continuation line before
8879         sending anything unless we're streaming.
8880
8881         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8882         leave the header washing to take place.
8883
8884 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8885
8886         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8887         regular expression match and replace in posting styles.
8888
8889 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8890
8891         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8892         an entire server.
8893         (nnir-get-active): New function.
8894         (nnir-run-imap): Use it.
8895         (nnir-run-gmane): Who knew, gmane search returns an article score!
8896
8897         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8898         server on the current line with nnir.
8899
8900 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8903         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8904         left edge.
8905         (gnus-article-foldable-buffer): Skip past the prefix when determining
8906         raggedness.
8907
8908         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8909         the raw article, and change `C-u g' to show the article without doing
8910         treatments.
8911
8912         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8913         on to `gnus-treat-article'.
8914         (gnus-inhibit-article-treatments): New variable.
8915
8916         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8917
8918         * gnus-art.el (gnus-treatment-function-alist): Have
8919         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8920         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8921         sections.
8922
8923         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8924         parameter.
8925         (gnus-article-fill-cited-long-lines): New function.
8926         (gnus-article-fill-cited-article): Allow filling only long sections.
8927
8928         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8929         and non-punctuation (like after the apostrophe in "'We").
8930
8931         * gnus-sum.el (gnus-summary-select-article): Make sure
8932         gnus-original-article-buffer is alive.
8933
8934         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8935         reflect the order they're in in the digest.
8936
8937         * gnus.el (gnus-group-startup-message): Move point to the start of the
8938         buffer.
8939
8940         * nnimap.el (nnimap-capability): New function.
8941         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8942         is set.
8943
8944 2010-10-31  David Engster  <dengste@eml.cc>
8945
8946         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8947         conform with changes to gnus-completing-read.
8948
8949 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8952
8953 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8954
8955         * nnir.el: Move defvar, defcustom around to keep file organized
8956         and keep byte-compiler quiet.
8957         (nnir-read-parms): Accept search-engine as arg.
8958         (nnir-run-query): Pass search-engine as arg.
8959         (nnir-search-engine): Remove.
8960
8961 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * shr.el (shr-generic): The text nodes should be text, not :text.
8964
8965         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8966         later in the file.
8967
8968 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8969
8970         * nnir.el: General clean up.  Allow searching with multiple engines.
8971         Allow separate extra-parameters for each engine.
8972         Batch queries when possible.
8973         (nnir-imap-default-search-key, nnir-method-default-engines):
8974         Add customize interface.
8975         (nnir-run-gmane): New engine.
8976         (nnir-engines): Use it.  Qualify all prompts with engine name.
8977         (nnir-search-engine): Remove global variable.
8978         (nnir-run-hyrex): Restore for now.
8979         (nnir-extra-parms, nnir-search-history): New variables.
8980         (gnus-group-make-nnir-group): Use them.
8981         (nnir-group-server): Remove in favor of gnus-group-server.
8982         (nnir-request-group): Avoid searching twice.
8983         (nnir-sort-groups-by-server): New function.
8984
8985 2010-10-30  Julien Danjou  <julien@danjou.info>
8986
8987         * gnus-group.el: Remove gnus-group-fetch-control.
8988
8989         * gnus-start.el (gnus-find-new-newsgroups):
8990         Remove gnus-check-first-time-used.
8991
8992         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8993
8994 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8995
8996         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8997         set on groups that don't have \* permanentflags.
8998
8999 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9002         control the background color.
9003         (shr-tag-img): Ignore very small web bug type images.
9004         (shr-put-image): Add help-echo alt texts to the images.
9005         (shr-tag-video): Show the video poster image.
9006
9007 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * shr.el (shr-table-depth): New variable.
9010         (shr-tag-table-1): Only insert the images after the top-level table.
9011
9012         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9013
9014         * gnus-util.el (gnus-list-memq-of-list): New function.
9015
9016         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9017         selected.
9018         (nnimap-unsplittable-articles): New slot.
9019         (nnimap-new-articles): Use it.
9020
9021 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9022
9023         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9024         move to the previous line on `M-g'.
9025
9026 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9029         *-request-group, which seems unnecessary.
9030
9031         * nnimap.el (nnimap-quote-specials): Function copied over from
9032         imap.el.
9033         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9034         they support that.  Suggested by Tom Regner.
9035
9036 2010-10-29  Julien Danjou  <julien@danjou.info>
9037
9038         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9039         defalias.
9040         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9041
9042         * gnus.el: Remove `gnus-nntp-service' variable.
9043         (gnus-secondary-servers): Make obsolete.
9044         (gnus-nntp-server): Make obsolete.
9045
9046         * gnus-start.el (gnus-1): Remove x-splash calls.
9047
9048         * gnus-ems.el (gnus-x-splash): Remove.
9049
9050         * gnus.el (gnus-group-startup-message): Simplify/update code.
9051
9052         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9053         definition.
9054
9055         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9056         capability before doing anything.
9057         (gnus-group-insert-group-line): Remove useless
9058         gnus-group-remove-excess-properties.
9059
9060 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9063
9064 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9067         config after reselecting.
9068
9069 2010-10-28  Julien Danjou  <julien@danjou.info>
9070
9071         * shr.el (shr-put-image): Use point even if only inserting text.
9072         (shr-put-image): Save excursion when inserting alt text on non-graphic
9073         display, so the behavior is the same when we are on a graphic display.
9074
9075         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9076
9077 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9080         (gnus-mime-copy-part): Check coding system, not charset.
9081         (gnus-mime-view-part-externally): Never remove part.
9082         (gnus-mime-view-part-internally): Don't remove part here.
9083         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9084         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9085         multipart/alternative.
9086
9087         * mm-decode.el (mm-display-part): Take optional arg `force'.
9088
9089 2010-10-26  Julien Danjou  <julien@danjou.info>
9090
9091         * gnus-group.el (gnus-group-default-list-level): Add this function to
9092         compute the default list level.
9093         (gnus-group-default-list-level): Add possibility to use a function.
9094
9095 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9098
9099         * gnus-group.el (gnus-group-completing-read)
9100         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9101         gnus-replace-in-string.
9102
9103 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * shr.el (shr-tag-div): Add.
9106
9107         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9108
9109 2010-10-25  Julien Danjou  <julien@danjou.info>
9110
9111         * gnus-util.el: Remove `gnus-with-local-quit'.
9112
9113         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9114
9115 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9118         the original article buffer.
9119
9120 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * nnimap.el (nnimap-request-head): New function.
9123         (nnimap-request-move-article): Try to be slightly faster by not
9124         requesting the entire message when moving.
9125         (nnimap-transform-headers): Don't bug out on bodiless articles.
9126         (nnimap-send-command): Have no outstanding messages if the IMAP server
9127         doesn't support streaming.
9128         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9129
9130 2010-10-24  Julien Danjou  <julien@danjou.info>
9131
9132         * message.el (message-default-headers): Fix type.
9133
9134 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9137         prefetching images.
9138
9139         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9140         backend for unknown groups.  This is mainly useful for nnimap groups.
9141
9142         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9143         group isn't covered by the agent.
9144
9145 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9146
9147         * nnir.el (nnir-method-default-engines): New variable.
9148         (nnir-run-query): Use it.
9149         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9150         (gnus-summary-nnir-goto-thread): Change group if needed.
9151
9152         * gnus-group.el (gnus-group-group-map): Add key binding for
9153         gnus-group-make-nnir-group.
9154
9155 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156
9157         * shr.el (shr-tag-object): Add.
9158
9159         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9160         original article buffer live.
9161         (gnus-summary-select-article-buffer):
9162         Mention gnus-widen-article-buffer.
9163
9164 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * shr.el (shr-tag-strong): Add.
9167
9168 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9171         group names.  They mess up the group buffer badly.
9172
9173         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9174
9175         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9176         instead of the summary one.
9177
9178 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * mml.el (mml-preview): Work properly when editing article.
9181
9182         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9183         gnus-have-read-active-file if it's already been in.
9184
9185 2010-10-22  Tom Tromey  <tromey@redhat.com>
9186
9187         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9188         gnus-group-completing-read.
9189
9190 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * message.el (message-mode-map): Don't bind M-; to comment region, to
9193         allow the global comment-dwim to work.
9194
9195 2010-10-21  Julien Danjou  <julien@danjou.info>
9196
9197         * message.el (message-setup-1): Allow message-default-headers to be a
9198         function.
9199
9200 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * shr.el (shr-tag-table): Simplify.
9203
9204 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9207         to avoid trying to snarf invalid stuff.
9208
9209         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9210
9211         * gnus.el (gnus-message-archive-group): Quote value.
9212         (gnus-message-archive-group): Mark as changed.
9213
9214         * shr.el (shr-add-font): Don't put the font properties on the newline
9215         or the indentation.
9216
9217         * message.el (message-fix-before-sending): Change options when sending
9218         non-printable characters.
9219
9220         * gnus.el (gnus-message-archive-method): Change the default to
9221         monthly outgoing groups.
9222
9223         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9224         that have gotten new numbers.
9225
9226         * nnimap.el (nnimap-request-replace-article): New function.
9227
9228 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9231         (nnrss-request-article): Don't use special html washing code.
9232
9233 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * shr.el (shr-tag-table): Remove useless nconc.
9236
9237 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-art.el (article-wash-html): Simplify and remove the charset
9240         stuff.  Use the normal html rendering code instead of the special html
9241         washing code.
9242
9243         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9244         `gnus-w3m' symbols.
9245         (mm-text-html-washer-alist): Remove.
9246
9247         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9248         (mm-inline-media-tests): Remove use.
9249         (mm-text-html-renderer): Change default to the `shr' symbol.
9250
9251         * mm-view.el (mm-inline-text-html): Remove use.
9252
9253         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9254         `gnus-blocked-images' to be a function.
9255         (gnus-article-wash-function): Remove.
9256
9257 2010-10-20  Julien Danjou  <julien@danjou.info>
9258
9259         * spam.el (spam-list-of-processors): Mark as obsolete.
9260
9261         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9262         (nnimap-insert-partial-structure): Fix boundary detection.
9263
9264 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9265
9266         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9267         run file-truename on remote files.  This can be expensive and even
9268         prevent one from editing drafts if some unrelated buffer has a stale
9269         connection.
9270
9271 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9274         kinsoku-eol regardless of shr-kinsoku-shorten.
9275         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9276         (shr-tag-table): Support caption, thead, and tfoot.
9277
9278 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9281         lines.
9282         (shr-save-contents): New command and keystroke.
9283
9284         * nndoc.el (nndoc-type-alist): Add git support.
9285         (nndoc-git-type-p): New function.
9286         (nndoc-transform-git-article): Ditto.
9287         (nndoc-transform-git-headers): Ditto.
9288         (nndoc-transform-git-headers): Generate Subject headers.
9289
9290         * shr.el (shr-parse-style): New function.
9291         (shr-tag-span): Ditto.
9292
9293         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9294         to `G G' to avoid collisions.
9295
9296 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * shr.el: Load kinsoku if necessary.
9299         (shr-kinsoku-shorten): New internal variable.
9300         (shr-find-fill-point): Make kinsoku shorten text line if
9301         shr-kinsoku-shorten is bound to non-nil.
9302         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9303         shr-indentation too when testing if table is wider than frame width.
9304         (shr-insert-table): Use `string-width' instead of `length' to measure
9305         text width.
9306         (shr-insert-table-ruler): Make sure indentation is done at bol.
9307
9308 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9309
9310         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9311         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9312         undecoded network data.
9313
9314 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9317         name in the mode line spec so that the mode line menu works
9318         (bug#2431).
9319
9320         * message.el (message-get-reply-headers): If we're fed `to-address',
9321         then always use that.
9322
9323         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9324         aren't so wide as to need to switch off the edit menu.
9325
9326         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9327         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9328
9329         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9330         `M-g'.
9331         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9332         the permanent marks.
9333
9334 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9335
9336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9337         Splitting according to references/in-reply-to obeys the ignore-groups
9338         variable, while splitting by sender and subject do not.
9339
9340 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9343         alist, so that we can look for non-Unicode chars.
9344         (article-translate-strings): Allow both character and string maps.
9345
9346 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * shr.el (shr-insert): Don't insert space behind a wide character
9349         categorized as kinsoku-bol, or between characters both categorized as
9350         nospace.
9351
9352 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9353
9354         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9355         headers to gnus-newsgroup-headers.
9356
9357 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * shr.el (shr-tag-img): Don't align images -- since we're not
9360         rescaling, this often leads to ugly displays.
9361
9362 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9363
9364         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9365         duplicates.
9366
9367 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9368
9369         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9370         call.
9371
9372 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * gnus.el: Autoload gnus-html-show-images.
9375
9376         * nnimap.el: Use nnheader-message throughout.
9377
9378         * shr.el (shr-tag-img): Ignore images with no data.
9379
9380 2010-10-15  Julien Danjou  <julien@danjou.info>
9381
9382         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9383         a possibility to disable format=flow encoding when using hard newlines.
9384
9385 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * shr.el (shr-insert): Remove space inserted before or after a
9388         breakable character or at the beginning or the end of a line.
9389         (shr-find-fill-point): Do kinsoku; find the second best point or give
9390         it up if there's no breakable point.
9391
9392 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * nnimap.el (nnimap-open-connection): Message when opening connection
9395         for debugging purposes.
9396
9397         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9398         on every setup buffer call to allow this to change from article to
9399         article.
9400
9401         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9402         buffers where we have a wide table.
9403
9404 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9405
9406         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9407         uses *-request-thread.
9408
9409 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410
9411         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9412         incantation, which is no longer valid.
9413
9414 2010-10-14  Julien Danjou  <julien@danjou.info>
9415
9416         * shr.el: Fix defcustom type (char -> character).
9417
9418 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9421         programs.
9422
9423 2010-10-14  Julien Danjou  <julien@danjou.info>
9424
9425         * shr.el (shr-tag-a): Use url-link as widget type.
9426
9427         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9428         `gnus-group-get-icon'.
9429
9430 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9433         This should make server editing work better.
9434
9435         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9436
9437         * tls.el (tls-program): Remove spurious %s from openssl.
9438
9439         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9440         (nnimap-parse-flags): Fix regexp.
9441
9442         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9443         probably work for CJVK text, too.
9444
9445         * nnimap.el (nnimap-extend-tls-programs): Remove.
9446         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9447
9448         * tls.el (tls-starttls-switches): Remove starttls hack.
9449         (open-tls-stream): Ditto.
9450         (tls-find-starttls-argument): Ditto.
9451
9452 2010-10-13  Julien Danjou  <julien@danjou.info>
9453
9454         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9455         responses.
9456
9457 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9460
9461         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9462         anything in Emacs.
9463
9464         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9465
9466 2010-10-13  Julien Danjou  <julien@danjou.info>
9467
9468         * shr.el (shr-width): Make shr-width a defcustom with default to
9469         fill-column.
9470         (shr-tag-img): Use shr-width rather than fill-column.
9471
9472 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * dgnushack.el (byte-optimize-apply):
9475         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9476
9477         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9478         position when (X-)Faces exist.
9479         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9480         avatars when called interactively.
9481
9482 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9485         gnus-article-x-face-too-ugly is bound.
9486
9487 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9490
9491         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9492         mailbox that doesn't exist.
9493
9494 2010-10-12  Julien Danjou  <julien@danjou.info>
9495
9496         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9497         (shr-get-image-data): Encode URL properly when fetching from cache.
9498         (shr-tag-img): Use aligned-to spaces to align correctly images.
9499
9500         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9501         before inserting the Gravatar.
9502
9503         * shr.el (shr-tag-img): Add align attribute support for <img>.
9504
9505 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * gnus-gravatar.el (gnus-art): Require.
9508
9509         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9510         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9511         Remove long obsoleted functions.
9512
9513 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9516
9517         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9518
9519         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9520         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9521         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9522         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9523         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9524         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9525         * sieve-manage.el, smime.el, spam.el:
9526         Fix comment for declare-function.
9527
9528 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * nnimap.el (nnimap-request-rename-group): Select group read-only
9531         before renaming it.
9532
9533         * shr.el (shr-insert): Fix up the white space only regexp.
9534
9535         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9536         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9537
9538         * shr.el (shr-current-column): New function.
9539         (shr-find-fill-point): New function.
9540
9541 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9542
9543         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9544         numbers.
9545
9546 2010-10-11  Julien Danjou  <julien@danjou.info>
9547
9548         * shr.el (shr-hr-line): Add.
9549         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9550         display hr lines.
9551         (shr-max-columns): Do not change state to nil if we just inserting
9552         spaces.
9553
9554 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9557         select the last group.
9558
9559 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9562
9563 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9564
9565         * dig.el (dig-mode-map): Declare and define in one step.
9566
9567 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9570         for Gnus.
9571         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9572         (nnimap-update-qresync-info): Mark \Seen articles as read.
9573
9574         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9575         non-variable, too.
9576
9577         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9578         available.
9579         (nnimap-update-info): Rely more on the current active than the param
9580         active to avoid marking articles as read too much.
9581
9582         * auth-source.el (auth-source-create): Use (user-login-name) for the
9583         user name default.
9584
9585         * nnimap.el (nnimap-update-info): If the server doesn't return any
9586         useful info, just use the previous info.
9587         (nnimap-update-info): Prefer old info over start-article.
9588         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9589
9590 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9591
9592         * nnir.el (autoload): Clean up autoloads.
9593         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9594         Use key rather than value.
9595         (nnir-imap-search-other): New variable.
9596         (nnir-read-parm): Use it.
9597         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9598         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9599
9600 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9601
9602         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9603         the process, too.
9604
9605 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * spam.el (gnus-summary-mode-map): Bind to "$".
9608         Suggested by Russ Allbery.
9609
9610         * shr.el: Rework the way things are indented by <li> slightly.
9611
9612         * gnus.el (gnus-group-set-parameter): Fix typo.
9613
9614         * nnimap.el: Start implementing QRESYNC support.
9615
9616 2010-10-09  Julien Danjou  <julien@danjou.info>
9617
9618         * nnir.el (nnir-engines): Fix too many arguments.
9619
9620 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9623         group is the "last", so that the backends like nnfolder actually save
9624         their folders.
9625
9626         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9627         try to use that for the tls stream.
9628         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9629         UIDVALIDITY and find out which groups are read-only and not.
9630         (nnimap-get-flags): Use the same marks parsing code as the rest of
9631         nnimap.
9632
9633 2010-10-09  Julien Danjou  <julien@danjou.info>
9634
9635         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9636
9637         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9638         retrieving gravatars.
9639
9640         * shr.el (shr-table-corner): Add.
9641         (shr-table-line): Add.
9642         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9643
9644 2010-10-08  Julien Danjou  <julien@danjou.info>
9645
9646         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9647
9648 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9649
9650         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9651
9652         * gnus-sum.el (gnus-mark-article-as-unread)
9653         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9654         (gnus-summary-set-bookmark): Use it.
9655
9656         * gnus-msg.el (gnus-setup-message): Use it.
9657
9658         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9659
9660         * gnus.el (gnus-group-remove-parameter): Use it.
9661
9662         * gnus-group.el (gnus-group-make-web-group): Use it.
9663
9664         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9665
9666         * nnregistry.el: Update docs to mention manual.
9667
9668         * gnus-registry.el: Update docs to mention nnregistry.el.
9669         (gnus-registry-initialize): Don't install nnregistry refer method
9670         automatically.
9671         (gnus-registry-install-nnregistry): Remove it.
9672
9673 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * shr.el (shr-insert): Don't insert double spaces.
9676
9677 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-gravatar.el (gnus-treat-from-gravatar)
9680         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9681         called interactively.
9682
9683         * gnus-art.el (gnus-mime-view-part-externally)
9684         (gnus-mime-view-part-internally): Make predicate function passed to
9685         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9686         of a mime type.
9687
9688         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9689
9690 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * shr.el (require): Require cl when compiling.
9693         (shr-tag-hr): New function.
9694
9695         * nnimap.el (nnimap-update-info): Remove double setting of high.
9696         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9697         This makes nnimap work properly on Courier again.
9698
9699         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9700         the variable for backwards compatibility.
9701
9702         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9703         the file name before using to avoid setting mm-default-directory to
9704         nil.
9705
9706         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9707         bidning gnus-agent variables.
9708
9709         * shr.el (shr-render-td): Use a cache for the table rendering function
9710         to avoid getting an exponential rendering behavior in nested tables.
9711         (shr-insert): Rework the line-breaking algorithm.
9712         (shr-insert): Don't leave trailing spaces.
9713         (shr-insert-table): Also insert empty TDs.
9714         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9715
9716 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9717
9718         * gnus-sum.el (gnus-number): Rename from `number'.
9719         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9720         (gnus-summary-limit-children): Update uses correspondingly.
9721
9722 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9725         (gnus-gravatar-transform-address): Don't show avatars of people of
9726         which mail addresses match gnus-gravatar-too-ugly.
9727
9728 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * shr.el (shr-table-widths): Expand TD elements to fill available
9731         space.
9732
9733 2010-10-07  Julien Danjou  <julien@danjou.info>
9734
9735         * nnimap.el (nnimap-request-rename-group): Add this method.
9736
9737 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9740         name from XEmacs' function-arglist.
9741
9742         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9743         gravatar under XEmacs.
9744
9745 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9746
9747         * auth-source.el: Update docs with TODO items.
9748
9749         * gnus-sync.el: Update docs to explain state and plans.
9750
9751         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9752         Hooks for mark updates.
9753         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9754
9755         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9756         hooks with arguments, which is needed for mark update hooks.
9757
9758 2010-10-06  Julien Danjou  <julien@danjou.info>
9759
9760         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9761         was matched.
9762
9763         * sieve-manage.el: Update example in `Commentary'.
9764
9765         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9766
9767         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9768         not 2000.
9769         (sieve-manage-authenticate): Re-add function.
9770
9771 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * shr.el (shr-insert): Get 'space transition right.
9774         (shr-render-td): Only delete space at the end of the TD.
9775
9776         * nnimap.el (nnimap-open-connection): Prepare to support
9777         open-gnutls-stream.
9778
9779         * shr.el: Rearrange function order to be more logical.
9780
9781 2010-10-06  Julien Danjou  <julien@danjou.info>
9782
9783         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9784         (nnrss-discover-feed): Remove 404 URL in docstring.
9785
9786         * nnir.el: Fix Swish-E URL.
9787         Fix Namazu URL.
9788
9789         * message.el (message-change-subject): Remove 404 URL in a comment.
9790
9791 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9794         called interactively.
9795
9796         * gnus-util.el (gnus-remove-if): Allow hash table.
9797         (gnus-remove-if-not): New function.
9798
9799         * gnus-art.el (gnus-mime-view-part-as-type):
9800         * gnus-score.el (gnus-summary-score-effect):
9801         * gnus-sum.el (gnus-read-move-group-name):
9802         Replace remove-if-not with gnus-remove-if-not.
9803
9804         * gnus-group.el (gnus-group-completing-read):
9805         Regard collection as a hash table if it is not a list.
9806
9807 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9810
9811         * shr.el: Document the table-rendering algorithm.
9812
9813 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9816         for Emacsen having no `libxml-parse-html-region' support.
9817
9818 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9821         invalid URLs.
9822
9823         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9824         line-broken.
9825         (shr-tag-img): Ignore image fetching errors.
9826         (shr-overlays-in-region): Compute overlay positions correctly.
9827
9828         * mm-decode.el (mm-shr): Require shr.
9829
9830         * gnus-art.el (gnus-blocked-images): Move variable here.
9831
9832         * shr.el (shr-insert-table): Bind free variable.
9833
9834         * mm-decode.el (mm-shr): Bind shr-content-function.
9835
9836         * shr.el (shr-content-function): New variable.
9837
9838         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9839         added for symmetry.
9840
9841         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9842
9843         * gnus-group.el (gnus-group-make-group): Doc fix.
9844
9845         * nnimap.el (nnimap-request-newgroups): Return success.
9846
9847         * shr.el (shr-find-elements): New function.
9848         (shr-tag-table): Put all the images after the table.
9849         (shr-tag-table): Really inhibit images inside the table.
9850         (shr-collect-overlays): Copy over overlays from the TD elements to the
9851         main document.
9852
9853         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9854         gnus-blocked-images.
9855
9856 2010-10-05  Julien Danjou  <julien@danjou.info>
9857
9858         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9859
9860         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9861         (gnus-html-maximum-image-size): Add this function.
9862         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9863
9864         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9865         server-value of the capability is nil.
9866
9867 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * shr.el (shr-tag-em): Add <EM> tag.
9870
9871 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9872
9873         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9874         customizable.
9875
9876         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9877         handing broken links to browse-url.
9878
9879 2010-10-05  Julien Danjou  <julien@danjou.info>
9880
9881         * gnus-util.el (gnus-emacs-completing-read)
9882         (gnus-iswitchb-completing-read): Use autoload rather than require.
9883
9884 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9887         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9888         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9889         iswitchb-temp-buflist for XEmacs.
9890
9891         * gnus-util.el (gnus-completing-read-function): Exclude
9892         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9893         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9894         XEmacs.
9895
9896         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9897         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9898
9899         * gnus-html.el: Don't require help-fns under XEmacs.
9900         (gnus-html-schedule-image-fetching): Work for XEmacs.
9901
9902         * mm-decode.el (mm-shr): Decode contents by charset.
9903
9904 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9905
9906         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9907         unknown.
9908
9909         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9910         (shr-get-image-data): Ensure against the cache file missing.
9911
9912         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9913         for data.
9914
9915         * spam-report.el (spam-report-url-ping-plain): Don't query about
9916         killing the process.
9917
9918         * shr.el (shr-render-td): Protect against too-wide text.
9919
9920 2010-10-04  Julien Danjou  <julien@danjou.info>
9921
9922         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9923         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9924
9925         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9926         retrieved.
9927
9928 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * shr.el (browse-url): Require.
9931         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9932         lines.
9933         (shr-show-alt-text, shr-browse-image): New commands.
9934         (shr-browse-url, shr-copy-url): New commands.
9935
9936         * gnus-sum.el (gnus-widen-article-window): New variable.
9937         (gnus-summary-select-article-buffer): Use it.
9938
9939         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9940         without @ signs.
9941
9942 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9943
9944         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9945
9946 2010-10-04  Julien Danjou  <julien@danjou.info>
9947
9948         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9949         for XEmacs.
9950
9951 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9954
9955         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9956         (nnimap-close-server): Implement.
9957
9958         * dgnushack.el (iswitchb): Require to shut up the compiler.
9959
9960         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9961         (shr-insert): Tweak line breaking.
9962         (shr-insert): Handle <pre> better.
9963         (shr-tag-li): Get <li> indentation right.
9964         (shr-tag-li): Get <li> indentation even righter.
9965         (shr-tag-blockquote): Ensure paragraph start.
9966         (shr-make-table): Tweak table generation.
9967         (shr-make-table): Fix typo.
9968
9969         * shr.el: Implement table rendering.
9970
9971 2010-10-04  Julien Danjou  <julien@danjou.info>
9972
9973         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9974
9975 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * shr.el (shr-insert): Use string anchors instead of line anchors.
9978
9979 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * shr.el: Add headings.
9982         (shr-ensure-paragraph): Actually work.
9983         (shr-tag-li): Make <ul> prettier.
9984         (shr-insert): Get white space at the beginning/end of elements right.
9985         (shr-tag-p): Collapse subsequent <p>s.
9986         (shr-ensure-paragraph): Don't insert double line feeds after blank
9987         lines.
9988         (shr-insert): \t is also space.
9989         (shr-tag-s): Fix "s" tag name function.
9990         (shr-tag-s): Fix face prop name.
9991
9992 2010-10-03  Julien Danjou  <julien@danjou.info>
9993
9994         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9995
9996         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9997         gnus-window-inside-pixel-edges.
9998
9999         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10000         gnus-ems.
10001
10002         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10003
10004         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10005         function.
10006
10007         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10008         resize choice.
10009
10010 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10013         beginning of the buffer.
10014
10015         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10016         article buffer again.
10017
10018         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10019
10020         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10021         when it's at the start of the buffer.
10022
10023         * shr.el (shr-tag-blockquote): Convert name.
10024         (shr-rescale-image): Use the right image-size variant.
10025
10026         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10027         buffer isn't shown, then select the current article first instead of
10028         bugging out.
10029         (gnus-summary-select-article-buffer): Show both the article and summary
10030         buffers again.
10031
10032         * shr.el (shr-fontize-cont): Protect against regions with no text.
10033         Rename tag functions to shr-tag-* for enhanced security.
10034         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10035
10036 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10037
10038         * shr.el (shr-insert):
10039         * pop3.el (pop3-movemail):
10040         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10041         loaded.
10042
10043 2010-10-03  Glenn Morris  <rgm@gnu.org>
10044
10045         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10046
10047         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10048
10049         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10050
10051         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10052
10053         * gnus-util.el (gnus-make-local-hook): Simplify.
10054
10055 2010-10-02  Julien Danjou  <julien@danjou.info>
10056
10057         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10058         (gnus-ido-completing-read): New function.
10059         (gnus-emacs-completing-read): New function.
10060         (gnus-completing-read): Use gnus-completing-read-function.
10061         Add gnus-completing-read-function.
10062
10063 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * shr.el (shr-insert-document): Autoload.
10066         (shr-img): Be silent.
10067         (shr-insert): Add a newline after every picture before text.
10068         (shr-add-font): Use overlays for combining faces.
10069         (shr-insert): Pass upwards the text start point.
10070
10071         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10072         possible.
10073         (mm-shr): New function.
10074
10075 2010-10-02  Julien Danjou  <julien@danjou.info>
10076
10077         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10078         should go backward.
10079
10080 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10081
10082         * shr.el (shr): Fix typo in provide call.
10083
10084 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * shr.el: New file.
10087
10088         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10089
10090         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10091         completing read.
10092
10093 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10096         we're being queried about.  Suggested by Dan Jacobson.
10097
10098         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10099         Suggested by Jason Eisner.
10100
10101         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10102         table, too.  Suggested by Stefan Wiens.
10103         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10104         the table unnecessary.  Suggested by Stefan Wiens.
10105
10106         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10107         longer needed, and probably doesn't work either, as pointed out by
10108         Stefan Wiens.
10109         (gnus-summary-exit): Remove call to the clearing function.
10110         (gnus-summary-exit-no-update): Ditto.
10111
10112         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10113         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10114         Reported by Stefan Monnier.
10115         (gnus-summary-save-in-rmail): Ditto.
10116
10117         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10118         article buffer, instead of both the article buffer and the summary
10119         buffer.  Sort of suggested by Dan Jacobson.
10120
10121         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10122
10123         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10124         Suggested by Dan Jacobson.
10125
10126         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10127         documentation clearer.
10128
10129         * message.el (message-shorten-references): Comment on the number "21".
10130         Suggested by Stefan Monnier.
10131
10132         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10133         Suggested by Dan Jacobson.
10134
10135         * gnus.el (gnus-large-newsgroup):
10136         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10137
10138         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10139         externalize attachments.  Bug reported by Steve Wen.
10140
10141         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10142         really message anything to the user.
10143
10144         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10145         directly.
10146
10147         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10148         messages in empty groups.
10149
10150 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10153         non-UIDNEXT group.
10154
10155 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10158         not the value from the collection.
10159
10160         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10161         values.  This sometimes happens on some groups that have no info.
10162         (nnimap-request-newgroups): New function.
10163
10164 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10167         check into `gnus-registry-initialize'.
10168         (gnus-registry-initialize): Ditto.
10169         Fix and extend header docs.
10170
10171 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10174         regexp backtrace overflows.
10175
10176         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10177         for starttls that tls.el implements; i.e. openssl.
10178
10179         * tls.el (tls-starttls-switches): Give up on using starttls with
10180         gnutls-cli.
10181         (tls-program): Add --insecure to be consistent with the defaults from
10182         openssl s_client.  Now all three commands are insecure.
10183
10184 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * lpath.el: Bind completion-styles-alist for XEmacs.
10187
10188         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10189         (gravatar-create-image): New function that's an alias to
10190         gnus-xmas-create-image, gnus-create-image, or create-image.
10191         (gravatar-data->image): Use it.
10192
10193 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10196         install the nnregistry refer method.
10197         (gnus-registry-install-hooks): Use it.
10198         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10199         unfollowed groups.
10200
10201 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10202
10203         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10204         expanding threads.
10205
10206 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * nnir.el: Use the server names without suffixes (bug#7009).
10209
10210         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10211         unencrypted to STARTTLS, if possible.
10212
10213 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10214
10215         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10216         headers before superseding.
10217
10218 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * nnrss.el (nnrss-use-local): Add documentation.
10221
10222         * nnimap.el (nnimap-extend-tls-programs): New function.
10223         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10224         (nnimap-wait-for-connection): Accept the greeting from the stupid
10225         output from openssl s_client -starttls, too.
10226
10227         * tls.el (tls-starttls-switches): New variable.
10228         (tls-find-starttls-argument): Use it.
10229         (open-tls-stream): Ditto.
10230
10231         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10232         (netrc-machine): Ditto.
10233
10234         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10235         article number.
10236         (nnimap-split-fancy): New variable.
10237         (nnimap-split-incoming-mail): Use it.
10238
10239         * nntp.el (nntp-server-list-active-group): Document.
10240
10241         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10242         SELECT to get the message-id.
10243
10244         * mail-source.el (mail-sources): Remove webmail support.
10245         (defvar): Ditto.
10246         (mail-source-fetcher-alist): Ditto.
10247         (mail-source-fetch-webmail): Remove.
10248
10249         * webmail.el: Remove -- doesn't seem relevant any more.
10250
10251         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10252
10253         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10254         the \r.
10255
10256 2010-09-30  Julien Danjou  <julien@danjou.info>
10257
10258         * gnus-agent.el (gnus-agent-add-group): Fix call to
10259         gnus-completing-read.
10260
10261 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * nndoc.el (nndoc-retrieve-groups): New function.
10264
10265         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10266         `default', use nnmail-split-methods.
10267         (nnimap-request-article): Downcase the NILs so that they are nil.
10268
10269         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10270         symbol.
10271
10272         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10273         code, since if the user has requested network, that's what they ought
10274         to get.
10275         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10276         (nnimap-split-rule): Mark as obsolete.
10277
10278         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10279         New variable.
10280
10281         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10282         correct slot, too.
10283
10284 2010-09-29  Julien Danjou  <julien@danjou.info>
10285
10286         * gnus.el (gnus-local-domain): Declare variable obsolete.
10287
10288         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10289         Fix history computing.
10290         (gnus-ido-completing-read): Require ido.
10291
10292 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10295         build Gnus.
10296
10297         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10298         when interpreting the structures.
10299         (nnimap-request-accept-article): Add \r\n to the lines to make this
10300         work with Cyrus.
10301
10302         * nndraft.el (nndraft-request-expire-articles): Use the group name
10303         instead if "nndraft".  Fix found by Nils Ackermann.
10304
10305 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10306
10307         * nnregistry.el: Add.
10308
10309 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10310
10311         * nnmail.el (group, group-art-list, group-art):
10312         Remove unneeded directives.
10313
10314 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10317         (mm-mime-charset):
10318         * rfc2047.el (rfc2047-syntax-table):
10319         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10320
10321         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10322         rather than `insert-file-contents' and `eval-region'.
10323
10324         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10325         construction.
10326
10327         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10328
10329         * time-date.el: No need to require cl for Emacs 21.
10330
10331 2010-09-29  Julien Danjou  <julien@danjou.info>
10332
10333         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10334         replacement of `gnus-gravatar-relief' to mimic
10335         `gnus-faces-properties-alist'.
10336         Add :version property.
10337
10338 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * mail-source.el (mail-source-report-new-mail):
10341         * message.el (message-default-mail-headers):
10342         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10343
10344         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10345
10346 2010-09-28  Julien Danjou  <julien@danjou.info>
10347
10348         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10349         mail-address contains the same string as real-name.
10350
10351         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10352         non-blank in header, otherwise it'll get stripped.
10353
10354         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10355         real-name, and then for mail address rather than doing : or , search.
10356
10357 2010-09-27  Julien Danjou  <julien@danjou.info>
10358
10359         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10360         right completing-read function.
10361         (gnus-use-ido): New variable
10362         (gnus-completing-read-with-default): Remove.
10363         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10364         (gnus-agent-add-group):
10365         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10366         * mm-view.el (mm-view-pkcs7-decrypt):
10367         * mm-util.el (mm-codepage-setup):
10368         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10369         * mml-smime.el (mml-smime-openssl-sign-query):
10370         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10371         (mml-insert-multipart):
10372         * gnus-msg.el (gnus-summary-yank-message):
10373         * gnus-int.el (gnus-start-news-server):
10374         * mm-decode.el (mm-interactively-view-part):
10375         * gnus-dired.el (gnus-dired-attach):
10376         * gnus.el (gnus-read-method):
10377         * gnus-bookmark.el (gnus-bookmark-jump):
10378         * gnus-art.el (gnus-mime-view-part-as-type)
10379         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10380         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10381         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10382         * nnmairix.el (nnmairix-create-server-and-default-group)
10383         (nnmairix-update-groups, nnmairix-get-server)
10384         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10385         (nnmairix-get-group-from-file-path):
10386         * nnrss.el (nnrss-find-rss-via-syndic8):
10387         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10388         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10389         (gnus-group-browse-foreign-server):
10390         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10391         (gnus-summary-execute-command, gnus-summary-respool-article)
10392         (gnus-read-move-group-name):
10393         * gnus-score.el (gnus-summary-increase-score)
10394         (gnus-summary-score-effect):
10395         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10396
10397 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10400         x-focus-frame.
10401
10402         * nnimap.el (auth-source-forget-user-or-password)
10403         (auth-source-user-or-password): Autoload.
10404
10405         * message.el (message-from-style, message-interactive)
10406         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10407         (message-yank-prefix, message-indentation-spaces, message-signature)
10408         (message-signature-file): Add comment.
10409
10410 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10413         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10414         new articles.
10415
10416         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10417         parts.
10418         (nnimap-request-article): Work with the t setting, too.
10419
10420         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10421         that you don't get flashes of other buffers.
10422         (gnus-summary-show-complete-article): Intern before setting.
10423
10424 2010-09-27  David Engster  <dengste@eml.cc>
10425
10426         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10427         well as HEADERS.
10428         (nnmairix-retrieve-headers): Provide new argument for the above.
10429
10430 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * gnus-sum.el (gnus-summary-move-article): Don't alter
10433         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10434         group.
10435
10436         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10437
10438         * message.el (message-cite-prefix-regexp): Revert my last edit.
10439
10440         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10441         variable instead of the Gnus variable.
10442
10443         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10444
10445         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10446
10447         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10448         since some servers don't like it.
10449         (nnimap-open-connection): Forget credentials if the server says the
10450         password was wrong.
10451         (nnimap-parse-line): Protect against invalid data.
10452
10453         * gnus-sum.el (gnus-summary-move-article): Add comment.
10454         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10455         nothing alters it while scanning for new messages.
10456
10457         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10458         which may or may not help.
10459         (nnimap-open-connection): If we're doing a stream connection, and then
10460         discover we're on a STARTTLS-capable server, then open a STARTTLS
10461         connection instead.
10462
10463 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * nnimap.el (utf7): Require.
10466
10467         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10468         prefix.
10469
10470 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10471
10472         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10473
10474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * nnimap.el (nnimap-request-accept-article): Message the error on
10477         error.
10478
10479 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10482
10483 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484
10485         * nndoc.el (nndoc-request-list): Return success always.
10486
10487         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10488         `fetch-old' -- we only want to fetch the articles we've requested.
10489         The rest are in the agent, probably.
10490         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10491         disappeared server" to something low.  It's not important.
10492
10493         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10494         arrived before the FETCH data.
10495
10496         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10497         target here, because we don't know the Gnus name of the group.
10498
10499         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10500         for the correct group.
10501
10502         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10503
10504         * gnus.el (gnus): Give a final warning after startup.
10505
10506         * gnus-util.el (gnus-action-message-log): New variable.
10507         (gnus-message): Use it.
10508         (gnus-final-warning): New function.
10509
10510         * nnimap.el (nnimap-open-connection): Record the greeting.
10511         (nnimap): Add greeting.
10512
10513 2010-09-26  Julien Danjou  <julien@danjou.info>
10514
10515         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10516         arguments.
10517         (gnus-html-wash-images): Fix spec computing to include start/end.
10518
10519         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10520
10521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10524         deletion.
10525         (nnimap-retrieve-headers): Don't select the group, because that's
10526         already done by nnimap-possibly-change-group.
10527
10528         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10529         (gnus-picon-transform-address): Use it.
10530
10531         * mail-source.el (mail-source-value): Revert previous patch.
10532
10533         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10534         on failure.
10535         (nnimap-open-connection): Look up both virtual and physical server name
10536         credentials.
10537
10538         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10539
10540 2009-02-07  Dave Love  <fx@gnu.org>
10541
10542         * tls.el (open-tls-stream): Don't query killing process.
10543
10544 2009-02-08  Dave Love  <fx@gnu.org>
10545
10546         * gnus-win.el (gnus-window-to-buffer-helper)
10547         (gnus-all-windows-visible-p): Function needn't be a symbol.
10548
10549         * mail-source.el (mail-source-value): Function needn't be a symbol.
10550
10551 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * message.el (message-cite-prefix-regexp): Remove } from the cite
10554         prefix.
10555
10556         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10557         highlight again, so that the highlight is correct.
10558
10559         * gnus-picon.el (gnus-picon): Remove again.
10560         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10561
10562         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10563         doing the header highlightling, so that the background color of the
10564         picon is correct.
10565
10566         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10567         (gnus-picon): Ditto.
10568         (gnus-picon): Reinstate.  The background color for picons is white.
10569         (gnus-picon-insert-glyph): Make the background white.
10570
10571         * nnml.el (nnml-open-nov): Don't return dead buffers.
10572
10573         * auth-source.el (auth-source-create): Query the user for whether to
10574         store the credentials.
10575
10576         * netrc.el (netrc-store-data): New function.
10577
10578         * auth-source.el (auth-source-user-or-password): Use the existing auth
10579         sources, if any, for creation.
10580
10581         * gnus.el (gnus-group-fast-parameter): Return the last matching
10582         parameter instead of the first matching parameter.
10583
10584 2010-09-26  Julien Danjou  <julien@danjou.info>
10585
10586         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10587
10588 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * mml2015.el (mml2015-use): Remove gpg support.
10591
10592         * mml1991.el (mml1991-function-alist): Remove gpg function.
10593         (mml1991-gpg-sign): Remove.
10594
10595 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10596
10597         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10598         (gnus-browse-unsubscribe-current-group): Document it.
10599         (gnus-browse-unsubscribe-group): Use it.
10600
10601 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10604         address to the To list for easier response.
10605
10606         * gnus.el (gnus-play-startup-jingle): Remove.
10607         (gnus-splash): Don't play jingle.
10608         (gnus): Silence gnus-load message.
10609
10610         * gnus-art.el (gnus-treat-play-sounds): Remove.
10611
10612         * gnus.el (gnus-play-jingle): Remove audio support.
10613
10614         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10615
10616         * earcon.el: Remove -- no users.
10617
10618         * gnus-audio.el: Remove -- no users of this package.
10619
10620         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10621
10622         * gnus-start.el (gnus-setup-news): Remove nocem support.
10623
10624         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10625
10626         * gnus.el (gnus-use-nocem): Remove.
10627
10628         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10629         Remove.
10630
10631         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10632         uses NoCeM any more.
10633
10634         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10635         (gnus-button-ctan-handler): Ditto.
10636         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10637         (gnus-button-ctan-directory-regexp): Ditto.
10638         (gnus-button-handle-ctan): Ditto.
10639         (gnus-button-tex-level): Ditto.
10640         (gnus-button-alist): Remove CTAN stuff.
10641
10642 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10645         nnimap-streaming test.
10646
10647         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10648         servers twice.
10649
10650         * nnimap.el (nnimap-open-connection): Add more error reporting when
10651         nnimap fails early.
10652
10653         * nnheader.el (nnheader-get-report-string): New function.
10654         (nnheader-get-report): Use it.
10655
10656         * gnus-int.el (gnus-check-server): Say what the error was when opening
10657         failed.
10658
10659         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10660         using streaming.
10661
10662 2010-09-25  Julien Danjou  <julien@danjou.info>
10663
10664         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10665         gnus-window-inside-pixel-edges.
10666
10667 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10670
10671         * mm-decode.el (mm-save-part): Allow saving to other directories the
10672         normal Emacs way.
10673
10674         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10675         Suggested by Jay Berkenbilt.
10676
10677         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10678         there isn't a single byte.
10679
10680         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10681         just do it.  It doesn't really seem to matter what the user responds
10682         here, I think, so it's just a confusing question.
10683
10684         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10685         non-streaming case.
10686
10687         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10688         (gnus-article-encrypt-body): Use it.
10689
10690         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10691         keystroke.
10692
10693         * nnimap.el (nnimap-find-wanted-parts-1):
10694         Use gnus-fetch-partial-articles.
10695
10696         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10697
10698         * nnimap.el (nnimap-insert-partial-structure): New function.
10699         (nnimap-get-partial-article): New function.
10700         (nnimap-request-article): Use it.
10701         (nnimap-wait-for-response): Return whether the wait was successful.
10702         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10703         retrieval wasn't successful.
10704         (nnimap-retrieve-group-data-early): Allow throttling servers.
10705         (nnimap-streaming): New variable.
10706         (nnimap-fetch-partial-articles): Remove.
10707
10708         * mm-decode.el (mm-with-part): Protect against killed buffers.
10709
10710         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10711         for prettier summary display.
10712
10713 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10714
10715         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10716
10717 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10720         apparently third-party libraries depend on it.
10721
10722         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10723         before starting negotiation.
10724
10725         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10726         privacy reasons.
10727         (gnus-treat-mail-gravatar): Ditto.
10728
10729         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10730         buffer when inserting images.  Inserting text into the headers, for
10731         instance, can make them invalid.
10732
10733 2010-09-25  Julien Danjou  <julien@danjou.info>
10734
10735         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10736         variables.
10737
10738         * nnheader.el: Remove useless variables news-reply-yank-from and
10739         news-reply-yank-message-id.
10740
10741         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10742         variables.
10743
10744         * mml1991.el: Remove useless mml1991-verbose.
10745
10746         * gnus.el: Remove useless variable gnus-use-generic-from.
10747         Remove obsolete variable gnus-topic-indentation.
10748
10749         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10750
10751         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10752
10753         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10754
10755         * gnus-group.el: Remove useless gnus-group-icon-cache.
10756         Remove useless gnus-ephemeral-group-server.
10757
10758         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10759
10760         * mml2015.el: Remove useless mml2015-verbose.
10761
10762         * mml-smime.el: Remove useless mml-smime-verbose.
10763
10764         * gnus.el: Remove useless gnus-local-domain.
10765
10766         * gnus-gravatar.el (gnus-gravatar-transform-address):
10767         Use gnus-gravatar-size.
10768
10769         * gnus-art.el: Remove useless gnus-treat-translate.
10770
10771 2010-09-24  Julien Danjou  <julien@danjou.info>
10772
10773         * gnus-sum.el: Add support for Gravatars.
10774
10775         * gnus-art.el: Add support for Gravatars.
10776
10777         * gnus-gravatar.el: Add this file.
10778
10779         * gravatar.el: Add this file.
10780
10781 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10784
10785         * gnus-group.el (gnus-group-fetch-faq): Remove.
10786
10787         * gnus.el (gnus-group-faq-directory): Remove.
10788
10789         * gnus-group.el (gnus-group-fetch-charter): Remove.
10790
10791         * gnus.el (gnus-group-charter-alist): Remove.
10792
10793         * gnus-group.el (gnus-group-archive-directory): Remove.
10794         (gnus-group-recent-archive-directory): Ditto.
10795         (gnus-group-make-archive-group): Remove.
10796
10797         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10798
10799         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10800         use the same article number for all the cached articles.
10801
10802         * nnimap.el (nnimap-command): Register the last command time so
10803         that we can use it for idling NOOPs.
10804         (nnimap-open-connection): Start the keeplive timer.
10805         (nnimap-make-process-buffer): Store all the process buffers.
10806         (nnimap-keepalive): New function.
10807
10808         * starttls.el (starttls-open-stream): Add autoload cookie.
10809
10810 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10811
10812         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10813         handling.
10814
10815 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10818         its data structures.
10819
10820         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10821         instead of the cl.el copy-list.
10822         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10823         equalp.
10824
10825 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10828         and tool-bar-local-item-from-menu.
10829
10830         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10831         mode-line-highlight face for Emacs.
10832
10833         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10834         loading gnus-sum.elc; fix comment for canlock-verify.
10835         (gnus-article-jump-to-part): Use read-number.
10836         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10837         Remove Emacs pre-21 compatible code for help-echo.
10838         (gnus-article-next-page-1): No need to adjust the number of lines.
10839         (gnus-article-describe-bindings): Always use help-buffer.
10840
10841         * gnus-audio.el (gnus-audio-inline-sound):
10842         * gnus-cus.el (gnus-custom-mode):
10843         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10844
10845         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10846
10847         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10848         compatible code.
10849
10850 2010-09-24  Glenn Morris  <rgm@gnu.org>
10851
10852         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10853         visiting the fcc file in rmail-mode.
10854
10855         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10856
10857 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * nnir.el: Silence the byte compiler.
10860
10861         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10862         alias to browse-url-url-encode-chars if any.
10863         (gnus-html-encode-url): Use it.
10864
10865 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * gnus-start.el (gnus-use-backend-marks): New variable.
10868         (gnus-get-unread-articles-in-group): Use it.
10869
10870         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10871         makeover.
10872
10873 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10874
10875         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10876
10877 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10880         Remove.
10881         (gnus-setup-news-hook):
10882         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10883
10884         * gnus-int.el (gnus-request-update-info): Protect against backends not
10885         having the function.
10886
10887         * nnimap.el (nnimap-stream): Mention starttls.
10888         (nnimap-open-connection): Add starttls support.
10889
10890 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10891
10892         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10893
10894 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10897         BODYSTRUCTUREs.
10898         (nnimap-transform-headers): Unfold quoted {42} headers.
10899
10900         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10901         the info.
10902         (gnus-get-unread-articles): Only call updatep on backends that support
10903         it.
10904
10905         * nnweb.el (nnweb-request-update-info): NOOP.
10906
10907         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10908
10909         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10910         since it only deals with marks.
10911
10912         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10913         gnus-request-marks, and make a new gnus-request-update-info.
10914
10915         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10916         the active instead of the high number, which is usually too low.
10917
10918 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10919
10920         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10921         * encrypt.el: Remove.
10922
10923 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10926         server in symbolic form.
10927
10928         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10929
10930 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10933         (nnimap-update-info): Fix up code slightly.
10934
10935         * gnus-int.el (gnus-open-server): Add tracing for performance
10936         debugging.
10937
10938         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10939         (gnus-group-insert-group-line): Pass the real group name so that it
10940         gets the right data.
10941
10942         * gnus-start.el (gnus-get-unread-articles): Don't have
10943         `gnus-get-unread-articles-in-group' update info, since that can be
10944         really slow and doesn't seem to be needed?
10945
10946 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10947
10948         * time-date.el (date-to-time): Try using parse-time-string first before
10949         using the slower timezone-make-date-arpa-standard.
10950
10951 2010-09-22  Julien Danjou  <julien@danjou.info>
10952
10953         * gnus-group.el (gnus-group-insert-group-line):
10954         Call gnus-group-highlight-line.
10955         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10956         default hook list.
10957         (gnus-group-update-eval-form): Add new function.
10958         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10959         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10960
10961 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10962
10963         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10964         immediate, then expire all articles.
10965         (nnimap-update-info): Fix off-by-one errors.
10966         (nnimap-flags-to-marks): Would return no marks lists for group with no
10967         flags.  Instead return the other data.
10968
10969 2010-09-22  Julien Danjou  <julien@danjou.info>
10970
10971         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10972         Only return an icon.
10973         (gnus-group-insert-group-line): Compute icon to return.
10974
10975         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10976         (gnus-html-image-fetched): Only cache if
10977         gnus-html-image-automatic-caching is set.
10978         (gnus-html-image-fetched): Check for errors.
10979
10980 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10983         once per method on `g'.  This ensures that backends like nnfolder don't
10984         open all their folders.
10985
10986         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10987         (nnimap-request-list): Nix out group in the correct buffer.
10988         (nnimap-parse-flags): Implement by using `read' instead of
10989         hand-parsing.
10990         (nnimap-flags-to-marks): Pass on permanent-flags.
10991         (nnimap-make-process-buffer): Record the server name.
10992         (nnimap-parse-flags): Fix typo.
10993         (nnimap-request-scan): Run split on the server in general, not just a
10994         single group.
10995
10996         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10997         parameter, and propagate this downwards.
10998
10999         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11000         since EXAMINE changes it on the server.
11001
11002         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11003         this command might take a while.
11004
11005 2010-09-22  Julien Danjou  <julien@danjou.info>
11006
11007         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11008         harmful if you have 2 images side-by-side, they can't be properly
11009         update on text deletion.  Using text-property is safer here.
11010         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11011         data.
11012
11013 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * nnimap.el (nnimap-expunge-inbox): Remove.
11016         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11017         (nnimap-expunge): Flip default to t.
11018
11019         * gnus.el (gnus-method-to-server): Don't push things to the cache
11020         unless it's unique.
11021         (gnus-server-to-method): Ditto.
11022
11023 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11024
11025         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11026
11027 2010-09-22  Julien Danjou  <julien@danjou.info>
11028
11029         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11030         get the start of data.
11031         (gnus-html-encode-url): Add this function to encode special chars in
11032         URL.
11033         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11034         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11035
11036         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11037         default.
11038         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11039
11040         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11041         images alt-text.
11042         (gnus-html-put-image): Put alt-text as help-echo.
11043
11044 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11047         * mm-util.el (mm-decompress-buffer):
11048         * nnir.el (nnir-run-find-grep):
11049         * pop3.el (pop3-list): Use 3rd arg of split-string.
11050
11051         * time-date.el (format-seconds): Comment fix.
11052
11053         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11054         and byte-optimize-form-code-walker.
11055         (dgnushack-make-auto-load): Don't advise make-autoload.
11056
11057         * lpath.el: Remove Emacs 21 stuff.
11058
11059 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11062         outside the active range.  Suggested by Dan Christensen.
11063
11064         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11065         slightly later to avoid double-getting it.
11066
11067         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11068         previous patch.
11069
11070         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11071
11072 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11073
11074         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11075
11076 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * gnus-int.el (gnus-open-server): Give a better error message in the
11079         "go offline" case.
11080
11081         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11082         marks for nnimap, which is seldom the right thing to do.
11083
11084         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11085         (gnus-same-method-different-name): New function.
11086
11087         * nnimap.el (parse-time): Require.
11088
11089         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11090         method in the presence of many similar methods.
11091
11092         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11093
11094         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11095         nnml-inhibit-expiry.
11096
11097         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11098         find out whether methods are equal.
11099
11100         * nnimap.el (nnimap-find-expired-articles): New function.
11101         (nnimap-process-expiry-targets): New function.
11102         (nnimap-request-move-article): Request the article before looking at
11103         what the Message-ID is.  Fix found by Andrew Cohen.
11104         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11105
11106         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11107         for oldness in addition to being a predicate.
11108
11109         * nnimap.el (nnimap-request-group): When we have zero articles, return
11110         the right data to Gnus.
11111         (nnimap-request-expire-articles): Only delete articles immediately if
11112         the target is 'delete.
11113
11114         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11115         method, this would bug out.
11116
11117         * gnus-group.el (gnus-group-expunge-group): Rename from
11118         gnus-group-nnimap-expunge, and implemented as a normal interface
11119         function.
11120
11121         * gnus-int.el (gnus-request-expunge-group): New function.
11122
11123         * nnimap.el (nnimap-request-create-group): Implement.
11124         (nnimap-request-expunge-group): New function.
11125
11126 2010-09-21  Julien Danjou  <julien@danjou.info>
11127
11128         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11129         (gnus-html-cache-expired): Add new function.
11130         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11131         wethever we should display image for fetch it.
11132         Compute alt-text earlier to pass it to the fetching function too.
11133         (gnus-html-schedule-image-fetching): Change function argument to only
11134         get one image at a time, not a list.
11135         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11136         cache.
11137         (gnus-html-get-image-data): New function to retrieve image data from
11138         cache.
11139         (gnus-html-put-image): Change buffer argument to use image data rather
11140         than file, and place image above region rather than inserting a new
11141         one.  Do not take alt-text as argument, since it's useless now: we place
11142         the image above alt-text.
11143         (gnus-html-prune-cache): Remove.
11144         (gnus-html-show-images): Start to fetch image when we find one, do not
11145         push into a temporary list.
11146         (gnus-html-prefetch-images): Only fetch image if they have expired.
11147         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11148         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11149
11150 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11153
11154 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11157         spec inser "*" if the group isn't active instead of 0.
11158
11159         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11160         opening the server.
11161         (nnimap-request-delete-group): Implement group deletion.
11162         (nnimap-transform-headers): Return the size of the entire message in
11163         the Bytes header, not just the size of the first part.
11164         (nnimap-request-move-article): When moving an article from nnimap,
11165         request the article first so the accepting form has an article to
11166         accept.  Reported by Dan Christensen.
11167         (nnimap-command): Make sure that the error message doesn't error out.
11168
11169 2010-09-20  David Edmondson  <dme@dme.org>
11170
11171         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11172         we haven't requested anything.
11173
11174 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11177         "".  Fix found by Andrew Cohen.
11178
11179         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11180         instead of -encode-string.
11181
11182 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11185
11186         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11187         by mm-subst-char-in-string.
11188
11189 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11192         waiting for the connection string.
11193
11194         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11195         arriving.
11196
11197         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11198         bogus characters.  This allows selecting certain Gmail groups.
11199
11200         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11201         (nnimap-fetch-partial-articles): New variable.
11202         (nnimap-open-connection): When looking for credentials, also use the
11203         nnimap-server-port.
11204         (nnimap-request-article): Return the group/article number, so that Gnus
11205         `^' works as expected.
11206         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11207
11208         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11209         comments.
11210         (gnus-methods-sloppily-equal): New function.
11211         (gnus): When using the development version of Gnus, load the gnus-load
11212         file.
11213
11214         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11215         `gnus-open-server' on each method before trying to scan them etc.
11216         This ensures that all the backend parameters are set correctly.
11217
11218         * nnimap.el (nnimap-authenticator): New variable.
11219         (nnimap-open-connection): Allow anonymous login.
11220         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11221         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11222
11223         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11224         patch, found by Knut Anders Hatlen.
11225
11226 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11227
11228         * gnus-agent.el (gnus-agent-batch-confirmation)
11229         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11230         to gnus-message.
11231         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11232         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11233         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11234         * gnus-int.el (gnus-open-server): Likewise.
11235         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11236         (gnus-score-check-syntax): Likewise.
11237         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11238         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11239         Likewise.
11240         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11241
11242 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11245         calling conventions so that prefetch doesn't bug out.
11246
11247 2010-09-19  Julien Danjou  <julien@danjou.info>
11248
11249         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11250         rather than `subst-char-in-region' in order to be able to replace ASCII
11251         char by UTF-8 ones.
11252
11253         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11254         than curl.
11255         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11256         the right URL and ALT text on images.
11257         (gnus-html-wash-tags): Fix tag case.
11258         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11259         (gnus-article-html): Add -o display_ins_del=2 option.
11260         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11261
11262 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11265         the extra mail headers, which sometimes seem to happen for unknown
11266         reasons.
11267
11268         * mail-parse.el (mail-header-encode-parameter): Define as
11269         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11270         (or most, perhaps?) mail readers don't understand the latter, but do
11271         understand the former.
11272
11273         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11274         to nil, so that no methods are automatically agentized.  I think this
11275         is probably what most users want.
11276
11277         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11278         from url-retrieve, for instance about invalid URLs.
11279
11280         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11281         groups that have no articles.
11282         (nnimap-request-article): Check that we really got an article when we
11283         requested one.
11284
11285         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11286         doesn't exist.
11287
11288         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11289         nntp buffer so the agent can save it.
11290         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11291         that CRLF doesn't get translated to \n.
11292         (nnimap-open-connection): Don't make 'shell commands only send \n.
11293
11294 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11295
11296         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11297         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11298         Update var name.
11299         (nnml-generate-nov-file): Use dolist.
11300         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11301         Use with-current-buffer.
11302
11303 2010-09-18  Julien Danjou  <julien@danjou.info>
11304
11305         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11306         parallel.
11307
11308 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11309
11310         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11311         the range update right.
11312         (nnimap-request-group): Don't make `M-g' bug out on group with no
11313         marks.
11314         (nnoo): Require, so that other packages can require nnimap.
11315         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11316         command we're looking for.  This helps when the server sends more
11317         responses after we've gotten everything we expected.
11318         (nnimap): Add a `newlinep' field to keep track of end-of-line
11319         conventions.
11320         Don't send CRLF to things that don't want it.
11321         (nnimap-request-accept-article): Ditto.
11322
11323 2010-09-18  Julien Danjou  <julien@danjou.info>
11324
11325         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11326         than curl to retrieve images.
11327
11328 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11331         the marks.
11332         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11333         (nnimap-wait-for-connection): New function.
11334         (nnimap-open-connection): If we have PREAUTH, don't query for login
11335         credentials.
11336         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11337         when doing a partial update.
11338
11339 2010-09-18  Julien Danjou  <julien@danjou.info>
11340
11341         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11342         tags.
11343
11344 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * nnimap.el (nnimap-credentials): New function.
11347         (nnimap-open-connection): Use the new function to look for credentials
11348         also on the numeric equivalents of "imap" and "imaps".
11349
11350         * gnus-start.el (gnus-activate-group): Send the info to
11351         gnus-request-group.
11352
11353         * nnimap.el (nnimap-request-group): Have the "check" version of the
11354         function parse flags and update the info, so that a `M-g' get a total
11355         resync of all flags from the group.
11356
11357         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11358         to allow backends to alter the info on group selection.  Also alter all
11359         the backend -request-group functions to take the parameter.
11360
11361         * nnimap.el (nnimap-store-info): New function.
11362         (nnimap-update-info): Store the info for later usage.
11363         (nnimap-request-group): Use the stored info for the dont-check case, so
11364         that we don't retrieve all marks when we enter a group.
11365
11366         * nnimap.el: Use deffoo instead of defun for interface functions.
11367
11368         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11369         update the group info.  This makes the nndraft groups, for instance, go
11370         back to their old behavior.
11371
11372         * gnus-sum.el (gnus-select-newsgroup): Indent.
11373
11374         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11375         in.
11376         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11377         nothing.
11378
11379         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11380         from methods that are denied.
11381
11382         * gnus-int.el (gnus-method-denied-p): New function.
11383
11384         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11385         store the password instead of netrc.
11386         (nnimap-open-connection): Don't error out when we can't make a
11387         connections.
11388
11389         * auth-source.el (auth-source-create): In the password prompt, say what
11390         we're querying for.  Also prompt for user name if that hasn't been
11391         given.
11392
11393         * nnimap.el (nnimap-with-process-buffer): Remove.
11394
11395 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11398         method when we're reading from the agent.
11399
11400         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11401
11402         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11403         that's probably most useful for users.
11404
11405         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11406         "failed" all the time.
11407
11408         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11409         ...)) with (with-current-buffer ... ).
11410
11411         * nntp.el (nntp-open-server): Return whether the open was successful or
11412         not.
11413
11414         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11415         select an unread unseen article first.
11416
11417         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11418         /etc/services, supply some sensible port defaults.
11419
11420         * dgnushack.el: Define netrc-credentials.
11421
11422 2010-09-17  Julien Danjou  <julien@danjou.info>
11423
11424         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11425
11426 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11427
11428         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11429         doesn't have any parameters.
11430
11431 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11434         only upcased checks.
11435
11436         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11437
11438         * nnimap.el (nnimap-open-shell-stream): New function.
11439         (nnimap-open-connection): Use it.
11440         (nnimap-transform-headers): Get the number of lines in each message.
11441         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11442         number of lines.
11443         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11444         problem.
11445
11446         * utf7.el (utf7-encode): Autoload.
11447
11448         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11449         to allow the mail splitting to not return a default group.  This is
11450         useful for nnimap, which will leave unmatched mail in the inbox.
11451
11452         * nnimap.el: Rewritten.
11453
11454         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11455         nnimap usage.
11456
11457         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11458         if the move is internal, so that nnimap can do fast internal moves.
11459
11460         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11461         data.
11462         (gnus-read-active-for-groups): Support finishing the early retrieval of
11463         data.
11464
11465         * gnus-range.el (gnus-range-nconcat): New function.
11466
11467         * gnus-int.el (gnus-finish-retrieve-group-infos)
11468         (gnus-retrieve-group-data-early): New functions.
11469
11470 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11471
11472         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11473         (nnrss-retrieve-groups):
11474         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11475         (pop3-quit): Use with-current-buffer.
11476
11477 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11480         instead of nnheader-accept-process-output.
11481
11482         * dgnushack.el (dgnushack-compile): Add comment.
11483
11484         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11485
11486         * gnus-html.el (gnus-html-schedule-image-fetching)
11487         (gnus-html-prefetch-images): Replace process-kill-without-query by
11488         gnus-set-process-query-on-exit-flag.
11489
11490 2010-09-16  Romain Francoise  <romain@orebokech.com>
11491
11492         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11493
11494 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11497         parameter to unintern is mandatory-ish in Emacs 24.
11498
11499         * gnus-html.el (gnus-html-schedule-image-fetching)
11500         (gnus-html-prefetch-images): Check for curl before using it.
11501
11502         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11503         depend on curl, which isn't essential.
11504
11505         * imap.el: Revert back to version
11506         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11507         seem problematic.
11508
11509 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11510
11511         * gnus-registry.el (gnus-registry-install-shortcuts):
11512         Explicitly pass `obarray' to `unintern' to avoid a warning.
11513
11514 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11517         change.
11518
11519         * nnrss.el (nnrss-request-list): Remove this function and related
11520         functions, including the moreover stuff.
11521
11522 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * nnrss.el (nnrss-retrieve-groups): New function.
11525
11526 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11527
11528         * .dir-locals.el: Add no-byte-compile cookie.
11529
11530 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * time-date.el (format-seconds): Comment fix.
11533
11534         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11535         for back end that doesn't support request-scan.
11536
11537 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11540         then do request scans from the backends.
11541
11542         * netrc.el (netrc-credentials): New conveniency function.
11543
11544         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11545         avoid running a hook per line, since this takes a lot of time,
11546         profiling shows.
11547         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11548         directly if gnus-visual-p is true.
11549
11550 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11553         groups; replace mapcar with dolist which is a bit faster; pass groups
11554         info to gnus-read-active-file-1.
11555         (gnus-read-active-file-1): Scan only specified groups if the new
11556         optional arg `infos' is given.
11557
11558 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11561
11562         * pop3.el (pop3-movemail): Remove.
11563         (pop3-streaming-movemail): Rename to pop3-movemail.
11564
11565         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11566         don't restrict end-tag searches to the end of the line.
11567
11568 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11571         articles of every unchecked group to t, which means unknown since the
11572         server has never been opened.
11573
11574 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * gnus-html.el (gnus-html-show-alt-text): New command.
11577         (gnus-html-browse-image): Ditto.
11578         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11579         to browse the image directly.
11580         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11581         better.
11582
11583         * gnus-async.el (gnus-async-article-callback):
11584         Call `gnus-html-prefetch-images' unconditionally.
11585
11586         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11587         before feeding URLs to curl.
11588
11589 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11592         internal images as deletable by `W D D'.
11593
11594         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11595         (gnus-async-article-callback): Fix typo.
11596
11597 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11598
11599         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11600         current line to work around bugs in the output from w3m.
11601
11602         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11603         for groups that want that.
11604
11605         * nntp.el (nntp-wait-for-string): Supply a timeout for
11606         accept-process-output to ensure progress.
11607
11608         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11609         level to get unread articles from, then use that for foreign groups,
11610         too.
11611
11612         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11613         confuses the rest of the function.
11614
11615         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11616         for the methods that support -retrieve-groups, too.
11617
11618         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11619
11620 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11623         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11624
11625         * pop3.el: Require cl when compiling.
11626         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11627
11628 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629
11630         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11631         that aren't going to be activated.
11632         (gnus-get-unread-articles): Fix up the last commit.
11633
11634         * gnus-html.el (gnus-article-html): Allow calling without specifying
11635         the handle.  In that case, dissect the buffer first.
11636
11637         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11638
11639         * nnimap.el (nnimap-open-connection): Revert the change that would look
11640         into authinfo for imaps instead of imap.
11641
11642         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11643         say that you don't want to call gnus-request-group with don-check, but
11644         do check the reponse.  This is for virtual groups only.
11645         (gnus-get-unread-articles): Count the archive groups as secondary, so
11646         that they're activated the same way as before.
11647
11648         * imap.el (imap-message-map): Removed optional buffer parameter, since
11649         no callers use it.
11650         (imap-message-get): Ditto.
11651         (imap-message-put): Ditto.
11652         (imap-mailbox-map): Ditto.
11653         (imap-mailbox-put): Ditto.
11654         (imap-mailbox-get): Ditto.
11655         (imap-mailbox-get): Revert last change for this function.
11656
11657         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11658         case-insensitively.
11659         (nnimap-debug): Remove.
11660
11661         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11662         callers to use `imap-fetch' instead.  According to the comments, this
11663         should be safe, since all other IMAP clients use the 1:* syntax.
11664         (imap-enable-exchange-bug-workaround): Remove.
11665         (imap-debug): Remove -- doesn't seem very useful.
11666
11667         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11668         mail from a file, and the file doesn't exist.
11669
11670         * imap.el (imap-log): New convenience function used throughout instead
11671         of repeating the same code all over the place.
11672
11673         * pop3.el (pop3-streaming-movemail): Return t for success.
11674
11675         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11676         .authinfo if we're using ssl connection.
11677
11678         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11679         already have if we're in a main Gnus `g' run.
11680
11681         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11682
11683 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11686
11687         * nnmh.el (nnmh-request-list-1): Bind `file'.
11688
11689         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11690         alias to set-process-query-on-exit-flag or process-kill-without-query.
11691         (pop3-open-server): Use it.
11692
11693 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11696         box to the Incoming file.  Fixes mistake in previous checkin.
11697
11698         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11699         request loop (for debugging purposes) removed.
11700
11701         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11702         culprit is more visible.
11703         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11704         (nnml-add-incremental-nov): New functions to do "incremental" nov
11705         updates, where we just append to the end of the existing nov files
11706         without reading/writing them in full.
11707
11708         * mail-source.el (mail-source-delete-crash-box): Really only check the
11709         incoming files once in a while.
11710
11711         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11712
11713         * mail-source.el (mail-source-delete-crash-box): Only check the
11714         incoming files for deletion once per day to save a lot of file
11715         accesses.
11716
11717         * pop3.el (pop3-logon): Fix up unbound variable typo.
11718
11719         * mail-source.el (pop3-streaming-movemail): Autoload.
11720
11721         * pop3.el (pop3-streaming-movemail):
11722         Respect pop3-leave-mail-on-server.
11723
11724         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11725         retrieval.
11726
11727         * pop3.el (pop3-process-filter): Remove unused function.
11728         (pop3-streaming-movemail, pop3-send-streaming-command)
11729         (pop3-wait-for-messages, pop3-write-to-file)
11730         (pop3-number-of-responses): New functions for streaming pop3
11731         retrieval.
11732
11733         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11734         come from no known methods.
11735         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11736         list.
11737
11738         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11739         message sizes.
11740         (pop3-movemail): Use erase-buffer instead of looping and deleting
11741         regions, which seems rather odd.
11742
11743         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11744         file once per `g' run.
11745
11746         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11747         directories.  This makes the draft queue directory work.
11748
11749         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11750         data from the backends, so that we only request the list of groups from
11751         each method once.  This should speed things up considerably.
11752
11753         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11754         detect that it's not implemented.
11755
11756         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11757         we actually do recurse down into the tree, but don't stat all leaf
11758         nodes.
11759
11760         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11761         then say so instead of bugging out.
11762
11763         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11764         files exist before trying to read them.
11765
11766         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11767         around <pre_int>.
11768
11769         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11770
11771         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11772
11773 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * mm-util.el (mm-image-load-path): Just return the image directories,
11776         not all directories in the path in addition to the image directories.
11777         (mm-image-load-path): Maintain a cache of the image directories so that
11778         the `g' command in Gnus doesn't have to stat dozens of directories each
11779         time.
11780
11781         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11782         (gnus-html-wash-tags): Add a new `i' command to insert images.
11783         (gnus-html-insert-image): New command and keystroke.
11784         (gnus-html-redisplay-with-images): New command and keystroke.
11785         (gnus-html-show-images): Rename command.
11786         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11787         spacers.
11788         (gnus-html-wash-tags): Decode entities at the end, so that entities
11789         inside the tags don't mess up the rest of the "parsing".
11790
11791         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11792         so that nnimap methods aren't agentized by default.  There's apparently
11793         many problems related to agent/imap behavior.
11794
11795         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11796
11797         * gnus-html.el: Doc fix.
11798
11799 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11802         specifier-spec-list for Emacs 21.
11803
11804         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11805         glyph-width and glyph-height instead of display-graphic-p and
11806         image-size; make avoidance of displaying small images work for XEmacs.
11807
11808         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11809         for XEmacs.
11810
11811         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11812         of symbol that holds plist data.
11813         (gnus-process-plist): Remove plist of process after getting it.
11814
11815 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * message.el (message-generate-hashcash): Change default to
11818         'opportunistic if hashcash is installed.
11819
11820         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11821         (gnus-html-put-image): Only call image-size once, since it's somewhat
11822         time-consuming on remote X servers.
11823
11824 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11827         type on data, not a file name.
11828
11829         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11830         window-pixel-edges for Emacs 21.
11831
11832         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11833         decoded contents.
11834         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11835
11836 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11839         group line format, since it isn't very interesting.
11840
11841         * gnus-agent.el (gnus-agent-short-article),
11842         (gnus-agent-long-article): Increase values for these two variables,
11843         since most people are likely to have more network connection and
11844         storage than before.
11845
11846         * gnus.el (gnus-refer-article-method): Change default to 'current.
11847         When referring an article, the common behavior is to refer it from the
11848         current select method, not the native select method.  The chances of
11849         the native select method having the message in question is rather slim
11850         these days.
11851
11852         * gnus-sum.el (gnus-auto-select-subject): Change default to
11853         `unseen-or-unread'.  I think it's likely that most people want to
11854         select an unseen article over a previously seen, but unread one.
11855
11856         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11857         means that in the article buffer none of the minor mode elements will
11858         be shown, usually, and this is not desirable in most cases.
11859
11860         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11861         that commands like `d' (and the like) go to the next line in the
11862         buffer, instead of the next unread article.  I think this is the
11863         behavior that is most natural for most users.
11864         (gnus-single-article-buffer): Change default to nil, so that people can
11865         have as many article buffers open as they have summary buffer.  I think
11866         this is the most natural way for the groups to behave.
11867
11868         * message.el (message-generate-new-buffers): Change default to
11869         `unsent', so that all new message buffers start their names with the
11870         string "*unsent", and it's easier to find the buffers if you move from
11871         them.
11872
11873 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11876         small.  They're probably tracking images.
11877         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11878         (gnus-html-rescale-image): Yet another try at getting the image sizing
11879         right.
11880
11881         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11882         nntp-marks-file-name is nil.
11883
11884 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11885
11886         * gnus-html.el (gnus-html-wash-tags)
11887         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11888         Better logging.
11889
11890 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11893
11894         * gnus-html.el (gnus-html-wash-tags): Check the value of
11895         gnus-blocked-images in the summary buffer.
11896
11897 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11898
11899         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11900
11901 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11904         like "a", it seems like.
11905         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11906         since it needs to be picked from the correct buffer.
11907
11908         * nnwfm.el: Remove.
11909
11910         * nnlistserv.el: Remove.
11911
11912 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11913
11914         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11915         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11916
11917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * nnkiboze.el: Remove.
11920
11921         * nndb.el: Remove.
11922
11923         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11924         alt text.
11925         (gnus-html-rescale-image): Try to get the rescaling logic right for
11926         images that are just wide and not tall.
11927
11928         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11929         overshadow variable bindings.
11930
11931 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11932
11933         * gnus-html.el (gnus-html-wash-tags)
11934         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11935         Add extra logging.
11936
11937 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11940         (gnus-max-image-proportion): New variable.
11941         (gnus-html-rescale-image): New function.
11942         (gnus-html-put-image): Rescale images.
11943
11944 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11945
11946         Fix up some byte-compiler warnings.
11947         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11948         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11949         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11950         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11951         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11952         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11953         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11954
11955 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-html.el (gnus-article-html): Decode contents by charset.
11958
11959 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11962         (gnus-html-frame-width, gnus-blocked-images):
11963         * message.el (message-prune-recipient-rules): Add custom version.
11964         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11965
11966         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11967         functions.
11968
11969         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11970         gnus-process-get.
11971
11972 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11973
11974         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11975         instead of lsub directly.
11976
11977 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * nnwarchive.el: Remove.
11980
11981         * gnus-soup.el: Remove.
11982
11983         * nnsoup.el: Remove.
11984
11985         * nnultimate.el: Remove.
11986
11987         * gnus-html.el (gnus-blocked-images): New variable.
11988
11989         * message.el (message-prune-recipients): New function.
11990         (message-prune-recipient-rules): New variable.
11991
11992         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11993         guess whether a long line is natural text or not.
11994
11995         * gnus-html.el (gnus-html-schedule-image-fetching):
11996         Use gnus-process-plist and friends for compatibility.
11997
11998 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * gnus-html.el: Require packages that define macros used in this file.
12001         (gnus-article-mouse-face): Declare to silence byte-compiler.
12002         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12003         process-get.
12004         (gnus-html-put-image): Use plist-get to avoid getf.
12005         (gnus-html-prefetch-images): Use with-current-buffer.
12006
12007 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-ems.el: Provide compatibility functions for
12010         gnus-set-process-plist.
12011
12012         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12013         header-line-format for XEmacs 21.4.
12014
12015         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12016         * gnus.el (gnus-valid-select-methods):
12017         * message.el (message-send-mail-partially-limit):
12018         * mm-decode.el (mm-text-html-renderer):
12019         * mml.el (mml-insert-mime-headers-always):
12020         * smiley.el (smiley-regexp-alist): Bump custom version.
12021
12022 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12023
12024         * gnus-html.el: Require mm-url.
12025         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12026         with the url to `url'.
12027         (gnus-html-wash-tags): Support cid: URLs/images.
12028
12029 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12032         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12033         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12034
12035         * gnus-move.el: Remove file, since it doesn't really work.
12036
12037         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12038         UTF-8.  This seems to fix problems with some German web feeds.
12039
12040         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12041         at the top so that the proper colors are applied.
12042
12043         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12044         don't have dots in their names.
12045
12046         * gnus-art.el (gnus-article-view-part): Doc fix.
12047
12048         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12049         XEmacs-compatible.
12050         (gnus-html-put-image): Don't do images on non-graphic displays.
12051
12052         * nnslashdot.el: Remove this unused backend.
12053
12054         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12055         actions.
12056         (gnus-undo-register-1): Revert last change.
12057
12058         * gnus-group.el (gnus-group-completing-read): Protect against not
12059         having completion-styles bound.
12060
12061         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12062         make broken recipients happier.
12063
12064         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12065
12066         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12067         point parameter.
12068
12069         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12070
12071         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12072         completion-styles for group selection.
12073
12074 2009-02-04  Andreas Schwab  <schwab@suse.de>
12075
12076         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12077         headers and regexp-quote the match if necessary.
12078
12079 2009-03-24  Miles Bader  <miles@gnu.org>
12080
12081         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12082         the blinking smiley.
12083
12084 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12085
12086         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12087         blink smiley.
12088
12089 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12090
12091         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12092         where the dribbel file lives exists.
12093
12094         * message.el (message-send-mail-partially-limit): Change the default to
12095         nil, since most people don't want this.
12096
12097         * mm-url.el (mm-url-decode-entities): Also decode entities like
12098         &#x3212.
12099
12100 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12101
12102         * gnus-sum.el (gnus-summary-idna-message):
12103         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12104         Hyperlink urls in docstrings with URL `...'.
12105
12106 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12107
12108         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12109         functions.
12110
12111 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12114         say what the mouseover text should be.
12115
12116         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12117         version of the mm-w3m-safe-url-regexp variable to only download images
12118         in the groups where we want that to happen.
12119
12120         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12121
12122         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12123         easier debugging.
12124         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12125         big pictures in the article buffer.
12126
12127         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12128         gnus-article-html.
12129         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12130         w3m.
12131
12132         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12133
12134 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12137         which doesn't exist.
12138
12139         * message.el (message-inhibit-ecomplete): New variable to allow some
12140         function to inhibit ecomplete address storage.
12141         (message-resend): Disable ecomplete message storage when resending
12142         messages.
12143
12144         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12145
12146 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12149         Save excursion while copying, moving, and deleting articles in order to
12150         prevent the cursor from jumping to unforeseen place.
12151
12152 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * lpath.el: No need to bind bookmark-current-buffer,
12155         bookmark-yank-point and bookmark-make-record-function.
12156
12157 2010-08-17  Glenn Morris  <rgm@gnu.org>
12158
12159         * gnus-sync.el: Require gnus components whose functions are used.
12160
12161         * gnus-art.el (bookmark-make-record-function):
12162         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12163         Declare for compiler.
12164
12165         * mm-url.el (mml-compute-boundary): Autoload.
12166
12167 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12170
12171 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12172
12173         Typo fix "hoo4a" -> "hook".
12174
12175         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12176
12177 2010-08-14  Glenn Morris  <rgm@gnu.org>
12178
12179         * gnus-sync.el (gnus-sync): Fix defgroup version.
12180
12181 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12182
12183         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12184
12185         * gnus-sync.el: Fix docs.
12186         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12187         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12188
12189 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12190
12191         Optimizations for gnus-sync.el.
12192
12193         * gnus-sync.el: Add docs about gnus-sync-backend
12194         possibilities.
12195         (gnus-sync-save): Remove unnecessary message.
12196         (gnus-sync-read): Optimize and show what groups were skipped.
12197
12198 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12199
12200         Minor bug fixes for gnus-sync.el.
12201
12202         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12203         Don't read the sync on get-new-news.
12204
12205         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12206         quiet.
12207
12208         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12209         (fix typo).
12210
12211 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12212
12213         Make saving and restoring of hidden threads work with overlays.
12214         Patch applied by Ted Zlatanov.
12215
12216         * gnus-sum.el (gnus-hidden-threads-configuration)
12217         (gnus-restore-hidden-threads-configuration): Update to deal with text
12218         properties, rather than searching for a magic character.
12219
12220 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12221
12222         New gnus-sync.el library for synchronization of marks.
12223
12224         * gnus-sync.el: New library for synchronization of marks.
12225
12226         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12227         renamed from `gnus-registry-grep-in-list'.
12228
12229         * gnus-registry.el (gnus-registry-follow-group-p):
12230         Use `gnus-grep-in-list'.
12231
12232         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12233
12234 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12237         determining charset of text fails.
12238
12239 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * nnmail.el (nnmail-get-new-mail-1): Revert.
12242
12243         * nnml.el (nnml-active-number): Make sure names of newly created groups
12244         in nnml-group-alist are encoded.
12245
12246 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12249         containing non-ASCII characters in active file for nnml back end.
12250
12251 2010-07-24  David Engster  <dengste@eml.cc>
12252
12253         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12254         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12255
12256 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12257
12258         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12259         tag (Bug#6654).
12260
12261 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12264         the article buffer, not the summary buffer.
12265
12266 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12269         Emacs 23 as well.
12270
12271 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12274         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12275
12276 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12277
12278         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12279         Patch applied by Karl Fogel.
12280
12281         * gnus-sum.el (gnus-summary-bookmark-make-record):
12282         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12283
12284 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12285
12286         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12287         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12288         C-w still not working correctly from Article buffers; Thierry's
12289         patch to fix that will be applied after this.
12290
12291         * gnus-art.el (bookmark-make-record-function): New local variable.
12292
12293         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12294         article buffer.
12295         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12296
12297 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12298
12299         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12300         on changes in bookmark.el.
12301
12302 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12305         `no-log' instead of message not to log prompt string.
12306
12307 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12308
12309         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12310         the *other* type of HTML form submission.
12311
12312 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12313
12314         * auth-source.el (auth-source-pick): If choice does not contain a
12315         questioned keyword, set the check to t.
12316
12317 2010-06-12  Romain Francoise  <romain@orebokech.com>
12318
12319         * gnus-util.el (gnus-date-get-time): Move up before first use.
12320
12321 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12324         (gnus-article-edit-part): Bind it to make last part that is substituted
12325         or deleted visible.
12326         (gnus-mime-display-single): Buttonize part of which id equals to
12327         gnus-mime-buttonized-part-id.
12328
12329 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12330
12331         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12332         (gnus-dd-mmm): Use gnus-date-get-time.
12333         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12334         simplify logic.
12335         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12336         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12337
12338 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12339
12340         * auth-source.el (top): Autoload `secrets-list-collections',
12341         `secrets-create-item', `secrets-delete-item'.
12342         (auth-sources): Fix tag string.
12343         (auth-get-source, auth-source-retrieve, auth-source-create)
12344         (auth-source-delete): New defuns.
12345         (auth-source-pick): Rewrite in order to avoid 2 passes.
12346         (auth-source-forget-user-or-password): New parameter USERNAME.
12347         (auth-source-user-or-password): New parameters CREATE-MISSING and
12348         DELETE-EXISTING.  Retrieve password interactively, if needed.
12349
12350 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12351
12352         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12353         deleting unused directories when gnus-expert-user is t.
12354
12355 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12358         for each temp file when gnus-article-browse-delete-temp is ask.
12359
12360 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12361
12362         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12363         Replace Lisp calls to delete-backward-char by calls to delete-char.
12364
12365 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12366
12367         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12368
12369 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12370
12371         * password-cache.el (password-cache-remove): Fix docstring.
12372
12373 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12376         article unless decoding article to be saved.
12377
12378 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12381         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12382         generated within the mm-with-unibyte-current-buffer macro.
12383
12384 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12387         to nil when we're in a mml-preview buffer and no group is selected.
12388
12389 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12390
12391         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12392         when catching the `C-g'.  Reported by "Leo".
12393
12394 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * message.el (message-forward-make-body-plain)
12397         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12398         multibyte-string-p.
12399
12400         * lpath.el: Revert.
12401
12402 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * message.el (message-forward-make-body-mml): Assume original message
12405         is multibyte string; error on unibyte.
12406         (message-forward-make-body-plain): Ditto; don't add excessive newline
12407         in body end.
12408
12409         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12410
12411 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12412
12413         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12414         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12415
12416 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * mm-extern.el (mm-extern-url): Don't use
12419         mm-with-unibyte-current-buffer.
12420         (mm-extern-cache-contents): Use with-current-buffer instead of
12421         save-excursion + set-buffer.
12422
12423 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * mm-util.el (mm-emacs-mule): Remove.
12426
12427 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12428
12429         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12430         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12431         change.
12432
12433 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12436         bind the default value of enable-multibyte-characters to nil.
12437
12438 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * message.el (message-forward-make-body-plain)
12441         (message-forward-make-body-mml):
12442         Don't use mm-with-unibyte-current-buffer.
12443
12444 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12445
12446         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12447
12448 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12449
12450         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12451         (Bug#5592).
12452
12453 2010-05-07  Julien Danjou  <julien@danjou.info>
12454
12455         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12456         it to mm-pipe-part.
12457
12458         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12459         it is given.
12460
12461 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * binhex.el (binhex-decode-region-internal):
12464         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12465         (dns-query):
12466         * nnweb.el (nnweb-gmane-search):
12467         * pgg-parse.el (pgg-parse-armor):
12468         * pgg.el (pgg-verify-region):
12469         * sha1.el (sha1-string-external):
12470         * uudecode.el (uudecode-decode-region-internal):
12471         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12472         XEmacs.
12473
12474         * gnus-art.el (gnus-article-browse-html-parts):
12475         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12476         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12477         make-temp-file.
12478
12479         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12480         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12481         compiling.
12482
12483         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12484         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12485         XEmacs when compiling.
12486
12487         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12488         gnus-pick-mode-off-hook for XEmacs when compiling.
12489         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12490         gnus-binary-mode-off-hook for XEmacs when compiling.
12491
12492         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12493         Return nil if char-charset is not available.
12494
12495         * imap.el (imap-disable-multibyte)
12496         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12497         macros.
12498
12499         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12500         instead of encode-coding-string.
12501
12502         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12503         'xemacs) instead of mm-emacs-mule to switch function definitions.
12504         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12505
12506         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12507         bind temporary-file-directory for XEmacs;
12508         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12509         timer-set-function for XEmacs 21.4 and SXEmacs;
12510         bind timer-list for XEmacs 21.4 and SXEmacs;
12511         fbind char-charset and find-charset-region for non-Mule XEmacs;
12512         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12513         encode-coding-region and encode-coding-string for XEmacs having no
12514         file-coding feature.
12515
12516 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12517
12518         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12519
12520 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12523         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12524
12525 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12526
12527         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12528         alias `jka-compr-delete-temp-file' no longer exists.
12529
12530 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12531
12532         Use define-minor-mode in Gnus where applicable.
12533         * mml.el (mml-mode): Use define-minor-mode.
12534         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12535         (gnus-undo-mode): Use define-minor-mode.
12536         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12537         (gnus-dead-summary-mode): Use define-minor-mode.
12538         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12539         Initialize in declaration.
12540         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12541         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12542         (gnus-mailing-list-mode): Use define-minor-mode.
12543         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12544         (gnus-draft-mode): Use define-minor-mode.
12545         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12546         (gnus-dired-mode): Use define-minor-mode.
12547
12548 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12549
12550         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12551         handles on recursive mml-to-mime translation and check them for
12552         boundary delimiter collisions.  Reported by Greg Troxel.
12553
12554 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12557
12558 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12559
12560         * mm-util.el (mm-find-buffer-file-coding-system):
12561         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12562
12563 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12564
12565         * message.el (message-generate-headers): Record insertion of optional
12566         headers as well.  Otherwise the check to prevent repeated insertion of
12567         optional headers is a no-op.
12568
12569 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12570
12571         * smime.el: Don't mention CVS.
12572
12573         * nnrss.el (nnrss-fetch): Don't mention CVS.
12574
12575         * nnir.el: Don't mention CVS.
12576
12577 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12578
12579         * gnus-sum.el (gnus-summary-bookmark-make-record):
12580         Add `location' field.
12581
12582 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * lpath.el: Fbind bookmark-default-handler,
12585         bookmark-get-bookmark-record, bookmark-make-record-default,
12586         bookmark-prop-get for Emacs <23 and XEmacs.
12587
12588 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12589
12590         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12591         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12592         Use with-current-buffer to silence the byte-compiler.
12593         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12594         bother to require `gnus'.
12595         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12596
12597 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12598
12599         * gnus-sum.el (gnus-summary-bookmark-make-record)
12600         (gnus-summary-bookmark-jump): New functions.
12601         (gnus-summary-mode): Setup bookmark support.
12602
12603 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12604
12605         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12606         if set.
12607
12608 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12611         gnus-article-browse-html-save-cid-image; make it work recursively for
12612         forwarded messages as well.
12613         (gnus-article-browse-html-parts): Work when prefix arg is given.
12614         (gnus-article-browse-html-article): Doc fix.
12615
12616 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12617
12618         * message.el (message-default-mail-headers)
12619         (message-default-headers): Carry the value mail-default-headers over
12620         into message-default-mail-headers, rather than message-default-headers.
12621
12622 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12623
12624         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12625         charset.
12626
12627         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12628         charset into the <meta> tag when the article is encoded to utf-8.
12629
12630 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-art.el (gnus-article-browse-delete-temp-files):
12633         Delete directories as well.
12634         (gnus-article-browse-html-parts): Work for images that do not specify
12635         file names; delete temp directory when quitting; insert header at the
12636         right place; use file: scheme for image files.
12637
12638 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12639
12640         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12641         (gnus-article-browse-html-parts): Use it to make temporary cid image
12642         files in addition to html file so that browser may display them.
12643
12644 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12647
12648 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12649
12650         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12651
12652 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12653
12654         * auth-source.el (auth-sources): Change default to be simpler.
12655         Explain about Secret Service API sources.  Improve Customize options.
12656         (auth-source-pick): Change to accept any number of search parameters.
12657         Implement fallbacks iteratively, not recursively.  Add scoring on the
12658         second pass and sort by score.  Call Secret Service API when needed.
12659         (auth-source-user-or-password): Use it.  Call Secret Service API
12660         directly when needed to get the user name and the password.
12661
12662 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12663
12664         * message.el (message-interactive): Doc fix.
12665         (message-qmail-inject-args): Reflow.
12666         (message-kill-to-signature): Fix typo in docstring.
12667
12668         * smiley.el (smiley-buffer): Fix typo in docstring.
12669
12670 2010-03-24  Glenn Morris  <rgm@gnu.org>
12671
12672         * mail-source.el (gnus-message): Declare.
12673         (mail-source-delete-old-incoming): Require gnus-util.
12674
12675 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12678
12679         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12680
12681         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12682         password-cache's default if it is not bound.
12683         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12684         password-cache-expiry's default if it is not bound.
12685
12686         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12687         available in Emacs 21.
12688
12689         * lpath.el: Suppress compiler warnings for:
12690         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12691         XEmacs;
12692         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12693         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12694         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12695
12696 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * auth-source.el (auth-sources): Fix up definition so extra parameters
12699         are always inline.
12700
12701 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12702
12703         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12704         wasn't updated after mismatch.  Clear cached mailbox info correctly
12705         when uidvalidity changes.
12706         (nnimap-group-prefixed-name): New function to avoid some code
12707         duplication.
12708         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12709         (nnimap-request-group): Use it.
12710         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12711         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12712         with many imap folders.  This is done by caching the group status from
12713         the imap server persistently in a group parameter `imap-status'.  (This
12714         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12715         but not persistently, so every Gnus startup was still very slow.)
12716
12717 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12720         delete the extra newline.  Otherwise editing of :string and :number
12721         types don't work.
12722
12723 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12724
12725         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12726         secrets.el dependency.
12727         (auth-sources): Add optional user name.  Add secrets.el configuration
12728         choice (unused right now).
12729
12730 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * gnus-sum.el (gnus-summary-make-menu-bar):
12733         Let `gnus-registry-install-shortcuts' fill in the functions.
12734
12735         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12736         warnings.
12737         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12738         (gnus-registry-install-shortcuts): Populate and use it in a
12739         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12740
12741 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12742
12743         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12744         In-place substitutions for the group name encoding/decoding.
12745         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12746         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12747         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12748         (nnimap-update-unseen, nnimap-request-list)
12749         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12750         (nnimap-request-set-mark, nnimap-split-to-groups)
12751         (nnimap-split-articles, nnimap-request-newgroups)
12752         (nnimap-request-create-group, nnimap-request-accept-article)
12753         (nnimap-request-delete-group, nnimap-request-rename-group)
12754         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12755         `encoded-mbx' for consistency.
12756         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12757         variable `imap-current-mailbox'.
12758
12759         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12760         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12761
12762 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12763
12764         * pop3.el (pop3-display-message-size-flag): Display message size byte
12765         counts during POP3 download.
12766         (pop3-movemail): Use it.
12767         (pop3-list): Implement listing of available messages.
12768
12769 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12770
12771         * nnir.el (nnir-get-article-nov-override-function): New function to
12772         override the normal NOV retrieval.
12773         (nnir-retrieve-headers): Use it.
12774
12775 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12776
12777         * auth-source.el (netrc-machine-user-or-password): Autoload.
12778
12779 2010-03-19  Glenn Morris  <rgm@gnu.org>
12780
12781         Stop message.el from loading about 40 libraries it doesn't always need.
12782         The general approach is to autoload rather than require, and to
12783         require in the specific functions rather than the file.  (Bug#5642)
12784
12785         * gmm-utils.el: Don't require wid-edit.
12786         (widget-create-child-value, widget-convert, widget-default-get):
12787         Autoload.
12788
12789         * gnus-util.el: Don't require time-date, netrc.
12790         (message-fetch-field, gnus-group-name-decode): Declare rather than
12791         autoloading.
12792         (gnus-fetch-field): Require message.
12793         (gnus-decode-newsgroups): Require gnus-group.
12794
12795         * ietf-drums.el: Don't require time-date.
12796
12797         * message.el: Don't require hashcash, canlock, ecomplete.
12798         Do require mail-utils.  Require nnheader only when compiling.
12799         (smtpmail-default-smtp-server): Remove declaration.
12800         (message-send-mail-function): Check smtpmail-default-smtp-server
12801         is bound rather than requiring smtpmail.
12802         (message-auto-save-directory, message-insert-signature):
12803         Use expand-file-name rather than nnheader-concat.
12804         (nnheader-insert-file-contents): Autoload.
12805         (hashcash-wait-async): Declare.
12806         (message-send-mail): Only call gnus-setup-posting-charset if
12807         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12808         (message-send-mail-with-sendmail): Require sendmail.
12809         (canlock-password, canlock-password-for-verify): Declare.
12810         (message-canlock-password): Require canlock.
12811         (nnheader-get-report): Autoload.
12812         (gnus-setup-posting-charset): Declare.
12813         (message-send-news): Require gnus-msg.
12814         (message-make-references, message-make-in-reply-to): Use mail-header-id
12815         rather than the alias mail-header-message-id.
12816         (ecomplete-add-item, ecomplete-save): Declare.
12817         (message-put-addresses-in-ecomplete): Require ecomplete.
12818         (ecomplete-display-matches): Autoload.
12819
12820         * mm-decode.el: Don't require mailcap, gnus-util.
12821         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12822         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12823         Autoload.
12824         (mailcap-mime-extensions): Declare.
12825
12826         * mm-encode.el: Don't require mailcap.
12827         (mailcap-extension-to-mime): Autoload.
12828
12829         * mml-sec.el: Don't require password-cache.
12830
12831         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12832         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12833         (mml-minibuffer-read-type): Require mailcap.
12834         (mml-preview): Require gnus-msg.
12835
12836         * mml1991.el: Require password-cache.
12837         (password-cache-expiry): Remove declaration.
12838
12839         * mml2015.el: Require password-cache.
12840         (password-cache-expiry): Remove declaration.
12841
12842         * nneething.el (mailcap): Require mailcap.
12843
12844         * nnheader.el (declare-function): Add compatibility stub.
12845         (message-remove-header): Declare rather than autoload.
12846         (nnheader-replace-header): Require message.
12847
12848         * nnimap.el (declare-function): Add compatibility stub.
12849         (netrc-parse, netrc-machine-user-or-password): Declare.
12850         (nnimap-open-connection): Require netrc.
12851
12852         * nntp.el (declare-function): Add compatibility stub.
12853         (netrc-parse, netrc-machine, netrc-get): Declare.
12854         (nntp-send-authinfo): Require netrc.
12855
12856         * rfc2047.el: Don't require qp.
12857         (quoted-printable-encode-region, quoted-printable-decode-string):
12858         Autoload.
12859
12860         * sieve-mode.el: Don't require easymenu.
12861         (easy-menu-add-item): Autoload it.
12862
12863         * spam-stat.el (time-to-number-of-days): Autoload it.
12864
12865 2010-03-19  Glenn Morris  <rgm@gnu.org>
12866
12867         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12868
12869 2010-03-18  Glenn Morris  <rgm@gnu.org>
12870
12871         * hashcash.el (declare-function): Remove duplicate definition.
12872
12873 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12874
12875         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12876         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12877         value if any backslash escapes).
12878
12879 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12882         if it is available.  (bug#5647)
12883
12884         * lpath.el: Suppress compiler warning for coding-system-from-name for
12885         Emacs 21 and XEmacs.
12886
12887 2010-03-14  Juri Linkov  <juri@jurta.org>
12888
12889         * hmac-def.el:
12890         * hmac-md5.el:
12891         * netrc.el: Fix keywords.
12892
12893 2010-02-26  Glenn Morris  <rgm@gnu.org>
12894
12895         * message.el (message-send-mail-function): Change the default, so that
12896         it inherits from a customized send-mail-function.  (Bug#5643)
12897
12898 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12899
12900         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12901         shell-command-to-string signals an error (bug#5299).
12902
12903 2010-02-24  Glenn Morris  <rgm@gnu.org>
12904
12905         * message.el (message-smtpmail-send-it)
12906         (message-send-mail-with-mailclient): Doc fixes.
12907
12908 2010-02-16  Glenn Morris  <rgm@gnu.org>
12909
12910         * message.el (message-default-mail-headers): Change the default value
12911         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12912
12913 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12916         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12917
12918 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12919
12920         * time-date.el (date-to-time): Doc fix (Bug#5408).
12921
12922 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12923
12924         * message.el (message-mail): Just pass yank-action on to message-setup.
12925         (message-setup): Handle (FUN . ARGS) form of yank-action.
12926         (message-with-reply-buffer, message-widen-reply)
12927         (message-yank-original): Handle non-buffer values of
12928         message-reply-buffer (Bug#4080).
12929         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12930
12931 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12932
12933         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12934         Fix typo in docstring.
12935
12936 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12937
12938         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12939         response.
12940
12941 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12944
12945         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12946
12947         * message.el (message-check-news-header-syntax): Protect against a
12948         string that `rfc822-addresses' returns when parsing fails.
12949
12950 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12953         (gnus-previous-char-property-change): New functions.
12954
12955         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12956
12957 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12958
12959         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12960         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12961
12962 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12963
12964         * message.el (message-exchange-point-and-mark): Rework last change to
12965         avoid using optional arg of exchange-point-and-mark, for backward
12966         compatibility.
12967
12968 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12969
12970         * message.el (message-exchange-point-and-mark):
12971         Call exchange-point-and-mark with an argument rather than setting
12972         mark-active by hand (Bug#5175).
12973
12974 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nntp.el (nntp-service-to-port): Work for service expressed with
12977         numeric string; replace [:digit:] with [0-9] for XEmacs.
12978
12979 2009-12-17  Glenn Morris  <rgm@gnu.org>
12980
12981         * gnus-group.el (gnus-bug-group-download-format-alist):
12982         Change emacs entry to debbugs.gnu.org.  Bump :version.
12983
12984 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12987
12988 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * message.el (message-info): Explain why we use `Info-goto-node'.
12991
12992 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12995
12996 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12997
12998         * message.el (message-completion-in-region): New compatibility function.
12999         (message-expand-group): Use it.
13000
13001 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13004         with no unread article should be listed if the 2nd arg `predicate' is
13005         given.
13006
13007 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13010
13011 2009-11-29  Juri Linkov  <juri@jurta.org>
13012
13013         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13014         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13015         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13016
13017 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13018
13019         * sha1.el (sha1-string-external): default-directory "/" in case
13020         otherwise non-existent.  process-connection-type pipe for touch of
13021         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13022
13023 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13024
13025         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13026         it's comms related and sgml-mode.el has "comm" on that basis too.
13027
13028 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13031         containing tspecial characters if they have been already quoted.
13032
13033 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13034
13035         * dns-mode.el (auto-mode-alist): Purecopy string.
13036
13037 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13038
13039         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13040
13041 2009-10-24  Glenn Morris  <rgm@gnu.org>
13042
13043         * gnus-art.el (help-xref-stack-item): Define for compiler.
13044
13045 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13046
13047         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13048
13049 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13052
13053 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13056         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13057
13058 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13061         (gnus-overlays-in): New alias to overlays-in.
13062
13063         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13064         gnus-overlay-get, and gnus-delete-overlay.
13065         (gnus-summary-show-thread): Make it work as well for systems in which
13066         next-single-char-property-change is not available.
13067         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13068
13069         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13070         (gnus-overlay-get): New alias to extent-property.
13071         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13072
13073         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13074         SXEmacs.
13075
13076         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13077         SXEmacs.
13078
13079 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13082
13083 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13084
13085         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13086         and XEmacs that don't have `remove-overlays'.
13087
13088 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13089
13090         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13091         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13092         selective display.  Use overlays instead.
13093
13094 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13095
13096         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13097
13098 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13099
13100         * spam-stat.el (spam-stat-load): Fix typo in message.
13101
13102 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13103
13104         * dig.el (dig-invoke): Fix typo in docstring.
13105         (query-dig): Reflow docstring.
13106
13107 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13108
13109         * gnus-art.el (gnus-article-encrypt-body):
13110         * message.el (message-check-recipients):
13111         * mm-util.el (mm-codepage-setup):
13112         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13113         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13114
13115 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13116
13117         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13118         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13119         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13120         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13121         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13122
13123 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13124
13125         * dig.el: Add "Keywords: comm", as per net-utils.el.
13126
13127 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13128
13129         * dig.el (dig-mode): Use define-derived-mode.
13130
13131 2009-09-19  Glenn Morris  <rgm@gnu.org>
13132
13133         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13134
13135 2009-09-18  Glenn Morris  <rgm@gnu.org>
13136
13137         * gnus-diary.el (gnus-diary-check-message):
13138         * message.el (message-insert-formatted-citation-line):
13139         * nnbabyl.el (top-level):
13140         * nndiary.el (nndiary-schedule):
13141         Fix typos in condition-case handlers.
13142
13143 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13146         configuration that provides the sole article window in a frame;
13147         position point correctly after deleting a part.
13148
13149 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13150
13151         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13152         (spam-resolve-registrations-routine): Use it to unregister articles
13153         that change status.
13154
13155 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13158         with XEmacs.
13159         (parse-time-string-chars): Use it.
13160
13161 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * imap.el (imap-interactive-login): Better messages.
13164         (imap-open): Fix bug with renamed buffer on reconnect.
13165         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13166         for easier debugging and cleaner code.  On successful (guessed based on
13167         server capabilities) secondary authentication, set imap-state
13168         correctly.
13169         (imap-last-authenticator): Define imap-last-authenticator as a variable
13170         to avoid warnings.
13171
13172 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * nnrss.el (nnrss-request-article): Remove binding of
13175         default-enable-multibyte-characters that has gotten needless by
13176         the 2007-07-13 change in rfc2047-encode-message-header.
13177
13178         * mml.el (mml-insert-multipart): Error on the message header.
13179         (mml-insert-part): Error on the message header; position point at
13180         the end of a MIME tag.
13181
13182 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * time-date.el (autoload): Expand define-obsolete-function-alias into
13185         defalias and make-obsolete for old Emacsen that Gnus supports.
13186         (with-no-warnings): Define it for old Emacsen.
13187         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13188         is available.
13189         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13190         float-time is available; suppress compile warning for time-to-seconds.
13191
13192         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13193         (gnus-float-time): Alias to float-time if it exists.
13194
13195         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13196         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13197         float-time is available; suppress compile warning for time-to-seconds.
13198
13199         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13200         XEmacs.
13201
13202 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * imap.el (imap-message-map): Docstring fix.
13205
13206 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13209         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13210         Add the optional argument `encoding' that overrides the default.
13211
13212         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13213         mm-encode-buffer.
13214
13215 2009-09-04  Glenn Morris  <rgm@gnu.org>
13216
13217         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13218         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13219         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13220         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13221         * mm-util.el (mm-with-unibyte-current-buffer)
13222         (mm-find-buffer-file-coding-system):
13223         * yenc.el (yenc-decode-region): Use default-value rather than
13224         default-enable-multibyte-characters.
13225
13226 2009-09-03  Glenn Morris  <rgm@gnu.org>
13227
13228         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13229         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13230         than default-enable-multibyte-characters.
13231
13232 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13233
13234         * gnus-art.el (gnus-article-read-summary-keys):
13235         Fix gnus-buffer-configuration's value temporarily used.
13236
13237 2009-09-02  Glenn Morris  <rgm@gnu.org>
13238
13239         * gnus-util.el (gnus-float-time): New function.
13240         * gnus-delay.el (gnus-delay-article):
13241         * gnus-sum.el (gnus-thread-latest-date):
13242         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13243         * nnspool.el (nnspool-request-newgroups):
13244         Use gnus-float-time rather than time-to-seconds.
13245         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13246
13247         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13248         (gnus-header-subject-face, gnus-header-newsgroups-face)
13249         (gnus-header-name-face, gnus-header-content-face):
13250         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13251         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13252         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13253         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13254         (gnus-cite-face-11):
13255         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13256         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13257         (gnus-server-closed-face, gnus-server-denied-face)
13258         (gnus-server-offline-face):
13259         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13260         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13261         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13262         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13263         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13264         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13265         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13266         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13267         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13268         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13269         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13270         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13271         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13272         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13273         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13274         (gnus-summary-high-undownloaded-face)
13275         (gnus-summary-low-undownloaded-face)
13276         (gnus-summary-normal-undownloaded-face)
13277         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13278         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13279         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13280         (gnus-splash-face):
13281         * message.el (message-header-to-face, message-header-cc-face)
13282         (message-header-subject-face, message-header-newsgroups-face)
13283         (message-header-other-face, message-header-name-face)
13284         (message-header-xheader-face, message-separator-face)
13285         (message-cited-text-face, message-mml-face):
13286         * sieve-mode.el (sieve-control-commands-face)
13287         (sieve-action-commands-face, sieve-test-commands-face)
13288         (sieve-tagged-arguments-face):
13289         * spam.el (spam-face):
13290         Mark face aliases with "-face" in the name as obsolete.
13291
13292 2009-09-01  Glenn Morris  <rgm@gnu.org>
13293
13294         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13295         than goto-line.
13296
13297 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13300         Don't move point if the command is invoked inside the message header.
13301
13302 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13303
13304         * imap.el (imap-send-command): Simplify.
13305         (imap-wait-for-tag): point-max -> buffer-size.
13306
13307 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13308
13309         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13310         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13311         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13312         * nnir.el (nnir-swish-e-index-file):
13313         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13314         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13315         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13316         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13317         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13318         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13319
13320 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13323         Don't save excursion.
13324
13325 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13326
13327         * nnheader.el (nnheader-find-file-noselect):
13328         * mm-util.el (mm-insert-file-contents):
13329         Use (default-value 'major-mode) instead of default-major-mode.
13330
13331 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13332
13333         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13334
13335 2009-08-26  Glenn Morris  <rgm@gnu.org>
13336
13337         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13338         than placing in files.el.
13339
13340 2009-08-25  Glenn Morris  <rgm@gnu.org>
13341
13342         * nnir.el (top-level): Don't require cl at run-time.
13343         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13344         Replace cl-function substitute with gnus-replace-in-string.
13345         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13346         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13347         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13348         simplified expansions.
13349
13350 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13351
13352         * dig.el (dig): Add autoload cookie.
13353
13354 2009-08-22  Glenn Morris  <rgm@gnu.org>
13355
13356         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13357         goto-line.
13358
13359 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13360
13361         * parse-time.el (parse-time-string-chars): Save match data.
13362
13363 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13364
13365         * parse-time.el (parse-time-string-chars): Compute using character
13366         classes, to handle non-ascii characters (Bug#3190).
13367
13368 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13371
13372         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13373         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13374         (gnus-mm-display-part, gnus-mime-display-single)
13375         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13376         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13377
13378         * gnus-sum.el
13379         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13380         (gnus-summary-move-article): Add expirable mark to articles copied or
13381         moved to group that has auto-expire turned on if the option is non-nil.
13382
13383 2009-07-24  Glenn Morris  <rgm@gnu.org>
13384
13385         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13386         Fix typo.  (Bug#3903)
13387
13388 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13391         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13392         that should not be used for draft articles.
13393         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13394         that has no concern in minor mode keys.
13395         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13396         Abolish.
13397
13398 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13401         article without making inquiry to a user for unknown encoding.
13402
13403         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13404         (nnmaildir--scan): Assume i-node and device number that file-attributes
13405         returns might be cons-cell.
13406
13407         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13408
13409         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13410
13411 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         * auth-source.el: Remove docs now in auth.texi.  Don't use
13414         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13415         `auth-source-hide-passwords' and use them.
13416
13417 2009-07-15  Glenn Morris  <rgm@gnu.org>
13418
13419         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13420
13421 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13424         excessive whitespace from the default values of title and description.
13425
13426 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13429         mail-fetch-field to fetch Content-Description header in order to
13430         exclude newlines.
13431
13432 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13433
13434         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13435         format used by GnuPG 2.0.11.
13436
13437 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13440         to deleted part.
13441
13442 2009-05-30  David Engster  <dengste@eml.cc>
13443
13444         * nnmairix.el: Remove old documentation in the commentary block.
13445         (nnmairix-request-group): Do not update active file for nnml back ends.
13446         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13447         end so that overview files are ignored.
13448         (nnmairix-update-groups): Make updating the groups more robust by using
13449         marks.
13450         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13451         with dollar characters in message-id.
13452
13453 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13456         2008-12-25 in dns.el.
13457
13458 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13461         could happen if the text is only composed of spaces and/or tabs.
13462
13463 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13464
13465         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13466         when sending a queued message to avoid extra mml tags.
13467
13468 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13471
13472 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13475         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13476         rmail-toggle-header for XEmacs;
13477         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13478
13479 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-dired.el: Remove autoload for gnus-setup-message.
13482         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13483         displaying Gnus logo; always use compose-mail.
13484
13485 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13488
13489 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13492         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13493         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13494         available.
13495         (gnus-nocem-epg-verify): New function.
13496
13497 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13500
13501 2009-02-15  Glenn Morris  <rgm@gnu.org>
13502
13503         * gnus-util.el (rmail-insert-rmail-file-header)
13504         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13505         autoloads.
13506         (rmail-default-rmail-file): Remove unnecessary declaration.
13507         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13508
13509 2009-02-14  Glenn Morris  <rgm@gnu.org>
13510
13511         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13512         variable (only used in gnus-util, which declares it anyway).
13513         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13514         which was only needed by gnus-art (changed to not use it any more).
13515         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13516         only used in gnus-util, which autoloads it itself.
13517         (rmail-update-summary): Fix autoload.
13518
13519         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13520         rather than rmail-output-to-rmail-file.
13521
13522 2009-02-07  Glenn Morris  <rgm@gnu.org>
13523
13524         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13525         autoload of function that no longer exists.
13526         (rmail-toggle-header): Declare.
13527         (message-forward-rmail-make-body): Handle mbox Rmail.
13528
13529 2009-01-31  Glenn Morris  <rgm@gnu.org>
13530
13531         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13532         2009-01-09 change.
13533
13534 2009-01-31  Dave Love  <fx@gnu.org>
13535
13536         * imap.el (imap-fetch-safe): Bind debug-on-error.
13537         (imap-debug): Add imap-fetch-safe.
13538
13539 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13540
13541         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13542         (auth-source-forget-all-cached): New convenience function.
13543         (auth-source-user-or-password): Accept list of modes or a single mode.
13544
13545         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13546         auth-source modes.
13547
13548         * netrc.el (netrc-machine-user-or-password): Use list of
13549         auth-source modes.
13550
13551         * nnimap.el (nnimap-open-connection): Use list of
13552         auth-source modes.
13553
13554         * nntp.el (nntp-send-authinfo): Use list of
13555         auth-source modes.
13556
13557 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13560         now.
13561
13562 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13565         coding system in XEmacs; add a workaround for XEmacs.
13566
13567         * lpath.el: Fbind coding-system-aliasee.
13568
13569 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13572         of current-language-environment.
13573
13574 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13577         available at runtime.
13578
13579 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13582
13583 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13584
13585         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13586         the greatest positive fixnum value doesn't work under an XEmacs with
13587         bignum support; use the most-positive-fixnum constant instead,
13588         available since Emacs 21.1 with cl and XEmacs 21.1.
13589
13590 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13593         XEmacs gets not to work.
13594
13595 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * mm-util.el (mm-coding-system-priorities): Allow the value like
13598         "Japanese (UTF-8)" of current-language-environment.
13599
13600 2009-01-09  Glenn Morris  <rgm@gnu.org>
13601
13602         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13603         with last-command-event.
13604
13605 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13608         in the doc string.
13609
13610         * message.el (message-fix-before-sending): Amend comment.
13611
13612 2009-01-08  Dave Love  <fx@gnu.org>
13613
13614         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13615
13616 2009-01-07  David Engster  <dengste@eml.cc>
13617
13618         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13619         simplified server definitions by converting it via
13620         gnus-server-to-method.
13621
13622 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13625         parameter's operands.
13626
13627 2009-01-06  David Engster  <dengste@eml.cc>
13628
13629         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13630         primary select method (for gnus-group-mark-article-as-read).
13631
13632 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13633
13634         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13635         `(gnus)Face', not `(gnus)X-Face'.
13636
13637 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * mm-util.el (mm-ucs-to-char): New function.
13640
13641         * mm-url.el (mm-url-decode-entities): Use it.
13642
13643         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13644         unicode-to-char.
13645
13646 2009-01-05  Dave Love  <fx@gnu.org>
13647
13648         * time-date.el: Require cl for `declare'.
13649
13650 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13651
13652         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13653         Dave Love.
13654
13655 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * message.el (message-fix-before-sending): Add `eight-bit' to
13658         illegible-text check.
13659
13660 2009-01-03  Michael Olson  <mwolson@gnu.org>
13661
13662         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13663         `headers' is nil.  This can occur if the IMAP server does not have
13664         permissions to read messages from a folder, but can write new messages
13665         to the folder.
13666         (nnimap-request-article-part): Do not insert `data' if it is nil.
13667
13668         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13669         characters which will confuse `read', so skip past them.
13670
13671 2009-01-01  Dave Love  <fx@gnu.org>
13672
13673         * imap.el (imap-string-to-integer): Fix typo.
13674         (imap-fetch-safe): New function.
13675         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13676
13677         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13678
13679         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13680         (imap-parse-greeting): Fix doc strings.
13681         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13682         (imap-parse-flag-list): Make messages unique.
13683         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13684
13685         * nnimap.el: Fix author email.
13686         (nnimap-split-rule): Add FIXME comment.
13687         (nnimap-debug): Fix doc string.
13688
13689 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13692
13693 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13694
13695         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13696         nslookup if resolv.conf isn't available.
13697         (dns-query): Rename from query-dns.
13698         (dns-query-cached): Rename from query-dns-cached.
13699
13700 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13703         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13704         to check if those variables exist (first appeared in Emacs 18.50).
13705
13706 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * mm-util.el (mm-line-number-at-pos): New function.
13709
13710         * spam-report.el (spam-report-process-queue): Use it.
13711
13712 2008-12-24  David Engster  <dengste@eml.cc>
13713
13714         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13715         parameters that haven't existed as variables as buffer-local variables.
13716
13717 2008-12-23  Dave Love  <fx@gnu.org>
13718
13719         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13720         cadar.
13721
13722         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13723         imap-starttls-p.
13724         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13725
13726 2008-12-22  Dave Love  <fx@gnu.org>
13727
13728         * imap.el: Fix author email.  Doc fixes.
13729         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13730         reply.
13731
13732 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * spam-report.el (spam-report-gmane-max-requests): New constant.
13735         (spam-report-gmane-wait): New variable.
13736         (spam-report-gmane-ham, spam-report-gmane-spam)
13737         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13738         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13739         the server.
13740
13741         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13742         Add explanations.
13743
13744         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13745         nnheader-accept-process-output and nnheader-read-timeout if available.
13746         (pop3-movemail): Use it.
13747
13748         * message.el (message-check-news-body-syntax): Fix signature check if
13749         there's an attachment.
13750
13751 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-util.el: Add comments to the mm- emulating functions.
13754
13755 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13758         Reported by Stephen Berman <stephen.berman@gmx.net>.
13759
13760 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mm-util.el (mm-substring-no-properties): New function.
13763         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13764         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13765         (mm-string-to-multibyte): Doc fix.
13766
13767         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13768
13769 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * mml.el (mml-attach-file): Strip text properties from file name.
13772         (Bug#1574)
13773
13774 2008-12-16  Glenn Morris  <rgm@gnu.org>
13775
13776         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13777
13778 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13781         knows since the charset specified might be a bogus alias that
13782         mm-charset-synonym-alist provides.
13783
13784 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13787         "ISO_8859-1".
13788
13789         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13790
13791 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * mm-util.el (mm-charset-eval-alist):
13794         Define it before mm-charset-to-coding-system.
13795         (mm-charset-to-coding-system): Add optional argument `silent';
13796         define it before mm-charset-override-alist.
13797         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13798         default value if it can be used in Emacs currently running;
13799         silence mm-charset-to-coding-system.
13800
13801 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13804         `allow-override' which says whether to use `mm-charset-override-alist'.
13805         (rfc2047-decode-encoded-words): Use it.
13806
13807         * mm-util.el (mm-charset-override-alist): Fix custom type;
13808         add `(gb2312 . gbk)' to choices.
13809
13810 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13813         fast.
13814
13815         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13816
13817         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13818
13819 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13820
13821         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13822         on links.
13823
13824         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13825
13826 2008-12-03  Lute Kamstra  <lute@gnu.org>
13827
13828         * sha1.el: Remove leading * from docstrings of defcustoms,
13829         deffaces, defconsts and defuns.
13830
13831 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13834         users' addresses that don't have domain parts.
13835         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13836         rather than message-narrow-to-head since there will be the message
13837         header separator.
13838
13839 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13840
13841         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13842         since the result is inserted in a unibyte buffer anyway.
13843         (nnimap-demule-use-string-to-multibyte): Remove.
13844         (nnimap-demule): Alias it to mm-string-to-multibyte.
13845
13846 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13849         variable for debugging bug#464 and bug#1174.
13850         (nnimap-demule): Use it.
13851
13852 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13855         score calculation correctly.
13856
13857 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13858
13859         * message.el (message-send-mail): Just set the buffer to unibyte
13860         rather than use mm-with-unibyte-current-buffer which does a lot more.
13861         (message-send-mail-partially): Don't bother with
13862         mm-with-unibyte-current-buffer since it's already been made unibyte by
13863         message-send-mail.
13864
13865 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13868
13869 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13872
13873 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13876         require itself and to remove `with-no-warnings'.
13877
13878 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * starttls.el (starttls-any-program-available): Get the name of the
13881         available TLS layer program.
13882         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13883         well as the host name in the "opening" message.
13884
13885         * auth-source.el (auth-source-cache, auth-source-do-cache)
13886         (auth-source-user-or-password): Cache passwords and logins by default,
13887         allow override with `auth-source-do-cache'.
13888         (auth-source-forget-user-or-password): Allow users to remove cache
13889         entries if needed.
13890
13891 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13892
13893         * md4.el (md4-buffer): Fix typo in docstring.
13894         (md4, md4-64): Doc fixes.
13895         (md4-pack-int32): Reflow docstring.
13896
13897 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13900         condition-case to only the forward-sexp call.
13901
13902 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13905         quotes contained.  Make it more robust regardless by an extra
13906         condition-case wrapper.
13907
13908 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13911
13912 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * nnml.el (nnml-request-expire-articles): Check if the function set to
13915         `nnmail-expiry-target' returns the symbol `delete'.
13916
13917         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13918
13919         * nnmail.el (nnmail-expiry-target): Fix custom type.
13920
13921 2008-10-02  Glenn Morris  <rgm@gnu.org>
13922
13923         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13924         Silence compiler warning.
13925
13926 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13927
13928         * tls.el (open-tls-stream): Show the actual command being
13929         executed, instead of the format string.
13930
13931 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * lpath.el: Fbind codepage-setup for Emacs 23.
13934
13935 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13936
13937         * mml.el (mml-menu): Don't assume mml2015 is bound.
13938
13939 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13942         exists.
13943
13944 2008-09-27  Glenn Morris  <rgm@gnu.org>
13945
13946         * gnus-util.el (mail-header-remove-comments): Autoload it.
13947
13948 2008-09-27  Andreas Schwab  <schwab@suse.de>
13949
13950         * gnus-util.el (gnus-split-references): Strip comments.
13951         (gnus-parent-id): Likewise.
13952
13953 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * message.el (message-confirm-send): Fix version.
13956
13957 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * message.el (message-idna-to-ascii-rhs-1): Use
13960         mail-extract-address-components rather than mail-header-parse-addresses
13961         that is an alias by default to ietf-drums-parse-addresses that does not
13962         support non-ASCII names in headers' contents.
13963
13964 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * message.el (message-confirm-send): Fix variable documentation to
13967         avoid the "y/n" wording.
13968
13969 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13970
13971         * message.el (message-set-auto-save-file-name): Save to a different
13972         filename so multiple messages (especially drafts) can be recovered.
13973
13974 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13975
13976         * message.el (message-confirm-send): Add appropriate version.
13977
13978 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13981         defvar.
13982
13983 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13984
13985         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13986         (mm-pkcs7-enveloped-magic): Ditto.
13987
13988 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13989
13990         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13991         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13992
13993 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13996         default, it's better.
13997
13998 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14001         summary line gnus-number property and ignore them (with a warning
14002         message).
14003
14004 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14007         macro caddr in the interactive form since it won't be expanded.
14008
14009 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14012         `charset'; fix name of function called recursively.
14013         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14014
14015 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14018         (gnus-mime-set-charset-parameters): New function.
14019         (gnus-mime-view-part-as-charset): Use it to correctly display part
14020         specifying wrong charset.
14021
14022 2008-09-08  David Engster  <dengste@eml.cc>
14023
14024         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14025         in completing-read for back end server.
14026
14027 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * message.el (message-confirm-send): New variable to confirm sending a
14030         message.
14031         (message-send): Use it.
14032
14033 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14034
14035         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14036
14037 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14040
14041 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14042
14043         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14044         prevent tracking too many groups.
14045         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14046         Use it.
14047
14048 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14049
14050         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14051         moving point to the bottom of the window in order to avoid recentering.
14052
14053 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14056
14057         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14058         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14059         (gnus-article-beginning-of-window): Fix calculation.
14060
14061 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-msg.el (gnus-summary-supersede-article)
14064         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14065         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14066         message header.
14067
14068 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14069
14070         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14071         pending output coming after the status change.
14072
14073 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14074
14075         * message.el:
14076         * gnus-start.el:
14077         * gnus-registry.el: Remove VMS support.
14078
14079 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14082         macro.
14083         (rfc2104-hash): Use it.
14084
14085 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14088         (gnus-summary-sort-by-most-recent-date): New commands.
14089         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14090         and menu entries.
14091
14092 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14095         don't redisplay article for raw contents; remove plural articles stuff.
14096
14097         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14098         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14099         on gnus-summary-save-article; display results properly.
14100
14101 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * lpath.el: No need to fbind ns-focus-frame.
14104
14105 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14108
14109 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-summary-save-in-pipe):
14112         Consider gnus-save-all-headers.
14113
14114 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14115
14116         * gnus-util.el (ns-focus-frame): Remove declaration.
14117         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14118         like x.
14119
14120 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14121
14122         * rfc2104.el (rfc2104-zero): Delete defconst.
14123         (rfc2104-hex-alist): Likewise.
14124         (rfc2104-hex-to-int): Delete func.
14125         (rfc2104-hexstring-to-bitstring): Likewise.
14126         (rfc2104-nybbles): New defconst.
14127         (rfc2104-hash): Rewrite for speed.
14128
14129 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * tls.el (open-tls-stream): Make it work with the 2nd argument
14132         BUFFER that is a string but does not exist as a buffer object, as
14133         mentioned in the doc-string.
14134
14135 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14138         SXEmacs.
14139
14140 2008-07-16  Glenn Morris  <rgm@gnu.org>
14141
14142         * gnus-util.el (ns-focus-frame): Declare for compiler.
14143
14144 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14147         set as a group parameter.
14148         (gnus-summary-save-in-pipe): Work when it is called independently.
14149         (gnus-summary-pipe-to-muttprint): Don't modify
14150         gnus-summary-pipe-output-default-command.
14151
14152 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14153
14154         * message.el (message-send-mail-with-sendmail):
14155         Display the error message.
14156
14157 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-art.el (gnus-default-article-saver):
14160         Add gnus-summary-save-in-pipe to choices.
14161         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14162         gnus-summary-pipe-output-default-command as the default command.
14163         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14164         instead of gnus-last-shell-command.
14165
14166         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14167         New user option.
14168         (gnus-summary-muttprint-program): Mention the value will be changed.
14169         (gnus-summary-save-article): Force showing of all headers.
14170         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14171
14172 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14173
14174         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14175
14176 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14177
14178         * nnimap.el (nnimap-id):
14179         * sieve-manage.el (sieve-manage-open): Doc fixes.
14180
14181 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14182
14183         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14184         if available.
14185
14186 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14187
14188         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14189
14190         * nnkiboze.el (nnkiboze-generate-group):
14191         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14192
14193         * nnmairix.el: Require CL.
14194
14195 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * dgnushack.el: Autoload get-display-table and put-display-table for
14198         XEmacs 21.5.
14199
14200         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14201         21.4 and SXEmacs.
14202
14203 2008-06-15  David Engster  <dengste@eml.cc>
14204
14205         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14206
14207 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14208
14209         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14210         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14211         runtime choice under XEmacs.
14212
14213         * gnus-sum.el (gnus-summary-set-display-table):
14214         Use `gnus-put-display-table', `gnus-get-display-table',
14215         `gnus-set-display-table' for the display table, instead of `aset'.
14216
14217         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14218         Use `gnus-put-display-table', `gnus-get-display-table',
14219         `gnus-set-display-table' for the display table.
14220
14221 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * nnmairix.el: Add autoloads.
14224
14225 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * nnmairix.el (nnmairix-delete-recreate-group)
14228         (nnmairix-update-and-clear-marks): Fix error messages.
14229
14230 2008-06-14  David Engster  <dengste@eml.cc>
14231
14232         * nnmairix.el: Upgrade to version 0.6.
14233         (nnmairix-group-toggle-propmarks-this-group)
14234         (nnmairix-group-toggle-readmarks-this-group)
14235         (nnmairix-group-delete-recreate-this-group)
14236         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14237         (nnmairix-remove-tick-mark-original-article): New commands.
14238         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14239         (nnmairix-propagate-marks-to-nnmairix-groups)
14240         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14241         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14242         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14243         functions needed for marks propagation and manipulation of read marks.
14244         (nnmairix-update-groups): New function.
14245         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14246         (nnmairix-determine-original-group-from-registry)
14247         (nnmairix-determine-original-group-from-path)
14248         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14249         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14250         New helper functions.
14251         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14252         keystrokes for new commands.
14253         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14254         (nnmairix-request-group): Check allow-fast group parameter.
14255         (nnmairix-request-create-group): Set allow-fast group parameter if
14256         nnmairix-allowfast-default is set.
14257         (nnmairix-close-group): Propagate marks upon closing if needed.
14258         (nnmairix-group-toggle-threads-this-group): Use new.
14259         nnmairix-group-toggle-parameter helper function.
14260         (nnmairix-search): Better check for empty search result.
14261         (nnmairix-goto-original-article): Use new helper functions for
14262         determining original article.
14263         (nnmairix-show-original-article): Make sure message-id is in brackets.
14264         (nnmairix-call-mairix-binary): Change variable name.
14265         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14266         helper function.
14267         (nnmairix-widget-toggle-activate): Fix doc string.
14268
14269 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * nnir.el: Require edmacro when compiling with XEmacs.
14272         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14273         available in Emacs 21.
14274
14275 2008-06-11  Glenn Morris  <rgm@gnu.org>
14276
14277         * gnus-util.el (x-focus-frame):
14278         * gnus.el (image-size):
14279         * mm-decode.el (image-size): Declare.
14280
14281         * gnus-picon.el (declare-function): Add compat definition.
14282         (image-size): Declare.
14283
14284         * gnus-group.el (tool-bar-map):
14285         * gnus-sum.el (tool-bar-map): Define for compiler.
14286
14287         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14288
14289         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14290
14291         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14292         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14293         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14294         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14295         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14296         * sieve-manage.el, spam-report.el, spam.el:
14297         Remove unnecessary eval-and-compile of autoloads.
14298
14299 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14300
14301         * auth-source.el: Precise Tramp doc.
14302
14303 2008-06-07  Glenn Morris  <rgm@gnu.org>
14304
14305         * nnmairix.el: Remove unnecessary eval-when-compile.
14306
14307 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * lpath.el: Fbind propertize for XEmacs 21.4.
14310
14311 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * nnir.el: Move here from ../contrib.
14314
14315 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14316
14317         * gnus-util.el (gnus-read-shell-command): New function.
14318         * mm-decode.el (mm-pipe-part):
14319         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14320
14321 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14324
14325 2008-06-03  Glenn Morris  <rgm@gnu.org>
14326
14327         * pop3.el (nnheader-accept-process-output): Autoload it.
14328
14329 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14332         are not 2-digit hexadecimal characters that follow `%'s.
14333
14334 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14335
14336         * message.el (message-bogus-recipient-p): Fix type in doc string.
14337         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14338         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14339         Improve custom options.
14340         (message-bogus-recipient-p): Adjust accordingly.
14341
14342 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14343
14344         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14345         long-form month and day names.
14346
14347 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * dgnushack.el: Autoload debug, eudc-expand-inline and
14350         pgg-snarf-keys-region for XEmacs.
14351
14352         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14353
14354         * nnmairix.el: Require edmacro when compiling with XEmacs.
14355
14356 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14359         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14360
14361 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * auth-source.el: Add more docs.
14364
14365         * netrc.el (netrc-machine): Always match if the port is not given.
14366
14367 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14368
14369         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14370         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14371         retrieval faster in some cases, but might make CPU usage larger.
14372         If this has any bad side effects, we might revert this change.
14373
14374         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14375         seems to make mail retrieval much, much faster.
14376         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14377         unconditionally.
14378
14379         * gnus-draft.el (gnus-group-send-queue):
14380         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14381
14382 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14385
14386         * message.el (message-bogus-address-regexp): Fix and improve custom
14387         type.
14388         (message-setup-hook): Add message-check-recipients as custom option.
14389
14390 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * message.el (message-cite-function): Remove bogus autoload which crept
14393         in during merge from v5-10.
14394
14395 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14396
14397         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14398
14399         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14400
14401         * auth-source.el: Preliminary Tramp docs.
14402         (auth-sources): Change the default auth-sources to use
14403         EPA .gpg files.
14404
14405 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * nntp.el: Autoload `auth-source-user-or-password'.
14408         (nntp-send-authinfo): Use it.
14409
14410         * nnimap.el: Autoload `auth-source-user-or-password'.
14411         (nnimap-open-connection): Use it.
14412
14413         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14414         for the gnus-message function.
14415         (auth-source-user-or-password): Use it.
14416
14417 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14418
14419         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14420         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14421         (rfc2104-hash): Use it.
14422
14423 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14424
14425         * gnus-art.el (gnus-article-toggle-truncate-lines):
14426         Don't use `iff' in docstring.
14427
14428 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14429
14430         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14431
14432         * gnus-util.el (gnus-extract-address-component-name)
14433         (gnus-extract-address-component-email): Convenience functions around
14434         `gnus-extract-address-components'.
14435
14436         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14437         Use `gnus-extract-address-component-email' to fix bug of comparing full
14438         sender name to `user-mail-address'.
14439
14440 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14441
14442         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14443         catch/throw to optimize.
14444         (gnus-registry-find-keywords): Just use member to find a keyword.
14445
14446 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14447
14448         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14449         is current before calling gnus-server-prepare.
14450         (gnus-server-setup-buffer, gnus-server-update-server)
14451         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14452
14453 2008-05-04  Juri Linkov  <juri@jurta.org>
14454
14455         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14456         (mailcap-file-default-commands): Use mailcap-replace-in-string
14457         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14458         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14459
14460 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14461
14462         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14463
14464 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14465
14466         * gnus.el: Bump version to 0.11.
14467
14468 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14469
14470         * gnus.el: No Gnus v0.10 is released.
14471
14472 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14473
14474         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14475         hooks.
14476         (gnus-update-read-articles): Speed up non-marks-using users.
14477         (gnus-use-marks): Define gnus-use-marks.
14478         (gnus-propagate-marks): Rename variable to something more sensible.
14479
14480 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14481
14482         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14483         (gmm-image-load-path-for-library): Fix typos in docstrings.
14484         (gmm-message): Reflow docstring.
14485
14486 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * mail-source.el (mail-source-set-1, mail-source-bind):
14489         Move auth-source code out of the macro to clean it up and fix bugs.
14490
14491 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14494         by sender if it's equal to user-mail-address, it's likely to be
14495         useless.
14496
14497         * mail-source.el (mail-source-bind): Don't use user or password if they
14498         are not bound.  Unintern them if they are nil.  Don't use server unless
14499         it's bound, and default it to empty string otherwise.
14500
14501 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * mail-source.el: Load auth-source.el.
14504         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14505         get user name or password, if auth-sources is set up.
14506
14507         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14508         strategy of splitting with parent.
14509         (gnus-registry-split-fancy-with-parent)
14510         (gnus-registry-post-process-groups): Use it and fix prior
14511         bug (returning a list as the split result).
14512
14513         * auth-source.el (auth-sources): Remove server parameter.
14514         (auth-source-pick, auth-source-user-or-password)
14515         (auth-source-user-or-password-imap)
14516         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14517         (auth-source-user-or-password-sftp)
14518         (auth-source-user-or-password-smtp): Remove server parameter.
14519
14520 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14521
14522         * smime.el (smime-sign-region, smime-encrypt-region)
14523         (smime-decrypt-region):
14524         Remove redundant calls to `generate-new-buffer-name'.
14525
14526 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14527
14528         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14529         Don't use QP for message/rfc822.
14530         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14531
14532 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14533
14534         * sieve-manage.el (sieve-string-bytes): Remove.
14535         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14536         correct byte-length only if the process's coding-system is the same as
14537         the one used internally by Emacs to represent strings.
14538
14539 2008-04-22  Juri Linkov  <juri@jurta.org>
14540
14541         * mailcap.el (mailcap-file-default-commands): New function.
14542
14543 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * message.el (message-signature-separator, message-cite-function):
14546         Change custom version.
14547
14548 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14549
14550         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14551         commands.
14552         (tls-checktrust): Ditto.
14553
14554 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * mm-decode.el (mm-display-external): Make temp file read-only.
14557
14558 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14561         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14562         `C-c C-f d'.
14563
14564 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14565
14566         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14567
14568 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gnus.el: Bump version to 0.9.
14571
14572 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * gnus.el: No Gnus v0.8 is released.
14575
14576 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14577
14578         * mail-source.el (mail-source-value):
14579         Prefer fboundp to functionp so it works with macros as well.
14580
14581 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14582
14583         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14584         Fix last change in case the element is not even a symbol.
14585
14586 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14587
14588         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14589         Prefer fboundp to functionp so it works with macros as well.
14590
14591 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14592
14593         * auth-source.el: Add docs.
14594         (auth-sources): Modify format to support server.
14595         (auth-source-pick, auth-source-user-or-password)
14596         (auth-source-user-or-password-imap)
14597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14598         (auth-source-user-or-password-sftp)
14599         (auth-source-user-or-password-smtp): Add server parameter.
14600
14601 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14602
14603         * gnus-registry.el: Initialize the registry when gnus-registry-install
14604         is t.
14605
14606 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * compface.el (uncompface): Make buffer unibyte.
14609
14610 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14611
14612         * mail-source.el (mail-source-value):
14613         Prefer fboundp to functionp so it works with macros as well.
14614
14615 2008-04-05  Glenn Morris  <rgm@gnu.org>
14616
14617         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14618
14619 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14620
14621         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14622         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14623
14624         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14625         multibyteness after rather than before erasing it.
14626
14627         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14628         mm-with-multibyte.
14629         (gnus-request-article-this-buffer): Make sure the proper decoding is
14630         used if gnus-original-article-buffer happens to be unibyte.
14631
14632         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14633         default-enable-multibyte-characters.
14634
14635         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14636         default-enable-multibyte-characters.
14637
14638         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14639
14640         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14641
14642 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14643
14644         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14645         Fix last change in case the element is not even a symbol.
14646
14647 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14648
14649         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14650         (imap-message-copyuid-1): Use it.
14651         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14652         J. Williams in
14653         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14654
14655         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14656         imap-enable-exchange-bug-workaround.
14657         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14658
14659 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14660
14661         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14662         a 100 byte status-checks into a 2-3MB transfer for each group.
14663         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14664         to enable bug workaround or not.
14665         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14666
14667 2008-03-31  Glenn Morris  <rgm@gnu.org>
14668
14669         * message.el (mml2015-use): Declare for compiler.
14670         (message-info): Require mml2015 when appropriate.
14671
14672 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14675         whitespace.
14676
14677 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14678
14679         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14680         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14681         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14682         (nntp-service-to-port): New function.
14683         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14684         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14685         (nntp-open-netcat-stream): New function.
14686         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14687
14688 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14689
14690         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14691
14692 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14693
14694         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14695
14696 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14697
14698         * dns.el (dns-write): Use set-buffer-multibyte.
14699
14700 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14701
14702         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14703
14704 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * message.el (message-signature-separator): Change default.
14707         Improve custom type.
14708         (message-cite-function): Change default to
14709         message-cite-original-without-signature.
14710
14711         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14712         toggle.
14713
14714         * message.el (message-check-news-body-syntax): Fix signature check.
14715         (message-setup-1): Mark buffer as unmodified _after_ running
14716         message-setup-hook and handling message-alternative-emails.
14717         (message-shorten-references): Be more strict when building list of
14718         valid references to comply with GNKSA.
14719
14720         * gnus-group.el (gnus-read-ephemeral-bug-group)
14721         (gnus-read-ephemeral-debian-bug-group)
14722         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14723
14724         * message.el (message-info): Don't use booleanp which isn't supported
14725         in Emacs 21 and XEmacs.
14726
14727 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14730         gnus-group-gmane-group-download-format.
14731         (gnus-group-read-ephemeral-gmane-group): Rename from
14732         gnus-group-read-ephemeral-gmane-group.
14733         (gnus-read-ephemeral-gmane-group-url): Rename from
14734         gnus-group-read-ephemeral-gmane-group-url.
14735         (gnus-bug-group-download-format-alist): New variable.
14736         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14737         (gnus-read-ephemeral-emacs-bug-group): New commands.
14738
14739 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14742         (gnus-visible-headers): Improve custom type.
14743
14744 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * mml.el (mml-menu): Add workarounds for XEmacs.
14747
14748         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14749         X-Boundary header.
14750
14751         * message.el (message-simplify-recipients): Fix previous commit.
14752
14753 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14754
14755         * mm-util.el (mm-set-buffer-multibyte): New function.
14756         * mm-decode.el (mm-copy-to-buffer): Use it.
14757
14758         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14759         Prefer fboundp to functionp so it works with macros as well.
14760
14761 2008-03-19  Glenn Morris  <rgm@gnu.org>
14762
14763         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14764         Accidentally removed in the sync process with Emacs.
14765
14766 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * message.el (message-alter-recipients-discard-bogus-full-name):
14769         New function.
14770         (message-alter-recipients-function): New variable.
14771         (message-get-reply-headers): Use it.
14772         (message-replace-header): New helper function.
14773         (message-recipients-without-full-name): New variable.
14774         (message-simplify-recipients): New command.
14775
14776         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14777
14778         * message.el (message-info): Handle EasyPG manual.
14779
14780         * mml.el (mml-menu): Add entry for EasyPG.
14781
14782 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14783
14784         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14785         parameter.
14786
14787         * message.el (message-disassociate-draft): Specify drafts group name
14788         fully.
14789
14790 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14791
14792         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14793         Eliminate unnecessary duplicates from the match list.
14794
14795 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14798
14799         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14800
14801         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14802         args of `how-many' of which the XEmacs version doesn't take; declare
14803         Info-index-next as function.
14804
14805 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-score.el (gnus-score-headers): Fix handling of
14808         gnus-inhibit-slow-scoring.
14809
14810         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14811         string.
14812         (gnus-button-url-regexp): Improve handling of parenthesis.
14813         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14814         (gnus-button-handle-info-keystrokes): Handle index entries.
14815
14816 2008-03-15  Glenn Morris  <rgm@gnu.org>
14817
14818         * parse-time.el (parse-time-string): Simplify.
14819
14820 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14823         Incoming* files.
14824
14825 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * auth-source.el (auth-sources): Rename from auth-source-choices.
14828         (auth-source-pick): Use it.
14829
14830 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14831
14832         * binhex.el (binhex-decode-region-internal):
14833         * uudecode.el (uudecode-decode-region-internal):
14834         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14835         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14836         setting default-enable-multibyte-characters.
14837
14838 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14839
14840         * auth-source.el (auth-source-protocols)
14841         (auth-source-protocols-customize, auth-source-choices): Add and
14842         modified variable customizations and defaults.
14843         (auth-source-pick, auth-source-user-or-password)
14844         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14845         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14846         (auth-source-user-or-password-sftp)
14847         (auth-source-user-or-password-smtp): Use new variables and provide an
14848         interface to netrc.el.
14849
14850 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14853         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14854         Make sure the nntp port to specify is a string.
14855
14856 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14857
14858         * nntp.el: Use with-current-buffer.
14859         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14860         dubious mm-with-unibyte-current-buffer.
14861         (nntp-with-open-group-function): New function extracted from
14862         nntp-with-open-group macro.
14863         (nntp-with-open-group): Use the function, so it's easier to debug.
14864         Add indentation and debugging info.
14865         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14866         Recommend the use of the netcat alternatives.
14867
14868         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14869         Avoid mm-string-as-multibyte as well.
14870
14871         * nnweb.el (nnweb-insert-html):
14872         Remove use of nnheader-string-as-multibyte.
14873
14874         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14875         (nnheader-string-as-multibyte): Remove.
14876
14877         * mm-view.el: Use inhibit-read-only.
14878         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14879         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14880         or unibyte-string.
14881
14882         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14883         (mm-uu-yenc-extract): Use with-current-buffer.
14884
14885         * gnus-soup.el (gnus-soup-send-packet): Don't use
14886         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14887
14888         * nnmh.el: Use with-current-buffer.
14889         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14890         mm-string-as-multibyte on the output of mm-encode-coding-string.
14891
14892         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14893         (nnimap-request-move-article): Use with-current-buffer.
14894
14895         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14896         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14897         conversion uses string-make-unibyte rather than string-as-unibyte.
14898
14899         * gnus-msg.el: Use with-current-buffer.
14900
14901         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14902
14903 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14904
14905         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14906         string for caching if it is 'PIN.
14907
14908 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * lpath.el: Consider the case without Emacs/W3.
14911
14912 2008-03-08  Glenn Morris  <rgm@gnu.org>
14913
14914         * time-date.el (date-to-time, time-subtract, time-add)
14915         (safe-date-to-time): Doc fixes.
14916
14917 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * mail-source.el (mail-source-delete-old-incoming-confirm):
14920         Change default to nil.
14921         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14922
14923 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * lpath.el: Rearrange.
14926
14927         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14928         (gnus-article-goto-prev-page): Work for articles having ^L's.
14929
14930         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14931
14932         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14933
14934 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14935
14936         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14937         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14938         (gnus-bookmark-jump): Adjust some variable names.
14939
14940 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14941
14942         * auth-source.el: New package.
14943         (auth-source-choices): Add customization entry point variable.
14944
14945         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14946         bug.
14947
14948 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14951         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14952         (gnus-registry-install-shortcuts): Rename from
14953         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14954         the `gnus-registry-mark-map' keymap dynamically from
14955         `gnus-registry-marks'.  The generated functions update the summary line
14956         when a registry mark is added or deleted, and will call
14957         `gnus-registry-install-p' (see the comments in the code).
14958         (gnus-registry-user-format-function-M): Use concat intelligently.
14959
14960         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14961         the registry mark functions.
14962
14963 2008-03-05  Glenn Morris  <rgm@gnu.org>
14964
14965         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14966         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14967         gnus-art.
14968         (top-level): No need to load own source when compiling.
14969
14970 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14973         Suggested by <chris.anderton@zetnet.co.uk>.
14974
14975 2008-03-04  Glenn Morris  <rgm@gnu.org>
14976
14977         * gnus-sum.el (top-level): No need to require gnus when compiling,
14978         since unconditionally required near start of file.
14979         (gnus-summary-display-while-building): Move definition before use.
14980
14981 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * gnus-registry.el (gnus-registry-user-format-function-M):
14984         Add formatting function.
14985
14986 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14987
14988         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14989         with plists.
14990         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14991         Use new format.
14992
14993 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14996         `where-is-internal' that returns a range of key sequences.
14997
14998 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14999
15000         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15001
15002         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15003         (gnus-summary-jump-to-group): Consider windows on other displayed
15004         frames as well.  Similar changes might be needed elsewhere, but that's
15005         the one I've bumped into during my use.
15006
15007         * nndoc.el (nndoc-oe-dbx-type-p):
15008         * gnus-msg.el (gnus-debug):
15009         * gnus-group.el (gnus-update-group-mark-positions):
15010         Use mm-string-to-multibyte.
15011
15012 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15015         doesn't handle NotDashEscaped.
15016
15017         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15018         (mml-dnd-attach-options): Fix typo in custom choice.
15019
15020         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15021         Change nndoc-article-type to mbox.
15022         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15023
15024         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15025         to nil, instead of html2text.
15026
15027         * imap.el (imap-debug): Add `imap-ping-server'.
15028
15029         * gnus-bookmark.el: Add FIXMEs.
15030
15031         * message.el (message-form-letter-separator)
15032         (message-send-form-letter-delay): New variables.
15033         (message-send-form-letter): Use them.  New command to send form
15034         letters.  Requested by Uwe Siart.
15035         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15036
15037 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * Update copyright years.
15040
15041 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         Sync from EMACS_22_BASE.
15044
15045         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15046
15047 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15048
15049         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15050         empty author.
15051
15052 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * gnus-registry.el (gnus-registry-marks): Add variable for
15055         customization of marks and their appearance.
15056         (gnus-registry-read-mark): Use it.
15057         (gnus-registry-do-marks): Add utility function to loop through
15058         `gnus-registry-marks'.
15059         (gnus-registry-install-shortcuts-and-menus): Add function to install
15060         shortcuts and menus.
15061         (gnus-registry-initialize): Use it.
15062         (gnus-registry-default-mark): Clarify documentation.
15063
15064 2008-02-29  Glenn Morris  <rgm@gnu.org>
15065
15066         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15067         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15068         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15069         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15070         Change defcustom :version from 23.0 to 23.1.
15071
15072 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * gnus-registry.el (gnus-registry-follow-group-p)
15075         (gnus-registry-post-process-groups): Add functions to aid registry
15076         splitting and improve logging.  Clarify behavior in function
15077         documentation.
15078         (gnus-registry-split-fancy-with-parent): Use them.
15079
15080 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15081
15082         * gnus-art.el: Use with-current-buffer.
15083
15084 2008-02-27  David Engster  <dengste@eml.cc>
15085
15086         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15087         Express real group name in the response.
15088
15089 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15092         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15093         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15094         autoload gnus-registry-fetch-group when compiling.
15095         (nnmairix-request-group-with-article-number-correction):
15096         Remove unreferenced argument passed to nnmairix-call-backend.
15097
15098 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15101         (mm-uu-extract): Improve face for low color ttys.
15102         Reported by Sascha Wilde.
15103
15104 2008-02-27  Glenn Morris  <rgm@gnu.org>
15105
15106         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15107         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15108         variables to defconsts.  Convert comments to doc-strings.
15109         (nnmairix-last-server, nnmairix-current-server): Convert from free
15110         variables to defvars.  Convert comments to doc-strings.
15111         (gnus-registry-fetch-group): Autoload.
15112         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15113         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15114         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15115         caddr.
15116         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15117         nnmairix-request-group-with-article-number-correction call.
15118         (nnmairix-fast, nnmairix-group): New, less general names, for free
15119         variables passed from nnmairix-request-group to
15120         nnmairix-request-group-with-article-number-correction.  Declare.
15121         (nnmairix-request-group-with-article-number-correction):
15122         Use nnmairix-fast, nnmairix-group rather than fast, group.
15123
15124 2008-02-26  David Engster  <dengste@eml.cc>
15125
15126         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15127         version 0.5.
15128
15129 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15132         instead of making an extra function call.  Don't add the current group
15133         to articles only when they have the group.  Use
15134         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15135         Reported by David <de_bb@arcor.de>.
15136
15137 2008-02-24  Miles Bader  <miles@gnu.org>
15138
15139         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15140         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15141         (mm-find-mime-charset-region):
15142         * mm-bodies.el (mm-encode-body):
15143         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15144
15145 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15148         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15149
15150 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * mail-source.el (mail-source-delete-incoming): Change default.
15153         Supplement doc string.
15154
15155         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15156
15157 2008-02-14  Glenn Morris  <rgm@gnu.org>
15158
15159         * time-date.el (format-seconds): New function.
15160
15161 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * nnmail.el (nnmail-message-id-cache-file): Derive from
15164         `gnus-home-directory'.
15165
15166 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15169         Document negative prefix.
15170
15171         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15172
15173 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15174
15175         * message.el (message-unsent-separator): Add the Exim bounce
15176         separator.
15177
15178 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15179
15180         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15181         list.
15182         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15183         recipient/signer list.
15184
15185 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * Makefile.in (datarootdir): Define.
15188         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15189         name that might contain whitespace.
15190
15191 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15194         fbound (Emacs 23 unicode), signal an error.
15195
15196 2008-02-08  Glenn Morris  <rgm@gnu.org>
15197
15198         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15199
15200 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15201
15202         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15203         ports to the calls to `netrc-machine-user-or-password' in addition to
15204         "imap" and "imaps".
15205
15206 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15207
15208         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15209
15210         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15211
15212 2008-02-01  Kenichi Handa  <handa@m17n.org>
15213
15214         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15215         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15216         (rfc2104-hash): Convert the result of concat to unibyte string.
15217
15218 2008-02-01  Dave Love  <fx@gnu.org>
15219
15220         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15221         coding-system-for-read.
15222         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15223
15224 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15225
15226         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15227         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15228         <hanche@math.ntnu.no>.
15229
15230 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15233
15234         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15235
15236 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15237
15238         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15239         * message.el (message-beginning-of-line): Use featurep instead of bound
15240         tests in order to resolve conditionals at compile time.
15241
15242 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15243
15244         * mail-source.el (mail-sources): Add `group' choice.
15245
15246         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15247         parameter `in-group' to control into which group the articles go.
15248         Add treatment of `group' mail-source.
15249
15250 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15253
15254         * mm-decode.el (mm-dissect-buffer): Decode description.
15255
15256         * mml.el (mml-to-mime): Encode message header first.
15257
15258 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15261         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15262
15263         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15264         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15265
15266 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15269
15270 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15273         prefix keys.
15274         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15275         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15276         gnus-xmas.el.
15277
15278         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15279         (gnus-xmas-article-describe-bindings): New function.
15280         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15281         gnus-xmas-article-describe-bindings.
15282
15283         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15284
15285 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15288         Add new variables for article mark management.
15289         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15290         list of extra data entries which, when present, will indicate that the
15291         article ID should not be trimmed from the registry.
15292         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15293         functions.
15294         (gnus-registry-read-mark): New function to read a mark name from the
15295         user.
15296         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15297         (gnus-registry-set-article-mark-internal): New functions to add and
15298         remove marks.
15299         (gnus-registry-get-article-marks): New function to show the marks for
15300         an article, or retrieve them for further use.
15301
15302 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15305         keys when no argument is given.
15306
15307 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * imap.el (imap-ping-server): New variable.
15310         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15311         (imap-ping-server): Minor doc string fixes.
15312
15313 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15314
15315         * imap.el (imap-ping-server): New function.
15316         (imap-opened): Call imap-ping-server.
15317
15318 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * gnus-sum.el (gnus-article-sort-by-random)
15321         (gnus-thread-sort-by-random): Fix doc strings.
15322         Reported by jidanni@jidanni.org.
15323
15324 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-art.el (gnus-article-describe-bindings): New function.
15327         (gnus-article-read-summary-keys): Use it.
15328         (gnus-article-mode-map): Bind `C-h b' to it.
15329
15330 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15333         XEmacs.
15334         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15335         Protect against non-character events.
15336
15337         * lpath.el: Fbind map-keymap for Emacs 21.
15338
15339 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15342         New command.
15343         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15344         instead of END.  Change name of the temp file.
15345         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15346         customizable.
15347
15348 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15351         bind `S W' to gnus-article-wide-reply-with-original; set default
15352         binding to gnus-article-read-summary-send-keys.
15353         (gnus-article-read-summary-keys): Fix the order of keys; display
15354         continuation keys correctly in the echo area; describe bindings
15355         correctly when keys end with `C-h'.
15356         (gnus-article-read-summary-send-keys): New function.
15357         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15358         Work for gnus-article-read-summary-send-keys; display continuation keys
15359         correctly in the echo area.
15360         (gnus-article-reply-with-original): Ignore prefix argument.
15361         (gnus-article-wide-reply-with-original): New function.
15362
15363         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15364         Emacs 21.
15365
15366 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15369         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15370
15371 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15374         (gnus-group-read-ephemeral-gmane-group): New command.
15375
15376 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15377
15378         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15379
15380 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * message.el (message-send-mail-function): Increase custom version.
15383
15384         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15385         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15386
15387 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15388
15389         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15390         for the cases where imap-authenticate is called with a nil buffer
15391         parameter.
15392
15393 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15396         html parts correctly; support forwarded messages.
15397         (gnus-article-browse-html-article): Remove work buffers.
15398
15399         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15400         compiling.
15401         (netrc-bound-and-true-p): New macro.
15402         (netrc-parse): Use it instead of bound-and-true-p that is not available
15403         in XEmacs 21.4.
15404
15405 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15406
15407         * gnus-registry.el (gnus-registry-mark-article)
15408         (gnus-registry-article-marks): Add functionality to mark articles
15409         through the Gnus registry.
15410
15411         * encrypt.el: Clarify documentation for the new pgg method.
15412         (encrypt-file-alist): Add PGG option.
15413         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15414         functionality.  Abstract password key and messaging to external
15415         functions.
15416         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15417         (encrypt-message-method-and-cipher): Add new convenience external
15418         functions.
15419         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15420         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15421
15422         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15423         (netrc-parse): Use encrypt-file-alist to determine if
15424         encrypt-find-model or encrypt-insert-file-contents should be used.
15425
15426         * encrypt.el: Clarify documentation.  Load password-cache or
15427         password, whichever one is found first, instead of autoloading.
15428
15429 2007-12-19  Glenn Morris  <rgm@gnu.org>
15430
15431         * mml.el (message-options-set, message-narrow-to-head)
15432         (message-in-body-p, message-mail-p, message-encode-message-body):
15433         Autoload.
15434         (message-remove-header, message-narrow-to-headers-or-head)
15435         (message-subscribed-p, message-make-mail-followup-to)
15436         (message-position-on-field, message-news-p)
15437         (message-options-set-recipient, message-generate-headers)
15438         (message-sort-headers): Declare as functions.
15439
15440 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15443         convention in doc string.
15444
15445 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15448         title to html parts.
15449         (gnus-article-browse-html-article): Pass message header to it.
15450
15451         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15452
15453 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15456         or password compatible with XEmacs.
15457
15458 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15461         format document.
15462         (gnus-mime-delete-part): Don't write description line if empty.
15463         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15464
15465 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15466
15467         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15468         (gnus-summary-mark-read-and-unread-as-read)
15469         (gnus-summary-mark-current-read-and-unread-as-read)
15470         (gnus-summary-mark-unread-as-ticked): Doc fix.
15471         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15472
15473 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15476         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15477
15478 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15481         yes-or-no-p.
15482
15483 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * mm-decode.el (mm-add-meta-html-tag): New function.
15486         (mm-save-part-to-file, mm-pipe-part): Use it.
15487
15488         * gnus-art.el (gnus-article-browse-delete-temp-files):
15489         Use gnus-y-or-n-p instead of y-or-n-p.
15490         (gnus-article-browse-html-parts): Work with message/external-body; use
15491         mm-add-meta-html-tag.
15492
15493 2007-12-11  Glenn Morris  <rgm@gnu.org>
15494
15495         * gnus-cache.el: Require gnus-sum not just when compiling.
15496
15497         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15498
15499         * gnus-int.el (gnus-server-opened, gnus-status-message):
15500         Move definitions before use.
15501
15502         * mm-decode.el: Require gnus-util.
15503         (mm-remove-part): Only call delete-annotation on XEmacs.
15504
15505         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15506
15507         * nnmail.el: Require gnus-int.
15508
15509         * spam.el: Move `require's before `eval-when-compile's.
15510
15511         * gnus-ems.el (gnus-alive-p):
15512         * gnus-fun.el (message-goto-eoh):
15513         * gnus-util.el (gnus-group-name-decode):
15514         * mail-source.el (gnus-compress-sequence):
15515         * message.el (Info-goto-node, format-spec):
15516         * mm-bodies.el (message-options-get):
15517         * mm-decode.el (mm-view-pkcs7):
15518         * mm-util.el (gmm-write-region):
15519         * mml-smime.el (mml-compute-boundary)
15520         (gnus-completing-read-with-default):
15521         * mml.el (widget-button-press, gnus-make-hashtable):
15522         * mml1991.el (mm-decode-content-transfer-encoding)
15523         (mm-encode-content-transfer-encoding)
15524         (message-options-get, message-options-set):
15525         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15526         * nnfolder.el (gnus-request-group):
15527         * nnheader.el (ietf-drums-unfold-fws):
15528         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15529         * smime.el (gnus-run-mode-hooks):
15530         * spam-stat.el (gnus-message): Autoload.
15531
15532         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15533         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15534         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15535         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15536         Add declare-function compatibility definition.
15537
15538         * gnus-cache.el (nnvirtual-find-group-art):
15539         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15540         (gnus-add-image, gnus-add-wash-type):
15541         * gnus-group.el (nnkiboze-score-file):
15542         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15543         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15544         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15545         (message-tokenize-header, gnus-get-buffer-create)
15546         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15547         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15548         * gnus.el (gnus-group-decoded-name):
15549         * mail-source.el (imap-capability):
15550         * mm-bodies.el (message-options-set):
15551         * mm-decode.el (gnus-configure-windows):
15552         * mm-extern.el (message-goto-body):
15553         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15554         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15555         (epg-sub-key-validity, message-options-set):
15556         * mml.el (widget-event-point, gnus-configure-windows):
15557         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15558         * mml2015.el (epg-check-configuration, epg-configuration)
15559         (message-options-set):
15560         * nndb.el (nndb-request-article):
15561         * nnfolder.el (gnus-request-create-group):
15562         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15563         * nnmaildir.el (gnus-group-mark-article-read):
15564         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15565         * rfc1843.el (message-fetch-field):
15566         * spam.el (gnus-extract-address-components):
15567         Declare as functions.
15568
15569 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15572
15573         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15574
15575         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15576         bind show-trailing-whitespace for XEmacs.
15577
15578 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15581         new no-op macro for backward compatibility.
15582
15583         * imap.el (imap-string-to-integer): New function.
15584
15585 2007-12-09  Glenn Morris  <rgm@gnu.org>
15586
15587         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15588
15589         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15590         * message.el, mm-view.el, sieve-manage.el, smime.el:
15591         Add declare-function compatibility definition.
15592
15593         * gnus-art.el (w3-region, w3m-region, Info-menu):
15594         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15595         * gnus-sum.el (gnus-get-predicate):
15596         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15597         * message.el (mail-abbrev-in-expansion-header-p):
15598         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15599         (w3m-detect-meta-charset, w3m-region):
15600         * sieve-manage.el (password-read, password-cache-add)
15601         (password-cache-remove):
15602         * smime.el (password-read-and-add): Declare as functions.
15603
15604 2007-12-08  David Kastrup  <dak@gnu.org>
15605
15606         * gnus-sum.el (gnus-summary-simplify-subject-query):
15607         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15608         `message'.
15609
15610 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15613         it to bind idna-program, installation-directory, defined-colors, and
15614         face-attribute for XEmacs of the version that compiles defcustom forms.
15615
15616 2007-12-07  Glenn Morris  <rgm@gnu.org>
15617
15618         * gnus-art.el (article-make-date-line): Revert previous change.
15619
15620 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15623
15624 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15625
15626         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15627         Call gnus-add-to-range ranges only once with a prepared article-list.
15628
15629 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15630
15631         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15632         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15633         group names with backslashes.
15634         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15635
15636 2007-12-06  Deepak Goel  <deego3@gmail.com>
15637
15638         * gnus-art.el (article-make-date-line):
15639         * gnus-start.el (gnus-load):
15640         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15641
15642 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * gnus-art.el (gnus-use-idna):
15645         * gnus-start.el (gnus-site-init-file):
15646         * message.el (message-use-idna):
15647         * mm-uu.el (mm-uu-hide-markers):
15648         * smiley.el (smiley-style): Revert changes that suppress warnings.
15649
15650 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15653         specify charset to html source.
15654         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15655
15656 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15659         idna-program in order to suppress byte compile warning issued by XEmacs
15660         that came to byte compile the default value section of defcustom forms
15661         recently.
15662
15663         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15664         value of installation-directory.
15665
15666         * message.el (message-use-idna): Don't directly refer to the value of
15667         idna-program.
15668
15669         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15670
15671         * smiley.el (smiley-style): Don't directly call face-attribute.
15672
15673 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15676
15677         * gnus-dired.el: Reduce Gnus dependencies.
15678         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15679         Don't require.  Use autoloads instead.
15680         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15681         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15682         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15683         (gnus-dired-mode): Adjust doc string.
15684         (gnus-dired-mail-mode): New variable.
15685         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15686         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15687         (gnus-dired-mail-buffers): New function.  Return mail or message
15688         composition buffers.
15689         (gnus-dired-attach): Use it.
15690         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15691         NO-DECODE.
15692         (gnus-dired-print): Use `gnus-print-buffer' depending on
15693         `gnus-dired-mail-mode'.
15694
15695 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * rfc2047.el (rfc2047-encoded-word-regexp)
15698         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15699         explaining what regexp patterns are for.
15700
15701 2007-12-04  Glenn Morris  <rgm@gnu.org>
15702
15703         * password.el: Move to password-cache.el.
15704
15705         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15706         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15707         * mml-smime.el (password-read, password-cache-add)
15708         (password-cache-remove):
15709         No need to autoload, since mml-sec requires password.
15710
15711         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15712         * message.el (gnus-extract-address-components):
15713         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15714
15715         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15716         password.
15717
15718 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * mailcap.el: Reduce dependencies.
15721         (mail-header-parse-content-type): Autoload.
15722         (mailcap-delete-duplicates): New alias.
15723         (mailcap-mime-info): Add optional argument NO-DECODE.
15724         (mailcap-mime-types): Use mailcap-delete-duplicates.
15725
15726         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15727
15728 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15729
15730         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15731         (imap-parse-status): Upcase status-att for servers that sends them
15732         lower-case (e.g., MS Exchange 2007).
15733
15734 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15735
15736         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15737         function.
15738
15739         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15740         (gnus-uu-yenc-article): New function.
15741
15742         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15743
15744         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15745
15746 2007-12-02  Glenn Morris  <rgm@gnu.org>
15747
15748         * binhex.el (binhex): New custom group.
15749         (binhex-decoder-program, binhex-decoder-switches)
15750         (binhex-use-external): Move to the binhex custom group.
15751
15752         * uudecode.el (uudecode): New custom group.
15753         (uudecode-decoder-program, uudecode-decoder-switches)
15754         (uudecode-use-external): Move to the uudecode custom group.
15755
15756         * netrc.el (top-level): Don't load `encrypt' features.
15757         (netrc-parse): Don't use encrypt.
15758         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15759
15760         * encrypt.el: Remove file.
15761
15762 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15765         matches on patches.
15766
15767         * gnus-art.el (gnus-article-browse-html-article):
15768         Mention `mm-text-html-renderer' in the doc string.
15769
15770         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15771         string.  Add comments.
15772
15773         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15774         if rhs is ASCII.
15775
15776 2007-12-01  Glenn Morris  <rgm@gnu.org>
15777
15778         * mail-source.el (top-level): Require format-spec before
15779         eval-when-compile.
15780
15781 2007-11-30  Glenn Morris  <rgm@gnu.org>
15782
15783         * encrypt.el: Require password, rather than autoloading password-read.
15784
15785 2007-11-29  Glenn Morris  <rgm@gnu.org>
15786
15787         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15788         (sasl-make-client, sasl-next-step, sasl-step-data)
15789         (sasl-step-set-data): Declare as functions.
15790
15791 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15794
15795 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15796
15797         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15798         certs should be verified and what is to be done in the event of a
15799         verification failure.
15800
15801         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15802         caller can indicate whether the cache should be disregarded for this
15803         call.  This way the result of the call is reproducible at all times and
15804         can be considered a canonical server name for the supplied method.
15805         (gnus-agent-method-p): Canonicalize server names by pushing their
15806         method through `gnus-method-to-server' using the no-cache argument.
15807
15808         * gnus-srvr.el (gnus-server-insert-server-line):
15809         Call `gnus-method-to-server' with `no-cache' argument.
15810
15811         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15812         gnus-agent-possibly-synchronize-flags as this should be called when the
15813         server is actually being opened.
15814         (gnus-agent-possibly-synchronize-flags)
15815         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15816         flags file of an agentized server to the latter function.
15817
15818         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15819         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15820         after a connection has been established successfully.
15821
15822 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-art.el (article-display-face): Force to display face if called
15825         interactively; check if gnus-article-x-face-too-ugly matches author.
15826         (article-display-x-face): Display face even if From header is missing
15827         as article-display-face does.
15828
15829 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15830
15831         * hashcash.el (message-narrow-to-headers-or-head)
15832         (message-fetch-field, message-goto-eoh)
15833         (message-narrow-to-headers): Declare as functions.
15834
15835 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * mail-source.el (mail-sources): Default to fetch from file for
15838         compatibility with default of nnmail-spool-file.
15839
15840 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15843         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15844         to look for encoded word that should be encoded again.
15845         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15846         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15847         encoding pattern.
15848         (rfc2047-decode-region): Switch strict regexp and loose one according
15849         to rfc2047-allow-irregular-q-encoded-words.
15850
15851 2007-11-25  Romain Francoise  <romain@orebokech.com>
15852
15853         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15854
15855 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15856
15857         * tls.el (tls-program): Provide more custom choices from
15858         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15859         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15860
15861 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15864         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15865
15866         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15867         `nnmail-spool-file'.
15868
15869         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15870         `nnmail-spool-file'.
15871
15872         * gnus-move.el (gnus-change-server): Ditto.
15873
15874         * gnus-kill.el (gnus-batch-score): Ditto.
15875
15876         * gnus-cache.el (gnus-jog-cache): Ditto.
15877
15878         * gnus-msg.el (gnus-summary-reply):
15879         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15880
15881 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15884         version.  Minor improvement to doc strings.
15885         (tls-program): Add comment.
15886
15887 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15888
15889         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15890         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15891         mismatch between the hostname provided in the certificate and the name
15892         of the host connnecting to.
15893         (open-tls-stream): Use them.  Check certificates against trusted root
15894         certificates.
15895
15896 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-cache.el (gnus-cache-generate-nov-databases):
15899         Use nnml-generate-nov-databases-directory instead of
15900         nnml-generate-nov-databases-1.
15901
15902 2007-11-24  Glenn Morris  <rgm@gnu.org>
15903
15904         * message.el (message-tool-bar-retro): Update for rename
15905         mail_send.xpm->mail-send.xpm.
15906
15907 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15910         `smime-ldap-search' for Emacs 22 and up.
15911
15912 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15913
15914         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15915
15916         * message.el (message-send-mail-function): Fix error convention.
15917         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15918         (message-widen-reply, message-send-mail, message-talkative-question)
15919         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15920         (message-clone-locals, message-send-news): Use with-current-buffer.
15921         (message-insert-or-toggle-importance): Remove unused var `valid'.
15922         (message-make-references): Remove unused var `new-references'.
15923         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15924
15925 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15926
15927         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15928         (spam-split-symbolic-return-positive): Reflow docstring.
15929         (spam-backends, spam-summary-exit-behavior)
15930         (spam-mark-ham-unread-before-move-from-spam-group)
15931         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15932         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15933         (spam-clear-cache, spam-backend-check, spam-install-backend)
15934         (spam-install-statistical-backend, spam-list-of-processors)
15935         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15936         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15937         (spam-check-crm114, spam-initialize, spam-unload-hook):
15938         Fix typos in docstrings.
15939
15940 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15943         been checked if they have never been read and those group levels are
15944         higher than the one that a user specified.
15945
15946 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15949         foreign groups unless a group level is specified by a user.
15950         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15951
15952 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * message.el (message-send-mail-function): Require sendmail.
15955
15956 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * message.el (message-send-mail-function): Check for smtpmail too.
15959
15960         * utf7.el (utf7-encode, utf7-decode): Use coding system
15961         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15962
15963         * message.el (message-send-mail-function): New function.
15964         (message-send-mail-function): Set default using
15965         message-send-mail-function.  Adjust doc string.
15966         (message-send-mail-with-mailclient): New function.
15967
15968 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15969
15970         * smime.el (from):
15971         * rfc2047.el (message-posting-charset):
15972         * qp.el (mm-use-ultra-safe-encoding):
15973         * pop3.el (parse-time-months):
15974         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15975         * nnml.el (files):
15976         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15977         (jka-compr-compression-info-list, ange-ftp-path-format)
15978         (efs-path-regexp):
15979         * nndiary.el (files):
15980         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15981         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15982         (epg-digest-algorithm-alist, inhibit-redisplay)
15983         (password-cache-expiry):
15984         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15985         (pgg-output-buffer, password-cache-expiry):
15986         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15987         (efs-path-regexp):
15988         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15989         (inhibit-redisplay):
15990         * mm-uu.el (file-name, start-point, end-point, entry)
15991         (gnus-newsgroup-name, gnus-newsgroup-charset):
15992         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15993         (latin-unity-ucs-list):
15994         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15995         (mm-uu-binhex-decode-function):
15996         * message.el (gnus-message-group-art, gnus-list-identifiers)
15997         (rmail-enable-mime-composing, gnus-local-organization)
15998         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15999         (gnus-read-active-file, facemenu-add-face-function)
16000         (facemenu-remove-face-function, gnus-article-decoded-p)
16001         (tool-bar-mode):
16002         * mail-source.el (display-time-mail-function):
16003         * gnus-util.el (nnmail-pathname-coding-system)
16004         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16005         (gnus-original-article-buffer, gnus-user-agent)
16006         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16007         (xemacs-codename, sxemacs-codename, emacs-program-version):
16008         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16009         * gnus-start.el (gnus-agent-covered-methods)
16010         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16011         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16012         (gnus-newsgroup-headers, gnus-group-list-mode)
16013         (gnus-group-mark-positions, gnus-newsgroup-data)
16014         (gnus-newsgroup-unreads, nnoo-state-alist)
16015         (gnus-current-select-method, mail-sources)
16016         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16017         (nnmail-spool-file, gnus-cache-active-hashtb):
16018         * gnus-mh.el (mh-lib-progs):
16019         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16020         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16021         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16022         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16023         (gnus-group-buffer):
16024         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16025         (font-lock-set-defaults):
16026         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16027         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16028         (gnus-summary-post-menu, total-parts, type, condition, length):
16029         * gnus-agent.el (gnus-agent-read-agentview):
16030         * flow-fill.el (show-trailing-whitespace):
16031         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16032         eval-and-compile wrappers for byte compiler pacifiers.
16033
16034         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16035         (mm-display-inline-fontify): Check for featurep 'xemacs not
16036         extent-list.
16037
16038         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16039         itimer-list.
16040         (mm-create-image-xemacs): Only do something for XEmacs.
16041         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16042
16043         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16044
16045         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16046         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16047
16048 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16049
16050         * nnimap.el (nnimap-split-download-body):
16051         * gnus-demon.el (gnus-demon):
16052         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16053
16054 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16057         New macros.
16058         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16059         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16060         copy data from unibyte buffer to multibyte current buffer.
16061         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16062         to copy data from unibyte current buffer to multibyte buffer.
16063         (nntp-make-process-buffer): Make process buffer unibyte.
16064
16065         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16066
16067 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16068
16069         * pop3.el (pop3-open-server): Accept and process data more robustly at
16070         connection start to avoid spurious "POP SSL connection failed" errors.
16071
16072 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16075         read group names.
16076
16077 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16080
16081 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16084         (nnmail-save-active): Use a unibyte buffer when saving active file,
16085         which may contain non-ASCII group names.
16086
16087         * nnml.el (nnml-request-group): Decode group names in messages.
16088
16089 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * message.el (message-citation-line-function)
16092         (message-insert-formatted-citation-line): Fix spelling of
16093         `message-insert-formated-citation-line'.
16094
16095 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16098
16099 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16102         nnmail-pathname-coding-system.
16103
16104         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16105         that a user enters; decode group names in messages.
16106
16107         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16108
16109 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16112
16113         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16114
16115         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16116         risky local variable.
16117
16118         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16119
16120 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * encrypt.el: Improve documentation to fix function name typo.
16123         Reported by Daiki Ueno <ueno@unixuser.org>.
16124
16125 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16128         even if the point is not in the last page of an article.
16129         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16130         back to the previous page.
16131
16132 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16135
16136 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16139
16140 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16141
16142         * message.el (message-check-news-body-syntax):
16143         Avoid mm-string-as-multibyte.
16144         (message-hide-headers): Don't assume (point-min)==1.
16145
16146 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * message.el (message-remove-blank-cited-lines): Fix if remove is
16149         given.
16150         (message-bogus-address-regexp): New variable.
16151         (message-bogus-recipient-p): New function.
16152         (message-check-recipients): New command.
16153         (message-syntax-checks): Add `bogus-recipient'.
16154         (message-fix-before-sending): Add `bogus-recipient'.
16155
16156         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16157         (gnus-treat-body-boundary): Don't test window-system.
16158
16159 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16160
16161         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16162
16163 2007-10-28  Miles Bader  <miles@gnu.org>
16164
16165         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16166         at compile-time too.
16167
16168 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * gnus-msg.el (gnus-message-setup-hook):
16171         Add `message-remove-blank-cited-lines' to options.
16172
16173 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * message.el (message-remove-blank-cited-lines): New function.
16176         Suggested by Karl Plästerer.
16177
16178 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16181         mapc.
16182
16183         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16184         (top-level): Use mapc to set functions to be traced for debugging.
16185
16186         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16187         called for effect with while loop.
16188
16189         * message.el (message-talkative-question): Replace mapcar called for
16190         effect with mapc.
16191
16192         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16193         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16194         called for effect with dolist.
16195
16196         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16197
16198         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16199         gnus-extra-headers and nnmail-extra-headers.
16200
16201         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16202         called for effect with dolist.
16203         (top-level): Use mapc to set functions to be traced for debugging.
16204
16205         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16206         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16207         dolist.
16208
16209         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16210         Replace mapcar called for effect with mapc.
16211         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16212         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16213         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16214         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16215
16216         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16217         remove-if that's a cl function.
16218
16219         * webmail.el (webmail-debug): Replace mapcar called for effect with
16220         dolist.
16221
16222         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16223         with mapc.
16224
16225 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16228         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16229         with while loop.
16230
16231         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16232         functions from article-* functions.
16233         (gnus-multi-decode-header): Replace mapcar called for effect with
16234         dolist.
16235
16236         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16237         (gnus-bookmark-show-details): Replace mapcar called for effect with
16238         while loop.
16239
16240         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16241         called for effect with while loop.
16242
16243         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16244         with dolist.
16245
16246         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16247         Replace mapcar called for effect with dolist.
16248
16249         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16250
16251         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16252         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16253         Replace mapcar called for effect with dolist.
16254         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16255         mapc.
16256
16257         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16258         Replace mapcar called for effect with dolist.
16259         (gnus-topic-list): Replace mapcar called for effect with mapc.
16260
16261         * gnus.el: Use mapc instead of mapcar to add autoloads.
16262
16263 2007-10-23  Richard Stallman  <rms@gnu.org>
16264
16265         * gnus-group.el (gnus-group-highlight): Mark as risky.
16266
16267 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus.el (gnus-server-to-method): Return method found first in
16270         gnus-newsrc-alist.
16271
16272         * gnus-art.el (gnus-article-highlight-signature)
16273         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16274         button overlay without the front stickiness.
16275
16276 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16277
16278         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16279         overview buffer needed a catch to receive its throw.
16280         (gnus-agent-flush-cache): Declare as interactive to make this function
16281         easier to use.
16282
16283 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16286         `next-line'.
16287
16288 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16291         exclude address matching message-dont-reply-to-names.
16292
16293 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * gnus-util.el (gnus-string<): New function.
16296
16297         * gnus-sum.el (gnus-article-sort-by-author)
16298         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16299
16300 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16303         the frame-focus tag is set in gnus-buffer-configuration.
16304
16305 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16308         the front stickiness.
16309
16310 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16313         url pattern; remove duplicate one.
16314         (gnus-article-extend-url-button): New function.
16315         (gnus-article-add-buttons): Use it.
16316         (gnus-button-push): Use concatenated url that it makes.
16317
16318 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16319
16320         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16321
16322 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16323
16324         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16325         Don't hardcode point-min==1.
16326
16327 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16330         Fix comment about "iso8859-1".
16331
16332 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16333
16334         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16335         ones returned from the verify-function.
16336
16337         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16338         Call mml2015-extract-cleartext-signature if extraction failed.
16339
16340 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16341
16342         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16343         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16344         failed.
16345
16346 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16349
16350 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16353         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16354         recommends to use EasyPG instead of PGG.
16355
16356         * pgg.el: Revert to revision 6.23.2.16.
16357
16358         * pgg-def.el: Revert to revision 6.6.2.14.
16359
16360         * pgg-gpg.el: Revert to revision 6.23.2.34.
16361
16362 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16365         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16366         thread for both the null and zero (kill/expire thread) universal prefix
16367         cases.
16368         (gnus-summary-expire-thread): Add new function to expire a thread,
16369         using gnus-summary-kill-thread.
16370         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16371         shortcuts for gnus-summary-expire-thread.
16372         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16373         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16374
16375 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16376
16377         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16378         extras value, so an extras entry can be deleted.
16379         (gnus-registry-delete-extra-entry): Use it.
16380         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16381         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16382         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16383         storage through the gnus-registry, and provide an appropriate API for
16384         it.
16385
16386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16389         Suggested by Leo <sdl.web@gmail.com>.
16390
16391         * gnus.el: Do.
16392
16393 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16396         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16397
16398         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16399
16400         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16401         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16402
16403 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16406         newline.
16407         (nnmbox-request-accept-article): Don't change article in source buffer;
16408         narrow to header to use message-fetch-field rather than
16409         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16410         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16411         as delimiters; make sure article ends with newline.
16412         (nnmbox-delete-mail): Correct last position of article to be deleted;
16413         ignore X-Gnus-Newsgroup header in article body.
16414         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16415         positions; make sure article ends with newline.
16416
16417         * message.el (message-display-abbrev): Don't infloop when a user
16418         inserts SPC in the beginning of header.
16419
16420         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16421         coding-system-for-read and coding-system-for-write for XEmacs having no
16422         file-coding feature.
16423
16424         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16425
16426 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16429         list of groups not followed by default.  Fix type to be regexp.
16430         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16431
16432 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16433
16434         * hmac-def.el (define-hmac-function): Switch from old-style to
16435         new-style backquotes.
16436
16437         * md4.el (md4-make-step): Likewise.
16438
16439 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16442         raw-text coding system when saving .newsrc file, which may contain
16443         non-ASCII group names.
16444
16445 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-cus.el (gnus-score-extra): New widget.
16448         (gnus-score-extra-convert): New function.
16449         (gnus-score-customize): Use it for Extra.
16450
16451 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16452
16453         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16454         (mml2015-mailcrypt-clear-verify): Use it.
16455         (mml2015-gpg-clear-verify): Use it.
16456         (mml2015-pgg-clear-verify): Use it.
16457         (mml2015-epg-clear-verify): Replace the current part with the output
16458         from GnuPG; don't extract the plaintext by itself.
16459
16460         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16461         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16462         mml2015-clear-verify-function; don't touch the armor headers or
16463         dash-escaped text here.
16464
16465 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16468         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16469         parts, or application/octet-stream as a last resort.
16470         (gnus-mime-view-part-as-type): Don't toggle display.
16471         (gnus-mime-view-part-as-charset): Don't turn off display before
16472         querying charset.
16473
16474         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16475         stuff to undisplayer function in Emacs.
16476         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16477
16478         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16479         text/calendar parts.
16480
16481 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16484         decoding text/calendar parts.
16485
16486         * message.el (message-forward-make-body-mime): Always mark body as
16487         having no illegible text; remove signed-or-encrypted argument.
16488         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16489
16490         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16491         (mml-generate-mime-1): Don't encode body if it is specified to be in
16492         raw form; don't make buffer be unibyte when inserting multibyte string.
16493
16494 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16495
16496         * sha1.el: Fix up comment style.
16497         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16498         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16499
16500         * hex-util.el: Fix up comment style.
16501         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16502
16503         * gnus-salt.el: Use with-current-buffer.
16504         (gnus-pick-setup-message): Fix long-standing typo.
16505
16506 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * imap.el (imap-logout-timeout): New variable.
16509         (imap-logout, imap-logout-wait): New functions.
16510         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16511
16512         * nnimap.el (nnimap-logout-timeout): New server variable.
16513         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16514         nnimap-logout-timeout.
16515
16516         * gnus-art.el (gnus-article-summary-command-nosave)
16517         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16518
16519 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus.el (gnus-maximum-newsgroup): New variable.
16522
16523         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16524         according to gnus-maximum-newsgroup.
16525
16526         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16527         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16528         Limit the range of articles according to gnus-maximum-newsgroup.
16529
16530 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16531
16532         * gnus-art.el (gnus-sticky-article): Fix problems described in
16533         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16534         Don't perform gnus-configure-windows here; reuse existing sticky
16535         article buffer.
16536
16537         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16538         it doesn't exist in gnus-article-mode.
16539
16540 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16543         (gnus-agent-decoded-group-name): New function.
16544         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16545         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16546
16547 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16548
16549         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16550         Add binding for gnus-sticky-article.
16551         (gnus-summary-exit): Don't kill sticky article buffers.
16552
16553         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16554         article buffer.
16555         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16556         (gnus-kill-sticky-article-buffers): New commands.
16557
16558 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * nntp.el (nntp-xref-number-is-evil): New server variable.
16561         (nntp-find-group-and-number): If it is non-nil, don't trust article
16562         numbers in the Xref header.
16563
16564 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-agent.el (gnus-agent-read-group): New function.
16567         (gnus-agent-flush-group, gnus-agent-expire-group)
16568         (gnus-agent-regenerate-group): Use it.
16569         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16570         nnmail-pathname-coding-system.
16571
16572 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16575
16576         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16577         that are unread as unread, and also as selected so that information of
16578         marks having been changed by a user may be updated when exiting group.
16579
16580 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16583
16584 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16587         calculated ignoring signature parts to gnus-treat-article.
16588
16589 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16592         a point here in order to keep the window start.
16593         (gnus-insert-mime-security-button): Make a button overlay without the
16594         front stickiness.
16595         (gnus-mime-display-security): Goto the end of a button.
16596
16597         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16598
16599 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16602         group-name-at-point.
16603         (gnus-group-completing-read): New function that offers decoded
16604         non-ASCII group names for completion.
16605         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16606         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16607         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16608         (gnus-group-fetch-control): Use it.
16609         (gnus-fetch-group): Use group-name-at-point for the initial value
16610         rather than the default value; use gnus-alive-p.
16611
16612         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16613         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16614         (gnus-summary-post-news): Use gnus-group-completing-read.
16615
16616         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16617         (gnus-read-move-group-name): Decode group name for completion.
16618
16619 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16622         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16623         Yamaoka slightly modified the code).
16624
16625 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16628         (nnmail-split-incoming): Bind it.
16629
16630         * nnml.el (nnml-group-name-charset): New function.
16631         (nnml-decoded-group-name): Use it; don't decode group name if
16632         nnmail-group-names-not-encoded-p is non-nil.
16633         (nnml-encoded-group-name): New function.
16634         (nnml-group-pathname): Inline nnml-decoded-group-name.
16635         (nnml-request-expire-articles): Decode group name in message.
16636         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16637         nnmail-pathname-coding-system.
16638         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16639         not decoded ones according to nnmail-group-names-not-encoded-p.
16640         (nnml-generate-active-info): Use nnml-encoded-group-name.
16641
16642 2007-08-08  Glenn Morris  <rgm@gnu.org>
16643
16644         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16645         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16646         doc-strings and comments.
16647
16648 2007-07-25  Glenn Morris  <rgm@gnu.org>
16649
16650         * Relicense all FSF files to GPLv3 or later.
16651
16652 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * gnus-sum.el (gnus-summary-move-article):
16655         Make gnus-summary-respool-article work.
16656
16657 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16660         string.
16661
16662 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16663
16664         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16665         that should be ignored when comparing distant RSS articles with local
16666         ones.
16667         (nnrss-make-hash-index): New function.  Create a hash index according
16668         to the ignored fields.
16669         (nnrss-check-group): Use it.
16670
16671 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16674
16675         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16676
16677         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16678         the new optional argument ENCODED is non-nil.
16679         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16680         coding system for encoding group name.
16681         (gnus-group-make-rss-group): Pass un-encoded group name to
16682         gnus-group-make-group.
16683         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16684         encoded.
16685
16686         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16687         Encode group name to which articles are moved or copied.
16688         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16689         coding system for encoding Newsgroup, Followup-To and Xref headers.
16690
16691         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16692         marks; use nnheader-file-coding-system to write a file.
16693         (nnagent-retrieve-headers): Bind file-name-coding-system to
16694         nnmail-pathname-coding-system.
16695
16696         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16697
16698         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16699         (nnml-request-article, nnml-request-create-group)
16700         (nnml-request-rename-group, nnml-find-id)
16701         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16702         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16703         (nnml-save-marks): Use nnml-group-pathname instead of
16704         nnmail-group-pathname.
16705
16706         (nnml-request-create-group, nnml-request-expire-articles)
16707         (nnml-request-move-article, nnml-request-delete-group)
16708         (nnml-deletable-article-p, nnml-possibly-create-directory)
16709         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16710         (nnml-open-marks): Bind file-name-coding-system to
16711         nnmail-pathname-coding-system.
16712
16713         (nnml-request-article): Pass server argument to nnml-find-group-number.
16714         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16715         Pass server argument to nnml-possibly-create-directory.
16716         (nnml-request-accept-article): Pass server argument to
16717         nnml-active-number and nnml-save-mail.
16718         (nnml-find-group-number): Pass server argument to nnml-find-id.
16719         (nnml-request-update-info): Pass server argument to
16720         nnml-marks-changed-p.
16721
16722         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16723         (nnml-save-mail, nnml-active-number): Add server argument.
16724
16725         (nnml-request-delete-group): Warn if group is missing.
16726         (nnml-get-nov-buffer): Decode group name.
16727         (nnml-generate-active-info): Encode group name.
16728         (nnml-open-marks): Decode group name in messages.
16729
16730 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16733         if it is not specified.
16734         (gnus-article-pipe-part, gnus-article-save-part)
16735         (gnus-article-interactively-view-part, gnus-article-copy-part)
16736         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16737         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16738         (gnus-article-replace-part, gnus-article-delete-part)
16739         (gnus-article-view-part-as-type): Pass raw prefix argument to
16740         gnus-article-part-wrapper.
16741
16742 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-agent.el (gnus-agent-save-active):
16745         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16746
16747         * gnus-cache.el (gnus-cache-save-buffers)
16748         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16749         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16750         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16751         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16752         (gnus-cache-generate-active, gnus-cache-rename-group)
16753         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16754         (gnus-cache-update-overview-total-fetched-for):
16755         Bind file-name-coding-system to nnmail-pathname-coding-system.
16756         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16757         New variables.
16758         (gnus-cache-decoded-group-name): New function.
16759         (gnus-cache-file-name): Use it.
16760         (gnus-cache-generate-active): Use non-decoded group name for active.
16761
16762         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16763         right place.
16764         (gnus-write-active-file): Don't break non-ASCII group names.
16765
16766         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16767         nnmail-pathname-coding-system.
16768
16769         * lpath.el: Bind default-file-name-coding-system,
16770         file-name-coding-system and language-info-alist for XEmacs.
16771
16772         * gnus-uu.el (gnus-uu-decode-save): Typo.
16773
16774 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16777
16778 2007-07-14  David Kastrup  <dak@gnu.org>
16779
16780         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16781         finishing actions if we did not edit the article.
16782
16783 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16786         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16787         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16788         (gnus-agent-flush-group, gnus-agent-flush-cache)
16789         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16790         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16791         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16792         (gnus-agent-regenerate-group)
16793         (gnus-agent-update-files-total-fetched-for)
16794         (gnus-agent-update-view-total-fetched-for):
16795         Bind file-name-coding-system to nnmail-pathname-coding-system.
16796         (gnus-agent-group-pathname): Don't encode file names by
16797         nnmail-pathname-coding-system.
16798         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16799         coding-system-for-write instead of buffer-file-coding-system to
16800         gnus-agent-file-coding-system.
16801
16802         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16803         Decode group name.
16804
16805         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16806
16807         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16808         (gnus-read-newsrc-el-file): Make group names unibyte.
16809
16810         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16811         nnmail-pathname-coding-system.
16812
16813         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16814         (nnrss-request-delete-group): Bind file-name-coding-system to
16815         nnmail-pathname-coding-system.
16816         (nnrss-read-server-data, nnrss-read-group-data):
16817         Bind file-name-coding-system correctly.
16818         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16819
16820         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16821         (nntp-server-to-method-cache): New variable.
16822         (nntp-group-pathname): New function that decodes non-ASCII group names.
16823         (nntp-possibly-create-directory, nntp-marks-changed-p)
16824         (nntp-save-marks, nntp-open-marks): Use it.
16825         (nntp-possibly-create-directory, nntp-open-marks):
16826         Bind file-name-coding-system to nnmail-pathname-coding-system.
16827         (nntp-open-marks): Decode group names when bootstrapping marks.
16828
16829         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16830         Newsgroups and Followup-To headers.
16831
16832 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16835         (gnus-server-closed-face, gnus-server-denied-face)
16836         (gnus-server-offline-face): Remove variable.
16837         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16838
16839         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16840         of modifying message-stack directly for XEmacs.
16841
16842         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16843         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16844         if the coding-system argument is nil for XEmacs.
16845
16846         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16847         mm-charset-override-alist.
16848
16849         * rfc2047.el: Don't require base64; require rfc2045 for the function
16850         rfc2045-encode-string.
16851         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16852         to quote the parameter value.
16853
16854 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16857         form in gnus-group-name-charset-method-alist.
16858
16859         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16860         overrides the default layout edit-form.
16861
16862         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16863
16864         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16865
16866 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16869         as unfetched articles.
16870
16871 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16874
16875 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16878         original back end that keeps marks in the local system.
16879
16880 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16883         arg of pop-to-buffer for XEmacs.
16884         (gnus-article-read-summary-keys): Ditto; don't restore window
16885         configuration if summary command ends up with neither article buffer
16886         nor summary buffer; describe bindings if summary keys end with C-h.
16887
16888 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * message.el (message-fix-before-sending): Skip raw message part to be
16891         forwarded while checking illegible text.
16892         (message-forward-make-body-mime, message-forward-make-body):
16893         Mark signed or encrypted raw message as having no illegible text.
16894
16895 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16898         (gnus-message-with-timestamp-1): New macro.
16899         (gnus-message-with-timestamp): New function.
16900         (gnus-message): Use them.
16901
16902         * nnheader.el (nnheader-message): Use them.
16903
16904 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16907         .newsrc.eld file.
16908
16909 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-agent.el (gnus-agent-fetch-headers)
16912         (gnus-agent-retrieve-headers):
16913         Bind gnus-decode-encoded-address-function to identity.
16914
16915         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16916         available also when the server returns simply a dot.
16917
16918         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16919
16920 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16923
16924 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-ems.el (gnus-x-splash): Make it work.
16927
16928         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16929         from being used.
16930
16931         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16932
16933 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16936         4th and the 5th arguments.
16937
16938         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16939         the front stickiness.
16940         (gnus-article-summary-command-nosave): Correct the order of the
16941         arguments passed to pop-to-buffer.
16942         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16943         summary command ends up with the article buffer.
16944
16945         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16946         the same faces.
16947
16948 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16949
16950         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16951
16952 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16953
16954         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16955         * gnus-sum.el (gnus-summary-highlight):
16956         * pgg.el (pgg-sign-region, pgg-sign):
16957         * mail-source.el (mail-source-delete-old-incoming-confirm):
16958         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16959
16960 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-art.el (gnus-mime-view-part-externally)
16963         (gnus-mime-view-part-internally): Fix predicate function passed to
16964         completing-read.
16965
16966         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16967
16968         * gnus.el (gnus-update-message-archive-method): Add :version.
16969
16970 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus.el (gnus-update-message-archive-method): New variable.
16973
16974         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16975         according to gnus-message-archive-method if
16976         gnus-update-message-archive-method is non-nil.
16977
16978 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16981         Suggested by Loic Dachary <loic@dachary.org>.
16982         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16983
16984 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * message.el (message-pop-to-buffer): Add switch-function argument.
16987         (message-mail): Pass switch-function argument to it.
16988
16989 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16992         Improve doc string.
16993
16994 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16997         (gnus-header-content):
16998         * gnus-cite.el (gnus-cite-10):
16999         * gnus-srvr.el (gnus-server-closed):
17000         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17001         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17002         (gnus-group-mail-3-empty, gnus-group-mail-low)
17003         (gnus-group-mail-low-empty, gnus-splash):
17004         * message.el (message-header-to, message-header-cc)
17005         (message-header-subject, message-header-other, message-header-name)
17006         (message-header-xheader, message-separator, message-cited-text)
17007         (message-mml): Lighten colors of faces used for dark background.
17008
17009 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17010
17011         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17012         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17013
17014 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * message.el (message-narrow-to-headers-or-head):
17017         Ignore mail-header-separator in the body.
17018
17019 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17022         same as window size.
17023
17024 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17025
17026         * message.el (message-font-lock-keywords): Use message-header-xheader
17027         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17028         ahead of the anything pattern, to get it recognized.
17029
17030 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17033         spam.el loads uses it in the compiled defadvice form.
17034
17035 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17036
17037         * gnus-sum.el (gnus-articles-to-read)
17038         (gnus-summary-insert-old-articles): Don't truncate group name for
17039         `read-string'.
17040
17041         * gnus-util.el (gnus-limit-string): Delete this function.
17042
17043         * gnus-sum.el (gnus-simplify-subject-fully):
17044         Use `truncate-string-to-width' instead.
17045
17046 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17047
17048         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17049         Tell if, on summary exit, the next group has to be selected.
17050         (gnus-summary-exit): Use it.
17051
17052 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17055         non-break space.
17056
17057 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17060         Check if group is not a directory.
17061         (nnfolder-request-expire-articles): Don't delete articles if the target
17062         group is not available.
17063
17064         * nnml.el (nnml-request-create-group): Properly check if group is not a
17065         file.
17066         (nnml-request-expire-articles): Don't delete articles if the target
17067         group is not available.
17068
17069         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17070         Don't quote characters that are within parentheses.
17071
17072 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17075         (gnus-handle-ephemeral-exit): Select article according to it.
17076
17077 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * message.el (message-insert-formated-citation-line): Remove newline.
17080         (message-citation-line-format): Add final \n here so that the user can
17081         avoid a blank line.
17082
17083 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17084
17085         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17086         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17087         Update lanl/arXiv support.
17088
17089 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus.el: Bump version number.
17092
17093 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17094
17095         * gnus.el (gnus-version-number): Bump version.
17096
17097 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17098
17099         * gnus.el: No Gnus v0.6 is released.
17100
17101 2007-04-27  Didier Verna  <didier@xemacs.org>
17102
17103         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17104         * gmm-utils.el (gmm-regexp-concat): ... here.
17105         * message.el: Don't require 'gnus-util.
17106         (message-dont-reply-to-names): Handle name change above.
17107         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17108
17109 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17112         since the initial value varies according to the system.
17113
17114 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17117
17118 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17119
17120         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17121
17122 2007-04-24  Didier Verna  <didier@xemacs.org>
17123
17124         Improve the type of gnus-ignored-from-addresses.
17125         * gnus-util.el (gnus-orify-regexp): New function.
17126         * message.el (gnus-util): Require it.
17127         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17128         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17129         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17130
17131 2007-04-24  Didier Verna  <didier@xemacs.org>
17132
17133         * gnus-sum.el:
17134         * gnus-utils.el: Fix some trailing whitespaces.
17135
17136 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17139         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17140         article's Message-ID; refer parent article in summary buffer.
17141
17142         * message.el (message-bounce): Call mime-to-mml.
17143
17144         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17145         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17146         optimize and/or forms properly.
17147
17148 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17151         URL.
17152
17153 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17156
17157 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17160         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17161         displayed of multipart/alternative part if it is invoked from summary
17162         buffer.
17163
17164         * mm-view.el (mm-inline-text-html-render-with-w3m)
17165         (mm-inline-text-html-render-with-w3m-standalone)
17166         (mm-inline-render-with-function): Use mail-parse-charset by default.
17167
17168 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17169
17170         * parse-time.el (parse-time-string-chars): Check if CHAR
17171         is less than the length of parse-time-syntax.
17172
17173 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17176         from gnus-newsgroup-processable.
17177
17178 2007-04-16  Didier Verna  <didier@xemacs.org>
17179
17180         * gnus-msg.el (gnus-configure-posting-styles):
17181         Handle message-signature-directory properly with :file syntax.
17182         Reported by "Leo".
17183
17184 2007-04-11  Didier Verna  <didier@xemacs.org>
17185
17186         New user option: message-signature-directory.
17187         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17188         * message.el (message-insert-signature): Ditto.
17189         * message.el (message-signature-file): Doc update.
17190         * message.el (message-signature-directory): New.
17191
17192 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-msg.el (gnus-inews-yank-articles):
17195         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17196
17197 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * message.el (message-yank-original): Make sure cited text ends with
17200         newline; don't exchange point and mark.
17201
17202 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17203
17204         * tls.el (open-tls-stream): Properly handle case where there
17205         is no associated buffer.
17206
17207 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17208
17209         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17210         message-yank-original, make sure (< mark TEXT point).
17211
17212 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * message.el (message-fill-column): New variable.
17215         (message-mode): Use it.  Add comment on a possible new hook.
17216
17217         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17218         (nnmail-get-new-mail): Reformat.
17219
17220         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17221
17222         * gmm-utils.el: Fix Commentary.
17223         (gmm-tool-bar-from-list): Fix typo in doc string.
17224
17225 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17226
17227         * message.el (message-yank-original): Don't switch point and mark
17228         unnecessarily to put point and mark as documented.
17229
17230 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17231
17232         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17233         from the message heads.
17234
17235 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17236
17237         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17238         article buffer does not have a window.  This may not be the best
17239         solution but is certainly better than setting the start of the null,
17240         that is the current, window.
17241
17242 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17245         (gnus-draft-setup): Run it.
17246
17247         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17248         gnus-score-fast-scoring.  Allow regexp.
17249         (gnus-score-headers): Use it.
17250
17251         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17252         XEmacs.
17253
17254         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17255         string.
17256         (gnus-button-alist): Also catch `<f1> k ...'.
17257         (gnus-treat-display-x-face): Fix doc string.
17258
17259 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17260
17261         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17262         evaluation of gnus-extended-version to ensure correct generation of the
17263         User-Agent header when message-generate-headers-first is used.
17264
17265 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17266
17267         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17268         hashcash-path is nil.  Don't call callback with incorrect number of
17269         parameters if val is 0.
17270
17271 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17272
17273         * message.el (message-required-news-headers):
17274         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17275
17276 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17277
17278         * tls.el (open-tls-stream): In handshake-waiting loop,
17279         don't wait more if there is output available to process.
17280
17281 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17282
17283         * tls.el (tls-program): Doc fix.
17284
17285 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * message.el (message-generate-new-buffers): Change the meaning of the
17288         nil value; add `standard' to the choices; treat t as `unique'; improve
17289         doc string.
17290         (gnus-select-frame-set-input-focus): Autoload.
17291         (message-buffer-name): Search for the existing message buffer if
17292         message-generate-new-buffers is nil or `standard'; treat the value t of
17293         message-generate-new-buffers as `unique'.
17294         (message-pop-to-buffer): Raise the frame already displaying the message
17295         buffer; clear the echo area after querying.
17296         (message-setup): Pass the `continue' argument to compose-mail.
17297         (message-mail): Prefer `switch-function' if it is given; search for the
17298         existing message buffer if the `continue' argument is non-nil; pass
17299         continue and switch-function arguments to compose-mail by way of
17300         message-setup.
17301         (message-mail-other-window): Adjust argument of message-setup.
17302         (message-mail-other-frame): Ditto.
17303
17304 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17307         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17308         to turn font-lock on when turning gnus-message-citation-mode on.
17309
17310 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17311
17312         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17313         (mml-smime-function-alist): New variable; add epg as the backend.
17314         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17315         mml-smime- functions instead.
17316         * mm-view.el: Require smime.
17317
17318 2007-03-05  Didier Verna  <didier@xemacs.org>
17319
17320         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17321         instead of just inheritance for posting styles.
17322         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17323
17324 2007-02-24  Chris Moore  <dooglus@gmail.com>
17325
17326         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17327         * pgg-pgp.el (pgg-pgp-encrypt-region):
17328         * pgg-gpg.el (pgg-gpg-encrypt-region):
17329         Check pgg-encrypt-for-me if no other recipients.
17330
17331 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17332
17333         * tls.el (tls-certtool-program): Fix custom type.
17334
17335 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17338         and point-at-eol instead of line-(beginning|end)-position.
17339
17340         * assistant.el (assistant-parse-buffer): Ditto.
17341
17342         * netrc.el (netrc-parse-services): Ditto.
17343
17344 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17345
17346         * mml2015.el (mml2015-epg-find-usable-key): New function.
17347         (mml2015-epg-sign): Use it.
17348         (mml2015-epg-encrypt): Use it.
17349
17350 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * message.el (message-make-in-reply-to): Quote name containing
17353         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17354         if there are special characters.  Reported by NAKAJI Hiroyuki
17355         <nakaji@jp.freebsd.org>.
17356
17357 2007-02-27  Didier Verna  <didier@xemacs.org>
17358
17359         Include the group parameters as well as the topic ones in the
17360         inheritance filter process.
17361         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17362         argument GROUP-PARAMS-LIST.
17363         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17364
17365 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * nntp.el (nntp-never-echoes-commands)
17368         (nntp-open-connection-functions-never-echo-commands): New variables.
17369         (nntp-send-command): Use them.
17370
17371 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17372
17373         * mml2015.el (mml2015-epg-verify): Simplify.
17374
17375 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * mml.el (mml-content-disposition-alist): New user option.
17378         (mml-content-disposition): New function.
17379         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17380         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17381
17382 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17383
17384         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17385         verification.
17386
17387 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17388
17389         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17390         articles posted in the last 24 hours.
17391
17392 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17393
17394         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17395
17396 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17397
17398         * nntp.el (nntp-send-command): Don't wait for echoes when
17399         nntp-open-ssl-stream is used.
17400
17401 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17404         (gnus-message-add-citation-keywords)
17405         (gnus-message-remove-citation-keywords): Remove.
17406         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17407         directly, make the variables in font-lock-defaults buffer-local, add
17408         gnus-message-citation-keywords to them and then update the value of
17409         font-lock-keywords.
17410
17411 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * message.el (message-cite-original-1): Don't call
17414         gnus-article-highlight-citation.
17415
17416         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17417         citations; fix line count.
17418
17419 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17422         (gnus-message-add-citation-keywords)
17423         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17424         versions of font-lock-add-keywords and font-lock-remove-keywords to
17425         work with XEmacs correctly.
17426
17427 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-cite.el (gnus-cite-face-list): Set the values of
17430         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17431         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17432         (gnus-message-cite-prefix-regexp): New variable.
17433         (gnus-message-search-citation-line): Use it; protect against long
17434         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17435         the 0th match data for Emacs.
17436         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17437         (gnus-message-add-citation-keywords): Append keywords rather than
17438         prepending; emulate font-lock-add-keywords if it is not available.
17439         (gnus-message-remove-citation-keywords):
17440         Emulate font-lock-remove-keywords if it is not available.
17441
17442         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17443
17444         * message.el (message-cite-prefix-regexp): Set the value of
17445         gnus-message-cite-prefix-regexp.
17446
17447 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17448
17449         * nnweb.el (nnweb-google-parse-1): Update parser.
17450
17451 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17452
17453         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17454
17455 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17456
17457         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17458         regexp.
17459
17460 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17463         string-to-multibyte.
17464         (uudecode-decode-region-internal): Use it.
17465
17466         * lpath.el: Fbind string-as-multibyte for XEmacs.
17467
17468 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17471         Fix custom choice.
17472
17473         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17474
17475 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17476
17477         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17478
17479         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17480         `write-region' to respect `mm-inhibit-file-name-handlers'.
17481
17482 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17485         Use gnus-home-directory instead of "~/" or "$HOME".
17486
17487 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17488
17489         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17490         to mention filename.
17491         Add comments at beginning regarding usage.
17492         (encrypt-write-file-contents): Change interactive so a string is
17493         acceptable.  If the file has no associated model, show an error instead
17494         of a nonsense prompt.
17495
17496 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17497
17498         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17499         Thanks to Yoshihiko Yamada for kind notification of this typo.
17500
17501 2007-01-12  Kenichi Handa  <handa@m17n.org>
17502
17503         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17504         multibyte buffer.
17505
17506 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * gnus-score.el (gnus-score-fast-scoring): New variable.
17509         (gnus-score-headers): Use it.
17510
17511         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17512
17513         * message.el (message-cite-original-1):
17514         Call gnus-article-highlight-citation if requested.
17515         (message-make-from): Allow name and address as optional arguments.
17516
17517         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17518
17519         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17520         bugs to doc string.
17521         (gnus-button-alist): Add mid\\|message-id.
17522         (gnus-button-fetch-group): Extend for use in
17523         `browse-url-browser-function'.
17524         (gnus-button-url-regexp): Try to catch paired parentheses like in
17525         Wikipedia URLs.
17526
17527         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17528         Suggested by Simon Krahnke <overlord@gmx.li>.
17529
17530 2007-01-13  Romain Francoise  <romain@orebokech.com>
17531
17532         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17533         Update copyright.
17534
17535 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17536
17537         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17538
17539 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * gnus-registry.el (gnus-registry-unfollowed-groups)
17542         (gnus-registry-split-fancy-with-parent): Fix documentation.
17543
17544 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17545
17546         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17547         from nnweb groups.
17548
17549 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17550
17551         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17552         Xref urls.  Erase buffer before requesting head.
17553
17554         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17555
17556 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17557
17558         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17559         customizable.
17560
17561 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17562
17563         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17564         no signing key is found.
17565         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17566         no encrypting and/or signing key is found.
17567
17568 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17571
17572 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17573
17574         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17575         headers read from disk with the ones newly found in the current search.
17576         This should no longer cause problems, because the article numbers in
17577         Gmane's `nov.php' output are ignored since the previous change.
17578
17579 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17580
17581         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17582
17583 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17586         replace-regexp-in-string; bind url-version; fbind display-images-p and
17587         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17588         find-face and set-itimer-function for Emacs; bind itimer-list for
17589         Emacs.
17590
17591         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17592
17593 2007-01-01  Romain Francoise  <romain@orebokech.com>
17594
17595         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17596
17597 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17598
17599         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17600         `define-minor-mode' macro definition expanded properly.
17601         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17602         exclude it there.
17603
17604         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17605         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17606         `fboundp' test.
17607         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17608         This is OK to autoload in (S)XEmacs now.
17609
17610 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17611
17612         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17613         keystroke.
17614         (gnus-summary-limit-to-singletons): Fix typo.
17615
17616         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17617         else fails.
17618
17619 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17620
17621         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17622         docstring.
17623
17624         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17625         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17626         (gnus-summary-insert-dormant-articles): Fix typo in message.
17627
17628 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17631         nil for XEmacs.
17632         (gnus-message-citation-mode): Don't autoload in XEmacs.
17633
17634         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17635
17636 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17637
17638         * nnimap.el (nnimap-expunge-search-string):
17639         Mention nnimap-search-uids-not-since-is-evil in docstring.
17640
17641 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * spam.el: Revert to make-obsolete-variable because
17644         define-obsolete-variable-alias is not supported in Emacs 21.
17645
17646         * spam.el (spam-ifile-path, spam-ifile-database-path)
17647         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17648         make-obsolete-variable.
17649         (spam-bsfilter-path, spam-bsfilter-program)
17650         (spam-spamassassin-path, spam-spamassassin-program)
17651         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17652         Don't use "path" inappropriately.
17653         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17654         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17655         variable names.
17656
17657 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17658
17659         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17660         summary buffer.
17661
17662         * password.el (password-cache-remove): Use clear-string to burn
17663         password, if available.
17664
17665 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17668
17669         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17670
17671         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17672         (gnus-message-highlight-citation): Move defcustom here from
17673         gnus-cite.el.
17674         (gnus-message-citation-mode): Autoload.
17675
17676         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17677         checks to make it compile with XEmacs.
17678         (gnus-message-citation-mode): New minor mode.
17679         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17680         (gnus-message-highlight-citation): New variables.
17681         (gnus-message-search-citation-line)
17682         (gnus-message-add-citation-keywords)
17683         (gnus-message-remove-citation-keywords)
17684         (turn-on-gnus-message-citation-mode)
17685         (turn-off-gnus-message-citation-mode): New functions.
17686
17687 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17688
17689         * gnus-cite.el: Enable highlighting of different citation levels in
17690         message-mode.
17691
17692 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * message.el (message-make-fqdn): Fix comment.
17695         (message-bogus-system-names): Add ".local".
17696
17697         * spam.el (spam-ifile-path, spam-ifile-program)
17698         (spam-ifile-database-path, spam-ifile-database)
17699         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17700         Don't use "path" inappropriately.
17701         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17702         strings.
17703         (spam-check-ifile, spam-ifile-register-with-ifile)
17704         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17705         Use new variable names.
17706
17707         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17708         (gnus-treat-display-smileys): Simplify using
17709         gnus-image-type-available-p.
17710
17711         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17712         available.
17713
17714         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17715         Use `display-images-p' if available.
17716
17717 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17720         one after turning on the buffer's multibyteness instead of decoding
17721         them directly in the unibyte buffer that causes unexpected conversion
17722         in Emacs 23 (unicode).
17723
17724 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17725
17726         * message.el (message-generate-hashcash): Fix custom type.
17727
17728 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17731
17732 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17733
17734         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17735         disconnect icons.  Add help text.
17736
17737 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17738
17739         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17740         negated to be consistent with the others we handle.
17741
17742 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17745         version of gnus-summary-buffer to something, so that we can use two
17746         article buffers at the same time.
17747
17748 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17749
17750         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17751         trigger all the extra headers.
17752         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17753         sorting.
17754
17755 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17756
17757         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17758         solid groups.
17759
17760 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17761
17762         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17763
17764 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * legacy-gnus-agent.el: Add Copyright notice.
17767
17768 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17769
17770         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17771
17772 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17773
17774         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17775
17776         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17777         to make it work reliably in CVS Emacs.
17778         (gnus-summary-limit-strange-charsets-predicate)
17779         (gnus-summary-limit-to-predicate): New functions.
17780
17781 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17782
17783         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17784         specifying array size.
17785         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17786         array if it is too small.
17787         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17788         (gnus-sort-threads-loop): New function.
17789
17790 2006-12-06  Chris Moore  <dooglus@gmail.com>
17791
17792         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17793         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17794
17795 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17796
17797         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17798         options.
17799
17800 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17801
17802         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17803         DOS-ing the recipient.
17804
17805         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17806         the headers when creating the mapping to avoid mismappings.
17807         (nnweb-gmane-create-mapping): Always nix out old mapping.
17808
17809 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17812         and mm-verify-option to never.
17813
17814 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * message.el (message-signed-or-encrypted-p): New function.
17817         (message-forward-make-body): Use it.
17818
17819         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17820         Replace encode-coding-string with mm-encode-coding-string.
17821
17822 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * nneething.el (nneething-decode-file-name):
17825         Replace decode-coding-string with mm-decode-coding-string.
17826
17827         * gnus-int.el (gnus-open-server): Say failed server's name.
17828
17829 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17830
17831         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17832         strings to a single string.  Quote `errors-file-name'.
17833         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17834         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17835         Adjust calls.  Use `shell-quote-argument'.
17836
17837 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17838
17839         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17840         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17841
17842         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17843         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17844         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17845         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17846         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17847         (gnus-subscribe-newsgroup, gnus-1):
17848         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17849         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17850         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17851         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17852
17853 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17854
17855         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17856         keystroke.
17857         (gnus-summary-limit-to-bodies): Implement headersp.
17858
17859 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17860
17861         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17862
17863 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17866
17867 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17868
17869         * message.el (message-generate-hashcash): Expand range of values to
17870         include `opportunistic'.
17871         (message-send-mail): Use it.
17872
17873 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17874
17875         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17876         and comment it.
17877
17878         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17879
17880 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * gnus-util.el (gnus-extract-address-components): Improve comment.
17883
17884 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * gnus-util.el (gnus-extract-address-components): Work with address in
17887         which the name portion contains @.
17888
17889         * lpath.el: Fbind custom-autoload.
17890
17891 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * gnus.el (gnus-start): Move custom group up.
17894         (gnus-select-method): Don't autoload, but make it available for
17895         `customize-variable'.
17896         (gnus-getenv-nntpserver): Don't autoload.
17897
17898 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17901
17902 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * message.el (message-sendmail-extra-arguments): New variable.
17905         (message-send-mail-with-sendmail): Use it.
17906
17907 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17910         mm-with-unibyte-current-buffer to make string unibyte.
17911
17912         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17913         mm-string-as-multibyte.
17914
17915 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17916
17917         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17918         Reported by Werner Koch <wk@gnupg.org>.
17919
17920 2006-11-14  Daiki Ueno  <ueno@p360>
17921
17922         * mml2015.el: Autoload epa-select-keys when compiling.
17923
17924 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17925
17926         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17927         message-options.
17928         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17929
17930 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17931
17932         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17933         EasyPG (< 0.0.6).
17934         (mml2015-always-trust): New user option.
17935         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17936         prompt.
17937
17938 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * nntp.el (nntp-authinfo-force): New variable.
17941         (nntp-send-authinfo): Use it.
17942
17943 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17946         decode encoded words.  Improve prompt.  Add comment about forwarding.
17947         (message-replacement-char): Move up.
17948
17949 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17950
17951         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17952         instead of gnus-intersection because arguments of gnus-sorted-nunion
17953         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17954
17955 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17958         (message-simplify-subject-functions):
17959         Enable message-strip-subject-encoded-words by default.
17960
17961 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * message.el (message-strip-subject-encoded-words): New function.
17964         (message-simplify-subject-functions): New variable.
17965         (message-simplify-subject): Use it.  Fix typo in doc string.
17966         Support message-strip-subject-encoded-words.
17967
17968 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17969
17970         * gnus-diary.el (gnus-diary-delay-format-function):
17971         * nndiary.el (nndiary-reminders):
17972         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17973
17974 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * gnus-art.el (article-hide-boring-headers): Fetch date from
17977         gnus-original-article-buffer to avoid problems with localized date
17978         strings.
17979
17980 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17983
17984 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17987         New variables.
17988         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17989         (mm-charset-synonym-alist): Move some entries to
17990         mm-codepage-iso-8859-list.
17991         (mm-charset-synonym-alist, mm-charset-override-alist):
17992         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17993
17994 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17997
17998 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17999
18000         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18001         with Emacs 21 and XEmacs.
18002
18003 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18004
18005         * spam.el (spam-parse-address): New function for better parsing,
18006         catching errors, etc.
18007         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18008
18009 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * mm-view.el: Add interactive arg to html2text autoload.
18012
18013 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18016
18017 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18020         New variables.
18021         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18022         (mm-charset-synonym-alist): Move some entries to
18023         mm-codepage-iso-8859-list.
18024
18025         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18026
18027 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18028
18029         * message.el (message-citation-line-format)
18030         (message-insert-formated-citation-line): Fix implementation of %E, %N
18031         and %n according to the doc string.
18032
18033 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18036         Use car-safe to avoid bad parses.
18037
18038 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18041         names.
18042
18043         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18044
18045 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18048         header.
18049
18050         * message.el (message-draft-headers): Add Date.
18051         (message-headers-to-generate): Fix typo in docstring.
18052
18053         * nndraft.el (nndraft-required-headers): New variable.
18054         (nndraft-generate-headers): Use it.
18055
18056         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18057
18058 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18059
18060         * gnus-registry.el (gnus-registry-wash-for-keywords)
18061         (gnus-registry-find-keywords): New functions to allow easy searching of
18062         articles that are in the registry.
18063
18064 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18065
18066         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18067         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18068         Reported by Damien Elmes <damien@repose.cx>.
18069
18070 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * gnus.el (gnus-mime): Remove unused custom group.
18073
18074 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18075
18076         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18077         "blank line" when searching for end of armor headers.
18078
18079 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gmm-utils.el (gmm-write-region): Fix variable name.
18082
18083 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * gmm-utils.el (gmm-write-region): New function based on compatibility
18086         code from `mm-make-temp-file'.
18087
18088         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18089
18090         * nnmaildir.el (nnmaildir--update-nov)
18091         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18092         Use `gmm-write-region'.
18093
18094 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18097         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18098
18099         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18100
18101         * message.el (message-replacement-char): New variable.
18102         (message-fix-before-sending): Use it.
18103         (message-simplify-subject): New function to remove duplicate code.
18104         (message-reply, message-followup): Use it.
18105
18106         * gnus-sum.el (gnus-summary-make-menu-bar):
18107         Clarify gnus-summary-limit-to-articles.
18108
18109 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-util.el (gnus-with-local-quit): New macro.
18112
18113         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18114
18115 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18118         ignore non-string data.
18119
18120 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18121
18122         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18123         non-string data (needs to be done in the registry too).
18124
18125 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18126
18127         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18128         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18129         (gnus-registry-split-fancy-with-parent)
18130         (gnus-registry-fetch-simplified-message-subject-fast)
18131         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18132         Remove text properties on ingress into the registry and when it's saved.
18133         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18134         registry from entries with no groups.
18135
18136 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18139         function to remove string properties.
18140
18141 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * gmm-utils.el (gmm): Adjust custom version.
18144
18145         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18146         Adjust custom version.
18147
18148         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18149
18150 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * gnus-art.el (gnus-insert-prev-page-button)
18153         (gnus-insert-next-page-button): Simplify.  Reformat.
18154
18155 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18156
18157         * gnus-art.el (gnus-insert-prev-page-button)
18158         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18159
18160 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18161
18162         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18163
18164 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18165
18166         * gnus-art.el (gnus-insert-mime-button)
18167         (gnus-insert-mime-security-button):
18168         Apply gnus-article-button-face to MIME and security buttons.
18169
18170 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18173         readable.
18174
18175 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18178
18179 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18180
18181         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18182         `browse-url-of-file' instead of `browse-url'.
18183
18184 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18185
18186         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18187         regexp.  Articles containing quotation were cut prematurely.
18188
18189 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * message.el (message-cite-original-1): Use nobody by default for the
18192         value of From header.
18193         (message-reply): Ditto.
18194
18195 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18196
18197         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18198         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18199         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18200
18201 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18204         mails in the doc string.  Add some URLs in comment.
18205         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18206
18207 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18210         backslashes handling and the way to find boundaries of quoted strings.
18211
18212 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18213
18214         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18215         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18216         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18217         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18218
18219 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18222         doc string.
18223         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18224
18225 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * lpath.el: Fbind epg-check-configuration.
18228
18229 2006-09-06  Simon Josefsson  <jas@extundo.com>
18230
18231         * mml2015.el (mml2015-use): Doc fix, mention epg.
18232
18233 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18234
18235         * mml2015.el (mml2015-use): Default to epg, if available.
18236
18237 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18238
18239         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18240         message-sender.
18241         (mml1991-epg-encrypt): Ditto.
18242         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18243         message-sender.
18244         (mml2015-epg-encrypt): Ditto.
18245
18246 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18247
18248         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18249         several common directories.
18250
18251 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18252
18253         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18254         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18255
18256 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-art.el (article-decode-encoded-words): Make it fast.
18259
18260 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18263
18264         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18265         in quoted string into `\'.
18266
18267 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18270         Use standard-syntax-table.
18271
18272 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-art.el (gnus-decode-address-function): New variable.
18275         (article-decode-encoded-words): Use it to decode headers which are
18276         assumed to contain addresses.
18277         (gnus-mime-delete-part): Remove useless `or'.
18278
18279         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18280         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18281         (gnus-nov-parse-line): Use it to decode From header.
18282         (gnus-get-newsgroup-headers): Ditto.
18283         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18284
18285         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18286         (mail-decode-encoded-address-string): New alias.
18287
18288         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18289         New function.
18290         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18291         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18292         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18293         (rfc2047-decode-string): Ditto.
18294         (rfc2047-decode-address-region): New function.
18295         (rfc2047-decode-address-string): New function.
18296
18297 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * message.el (message-caesar-buffer-body): Allow rotating headers.
18300
18301         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18302
18303         * message.el (message-insert-formated-citation-line): Fix %f.
18304         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18305
18306 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18309         (gnus-bookmark-mouse-available-p): New macro.
18310         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18311         (gnus-bookmark-bmenu-show-infos): Use it.
18312         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18313         (gnus-bookmark-bmenu-hide-infos): Ditto.
18314         (gnus-bookmark-remove-properties): New function.
18315         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18316         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18317         (gnus-bookmark-write-file): Bind coding-system-for-write.
18318         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18319         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18320         group before selecting it.
18321         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18322         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18323         quit-window if it is not available; use gnus-mouse-2 and bind it to
18324         gnus-bookmark-bmenu-select-by-mouse.
18325         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18326         (gnus-bookmark-bmenu-select-by-mouse): New function.
18327
18328 2006-08-13  Romain Francoise  <romain@orebokech.com>
18329
18330         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18331         space.
18332
18333 2006-08-10  Romain Francoise  <romain@orebokech.com>
18334
18335         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18336         (dns-mode-soa-auto-increment-serial): New user option.
18337         (dns-mode-soa-maybe-increment-serial): New function.
18338         (dns-mode): Add the latter to `write-contents-functions'.
18339
18340 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * compface.el (uncompface): Use binary rather than raw-text-unix.
18343
18344 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * compface.el (uncompface): Make sure the eol conversion doesn't take
18347         place when communicating with the external programs.
18348         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18349
18350 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18353
18354 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18355
18356         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18357         Make it more robust by parsing author and date independently.
18358
18359 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18362
18363 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18364
18365         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18366         first matching secret key.
18367         (mml2015-epg-encrypt): Ditto.
18368
18369         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18370         first matching secret key.
18371         (mml1991-epg-encrypt): Ditto.
18372
18373         * mml2015.el (mml2015-encrypt-to-self): New user option.
18374         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18375         mml2015-epg-encrypt-to-self is set.
18376
18377         * mml1991.el (mml1991-encrypt-to-self): New variable.
18378         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18379         mml1991-epg-encrypt-to-self is set.
18380
18381         * mml2015.el (mml2015-signers): New user option.
18382         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18383         (mml2015-epg-encrypt): Allow to select signing keys.
18384
18385         * mml1991.el (mml1991-signers): New variable.
18386         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18387         (mml1991-epg-encrypt): Allow to select signing keys.
18388
18389 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * nnheader.el (nnheader-insert-head): Make it work even if the file
18392         uses CRLF for the line-break code.
18393
18394 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18395
18396         * mml2015.el: Require mml-sec instead of password.
18397         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18398         (mml2015-cache-passphrase): Inherit the default value from
18399         mml-secure-cache-passphrase.
18400         (mml2015-passphrase-cache-expiry): Inherit the default value from
18401         mml-secure-passphrase-cache-expiry.
18402
18403         * mml1991.el: Require mml-sec instead of password.
18404         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18405         (mml1991-cache-passphrase): Inherit the default value from
18406         mml-secure-cache-passphrase.
18407         (mml1991-passphrase-cache-expiry): Inherit the default value from
18408         mml-secure-passphrase-cache-expiry.
18409
18410         * mml-sec.el: Require password.
18411         (mml-secure-verbose): New user option.
18412         (mml-secure-cache-passphrase): New user option.
18413         (mml-secure-passphrase-cache-expiry): New user option.
18414
18415 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18416             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18417
18418         * pgg-def.el (pgg-truncate-key-identifier):
18419         Truncate the key ID to 8 letters from the end.
18420
18421 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18422
18423         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18424         workaround for the url package included with Emacs.
18425
18426         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18427
18428 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18431         correctly.  This fixes a bug caused by the 2006-05-12 change.
18432
18433 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18434
18435         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18436         some information about the error when saying that the `bogus' mail
18437         group will be used.
18438
18439 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18442         string.
18443
18444 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18445
18446         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18447
18448 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18449
18450         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18451
18452 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18453
18454         * mml1991.el (mml1991-function-alist): Add epg.
18455         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18456         (mml1991-epg-encrypt): New functions.
18457
18458 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18459
18460         * mml2015.el (mml2015-verbose): New variable.
18461         (mml2015-cache-passphrase): Ditto.
18462         (mml2015-passphrase-cache-expiry): Ditto.
18463         (mml2015-function-alist): Add epg.
18464         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18465         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18466         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18467         New functions.
18468
18469 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18470
18471         * message.el (message-cite-original-1): Preserve region when removing
18472         quoted text due to X-No-Archive in order to avoid bogus attribution
18473         when citing multiple messages.
18474
18475 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18476
18477         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18478         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18479
18480 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-diary.el (gnus-user-format-function-d)
18483         (gnus-user-format-function-D): Autoload.
18484
18485         * imap.el (Commentary): Fix typo.
18486
18487         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18488         2006-04-22 contribution.
18489
18490 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18491
18492         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18493         It didn't really fix the bogosity I'm seeing with solid web groups.
18494
18495 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18496
18497         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18498         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18499         created using server names.  If we use the feature without declaring
18500         it, Gnus does not properly manage server and group state.
18501
18502         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18503         bound.
18504
18505 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18506
18507         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18508         looking up the method using GROUP's prefix before inventing a new one.
18509         It is used on killed/unknown groups in various places where returning
18510         an all-new method isn't expected by the caller.
18511
18512         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18513         and match semantics of gnus-group-real-prefix.
18514
18515 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * nnmail.el (nnmail-broken-references-mailers): New variable.
18518         (nnmail-ignore-broken-references): New function generalizing
18519         nnmail-fix-eudora-headers.
18520         (nnmail-fix-eudora-headers): Now obsolete.
18521
18522         * gnus-art.el (gnus-button-handle-custom):
18523         Support `customize-apropos*'.
18524
18525 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18526
18527         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18528
18529         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18530         articles.
18531
18532 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * message.el (message-cite-reply-above): New variable.
18535         (message-yank-original): Use it.
18536
18537 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18540
18541 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18544         as read.
18545
18546         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18547
18548 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18549
18550         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18551         (gnus-bookmark-default-file): Use gnus-directory.
18552         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18553         Remove "*" in doc string.
18554         (gnus-bookmark-write-file): Simplify.
18555         (gnus-bookmark-maybe-sort-alist): Use `when'.
18556         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18557         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18558         Add FIXME about Emacs 21 and XEmacs compatibility.
18559         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18560         compatibility.
18561         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18562         compatibility.
18563         (gnus-bookmark-menu-heading): Fix version.
18564
18565 2006-06-19  Bastien Guerry  <bzg@altern.org>
18566
18567         * gnus-bookmark.el: New file.
18568
18569 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * message.el (message-syntax-checks): Doc fix.
18572
18573 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18574
18575         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18576         unsubscribed groups as if they were killed ones.  It causes duplicate
18577         entries in gnus-newsrc-alist.
18578
18579 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * message.el (message-syntax-checks): Doc fix.
18582         (message-send-mail): Add check for continuation headers.
18583         (message-check-news-header-syntax): Fix regexp used to check for
18584         continuation headers.
18585
18586 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18589
18590 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18593
18594 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18597         default-truncate-lines.
18598
18599 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18602         to fill the utf-8 entry.
18603
18604         * lpath.el: Fbind unicode-precedence-list.
18605
18606 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18607
18608         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18609
18610 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18611
18612         * gnus-agent.el (directory-files-and-attributes): Move all the way
18613         forward (the third and final move).
18614         (gnus-agent-read-agentview): Trap reconstruction errors due to
18615         nonexistent directory.  Handle by returning nil.
18616
18617 2006-05-30  Didier Verna  <didier@xemacs.org>
18618
18619         * message.el (message-dont-reply-to-names): Update the custom type.
18620         * message.el (message-dont-reply-to-names): New defsubst: potentially
18621         convert a list of regexps into a single one.
18622         * message.el (message-get-reply-headers): Use it.
18623         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18624
18625 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gnus-agent.el (directory-files-and-attributes): Move forward.
18628
18629 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gnus-ml.el (gnus-mailing-list-subscribe)
18632         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18633         (gnus-mailing-list-message): Fix doc strings.
18634
18635 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18636
18637         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18638         of doing it manually.
18639
18640 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18643         comment.
18644
18645 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18646
18647         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18648         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18649         (gnus-agent-read-local): All symbols allocated in my-obarray.
18650         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18651         (gnus-agent-regenerate-group): Check numeric names to see if they are
18652         messages or groups.
18653         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18654         better way of do this...)
18655
18656         * gnus-cache.el (gnus-agent-total-fetched-for):
18657         Ignore 'dummy.group' (there should be a better way of do this...)
18658
18659 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18662         (gnus-saved-headers): Ditto.
18663         (gnus-default-article-saver): Mention functions may have properties.
18664         (gnus-article-save): Override gnus-save-all-headers and
18665         gnus-saved-headers by :headers property which saver function may have.
18666         (gnus-summary-save-in-file): Add :headers property.
18667         (gnus-summary-write-to-file): Ditto.
18668
18669         * gnus-sum.el (gnus-summary-save-article): Bind
18670         gnus-prompt-before-saving to t when saving many articles in a file;
18671         always show all headers.
18672
18673         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18674
18675 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18678         marks.
18679
18680         * message.el (message-indent-citation): Add optional arguments to allow
18681         using it outside of message buffers.
18682
18683         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18684         (gnus-article-treat-unfold-headers): Use it.
18685         (gnus-article-truncate-lines): New variable.
18686         (gnus-article-mode): Use it.
18687         (gnus-article-toggle-truncate-lines): New function.
18688
18689         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18690         Add gnus-article-toggle-truncate-lines.
18691
18692         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18693         coding system in XEmacs, use binary.
18694
18695 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18698         after-load-alist.
18699
18700         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18701         this function should save decoded articles.
18702         (gnus-summary-write-to-file): Use property to specify this function
18703         should save decoded articles and specify gnus-summary-save-in-file
18704         should be used to save articles other than the first one when saving
18705         many articles.
18706         (gnus-summary-save-body-in-file): Use property to specify this
18707         function should save decoded articles.
18708         (gnus-summary-write-body-to-file): Use property to specify this
18709         function should save decoded articles and specify
18710         gnus-summary-save-body-in-file should be used to save articles other
18711         than the first one when saving many articles.
18712
18713         * gnus-sum.el (gnus-summary-save-article): Simplify.
18714
18715 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * gnus-art.el (gnus-default-article-saver):
18718         Add gnus-summary-write-body-to-file.
18719         (gnus-article-save-coding-system): Don't use coding system object
18720         in XEmacs.
18721         (gnus-read-save-file-name): Add optional `dir-var' argument which
18722         specifies directory in which files are saved; work even if optional
18723         `variable' argument is not specified.
18724         (gnus-summary-write-to-file): Read file name.
18725         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18726         (gnus-summary-write-body-to-file): New function.
18727
18728         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18729         (gnus-summary-local-variables): Add it.
18730         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18731         (gnus-summary-save-article): Remove optional `decode' argument;
18732         determine whether to decode articles by the value of
18733         gnus-default-article-saver; when saving many files using
18734         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18735         it first and use gnus-summary-save-in-file or
18736         gnus-summary-save-body-in-file thereafter unless
18737         gnus-prompt-before-saving is always; move point to article which
18738         will be saved.
18739         (gnus-summary-save-article-file): Revert.
18740         (gnus-summary-write-article-file): Revert.
18741         (gnus-summary-save-article-body-file): Revert.
18742         (gnus-summary-write-article-body-file): New function.
18743
18744 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus-art.el (gnus-default-article-saver): Doc fix.
18747         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18748         from gnus-summary-save-article-coding-system, and default to a
18749         certain coding system.
18750         (gnus-output-to-file): Add coding cookie and encode text according
18751         to gnus-article-save-coding-system; don't use mm-append-to-file.
18752
18753         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18754         gnus-art.el and rename to gnus-article-save-coding-system.
18755         (gnus-summary-save-article): Require gnus-art; don't show all
18756         headers if it decodes articles; don't add coding cookie here;
18757         don't bind mm-text-coding-system-for-write.
18758         (gnus-summary-save-article-file): Save decoded articles.
18759         (gnus-summary-write-article-file): When saving many files, use
18760         gnus-summary-write-to-file first and gnus-summary-save-in-file
18761         thereafter unless gnus-prompt-before-saving is always.
18762         (gnus-summary-save-article-body-file): Save decoded articles.
18763
18764         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18765
18766 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18767
18768         * nnrss.el (nnrss-check-group): Bind hash-index.
18769
18770 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18771
18772         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18773         its hash index.  Store this hash in `nnrss-group-data'.
18774         (nnrss-read-group-data): Update accordingly.
18775
18776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18779         entry.
18780
18781         * gnus-sum.el (gnus-summary-make-menu-bar):
18782         Add gnus-article-browse-html-article.
18783
18784 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18785
18786         * gnus-sum.el (gnus-summary-mime-map):
18787         Add gnus-article-browse-html-article.
18788
18789         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18790
18791 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18794         suitable coding systems in customize.
18795
18796 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * mail-source.el (mail-sources): Fix custom type.
18799
18800 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18803         (gnus-summary-expire-articles-now): Shorten prompt.
18804
18805         * gmm-utils.el (wid-edit): Require.
18806         (defun-gmm): Rename from `gmm-defun-compat'.
18807         (gmm-image-search-load-path): Use it.
18808         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18809
18810 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * gnus-sum.el (gnus-summary-save-article-coding-system):
18813         New variable.
18814         (gnus-summary-save-article): Add optional `decode' argument.
18815         If it is set and gnus-summary-save-article-coding-system is non-nil,
18816         save decoded article.
18817         (gnus-summary-write-article-file): Save decoded article if
18818         gnus-summary-save-article-coding-system is non-nil.
18819
18820         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18821         type.
18822
18823 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18826
18827 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18830         first to test gnus-single-article-buffer which may be buffer-local.
18831
18832         * gnus-sum.el (gnus-summary-setup-buffer):
18833         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18834         group; make gnus-article-buffer, gnus-article-current, and
18835         gnus-original-article-buffer always buffer-local.
18836         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18837         group.
18838         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18839
18840 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18841
18842         * nnml.el (nnml-request-compact-group): Compressed files might not
18843         have .gz extension.
18844
18845 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18846
18847         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18848         (mm-copy-to-buffer): Use with-current-buffer.
18849         (mm-display-part): Simplify.
18850         (mm-inlinable-p): Add optional arg `type'.
18851
18852 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18853
18854         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18855         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18856         Try harder to show the attachment internally or externally using
18857         gnus-mime-view-part-as-type.
18858
18859 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18860
18861         * message.el (message-from-style, message-signature-separator)
18862         (message-user-organization-file, message-send-mail-function)
18863         (message-citation-line-function, message-yank-prefix)
18864         (message-indent-citation-function, message-signature)
18865         (message-signature-file, message-signature-insert-empty-line):
18866         Remove autoloads.
18867
18868         * gnus-art.el (gnus-buttonized-mime-types):
18869         Remove "multipart/signed".  Revert 2006-04-26 change.
18870
18871 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872
18873         * gnus.el (gnus-version-number): Bump version.
18874
18875 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18876
18877         * gnus.el: No Gnus v0.5 is released.
18878
18879 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18880
18881         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18882         fetching articles by message-id.
18883
18884 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885
18886         * message.el (hashcash): Require hashcash as normal.
18887
18888         * ecomplete.el (ecomplete-highlight-match-line):
18889         Use point-at-eol.
18890         (ecomplete-highlight-match-line): Use `highlight', because that
18891         face exists in both Emacs and XEmacs.
18892
18893         * message.el (message-display-abbrev): Use point-at-bol.
18894
18895         * mail-source.el: Don't require timer/timer-funcs.
18896
18897         * gnus-async.el: Ditto.
18898
18899         * password.el: Ditto.
18900
18901         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18902
18903         * mm-url.el: Ditto.
18904
18905         * gnus-xmas.el: Don't require timer-funcs.
18906
18907         * mm-util.el: Require timer/timer-funcs.
18908
18909 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18910
18911         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18912         Close.
18913
18914 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18917         unibyte after clear-decrypt function runs.
18918
18919         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18920         returns as a unibyte string.
18921
18922 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * lpath.el: Revert.
18925
18926         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18927         (pgg-gpg-process-sentinel): Revert.
18928
18929         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18930         (pgg-pgp-lookup-key): Revert.
18931
18932         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18933         (pgg-pgp5-lookup-key): Revert.
18934
18935         * pgg.el (pgg-fetch-key): Revert.
18936
18937 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * lpath.el: Fbind string-as-multibyte for XEmacs.
18940
18941         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18942         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18943         (mml1991-pgg-encrypt): Ditto.
18944
18945         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18946         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18947         a multibyte buffer.
18948
18949         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18950         (pgg-pgp-lookup-key): Ditto.
18951
18952         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18953         (pgg-pgp5-lookup-key): Ditto.
18954
18955         * pgg.el (pgg-fetch-key): Ditto.
18956
18957 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * message.el (message-user-organization-file): Check several
18960         locations of the organization file.
18961
18962         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18963         Add gnus-article-view-part-as-type.
18964
18965         * gnus-art.el (gnus-article-view-part-as-type): New function.
18966
18967         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18968         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18969
18970         * mml.el: Simplify autoload.
18971         (mml-mode): defvar dnd-protocol-alist instead of using
18972         symbol-value.
18973         (mml-default-directory): New variable.
18974         (mml-minibuffer-read-file): Use it.
18975         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18976
18977         * message.el (message-citation-line-format): New variable.
18978         (message-insert-formated-citation-line): New function.
18979         (message-citation-line-function):
18980         Add `message-insert-formated-citation-line' to custom type.
18981
18982         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18983         to doc string.
18984
18985         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18986         depending on mm-verify-option.
18987
18988 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18991         binding pgg-* variables; reimplement the section which prevents
18992         MIME header from being signed.
18993         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18994         pgg-text-mode; remove a blank line at the top of body.
18995
18996         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18997         lines at the top of body; use gnus-newsgroup-charset if there's no
18998         Charset header.
18999
19000 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * message.el (message-self-insert-commands): Doc fix.
19003
19004         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19005         (mm-uu-pgp-encrypted-test): Ditto.
19006         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19007         between header and body; return application/pgp-encrypted handle
19008         if decryption failed; decode decrypted body by charset.
19009
19010         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19011         element match to application/pgp-*.
19012
19013 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19014
19015         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19016         HTML.
19017
19018 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19019
19020         * mail-source.el (mail-source-call-script): Message the error
19021         string.
19022
19023 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19024
19025         * gnus-util.el (gnus-byte-compile): Use it.
19026
19027 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19028
19029         * gnus-util.el (kill-empty-logs): New function.
19030
19031 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * message.el (message-mail-alias-type): Doc fix.
19034         (message-mail-alias-type-p): New function.
19035         (message-send): Use it.
19036         (message-mode): Ditto.
19037         (message-strip-forbidden-properties): Ditto.
19038
19039         * ecomplete.el (ecomplete-database-file-coding-system):
19040         New variable.
19041         (ecomplete-save): Use it.
19042         (ecomplete-setup): Use it.
19043
19044 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * message.el (message-self-insert-commands): New variable.
19047         (message-strip-forbidden-properties): Use it.
19048
19049 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19050
19051         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19052         that doesn't make XEmacs choke.
19053
19054 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19055
19056         * gnus-util.el (gnus-replace-in-string):
19057         Prefer replace-regexp-in-string over of replace-in-string.
19058
19059 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-util.el (gnus-select-frame-set-input-focus):
19062         Use select-frame-set-input-focus if it is available in XEmacs; use
19063         definition defined in Emacs 22 for old Emacsen.
19064
19065         * dgnushack.el: Autoload unmorse-region for XEmacs.
19066
19067         * lpath.el: Bind cursor-in-non-selected-windows and
19068         select-frame-set-input-focus for XEmacs.
19069
19070 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19073
19074 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * gnus-registry.el (gnus-registry-cache-save): Remove text
19077         properties when saving via the temp buffer.
19078
19079 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * message.el (message-generate-hashcash): Honor custom type.
19082
19083 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19084
19085         * message.el (message-generate-hashcash): Default to non-nil when
19086         hashcash is found.
19087
19088         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19089         (gnus-refer-thread-limit): Increase default to 500.
19090
19091         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19092
19093         * flow-fill.el (fill-flowed): Allow delete-space.
19094
19095 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19098         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19099         Remove autoloads.
19100
19101 2006-04-18  Simon Josefsson  <jas@extundo.com>
19102
19103         * message.el (message-generate-hashcash): Default to.
19104
19105 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19108         concatenating segments rather than before concatenating them.
19109
19110 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19111
19112         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19113
19114 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115
19116         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19117
19118         * message.el (message-forward-make-body-plain):
19119         Allow message-forward-ignored-headers to be a list.
19120         (message-remove-ignored-headers): Factor out into function.
19121         (message-forward-make-body-mml): Use it.
19122
19123         * imap.el (imap-quote-specials): New function.
19124         (imap-login-auth): Quote specials.
19125
19126         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19127         (rfc2231-parse-string): Allow concatanation of parameters that
19128         aren't contiguous.  The test case is
19129           (mail-header-parse-content-type "message/external-body;
19130             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19131             access-type=LOCAL-FILE;
19132             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19133
19134 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19135
19136         * nntp.el (nntp-accept-process-output): Return the value of
19137         `nnheader-accept-process-output'.
19138
19139 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140
19141         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19142         (gnus-button-alist): Recognize more diff formats.
19143         (gnus-button-patch): Strip directory.
19144
19145 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19148         Emacs 22 when setting focus.
19149
19150 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19151
19152         * gnus-art.el (gnus-article-treat-types): Do treatment of
19153         text/x-verbatim parts.
19154         (gnus-button-patch): New command.
19155
19156         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19157         addresses that contain invalid characters.
19158
19159 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * message.el (message-put-addresses-in-ecomplete):
19162         Use gnus-replace-in-string.
19163         (message-is-yours-p): Use the more correct
19164         mail-header-parse-address instead of
19165         mail-extract-address-components.
19166         (message-put-addresses-in-ecomplete): Fix typo.
19167
19168         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19169         keystroke.
19170
19171         * gnus-art.el (gnus-treatment-function-alist): Change order of
19172         newsgroups/generic header folding to avoid double-folding.
19173
19174         * message.el (message-hidden-headers): Add X-Draft-From.
19175
19176         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19177         New command.
19178         (gnus-summary-repeat-search-article-backward): New command.
19179
19180         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19181         groups in the parent topic.
19182
19183 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19184
19185         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19186         (spam-extra-header-to-number): Return the CRM114 number as a
19187         number instead of a string.
19188
19189 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190
19191         * gnus-art.el (gnus-face-properties-alist): Move here from
19192         gnus-fun.
19193
19194         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19195
19196 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * message.el (message-strip-forbidden-properties): Only display on
19199         self-insert-command.
19200
19201         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19202         reindent.
19203         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19204
19205 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19206
19207         * smiley.el (smiley-style): Fix typo.
19208
19209 2006-03-23  Kenichi Handa  <handa@m17n.org>
19210
19211         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19212         instead of set-buffer-multibyte.
19213
19214 2006-03-23  Kenichi Handa  <handa@m17n.org>
19215
19216         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19217         buffer and then decode the buffer text if necessary.
19218         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19219         first, and after mm-encode-body, change the buffer to unibyte.
19220
19221 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19222
19223         * hashcash.el (hashcash-insert-payment-async-2):
19224         Use message-goto-eoh instead of doing it manually.
19225         (mail-add-payment): Use message-narrow-to-header instead of trying
19226         to do the same itself.
19227
19228         * message.el (message-hidden-headers): Add Face.
19229
19230         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19231         reparenting code.
19232         (gnus-summary-reparent-children): Refactored out code.
19233         (gnus-summary-thread-map): New keystroke.
19234         (gnus-summary-reparent-children): Make into command.
19235
19236         * smiley.el (smiley-style): Default to `medium' if using a large
19237         font.
19238
19239         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19240         does it itself.
19241
19242         * message.el (message-point-in-header-p): Simplify definition.
19243
19244 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19245
19246         * nnagent.el (nnagent-request-set-mark): Silence log file
19247         writing.
19248         (nnagent-request-set-mark): Use write-region instead of
19249         append-to-file.
19250
19251         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19252         strange select method.
19253
19254         * ecomplete.el (ecomplete-display-matches): Get highlightling
19255         right.
19256         (ecomplete-display-matches): Use literals.
19257         (ecomplete-display-matches): Disable message logging.
19258
19259         * message.el (message-display-abbrev): Small optimization.
19260
19261         * ecomplete.el (ecomplete-display-matches): Allow automatic
19262         display.
19263
19264         * message.el (message-strip-forbidden-properties):
19265         Display abbrevs.
19266         (message-display-abbrev): Get automatic display right.
19267
19268         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19269         keystrokes.
19270
19271 2006-04-13  Romain Francoise  <romain@orebokech.com>
19272
19273         TODO: Backport to v5-10!
19274
19275         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19276         Move here (and rename) from gnus-registry.el.
19277
19278         * gnus-registry.el: Require gnus-util.
19279         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19280
19281 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282
19283         * gnus-group.el (gnus-group-catchup-current):
19284         Change if-then-else-if-then-else into cond.
19285         (gnus-group-catchup): Indent.
19286         (group-name-at-point): New function.
19287         (gnus-fetch-group): Provide default from thing at point.
19288
19289 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19290
19291         * message.el (message-display-abbrev): Fix regexp.
19292
19293         * ecomplete.el (ecomplete-highlight-match-line):
19294         Reimplement choosing.
19295         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19296         dead variables.
19297
19298         * message.el (message-newline-and-indent): Remove debugging.
19299         (message-display-abbrev): Use new implementation.
19300
19301 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-art.el (gnus-article-mode):
19304         Set cursor-in-non-selected-windows to nil.
19305
19306         * smiley.el: Revert previous change.
19307         (smiley-data-directory): defvar it before using it in the
19308         defcustom of `smiley-style'.
19309
19310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19311
19312         * message.el (message-newline-and-indent): New function.
19313
19314         * ecomplete.el: Implement more bits.
19315
19316         * message.el (message-put-addresses-in-ecomplete): Clean up the
19317         string.
19318
19319         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19320
19321         * gnus-sum.el (gnus-summary-save-parts):
19322         Bind gnus-summary-save-parts-counter and use it to make unique file
19323         names.
19324
19325         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19326
19327         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19328         parameter to say whether to actually parse the individual
19329         addresses.
19330
19331         * message.el (message-put-addresses-in-ecomplete): New function.
19332         (ecomplete): Require.
19333         (message-mail-alias-type): Add ecomplete as an option.
19334
19335 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19336
19337         * flow-fill.el (fill-flowed): Remove trailing space from blank
19338         quoted lines.
19339
19340 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19341
19342         * smiley.el (smiley-style): Move definition later to avoid a
19343         compilation warning.
19344
19345 2006-04-12  Kenichi Handa  <handa@m17n.org>
19346
19347         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19348         buffer and then decode the buffer text if necessary.
19349         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19350         first, and after mm-encode-body, change the buffer to unibyte.
19351         Use mm-disable-multibyte instead of set-buffer-multibyte.
19352
19353 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19354
19355         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19356         Content-Type header instead of Content-Disposition header.
19357         (gnus-mime-inline-part): Ditto.
19358         (gnus-mime-view-part-as-charset): Ignore charset that the part
19359         specifies.
19360
19361         * mm-decode.el (mm-display-part): Work with external parts and
19362         usual parts similarly.
19363
19364         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19365         instead of gnus-display-mime.
19366
19367         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19368         instead of with-temp-buffer.
19369
19370         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19371         tag to summarized topics part in order to encode non-ASCII text.
19372
19373 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19374
19375         * smiley.el (smiley-style): New variable.
19376         (smiley-directory): New function.
19377         (smiley-data-directory): Derive from `smiley-style' using
19378         `smiley-directory'.
19379         (smiley-regexp-alist): Add new entries.
19380
19381         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19382         (gnus-article-browse-delete-temp): Add :version.
19383
19384 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19385
19386         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19387         the sieve region.
19388
19389 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * gnus.el (gnus-version-number): Bump version.
19392
19393 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * gnus.el: No Gnus v0.4 is released.
19396
19397 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19400         layout.
19401
19402         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19403         unknown charset.
19404
19405         * message.el (message-header-synonyms): Add Original-To to the
19406         default.
19407
19408         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19409         optional parameter.
19410
19411 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * gnus-fun.el (gnus): Require it for gnus-directory.
19414
19415 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19418
19419 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19420
19421         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19422
19423 2006-04-05  Simon Josefsson  <jas@extundo.com>
19424
19425         * password.el (password-reset): New function.
19426
19427 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19428
19429         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19430         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19431
19432 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19433
19434         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19435         Some whitespace was matched into the url, which broke browsing hits
19436         > 100 when mm-url-use-external was nil.
19437
19438 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19439
19440         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19441         Check gnus-extra-headers for 'Newsgroups.
19442
19443         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19444         bound.
19445
19446 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19447
19448         * pgg-gpg.el: Clean up process buffers every time gpg processes
19449         complete.
19450
19451 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19454         doc string.
19455
19456 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19457
19458         * pgg-gpg.el (pgg-gpg-process-filter)
19459         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19460
19461         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19462         lines, temporary fix.
19463
19464 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19465
19466         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19467
19468 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19469
19470         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19471         default-enable-multibyte-characters.  This reverts the change from
19472         revision 6.17 which is no longer necessary because the passphrase
19473         is sent separately now.  GnuPG messages are unreadable under
19474         multibyte locales with default-enable-multibyte-characters set to
19475         nil.
19476
19477 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * message.el (message-tool-bar-gnome): Move "spell".
19480
19481 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19482
19483         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19484         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19485         instead.
19486
19487 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19488
19489         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19490         Improve newsgroups handling for NNTP overviews which don't include
19491         Newsgroups.
19492
19493 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19494
19495         * message.el (message-resend): Bind message-generate-hashcash to nil.
19496
19497 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19498
19499         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19500         when searching for already-paid recipients.
19501
19502 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19503
19504         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19505         passphrases when it is not needed.
19506         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19507         passphrase stuff from gpg, should only be necessary when you use
19508         gpg with a smartcard.
19509
19510 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * mml.el (mml-insert-mime): Ignore cached contents of
19513         message/external-body part.
19514
19515         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19516         (mm-insert-part): Ditto.
19517
19518 2006-03-23  Simon Josefsson  <jas@extundo.com>
19519
19520         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19521         Reiner.
19522         (pgg-gpg-use-agent-p): Use it again.
19523
19524 2006-03-23  Simon Josefsson  <jas@extundo.com>
19525
19526         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19527         older emacsen.
19528         (pgg-gpg-use-agent-p): Don't use it.
19529
19530 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19531
19532         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19533         if we can.
19534
19535 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19536
19537         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19538         (pgg-gpg-update-agent): New function.
19539         (pgg-gpg-use-agent-p): New function.
19540         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19541         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19542         (pgg-gpg-sign-region): Use it.
19543
19544 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19547         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19548
19549 2006-03-21  Simon Josefsson  <jas@extundo.com>
19550
19551         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19552         <wilde@sha-bang.de>.
19553         (pgg-gpg-use-agent): New variable.
19554         (pgg-gpg-process-region): Use it.
19555         (pgg-gpg-encrypt-region): Likewise.
19556         (pgg-gpg-encrypt-symmetric-region): Likewise.
19557         (pgg-gpg-decrypt-region): Likewise.
19558         (pgg-gpg-sign-region): Likewise.
19559         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19560
19561 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19562
19563         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19564
19565         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19566         Add comment on version.
19567
19568 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19569
19570         * smiley.el: Add missing test smiley.
19571
19572 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * mm-decode.el (mm-with-part): New macro.
19575         (mm-get-part): Use it; work with message/external-body as well.
19576         (mm-save-part): Treat name and filename equally.
19577
19578         * mm-extern.el (mm-extern-cache-contents): New function.
19579         (mm-inline-external-body): Use it; force the part to be displayed;
19580         move undisplayer added to the cached handle to the parent.
19581
19582         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19583         (gnus-mime-view-part-as-type): Work with message/external-body.
19584
19585         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19586
19587 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19588
19589         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19590         images in image-load-path.  [Sync with image.el, revision 1.60, in
19591         Emacs.]
19592
19593 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19594
19595         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19596         path rather than symbol.  Always return list of directories.
19597         Guarantee that image directory comes first.  [Sync with image.el,
19598         revision 1.59, in Emacs.]
19599
19600         * message.el (message-make-tool-bar): Adjust to new API of
19601         `gmm-image-load-path-for-library'.
19602
19603         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19604
19605         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19606
19607 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19608
19609         * gnus-art.el (gnus-article-only-boring-p):
19610         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19611         intangible text.
19612         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19613
19614 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19615
19616         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19617         Use `defun' instead of `gmm-defun-compat'.
19618
19619 2006-03-14  Simon Josefsson  <jas@extundo.com>
19620
19621         * message.el (message-unique-id): Don't use message-number-base36
19622         if (user-uid) is a float.
19623         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19624
19625 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19628
19629         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19630         empty line between a part and a message part.
19631
19632 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * smiley.el: Add more test smileys.
19635         (smiley-data-directory, smiley-regexp-alist)
19636         (gnus-smiley-file-types): Fix doc strings.
19637         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19638         adding new elements.
19639         (smiley-mouse-map): Unused code.  Make it a comment.
19640
19641 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19644         scan latest NoCeM messages instead of old ones.
19645         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19646         delimiters that are recently used.
19647         (gnus-nocem-load-cache): Add autoload cookie.
19648
19649         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19650
19651         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19652         level which is larger than gnus-use-nocem is specified.
19653
19654         * gnus-group.el (gnus-group-get-new-news): Ditto.
19655
19656 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19657
19658         * gnus-util.el (gnus-tool-bar-update): New function.
19659
19660         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19661         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19662
19663         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19664
19665         * gnus-group.el (gnus-group-redraw-when-idle)
19666         (gnus-group-redraw-check): Remove.
19667         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19668
19669 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19672         if optional last element is specified in splits (FIELD VALUE...).
19673
19674 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19677         to gmm-image-load-path-for-library.  Call with no-error argument.
19678         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19679
19680         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19681
19682         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19683
19684         * gmm-utils.el (gmm-image-load-path): Remove alias.
19685
19686 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * gmm-utils.el (gmm-image-load-path): Add alias.
19689
19690         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19691         nnml-generate-nov-databases-1.
19692         (nnml-generate-nov-databases): Use it.
19693         (nnml-generate-nov-databases-directory): Document no-active
19694         argument.
19695
19696         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19697         directory if path is t.  Add no-error.
19698
19699         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19700         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19701
19702         * gnus-art.el (gnus-article-browse-delete-temp-files):
19703         Simplify resetting gnus-article-browse-html-temp-list.
19704
19705         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19706         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19707         Add example to docstring.  Rename local variables.  Move error
19708         checks to default case in cond and simplify.
19709
19710 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19713         handle is multipart when calling it recursively.
19714         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19715
19716 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19717
19718         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19719         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19720
19721 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19724         is loaded.
19725
19726         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19727         loaded.
19728
19729 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19730
19731         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19732         to "Emacs 23 (unicode)" in doc string.
19733
19734         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19735         "Emacs 23 (unicode)" in comment.
19736
19737 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19740
19741         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19742         characters 160 through 255 in Emacs 23.
19743
19744 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19745
19746         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19747         gnus-article-browse-html-temp.
19748         (gnus-article-browse-delete-temp): Make it customizable.
19749         Add `file'.  Adjust doc string.
19750         (gnus-article-browse-delete-temp-files): Add argument.
19751         Allow query for each file.  Adjust doc string.
19752         (gnus-article-browse-html-parts):
19753         Add `gnus-article-browse-delete-temp-files' to
19754         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19755
19756 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19757
19758         * gnus-art.el (gnus-article-browse-html-temp)
19759         (gnus-article-browse-delete-temp): New variables.
19760         (gnus-article-browse-delete-temp-files): New function.
19761         (gnus-article-browse-html-parts): Use it.
19762
19763 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19766
19767         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19768         string.
19769
19770         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19771         gnus-summary-insert-new-articles when unplugged.
19772         Remove gnus-summary-search-article-forward.
19773
19774         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19775         display-visual-class instead of display-color-cells.
19776
19777 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * dgnushack.el: Autoload customize-group for XEmacs.
19780
19781         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19782         message/* containing non-ASCII text properly.
19783
19784 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * message.el: Require gmm-utils, remove autoloads.
19787         (message-tool-bar): Set default based on
19788         gmm-tool-bar-style.
19789         (message-tool-bar-gnome): Add gmm-customize-mode.
19790
19791         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19792         gmm-tool-bar-style.
19793         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19794
19795         * gnus-group.el (gnus-group-tool-bar): Set default based on
19796         gmm-tool-bar-style.
19797         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19798
19799         * gmm-utils.el (gmm-image-directory): Rename variable from
19800         gmm-image-load-path.
19801         (gmm-image-load-path): Use gmm-image-directory.
19802         (gmm-customize-mode): New function.
19803         (gmm-tool-bar-style): New variable.
19804
19805         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19806         gnus-group-redraw-line-number.
19807         (gnus-group-redraw-check): Simplify.
19808         (gnus-group-tool-bar-update): Remove redraw check.
19809         (gnus-group-make-tool-bar): Add redraw check.
19810
19811 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19812
19813         * gnus-art.el (gnus-button): Add missing parentheses.
19814
19815 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * lpath.el: Fbind line-number-at-pos.
19818
19819 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19822
19823 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19824
19825         * gnus-art.el (gnus-button): New face.
19826         (gnus-article-button-face): Use it.
19827
19828         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19829         Add gnus-summary-next-page.  Re-order.
19830
19831         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19832         next-node are now included.
19833         (gnus-group-redraw-line-number): New internal variable.
19834         (gnus-group-redraw-check): Helper function for updating the tool
19835         bar.
19836         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19837
19838         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19839
19840         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19841         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19842         Use it to match format of Spamassassin 3.0 and later.
19843         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19844         (spam-check-bogofilter)
19845         (spam-bogofilter-register-with-bogofilter): Fix args of
19846         `gnus-error' calls.
19847
19848 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19851         unnecessary interaction when sending queued mails.
19852         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19853
19854 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19855
19856         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19857         first or last are nil.
19858
19859 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19860
19861         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19862
19863 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19864
19865         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19866
19867 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19868
19869         * dns.el (query-dns): Protect more against buggy tcp output.
19870
19871 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19874         nov.php.
19875
19876 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19877
19878         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19879         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19880         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19881         output on the server side.
19882         (nnweb-google-create-mapping): Update regexps and add some
19883         progress indication.
19884
19885 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19886
19887         * gnus-group.el (gnus-group-tool-bar-gnome):
19888         Fix gnus-agent-toggle-plugged.  Re-order icons.
19889         (gnus-group-tool-bar-gnome):
19890         Add gnus-group-{prev,next}-unread-group.
19891         (gnus-group-tool-bar-gnome): Re-order icons.
19892
19893         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19894         Move gnus-summary-insert-new-articles.
19895
19896         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19897         Fix comments.
19898
19899         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19900         also available in Emacs 21.3.
19901
19902         * message.el (message-fix-before-sending): Change "Emacs 22" to
19903         "Emacs 23 (unicode)" in comment.
19904
19905         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19906         "Emacs 23 (unicode)" in comment.
19907
19908         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19909         comment.
19910         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19911
19912         * mm-view.el (mm-fill-flowed): Add :version.
19913
19914 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19917         and load-path.
19918
19919 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19920
19921         * message.el: Autoload gmm-image-load-path.
19922         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19923         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19924         consitency.
19925
19926         * gmm-utils.el (gmm-image-load-path): Also search in
19927         "../etc/images".  Don't set gmm-image-load-path if we don't find
19928         the image.
19929
19930 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19931
19932         * gmm-utils.el (gmm-image-load-path): Don't make
19933         `gmm-image-load-path' include subdirectories which the second arg
19934         `image' might specify.
19935
19936         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19937         subdirectory to icon file names.
19938
19939         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19940
19941 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19944         gmm-image-load-path calls.
19945
19946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19947
19948         * message.el (message-make-tool-bar): Ditto.
19949
19950         * mml.el (mml-preview): Add comment concerning tool bar icons.
19951
19952         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19953         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19954
19955         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19956         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19957
19958         * message.el (message-tool-bar-gnome): Use new icon names.
19959         (message-make-tool-bar): Use `gmm-image-load-path'.
19960
19961         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19962         New functions from MH-E.
19963         (gmm-image-load-path): New variable from MH-E.
19964         (gmm-image-load-path): New function from MH-E.  Add arguments
19965         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19966         *-image-load-path-called-flag.
19967
19968 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19969
19970         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19971
19972 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19973
19974         * nnimap.el (nnimap-request-move-article): Change folder back to
19975         source group before deleting.
19976
19977 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19978
19979         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19980
19981         * gnus-art.el (mm-url-insert-file-contents-external):
19982         Autoload mm-url.
19983
19984         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19985
19986 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19989         coding system which mm-charset-to-coding-system returns for a
19990         given charset is valid.
19991
19992 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19993
19994         * html2text.el (html2text-remove-tag-list):
19995         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19996
19997 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19998
19999         * gnus-cus.el: Revert 2005-10-17 change.
20000
20001 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus-art.el (article-strip-banner):
20004         Call article-really-strip-banner only when the regexp match is made.
20005
20006 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * gnus-art.el (article-strip-banner):
20009         Use gnus-extract-address-components instead of
20010         mail-header-parse-addresses to make it work with non-ASCII text;
20011         remove mail-encode-encoded-word-string.
20012
20013         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20014         values which are surrounded with \"...\"; make it never cause a
20015         Lisp error; give up parsing of parameters if it failed in
20016         extracting type.
20017
20018 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20019
20020         * smime.el (smime-cert-by-ldap-1): Fix bug where
20021         `smime-ldap-search' returns results without userCertificates.
20022
20023 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20026
20027 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20028
20029         * spam.el (spam-check-spamassassin-headers): Adapt format for
20030         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20031         <ari@mbf.ocn.ne.jp>.
20032         (spam-list-of-processors): Add spam-use-gmane.
20033
20034 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20037         make-temp-file; make it work with XEmacs as well.
20038
20039         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20040         mm-make-temp-file.
20041
20042         * mm-decode.el (mm-display-external): Use the 3rd arg of
20043         mm-make-temp-file.
20044         (mm-create-image-xemacs): Ditto.
20045
20046 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20049         with message-narrow-to-headers.
20050         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20051         (gnus-draft-check-draft-articles): New function.
20052         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20053
20054 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20055
20056         * gnus-art.el (gnus-article-browse-html-parts):
20057         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20058         Don't use suffix argument for mm-make-temp-file for Emacs 21
20059         compatibility.  Remove useless `format'.
20060
20061 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20062
20063         * nnweb.el (nnweb-google-wash-article): Update regexps.
20064         (nnweb-group-alist): Use defvoo instead of defvar.
20065
20066 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20067
20068         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20069         re-loading nn* modules.
20070
20071 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20072
20073         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20074         for `tool-bar-mode' and don't check it's default-value.
20075
20076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20077
20078         * message.el (message-make-tool-bar): Ditto.
20079
20080         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20081         `substring'.  Shorten tmp-file name.
20082
20083         * gnus.el: Remove bogus comment.
20084
20085 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20086
20087         * gnus-art.el (gnus-article-browse-html-parts): New function.
20088         (gnus-article-browse-html-article): New function for viewing html
20089         articles with a browser.
20090
20091 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20092
20093         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20094         in elisp.
20095         (pgg-gpg-encrypt-symmetric-region): Ditto.
20096         (pgg-gpg-sign-region): Ditto.
20097
20098         * pgg-def.el (pgg-text-mode): New variable.
20099
20100         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20101         (mml2015-pgg-encrypt): Ditto.
20102
20103         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20104         (mml1991-pgg-encrypt): Ditto.
20105
20106 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * nnfolder.el (nnfolder-insert-newsgroup-line):
20109         Use message-make-date instead of current-time-string.
20110
20111         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20112         to gnus-decoded which mm-uu might set.
20113
20114 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20115
20116         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20117         don't decode quoted parameters; remove misimported Emacs code.
20118         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20119         (rfc2231-decode-encoded-string): Don't use split-string which
20120         behaves differently according to Emacs version; use
20121         mm-decode-coding-region to convert charset to coding-system.
20122         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20123         (rfc2231-encode-string): Remove misimported Emacs code.
20124
20125 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20128         when calling mail-header-parse-content-type.
20129         (article-de-quoted-unreadable): Ditto.
20130         (article-de-base64-unreadable): Ditto.
20131         (article-wash-html): Ditto.
20132
20133         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20134         calling mail-header-parse-content-type and
20135         mail-header-parse-content-disposition.
20136         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20137         mail-header-parse-content-type.
20138
20139         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20140         insert charset and format parameters; encode description after
20141         inserting it to buffer.
20142         (mml-insert-parameter): Fold lines properly even if a parameter is
20143         segmented into two or more lines; change the max column to 76.
20144
20145         * rfc1843.el (rfc1843-decode-article-body): Don't use
20146         ignore-errors when calling mail-header-parse-content-type.
20147
20148         * rfc2231.el (rfc2231-parse-string): Return at least type if
20149         possible; don't cause an error even if it fails in parsing of
20150         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20151         (rfc2231-encode-string): Don't break lines at the beginning, leave
20152         it to mml-insert-parameter.
20153
20154         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20155         calling mail-header-parse-content-type.
20156
20157 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20158
20159         * spam-report.el (spam-report-gmane-use-article-number):
20160         Improve doc string.
20161         (spam-report-gmane-internal): Check if a suitable header was found
20162         in the article.
20163
20164 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20165
20166         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20167         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20168
20169 2006-02-05  Romain Francoise  <romain@orebokech.com>
20170
20171         Update copyright notices of all files in the gnus directory.
20172
20173 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20174
20175         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20176
20177 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20178
20179         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20180         segmented lines of parameter value to cope with Thunderbird 1.5
20181         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20183         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20184
20185 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20186
20187         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20188         parts.
20189
20190 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20191
20192         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20193         there's only one active file for all servers.
20194         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20195         solid groups.  Gnus might have used a FAST request to select the group.
20196         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20197         and nnweb-search redundantly in the active file.
20198         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20199         (nnweb-request-create-group): Don't use ARGS.
20200         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20201         initializations.  Let nnoo do the work.
20202
20203 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20206         Say the part has been decoded.
20207
20208         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20209
20210 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20211
20212         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20213         mailcap-viewer-test-cache when there's no 'test clause, since that
20214         will invert the meaning of a "nil" test previously determined by
20215         mailcap-mailcap-entry-passes-test.
20216
20217 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20218
20219         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20220         compiling.
20221
20222         * gnus-sum.el: Ditto.
20223
20224         * message.el: Don't bind tool-bar-map when compiling.
20225
20226 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20229
20230 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20231
20232         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20233         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20234         current Google Groups.
20235
20236 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20239         and tool-bar-mode.
20240
20241         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20242         and tool-bar-mode.
20243
20244         * message.el (message-tool-bar-update): Simplify.
20245         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20246
20247         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20248         gnus-summary-buffer.
20249         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20250         gnus-summary-reply.
20251
20252         * gmm-utils.el (gmm): Add :version.
20253
20254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * Makefile.in (clean): New rule.
20257         (distclean): Use it.
20258
20259 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20260
20261         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20262         Don't autoload.
20263
20264 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * gmm-utils.el (gmm-verbose): Add :group.
20267
20268 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20269
20270         * message.el: Change some comments WRT tool-bars.
20271
20272         * gnus-sum.el (gnus-summary-tool-bar)
20273         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20274         (gnus-summary-tool-bar-zap-list): New variables.
20275         (gnus-summary-make-tool-bar): Complete rewrite using
20276         `gmm-tool-bar-from-list'.
20277
20278         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20279         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20280         New variables.
20281         (gnus-group-make-tool-bar): Complete rewrite using
20282         `gmm-tool-bar-from-list'.
20283         (gnus-group-tool-bar-update): New function.
20284
20285         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20286
20287 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20290         is dissected into a single part of which the type is the same as
20291         the given one; decode charset.
20292
20293 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20294
20295         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20296         into alists as symbol not string, since that's what
20297         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20298         look for.
20299
20300 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20301
20302         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20303         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20304
20305         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20306
20307 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20310         (gnus-xmas-mime-security-button-menu): New function.
20311
20312         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20313         (gnus-mime-security-button-menu): New definition.
20314         (gnus-mime-security-button-map): Use them.
20315         (gnus-mime-security-button-menu): New function.
20316         (gnus-insert-mime-security-button): Addition to help echo.
20317         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20318         (gnus-mime-security-pipe-part): New functions.
20319
20320         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20321         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20322
20323         * mm-decode.el (mm-handle-set-disposition): Remove.
20324         (mm-handle-set-description): Remove.
20325
20326 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20329         (mm-w3m-standalone-supports-m17n-p): New function.
20330         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20331         w3m usage.
20332
20333         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20334         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20335
20336 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * message.el (message-tool-bar-zap-list):
20339         Use gmm-tool-bar-zap-list as custom type.
20340         (message-tool-bar-update): New function.
20341         (message-tool-bar, message-tool-bar-gnome)
20342         (message-tool-bar-retro): Add message-tool-bar-update.
20343         (message-tool-bar-gnome): Add flyspell-buffer.
20344
20345         * gnus-util.el (gnus-error): Describe `args'.
20346
20347         * gmm-utils.el (gmm-error): Describe `args'.
20348         (gmm-tool-bar-zap-list): New widget.
20349         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20350
20351 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20354         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20355         the number of recursive calls.
20356
20357         * mm-decode.el (mm-handle-set-disposition): New macro.
20358         (mm-handle-set-description): New macro.
20359
20360 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20363         encoding.
20364
20365 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20366
20367         * message.el (message-tool-bar-zap-list, message-tool-bar)
20368         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20369         (message-tool-bar-local-item-from-menu): Remove.
20370         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20371         (message-make-tool-bar): New function.
20372         (message-mode): Use `message-make-tool-bar'.
20373
20374         * gmm-utils.el: New file.
20375         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20376         (gmm-lazy): New widget copied from `nnmail.el'.
20377         (gmm-tool-bar-from-list): New function for creating customizable
20378         tool bars.
20379         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20380         output.
20381         (gmm): Add :prefix to defgroup.
20382
20383 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20384
20385         * gmm-utils.el (gmm-widget-p): New function.
20386
20387 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20388
20389         * mml.el (mml-attach-file): Describe `description' in doc string.
20390         (mml-menu): Add Emacs MIME manual and PGG manual.
20391
20392 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20393
20394         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20395
20396 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20397
20398         * nntp.el (nntp-end-of-line): Doc fix.
20399
20400 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20401
20402         * imap.el (imap-open): Handle case where buffer is a buffer
20403         object.
20404
20405 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20406
20407         * gnus-delay.el (gnus-delay): Don't autoload.
20408         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20409         to be re-loaded when customizing the `gnus-delay' group.
20410
20411 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20412
20413         * message.el (message-insert-citation-line): Use newlines.
20414
20415 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20416
20417         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20418         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20419         these routines, so the passphrase can be managed externally and
20420         passed in to the system.
20421         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20422         pgg-add-passphrase-to-cache function.
20423
20424         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20425         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20426         these routines, so the passphrase can be managed externally and
20427         passed in to the system.
20428         (pgg-pgp5-sign-region): Use new name of
20429         pgg-add-passphrase-to-cache function.
20430
20431 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20432
20433         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20434         part of the decoded armor to find the key-identifier.
20435         (pgg-gpg-lookup-key-owner): New function to return the
20436         human-readable identifier of a key owner.
20437         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20438         itself.
20439         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20440         the key value) if we have a key and can match it against a secret
20441         key.  Also, added a note pointing out fact that the prompt only
20442         indicates the first matching key.
20443
20444         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20445         pgg-decrypt-region.
20446         (pgg-add-passphrase-to-cache): Rename from
20447         `pgg-add-passphrase-cache' to reduce confusion (all callers
20448         changed).
20449         (pgg-remove-passphrase-from-cache): Rename from
20450         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20451         changed).
20452         (pgg-read-passphrase, pgg-add-passphrase-cache)
20453         (pgg-remove-passphrase-cache): Add informative docstrings.
20454         (pgg-decrypt): Convey provided passphrase in subordinate call to
20455         pgg-decrypt-region.
20456
20457 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20458
20459         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20460         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20461         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20462         'passphrase' argument, so the passphrase can be managed externally
20463         and then passed in to the system.
20464
20465         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20466         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20467         so the passphrase cache can be used reliably with identifiers
20468         besides a pgp packet's key id.
20469
20470         * pgg-gpg.el (pgg-gpg-encrypt-region)
20471         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20472         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20473         these routines, so the passphrase can be managed externally and
20474         passed in to the system.
20475
20476         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20477         'notruncate' argument, so the passphrase cache can be used
20478         reliably with identifiers besides a pgp packet's key id.
20479
20480 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20481
20482         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20483         symmetric encryption.
20484         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20485         encrypted session key.
20486         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20487         message ask for the passphrase in a proper way.
20488
20489         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20490         New user commands for symmetric encryption.
20491
20492 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20493
20494         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20495
20496         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20497
20498 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20499
20500         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20501
20502 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * mm-decode.el (mm-inlined-types): Add application/pgp.
20505         (mm-automatic-display): Ditto.
20506
20507         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20508         part as text.
20509
20510 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * nnrss.el: Update copyright.
20513         (nnrss-opml-import): Query whether to subscribe to each entry.
20514
20515         * gnus-art.el:
20516         * gnus-sum.el:
20517         * gnus-xmas.el:
20518         * messagexmas.el:
20519         * mm-uu.el:
20520         * mm-view.el: Update copyright.
20521
20522 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * message.el (message-info): New function.
20525         (message-mode-menu): Add it.
20526         Update copyright.
20527
20528         * ChangeLog: Fix and update copyright.
20529
20530 2006-01-13  Romain Francoise  <romain@orebokech.com>
20531
20532         * message.el (message-forward-subject-name-subject): Prefer the
20533         address to 'nowhere' if the sender has no name.
20534         Fix typo.  Update copyright year.
20535
20536 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * gnus-art.el (article-wash-html):
20539         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20540         (gnus-article-wash-html-with-w3m-standalone): New function.
20541
20542         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20543         mm-inline-text-html-render-with-w3m-standalone.
20544         (mm-text-html-washer-alist): Map w3m-standalone to
20545         gnus-article-wash-html-with-w3m-standalone.
20546         (mm-inline-text-html-render-with-w3m-standalone): New function.
20547
20548 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20549
20550         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20551         Improve LaTeX.
20552
20553 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20556         (nnrss-request-article): Render text/plain parts as HTML.
20557
20558         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20559         the buffer.
20560
20561 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20562
20563         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20564         custom definition of `gnus-posting-styles'.
20565
20566         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20567         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20568
20569 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20570
20571         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20572         Use nntp for bug archive.
20573
20574 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20575
20576         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20577         parts.
20578         (nnrss-normalize-date): New function converts ISO 8601 date into
20579         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20580         (nnrss-check-group): Use it.
20581
20582 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20585
20586         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20587         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20588         (nnrss-insert-w3): Ditto.
20589
20590 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20593         the articles to be forwarded including the case where neither a
20594         number of articles nor a region is specified.
20595
20596 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20597
20598         * nnrss.el (nnrss-request-article): Fix last change; fill
20599         text/plain parts.
20600
20601 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20604         in text/plain part.
20605         (nnrss-check-group): Don't add excessive newline to dc:subject.
20606
20607 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20608
20609         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20610         article.
20611
20612 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20613
20614         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20615         (nnml-use-compressed-files, nnml-save-mail): Support other
20616         comression programs such as bzip2.
20617
20618 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20619
20620         * dns.el (query-dns): Make sure we check the buffer size before
20621         removing tcp headers.
20622
20623 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20626         remove MIME buttons associated with multipart/alternative parts.
20627         (gnus-mime-display-alternative): Tag buttons using `article-type'
20628         text property.
20629
20630         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20631         associated with multipart/alternative parts.
20632
20633         * gnus-art.el (gnus-signature-separator): Fix custom type.
20634
20635         * mm-decode.el (mm-inlined-types): Fix custom type.
20636         (mm-keep-viewer-alive-types): Ditto.
20637         (mm-automatic-display): Ditto.
20638         (mm-attachment-override-types): Ditto.
20639         (mm-inline-override-types): Ditto.
20640         (mm-automatic-external-display): Ditto.
20641
20642 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20643
20644         * spam-report.el (spam-report-user-mail-address)
20645         (spam-report-user-agent): New variables.
20646         (spam-report-url-ping-plain): Use spam-report-user-agent.
20647
20648 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20649
20650         * gnus-art.el (gnus-button-handle-custom): Do not just use
20651         `customize-apropos' for any "M-x customize-*" button but the
20652         function called for.  Accept both the function name and its
20653         argument in order to achieve this.
20654         (gnus-button-alist): Remove support for "custom:" URL's.
20655         Pass function name to `gnus-button-handle-custom' in case of "M-x
20656         customize-*" buttons.
20657
20658 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20661         multipart/alternative and add xref to mm-discouraged-alternatives
20662         in doc string.
20663
20664         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20665         gnus-buttonized-mime-types in doc string.
20666
20667 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20668
20669         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20670         Suggest image/.* in the doc string.
20671
20672 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20673
20674         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20675         message-marks (Debian bug#342521).
20676
20677 2005-12-12  Simon Josefsson  <jas@extundo.com>
20678
20679         * password.el (password-read-from-cache): Add.
20680         (password-read): Use it.
20681
20682 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * rfc2047.el (rfc2047-charset-to-coding-system):
20685         Recognize us-ascii as a MIME charset.
20686
20687         * mm-bodies.el (mm-decode-content-transfer-encoding):
20688         Protect against the case where the 2nd arg TYPE is nil.
20689
20690 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * pop3.el (pop3-stream-type): Fix custom version.
20693
20694         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20695
20696 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20697
20698         * mm-decode.el (mm-display-external): Add missing cdr.
20699
20700 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20703         RFC1524) if it is in mailcap or add a suffix according to
20704         mailcap-mime-extensions when generating a temp filename; postpone
20705         deleting a temp file for 2 seconds for some wrappers, shell
20706         scripts, and so on, which might exit right after having started a
20707         viewer command as a background job.
20708
20709 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * nntp.el (nntp-marks-directory): Fix custom group.
20712
20713         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20714         steps when < 10.
20715
20716         * gnus-start.el (gnus-no-server-1):
20717         Mention `gnus-level-default-subscribed' in doc string.
20718
20719 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20720
20721         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20722         parens.
20723
20724 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20725
20726         * gnus-xmas.el (gnus-use-toolbar): Revert.
20727         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20728         gnus-use-toolbar is default.
20729
20730         * messagexmas.el (message-use-toolbar): Revert.
20731         (message-setup-toolbar): Use global default-toolbar if
20732         message-use-toolbar is default.
20733
20734 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20737         according to default-toolbar-visible-p.
20738
20739         * messagexmas.el (message-use-toolbar): Ditto.
20740
20741 2005-11-26  Dave Love  <fx@gnu.org>
20742
20743         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20744         (tls-program, tls-success): Provide openssl alternative.
20745
20746         * starttls.el: Doc fixes.
20747         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20748         SERVICE to PORT.
20749
20750         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20751         port null or service name.
20752         (starttls-negotiate): Autoload.
20753
20754 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * message.el (message-kill-to-signature): Fix interactive spec.
20757
20758 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20759
20760         * pop3.el (pop3-open-server): Recognize a string as a service name.
20761
20762 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20763
20764         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20765
20766 2005-11-23  Dave Love  <fx@gnu.org>
20767
20768         Add pop3s, pop3/starttls.
20769
20770         * pop3.el (pop3-authentication-scheme): Clarify doc.
20771         (open-tls-stream, starttls-open-stream): Autoload.
20772         (pop3-stream-type): New.
20773         (pop3-open-server): Use it.
20774
20775         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20776         for POP.
20777         (mail-source-keyword-map): Add :stream for POP.
20778         (mail-source-fetch-pop): Use pop3-stream-type.
20779
20780 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20783         of current-time-string.
20784
20785 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20786
20787         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20788         date header.
20789
20790 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20791
20792         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20793         it can seriously impact performance as it bypasses the agent's
20794         local caches.
20795
20796 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20797
20798         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20799         must be explicitly online rather than "not explicitly offline" for
20800         its flags to be synchronized.
20801
20802         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20803         that gnus-uu-unmark-thread will function correctly.
20804
20805         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20806         1024K is instead displayed as 1M.
20807
20808 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20809
20810         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20811
20812 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20813
20814         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20815
20816 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20817
20818         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20819         error message to display actual error condition.
20820         (gnus-agent-save-local): Avoid saving symbols that are bound to
20821         nil as they simply result in a warning message in
20822         gnus-agent-read-local.
20823
20824 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20827         rather than make-variable-buffer-local for file-precious-flag.
20828
20829 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20830
20831         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20832         for duplicates which are removed.  The invalid sort check then
20833         triggers a rescan after the sort as sorting may have moved
20834         duplicate entries such that they can be cheaply detected.
20835
20836 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20839
20840 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20841
20842         * gnus-agent.el (gnus-agent-article-alist-save-format):
20843         Change internal variable to a custom variable.  Change default value
20844         from compressed(2) to uncompressed(1).
20845         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20846         support for uncompressed agentview files.  Taken together, reading
20847         the agentview file should now be 6-7 times faster.
20848
20849 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20850
20851         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20852         as a buffer-local variable.  This avoids creating truncated
20853         dribble files as a result of a hang up, eg.
20854
20855 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20856
20857         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20858         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20859         XEmacs.
20860
20861 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20862
20863         * gnus-start.el (gnus-start-draft-setup):
20864         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20865
20866         * gnus.el (gnus-splash): Change custom group.
20867         (gnus-group-get-parameter, gnus-group-parameter-value):
20868         Describe allow-list argument.
20869
20870         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20871         string.
20872
20873 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20874
20875         * gnus-art.el (gnus-default-article-saver): Add user-defined
20876         `function' to custom type.
20877
20878 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20879
20880         * imap.el (imap-open): Handle case where buffer is a buffer
20881         object.
20882
20883 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20884
20885         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20886         long lines.
20887         (gnus-cache-delete-group): Wrap doc strings.
20888
20889         * gnus-agent.el (gnus-agent-rename-group)
20890         (gnus-agent-delete-group): Wrap doc strings.
20891
20892 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * messagexmas.el (message-use-toolbar): Change the valid values
20895         into default, top, bottom, left, and right.
20896         (message-toolbar-thickness): New variable.
20897         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20898         well.
20899         (message-setup-toolbar): Make it work.
20900
20901         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20902         (gnus-use-toolbar): Change the valid values into default, top,
20903         bottom, left, and right.
20904         (gnus-toolbar-thickness): New variable.
20905         (gnus-xmas-setup-toolbar): New function.
20906         (gnus-xmas-setup-group-toolbar): Use it.
20907         (gnus-xmas-setup-summary-toolbar): Use it.
20908
20909 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20910
20911         * gnus-start.el (gnus-1): Add "native" to
20912         gnus-predefined-server-alist.
20913
20914         * gnus.el (gnus-method-to-server): Don't add "native" to the
20915         lists here, because that leads to problems when
20916         gnus-select-method is bound.
20917
20918 2005-11-09  Simon Josefsson  <jas@extundo.com>
20919
20920         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20921         use (not sort-by-date) instead.
20922
20923 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20924
20925         * gnus-delay.el (gnus-delay-group): Don't autoload.
20926         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20927         to be re-loaded when customizing the `gnus-delay' group.
20928
20929 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20930
20931         * message.el: Revert last changes.
20932         (message-insert-citation-line): Use newlines.
20933
20934 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20935
20936         * message.el (message-courtesy-message)
20937         (message-mark-insert-begin, message-mark-insert-end)
20938         (message-elide-ellipsis, message-cancel-message)
20939         (message-add-header, message-change-subject)
20940         (message-cross-post-followup-to-header)
20941         (message-cross-post-insert-note, message-reduce-to-to-cc)
20942         (message-widen-reply, message-delete-not-region)
20943         (message-kill-to-signature, message-insert-signature)
20944         (message-insert-importance-high, message-insert-importance-low)
20945         (message-insert-or-toggle-importance)
20946         (message-insert-disposition-notification-to)
20947         (message-indent-citation, message-yank-original)
20948         (message-cite-original-without-signature, message-cite-original)
20949         (message-insert-citation-line, message-position-on-field)
20950         (message-fix-before-sending, message-send-mail-partially)
20951         (message-send-mail, message-send-mail-with-sendmail)
20952         (message-send-mail-with-qmail, message-send-news)
20953         (message-check-news-header-syntax, message-generate-headers)
20954         (message-insert-courtesy-copy, message-fill-address)
20955         (message-fill-header, message-shorten-references)
20956         (message-setup-1, message-cancel-news)
20957         (message-forward-make-body-plain, message-forward-make-body-mime)
20958         (message-forward-make-body-mml, message-encode-message-body)
20959         (message-forward-make-body-digest-plain)
20960         (message-forward-make-body-digest-mime)
20961         (message-use-alternative-email-as-from): Insert `hard-newline'
20962         instead of ordinary newlines.
20963
20964 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * message.el (message-generate-headers): Downcase the argument
20967         given to message-check-element.
20968
20969 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20970
20971         * nntp.el (nntp-authinfo-rejected): New error condition.
20972         (nntp-wait-for): Use new error condition to signal authentication
20973         error.
20974         (nntp-retrieve-data): Rethrow new error condition to break out of
20975         recursive call to nntp-send-authinfo.
20976
20977 2005-11-08  Romain Francoise  <romain@orebokech.com>
20978
20979         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20980         (gnus-summary-exit-map): Bind to `Z p'.
20981         (gnus-summary-make-menu-bar): Add menu item.
20982
20983 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20984
20985         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20986         (gnus-treat-*): Add `first' in all doc strings.
20987
20988         * gnus-group.el (gnus-group-compact-group): Fix typo.
20989
20990 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * gnus.el (gnus-parameters-case-fold-search): New variable.
20993         (gnus-parameters-get-parameter): Use it.
20994
20995         * gnus-score.el (gnus-home-score-file): Doc fix.
20996
20997 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20998
20999         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21000
21001 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21002
21003         * mm-util.el (mm-special-display-p): New function.
21004
21005         * mml.el (mml-preview): Use it; doc fix.
21006
21007 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21008
21009         * imap.el (imap-open): Handle case where buffer is a buffer object.
21010
21011 2005-10-29  Romain Francoise  <romain@orebokech.com>
21012
21013         * message.el (message-fix-before-sending): Fix comment.
21014
21015 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21016
21017         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21018
21019 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21020
21021         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21022         Used in gnus-score.el.
21023
21024 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21027
21028 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21029
21030         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21031         whitespace removed in revision 7.8.  Use concatenated string to
21032         protect trailing whitespace.
21033
21034 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21035
21036         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21037         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21038         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21039         Courier IMAP ("some version from 2004").  Mostly based on similar
21040         code in the same function.
21041
21042 2005-10-26  Didier Verna  <didier@xemacs.org>
21043
21044         * gnus-group.el (gnus-group-compact-group): Invalidate original
21045         article buffer.
21046         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21047         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21048         NOV database and in article itself.
21049         Invalidate article backlog.
21050
21051 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21052
21053         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21054
21055 2005-10-26  Simon Josefsson  <jas@extundo.com>
21056
21057         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21058         part of 2004-07-25 change.
21059
21060 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * message.el (message-display-completion-list): New function.
21063         (message-expand-group): Use it; make sure the Completions buffer
21064         is modifiable.
21065 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21066
21067         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21068         user-mail-name is an empty string.
21069
21070 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21071
21072         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21073         depending on gnus-score-decay-constant.
21074
21075         * encrypt.el (encrypt-insert-file-contents)
21076         (encrypt-write-file-contents): Don't use `gnus-message'.
21077
21078         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21079         arguments.
21080         (mm-uu-type-alist): Add message-marks and insert-marks.
21081         Pass arguments to mm-uu-verbatim-marks-extract.
21082         (mm-uu-hide-markers): New variable.
21083         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21084
21085         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21086         (gnus-convert-image-to-face-command): Use "convert" by default to
21087         allow other input image formats.
21088         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21089         accordingly.
21090
21091 2005-10-23  Simon Josefsson  <jas@extundo.com>
21092
21093         * imap.el (imap-gssapi-program): Align command line parameters
21094         with latest GNU SASL.
21095         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21096
21097 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21098
21099         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21100         HTML.
21101         (nnslashdot-request-article): Ditto.
21102
21103         * lpath.el (featurep): Add nobreak-char-display.
21104
21105 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21106
21107         * mail-source.el (mail-source-fetch-pop): Require pop3.
21108         (mail-source-check-pop): Ditto.
21109
21110 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21113         errors.
21114
21115 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21116
21117         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21118         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21119
21120         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21121
21122         * mm-bodies.el (mm-decode-string):
21123         Call `mm-charset-to-coding-system' with allow-override argument.
21124
21125 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21128         (rfc2047-charset-to-coding-system): New function.
21129         (rfc2047-decode-encoded-words): New function.
21130         (rfc2047-decode-region): Use them.
21131         (rfc2047-decode-cte): Remove.
21132         (rfc2047-parse-and-decode): Remove.
21133         (rfc2047-decode): Remove.
21134
21135 2005-10-15  Kenichi Handa  <handa@m17n.org>
21136
21137         * rfc2047.el (rfc2047-decode-cte): New function.
21138         (rfc2047-decode-region): Change the way to decode successive
21139         encoded-words: decode B- or Q-encoding in each encoded-word,
21140         concatenate them, and decode it as charset.
21141
21142 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * lpath.el: Fbind codepage-setup for XEmacs.
21145
21146 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21147
21148         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21149         widget-move-and-invoke.
21150         (gnus-custom-mode): Use gnus-custom-map.
21151
21152 2005-10-15  Bill Wohler  <wohler@newt.com>
21153
21154         * message.el (message-tool-bar-map): Rename image file from
21155         mail_send to mail/send.
21156
21157 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21158
21159         * message.el (message-expand-group): Pass the common
21160         prefix substring of completion to `display-completion-list'.
21161
21162 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21163
21164         * mml-sec.el (mml-secure-method): New internal variable.
21165         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21166         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21167         New functions using mml-secure-method.
21168
21169         * mml.el (mml-mode-map): Add key bindings for those functions.
21170         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21171         Harder <harder@myrealbox.com>.
21172         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21173         Goto end of message if point is the headers of the message.
21174
21175         * message.el (message-in-body-p): New function.
21176
21177         * assistant.el: Autoload gnus-util and netrc.
21178
21179         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21180         Use `mm-charset-override-alist' only when decoding.
21181
21182         * mm-bodies.el (mm-decode-body):
21183         Call `mm-charset-to-coding-system' with allow-override argument.
21184
21185         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21186         `filename' from Content-Disposition if Content-Type doesn't
21187         provide `name'.
21188         (gnus-mime-view-part-as-type): Set default instead of
21189         initial-input.
21190
21191 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21192
21193         * format-spec.el (format-spec): Propagate text properties of % spec.
21194
21195 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * gnus-art.el (gnus-treat-predicate): Add `first'.
21198
21199 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21200
21201         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21202         (mm-charset-override-alist): New variable.
21203         (mm-charset-to-coding-system): Use it.
21204         (mm-codepage-setup): New helper function.
21205         (mm-charset-eval-alist): New variable.
21206         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21207         Warn about unknown charsets.
21208
21209         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21210
21211 2005-10-04  David Hansen  <david.hansen@gmx.net>
21212
21213         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21214         (nnrss-check-group): Ditto.
21215
21216 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21217
21218         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21219         Rename x-gnus-verbatim to x-verbatim.
21220         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21221
21222         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21223         x-verbatim.
21224
21225         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21226
21227         * gnus-util.el (gnus-remove-duplicates): Remove.
21228
21229         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21230         instead of gnus-remove-duplicates.
21231
21232         * message.el (message-remove-duplicates): Remove.
21233         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21234         message-remove-duplicates.
21235
21236         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21237         available, else use implementation from `delete-dups'.
21238
21239         * message.el (message-insert-expires): New function.
21240         (message-mode-map): Add key binding.
21241         (message-mode-field-menu): Add menu entry.
21242         (message-mode): Document it.
21243         (message-make-expires-date): Use `message-make-date'.
21244
21245 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21246
21247         * message.el (message-make-expires-date): New function.
21248
21249 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * Makefile.in (list-installed-shadows): New entry.
21252         (install): Use it.
21253         (remove-installed-shadows): New entry.
21254
21255         * dgnushack.el (dgnushack-default-load-path): New variable.
21256         (dgnushack-find-lisp-shadows): New function.
21257         (dgnushack-remove-lisp-shadows): New function.
21258
21259 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * Makefile.in (install-el-elc): New entry.
21262         (install): Use it so that .el files are necessarily installed.
21263
21264 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21265
21266         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21267
21268 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21269
21270         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21271         function rather than the diff-mode.el package.
21272         (mm-display-external): Use with-current-buffer.
21273         (mm-viewer-completion-map, mm-viewer-completion-map):
21274         Move initialization inside declaration.
21275
21276 2005-09-29  Simon Josefsson  <jas@extundo.com>
21277
21278         * spam.el: Load hashcash when compiling, to avoid warnings.
21279         Don't autoload mail-check-payment.
21280         (spam-check-hashcash): Define unconditionally, since hashcash.el
21281         is part of Gnus now.  Ignore errors from payment checking.
21282
21283 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21284
21285         * message.el (message-bold-region, message-unbold-region):
21286         Rename from `bold-region' and `unbold-region'.
21287
21288         * message.el: Remove useless autoloads.
21289
21290 2005-09-28  Simon Josefsson  <jas@extundo.com>
21291
21292         * message.el (message-use-idna): Default to t.
21293         (message-use-idna): Test whether encoding works too.  Doc fix.
21294
21295 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * nntp.el (nntp-warn-about-losing-connection): Remove.
21298
21299 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21300
21301         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21302         customizable.  Change default value.
21303         (mm-uu-diff-groups-regexp): Change default value.
21304         (mm-uu-type-alist): Add doc string.
21305         (mm-uu-configure): Add doc string.  Make it interactive.
21306         (mm-uu-tex-groups-regexp): New variable.
21307         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21308         (mm-uu-type-alist): Add LaTeX documents.
21309         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21310         of "text/verbatim".
21311         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21312
21313         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21314         instead of "text/verbatim".
21315
21316         * message.el (message-mark-inserted-region)
21317         (message-mark-insert-file): Use slrn style marks when called with
21318         prefix argument.
21319
21320 2005-09-27  Simon Josefsson  <jas@extundo.com>
21321
21322         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21323
21324 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21325
21326         * message.el (message-remove-duplicates): New function.
21327         Implementation borrowed from `gnus-remove-duplicates'.
21328         (message-idna-to-ascii-rhs): Also encode idna addresses in
21329         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21330         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21331         only ask about the same idna domain once per header and also tell
21332         in what header to replace the idna domain.
21333
21334         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21335         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21336         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21337         a header is decoded and not just the last one.
21338
21339 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21342         has been decoded.
21343
21344         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21345         (mm-insert-part): Don't modify text if it has been decoded.
21346
21347         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21348         decoded.
21349
21350         * mm-view.el (mm-inline-text): Don't strip text props unless
21351         decoding enriched or richtext parts.
21352
21353 2005-09-25  Romain Francoise  <romain@orebokech.com>
21354
21355         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21356         * gnus-start.el (gnus-subscribe-interactively):
21357         * gnus-uu.el (gnus-uu-grab-articles):
21358         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21359         space.
21360
21361 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21362
21363         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21364         * mm-view.el (mm-view-pkcs7-decrypt):
21365         * gnus-sum.el (gnus-summary-limit-to-extra)
21366         (gnus-summary-respool-article, gnus-read-move-group-name):
21367         * gnus-score.el (gnus-summary-increase-score):
21368         * gnus-util.el (gnus-completing-read-with-default):
21369         * gnus-art.el (gnus-read-save-file-name)
21370         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21371         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21372         * message.el (message-check-news-header-syntax):
21373         Follow convention for reading with the minibuffer.
21374
21375 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21376
21377         * spam-report.el (spam-report-url-ping-plain):
21378         Use gnus-extended-version as User-Agent.
21379
21380         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21381         default value is nil.
21382
21383         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21384         (mm-uu-verbatim-marks-extract): New function.
21385         (mm-uu-extract): New face.
21386         (mm-uu-copy-to-buffer): Use it.
21387
21388         * spam-report.el (spam-report-gmane-ham): Rename from
21389         `spam-report-gmane-unspam'.
21390         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21391         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21392
21393         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21394         Autoload.
21395         (spam-report-gmane-unregister-routine):
21396         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21397
21398 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21399
21400         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21401         (spam-report-gmane-unregister-routine): Add support for gmane
21402         unregistration.
21403
21404         * spam-report.el (spam-report-gmane-unspam)
21405         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21406         (spam-report-gmane): Change to take a single article and do unspam
21407         registration.
21408
21409 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21410
21411         * mm-url.el (mm-url-decode-entities): Fix regexp.
21412
21413 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21414
21415         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21416         default to nil, to be able to use Gnus at all.  If the default
21417         switches to something else, then the function should be fixed not
21418         be exceedingly slow.
21419
21420 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21421
21422         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21423         fail hard.
21424
21425         * spam-report.el: Add better Keywords line.
21426
21427         * spam.el: Add Maintainer and better Keywords line.
21428
21429 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21430
21431         * gnus-art.el (gnus-article-replace-part)
21432         (gnus-mime-replace-part): New functions.
21433         (gnus-mime-action-alist, gnus-mime-button-commands)
21434         (gnus-mime-save-part-and-strip): Add file argument.
21435         (gnus-article-part-wrapper): Add interactive argument.
21436
21437         * gnus-sum.el (gnus-summary-mime-map):
21438         Add `gnus-article-replace-part'.
21439
21440 2005-09-19  Didier Verna  <didier@xemacs.org>
21441
21442         The nnml compaction feature:
21443         * nnml.el (nnml-request-compact-group): New function.
21444         * nnml.el (nnml-request-compact): New function.
21445         * gnus-int.el (gnus-request-compact-group): New function.
21446         * gnus-int.el (gnus-request-compact): New function.
21447         * gnus-group.el (gnus-group-compact-group): New function.
21448         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21449         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21450         * gnus-srvr.el (gnus-server-compact-server): New function.
21451         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21452         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21453
21454 2005-09-18  Deepak Goel  <deego@gnufans.org>
21455
21456         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21457         format spec.
21458
21459 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21460
21461         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21462
21463 2005-09-15  Romain Francoise  <romain@orebokech.com>
21464
21465         * message.el (message-fill-paragraph): Clarify docstring.
21466
21467 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * gnus-art.el (gnus-mime-display-part): Protect against broken
21470         MIME messages.
21471
21472 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21475         before parsing header.
21476
21477 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21478
21479         * html2text.el (html2text-replace-list): Add new entities.
21480
21481 2005-09-11  Romain Francoise  <romain@orebokech.com>
21482
21483         * message.el (message-alternative-emails): Improve docstring.
21484         (message-setup-1): Call `message-use-alternative-email-as-from'
21485         after `message-setup-hook' to give it precedence over posting
21486         styles, etc.
21487         (message-use-alternative-email-as-from): Add docstring.
21488         Remove the original From header if present.
21489
21490         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21491         (nnml-save-mail): Use it.
21492
21493         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21494         articles.  Add new argument `silent'.
21495         (gnus-uu-mark-all): Report the total number of marked articles.
21496
21497 2005-09-10  Romain Francoise  <romain@orebokech.com>
21498
21499         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21500         (gnus-uu-mark-series): Likewise.
21501
21502 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21503
21504         * spam-report.el (spam-report-gmane): Fix generation of spam
21505         report URL.
21506
21507 2005-09-10  Simon Josefsson  <jas@extundo.com>
21508
21509         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21510         t, based on discussion on the ding list with Robert Epprecht
21511         <epprecht@solnet.ch>.
21512
21513 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * spam-report.el (spam-report-gmane): Make it work without
21516         X-Report-Spam header.  Gmane now only provides Archived-At.
21517         This is only used if `spam-report-gmane-use-article-number' is nil.
21518         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21519
21520         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21521         make `gnus-summary-sort-by-recipient' work with threading.
21522
21523         * nnweb.el (nnweb-google-wash-article): Print a message if article
21524         is not available.
21525
21526 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21527
21528         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21529         change.  Decode text/* parts content before displaying.
21530
21531 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21532
21533         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21534
21535 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21536
21537         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21538
21539         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21540         url-package-name, url-package-version,
21541         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21542         w3m-display-inline-images, and w3m-minor-mode-map.
21543
21544 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21545
21546         * message.el (message-tab-body-function): Fix mismatched custom type.
21547
21548         * gnus.el (gnus-group-change-level-function): Ditto.
21549
21550         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21551
21552         * gnus-art.el (gnus-signature-limit)
21553         (gnus-article-mime-part-function): Ditto.
21554
21555 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21556
21557         * mml.el (mml-mode): Silence the byte compiler.
21558
21559         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21560         using `(sit-for 0)' before moving the point to the specified part;
21561         skip unbuttonized parts.
21562         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21563         return to the summary window if gnus-auto-select-part is non-nil.
21564
21565 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21566
21567         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21568         New variables.
21569         (mml-dnd-attach-file, mml-mode): Use them.
21570
21571         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21572         Make fetching article by MID work again for Google Groups.
21573         Add FIXME concerning gnus-group-make-web-group.
21574
21575         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21576         Don't depend on Gnus by using mail-extract-address-components if
21577         gnus-extract-address-components is not bound.
21578
21579 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21580
21581         * gnus-art.el (gnus-mime-display-security): Don't display the
21582         signature, but only the signed part.
21583
21584 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21585
21586         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21587
21588         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21589         list, not listp.
21590
21591 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21592
21593         * mm-encode.el (mm-encode-content-transfer-encoding):
21594         Likewise when encoding.
21595
21596         * mm-bodies.el (mm-decode-content-transfer-encoding):
21597         De-canonicalize CRLF for all text content types, not just
21598         text/plain.
21599
21600 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21603         valid article; point arrow and cursor at the MIME button.
21604
21605 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21608         Suggested by Dan Christensen <jdc@uwo.ca>.
21609
21610         * mm-decode.el (mm-save-part): Enable change of prompt.
21611
21612 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21613
21614         * gnus-msg.el (gnus-inews-add-send-actions):
21615         Make `message-post-method' lambda parameter ARG `&optional'.
21616
21617 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * gnus-sum.el (gnus-summary-mime-map):
21620         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21621         gnus-article-jump-to-part.
21622
21623         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21624         (gnus-article-edit-part): Use it.
21625         (gnus-article-part-wrapper): Add no-handle argument.
21626         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21627         New functions.
21628
21629 2005-08-29  Romain Francoise  <romain@orebokech.com>
21630
21631         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21632         docstring.
21633         (gnus-face-from-file): Likewise.
21634
21635 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21636
21637         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21638         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21639         non-nil.
21640         (gnus-auto-select-part): New variable.
21641         (gnus-article-jump-to-part): New function.
21642         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21643         (gnus-mime-delete-part): Allow selecting specified part after
21644         deleting or stripping parts.
21645         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21646         part if argument is bogus.
21647
21648 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21649
21650         * gnus-art.el (w3m-minor-mode-map):
21651         * gnus-spec.el (gnus-newsrc-file-version):
21652         * gnus-util.el (nnmail-active-file-coding-system)
21653         (gnus-original-article-buffer, gnus-user-agent):
21654         * gnus.el (gnus-ham-process-destinations)
21655         (gnus-parameter-ham-marks-alist)
21656         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21657         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21658         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21659         * mm-decode.el (gnus-current-window-configuration):
21660         * mm-extern.el (gnus-article-mime-handles):
21661         * mm-url.el (url-current-object, url-package-name)
21662         (url-package-version):
21663         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21664         (smime-keys, w3m-cid-retrieve-function-alist)
21665         (w3m-current-buffer, w3m-display-inline-images)
21666         (w3m-minor-mode-map):
21667         * mml-smime.el (gnus-extract-address-components):
21668         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21669         (gnus-newsrc-hashtb, message-default-charset)
21670         (message-deletable-headers, message-options)
21671         (message-posting-charset, message-required-mail-headers)
21672         (message-required-news-headers):
21673         * mml1991.el (mc-pgp-always-sign):
21674         * mml2015.el (mc-pgp-always-sign):
21675         * nnheader.el (nnmail-extra-headers):
21676         * rfc1843.el (gnus-decode-encoded-word-function)
21677         (gnus-decode-header-function, gnus-newsgroup-name):
21678         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21679
21680 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21681
21682         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21683         the end of the date treatments.
21684
21685 2005-08-15  Simon Josefsson  <jas@extundo.com>
21686
21687         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21688         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21689         Capello and Romain Francoise.
21690         (pgg-fetch-key-function): Remove, not used?
21691         (pgg-insert-url-with-w3): Require url, to get
21692         url-insert-file-contents regardless of where it is defined.
21693
21694 2005-08-13  Romain Francoise  <romain@orebokech.com>
21695
21696         * message.el (message-cite-original-1): New function.
21697         (message-cite-original): Use it.
21698         (message-cite-original-without-signature): Ditto.
21699
21700 2005-08-08  Romain Francoise  <romain@orebokech.com>
21701
21702         * message.el (message-yank-empty-prefix): New variable.
21703         (message-indent-citation): Use it.
21704         (message-cite-original-without-signature): Respect X-No-Archive.
21705
21706 2005-08-08  Simon Josefsson  <jas@extundo.com>
21707
21708         * pgg.el: Autoload url-insert-file-contents instead of loading
21709         w3/url.
21710         (pgg-insert-url-with-w3): Don't load url here.
21711
21712 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21713
21714         * message.el (message-kill-to-signature): Don't insert newline at
21715         bol.
21716         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21717
21718 2005-08-06  Romain Francoise  <romain@orebokech.com>
21719
21720         * message.el (message-user-fqdn): Fix typo in docstring.
21721
21722 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21723
21724         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21725
21726         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21727
21728 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * mm-bodies.el (mm-encode-body): Use coding system rather than
21731         charset to encode text.
21732
21733         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21734         number of charsets if utf-8 is available (XEmacs).
21735
21736 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21737
21738         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21739         taken from `gnus-button-mid-or-mail-regexp'.
21740         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21741         (gnus-button-alist): Improve regexp for domain part of the MIDs
21742         for news:localpart@domain buttons.
21743         (gnus-button-ctan-directory-regexp): Update.
21744
21745 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * sieve-manage.el (sieve-manage-interactive-login):
21748         Use make-local-variable rather than make-variable-buffer-local.
21749         (sieve-manage-open): Ditto.
21750         (sieve-manage-authenticate): Ditto.
21751
21752         * mml.el (mml-generate-mime-1): Make the content type default to
21753         text/plain if the filename is not specified.
21754
21755 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21758         instead of insert-buffer.
21759
21760         * message.el (message-yank-original): Ditto; set the mark at the
21761         end of the yanked message.
21762
21763 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21764
21765         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21766         lines to scroll rather than to stop it.
21767
21768         * mml.el (mml-generate-default-type): Add doc string.
21769         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21770         default to application/octet-stream when determining the content
21771         type if it is not specified for the part or the mml contents; add
21772         a comment about mml-generate-default-type.
21773
21774 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21775
21776         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21777         make it default to application/octet-stream when determining the
21778         content type if it is not specified for the external contents.
21779
21780 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21783         segmented parameter but also other parameters might be there.
21784
21785 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * mm-decode.el (mm-display-external): Delete temp file, directory
21788         and buffer immediately if the external process is exited.
21789
21790 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21793         fewer lines than that of scroll-margin.
21794         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21795
21796 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * gnus-art.el (gnus-article-next-page): Revert.
21799         (gnus-article-beginning-of-window): New macro.
21800         (gnus-article-next-page-1): Use it.
21801         (gnus-article-prev-page): Ditto.
21802         (gnus-article-edit-part): Use insert-buffer-substring instead of
21803         insert-buffer.
21804         (gnus-article-edit-exit): Ditto.
21805
21806         * gnus-util.el (gnus-beginning-of-window): Remove.
21807         (gnus-end-of-window): Remove.
21808
21809         * lpath.el: Don't bind header-line-format and scroll-margin.
21810
21811 2005-07-25  Simon Josefsson  <jas@extundo.com>
21812
21813         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21814         to have the url package without w3.  Reported by Daiki Ueno
21815         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21816
21817 2005-07-20  Didier Verna  <didier@xemacs.org>
21818
21819         * gnus-diary.el: Remove the description comment (nndiary is now
21820         properly documented in the Gnus manual).
21821         Fix the spelling of "Back End".
21822         * nndiary.el: Ditto.
21823         Fix the copyright notice.
21824
21825 2005-07-18  Romain Francoise  <romain@orebokech.com>
21826
21827         * gnus-sum.el (gnus-summary-to-prefix)
21828         (gnus-summary-newsgroup-prefix): New variables.
21829         (gnus-summary-from-or-to-or-newsgroups): Use them.
21830
21831 2005-07-17  Romain Francoise  <romain@orebokech.com>
21832
21833         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21834         space as it's generally not especially interesting to the user.
21835
21836 2005-07-16  Romain Francoise  <romain@orebokech.com>
21837
21838         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21839         nil to avoid prompting and file modification if one of the
21840         messages at the top of the nnfolder file contains a copyright
21841         notice.
21842         Update copyright notice.
21843
21844         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21845         instead of `current-time-string' as the latter creates a time
21846         string that is not RFC 2822 compliant (it lacks the zone).
21847         Update copyright notice.
21848
21849 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21850
21851         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21852         for text/rtf.  Display default in prompt.  Pass default for M-n.
21853
21854         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21855
21856 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21857
21858         * gnus-msg.el (gnus-button-mailto):
21859         Remove save-selected-window-window hackery because it relies on
21860         save-selected-window internals.
21861
21862 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21865         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21866         (gnus-article-prev-page): Ditto.
21867
21868         * gnus-util.el (gnus-beginning-of-window): New function.
21869         (gnus-end-of-window): New function.
21870
21871         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21872
21873 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21874
21875         * gnus-score.el (gnus-score-edit-all-score):
21876         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21877         gnus-message.
21878
21879 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21880
21881         * gnus-msg.el (gnus-button-mailto):
21882         Remove save-selected-window-window hackery because it relies on
21883         save-selected-window internals.
21884
21885 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21888         add-minor-mode.
21889         (gnus-binary-mode): Ditto.
21890
21891         * gnus-topic.el (gnus-topic-mode): Ditto.
21892
21893 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21894
21895         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21896         (gnus-article-prev-page): Take scroll-margin into consideration.
21897
21898 2005-07-04  Lute Kamstra  <lute@gnu.org>
21899
21900         Update FSF's address in GPL notices.
21901
21902 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21903
21904         * gnus.el (gnus-exit):
21905         * gnus-group.el (gnus-group-icons):
21906         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21907
21908         * gnus-nocem.el (gnus-nocem):
21909         * message.el (message-various, message-buffers, message-sending)
21910         (message-interface, message-forwarding, message-insertion)
21911         (message-headers, message-news, message-mail):
21912         * pgg-gpg.el (pgg-gpg):
21913         * pgg-parse.el (pgg-parse):
21914         * pgg-pgp.el (pgg-pgp):
21915         * pgg-pgp5.el (pgg-pgp5):
21916         * pop3.el (pop3): Finish `defgroup' description with period.
21917
21918 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21919
21920         * gnus-art.el (article-display-face): Improve the efficiency.
21921         (article-display-x-face): Ditto; remove gray x-face stuff.
21922
21923 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21924
21925         * gnus-art.el (article-display-face): Correct the position in
21926         which Faces are inserted.
21927
21928 2005-06-29  Didier Verna  <didier@xemacs.org>
21929
21930         * gnus-art.el (article-display-face): Display faces in correct
21931         order.
21932
21933 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21934
21935         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21936         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21937         (gnus-nocem-check-article): Fetch the Type header.
21938         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21939         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21940         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21941         make sure gnus-nocem-hashtb is initialized.
21942         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21943         (gnus-nocem-unwanted-article-p): Ditto.
21944
21945         * pgg.el (pgg-verify): Return the verification result.
21946
21947 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21948
21949         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21950         is ascii.
21951
21952 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21953
21954         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21955         `show-nonbreak-escape'.
21956
21957 2005-06-23  Lute Kamstra  <lute@gnu.org>
21958
21959         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21960
21961         * dig.el (dig-mode):
21962         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21963
21964 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21965
21966         * nnimap.el (nnimap-split-download-body): Fix spellings.
21967
21968 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21969
21970         * gnus-art.el (gnus-article-encrypt-body):
21971         * gnus-cus.el (gnus-score-customize):
21972         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21973         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21974
21975 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21976
21977         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21978         header by looking for magic "MII" at the beginning.
21979
21980 2005-06-16  Miles Bader  <miles@gnu.org>
21981
21982         * gnus-xmas.el (gnus-xmas-group-startup-message):
21983         Use renamed gnus-splash face.
21984
21985         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21986         (assistant-field-face): New backward-compatibility alias for renamed
21987         face.
21988         (assistant-render-text): Use renamed assistant-field face.
21989
21990         * spam.el (spam): Remove "-face" suffix from face name.
21991         (spam-face): New backward-compatibility alias for renamed face.
21992         (spam-face, spam-initialize): Use renamed spam face.
21993
21994         * message.el (message-header-to, message-header-cc)
21995         (message-header-subject, message-header-newsgroups)
21996         (message-header-other, message-header-name)
21997         (message-header-xheader, message-separator, message-cited-text)
21998         (message-mml): Remove "-face" suffix from face names.
21999         (message-header-to-face, message-header-cc-face)
22000         (message-header-subject-face, message-header-newsgroups-face)
22001         (message-header-other-face, message-header-name-face)
22002         (message-header-xheader-face, message-separator-face)
22003         (message-cited-text-face, message-mml-face):
22004         New backward-compatibility aliases for renamed faces.
22005         (message-font-lock-keywords): Use renamed message faces.
22006
22007         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22008         (sieve-test-commands, sieve-tagged-arguments):
22009         Remove "-face" suffix from face names.
22010         (sieve-control-commands-face, sieve-action-commands-face)
22011         (sieve-test-commands-face, sieve-tagged-arguments-face):
22012         New backward-compatibility aliases for renamed faces.
22013         (sieve-control-commands-face, sieve-action-commands-face)
22014         (sieve-test-commands-face, sieve-tagged-arguments-face):
22015         Use renamed sieve faces.
22016
22017         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22018         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22019         (gnus-group-news-3-empty, gnus-group-news-4)
22020         (gnus-group-news-4-empty, gnus-group-news-5)
22021         (gnus-group-news-5-empty, gnus-group-news-6)
22022         (gnus-group-news-6-empty, gnus-group-news-low)
22023         (gnus-group-news-low-empty, gnus-group-mail-1)
22024         (gnus-group-mail-1-empty, gnus-group-mail-2)
22025         (gnus-group-mail-2-empty, gnus-group-mail-3)
22026         (gnus-group-mail-3-empty, gnus-group-mail-low)
22027         (gnus-group-mail-low-empty, gnus-summary-selected)
22028         (gnus-summary-cancelled, gnus-summary-high-ticked)
22029         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22030         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22031         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22032         (gnus-summary-low-undownloaded)
22033         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22034         (gnus-summary-low-unread, gnus-summary-normal-unread)
22035         (gnus-summary-high-read, gnus-summary-low-read)
22036         (gnus-summary-normal-read, gnus-splash):
22037         Remove "-face" suffix from face names.
22038         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22039         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22040         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22041         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22042         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22043         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22044         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22045         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22046         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22047         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22048         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22049         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22050         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22051         (gnus-summary-normal-ticked-face)
22052         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22053         (gnus-summary-normal-ancient-face)
22054         (gnus-summary-high-undownloaded-face)
22055         (gnus-summary-low-undownloaded-face)
22056         (gnus-summary-normal-undownloaded-face)
22057         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22058         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22059         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22060         (gnus-splash-face):
22061         New backward-compatibility aliases for renamed faces.
22062         (gnus-group-startup-message): Use renamed gnus faces.
22063
22064         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22065         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22066         (gnus-server-agent): Remove "-face" suffix from face names.
22067         (gnus-server-agent-face, gnus-server-opened-face)
22068         (gnus-server-closed-face, gnus-server-denied-face)
22069         (gnus-server-offline-face):
22070         New backward-compatibility aliases for renamed faces.
22071         (gnus-server-agent-face, gnus-server-opened-face)
22072         (gnus-server-closed-face, gnus-server-denied-face)
22073         (gnus-server-offline-face): Use renamed gnus faces.
22074
22075         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22076         Remove "-face" suffix from face names.
22077         (gnus-picon-xbm-face, gnus-picon-face):
22078         New backward-compatibility aliases for renamed faces.
22079
22080         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22081         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22082         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22083         (gnus-cite-11): Remove "-face" suffix from face names.
22084         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22085         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22086         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22087         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22088         New backward-compatibility aliases for renamed faces.
22089         (gnus-cite-attribution-face, gnus-cite-face-list)
22090         (gnus-article-boring-faces): Use renamed gnus faces.
22091
22092         * gnus-art.el (gnus-signature, gnus-header-from)
22093         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22094         (gnus-header-content): Remove "-face" suffix from face names.
22095         (gnus-signature-face, gnus-header-from-face)
22096         (gnus-header-subject-face, gnus-header-newsgroups-face)
22097         (gnus-header-name-face, gnus-header-content-face):
22098         New backward-compatibility aliases for renamed faces.
22099         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22100
22101         * gnus-sum.el (gnus-summary-selected-face)
22102         (gnus-summary-highlight): Use renamed gnus faces.
22103         * gnus-group.el (gnus-group-highlight): Likewise.
22104
22105 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22106
22107         * gnus-sieve.el (gnus-sieve-article-add-rule):
22108         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22109         * spam-stat.el (spam-stat-buffer-change-to-spam)
22110         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22111
22112         * message.el (message-is-yours-p):
22113         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22114
22115 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * mm-view.el (mm-inline-text): Withdraw the last change.
22118
22119 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22120
22121         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22122         executing enriched-decode.
22123
22124 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22127         charset of tar files.
22128
22129 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22130
22131         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22132
22133 2005-06-04  Lute Kamstra  <lute@gnu.org>
22134
22135         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22136         information is never recorded.
22137
22138 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22139
22140         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22141
22142 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22143
22144         * pop3.el (pop3-apop): Run md5 in the binary mode.
22145
22146         * starttls.el (starttls-set-process-query-on-exit-flag):
22147         Use eval-and-compile.
22148
22149 2005-05-31  Simon Josefsson  <jas@extundo.com>
22150
22151         * smime.el (smime-replace-in-string): Define.
22152         (smime-cert-by-ldap-1): Use it.
22153
22154 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22155
22156         * gnus-art.el (article-display-x-face): Replace
22157         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22158
22159         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22160         set-process-query-on-exit-flag or process-kill-without-query.
22161
22162         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22163         loop instead of replace-regexp.
22164
22165         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22166         instead of process-kill-without-query if it is available.
22167
22168         * lpath.el: Fbind ldap-search-entries.
22169
22170         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22171         instead of find-file-hooks if it is available.
22172
22173         * mml1991.el: Bind pgg-default-user-id when compiling.
22174
22175         * mml2015.el: Bind pgg-default-user-id when compiling.
22176
22177         * nndraft.el (nndraft-request-associate-buffer):
22178         Use write-contents-functions instead of write-contents-hooks if it is
22179         available.
22180
22181         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22182         instead of find-file-hooks if it is available.
22183
22184         * nntp.el (nntp-open-connection): Replace
22185         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22186         (nntp-open-ssl-stream): Ditto.
22187         (nntp-open-tls-stream): Ditto.
22188
22189         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22190         set-process-query-on-exit-flag or process-kill-without-query.
22191         (starttls-open-stream-gnutls): Use it instead of
22192         process-kill-without-query.
22193         (starttls-open-stream): Ditto.
22194
22195 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22196
22197         * smime.el (smime-cert-by-ldap-1): Don't use
22198         replace-regexp-in-string.
22199
22200 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22201
22202         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22203
22204         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22205         in PEM format.  Adjust to the XEmacs compatibility.
22206
22207 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22208
22209         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22210         by `string-to-number'.
22211         * gnus-agent.el (gnus-agent-regenerate-group)
22212         (gnus-agent-fetch-articles): Ditto.
22213         * gnus-art.el (gnus-button-fetch-group): Ditto.
22214         * gnus-cache.el (gnus-cache-generate-active)
22215         (gnus-cache-articles-in-group): Ditto.
22216         * gnus-group.el (gnus-group-set-current-level)
22217         (gnus-group-insert-group-line): Ditto.
22218         * gnus-score.el (gnus-score-set-expunge-below)
22219         (gnus-score-set-mark-below, gnus-summary-score-effect)
22220         (gnus-summary-score-entry): Ditto.
22221         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22222         (gnus-soup-pack): Ditto.
22223         * gnus-spec.el (gnus-xmas-format): Ditto.
22224         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22225         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22226         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22227         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22228         * nndb.el (nndb-get-remote-expire-response): Ditto.
22229         * nndiary.el (nndiary-parse-schedule-value)
22230         (nndiary-string-to-number, nndiary-request-replace-article)
22231         (nndiary-request-article): Ditto.
22232         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22233         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22234         * nneething.el (nneething-make-head): Ditto.
22235         * nnfolder.el (nnfolder-request-article)
22236         (nnfolder-retrieve-headers): Ditto.
22237         * nnheader.el (nnheader-file-to-number): Ditto.
22238         * nnkiboze.el (nnkiboze-request-article): Ditto.
22239         * nnmail.el (nnmail-process-unix-mail-format)
22240         (nnmail-process-babyl-mail-format): Ditto.
22241         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22242         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22243         (nnmh-request-create-group, nnmh-request-list-1)
22244         (nnmh-request-group, nnmh-request-article): Ditto.
22245         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22246         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22247         * nnsoup.el (nnsoup-make-active): Ditto.
22248         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22249         * nntp.el (nntp-find-group-and-number)
22250         (nntp-retrieve-headers-with-xover): Ditto.
22251         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22252         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22253         (pgg-format-key-identifier): Ditto.
22254         * pop3.el (pop3-last, pop3-stat): Ditto.
22255         * qp.el (quoted-printable-decode-region): Ditto.
22256
22257         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22258         of concat.
22259
22260 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22263
22264         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22265
22266         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22267
22268         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22269
22270         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22271
22272         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22273
22274         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22275         (gnus-carpal-mode): Ditto.
22276
22277         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22278         (gnus-browse-mode): Ditto.
22279
22280         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22281
22282         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22283
22284 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22285
22286         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22287
22288 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * gnus-util.el (gnus-run-mode-hooks): New function.
22291
22292         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22293
22294         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22295         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22296
22297 2005-05-27  Lute Kamstra  <lute@gnu.org>
22298
22299         * dns-mode.el (dns-mode): Specify customization group.
22300
22301 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22302
22303         * gnus-agent.el (gnus-agent-make-mode-line-string):
22304         Use mode-line-highlight as mouse-face.
22305
22306 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * canlock.el (canlock): Change the parent group to news.
22309
22310         * deuglify.el (gnus-outlook-deuglify): Add :group.
22311
22312         * dig.el (dig): Add :group.
22313
22314         * dns-mode.el (dns-mode): Add :group.
22315
22316         * encrypt.el (encrypt): Add :group.
22317
22318         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22319         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22320         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22321         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22322         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22323
22324         * gnus-diary.el (gnus-diary): Add :group.
22325
22326         * gnus.el (gnus-group-news-1-face): Add :group.
22327         (gnus-group-news-1-empty-face): Ditto.
22328         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22329         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22330         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22331         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22332         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22333         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22334         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22335         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22336         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22337         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22338         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22339         (gnus-summary-high-ticked-face): Ditto.
22340         (gnus-summary-low-ticked-face): Ditto.
22341         (gnus-summary-normal-ticked-face): Ditto.
22342         (gnus-summary-high-ancient-face): Ditto.
22343         (gnus-summary-low-ancient-face): Ditto.
22344         (gnus-summary-normal-ancient-face): Ditto.
22345         (gnus-summary-high-undownloaded-face): Ditto.
22346         (gnus-summary-low-undownloaded-face): Ditto.
22347         (gnus-summary-normal-undownloaded-face): Ditto.
22348         (gnus-summary-high-unread-face): Ditto.
22349         (gnus-summary-low-unread-face): Ditto.
22350         (gnus-summary-normal-unread-face): Ditto.
22351         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22352         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22353
22354         * hashcash.el (hashcash): New custom group.
22355         (hashcash-default-payment): Add :group.
22356         (hashcash-payment-alist): Ditto.
22357         (hashcash-default-accept-payment): Ditto.
22358         (hashcash-accept-resources): Ditto.
22359         (hashcash-path): Ditto.
22360         (hashcash-extra-generate-parameters): Ditto.
22361         (hashcash-double-spend-database): Ditto.
22362         (hashcash-in-news): Ditto.
22363
22364         * message.el (message-minibuffer-local-map): Add :group.
22365
22366         * netrc.el (netrc): Add :group.
22367
22368         * sieve-manage.el (sieve-manage-log): Add :group.
22369         (sieve-manage-default-user): Diito.
22370         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22371         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22372         (sieve-manage-authenticators): Ditto.
22373         (sieve-manage-authenticator-alist): Ditto.
22374         (sieve-manage-default-port): Ditto.
22375
22376         * sieve-mode.el (sieve-control-commands-face): Add :group.
22377         (sieve-action-commands-face): Ditto.
22378         (sieve-test-commands-face): Ditto.
22379         (sieve-tagged-arguments-face): Ditto.
22380
22381         * smime.el (smime): Add :group.
22382
22383         * spam-report.el (spam-report): Add :group.
22384
22385         * spam.el (spam, spam-face): Add :group.
22386
22387 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22388
22389         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22390         return \n.\n.\n at the end of articles.  Protect against that.
22391         (nntp-with-open-group): Allow debugging.
22392
22393         * nnheader.el (mail-header-set-extra): Make into a function
22394         because I just could't understand how to quote the list properly.
22395
22396         * dns.el (query-dns-cached): New function.
22397
22398 2005-05-26  Lute Kamstra  <lute@gnu.org>
22399
22400         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22401
22402 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22405
22406         * gnus-art.el: Don't autoload mail-extract-address-components.
22407
22408         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22409         eval-and-compile to evaluate it.
22410
22411         * hashcash.el: Don't autoload executable-find.
22412
22413         * nndb.el: Don't declare the nndb back end two or more times; don't
22414         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22415
22416         * nntp.el: Autoload format-spec instead of format; use
22417         eval-and-compile to evaluate autoload forms.
22418
22419 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22420
22421         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22422
22423 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22424
22425         * gnus.el (gnus-version-number): Bump version.
22426
22427 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22428
22429         * gnus.el: No Gnus v0.3 is released.
22430
22431 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22432
22433         * lpath.el (featurep): Bind show-nonbreak-escape.
22434
22435 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-art.el (gnus-article-edit-part): Disable undo.
22438
22439 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22442         gnus-article-date-lapsed-new-header is t if date timer is active;
22443         skip headers in which the original date value is empty.
22444         (gnus-article-save-original-date): Redefine it as a macro.
22445         (gnus-display-mime): Use it.
22446
22447 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22448
22449         * gnus-art.el (article-date-ut): Support converting date in
22450         forwarded parts as well.
22451         (gnus-article-save-original-date): New function.
22452         (gnus-display-mime): Use it.
22453
22454 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22455
22456         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22457         enclosure element of <item>.
22458
22459 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22460
22461         * message.el (message-kill-buffer-query): Rename from
22462         `message-kill-buffer-query-if-modified'.  Add :version.
22463
22464 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22467         window layout.
22468
22469 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22470
22471         * mml.el: Autoload dnd when compiling.
22472
22473 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22474
22475         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22476         x-dnd-*.
22477
22478 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22479
22480         * qp.el (quoted-printable-encode-region): Save excursion.
22481
22482 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22483
22484         * message.el (message-kill-buffer-query-if-modified): Add new variable
22485         so the user can kill a modified message buffer quickly.
22486         (message-kill-buffer): Use it.
22487
22488 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22489
22490         * lpath.el: Fbind display-time-event-handler; don't fbind
22491         string-to-multibyte.
22492
22493         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22494
22495 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22496
22497         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22498         contained in text because xml.el decodes entities) with LFs.
22499
22500 2005-04-11  Lute Kamstra  <lute@gnu.org>
22501
22502         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22503         differently.
22504
22505 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22506
22507         * mm-util.el (mm-detect-coding-region): Typo.
22508
22509 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22510
22511         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22512
22513 2005-04-06  Deepak Goel  <deego@gnufans.org>
22514
22515         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22516         user-function allow user modifications of the scores.
22517         (spam-stat-score-buffer-user): New function, to allow
22518         user-computed modifications to the score.
22519         (spam-stat-score-buffer-user-functions): List of additional
22520         scoring functions.
22521         (spam-stat-error-holder): Global temporary error holder.
22522         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22523         variable.
22524
22525 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22526
22527         * gnus-registry.el (gnus-registry-clean-empty-function)
22528         (gnus-registry-trim, gnus-registry-fetch-groups)
22529         (gnus-registry-delete-group): Groups that match
22530         `gnus-registry-ignored-groups' are removed from the registry
22531         entries, not just ignored for splitting.  This helps clean up the
22532         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22533         to get all the groups a message ID is in.
22534
22535         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22536         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22537         (spam-stat-score-buffer-user-functions): Add :number custom type.
22538
22539 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22540
22541         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22542         argument in XEmacs.
22543
22544         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22545         (nnrss-request-group): Decode group name first.
22546         (nnrss-request-article): Make a text/plain article if mml-to-mime
22547         failed.
22548         (nnrss-get-encoding): Return a compatible encoding according to
22549         nnrss-compatible-encoding-alist.
22550         (nnrss-find-el): Use consp instead of listp.
22551         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22552
22553 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22556         which Emacs 20 doesn't support.
22557         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22558
22559 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22560
22561         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22562         silence the byte compiler inside the defun.
22563
22564         * gnus-demon.el (parse-time-string): Add autoload.
22565
22566         * gnus-delay.el (parse-time-string): Add autoload.
22567
22568         * gnus-art.el (parse-time-string): Add autoload.
22569
22570         * nnultimate.el (parse-time): Require for `parse-time-string'.
22571
22572 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22573
22574         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22575
22576         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22577
22578         * smime.el (smime-ldap-host-list): Add :version.
22579
22580 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22581
22582         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22583         pass it to `gnus-browse-read-group'.
22584         (gnus-browse-read-group): Add NUMBER argument and pass it to
22585         `gnus-group-read-ephemeral-group'.
22586
22587         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22588         argument and pass it to `gnus-group-read-group'.
22589
22590 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22591
22592         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22593         mm-xemacs-find-mime-charset-1 if we have the mule feature
22594         available at runtime.
22595
22596 2005-03-25  Werner Lemberg  <wl@gnu.org>
22597
22598         * nnmaildir.el: Replace `illegal' with `invalid'.
22599
22600 2005-03-23  Lute Kamstra  <lute@gnu.org>
22601
22602         * time-date.el: Add comment on time value formats.
22603         Don't require parse-time.
22604         (with-decoded-time-value): New macro.
22605         (encode-time-value): New function.
22606         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22607         (days-to-time): Return a valid time value when arg is huge.
22608         (time-since): Use time-subtract.
22609         (time-to-number-of-days): Use time-to-seconds.
22610
22611 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22612
22613         * gnus-start.el (gnus-display-time-event-handler):
22614         Check display-time-timer at runtime rather than only at load time
22615         in case display-time-mode is turned off in the mean time.
22616
22617 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22618
22619         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22620         used.
22621
22622         * nneething.el (nneething-map-file-directory): Derive from
22623         `gnus-directory'.
22624
22625         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22626         the To/Cc button.
22627
22628 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22629
22630         * nnmaildir.el (nnmaildir-request-accept-article):
22631         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22632
22633 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22634
22635         * gnus-async.el: Require timer-funcs at compile time when in
22636         XEmacs for `run-with-idle-timer'.
22637
22638 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22639
22640         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22641         autoloaded function.
22642
22643 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22644
22645         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22646
22647 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22648
22649         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22650
22651 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22652
22653         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22654         Add gnus-expert-user to default.
22655
22656 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22657
22658         * nnimap.el (nnimap-open-server): Ditto.
22659
22660         * imap.el (imap-authenticate): Fix typo.
22661
22662 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22663
22664         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22665         buffer (since IMAP server might return FETCH response out of
22666         order, and the nntp buffer must be sorted).
22667
22668 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22669
22670         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22671         comparison on string.
22672
22673         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22674         (gnus-agent-score): Rename category keywords to match gnus-cus.
22675         (gnus-agent-summary-fetch-series): Modify to protect against
22676         gnus-agent-summary-fetch-group clearing processable flags.
22677         (gnus-agent-synchronize-group-flags): Update live group buffer as
22678         synchronization may occur due to the user toggle the plugged
22679         status.
22680         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22681         successfully downloaded.
22682         (gnus-agent-expire-group-1): Avoid using markers when the overview
22683         is in ascending order; greatly improves performance.
22684         (gnus-agent-regenerate-group):
22685         Use gnus-agent-synchronize-group-flags to reset read status in both
22686         gnus and server.
22687         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22688
22689 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22690
22691         * message.el: Don't autoload former message-utils variables.
22692         (message-strip-subject-trailing-was): Change doc string.
22693
22694         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22695         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22696         (nnweb-google-search): Add "hl=en" here.
22697         (nnweb-google-parse-1, nnweb-google-create-mapping):
22698         Don't hardcode URL.
22699
22700 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22701
22702         * message.el (message-get-reply-headers, message-followup):
22703         Mention related variables `message-use-followup-to' and
22704         `message-use-mail-followup-to', in the information buffer.
22705
22706         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22707         of broken groups(-beta).google.com.
22708
22709 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22710
22711         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22712         parameter to invoked gnus-request-move-article; remove the
22713         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22714         all at once instead of once per article.
22715         (gnus-summary-remove-process-mark): Accept a list of articles as
22716         well as a single article for processing.
22717
22718         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22719         parameter.
22720
22721         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22722
22723         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22724
22725         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22726         parameter.
22727
22728         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22729         parameter.
22730
22731         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22732         parameter and remove the gnus-sum-hint-move-is-internal variable.
22733
22734         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22735         parameter.
22736
22737         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22738         parameter.
22739
22740         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22741         parameter.
22742
22743         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22744
22745         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22746         parameter.
22747
22748         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22749         parameter.
22750
22751 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22752
22753         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22754         a more conservative way.
22755
22756 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22757
22758         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22759         buffer, so it moves the window's cursor.
22760
22761 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22762
22763         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22764         `mm-dissect-multipart' and receive the from field as an (optional)
22765         argument from `mm-dissect-multipart'.
22766         (mm-dissect-multipart): Receive the from field as an argument and
22767         pass it on when we call `mm-dissect-buffer' on MIME parts.
22768         Fixes verification/decryption of signed/encrypted MIME parts.
22769
22770 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22771
22772         * gnus-sum.el (gnus-summary-move-article):
22773         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22774         whatever it calls (right now, only nnimap-request-move article
22775         respects it).
22776
22777         * nnimap.el (nnimap-request-move-article):
22778         When gnus-sum-hint-move-is-internal is set, don't do the extra
22779         nnimap-request-article.
22780
22781 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22782
22783         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22784
22785         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22786         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22787
22788         * gnus-sum.el (gnus-summary-caesar-message):
22789         Apply `gnus-treat-article' after rotation.
22790
22791         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22792         doc string.
22793
22794 2005-02-22  Simon Josefsson  <jas@extundo.com>
22795
22796         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22797         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22798         <arne@arnested.dk>.
22799         (encrypt): Add password-cache and password-cache-expiry as group
22800         members.
22801
22802 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22803
22804         * smime.el (smime-ldap-host-list): Doc fix.
22805         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22806         cache) password.
22807         (smime-sign-region): Use it.
22808         (smime-decrypt-region): Use it.
22809         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22810         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22811         fails.
22812         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22813         certificate from DER to PEM format rather than calling openssl.
22814
22815         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22816
22817         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22818         for signing/encryption.
22819
22820         * mml.el (mml-parse-1): Use them.
22821
22822 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22823
22824         * nnrss.el (nnrss-verbose): Remove.
22825         (nnrss-request-group): Use `nnheader-message' instead.
22826
22827 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22828
22829         * nnrss.el (nnrss-verbose): New variable.
22830         (nnrss-request-group): Make it say nnrss is requesting a group.
22831
22832 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22833
22834         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22835         Handle news URL with given port correctly.
22836
22837 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22840         containing special characters.
22841
22842         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22843
22844         * mml.el (mime-to-mml): Ditto.
22845
22846         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22847         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22848         (rfc2047-decode-region): Quote decoded words containing special
22849         characters when rfc2047-quote-decoded-words-containing-tspecials
22850         is non-nil.
22851
22852 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22853
22854         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22855
22856         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22857
22858 2005-02-15  Simon Josefsson  <jas@extundo.com>
22859
22860         * nnimap.el (nnimap-debug): Doc fix.
22861
22862         * imap.el (imap-debug): Doc fix.
22863
22864 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22867
22868 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22869
22870         * gnus.el (spam-contents): Improve docs for spam-contents
22871         parameter in its variable incarnation.
22872
22873 2005-02-14  Simon Josefsson  <jas@extundo.com>
22874
22875         * smime-ldap.el: Use require instead of load-library for ldap.
22876         (smime-ldap-search): Indent.
22877         (smime-ldap-search-internal): Shorten line.
22878
22879         * smime.el (smime-cert-by-dns): Add doc-string.
22880         (smime-cert-by-ldap-1): Indent.
22881
22882         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22883         mml-smime-get-dns-ldap.
22884         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22885
22886 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22887
22888         * smime.el: Require smime-ldap.
22889         (smime-ldap-host-list): New variable.
22890         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22891
22892         * mml-smime.el (mml-smime-encrypt-query): New function.
22893         (mml-smime-encrypt-query): Use it.
22894
22895         * smime-ldap.el: New file.
22896
22897 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22900
22901 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22902
22903         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22904         argument in doc string.  Make query for type more clear.
22905
22906 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22907
22908         * gnus.el (gnus-group-startup-message): Search for gnus images in
22909         etc/images/gnus.
22910         * mm-util.el (mm-image-load-path): Likewise.
22911         * smiley.el (smiley-data-directory): Search for smilies in
22912         etc/images/smilies.
22913
22914 2005-02-09  Kim F. Storm  <storm@cua.dk>
22915
22916         Change Emacs release version from 21.4 to 22.1 throughout.
22917         Change Emacs development version from 21.3.50 to 22.0.50.
22918
22919 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22922
22923         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22924         non-Mule XEmacs as well.
22925         (mm-decompress-buffer): Signal an error intentionally if it does
22926         not decompress compressed data because auto-compression-mode is
22927         disabled.
22928
22929 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22930
22931         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22932         an ID in the registry even if it has no groups.
22933
22934 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22935
22936         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22937         merge it into mm-decompress-buffer.
22938         (gnus-mime-copy-part): Use the MIME part charset, the value which
22939         a user specified or gnus-newsgroup-charset for decoding, like
22940         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22941         save-buffer what was used.  Suggested by Kevin Ryde
22942         <user42@zip.com.au>.
22943         (gnus-mime-inline-part): Allow the name parameter as well as the
22944         filename parameter; force decompressing of compressed data; always
22945         display contents being not decoded as unibyte.
22946
22947         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22948         as well as the filename parameter.
22949
22950         * mm-util.el (mm-decompress-buffer):
22951         Merge gnus-mime-jka-compr-maybe-uncompress.
22952         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22953         of compressed data.
22954
22955 2005-02-08  Simon Josefsson  <jas@extundo.com>
22956
22957         * imap.el (imap-log): Doc fix.
22958
22959 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22962         the coding cookies; decompress compressed parts.
22963
22964         * mml.el (mml-generate-mime-1): Add the charset parameter according
22965         to the value which a user specified manually or the coding cookie.
22966
22967         * mm-util.el (mm-string-to-multibyte): New function.
22968         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22969         (mm-coding-system-to-mime-charset): New function.
22970         (mm-decompress-buffer): New function.
22971         (mm-find-buffer-file-coding-system): New function.
22972
22973         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22974         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22975         parts.
22976
22977 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22978
22979         * mm-view.el (mm-display-inline-fontify): Decode a part according
22980         to the charset parameter.
22981
22982 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22985         prefix arg is neither nil nor a number, as info specifies.
22986
22987 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22988
22989         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22990         timestamps.
22991
22992 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22993
22994         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22995         groups error checking and notify user.
22996
22997 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22998
22999         * message.el (message-send-mail-function): Check existence of
23000         sendmail-program first before using default value
23001         `message-send-mail-with-sendmail'.  Otherwise use more generic
23002         `smtpmail-send-it'.
23003
23004 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23005
23006         * nntp.el (nntp-request-update-info): Always return nil.
23007
23008 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23009
23010         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23011
23012 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23013
23014         * message.el (message-beginning-of-line): Change the behavior when
23015         invoked between BOL and : so that it first moves backward.
23016
23017 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23018
23019         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23020         article buffer when editing of the article is discarded.
23021         (gnus-article-prepare): Revert.
23022
23023 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23024
23025         * gnus-art.el (gnus-article-prepare):
23026         Remove message-strip-forbidden-properties from the local hook.
23027
23028 2005-01-27  Simon Josefsson  <jas@extundo.com>
23029
23030         * password.el (password-cache-add): Only start one timer per key.
23031         Reported by Derek Atkins <warlord@MIT.EDU>.
23032
23033 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23034
23035         * run-at-time.el: Remove.  It is no longer needed as
23036         timer-funcs.el in the xemacs-base package has a working version of
23037         `run-at-time'.
23038
23039         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23040
23041         * password.el: Require timer-funcs instead of run-at-time in
23042         XEmacs.
23043         Remove `password-run-at-time' macro.
23044         (password-cache-add): Use `run-at-time' instead of
23045         `password-run-at-time'.
23046
23047         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23048         Remove `nnheader-cancel-function-timers' alias,
23049         `cancel-function-timers' exists in XEmacs in timer-funcs.
23050
23051         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23052         for `run-with-idle-timer'.
23053
23054         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23055         for `run-at-time'.
23056
23057         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23058         for `with-timeout'.
23059
23060         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23061         the same as for XEmacs 21.4.
23062         No need to ignore `run-with-idle-timer', this function exists in
23063         XEmacs now in timer-funcs.el in the xemacs-base package.
23064         (dgnushack-compile): No need to delete
23065         run-at-time.el from the list of files to compile because it
23066         doesn't exist anymore.
23067
23068 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23069
23070         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23071         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23072
23073 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23074
23075         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23076         sensitively.
23077
23078 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23079
23080         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23081
23082 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23085         which will be inserted according to the multibyteness of a buffer
23086         rather than the type of contents.  Suggested by ARISAWA Akihiro
23087         <ari@mbf.ocn.ne.jp>.
23088
23089         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23090         of string which old xml.el may return rather than a string.
23091
23092 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23093
23094         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23095
23096 2005-01-16  Simon Josefsson  <jas@extundo.com>
23097
23098         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23099         idn/idna.el isn't available.
23100         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23101         <michael@waxrat.com>.
23102
23103         * hashcash.el: Remove non-FSF copyright header.
23104
23105         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23106         (hashcash-generate-payment): Use it.
23107         (hashcash-generate-payment-async): Use it.
23108
23109 2005-01-15  Simon Josefsson  <jas@extundo.com>
23110
23111         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23112         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23113
23114         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23115         gnus-summary-idna-message.
23116         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23117         (gnus-summary-idna-message): New function.
23118
23119 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23120
23121         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23122         gnus-novice-user.
23123
23124 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * nnrss.el (nnrss-request-delete-group): Delete entries in
23127         nnrss-group-alist as well.
23128         (nnrss-save-server-data): Insert newline.
23129
23130 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23131
23132         * gnus.el (gnus-user-agent): Use list of symbols instead of
23133         symbols.  Display full version number for (S)XEmacs.
23134         Optionally display (S)XEmacs codename.
23135
23136         * gnus-util.el (gnus-emacs-version): Update for new
23137         `gnus-user-agent'.
23138
23139         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23140         Gnus version.
23141
23142 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23143
23144         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23145         which is unreadable in some setups.
23146
23147 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23148
23149         * gnus-spec.el (gnus-update-format-specifications): Flush the
23150         group format spec cache if it doesn't support decoded group names.
23151
23152 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23153
23154         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23155         Allow to apply decay on score files matching a regexp.
23156
23157 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23160         compatibility in %g and %c.
23161
23162 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23165         name for only %g and %c.
23166         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23167         of gnus-tmp-group to decoded group name.
23168         (gnus-group-make-rss-group): Exclude `/'s from group names.
23169
23170 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23171
23172         * nnrss.el (nnrss-get-encoding): Fix regexp.
23173
23174 2004-12-27  Simon Josefsson  <jas@extundo.com>
23175
23176         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23177         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23178         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23179
23180 2004-12-17  Kim F. Storm  <storm@cua.dk>
23181
23182         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23183
23184         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23185
23186 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23187
23188         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23189
23190 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23191
23192         * nnrss.el: Require rfc2047 and mml.
23193         (nnrss-file-coding-system): New variable.
23194         (nnrss-format-string): Redefine it as an inline function.
23195         (nnrss-decode-group-name): New function.
23196         (nnrss-string-as-multibyte): Remove.
23197         (nnrss-retrieve-headers): Decode group name; don't use
23198         nnrss-format-string.
23199         (nnrss-request-group): Decode group name.
23200         (nnrss-request-article): Decode group name; allow a Message-ID as
23201         well as an article number; don't use nnrss-format-string; encode a
23202         Message-ID string which may contain non-ASCII characters; use
23203         mml-to-mime to compose a MIME article.
23204         (nnrss-request-expire-articles): Decode group name.
23205         (nnrss-request-delete-group): Decode group name.
23206         (nnrss-fetch): Clarify error message.
23207         (nnrss-read-server-data): Use insert-file-contents instead of load;
23208         bind file-name-coding-system; use multibyte buffer.
23209         (nnrss-save-server-data): Bind coding-system-for-write to the
23210         value of nnrss-file-coding-system; bind file-name-coding-system;
23211         add coding cookie.
23212         (nnrss-read-group-data): Use insert-file-contents instead of load;
23213         bind file-name-coding-system; use multibyte buffer.
23214         (nnrss-save-group-data): Bind coding-system-for-write to the
23215         value of nnrss-file-coding-system; bind file-name-coding-system.
23216         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23217         make it work with non-ASCII text.
23218         (nnrss-find-el): Make it work with old xml.el as well.
23219
23220 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23221
23222         * nnrss.el (nnrss-get-encoding): New function.
23223         (nnrss-fetch): Use unibyte buffer initially; bind
23224         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23225         decode contents according to the encoding attribute.
23226         (nnrss-save-group-data): Add coding cookie.
23227         (nnrss-mime-encode-string): New function.
23228         (nnrss-check-group): Use it to encode subject and author.
23229
23230 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23231
23232         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23233         imaginary variable.
23234
23235 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23236
23237         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23238         correctly even if there are wide characters.
23239
23240 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23241
23242         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23243         downcased symbol names; make a new cache instead of reusing
23244         bbdb-hashtable.
23245
23246 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23247
23248         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23249         concatenating segments rather than before concatenating them.
23250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23251
23252         * message.el (message-get-reply-headers): Bind `extra'.
23253
23254 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23255
23256         * message.el (message-extra-wide-headers): New variable.
23257         (message-get-reply-headers): Use it.
23258
23259 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23260
23261         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23262         (gnus-agent-group-pathname): Ditto.
23263
23264         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23265
23266         * gnus-group.el (gnus-group-make-group): Decode group name.
23267         (gnus-group-make-rss-group): Register the group data after opening
23268         the nnrss group.
23269
23270 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23271
23272         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23273         by expiry now get marked as read.
23274
23275 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23276
23277         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23278
23279 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23280
23281         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23282         unify Latin characters in XEmacs.
23283         (mm-find-mime-charset-region): Use it.
23284
23285 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * gnus-util.el (gnus-delete-directory): New function.
23288
23289         * gnus-agent.el (gnus-agent-delete-group): Use it.
23290
23291         * gnus-cache.el (gnus-cache-delete-group): Use it.
23292
23293 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23294
23295         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23296         names.
23297
23298 2004-12-16  Simon Josefsson  <jas@extundo.com>
23299
23300         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23301
23302 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23303
23304         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23305
23306         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23307         (gnus-group-set-current-level): Decode group name.
23308
23309 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23310
23311         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23312         failed.
23313
23314 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * gnus-group.el (gnus-group-delete-group): Decode group name.
23317         (gnus-group-make-rss-group): Encode group name.
23318         (gnus-group-catchup-current): Decode group name.
23319         (gnus-group-kill-group): Decode group name.
23320
23321 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23322
23323         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23324
23325 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23326
23327         * gnus-group.el (gnus-group-make-rss-group):
23328         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23329
23330         * gnus-start.el (gnus-setup-news): Honor user's setting to
23331         gnus-message-archive-method.  Suggested by Lute Kamstra
23332         <lute@gnu.org>.
23333
23334 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23335
23336         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23337         global counterparts of the buffer-local variables.
23338
23339 2004-11-16  Romain Francoise  <romain@orebokech.com>
23340
23341         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23342         counterparts of the buffer-local variables.
23343
23344 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23345
23346         * message.el (message-forbidden-properties): Fix typo in doc
23347         string.
23348
23349 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23350
23351         * gnus-util.el (gnus-replace-in-string): Add doc string.
23352
23353         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23354         to avoid problems when splitting mails with many recipients.
23355
23356 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23357
23358         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23359         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23360
23361 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23362
23363         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23364         if there is no hashtable in memory or file modification time is
23365         newer than cached timestamp.
23366
23367 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23368
23369         * gnus-sum.el (gnus-summary-limit-to-recipient):
23370         Implement not-matching option.
23371
23372 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23373
23374         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23375         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23376         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23377         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23378         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23379         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23380
23381 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23382
23383         * message.el (message-forward-make-body-mml): Remove headers
23384         according to message-forward-ignored-headers if a message is decoded.
23385
23386 2004-12-02  Romain Francoise  <romain@orebokech.com>
23387
23388         * message.el (message-forward-make-body-plain): Always remove
23389         headers according to message-forward-ignored-headers.
23390
23391 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23392
23393         * spam.el (spam-summary-prepare-exit): Remove the
23394         gnus-summary-limit pop for now, it has problems with ham marks for
23395         me.
23396
23397 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23398
23399         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23400         correctly.
23401
23402 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23403
23404         * format-spec.el (format-spec): Message the char.
23405
23406 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23407
23408         * gnus-art.el (gnus-split-methods): Reformat comments.
23409
23410         * spam.el (spam-summary-prepare-exit): Remove article limits
23411         before exiting the summary buffer.
23412
23413 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23414
23415         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23416         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23417
23418         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23419         order to silence the byte compiler.
23420
23421         * spam.el: Fix the way to silence the byte compiler, which
23422         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23423         bbdb-search-simple, spam-BBDB-register-routine,
23424         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23425         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23426         spam-stat-buffer-is-spam, spam-stat-load,
23427         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23428         spam-stat-save and spam-stat-split-fancy.
23429
23430 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23431
23432         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23433         which may confuse users.
23434         (canlock-password-for-verify): Ditto.
23435
23436         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23437
23438         * gnus-art.el (gnus-emphasis-alist): Ditto.
23439
23440         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23441
23442         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23443
23444         * gnus-start.el (gnus-save-killed-list): Ditto.
23445
23446         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23447         (gnus-sum-thread-tree-root): Ditto.
23448         (gnus-sum-thread-tree-false-root): Ditto.
23449         (gnus-sum-thread-tree-single-indent): Ditto.
23450
23451         * message.el (message-courtesy-message): Ditto.
23452         (message-archive-note): Ditto.
23453         (message-subscribed-address-file): Ditto.
23454         (message-user-fqdn): Ditto.
23455
23456         * spam-report.el (spam-report-gmane-regex): Ditto.
23457
23458         * spam.el (spam-blackhole-good-server-regex): Ditto.
23459
23460 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23461
23462         * mml.el (mml-preview): Widen the message buffer before copying
23463         the contents to the preview buffer; sort headers before previewing.
23464
23465         * message.el (message-hidden-headers): Fix the way to avoid a bug
23466         in the `repeat' widget in Emacs 21.3 or earlier.
23467
23468 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * message.el (message-hidden-headers): Default to "^References:".
23471         Improve customization type.  Suggested by Reiner Steib
23472         <Reiner.Steib@gmx.de>.
23473
23474 2004-11-25  Romain Francoise  <romain@orebokech.com>
23475
23476         * message.el (message-strip-forbidden-properties): Remove check for
23477         obsolete `message-hidden' text property, hidden headers are not
23478         accessible in the buffer anymore.
23479
23480 2004-11-22  Romain Francoise  <romain@orebokech.com>
23481
23482         * message.el (message-header-format-alist): Add `From' in list
23483         so that it can be sorted.
23484         (message-fix-before-sending): Widen and sort headers before
23485         sending.
23486         (message-hide-headers): Use narrowing to hide headers by moving
23487         them to the top of the buffer and narrowing to the region
23488         underneath.
23489
23490 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23491
23492         * message.el (message-strip-forbidden-properties):
23493         Bind buffer-read-only (etc) to nil.
23494
23495 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23498         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23499
23500 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23501
23502         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23503
23504 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23505
23506         * dns.el (query-dns): Use sit-for to time instead of
23507         accept-process-output, since that doesn't seem to work on udp
23508         sockets.
23509
23510 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23513
23514 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23515
23516         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23517         doc string.  Improve doc string.
23518
23519 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * nntp.el (nntp-request-update-info): Return nil if
23522         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23523         may not call gnus-activate-group which uselessly issues the GROUP
23524         commands for all nntp groups and wastes time.  Reported by Romain
23525         Francoise <romain@orebokech.com>.
23526
23527         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23528
23529 2004-11-15  Simon Josefsson  <jas@extundo.com>
23530
23531         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23532         headers separately.
23533         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23534         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23535
23536 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23537
23538         * gnus-start.el (gnus-convert-old-newsrc):
23539         Assign legacy-gnus-agent to 5.10.7.
23540
23541 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23542
23543         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23544         start of the lines.
23545
23546 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23547
23548         * hashcash.el (hashcash-default-payment): Change default to 20.
23549         (hashcash-default-accept-payment): Change default to 20.
23550         (hashcash-process-alist): New variable.
23551         (hashcash-generate-payment-async): Add.
23552         (hashcash-already-paid-p): Add.
23553         (hashcash-insert-payment): Don't generate payments twice.
23554         (hashcash-insert-payment-async): Add.
23555         (hashcash-insert-payment-async-2): Add.
23556         (hashcash-cancel-async): Add.
23557         (hashcash-wait-async): Add.
23558         (hashcash-processes-running-p): Add.
23559         (hashcash-wait-or-cancel): Add.
23560         (mail-add-payment): New optional argument.  Conditionally start
23561         asynchronous calculation.
23562         (mail-add-payment-async): Add.
23563
23564         * message.el (message-send-mail): Wait for asynchronous hashcash
23565         results.  Don't clobber existing X-Hashcash headers.
23566         (message-setup-1): Call mail-add-payment-async when
23567         message-generate-hashcash is non-nil.
23568
23569 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23570
23571         * message.el (message-use-alternative-email-as-from): Examine the
23572         From header as well; use message-make-from in order to include a
23573         user's full name.
23574
23575 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23576
23577         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23578         default; improve customization type.
23579         (gnus-emphasis-custom-with-format): New macro.
23580         (gnus-emphasis-custom-value-to-external): New function.
23581         (gnus-emphasis-custom-value-to-internal): New function.
23582
23583 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23584
23585         * dns.el (query-dns): Resolve reverse addresses.
23586
23587 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23588
23589         * gnus-group.el (gnus-group-get-new-news): Use it.
23590
23591         * gnus-start.el (gnus-check-reasonable-setup): New function.
23592
23593 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23596         "Args out of range" error.  Reported by Arnaud Giersch
23597         <arnaud.giersch@free.fr>.
23598
23599 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23600
23601         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23602
23603 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23604
23605         * spam.el (spam group): Add :version.
23606
23607         * pgg-def.el (pgg group): Add :version.
23608
23609 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23610
23611         * gnus-art.el (gnus-article-edit-article): Don't associate the
23612         article buffer with a draft file.  This is a temporary measure
23613         against the 2004-08-22 change to gnus-article-edit-mode.
23614
23615 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23618         (html2text-format-tags): Remove unused variable `attr'.
23619
23620 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23621
23622         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23623
23624         * tls.el (tls-process-connection-type, tls-success)
23625         (tls-certtool-program): Add :version.
23626
23627         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23628         (starttls-extra-arguments, starttls-process-connection-type)
23629         (starttls-connect, starttls-failure, starttls-success): Add :version.
23630
23631         * spam-stat.el (spam-stat): Add :version.
23632
23633         * sieve.el (sieve): Add :version.
23634
23635         * sha1.el (sha1): Add :version.
23636         (sha1-use-external): Remove redundant version.
23637
23638         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23639         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23640         (nnmail-split-fancy-match-partial-words)
23641         (nnmail-split-lowercase-expanded): Add :version.
23642
23643         * nndiary.el (nndiary): Add :version.
23644
23645         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23646
23647         * mml-sec.el (mml-default-sign-method)
23648         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23649         Add :version.
23650
23651         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23652
23653         * mm-url.el (mm-url-use-external, mm-url-program)
23654         (mm-url-arguments): Add :version.
23655
23656         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23657         (mm-attachment-file-modes, mm-decrypt-option)
23658         (mm-w3m-safe-url-regexp): Add :version.
23659
23660         * message.el (message-cite-prefix-regexp)
23661         (message-sendmail-envelope-from, message-minibuffer-local-map)
23662         (message-user-fqdn, message-completion-alist): Add :version.
23663
23664         * gnus-win.el (gnus-configure-windows-hook)
23665         (gnus-use-frames-on-any-display): Add :version.
23666
23667         * gnus-art.el (gnus-article-address-banner-alist)
23668         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23669         (gnus-treat-from-picon, gnus-treat-mail-picon)
23670         (gnus-treat-x-pgp-sig): Add :version.
23671
23672         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23673         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23674         (gnus-summary-article-delete-hook)
23675         (gnus-summary-display-while-building): Add :version.
23676
23677         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23678         (gnus-get-top-new-news-hook): Add :version.
23679
23680         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23681         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23682
23683         * gnus-registry.el (gnus-registry): Add :version.
23684
23685         * gnus-spec.el (gnus-use-correct-string-widths)
23686         (gnus-make-format-preserve-properties): Add :version.
23687
23688         * gnus.el (gnus-group-charter-alist)
23689         (gnus-group-fetch-control-use-browse-url)
23690         (gnus-install-group-spam-parameters): Add :version.
23691
23692         * gnus-diary.el (gnus-diary): Add :version.
23693
23694         * gnus-delay.el (gnus-delay): Add :version.
23695
23696         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23697         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23698         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23699         Add :version.
23700
23701         * gnus-agent.el (gnus-agent-max-fetch-size)
23702         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23703         (gnus-agent-prompt-send-queue): Add :version.
23704
23705         * deuglify.el (gnus-outlook-deuglify): Add :version.
23706
23707         * html2text.el: Beautify code.  Improve doc strings.
23708         Some checkdoc cleanup.
23709         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23710
23711 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23712
23713         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23714
23715 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23716
23717         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23718         when package is loaded.
23719
23720         * spam.el (spam-summary-score-preferred-header): Add global preference
23721         for people who want to override the default SpamAssassin over
23722         Bogofilter preference (when both are set).
23723         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23724         (spam-user-format-function-S):
23725         Check spam-summary-score-preferred-header.
23726         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23727         (spam-user-format-function-S): Format the score correctly.
23728
23729 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23730
23731         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23732         signature file.  Suggested by Manoj Srivastava
23733         <srivasta@golden-gryphon.com>.
23734
23735         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23736         iso-2022-jp even in the Japanese language environment.
23737         Suggested by Jason Rumney <jasonr@gnu.org>.
23738
23739 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23742         use the same characters as the dummy marks; make it free from
23743         getting affected by the language environment.
23744         (gnus-summary-read-group-1): Update mark positions only when the
23745         format spec is updated.
23746
23747         * gnus-spec.el (gnus-update-format-specifications): Return a list
23748         of updated types.
23749
23750 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23751
23752         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23753         of boundp to check if display-warning is available.
23754
23755 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23756
23757         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23758
23759 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23760
23761         * nnspool.el (nnspool-spool-directory): Use news-path if the
23762         news-directory variable is not bound.
23763
23764         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23765         function instead of display-warning if it is not available.
23766
23767 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23768
23769         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23770         v5-10: Use `point-at-bol'.
23771
23772 2004-10-26  Simon Josefsson  <jas@extundo.com>
23773
23774         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23775         <chenggao@gmail.com>.
23776
23777 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23778
23779         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23780         instead.
23781
23782 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23783
23784         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23785         to remove a server from the nnimap-server-buffer-alist.
23786         (nnimap-open-connection, nnimap-close-server): Use it.
23787
23788         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23789
23790 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23793         running the major-mode function.
23794
23795 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23798         dummy marks in the right way.
23799
23800 2004-10-18  David Edmondson  <dme@dme.org>
23801
23802         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23803         excessively.
23804
23805 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23806
23807         * gnus-util.el (gnus-split-references): Accept a nil references
23808         string and go on blissfully.
23809
23810         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23811         cases where the references string is non-nil but has no references.
23812
23813         * encrypt.el: Add autoload tags.
23814
23815         * spam.el (spam-resolve-registrations-routine): Remove article
23816         from unregistration list too.  Reported by David Hanak
23817         <dhanak@isis.vanderbilt.edu>
23818
23819 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23820
23821         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23822         nil.  Change custom type.
23823
23824 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23825
23826         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23827
23828         * gnus-sum.el (gnus-summary-move-article): Use it.
23829
23830 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23831
23832         * encrypt.el: Add autoload cookies.
23833
23834         * spam.el (spam-backend-article-list-property)
23835         (spam-backend-get-article-todo-list)
23836         (spam-backend-put-article-todo-list)
23837         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23838         Resolve registrations separately.
23839         (spam-register-routine): Format comments.
23840         (spam-unregister-routine, spam-register-routine): Always call with
23841         specific-articles, no default list.
23842         (spam-summary-prepare-exit): Use the spam-classifications function.
23843
23844         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23845         gnus-encrypt.el.
23846
23847         * encrypt.el: Copied from gnus-encrypt.el.
23848
23849         * gnus-encrypt.el: Commented that it's obsolete.
23850
23851 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23852
23853         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23854         (gnus-score-save): Use it.
23855
23856         * message.el (message-bury): Use `window-dedicated-p'.
23857
23858 2004-10-15  Simon Josefsson  <jas@extundo.com>
23859
23860         * pop3.el (top-level): Don't require nnheader.
23861         (pop3-read-timeout): Add.
23862         (pop3-accept-process-output): Add.
23863         (pop3-read-response, pop3-retr): Use it.
23864
23865 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23866
23867         * spam.el (spam-register-routine): Move comment.
23868         (spam-verify-bogofilter): Use 'unknown for the initial
23869         spam-bogofilter-valid state, not 'never.
23870
23871         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23872         for netrc-machine.
23873
23874         * nnimap.el (nnimap-open-connection):
23875         Use netrc-machine-user-or-password.
23876
23877 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23878
23879         * gnus-registry.el (gnus-registry-unload-hook):
23880         Set as a variable with add-hook.
23881
23882         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23883         of news-path.
23884
23885         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23886
23887         * spam.el: Delete duplicate `provide'.
23888         (spam-unload-hook): Set as a variable with add-hook.
23889
23890 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23891
23892         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23893         in the doc string.
23894
23895         * message.el (message-ignored-news-headers)
23896         (message-ignored-supersedes-headers)
23897         (message-ignored-resent-headers)
23898         (message-forward-ignored-headers): Improve custom type.
23899
23900 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23901
23902         * message.el (message-tokenize-header): Fix 2004-09-06 change
23903         which used point-min in the wrong place.
23904
23905 2004-10-12  Simon Josefsson  <jas@extundo.com>
23906
23907         * tls.el (tls-certtool-program): New variable.
23908         (tls-certificate-information): New function, based on
23909         ssl-certificate-information.
23910
23911 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * compface.el: Move the version of ELisp-based uncompface program
23914         to the contrib directory because of the copyright problem.
23915
23916 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23917
23918         * message.el (message-kill-buffer): Raise the current frame.
23919
23920 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23921
23922         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23923
23924         * gnus.el (message-y-or-n-p): Autoload.
23925
23926         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23927         (pop3-password-required, pop3-authentication-scheme)
23928         (pop3-leave-mail-on-server): Make customizable.
23929         (pop3): New custom group.
23930         (pop3-retr): Remove `sleep-for' statements.
23931         Suggested by Dave Love <fx@gnu.org>.
23932
23933         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23934         Windows/DOS.
23935
23936         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23937         (imap-parse-body): Fix incorrect use of `assert'.
23938         Suggested by Dave Love <fx@gnu.org>.
23939
23940         * mml.el (mml-minibuffer-read-disposition): Require match.
23941         Suggested by Dave Love <fx@gnu.org>.
23942
23943 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23944
23945         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23946         doc string.
23947
23948 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23949
23950         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23951
23952 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23953
23954         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23955         instead of calling `mm-insert-inline', to decode text/* parts
23956         before displaying them.
23957
23958 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23959
23960         * mm-uu.el (mm-uu-text-plain-type): New variable.
23961         (mm-uu-pgp-signed-extract-1): Use it.
23962         (mm-uu-pgp-encrypted-extract-1): Use it.
23963         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23964         bind mm-uu-text-plain-type with that value.
23965         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23966         mm-uu-dissect.
23967
23968 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * gnus-group.el (gnus-update-group-mark-positions):
23971         * gnus-sum.el (gnus-update-summary-mark-positions):
23972         * message.el (message-check-news-body-syntax):
23973         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23974         of string-as-multibyte.
23975
23976 2004-10-05  Juri Linkov  <juri@jurta.org>
23977
23978         * gnus-group.el (gnus-update-group-mark-positions):
23979         * gnus-sum.el (gnus-update-summary-mark-positions):
23980         * message.el (message-check-news-body-syntax):
23981         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23982         8-bit unibyte values to a multibyte string for search functions.
23983
23984 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23985
23986         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23987         (mm-uu-dissect-text-parts): New function.
23988
23989         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23990         dissect text parts.
23991
23992         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23993         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23994
23995         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23996
23997         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23998         Use gnus-current-topics instead of gnus-current-topic.
23999
24000 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24001
24002         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24003
24004 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24005
24006         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24007         where appropriate.
24008
24009         * nnml.el (nnml-generate-active-info): do.
24010
24011         * nndiary.el (nndiary-generate-active-info): do.
24012
24013         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24014         (gnus-topic-move): do.
24015
24016         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24017         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24018
24019         * gnus-srvr.el (gnus-server-prepare)
24020         (gnus-server-open-all-servers): do.
24021
24022         * gnus-msg.el (gnus-summary-cancel-article)
24023         (gnus-summary-resend-message)
24024         (gnus-summary-mail-crosspost-complaint): do.
24025
24026         * gnus-move.el (gnus-change-server): do.
24027
24028         * gnus-group.el (gnus-group-unmark-all-groups)
24029         (gnus-group-set-current-level): do.
24030
24031 2004-10-04  Simon Josefsson  <jas@extundo.com>
24032
24033         * message.el (message-generate-hashcash): Doc fix.
24034
24035 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24036
24037         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24038         avoid infinite recursion via gnus-get-function.
24039
24040 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24041
24042         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24043
24044         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24045
24046         * nnmail.el (nnmail-split-history): do.
24047
24048         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24049         (nnml-request-delete-group): do.
24050
24051         * nnslashdot.el (nnslashdot-read-groups): do.
24052
24053         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24054         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24055
24056         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24057         (nnspool-sift-nov-with-sed): Use last.
24058         (nnspool-retrieve-headers-with-nov): Use mapc.
24059         (nnspool-request-newgroups): Use dolist.
24060         (nnspool-request-group): Use last.
24061
24062         * nntp.el (nntp-read-server-type): Use dolist.
24063
24064         * nnvirtual.el (nnvirtual-create-mapping)
24065         (nnvirtual-update-read-and-marked): Use dolist.
24066         (nnvirtual-convert-headers): Simplify.
24067
24068 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24069
24070         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24071         Add support for sync'ing tick marks.
24072
24073 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24074
24075         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24076         there's no visible header.
24077
24078 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24079
24080         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24081         When necessary, pass full group name to gnus-request-set-marks.
24082
24083 2004-10-01  Simon Josefsson  <jas@extundo.com>
24084
24085         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24086         acroread.
24087
24088 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24089
24090         * spam-report.el (spam-report-gmane): Fix interactive.
24091
24092         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24093
24094         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24095         when writing file.
24096         (gnus-agent-synchronize-flags): Don't default to being
24097         interactive.
24098
24099 2004-09-30  Simon Josefsson  <jas@extundo.com>
24100
24101         * message.el (message-generate-hashcash): Add.
24102         (message-send-mail): Use it, call mail-add-payment.
24103
24104 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24105
24106         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24107
24108 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24109
24110         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24111         gnus-requst-update-info with explicit code to sync the in-memory
24112         info read flags with the marks being sync'd to the backend.
24113
24114         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24115
24116 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24117
24118         * spam.el (spam-verify-bogofilter): Add new function.
24119         (spam-check-bogofilter)
24120         (spam-bogofilter-register-with-bogofilter): Use it.
24121         (spam-verify-bogofilter): Add small fixes.
24122
24123 2004-09-28  Simon Josefsson  <jas@extundo.com>
24124
24125         * hashcash.el (hashcash-generate-payment): Revert.
24126
24127 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24128
24129         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24130         Use gnus-extract-references instead of gnus-split-references.
24131
24132         * gnus-util.el (gnus-extract-references): Add new function, analogous
24133         to gnus-split-references but extracts only the message-ID without
24134         anything extra.
24135
24136         * hashcash.el (hashcash-generate-payment)
24137         (hashcash-check-payment): Do the right thing if hashcash-path is
24138         nil (because the hashcash program could not be found).
24139
24140         * spam.el (spam-use-hashcash): Remove comment.
24141
24142 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24143
24144         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24145         (gnus-cache-enter-article, gnus-cache-remove-article)
24146         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24147
24148         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24149
24150         * gnus-art.el (article-hide-boring-headers)
24151         (article-translate-strings, article-display-face)
24152         (gnus-article-mime-match-handle-first)
24153         (gnus-article-highlight-headers)
24154         (gnus-article-add-buttons-to-head): do.
24155
24156 2004-09-27  Simon Josefsson  <jas@extundo.com>
24157
24158         * hashcash.el: New version, from
24159         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24160         ../contrib/.
24161
24162 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24165
24166 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24167
24168         * gnus-dup.el (gnus-dup-open): Use mapc.
24169         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24170
24171         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24172         Reported by Stefan Wiens <s.wi@gmx.net>.
24173
24174         * gnus.el (gnus-shutdown): Use dolist.
24175
24176         * gnus-undo.el (gnus-undo): Use mapc.
24177
24178         * nnrss.el (nnrss-generate-active): do.
24179
24180         * message.el (message-cite-original-without-signature)
24181         (message-cite-original): Use mapc.
24182         (message-do-actions, message-make-forward-subject): Use dolist.
24183
24184 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24185
24186         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24187         deletion to remove entire duplicate line.  Fixes merged article
24188         number bug.
24189
24190 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24191
24192         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24193         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24194         first ask if you want to open a server and then, even when you
24195         responded with no, asking if you want to synchronize the server's
24196         flags.
24197         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24198         multi-line expressions.
24199         (gnus-agent-synchronize-group-flags): New internal function.
24200         Updates marks in memory (in the info structure) AND in the
24201         backend.
24202
24203         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24204
24205         * nnagent.el (nnagent-request-set-mark):
24206         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24207         method, to ensure that synchronization updates marks in the
24208         backend and in the info (in memory) structure.
24209
24210 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24211
24212         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24213         convention fully; don't miss the root article of a thread; make
24214         the X-Draft-From header with correct article numbers.
24215
24216 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24217
24218         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24219         unless plugged.  Disable the agent so that an open failure causes
24220         an error.
24221
24222         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24223         Revert 2004-09-21 change.  The backend must be opened while
24224         synchronizing flags even when the backend stores the flags
24225         locally.
24226
24227 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24228
24229         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24230         in `header' match.  Reported by Svend Tollak Munkejord.
24231
24232         * message.el (message-cite-original): Fix use of
24233         `message-cite-articles-with-x-no-archive'.
24234
24235 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24236
24237         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24238         (gnus-window-to-buffer): Ditto.
24239
24240         * mml.el (mml-preview-buffer): New variable.
24241         (mml-preview): Manage window layout with gnus-buffer-configuration.
24242
24243         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24244         X-Draft-From header even if those articles aren't quoted.
24245
24246 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24247
24248         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24249         (gnus-request-set-mark, gnus-request-update-mark): Use new
24250         g-s-t-u-l-m to decide to use backend even when unplugged.
24251
24252 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24253
24254         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24255         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24256
24257 2004-09-20  Simon Josefsson  <jas@extundo.com>
24258
24259         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24260         "utf-16-le".
24261
24262 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24263
24264         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24265
24266 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24267
24268         * uudecode.el (uudecode-use-external): Add :version.
24269
24270         * smime.el (smime-CA-file, smime-encrypt-cipher)
24271         (smime-dns-server): Add :version.
24272
24273         * smiley.el (gnus-smiley-file-types): Add :version.
24274
24275         * sha1.el (sha1-use-external): Add :version.
24276
24277         * pgg-def.el (pgg-query-keyserver): Add :version.
24278
24279         * nnmail.el (nnmail-fancy-expiry-targets)
24280         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24281         Add :version.
24282
24283         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24284         (nnimap-retrieve-groups-asynchronous): Add :version.
24285         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24286
24287         * mml.el (mml-content-disposition-parameters)
24288         (mml-insert-mime-headers-always): Add :version.
24289
24290         * mm-util.el (mm-coding-system-priorities): Add :version.
24291
24292         * mm-decode.el (mm-inline-text-html-with-images)
24293         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24294         (mm-verify-option): Add :version.
24295         (mm-text-html-renderer): Change :version.
24296
24297         * message.el (message-fcc-externalize-attachments)
24298         (message-required-headers, message-draft-headers)
24299         (message-subject-trailing-was-query)
24300         (message-subject-trailing-was-ask-regexp)
24301         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24302         (message-mark-insert-end, message-archive-header)
24303         (message-archive-note, message-cross-post-default)
24304         (message-cross-post-note, message-followup-to-note)
24305         (message-cross-post-note-function, message-use-mail-followup-to)
24306         (message-subscribed-address-functions)
24307         (message-subscribed-address-file, message-subscribed-addresses)
24308         (message-subscribed-regexps, message-allow-no-recipients)
24309         (message-yank-cited-prefix, message-signature-insert-empty-line)
24310         (message-hidden-headers, message-hierarchical-addresses)
24311         (message-mail-user-agent, message-use-idna)
24312         (message-valid-fqdn-regexp)
24313         (message-strip-special-text-properties, message-header-synonyms)
24314         (message-beginning-of-line, message-tab-body-function): Add :version.
24315         (message-insert-canlock, message-wide-reply-confirm-recipients):
24316         Change :version.
24317
24318         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24319         and :version.
24320         (mail-source-delete-old-incoming-confirm)
24321         (mail-source-movemail-program): Add :version.
24322
24323         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24324         (gnus-agent-cache, gnus-agent): Change :version.
24325
24326         * gnus-util.el (gnus-use-byte-compile): Change :version.
24327
24328         * gnus-sum.el (gnus-summary-make-false-root-always)
24329         (gnus-summary-default-high-score)
24330         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24331         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24332         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24333         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24334         (gnus-sum-thread-tree-single-indent)
24335         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24336         (gnus-sum-thread-tree-leaf-with-other)
24337         (gnus-sum-thread-tree-single-leaf): Add :version.
24338         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24339         (gnus-article-loose-mime): Change :version.
24340
24341         * gnus-start.el (gnus-backup-startup-file)
24342         (gnus-save-startup-file-via-temp-buffer): Add :version.
24343
24344         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24345         (gnus-server-offline-face): Add :version.
24346
24347         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24348
24349         * gnus-msg.el (gnus-gcc-externalize-attachments)
24350         (gnus-debug-files, gnus-debug-exclude-variables)
24351         (gnus-discouraged-post-methods): Change :version.
24352         (gnus-confirm-mail-reply-to-news)
24353         (gnus-confirm-treat-mail-like-news): Add :version.
24354
24355         * gnus-int.el (gnus-server-unopen-status): Add :version.
24356
24357         * gnus-group.el (gnus-group-jump-to-group-prompt)
24358         (gnus-large-ephemeral-newsgroup)
24359         (gnus-fetch-old-ephemeral-headers): Add :version.
24360
24361         * gnus-fun.el (gnus-x-face-directory)
24362         (gnus-convert-pbm-to-x-face-command)
24363         (gnus-convert-image-to-x-face-command)
24364         (gnus-convert-image-to-face-command): Add :version.
24365
24366         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24367
24368         * gnus-cite.el (gnus-cite-blank-line-after-header)
24369         (gnus-article-boring-faces): Add :version.
24370
24371         * gnus-art.el (gnus-buttonized-mime-types)
24372         (gnus-inhibit-mime-unbuttonizing)
24373         (gnus-treat-display-face)
24374         (gnus-treat-body-boundary): Change :version.
24375         (gnus-body-boundary-delimiter, gnus-picon-databases)
24376         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24377         (gnus-treat-date-english, gnus-treat-fold-headers)
24378         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24379         (gnus-treat-mail-picon, gnus-treat-wash-html)
24380         (gnus-article-encrypt-protocol)
24381         (gnus-use-idna, gnus-article-over-scroll)
24382         (gnus-mime-display-multipart-alternative-as-mixed)
24383         (gnus-mime-display-multipart-related-as-mixed)
24384         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24385         (gnus-ctan-url, gnus-button-ctan-handler)
24386         (gnus-button-handle-ctan-bogus-regexp)
24387         (gnus-button-ctan-directory-regexp)
24388         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24389         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24390         (gnus-button-man-level, gnus-button-emacs-level)
24391         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24392
24393         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24394         (gnus-agent-go-online): Change :version.
24395         (gnus-agent-expire-unagentized-dirs)
24396         (gnus-agent-auto-agentize-methods): Add :version.
24397
24398         * flow-fill.el (fill-flowed-display-column)
24399         (fill-flowed-encode-column): Add :version.
24400
24401         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24402         (gnus-outlook-deuglify-unwrap-max)
24403         (gnus-outlook-deuglify-cite-marks)
24404         (gnus-outlook-deuglify-unwrap-stop-chars)
24405         (gnus-outlook-deuglify-no-wrap-chars)
24406         (gnus-outlook-deuglify-attrib-cut-regexp)
24407         (gnus-outlook-deuglify-attrib-verb-regexp)
24408         (gnus-outlook-deuglify-attrib-end-regexp)
24409         (gnus-outlook-display-hook): Add :version.
24410
24411         * binhex.el (binhex-use-external): Add :version.
24412
24413 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24414
24415         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24416         and `invisible'.
24417
24418 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24419
24420         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24421         in gnus-registry-trim.
24422
24423 2004-09-13  Simon Josefsson  <jas@extundo.com>
24424
24425         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24426
24427         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24428
24429         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24430         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24431         <yamaoka@jpl.org>.
24432         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24433         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24434         <yamaoka@jpl.org>.
24435
24436         * sieve.el (sieve-manage-mode): Ditto.
24437
24438 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24439
24440         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24441
24442 2004-09-11  Simon Josefsson  <jas@extundo.com>
24443
24444         * dns-mode.el: Add.
24445
24446         * mm-view.el (mm-display-dns-inline): Add.
24447
24448         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24449         (mm-automatic-display): Ditto.
24450
24451         * mailcap.el (mailcap-mime-data): Add text/dns.
24452         (mailcap-mime-extensions): Map .soa to text/dns.
24453
24454 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24455
24456         * gnus-art.el (article-decode-mime-words, article-babel)
24457         (gnus-article-highlight-signature, gnus-article-add-buttons)
24458         (gnus-signature-toggle): Remove unnecessary bindings of
24459         `inhibit-read-only' inherited from v5.10 merge.
24460
24461 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24462
24463         * nntp.el (nntp): New customization group.
24464         (nntp-authinfo-file): Add customization group.
24465
24466         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24467
24468         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24469
24470         * gnus.el (to-address, to-list, subscribed)
24471         (large-newsgroup-initial): Ditto.
24472
24473         * flow-fill.el (fill-flowed-display-column)
24474         (fill-flowed-encode-column): Ditto.
24475
24476 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24477
24478         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24479         Use point-min rather than 1.
24480         (message-send-mail): Use buffer-size rather than point-max.
24481
24482         * gnus-sum.el (gnus-summary-search-article-forward):
24483         Signal a specific `search-failed' rather than a generic `error'.
24484
24485         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24486         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24487         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24488
24489 2004-09-10  Simon Josefsson  <jas@extundo.com>
24490
24491         * nndb.el (require): Remove tcp and duplicate cl.
24492
24493 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24494
24495         * gnus-agent.el (directory-files-and-attributes): Move forward.
24496
24497 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24498
24499         * gnus-agent.el (directory-files-and-attributes):
24500         Optionally defined to support XEmacs.
24501
24502 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24503
24504         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24505         to avoid run-time CL dependencies.
24506         (gnus-agent-unfetch-articles): New function.
24507         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24508         article numbers even when local .overview file is missing.
24509         (gnus-agent-read-article-number): New function.  Only accepts
24510         27-bit article numbers.
24511         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24512         Use gnus-agent-read-article-number.
24513         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24514         from backend while recognizing that article numbers in .overview
24515         must be valid.
24516         (gnus-agent-update-files-total-fetched-for):
24517         Use directory-files-and-attributes to improve performance.
24518         * gnus-int.el (gnus-request-move-article):
24519         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24520         improve performance.
24521
24522         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24523         some users confused by references to .newsrc when they only have a
24524         .newsrc.eld file.
24525         (gnus-convert-mark-converter-prompt)
24526         (gnus-convert-converter-needs-prompt): Fix use of property list.
24527         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24528         New function.  Used internally to only display 'gnus converting
24529         files' message when actually necessary.
24530
24531         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24532         methods now autoloaded.
24533
24534 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24535
24536         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24537         identifiers.
24538
24539 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24540
24541         * gnus-picon.el: Fix indentation and closing parenthesis.
24542
24543 2004-09-01  Simon Josefsson  <jas@extundo.com>
24544
24545         * message.el (message-canlock-generate): Require sha1, not
24546         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24547         to require within a function.  Sadly, if sha1.el isn't loaded, the
24548         let binding in m-c-g will hide the defcustom definition, which is
24549         bad.)
24550
24551         * canlock.el: Require sha1, not sha1-el.
24552
24553         * message.el: Don't autoload sha1 (there is a autoload cookie in
24554         sha1.el).
24555
24556         * sha1-el.el: Rename to sha1.el.
24557
24558 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24559
24560         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24561
24562 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24563
24564         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24565
24566 2004-08-30  Kim F. Storm  <storm@cua.dk>
24567
24568         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24569
24570         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24571         Add :group 'nnimap.
24572
24573 2004-08-30  Andreas Schwab  <schwab@suse.de>
24574
24575         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24576         ?* and ?\;.
24577
24578         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24579         and ?\' to symbol instead of whitespace.
24580
24581 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24582
24583         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24584
24585         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24586         instead of re-search-forward.
24587
24588         * gnus-uu.el (gnus-uu-save-article): Ditto.
24589         (gnus-uu-post-encode-uuencode): Ditto.
24590
24591         * html2text.el (html2text-clean-list-items): Ditto.
24592         (html2text-clean-dtdd): Ditto.
24593         (html2text-format-tags): Ditto.
24594
24595         * message.el (message-send-mail-with-sendmail): Fix regexp.
24596         (message-fill-field-general): Use search-forward instead of
24597         re-search-forward.
24598         (unbold-region): Ditto.
24599
24600         * nnrss.el (nnrss-request-article): Ditto.
24601
24602         * nnslashdot.el (nnslashdot-request-article): Ditto.
24603
24604         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24605
24606         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24607         "Unrecognized menu descriptor" error in XEmacs.
24608
24609 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24610
24611         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24612         parent article of a sparse article in the thread hashtb.
24613
24614 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24615
24616         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24617         (nnmail-expand-newtext): Lowercase expanded entries if
24618         nnmail-split-lowercase-expanded is non-nil.
24619
24620 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24623
24624         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24625         of gnus-tmp-news-method into string under XEmacs.  It will be
24626         passed to gnus-correct-length which takes only a string argument.
24627
24628 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24629
24630         * gnus-util.el (gnus-bind-print-variables): New macro.
24631         (gnus-prin1): Use it.
24632         (gnus-prin1-to-string): Use it.
24633         (gnus-pp): New function.
24634         (gnus-pp-to-string): New function.
24635
24636         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24637         Replace pp-to-string with gnus-pp-to-string.
24638         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24639         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24640         * gnus-msg.el (gnus-debug): Ditto.
24641         * gnus-score.el (gnus-score-save): Ditto.
24642         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24643         gnus-pp-to-string.
24644         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24645         with gnus-pp.
24646         * score-mode.el (gnus-score-pretty-print): Ditto.
24647         * webmail.el (webmail-debug): Ditto.
24648
24649 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24650
24651         * gnus-art.el (article-display-face, article-display-x-face):
24652         Use buffer-read-only.
24653
24654 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24655
24656         * gnus-art.el (article-hide-list-identifiers):
24657         Bind inhibit-read-only as t.
24658
24659 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24660
24661         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24662
24663 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24664
24665         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24666         (gnus-narrow-to-page): Don't assume point-min == 1.
24667         (gnus-article-edit-mode): Derive from message-mode.
24668
24669         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24670         point-min == 1.
24671
24672         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24673         Disable incorrect use of `assert'.
24674
24675         * message.el (message-mode): Set comment-start-skip.
24676
24677
24678 2004-08-22  Sam Steingold  <sds@gnu.org>
24679
24680         * pop3.el (pop3-leave-mail-on-server): New user variable.
24681         (pop3-movemail): Delete mail only when it is nil.
24682
24683 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24684
24685         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24686
24687         * mml.el (mml-preview): Use `pop-to-buffer'.
24688
24689         * message.el (message-goto-mail-followup-to): Insert after "To".
24690         (message-carefully-insert-headers): Add comment.
24691
24692         * gnus.el: Remove unused variable `gnus-article-check-size'.
24693
24694         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24695
24696         * gnus-art.el (gnus-button-alist):
24697         Improve `gnus-button-handle-library' entry.
24698
24699 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24700
24701         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24702         Use downcase, since XEmacs capitalizes error messages differently.
24703
24704 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24705
24706         * nntp.el: Add (require 'gnus) due to reference to
24707         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24708
24709 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24710
24711         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24712         Bind `mm-fill-flowed'.
24713
24714         * mm-decode.el (mm-dissect-singlepart): Check it.
24715
24716 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24717
24718         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24719         'imap' for netrc parsing.
24720
24721 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24722
24723         * mailcap.el (mailcap-mime-data): Mark as risky.
24724
24725 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24726
24727         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24728         may be included in the encoded word.
24729         (rfc2047-encode): Don't append a space if the encoded word
24730         includes close parenthesis.
24731
24732 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24733
24734         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24735         of text within parentheses.
24736
24737 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24738
24739         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24740         (gnus-encrypt-write-file-contents): Make the password key the file
24741         name PLUS the cipher, not just the cipher.  Also remove failed
24742         passwords from the cache.
24743
24744 2004-08-06  Simon Josefsson  <jas@extundo.com>
24745
24746         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24747         Doc fix.
24748
24749 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24750
24751         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24752         LWSP.
24753
24754 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24755
24756         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24757         Try to append in-reply-to: data to the references: header.
24758
24759         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24760         (netrc-parse): Use gnus-encrypt.el functions.
24761
24762         * gnus-encrypt.el: Add new file for encryption support; currently
24763         does only a few GPG ciphers and an internal XOR cipher.
24764
24765         * password.el: Add comments on using password-read-and-add.
24766         (password-read-and-add): Add function to read and add the
24767         password to the cache at once.
24768
24769 2004-07-28  Simon Josefsson  <jas@extundo.com>
24770
24771         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24772         parameter (but don't use it, for now).
24773
24774         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24775         instead of hard coding to nil.
24776
24777 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24778
24779         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24780         as mm-inline-image-xemacs does.
24781
24782 2004-07-26  Simon Josefsson  <jas@extundo.com>
24783
24784         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24785         Revert part of 2004-07-17 change below.
24786
24787 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24788
24789         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24790         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24791
24792 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24793
24794         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24795         quotes that actually start with ">" at the beginning of the
24796         lines.
24797
24798 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24799
24800         * rfc2047.el (rfc2047-encode-region): Fix last change.
24801         (rfc2047-encode-parameter): Remove useless concat.
24802
24803 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24806         encode special characters; fix some kind of misconfigured headers;
24807         signal a real error if debug-on-quit or debug-on-error is non-nil.
24808         (rfc2047-encode-max-chars): New variable.
24809         (rfc2047-encode-1): Use it.
24810         (rfc2047-encode-parameter): New function.
24811
24812         * mml.el (mml-insert-parameter): Remove an excessive space.
24813
24814 2004-07-17  Simon Josefsson  <jas@extundo.com>
24815
24816         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24817         Kai Grossjohann <kai@emptydomain.de>.
24818         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24819         (gnus-group-make-menu-bar): Ditto.
24820
24821         * gnus-util.el (gnus-group-server): Add.
24822
24823 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24824
24825         * message.el (message-clone-locals): Clone sendmail and smtp
24826         variables.
24827
24828 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * rfc2047.el (rfc2047-encode-region): Fix last change.
24831
24832 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24833
24834         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24835         characters as non-special.
24836
24837 2004-07-09  Simon Josefsson  <jas@extundo.com>
24838
24839         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24840         Users will lose all flag changes made while unplugged with
24841         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24842         good default.  See numerous reports on ding mailing list.
24843
24844 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24845
24846         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24847         add generate-head-function and generate-article-function to the
24848         rfc822-forward entry.
24849         (nndoc-rfc822-forward-generate-article): New function.
24850         (nndoc-rfc822-forward-generate-head): New function.
24851
24852         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24853
24854 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24855
24856         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24857         respect display group parameter and gnus-summary-expunge-below.
24858         (gnus-articles-to-read): Remove unused reference to display group
24859         parameter.
24860
24861 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24862
24863         * nnheader.el (nnheader-uniquify-message-id): New experimental
24864         variable.
24865         (nnheader-nov-read-message-id): Use it.
24866
24867         * spam-report.el (spam-report-gmane): Add interactive.
24868
24869 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24870
24871         * mm-encode.el (mm-content-transfer-encoding-defaults):
24872         Use qp-or-base64 for the application/* types.
24873
24874 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24875
24876         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24877
24878 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24879
24880         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24881         trim value.
24882
24883 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24884
24885         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24886         New macro and function.
24887         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24888
24889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24890
24891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24892         after-load-alist.
24893
24894 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24895
24896         * gnus-group.el (gnus-group-get-new-news-this-group):
24897         Don't update info that isn't there.
24898
24899 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24900
24901         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24902         entry.
24903
24904 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24905
24906         * mm-view.el (mm-inline-render-with-function): Use multibyte
24907         buffer; decode html source by charset.
24908
24909         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24910
24911         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24912         Mule-UCS is loaded under XEmacs.
24913         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24914
24915 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24916
24917         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24918
24919 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * mm-util.el (mm-coding-system-p): Return a coding-system.
24922         (mm-mime-mule-charset-alist): Use shift_jis instead of
24923         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24924         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24925         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24926         instead of japanese-shift-jis and iso-latin-1 respectively in
24927         order to share the default value with both Emacs and XEmacs-mule.
24928         (mm-mule-charset-to-mime-charset):
24929         Make mm-coding-system-priorities effective.
24930         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24931         while predicating of candidates upon the priorities.
24932
24933 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24934
24935         * gnus-sum.el (gnus-summary-make-menu-bar):
24936         Add gnus-uu-invert-processable.
24937
24938         * gnus.el: Autoload gnus-uu-invert-processable.
24939
24940 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * mm-util.el (mm-with-multibyte-buffer): New macro.
24943
24944         * rfc2047.el (rfc2047-encode-string): Use it.
24945         (rfc2047-encode-region): Move point to the end of the region after
24946         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24947
24948 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24949
24950         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24951         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24952
24953 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24954
24955         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24956         (gnus-cite-parse): Ignore quoted envelope From_.
24957         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24958
24959 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24960
24961         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24962         invalid addresses.
24963
24964 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24965
24966         * spam.el: Change section markers, revise TODO list.
24967         (spam-backends): Make new master list of all installed backends.
24968         (spam-summary-exit-behavior): Add new variable to determine how
24969         messages moves are done at summary exit.
24970         (spam-move-spam-nonspam-groups-only)
24971         (spam-process-ham-in-nonham-groups)
24972         (spam-process-ham-in-spam-groups): Remove variables, the
24973         spam-summary-exit-behavior variable should be used to manage this
24974         behavior.
24975         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24976         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24977         and spam-old-spam-articles.
24978         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24979         Add empty variables, placeholders for the backends they represent.
24980         (spam-set-difference): Move, unchanged.
24981         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24982         unless the user has a processor variable.
24983         (spam-classifications, spam-classification-valid-p)
24984         (spam-backend-properties, spam-backend-property-valid-p)
24985         (spam-backend-function-type-valid-p)
24986         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24987         (spam-report-articles-gmane, spam-report-articles-resend):
24988         Remove functions, they are not needed.
24989         (spam-install-backend-super, spam-backend-list)
24990         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24991         (spam-backend-function, spam-backend-ham-registration-function)
24992         (spam-backend-spam-registration-function)
24993         (spam-backend-ham-unregistration-function)
24994         (spam-backend-spam-unregistration-function)
24995         (spam-backend-statistical-p, spam-backend-mover-p)
24996         (spam-install-backend-alias, spam-install-checkonly-backend)
24997         (spam-install-mover-backend, spam-install-nocheck-backend)
24998         (spam-install-backend, spam-install-statistical-backend)
24999         (spam-install-statistical-checkonly-backend): Add backend installation
25000         support.
25001         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25002         (spam-group-processor-p): Use the new backend code and respect the
25003         summary exit behavior.
25004         (spam-mark-spam-as-expired-and-move-routine): Remove.
25005         (spam-summary-prepare): Change to use the new spam-old-articles
25006         variable.
25007         (spam-copy-or-move-routine, spam-copy-spam-routine)
25008         (spam-move-spam-routine, spam-copy-ham-routine)
25009         (spam-move-ham-routine): Add code to copy/move ham or spam.
25010         (spam-fetch-field-fast): Improve doc and code, plus allow the
25011         'number request.
25012         (spam-list-of-checks, spam-list-of-statistical-checks):
25013         Remove variables.
25014         (spam-split, spam-find-spam): Use the new backend code.
25015         (spam-registration-functions): Remove variable.
25016         (spam-unregister-routine): Add convenience wrapper.
25017         (spam-log-undo-registration, spam-register-routine)
25018         (spam-log-processing-to-registry)
25019         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25020         where possible.
25021         (spam-check-gmane-xref, spam-check-regex-headers)
25022         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25023         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25024         (spam-check-bogofilter-headers, spam-check-spamoracle)
25025         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25026         (spam-check-crm114-headers): Use the spam-split-group that
25027         spam-split prepares, no need to determine it every time.
25028
25029         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25030         to the nnheader-parse-naked-head call.
25031
25032         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25033
25034         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25035         the nnheader-nov-read-message-id call.
25036
25037 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25040         gnus-activate-group twice.  Suggested by Markus Peter
25041         <warp@spin.de>.
25042
25043 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25044
25045         * gnus-art.el (gnus-article-time-format): Exchange the order of
25046         day and month in the default value; fix customization type.
25047         (article-date-ut): Use add-text-properties.
25048         (article-make-date-line): Use message-make-date instead of
25049         current-time-string.
25050
25051         * message.el (message-fetch-field): Don't use set-text-properties.
25052         (message-make-date): Simplify.
25053
25054         * messagexmas.el (message-xmas-make-date): New function.
25055         (message-xmas-redefine): Defalias message-make-date to it.
25056
25057 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25060         (rfc2047-encode-region): Treat text within parentheses as special;
25061         show the original text when error has occurred.
25062
25063         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25064         already-computed method to gnus-activate-group.
25065
25066         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25067         same select-methods identical Lisp objects.
25068
25069         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25070         object when modifying the info.
25071
25072 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25073
25074         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25075         gnus-opened-servers since it has never been opened with the new
25076         configuration yet.
25077
25078 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25079
25080         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25081         arg to nnheader-generate-fake-message-id.
25082
25083 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25084
25085         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25086         number and build a fake message ID localized to a group and
25087         article number (so it's repeatable from that point on).
25088         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25089         ID format.
25090
25091         * gnus-sum.el (gnus-get-newsgroup-headers):
25092         Call nnheader-generate-fake-message-id with the article number.
25093
25094 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25095
25096         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25097         end-of-buffer.
25098
25099 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25100
25101         * message.el (message-ignored-supersedes-headers): Add Approved.
25102
25103 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25104
25105         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25106         goto-char.
25107         (rfc2047-encode): Fold the line before encoding.
25108
25109 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25110
25111         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25112         folding -- not all headers can be folded, and this should be done
25113         by the message composition mode.  Probably.  I think.
25114
25115 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25116
25117         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25118         fast.
25119
25120         * gnus-ems.el (gnus-remove-image): Don't use
25121         message-text-with-property; remove only the image found first.
25122
25123         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25124         found first.
25125
25126 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25127
25128         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25129
25130 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25131
25132         * message.el (message-text-with-property): Make it fast and accept
25133         optional arguments.
25134         (message-strip-forbidden-properties): Use it.
25135         (message-fix-before-sending): Follow the m-t-w-p change.
25136
25137         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25138
25139 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * gnus-art.el (article-hide-headers): Don't change the buffer
25142         mistakenly when performing mml-preview even if
25143         gnus-single-article-buffer is nil.
25144
25145 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25146
25147         * message.el (message-expand-name-databases): New user option.
25148         (message-expand-name): Use it.
25149
25150 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25151
25152         * spam.el (spam-report-articles-resend)
25153         (spam-report-resend-register-routine): Allow ham reporting.
25154         (spam-report-resend-register-ham-routine): Add wrapper.
25155         (spam-registration-functions): Add ham resending functions.
25156         (spam-list-of-processors): Add ham resend processor.
25157
25158         * gnus.el (ham-resend-to): Add new group parameter.
25159         (spam-process): Add ham resend option.
25160
25161         * spam-report.el (spam-report-resend): Allow reporting ham.
25162         (spam-report-resend-ham): Add wrapper.
25163
25164 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25165
25166         * message.el (message-cite-articles-with-x-no-archive):
25167         New variable.
25168         (message-cite-original): Use it.
25169
25170 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25171
25172         * message.el (message-cite-original): Respect X-No-Archive.
25173
25174 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25175
25176         * gnus-art.el (article-hide-headers): Refer to the values for
25177         gnus-ignored-headers and gnus-visible-headers in the summary
25178         buffer since a user may have set them as group parameters.
25179
25180 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25181
25182         * assistant.el (assistant-node-name): Add convenience function.
25183         (assistant-render-text, assistant-render-node): Add error handling,
25184         plus handle multiple next nodes.
25185         (assistant-find-next-node): Comment out for now.
25186         (assistant-find-next-nodes): Add function, returns list of next
25187         nodes.
25188
25189 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25190
25191         * mail-source.el (mail-source-directory): Fix doc-string.
25192
25193 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25194
25195         * assistant.el (assistant-render-text, assistant-eval): Add :set
25196         widget type, which is different because it takes and returns a
25197         list.  Much hilarity ensues.
25198
25199 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25200
25201         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25202
25203         * gnus-group.el (gnus-group-get-new-news-this-group):
25204         Add doc-string.
25205
25206         * gnus-start.el (gnus-activate-group): Add doc-string.
25207
25208 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25209
25210         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25211
25212 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25213
25214         * assistant.el (assistant-render-text): Try to add a :set
25215         widget, more to come.
25216
25217         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25218         strings.
25219         (spam-report-articles-resend)
25220         (spam-register-routine): Do registration iff any articles warrant
25221         it.
25222         (spam-summary-prepare-exit): Change log message for nil group
25223         destinations.
25224
25225 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25226
25227         * spam.el (spam-report-resend-register-routine):
25228         Allow spam-report-resend-to to be a group parameter or a global value.
25229
25230 2004-05-26  Simon Josefsson  <jas@extundo.com>
25231
25232         * starttls.el: Merge with my GNUTLS based starttls.el.
25233         (starttls-gnutls-program, starttls-use-gnutls)
25234         (starttls-extra-arguments, starttls-process-connection-type)
25235         (starttls-connect, starttls-failure, starttls-success):
25236         New variables.
25237         (starttls-program, starttls-extra-args): Doc fix.
25238         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25239         New functions.
25240         (starttls-negotiate, starttls-open-stream):
25241         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25242         function if it is set.
25243
25244 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25245
25246         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25247         structured fields.
25248
25249 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25250
25251         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25252
25253 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25254
25255         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25256         Add variable.
25257         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25258         assigning the spam-mark to new messages.
25259
25260 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25261
25262         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25263
25264 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25265
25266         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25267
25268         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25269         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25270         default.
25271
25272 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25273
25274         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25275         correct data.
25276
25277 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25278
25279         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25280         (spam-group-processor-p): Fix function.
25281         (spam-group-processor-multiple-p)
25282         (spam-group-spam-processor-report-gmane-p)
25283         (spam-group-spam-processor-report-resend-p)
25284         (spam-group-spam-processor-bogofilter-p)
25285         (spam-group-spam-processor-blacklist-p)
25286         (spam-group-spam-processor-ifile-p)
25287         (spam-group-ham-processor-ifile-p)
25288         (spam-group-spam-processor-spamoracle-p)
25289         (spam-group-spam-processor-crm114-p)
25290         (spam-group-ham-processor-bogofilter-p)
25291         (spam-group-spam-processor-stat-p)
25292         (spam-group-ham-processor-stat-p)
25293         (spam-group-ham-processor-whitelist-p)
25294         (spam-group-ham-processor-BBDB-p)
25295         (spam-group-ham-processor-spamoracle-p)
25296         (spam-group-ham-processor-copy-p): Remove functions with some
25297         prejudice against unneeded code.
25298         (spam-report-articles-resend)
25299         (spam-report-resend-register-routine): Allow the group/topic
25300         spam-resend-to value to override spam-report-resend-to.
25301         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25302         properly now.
25303
25304         * gnus.el (spam-resend-to): Add group/topic parameter.
25305         (spam-process): Move the OBSOLETE processors to the end of the
25306         choices.
25307
25308 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25309
25310         * spam-report.el (spam-report-resend-to, spam-report-resend):
25311         Start with resend-to set to nil, and then ask the user if necessary.
25312         (spam-report-resend): spam-report-resend takes a list of articles, not
25313         separate article numbers.
25314
25315 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25316
25317         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25318         addition to emacs-w3m.
25319
25320 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25321
25322         * assistant.el (assistant-authinfo-data): New function.
25323         (assistant-eval): Eval for entire assistant.
25324
25325         * netrc.el (netrc-services-file): New variable.
25326         (netrc-parse-services): New function.
25327         (netrc-find-service-name): New function.
25328         (netrc-find-service-number): New function.
25329         (netrc-port-equal): New function.
25330         (netrc-machine): Use it.
25331
25332         * nnimap.el (nnimap-open-connection): Use netrc.
25333
25334         * gnus-util.el (gnus-netrc-get): Remove aliases.
25335
25336         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25337
25338         * assistant.el (wid-edit): Fix compilation.
25339
25340         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25341
25342 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25343
25344         * gnus-util.el (gnus-set-file-modes): New function.  (small
25345         patch).
25346
25347 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25348
25349         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25350
25351         * assistant.el (assistant-render-node): Fix up rendering and
25352         read-only text.
25353         (assistant-render-node): Reset.
25354         (assistant-make-read-only): Not sticky.
25355
25356 2004-05-20  Danny Siu  <dsiu@adobe.com>
25357
25358         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25359         centered even when gnus-auto-center-summary is t.
25360
25361 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25362
25363         * dns.el (dns-get-txt-answer): New function.
25364         (dns-read-txt): Ditto.
25365         (query-dns): Use it.
25366
25367 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25368
25369         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25370         active for foreign groups even if the group level is higher than
25371         the specified value.
25372
25373 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25374
25375         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25376         non-active groups.
25377
25378         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25379
25380 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25381
25382         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25383
25384 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25385
25386         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25387         (spam-crm114-header, spam-crm114-spam-switch)
25388         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25389         (spam-crm114-positive-spam-header)
25390         (spam-crm114-database-directory, spam-list-of-processors)
25391         (spam-group-spam-processor-crm114-p)
25392         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25393         (spam-generic-score, spam-list-of-checks)
25394         (spam-list-of-statistical-checks, spam-registration-functions)
25395         (spam-check-crm114-headers, spam-crm114-score)
25396         (spam-check-crm114, spam-crm114-register-with-crm114)
25397         (spam-crm114-register-spam-routine)
25398         (spam-crm114-unregister-spam-routine)
25399         (spam-crm114-register-ham-routine)
25400         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25401
25402 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25403
25404         * gnus.el: Add spam-use-crm114.
25405
25406         * spam.el (spam-list-of-processors, spam-registration-functions):
25407         Add spam-use-resend.
25408         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25409         (spam-report-articles-gmane): Add doc fix.
25410         (spam-report-articles-resend, spam-report-resend-register-routine):
25411         Add wrappers around spam-report-resend-to.
25412
25413         * spam-report.el (spam-report-resend-to, spam-report-resend):
25414         Add support for resending spam.
25415         (spam-report-gmane): Fix line length >80.
25416
25417         * gnus.el (spam-process): Add spam-use-resend.
25418
25419 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25420
25421         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25422         number of processed spam messages.
25423         (spam-ham-copy-or-move-routine): Return the number of processed
25424         ham messages.
25425         (spam-summary-prepare-exit): Use the above values to decide
25426         whether status messages shouled be displayed.
25427
25428 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25429
25430         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25431         `rfc2047-encoding-function-alist' in order to avoid conflicting
25432         with the old version.
25433         (rfc2047-encode-region): Concatenate words containing non-ASCII
25434         characters in structured fields; don't encode space-delimited
25435         ASCII words even in unstructured fields; don't break words at
25436         char-category boundaries.
25437         (rfc2047-encode-1): New function.
25438         (rfc2047-encode): Use it; encode text so that it occupies the
25439         maximum width within 76-column; work correctly on Q encoding for
25440         iso-2022-* charsets.
25441         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25442         sure not to break a line just after the header name.
25443         (rfc2047-b-encode-region): Remove.
25444         (rfc2047-b-encode-string): New function.
25445         (rfc2047-q-encode-region): Remove.
25446         (rfc2047-q-encode-string): New function.
25447
25448         * mm-util.el (mm-replace-in-string): New function.
25449
25450 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25451
25452         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25453         Really get it right.
25454         (gnus-inews-make-draft): Really.
25455
25456 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25457
25458         * nnmh.el (nnmh-request-list-1): Don't check the link count
25459         before descending.  (small patch)
25460
25461 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25462
25463         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25464         stuff.
25465
25466         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25467         Match on real group name.
25468
25469         * gnus-art.el (gnus-signature-limit): Doc fix.
25470
25471         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25472
25473         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25474
25475 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25476
25477         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25478         isn't a string.
25479
25480 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25481
25482         * gnus-draft.el (gnus-draft-send):
25483         Bind rfc2047-encode-encoded-words.
25484
25485         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25486         (rfc2047-encodable-p): Say that =? needs encoding.
25487         (rfc2047-encode-encoded-words): New variable.
25488
25489         * gnus-group.el (gnus-group-select-group): Doc fix.
25490
25491         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25492
25493         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25494         to nil.
25495
25496         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25497
25498         * nnheader.el (nnheader-get-lines-and-char): New function.
25499
25500 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25501
25502         * gnus-msg.el (gnus-summary-followup-with-original):
25503         Document yanking of region when active.
25504
25505 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25506
25507         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25508         groups if the group level is higher than the specified value.
25509
25510 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25511
25512         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25513         (gnus-group-jump-to-group): Add prefix argument using
25514         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25515         non-active group.
25516
25517         * compface.el (uncompface): Be verbose when changing
25518         `uncompface-use-external'.
25519
25520         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25521         handle manual section.
25522
25523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25524
25525         * gnus-art.el (gnus-button-alist): Revert previous change.
25526
25527 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25528
25529         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25530
25531 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25532
25533         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25534         whether backend can accept message.
25535
25536         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25537
25538 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25539
25540         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25541         Avoid creating directory when nntp-marks-is-evil is true.
25542         Reported by Reiner Steib.
25543
25544 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25545
25546         * gnus-picon.el (gnus-picon-insert-glyph):
25547         Add optional `nostring' argument.
25548
25549 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25550
25551         * gnus-picon.el (gnus-picon-style): New variable.
25552         (gnus-picon-transform-address): Support `gnus-picon-style'.
25553
25554 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25555
25556         * message.el (message-fill-field): Return point.
25557         (message-generate-headers): Go to end of field.
25558
25559         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25560         stuff for non-living groups.
25561
25562 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25563
25564         * gnus-art.el (gnus-article-followup-with-original)
25565         (gnus-article-reply-with-original): gnus-mark-active-p ->
25566         gnus-region-active-p.
25567
25568 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25569
25570         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25571         only when there is spam or ham to be processed.
25572
25573 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25574
25575         * mail-source.el (mail-source-delete-crash-box): Refactor.
25576         (mail-source-fetch): Use it.
25577         (mail-source-fetch-file): Ditto.
25578         (mail-source-fetch-directory): Run postscript in loop.
25579         (mail-source-fetch-pop): Delete.
25580         (mail-source-fetch-maildir): Ditto.
25581         (mail-source-fetch-imap): Ditto.
25582
25583         * imap.el (imap-authenticators): Comment out sasl.
25584
25585         * message.el (message-skip-to-next-address): New function.
25586         (message-fill-header-address): Refactor.
25587         (message-fill-address): Use it.
25588         (message-delete-address): Use it.
25589         (message-fill-header-general): Refactor.
25590         (message-fill-field-address): Rename.
25591         (message-narrow-to-field): Find the start of the header.
25592         (message-header-format-alist): Don't pre-fill.
25593         (message-fill-header): Remove.
25594         (message-insert-header): New function.
25595         (message-shorten-references): Use it.
25596
25597         * rfc2047.el (rfc2047-field-value): Strip props.
25598
25599         * mail-parse.el (mail-header-make-address): New alias.
25600
25601         * ietf-drums.el (ietf-drums-make-address): New function.
25602
25603         * imap.el: Add compiler directives.
25604
25605         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25606
25607         * gnus-art.el (article-decode-idna-rhs): Don't use
25608         message-idna-inside-rhs-p.
25609
25610 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25611
25612         * message.el (message-idna-inside-rhs-p): Remove.
25613         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25614
25615         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25616         false positives.
25617
25618 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25619
25620         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25621
25622 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25623
25624         * nneething.el (nneething-file-name): Don't create spurious
25625         files.
25626
25627         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25628         (gnus-inews-do-gcc): Remove sleep.
25629
25630         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25631         part under point.
25632
25633         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25634         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25635
25636 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25637
25638         * spam.el (spam-summary-prepare-exit): Fix (length).
25639
25640 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25641
25642         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25643         as expired without moving it" message when there are spam
25644         messages left.
25645
25646 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25647
25648         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25649         header is not nil.
25650
25651 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25652
25653         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25654         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25655         (nntp-marks-changed-p): New arg SERVER.
25656         (nntp-request-update-info): Adjust caller.
25657
25658 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25659
25660         * nntp.el (nntp-save-marks): Pass missing arg.
25661
25662 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25663
25664         * nntp.el: Support marks.
25665         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25666         (nntp-marks-modtime, nntp-marks-directory): New variables.
25667         (nntp-request-set-mark, nntp-request-update-info)
25668         (nntp-possibly-create-directory, nntp-marks-changed-p)
25669         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25670         New functions.
25671
25672 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25673
25674         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25675         (gnus-xmas-redefine): Rename.
25676
25677         * gnus-score.el (gnus-score-insert-help):
25678         Use gnus-select-lowest-window.
25679
25680         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25681         appt-select-lowest-window and rename to gnus-select-lowest-window.
25682
25683         * gnus.el: do.
25684
25685 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25686
25687         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25688         encodings of MIME-encoded words, in order to improve
25689         interoperability with several broken MUAs.
25690
25691 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25692
25693         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25694         tags, only when charsets are not specified in headers.
25695         (mm-inline-text-html-render-with-w3m): Ditto.
25696
25697         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25698         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25699
25700 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25701
25702         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25703         instead of MIME-decoded from fields when checking
25704         `gnus-article-address-banner-alist'.
25705
25706 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25707
25708         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25709         description rather than subject.
25710
25711 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25712
25713         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25714
25715 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25716
25717         * gnus.el (gnus-version-number): Bump.
25718
25719 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25720
25721         * gnus.el: No Gnus v0.2 is released.
25722
25723 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25724
25725         * gnus-agent.el (gnus-agent-read-agentview):
25726         Inline gnus-uncompress-range.
25727
25728 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25729
25730         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25731         `exec-installed-p'.
25732
25733 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25734
25735         * gnus.el (spam-process, spam-autodetect-methods):
25736         Add bsfilter and bsfilter-headers.
25737
25738         * spam.el (spam-bsfilter): New customize group.
25739         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25740         (spam-bsfilter-header, spam-bsfilter-probability-header)
25741         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25742         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25743         (spam-bsfilter-database-directory): New options.
25744         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25745         (spam-list-of-statistical-checks, spam-registration-functions):
25746         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25747         (spam-bsfilter-score): New command.
25748         (spam-check-bsfilter-headers, spam-check-bsfilter)
25749         (spam-bsfilter-register-with-bsfilter)
25750         (spam-bsfilter-register-spam-routine)
25751         (spam-bsfilter-unregister-spam-routine)
25752         (spam-bsfilter-register-ham-routine)
25753         (spam-bsfilter-unregister-ham-routine): New functions.
25754         (spam-generic-score): Support bsfilter; Accept an optional argument
25755         to recalcurate spam score even if scoring header has already been
25756         added.
25757         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25758         optional argument to recalcurate spam score even if scoring header
25759         has already been added.
25760
25761 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25762
25763         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25764         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25765         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25766         link is missing.
25767
25768 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25769
25770         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25771         (html2text-get-attr): Rewrite.
25772
25773         * message.el (message-setup-1): Remove redundant put-text-property
25774         on mail-header-separator.
25775
25776 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25777
25778         * gnus-registry.el (gnus-registry-cache-whitespace)
25779         (gnus-registry-action, gnus-registry-spool-action)
25780         (gnus-registry-split-fancy-with-parent): Change message levels
25781         from 5 to 3 or 7, as needed.
25782
25783         * spam.el (spam-summary-prepare-exit)
25784         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25785         (spam-split, spam-find-spam, spam-log-undo-registration)
25786         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25787         level from 5 to 6.
25788
25789 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25790
25791         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25792         2004-03-04 change).
25793
25794 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25795
25796         * sieve-manage.el (sieve-manage-open):
25797         * nnweb.el (nnweb-insert-html):
25798         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25799         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25800         * nnspool.el (nnspool-request-group):
25801         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25802         * nnml.el (nnml-request-update-info):
25803         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25804         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25805         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25806         (nnimap-request-set-mark):
25807         * nnfolder.el (nnfolder-request-update-info):
25808         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25809         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25810         * gnus-uu.el (gnus-uu-find-articles-matching):
25811         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25812         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25813         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25814         * gnus-nocem.el (gnus-nocem-scan-groups):
25815         * gnus-int.el (gnus-start-news-server):
25816         * gnus-group.el (gnus-group-make-kiboze-group)
25817         (gnus-group-browse-foreign-server):
25818         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25819         Use mapc when appropriate.
25820
25821 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25822             Adam Sjøgren  <asjo@koldfront.dk>
25823             Wes Hardaker  <wes@hardakers.net>
25824             Michael Shields  <shields@msrl.com>
25825
25826         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25827         may need for spam sorting and scoring.
25828         (spam-user-format-function-S): Add user format function suitable for
25829         general use.
25830         (spam-article-sort-by-spam-status): Add sorting function for summary
25831         sorting.
25832         (spam-extra-header-to-number): Add function to get a score from a
25833         header.
25834         (spam-summary-score): Add function to get a numeric score from the
25835         headers.
25836         (spam-generic-score): Fix function doc, was in wrong place.
25837         (spam-initialize): Take symbols when it's run, and install the
25838         extra headers that spam-necessary-extra-headers thinks we need.
25839
25840 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25841
25842         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25843         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25844
25845 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25846
25847         * gnus-sum.el (gnus-set-global-variables)
25848         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25849         (gnus-article-get-xrefs, gnus-summary-best-group)
25850         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25851         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25852         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25853         Use with-current-buffer.
25854
25855 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25856
25857         * spam.el (spam-summary-prepare-exit): Simplify logic.
25858         (spam-fetch-article-header): Read the article header if it's not
25859         available.
25860         (spam-list-articles): Simplify logic.
25861         (spam-filelist-register-routine): Fix bug with unregister-list.
25862
25863         * gnus-registry.el: Fix comments at beginning.
25864
25865 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25866
25867         * message.el (message-cater-to-broken-inn): Remove.
25868         (message-shorten-references): Make sure the total folded length of
25869         References is shorter than 998 characters to cater to a bug in INN
25870         2.3.  Also, don't pretend that references aren't folded -- this
25871         hasn't worked for a while.
25872
25873 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25874
25875         * gnus-agent.el (gnus-agentize):
25876         gnus-agent-send-mail-real-function no longer set to current value
25877         of message-send-mail-function but rather a lambda that calls
25878         message-send-mail-function.  The change makes the agent real-time
25879         responsive to user changes to message-send-mail-function.
25880
25881 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25882
25883         * legacy-gnus-agent.el
25884         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25885         help from Florian Weimer <fw@deneb.enyo.de>
25886
25887 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25888
25889         * nnmail.el (nnmail-cache-insert): Revert last change.
25890
25891 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25892
25893         * nnmail.el (nnmail-cache-insert): Always check whether
25894         nnmail-cache-ignore-groups matches a group name.
25895
25896 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25897
25898         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25899         (spam-find-spam, spam-log-processing-to-registry)
25900         (spam-log-registered-p, spam-log-unregistration-needed-p)
25901         (spam-log-undo-registration): Use gnus-message instead of
25902         gnus-error, none of these errors are fatal.
25903
25904         * gnus-registry.el (gnus-registry-clean-empty-function)
25905         (gnus-registry-clean-empty): Remove only empty entries without
25906         extra data.
25907
25908 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25909
25910         * spam-stat.el (spam-stat-buffer-change-to-spam)
25911         (spam-stat-buffer-change-to-non-spam): Change (error) to
25912         (gnus-message 8) invocation.
25913
25914 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * nntp.el (nntp-via-netcat-command): New variable.
25917         (nntp-via-netcat-switches): New variable.
25918         (nntp-open-via-rlogin-and-netcat): New function.
25919         (nntp-open-connection-function): Doc fix.
25920         (nntp-telnet-command): Doc fix.
25921         (nntp-end-of-line): Doc fix.
25922         (nntp-via-rlogin-command): Doc fix.
25923         (nntp-via-user-name): Doc fix.
25924         (nntp-via-address): Doc fix.
25925
25926 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25927
25928         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25929         error in Emacs 21.1.
25930
25931 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25932
25933         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25934
25935 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25936
25937         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25938         (gnus-agent-with-refreshed-group): New macro.
25939         (gnus-agent-rename-group): New function.
25940         (gnus-agent-delete-group): New function.
25941         (gnus-agent-save-group-info): Use gnus-command-method when
25942         `method' parameter is nil.  Don't write nil entries into the
25943         active file.
25944         (gnus-agent-get-group-info): New function.
25945         (gnus-agent-fetch-articles):
25946         Use gnus-agent-update-files-total-fetched-for to increment disk space
25947         used.
25948         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25949         Use gnus-agent-update-view-total-fetched-for to increment disk space
25950         used.
25951         (gnus-agent-get-local): Add optional parameters to avoid calling
25952         gnus-group-real-name and gnus-find-method-for-group.
25953         (gnus-agent-set-local): Delete stored entry if either min, or max,
25954         are nil.
25955         (gnus-agent-fetch-session): Reworded error/quit messages.
25956         On quit, use gnus-agent-regenerate-group to record existance of any
25957         articles fetched to disk before the quit occurred.
25958         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25959         gnus-agent-update-view-total-fetched-for, and
25960         gnus-agent-update-files-total-fetched-for to decrement disk space
25961         used.
25962         (gnus-agent-retrieve-headers):
25963         Use gnus-agent-update-view-total-fetched-for to increment disk space
25964         used.
25965         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25966         with gnus-agent-update-files-total-fetched-for to decrement disk
25967         space and fresh group buffer.
25968         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25969         (gnus-agent-need-update-total-fetched-for): New variable.
25970         (gnus-agent-update-files-total-fetched-for): New function.
25971         (gnus-agent-update-view-total-fetched-for): New function.
25972         (gnus-agent-total-fetched-for): New function.
25973
25974         * gnus-cache.el (gnus-cache-save-buffers):
25975         Use gnus-cache-update-overview-total-fetched-for to change disk space
25976         used by this group.
25977         (gnus-cache-possibly-enter-article):
25978         Use gnus-cache-update-file-total-fetched-for to increment disk space
25979         used by this group.
25980         (gnus-cache-possibly-remove-article):
25981         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25982         used by this group.
25983         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25984         (gnus-cache-rename-group): New function.
25985         (gnus-cache-delete-group): New function.
25986         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25987         (gnus-cache-need-update-total-fetched-for): New variable.
25988         (gnus-cache-with-refreshed-group): New macro.
25989         (gnus-cache-update-file-total-fetched-for): New function.
25990         (gnus-cache-update-overview-total-fetched-for): New function.
25991         (gnus-cache-rename-group-total-fetched-for): New function.
25992         (gnus-cache-delete-group-total-fetched-for): New function.
25993         (gnus-cache-total-fetched-for): New function.
25994
25995         * gnus-group.el: Require gnus-sum and autoload functions to
25996         resolve warnings when gnus-group.el compiled alone.
25997         (gnus-group-line-format): Document new %F.
25998         (size of Fetched data) group line format; identifies disk space
25999         used by agent and cache.
26000         (gnus-group-line-format-alist): Define new F format.
26001         (gnus-total-fetched-for): New function.
26002         (gnus-group-delete-group): No longer update
26003         gnus-cache-active-altered as gnus-request-delete-group now keeps
26004         the cache in sync.
26005         (gnus-group-list-active): Let the agent store a server's active
26006         list if currently plugged.
26007
26008         * gnus-int.el (gnus-request-delete-group):
26009         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26010         local disk in sync with the server.
26011         (gnus-request-rename-group):
26012         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26013         local disk in sync with the server.
26014
26015         * gnus-start.el (gnus-get-unread-articles):
26016         Cosmetic simplification to logic.
26017
26018         * gnus-util.el (gnus-rename-file): New function.
26019
26020 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26021
26022         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26023
26024 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26025
26026         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26027         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26028
26029 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26030
26031         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26032         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26033
26034 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26035
26036         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26037
26038 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26039
26040         * spam.el (spam-set-difference): Add function to replace
26041         gnus-set-difference in spam.el.
26042         (spam-summary-prepare-exit): Use spam-set-difference.
26043
26044 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26045
26046         * gnus-registry.el (gnus-registry-cache-file): Update to use
26047         gnus-dribble-directory OR gnus-home-directory OR ~.
26048         (gnus-registry-split-fancy-with-parent): Fix doc.
26049
26050 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26051
26052         * message.el (message-exchange-point-and-mark):
26053         Use message-mark-active-p.  Suggested by Jesper Harder
26054         <harder@ifa.au.dk>.
26055
26056 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26057
26058         * message.el (message-exchange-point-and-mark): Don't activate
26059         region if it was inactive.  Suggested by Hiroshi Fujishima
26060         <pooh@nature.tsukuba.ac.jp>.
26061
26062 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26063
26064         * gnus-art.el (article-display-face): Display Faces in the same
26065         order as X-Faces.
26066
26067 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26068
26069         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26070
26071 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26072
26073         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26074         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26075         (gnus-article-mime-hierarchy): Remove.
26076         (gnus-article-mime-hierarchy-next): Remove.
26077         (gnus-article-mode): Revert 2004-03-19 change.
26078         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26079         (gnus-insert-mime-button): Revert 2004-03-19 change.
26080         (gnus-mime-accumulate-hierarchy): Remove.
26081         (gnus-mime-enter-multipart): Remove.
26082         (gnus-mime-leave-multipart): Remove.
26083         (gnus-mime-display-part): Revert 2004-03-19 change.
26084         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26085
26086         * mml.el (mml-preview): Revert 2004-03-19 change.
26087
26088 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26089
26090         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26091
26092 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26093
26094         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26095         t while entering a file name using the mm-with-multibyte macro.
26096         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26097
26098         * mm-util.el (mm-with-multibyte): New macro.
26099
26100 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26101
26102         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26103         New user option.
26104         (gnus-mime-multipart-functions): Doc and customization fix.
26105         (gnus-article-mime-hierarchy): New variable.
26106         (gnus-article-mime-hierarchy-next): New variable.
26107         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26108         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26109         gnus-article-mime-hierarchy-next to nil.
26110         (gnus-insert-mime-button): Show hierarchy numbers.
26111         (gnus-mime-accumulate-hierarchy): New function.
26112         (gnus-mime-enter-multipart): New function.
26113         (gnus-mime-leave-multipart): New function.
26114         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26115         (gnus-mime-display-alternative): Show hierarchy numbers.
26116
26117         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26118         gnus-article-mime-hierarchy-next to nil.
26119
26120 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26121
26122         * dns.el: Don't require gnus-xmas.
26123
26124 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26125
26126         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26127         inline PGP.
26128         (mml-menu): Disable mml-quote-region if mark is inactive.
26129
26130 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26133         when the group's active is not available.
26134
26135 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26136
26137         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26138         error.
26139
26140 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26141
26142         * imap.el (imap-store-password): New variable.
26143         (imap-interactive-login): Use it.
26144         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26145
26146 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26147
26148         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26149         window-start and hscroll to summary window.
26150
26151 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26152
26153         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26154         conversion message to newsrc-dribble when an actual conversion is
26155         performed.
26156
26157 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26158
26159         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26160
26161 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * mm-decode.el (mm-complicated-handles): New function reviving
26164         former definition of mm-multiple-handles.
26165
26166         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26167         (gnus-mime-delete-part): Use it.
26168
26169 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26170
26171         * gnus-agent.el (gnus-agent-read-local):
26172         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26173         avoid the implicit assumption that they will always be equal.
26174         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26175         coding-system-for-write, as the with-temp-file macro first prints
26176         to a buffer then saves the buffer.
26177
26178 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26179
26180         * gnus-art.el (gnus-article-edit-part): New function.
26181         (gnus-mime-save-part-and-strip): Use it; do query instead of
26182         signaling an error; don't use mm-multiple-handles.
26183         (gnus-mime-delete-part): Ditto.
26184
26185 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26186
26187         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26188         old file versions.
26189         (gnus-group-prepare-hook): Remove function that converted list
26190         form of gnus-agent-expire-days to group properties.
26191
26192         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26193         (gnus-request-accept-article): Re-indented.
26194
26195         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26196         converters to handle old agent file formats.  Add logic for a
26197         "backup before upgrading warning".
26198         (gnus-convert-mark-converter-prompt): Developers can mark
26199         functions as needing (default), or not needing,
26200         gnus-convert-old-newsrc's "backup before upgrading warning".
26201         (gnus-convert-converter-needs-prompt): Tests whether the user
26202         should be protected from potentially irreversable changes by the
26203         function.
26204
26205         * legacy-gnus-agent.el: New.  Provides converters that are only
26206         loaded when gnus-convert-old-newsrc needs to call them.
26207
26208 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26209
26210         * mail-source.el (mail-source-touch-pop): Doc fix.
26211
26212         * message.el (message-smtpmail-send-it): Doc fix.
26213
26214 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26215
26216         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26217
26218         * nnmail.el (nnmail-split-fancy): do.
26219
26220         * gnus-kill.el (gnus-kill, gnus-execute): do.
26221
26222 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26223
26224         * gnus-sum.el (gnus-widget-reversible-match)
26225         (gnus-widget-reversible-to-internal)
26226         (gnus-widget-reversible-to-external): New functions.
26227         (gnus-widget-reversible): New widget.
26228         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26229
26230 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26231
26232         * gnus-sum.el (gnus-thread-sort-functions)
26233         (gnus-article-sort-functions): Document `(not F)' items.
26234
26235 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26236
26237         * spam.el (spam-use-gmane-xref): Add new backend.
26238         (spam-gmane-xref-spam-group): Add variable to control the name of the
26239         Gmane spam group.
26240         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26241         (spam-regex-headers-spam, spam-regex-headers-ham)
26242         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26243         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26244         backends and checks.
26245         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26246
26247         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26248         an autodetect method.
26249
26250 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26251
26252         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26253         articles are being added to a group.
26254         (gnus-request-replace-article): Inform the agent that articles
26255         need to be uncached as the cached contents are no longer valid.
26256
26257 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26258
26259         * binhex.el: Don't autoload executable-find.
26260
26261         * canlock.el: Don't autoload mail-fetch-field.
26262
26263         * dgnushack.el: Autoload c-mode for XEmacs.
26264
26265         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26266
26267         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26268         rmail-dont-reply-to and rmail-output.
26269
26270         * gnus-score.el: Don't autoload ffap-string-at-point.
26271
26272         * gnus-setup.el: Don't autoload sc-cite-original.
26273
26274         * imap.el: Don't autoload base64-decode-string,
26275         base64-encode-string and md5.
26276
26277         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26278         and rmail-msg-restore-non-pruned-header.
26279
26280         * mm-decode.el: Don't autoload executable-find.
26281
26282         * mm-url.el: Don't autoload executable-find.
26283
26284         * mm-view.el: Don't autoload diff-mode.
26285
26286         * nndb.el: Don't autoload news-reply-mode, news-setup,
26287         cancel-timer and telnet.
26288
26289         * password.el: Don't autoload run-at-time for Emacs.
26290
26291         * sha1-el.el: Don't autoload executable-find.
26292
26293         * sieve-mode.el: Don't autoload c-mode.
26294
26295         * uudecode.el: Don't autoload executable-find.
26296
26297 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26298
26299         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26300         (gnus-agent-possibly-alter-active): Avoid null in numeric
26301         comparison.
26302         (gnus-agent-set-local): Refuse to save null in local object table.
26303         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26304         list of articles that will be marked as unread.
26305
26306 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26307
26308         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26309
26310 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26311
26312         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26313         language tags.
26314
26315 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26316
26317         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26318         Don't bind "obarray".
26319
26320         * gnus-sum.el (gnus-thread-sort-functions):
26321         Add `gnus-thread-sort-by-most-recent-number' and
26322         `gnus-thread-sort-by-most-recent-date'.
26323         Reported by Kai Grossjohann <kai@emptydomain.de>.
26324
26325 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26326
26327         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26328
26329 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26330
26331         * gnus-cus.el (gnus-agent-customize-category):
26332         Remove ignore-errors macro reference that required cl to be loaded at
26333         run-time.
26334
26335         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26336         single-interval range of the form (min . max).  Previously the
26337         range had to look like ((min . max)).  Likewise, return
26338         (min . max) rather than ((min . max)).
26339         (gnus-range-map): Use gnus-range-normalize to accept
26340         single-interval range.
26341
26342         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26343         the cache, but not the agent, now appear with their usual face.
26344
26345         * dgnushack.el (loaddir): New variable that is bound to the
26346         directory containing the dgnushack.el file.  Use loaddir, rather
26347         than srcdir, to update load-path.  Change lets dgnushack compile
26348         code in directories other than GNUS/lisp.
26349
26350 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26351
26352         * lpath.el: Don't bind w3m-safe-url-regexp.
26353
26354         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26355         w3m-safe-url-regexp variable buffer-local.
26356
26357         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26358
26359 2004-02-27  Simon Josefsson  <jas@extundo.com>
26360
26361         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26362         gnus-group-real-prefix.
26363         (gnus-summary-move-article): Use it, instead of
26364         gnus-group-real-prefix.
26365
26366 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * lpath.el: Bind w3m-safe-url-regexp.
26369
26370         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26371         w3m-safe-url-regexp variable buffer-local and set it as the value
26372         of mm-w3m-safe-url-regexp.
26373
26374         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26375
26376         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26377         parsing gnus-posting-styles when the message is not for replying.
26378
26379         * dgnushack.el: Autoload sgml-mode for XEmacs.
26380
26381         * nnrss.el (nnrss-opml-export):
26382         Use mm-set-buffer-file-coding-system instead of
26383         set-buffer-file-coding-system.
26384
26385 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26386
26387         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26388         of checkdoc.el).
26389         * nnrss.el: do.
26390         * gnus-mlspl.el: do.
26391         * gnus-ml.el: do.
26392         * gnus-srvr.el: do.
26393
26394         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26395
26396 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26397
26398         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26399         Corrections to custom-manual links.
26400
26401         * gnus-art.el (gnus-article): Ditto.
26402
26403         * mm-decode.el (mime-display, mime-security): Ditto.
26404
26405 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26406
26407         * flow-fill.el: Typo.
26408
26409 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26410
26411         * spam-wash.el: New file.
26412
26413 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26414
26415         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26416
26417 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26418
26419         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26420         to be run with new-articles as LIST1, not LIST2.
26421         (spam-registration-functions): Add spam-use-ham-copy as a nil
26422         registration backend.
26423
26424 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26425
26426         * spam-stat.el (spam-stat-washing-hook): New option.
26427         (spam-stat-buffer-words): Use it.
26428         (spam-stat-process-directory, spam-stat-test-directory):
26429         Use insert-file-contents-literally.
26430         (spam-stat-coding-system): New variable.
26431         (spam-stat-load, spam-stat-save): Use it.
26432
26433 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26434
26435         * spam-report.el (spam-report-plug-agent):
26436         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26437
26438 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26439
26440         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26441         Allow / in mailto URLs.
26442
26443 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26444
26445         * spam-report.el (spam-report-process-queue): Fix interactive use.
26446         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26447         (spam-report-unplug-agent): Doc fixes.
26448         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26449         (spam-report-agentize, spam-report-deagentize): Autoload.
26450
26451 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26452
26453         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26454
26455         * message.el (message-setup-fill-variables): Add mml tags to
26456         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26457         <ajk@iu.edu>.
26458         (message-mode): Don't modify paragraph-separate there.
26459
26460 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26461
26462         * compface.el (uncompface-use-external): Default to undecided.
26463         (uncompface-use-external-threshold): New variable.
26464         (uncompface-float-time): New macro.
26465         (uncompface): Determine whether to use the external decoder if
26466         uncompface-use-external is undecided.
26467
26468 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26469
26470         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26471         after images.
26472
26473         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26474
26475 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26476
26477         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26478
26479         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26480
26481         * gnus-sum.el (gnus-summary-limit-to-age)
26482         (gnus-summary-limit-children): do.
26483
26484         * gnus-int.el (gnus-request-scan): do.
26485
26486         * gnus-group.el (gnus-group-suspend): do.
26487
26488         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26489
26490         * gnus-cite.el (gnus-cite-parse-attributions): do.
26491
26492         * gnus-agent.el (gnus-summary-set-agent-mark)
26493         (gnus-agent-regenerate-group): do.
26494
26495         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26496
26497         * binhex.el (binhex-decode-region-internal): do.
26498
26499 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26500
26501         * gnus-fun.el (gnus-face-properties-alist): New user option.
26502         (gnus-display-x-face-in-from): Use it.
26503
26504         * gnus-art.el (article-display-face): Ditto.
26505
26506         * compface.el (uncompface-use-external): Default to nil.
26507
26508 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26509
26510         * nntp.el (nntp-erase-buffer): New function.
26511         (nntp-retrieve-data, nntp-send-command)
26512         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26513         (nntp-possibly-change-group): Use it.
26514
26515         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26516         Use with-current-buffer.
26517
26518 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26519
26520         * compface.el: Merge the ELisp-based uncompface program.
26521         (compface): New customization group.
26522         (uncompface-use-external): New user option.
26523         (uncompface): Call uncompface-internal if uncompface-use-external
26524         is nil.
26525         (uncompface-internal): New function.  Note that there are also
26526         some other functions and variables added for this function.
26527
26528 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26529
26530         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26531         if necessary.
26532
26533 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26534
26535         * spam-report.el (spam-report-unplug-agent)
26536         (spam-report-plug-agent, spam-report-deagentize)
26537         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26538         Add support for the Agent in spam-report: when unplugged, report to a
26539         file; when plugged, submit all the requests.
26540
26541         * spam.el (spam-register-routine): Fix message about
26542         registration.
26543
26544 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26545
26546         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26547         dependencies.
26548         (rfc2047-encode): Use it.
26549
26550         * gnus-art.el (gnus-button-marker-list): Move before first
26551         reference.
26552
26553         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26554         (imap-parse-body): Fix format string mismatch.
26555
26556         * gnus-score.el (gnus-summary-increase-score): do.
26557
26558         * nnrss.el (nnrss-close): New function.
26559
26560 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26561
26562         * nnrss.el (nnrss-make-filename): New function.
26563         (nnrss-request-delete-group, nnrss-read-server-data)
26564         (nnrss-save-server-data, nnrss-read-group-data)
26565         (nnrss-save-group-data): Use it.
26566         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26567         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26568         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26569
26570 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26571
26572         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26573
26574 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26575
26576         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26577         files.
26578
26579         * message.el (message-generate-headers-first): Don't quote nil
26580         and t in docstrings.
26581
26582         * imap.el (imap-id): do.
26583
26584         * gnus-agent.el (gnus-agent-consider-all-articles)
26585         (gnus-agent-queue-mail): do.
26586
26587 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26588
26589         * spam-report.el (spam-report-process-queue): New function.
26590         Process requests from `spam-report-requests-file'.
26591         (spam-report-process-queue): Doc fix.
26592
26593 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26594
26595         * spam.el (spam-register-routine)
26596         (spam-log-processing-to-registry, spam-log-registered-p)
26597         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26598         Change "check" to "spam-check" for semi-clarity.
26599
26600 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26601
26602         * pop3.el: Require nnheader.
26603
26604         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26605
26606         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26607
26608         * gnus-picon.el: Require cl.
26609
26610         * gnus-fun.el: Require gnus-ems and gnus-util.
26611
26612         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26613
26614         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26615
26616         * gnus-art.el (gnus-article-edit-mode): Define before first
26617         reference.
26618
26619 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26620
26621         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26622         (gnus-uu-post-encoded): Use point-at-bol.
26623
26624         * gnus-topic.el (gnus-group-active-topic-p): do.
26625
26626         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26627
26628         * gnus-group.el (gnus-group-kill-region): do.
26629
26630         * gnus-art.el (article-date-ut): do.
26631
26632         * message.el (message-fetch-field): Remove redundant
26633         case-fold-search binding.
26634         (message-narrow-to-field): Simplify.
26635
26636 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26637
26638         * spam.el (spam-directory): Derive from `gnus-directory'.
26639
26640         * spam-report.el (spam-report-url-to-file)
26641         (spam-report-requests-file): New function and variable for offline
26642         reporting.
26643         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26644         and user defined function.
26645         (spam-report-url-ping-mm-url): Remove doubled slash.
26646
26647 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26648
26649         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26650
26651 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26652
26653         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26654         Fix format string mismatch.
26655
26656         * sieve.el (sieve-deactivate-all): do.
26657
26658         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26659
26660         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26661
26662         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26663
26664         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26665
26666 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26667
26668         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26669         the list of checks.
26670
26671 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26672
26673         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26674         padding.
26675
26676 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26677
26678         * mm-view.el (mm-fill-flowed): New variable.
26679         (mm-inline-text): Use it.
26680
26681 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26682
26683         * spam.el (spam-spamassassin-register-ham-routine)
26684         (spam-spamassassin-register-spam-routine): Fix function names.
26685
26686 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26687
26688         * gnus.el (gnus-tmp-grouplens): Remove.
26689         (gnus-summary-line-format): Remove grouplens.
26690
26691         * gnus-group.el (gnus-group-line-format): Ditto.
26692
26693         * gnus-spec.el (gnus-format-specs): Ditto.
26694         (gnus-update-format-specifications): Flush the group format spec
26695         cache if there's the grouplens stuff.
26696         (gnus-parse-simple-format): Replace %l with the empty string.
26697
26698 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26699
26700         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26701         omission.
26702
26703 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26704
26705         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26706         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26707
26708 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26709
26710         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26711         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26712         New macros and functions.
26713         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26714         Handle > NLINK_MAX messages.
26715         * nnmaildir.el (nnmaildir-request-set-mark):
26716         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26717
26718 2004-01-25  Alex Schroeder  <alex@gnu.org>
26719
26720         * spam-stat.el (spam-stat-process-directory-age): New option.
26721         (spam-stat-process-directory): Use it.
26722
26723 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26724
26725         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26726         (spam-stat-save): Accept prefix argument.
26727
26728 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26729
26730         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26731         links" error.
26732
26733 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26734
26735         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26736         the rest of the and/or forms.
26737
26738 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26739
26740         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26741         compatibility with old .newsrc.eld files.
26742
26743         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26744
26745         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26746
26747         * gnus-start.el (gnus-1): do.
26748
26749         * gnus-group.el (gnus-group-line-format-alist): do.
26750
26751         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26752
26753         * gnus-gl.el: Remove.
26754
26755 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26756
26757         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26758         marks consisting of a single range {for example, (3 . 5)} rather
26759         than a list of a single range { ((3 . 5)) }.
26760
26761 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26762
26763         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26764         Use with-current-buffer.
26765         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26766         avoid consing a string.
26767
26768         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26769         Remove obsolete entries for big5 and gb2312.
26770
26771 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26772
26773         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26774         uncompressed list.
26775
26776 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26777
26778         * spam-stat.el (spam-stat-strip-xref): New function.
26779         (spam-stat-process-directory): Use it.
26780
26781         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26782         here -- it's done in message-fetch-field.
26783
26784 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26785
26786         * gnus-agent.el (gnus-agent-queue-mail)
26787         (gnus-agent-prompt-send-queue): New variables.
26788         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26789         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26790         "nndraft:queue" along to gnus-draft-send.
26791         Use gnus-agent-prompt-send-queue.
26792         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26793         is "nndraft:queue".  Suggested by Gaute Strokkenes
26794         <gs234@srcf.ucam.org>
26795
26796         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26797         (agent-enable-undownloaded-faces): Add.
26798         (gnus-agent-cat-groups): Use eval-and-compile, not
26799         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26800         method of gnus-agent-cat-groups even when the buffer has been
26801         evaled.
26802         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26803         delete gnus-agent-save-active-1.
26804         (gnus-agent-save-groups): Delete.  Identical to
26805         gnus-agent-save-active.
26806         (gnus-agent-write-active): No longer adjust agent's copy of active
26807         file as agent's adjustments are now stored in their own
26808         file.  Remove optional parameter.
26809         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26810         servers.  Add use of min/max range limits from server's local
26811         file.
26812         (gnus-agent-save-alist): Remove unused optional argument.
26813         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26814         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26815         (gnus-agent-set-local): A per-server file that keeps min/max range
26816         limits for articles known to the agent.  Provides a fast mechanism
26817         for altering many active ranges.
26818         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26819         active file (local makes it unnecessary).
26820         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26821
26822         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26823         (agent-enable-undownloaded-faces): Add.
26824
26825         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26826         disable it when sending to "nndraft:queue".
26827         (gnus-group-send-queue): Add safety check to avoid sending queue
26828         when unplugged.
26829
26830         * gnus-group.el (gnus-group-catchup): Use new
26831         gnus-sequence-of-unread-articles, not
26832         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26833         numbers of articles.  Use gnus-range-map to avoid having to
26834         uncompress the unread list.
26835         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26836         Fix invalid ange-ftp reference.
26837
26838         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26839         (gnus-sorted-range-intersection): Intersection of two ranges
26840         without requiring that they first be uncompressed.
26841
26842         * gnus-start.el (gnus-activate-group): Unless blocked by the
26843         caller, possibly expand the active range to include both cached
26844         and agentized articles.
26845         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26846         multiple version-dependent converters.
26847         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26848         gnus-agent-save-active.
26849         (gnus-save-newsrc-file): Save dirty agent range limits.
26850
26851         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26852         gnus-agent-possibly-alter-active.
26853         (gnus-adjust-marked-articles): Faster handling of simple lists.
26854
26855 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26856
26857         * spam-stat.el (spam-stat-test-directory): New optional argument
26858         displays a list of files detected.  Suggested by Andrew Cohen
26859         <cohen@andy.bu.edu>.
26860         (spam-stat-buffer-words-with-scores): Don't narrow and change
26861         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26862
26863 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26864
26865         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26866         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26867         (spam-spamassassin-arguments)
26868         (spam-spamassassin-spam-flag-header)
26869         (spam-spamassassin-positive-spam-flag-header)
26870         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26871         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26872         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26873         (spam-list-of-processors, spam-list-of-checks)
26874         (spam-list-of-statistical-checks, spam-registration-functions)
26875         (spam-check-spamassassin-headers, spam-check-spamassassin)
26876         (spam-spamassassin-score)
26877         (spam-spamassassin-register-with-sa-learn)
26878         (spam-spamassassin-register-spam-routine)
26879         (spam-spamassassin-register-ham-routine)
26880         (spam-assassin-register-spam-routine)
26881         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26882         (spam-bogofilter-score): Fix to show article before scoring.
26883
26884 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26885
26886         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26887         default scoring function.
26888         (spam-generic-score): Call spam-spamassassin-score if
26889         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26890         spam-bogofilter-score otherwise.
26891
26892         * gnus.el (spam-process, spam-autodetect-methods):
26893         Add spamassassin and spamassassin-headers.
26894
26895 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26896
26897         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26898         Suppress unnecessary messages.
26899
26900 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26901
26902         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26903         make-hash-table.
26904
26905 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26906
26907         * canlock.el (base64-encode-string): Don't autoload it.
26908
26909 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26910
26911         * run-at-time.el: Remove useless (require 'itimer),
26912         eval-and-compile and (featurep 'xemacs).
26913
26914 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26915
26916         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26917         GROUP is a virtual group.
26918
26919 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26920
26921         * gnus.el: Autoload `message-y-or-n-p'.
26922
26923 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26924
26925         * pgg-parse.el: Remove unnecessary (require 'custom).
26926
26927         * pgg-def.el: do.
26928
26929         * nnmail.el: do.
26930
26931         * gnus-undo.el: do.
26932
26933         * gnus-picon.el: do.
26934
26935         * gnus-util.el: do.
26936
26937 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26938
26939         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26940
26941 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26942
26943         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26944         handle, as well as a list.
26945
26946         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26947         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26948         (mm-w3m-cid-retrieve): Simplify.
26949
26950 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26951
26952         * message.el (message-kill-to-signature): Allow prefix arg to
26953         specify number of lines to keep before signature.
26954
26955 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26956
26957         * message.el (message-kill-to-signature): Change docstring.
26958
26959 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26960
26961         * canlock.el: Always require sha1-el.
26962         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26963
26964         * message.el: Autoload sha1 only when compiling.
26965
26966         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26967         eudc-expand-inline for XEmacs.
26968
26969 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26970
26971         * message.el (message-canlock-generate): Require sha1-el.
26972
26973 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26974
26975         * message.el (message-expand-name): Silence the byte compiler.
26976
26977         * lpath.el: Add detect-coding-system.
26978
26979         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26980         cus-edit.
26981
26982 2004-01-13  Simon Josefsson  <jas@extundo.com>
26983
26984         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26985         Invoke gnus-score-mode.
26986         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26987
26988         * gnus-range.el (gnus-compress-sequence): Doc fix.
26989         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26990
26991 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26992
26993         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26994
26995 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26996
26997         * spam.el (spam-get-article-as-string): Update to use
26998         gnus-request-article-this-buffer, much simpler.
26999         (spam-get-article-as-buffer): Remove.
27000
27001 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27002
27003         * message.el (message-expand-name): Use EUDC if the user uses that.
27004
27005 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27006
27007         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27008         character for the encoding to avoid consing a string.
27009
27010         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27011         unnecessarily.
27012
27013         * mm-util.el (mm-replace-chars-in-string): Remove.
27014
27015         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27016         of mm-replace-chars-in-string.
27017
27018 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27019
27020         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27021
27022         * mm-util.el (mm-subst-char-in-string): Support inplace.
27023
27024         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27025         a new string in every iteration.  Use shy groups.
27026
27027 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27028
27029         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27030         * gnus-soup.el (gnus-soup-group-brew):
27031         * gnus-msg.el (gnus-put-message):
27032         * gnus-move.el (gnus-group-move-group-to-server):
27033         * gnus-kill.el (gnus-batch-score):
27034         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27035         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27036         (gnus-group-update-group, gnus-group-read-group)
27037         (gnus-group-make-group, gnus-group-make-help-group)
27038         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27039         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27040         (gnus-group-sort-by-unread, gnus-group-catchup)
27041         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27042         (gnus-group-yank-group, gnus-group-set-info)
27043         (gnus-group-list-groups):
27044         * gnus.el (gnus-generate-new-group-name):
27045         * gnus-delay.el (gnus-delay-send-queue):
27046         * nnvirtual.el (nnvirtual-catchup-group):
27047         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27048         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27049         (gnus-group-prepare-topics, gnus-topic-check-topology):
27050         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27051         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27052         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27053         (gnus-group-make-articles-read):
27054         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27055         (gnus-group-change-level, gnus-kill-newsgroup)
27056         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27057         (gnus-get-unread-articles, gnus-make-articles-unread)
27058         (gnus-make-ascending-articles-unread): Use accessor
27059         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27060         to get group information for improved readability.
27061
27062
27063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27064
27065         * gnus-art.el (article-decode-mime-words, article-babel)
27066         (gnus-article-highlight-signature, gnus-article-add-buttons)
27067         (gnus-signature-toggle): Use gnus-with-article-buffer.
27068
27069         * gnus-art.el (gnus-article-highlight-headers)
27070         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27071
27072         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27073         (gnus-article-set-globals, gnus-request-article-this-buffer)
27074         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27075         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27076         (gnus-mime-display-alternative): Use with-current-buffer.
27077
27078 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27079
27080         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27081         also under 80 char limit, and call gnus-error if needed.
27082         (spam-fetch-article-header): Fix - it was a
27083         buffer-local variable (gnus-newsgroup-data).
27084         (spam-find-spam): Use spam-generate-fake-headers, forget about
27085         spam-insert-fake-headers.
27086         (spam-insert-fake-headers): Remove.
27087
27088 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27089
27090         * deuglify.el (gnus-article-outlook-unwrap-lines)
27091         (gnus-outlook-rearrange-article)
27092         (gnus-outlook-repair-attribution-outlook)
27093         (gnus-outlook-repair-attribution-block)
27094         (gnus-outlook-repair-attribution-other): Remove redundant
27095         save-excursion.
27096
27097 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27098
27099         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27100         (spam-fetch-field-subject-fast)
27101         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27102         (spam-fetch-article-header): Add functions to deal with Gnus
27103         internals for fast retrieval of article header data.
27104         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27105
27106 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27107
27108         * pop3.el (pop3-md5): Remove.
27109         (pop3-apop): Replace pop3-md5 with md5.
27110
27111         * mm-bodies.el: base64 is always built-in.
27112
27113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27114         Use with-current-buffer.
27115
27116 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27117
27118         * canlock.el (canlock-insert-header): Remove excessive grouping in
27119         regexp.
27120
27121         * gnus-sum.el (gnus-summary-read-document): Ditto.
27122
27123         * gnus-uu.el (gnus-uu-part-number): Ditto.
27124
27125         * html2text.el (html2text-remove-tags): Ditto.
27126         (html2text-format-tags): Ditto.
27127         (html2text-format-single-elements): Ditto.
27128
27129         * mml.el (mml-parse-1): Ditto.
27130
27131 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27132
27133         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27134
27135         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27136
27137         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27138
27139         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27140
27141 2003-11-15  Simon Josefsson  <jas@extundo.com>
27142
27143         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27144         (pgg-gpg-lookup-key): Use regexp match instead of
27145         split-string (split-string is different between emacs 21.2 and
27146         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27147
27148 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27149
27150         * gnus-art.el (gnus-mime-view-all-parts)
27151         (gnus-article-part-wrapper, gnus-article-view-part):
27152         Use with-current-buffer.
27153
27154 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27155
27156         * spam.el (spam-disable-spam-split-during-ham-respool)
27157         (spam-spamoracle-database, spam-cache-lookups)
27158         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27159         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27160         (spam-group-ham-marks, spam-group-spam-marks)
27161         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27162         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27163         also add spam-use-blackholes to the statistical checks.
27164         (spam-fetch-field-fast): Add interface to fetching fields, may
27165         become a macro.
27166         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27167         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27168         (spam-insert-fake-headers): Fake an article when needed.
27169         (spam-find-spam): Fake article when possible.
27170         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27171         (spam-check-bogofilter-headers): Use message-fetch-field instead
27172         of nnmail-fetch-field.
27173
27174 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27175
27176         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27177
27178 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27179
27180         * spam.el (spam-split): Do not require spam-use-CHECK to be
27181         enabled if that check is passed to spam-split explicitly; also
27182         fix so 'spam doesn't get converted to spam-split-group when
27183         spam-split-symbolic-return is t.
27184         (spam-find-spam): Find registrations of the article and use those
27185         instead of re-running spam-split to find the spam/ham
27186         classification of the article.
27187         (spam-log-processing-to-registry, spam-log-registered-p)
27188         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27189         Use gnus-error instead of gnus-message.
27190         (spam-log-registration-type): Add function to determine the
27191         classification of a message based on registry entries; will
27192         return nil if both 'spam and 'ham are found.
27193         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27194         a reasonably fast local cache without the loading errors.
27195         (spam-cache-lookups): Set to t by default.
27196         (spam-find-spam): Don't try to guess spam-cache-lookups.
27197         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27198         spam-caches entry.
27199         (spam-filelist-build-cache, spam-filelist-check-cache):
27200         Fix caching of whitelist/blacklist entries.
27201         (spam-check-whitelist, spam-check-blacklist):
27202         Invoke spam-from-listed-p with a type, not a cache variable.
27203         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27204
27205 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27206
27207         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27208
27209         * nnmail.el (nnmail-split-fancy): do.
27210
27211         * mml.el (mml-parse): do.
27212
27213         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27214         (gnus-score-adaptive): do.
27215
27216 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27217
27218         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27219         (gnus-mime-button-map): Don't set keymap parent.
27220         (gnus-button-ctan-directory-regexp): Use shy grouping.
27221         (gnus-prev-page-map): Don't set keymap parent.
27222         (gnus-prev-page-map): Remove duplicated one.
27223         (gnus-next-page-map): Don't set keymap parent.
27224         (gnus-mime-security-button-map): Ditto.
27225
27226         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27227         version number.
27228
27229         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27230
27231 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27232
27233         * canlock.el (canlock-sha1-function): Remove.
27234         (canlock-sha1-function-for-verify): Remove.
27235         (canlock-openssl-program): Remove.
27236         (canlock-openssl-args): Remove.
27237         (canlock-ignore-errors): Remove.
27238         (canlock-sha1-with-openssl): Remove.
27239         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27240         (canlock-verify): Don't use canlock-ignore-errors.
27241
27242         * sha1-el.el (sha1-string-external): Make it can return a string
27243         in binary form.
27244         (sha1-region-external): Ditto.
27245         (sha1-string-internal): Ditto.
27246         (sha1-region-internal): Ditto.
27247         (sha1-region): Ditto.
27248         (sha1-string): Ditto.
27249         (sha1): Ditto.
27250
27251 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27252
27253         * spam.el (spam-report-articles-gmane): New command.
27254
27255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27256
27257         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27258
27259         * run-at-time.el (run-at-time-saved): Remove.
27260         (run-at-time): Doc fix.
27261
27262 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27263
27264         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27265         (gnus-summary-limit-map): Add it.
27266         (gnus-summary-make-menu-bar): do.
27267
27268 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27269
27270         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27271         Make attempt at some caching support (done for BBDB only now).
27272         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27273         addresses to be checked.
27274         (spam-clear-cache-BBDB): Add function, to be invoked by
27275         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27276         (spam-check-BBDB): Check and use the caches, if
27277         spam-cache-lookups is on, remove superfluous (provide).
27278
27279 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27280
27281         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27282
27283 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27284
27285         * run-at-time.el (run-at-time-saved): Move to after the definition
27286         of `run-at-time'.
27287
27288         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27289
27290 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27291
27292         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27293         mm-w3m-local-map-property.
27294
27295         * mm-view.el (mm-w3m-mode-map): Remove.
27296         (mm-w3m-local-map-property): Remove.
27297         (mm-inline-text-html-render-with-w3m): Don't use
27298         mm-w3m-local-map-property.
27299
27300 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27301
27302         * run-at-time.el: New file.
27303
27304         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27305         under Emacs.
27306
27307         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27308         of gnus-set-text-properties.
27309
27310         * gnus-uu.el (gnus-uu-save-article): Ditto.
27311
27312         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27313
27314         * gnus-cite.el (gnus-cite-parse): Ditto.
27315
27316         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27317         of gnus-.
27318
27319         * gnus-xmas.el (run-at-time): Require run-at-time.
27320
27321         * gnus.el: Change calls to nnheader-run-at-time and
27322         password-run-at-time throughout to use run-at-time directly.
27323
27324         * password.el: Remove definition of run-at-time.
27325
27326         * nnheaderxm.el: Remove definition of run-at-time.
27327
27328 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27329
27330         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27331         in prompt.
27332
27333 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27334
27335         * messagexmas.el (message-xmas-redefine): Alias
27336         `message-make-caesar-translation-table' to
27337         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27338         version.
27339
27340         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27341         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27342         `gnus-xmas-set-text-properties'.
27343         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27344         `gnus-xmas-completing-read'.
27345         (gnus-xmas-completing-read): Removed.
27346         (gnus-xmas-open-network-stream): Removed.
27347
27348         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27349         XEmacs version.
27350
27351         * dns.el (dns-make-network-process): Use `open-network-stream'
27352         instead of `gnus-xmas-open-network-stream'.
27353
27354         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27355
27356         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27357
27358 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27359
27360         * gnus-art.el (gnus-mime-display-alternative)
27361         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27362         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27363         Don't use gnus-local-map-property.
27364
27365         * gnus-util.el (gnus-local-map-property): Remove.
27366
27367         * mm-view.el (mm-view-pkcs7-decrypt):
27368         Replace gnus-completing-read-maybe-default with completing-read.
27369
27370         * gnus-util.el (gnus-completing-read): do.
27371         (gnus-completing-read-maybe-default): Remove.
27372
27373 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27374
27375         * password.el: Only autoload `run-at-time' if not XEmacs.
27376         Only autoload the itimer functions if XEmacs.
27377
27378 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27381         XEmacsen.
27382
27383         * dgnushack.el: Autoload executable-find for XEmacs.
27384
27385 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27386
27387         * gnus-art.el (gnus-read-string): Remove.
27388         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27389         read-string.
27390
27391 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27392
27393         * netrc.el: Autoload password-read.
27394         (netrc): Add configuration group.
27395         (netrc-encoding-method, netrc-openssl-path):
27396         Add variables for encoding and decoding of files with symmetric
27397         ciphers.
27398         (netrc-encode): Add assistant function to encode a file with
27399         netrc-encoding-method.
27400         (netrc-parse): Add interactive parameter, added optional
27401         decoding if netrc-encoding-method is non-nil but otherwise
27402         behavior is standard.
27403         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27404         Do s/encode/encrypt/ everywhere.
27405
27406         * spam.el: Remove executable-find autoload.
27407
27408 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27409
27410         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27411
27412         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27413
27414 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27415
27416         * gnus-art.el (gnus-treat-ansi-sequences)
27417         (article-treat-ansi-sequences): New variable and function.
27418         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27419
27420         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27421         Use it.
27422
27423 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27424
27425         * mm-util.el (mm-quote-arg): Remove.
27426
27427         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27428         shell-quote-argument.
27429
27430         * gnus-uu.el (gnus-uu-command): do.
27431
27432         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27433
27434         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27435         with make-char.
27436
27437         * mm-util.el (mm-make-char): Remove.
27438
27439         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27440         add-minor-mode.
27441
27442         * gnus-undo.el (gnus-undo-mode): do.
27443
27444         * gnus-topic.el (gnus-topic-mode): do.
27445
27446         * gnus-sum.el (gnus-dead-summary-mode): do.
27447
27448         * gnus-start.el (gnus-slave-mode): do.
27449
27450         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27451
27452         * gnus-ml.el (gnus-mailing-list-mode): do.
27453
27454         * gnus-gl.el (gnus-grouplens-mode): do.
27455
27456         * gnus-draft.el (gnus-draft-mode): do.
27457
27458         * gnus-dired.el (gnus-dired-mode): do.
27459
27460         * gnus-ems.el (gnus-add-minor-mode): Remove.
27461
27462         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27463         Replace gnus-char-width with char-width.
27464
27465         * gnus-ems.el (gnus-char-width): Remove.
27466
27467         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27468         Replace gnus-char-width with char-width.
27469
27470         * gnus-ems.el (gnus-char-width): Remove.
27471
27472         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27473         definition.
27474         Remove Emacs 20 hash table compatibility code.
27475
27476         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27477         20 compatibility code.
27478
27479         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27480
27481         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27482
27483         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27484         Replace with point-at-{eol,bol}.
27485
27486         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27487
27488         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27489
27490         * flow-fill.el (fill-flowed-point-at-bol)
27491         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27492
27493         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27494         Replace with point-at-{eol,bol} throughout all files.
27495
27496 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27497
27498         * ntlm.el (ntlm-string-as-unibyte): New macro.
27499         (ntlm-build-auth-response): Use it.
27500
27501         Remove Emacs 20 stuff:
27502         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27503         (butlast, mapc, remove): Remove the compiler macros.
27504         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27505         of delq and copy-sequence.
27506         * gnus-art.el (popup-menu): Remove the compiler macro.
27507         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27508         Emacs 20.
27509
27510 2004-01-05  Simon Josefsson  <jas@extundo.com>
27511
27512         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27513         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27514         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27515         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27516         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27517         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27518         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27519         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27520         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27521         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27522         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27523         string-xor into ntlm-string-xor.
27524         Suggested by Jesper Harder <harder@myrealbox.com>.
27525
27526         * ntlm.el: Don't include poem.
27527
27528         * md4.el (print-int32, print-string-hexa): Remove.
27529         Suggested by Jesper Harder <harder@myrealbox.com>.
27530
27531         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27532
27533         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27534         probably breaks emacs with DL patch, but do we care? Is anyone
27535         still using the DL stuff?)
27536
27537         * sieve-manage.el: Use the password package.
27538         (sieve-manage-read-passwd): Remove.
27539         (sieve-manage-interactive-login): Use password.  Re-add
27540         condition-case around loop.
27541
27542         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27543         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27544         Use the password package.
27545
27546 2003-02-19  Simon Josefsson  <jas@extundo.com>
27547
27548         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27549         token.
27550
27551 2002-08-07  Simon Josefsson  <jas@extundo.com>
27552
27553         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27554         (sieve-manage-authenticators)
27555         (sieve-manage-authenticator-alist): Add some SASL mechs.
27556         (sieve-sasl-auth): New function.
27557         (sieve-manage-cram-md5-auth)
27558         (sieve-manage-plain-auth): Rewrite using SASL library.
27559         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27560         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27561         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27562         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27563
27564 2004-01-05  Simon Josefsson  <jas@extundo.com>
27565
27566         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27567         New files.
27568
27569 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27570
27571         * gnus-group.el (gnus-no-groups-message): Update.
27572
27573         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27574
27575 2003-11-09  Simon Josefsson  <jas@extundo.com>
27576
27577         * imap.el: Support for ID IMAP extension (RFC 2971).
27578         (imap-local-variables): Add imap-id.
27579         (imap-id): New variable.
27580         (imap-id): New function.
27581         (imap-parse-response): Parse untagged ID response.
27582         * nnimap.el (nnimap-id): New variable.
27583         (nnimap-open-connection): Use it.
27584
27585 2003-12-28  Simon Josefsson  <jas@extundo.com>
27586
27587         * gnus-score.el (gnus-score-edit-all-score): New.
27588         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27589
27590 2004-01-04  Simon Josefsson  <jas@extundo.com>
27591
27592         * password.el: Add.
27593
27594 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27595
27596         * dns.el (dns-query-types): Fix typo.
27597         (dns-query-types): New function.
27598         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27599         PTR and SOA replies, see RFC 1035.
27600
27601 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27602
27603         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27604
27605         * Move to Changelog.2.
27606
27607 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27608
27609         * gnus.el (gnus-version-number): Bump version.
27610
27611 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27612
27613         * gnus.el: No Gnus v0.1 is released.
27614
27615 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27616
27617         * gnus.el: No Gnus v0.0 is released.
27618
27619 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27620
27621         * gnus.el (gnus-version-number): Bump.
27622         (gnus-version): No.
27623
27624 See ChangeLog.2 for earlier changes.
27625
27626   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27627
27628   This file is part of GNU Emacs.
27629
27630   GNU Emacs is free software: you can redistribute it and/or modify
27631   it under the terms of the GNU General Public License as published by
27632   the Free Software Foundation, either version 3 of the License, or
27633   (at your option) any later version.
27634
27635   GNU Emacs is distributed in the hope that it will be useful,
27636   but WITHOUT ANY WARRANTY; without even the implied warranty of
27637   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27638   GNU General Public License for more details.
27639
27640   You should have received a copy of the GNU General Public License
27641   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27642
27643 ;; Local Variables:
27644 ;; coding: utf-8
27645 ;; fill-column: 79
27646 ;; add-log-time-zone-rule: t
27647 ;; End: