Handle being given a prefix when forwarding as documented
[gnus] / lisp / ChangeLog
1 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4         not the prefix, as documented (bug#10689).
5
6 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
9         the "server".
10
11         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
12         the real error message with the useless "previously known to be down".
13         Which isn't even correct.
14
15         * nntp.el (nntp-open-connection): Report the error message if the nntp
16         server can't be reached.
17
18         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
19         groups we do a total scan for.
20         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
21         doing that.
22
23 2012-01-31  Jim Meyering  <jim@meyering.net>
24
25         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
26         Correct a comment (insert "not") and hide nominally-doubled "to".
27
28 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
29
30         * gnus.el: No Gnus v0.19 is released.
31
32 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
33
34         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
35         section in the manual.
36
37 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
38
39         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
40         words.
41         (rfc2047-encode-string): Ditto.
42         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
43         understand folded filename="..." parameters, for instance.
44
45         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
46         the message for greater debuggability.
47
48 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
51         instead of setting it locally, since the latter doesn't seem to have
52         any effect (most of the time).
53
54 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
55
56         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
57         function call.
58
59 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
60
61         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
62         seconds, and make the repeat clause with HH:MM specs work as
63         documented.
64
65 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * proto-stream.el (proto-stream-capability-open): Fall back on
68         :end-of-command if :end-of-capability doesn't exist.
69
70 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
73         bound globally in old Emacsen and XEmacsen.
74
75 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
78         so that previous errors don't prohibit getting new news.
79
80         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
81
82         * nntp.el (nntp-retrieve-group-data-early): Ditto.
83
84 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
85
86         * gnus.el (gnus-group-find-parameter): Check for liveness of the
87         buffer, not of the string which is its name.
88
89 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
90
91         * proto-stream.el (proto-stream-capability-open): Wait for
92         :end-of-capability, not :end-of-command.
93
94         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
95         non-server-marks groups.
96         (gnus-group-make-articles-read): Ditto.
97
98         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
99         methods (bug#9676).
100
101         * gnus.el (gnus-method-ephemeral-p): New function.
102
103 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
106         left-to-right.
107
108 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
111         warning.
112
113 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
116         macroexpand the nnir things, since they haven't been defined yet, and
117         nnir requires gnus-sum.
118
119 2012-01-24  Julien Danjou  <julien@danjou.info>
120
121         * color.el (color-rgb-to-hsl): Fix value computing.
122         (color-hue-to-rgb): New function.
123         (color-hsl-to-rgb): New function.
124         (color-clamp, color-saturate-hsl, color-saturate-name)
125         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
126         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
127
128 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * mm-decode.el (mm-interactively-view-part): Fix prompt.
131
132 2012-01-19  Julien Danjou  <julien@danjou.info>
133
134         * color.el (color-name-to-rgb): Use the white color to find the max
135         color component value and return correctly computed values.
136         (color-name-to-rgb): Add missing float conversion for max value.
137
138 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
141         logical server name in addition to the actual machine address.
142
143         * auth-source.el (auth-source-user-and-password): Add convenience
144         wrapper to search by just host and optionally user.
145
146 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * shr.el (shr-visit-file): Move point to the beginning of the buffer
149         after rendering.
150
151 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
154         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
155         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
156
157 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-sum.el (gnus-summary-read-group): Document more parameters
160         (bug#9693).
161         (gnus-summary-setup-buffer): Document return value (bug#9697).
162
163         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
164         since ido doesn't work on symbols (bug#9632).
165
166         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
167         when getting a single value as when getting all the values.  This means
168         that atoms like `gcc-self' work cumulatively, like variable settings,
169         instead of getting the value from the last matching clause.
170         (gnus-group-find-parameter): Protect against the group buffer not
171         existing (bug#9585).
172
173 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-start.el (gnus-activate-group): Document more parameters
176         (bug#9694).
177
178         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
179         (bug#9692).
180
181         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
182         article was fetched, so that it can be expired later (bug#9958).
183         (gnus-agent-summary-fetch-series): Add doc string.
184         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
185         (bug#9517).
186
187         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
188         retrieval is happening.
189
190         * gnus.el (gnus-parameters): Doc fix.
191
192 2012-01-06  Dave Abrahams  <dave@boostpro.com>
193
194         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
195         show the thread after expansion.
196
197 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-art.el (article-narrow-to-head): If the head is completely
200         empty, narrow to the empty region (bug#9764).
201
202         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
203         read, and then mark them as unread only when the unread mark is used.
204         This makes `C-- T k' actually work, even though it's confusing.
205
206         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
207         alive before we try to find its window.
208
209 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
210
211         * mm-decode.el (mm-display-external): Use a longer timeout for the
212         deletion to allow slow programs to display the file.
213
214 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
217         prompt to be less confusing.
218
219         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
220         argument to `message-reply'.  This broke `special-display-*' frame
221         pop-uping (bug#10238).
222
223 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
226         systems, since these allegedly don't work there.
227
228 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
229
230         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
231         live buffer.
232
233 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnir.el (nnir-retrieve-headers): Protect against the article not
236         existing on the server (bug#10335).
237
238 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
239
240         * gnus-agent.el (gnus-agent-load-local): Recompute
241         gnus-agent-article-local on changing method.
242
243 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus.el (gnus-parameters): Note precedence.
246
247 2012-01-04  Leo  <sdl.web@gmail.com>
248
249         * nndraft.el (nndraft-update-unread-articles): Don't move point around
250         in the group buffer.
251
252 2012-01-04  Julien Danjou  <julien@danjou.info>
253
254         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
255         change.
256
257 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
260         too.
261
262         * nntp.el (nntp-retrieve-group-data-early): Use it.
263
264 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * nntp.el (nntp-retrieval-in-progress): New variable.
267         (nntp-make-process-buffer): Make it buffer-local.
268
269         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
270         2010.
271         (gnus-demon-init): Use it to compute the time if time is on the form
272         "04:23".
273
274         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
275
276         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
277         status in the correct buffer.
278
279 2012-01-03  Leo  <sdl.web@gmail.com>
280
281         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
282         when opening topics (bug#10407).
283
284 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
285
286         * gnus-cus.el (gnus-score-customize):
287         * gnus-sum.el (gnus-sort-gathered-threads):
288         * message.el (message-shorten-references):
289         * nnmairix.el (nnmairix-request-group):
290         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
291
292 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
293
294         * gnus-agent.el (gnus-agent-regenerate-group):
295         * gnus-int.el (gnus-retrieve-group-data-early):
296         * mm-util.el (mm-codepage-ibm-list):
297         * nndiary.el (Commentary, nndiary-get-new-mail):
298         * nnir.el (nnir):
299         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
300
301 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * mm-view.el (mm-display-inline-fontify): Add comment.
304
305 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
306
307         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
308         * ntlm.el (ntlm-smb-dohash): Spelling fix.
309
310 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
311
312         * gnus-art.el (gnus-split-methods):
313         * gnus-msg.el (gnus-configure-posting-styles):
314         * gnus-spec.el (gnus-parse-simple-format):
315         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
316         * message.el (message-do-actions): Spelling fix.
317
318 2011-12-15  Juri Linkov  <juri@jurta.org>
319
320         * mm-decode.el (mm-inline-media-tests): Add missing
321         `mm-handle-media-subtype'.
322
323 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
324
325         * gnus-group.el (gnus-group-tool-bar):
326         * gnus-sum.el (gnus-summary-tool-bar):
327         * message.el (message-tool-bar):
328         * rfc2231.el (rfc2231-parse-string): Spelling fix.
329
330 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
331
332         * plstore.el (plstore--insert-buffer): Spelling fix.
333
334 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
335
336         * message.el (message-valid-fqdn-regexp): Update with newly approved
337         top-level domain names ".tel" and ".asia".
338
339 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-sum.el (gnus-summary-show-article): Don't load shr
342         unconditionally.
343
344 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
347         pop-to-buffer-same-window for old Emacsen.
348
349 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
350
351         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
352
353 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
354
355         * netrc.el (netrc-credentials): Spelling fix.
356
357 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
358
359         * gnus-fun.el (gnus-fun-ppm-change-string):
360         * gnus-msg.el (gnus-inews-do-gcc):
361         * gnus-sum.el (gnus-summary-find-for-reselect):
362         * gnus.el (gnus-summary-cancelled):
363         * message.el (message-cancel-hook, message-send-news):
364         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
365         * nnir.el (nnir-run-hyrex):
366         * nntp.el (nntp-with-open-group-function):
367         * pgg.el (pgg-pending-timers): Spelling fix.
368
369 2011-12-04  Chong Yidong  <cyd@gnu.org>
370
371         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
372         change (Bug#10200).
373
374 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * compface.el (uncompface):
377         * gnus-art.el (gnus-article-x-face-command): Update the header format
378         of icon data for the most recent icontopbm program.
379
380 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-msg.el (gnus-inews-do-gcc):
383         * message.el (message-send-mail):
384         * mml.el (mml-generate-mime): Share the value of the buffer-local
385         `message-options' variable between a draft buffer and temprary working
386         buffers.
387
388 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
389
390         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
391
392 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
395         for Cygwin.
396
397 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
398
399         * gnus-group.el (gnus-group-prepare-flat):
400         * mm-bodies.el (mm-encode-body):
401         * mml.el (mml-preview):
402         * nnml.el (nnml-request-compact-group):
403         * pop3.el (pop3-stream-type): Spelling fix.
404
405 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
406
407         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
408
409 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
410
411         * color.el (color-rgb-to-hsl):
412         * gmm-utils.el (gmm-tool-bar-style):
413         * gnus-group.el (gnus-group-prepare-flat):
414         * gnus-topic.el (gnus-topic-prepare-topic):
415         * mm-decode.el (mm-discouraged-alternatives):
416         * rfc2047.el (rfc2047-encode-1):
417         * starttls.el: Spelling fix.
418
419 2011-11-24  Glenn Morris  <rgm@gnu.org>
420
421         * binhex.el (binhex-begin-line): Give it basic doc-string.
422
423         * starttls.el, tls.el: Fix case of "GnuTLS".
424
425 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
426
427         * gnus-group.el (gnus-group-highlight): Fix typo.
428
429 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
430
431         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
432         value of `delete-file', that returns nil for a local file but returns t
433         for a remote file using ssh.
434
435 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
436
437         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
438
439 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
442         avoid later breakage.
443
444 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
447         article buffers' name.
448
449 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
452         by Paul Eggert's spellfixes two days ago.
453
454 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
457         doesn't have it.
458
459         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
460         buffer-local instead of binding them to avoid warnings.  Also demote
461         errors (bug#10063).
462         (font-lock-mode-hook): Shut up byte compiler.
463
464 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
465
466         * mm-util.el (mm-charset-after):
467         * nnir.el (nnir-run-hyrex):
468         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
469         (ntlm-get-password-hashes, ntlm-md4hash):
470         * smime.el: Fix typo.
471
472 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
473
474         * gnus-agent.el (gnus-agent-expire-group-1):
475         * nndiary.el (nndiary-last-occurence):
476         * nnimap.el (nnimap-request-set-mark):
477         * nnmairix.el (nnmairix-only-use-registry):
478         * gnus-group.el (gnus-group-prepare-flat):
479         * gnus-sum.el (gnus-decode-encoded-word-methods):
480         * message.el (message-wash-subject):
481         * nntp.el (nntp-retrieve-headers-with-xover):
482         * smime.el (smime-certificate-directory): Spelling fix.
483
484 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
485
486         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
487
488         * color.el:
489         * gnus-agent.el (gnus-agent-possibly-alter-active):
490         * gnus-dired.el (gnus-dired-print):
491         * mail-parse.el:
492         * nnmairix.el (nnmairix-request-group):
493         * shr.el (shr-image-displayer):
494         * sieve-manage.el:
495         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
496
497 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
498
499         * gnus-sum.el (gnus-auto-select-subject):
500         * spam-report.el (spam-report-resend): Spelling fix.
501
502 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
503
504         * gnus-agent.el (gnus-agent-get-undownloaded-list):
505         * gnus-art.el (gnus-default-article-saver):
506         * gnus-srvr.el (gnus-server-copy-server):
507         * gnus.el (gnus-sloppily-equal-method-parameters):
508         * html2text.el (html2text-format-tag-list):
509         * message.el (message-narrow-to-head):
510         * nndiary.el:
511         * nnmairix.el (nnmairix-determine-original-group-from-registry):
512         * sieve.el: Spelling fix.
513
514 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
515
516         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
517         * gnus-sum.el (gnus-summary-make-menu-bar):
518         * gnus-uu.el (gnus-uu-decode-postscript)
519         (gnus-uu-decode-postscript-and-save):
520         * mailcap.el (mailcap-print-command):
521         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
522         Fix typos.
523
524 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
525
526         * gnus-art.el (gnus-article-part-wrapper):
527         * html2text.el (html2text-fix-paragraphs):
528         * mm-decode.el (mm-image-fit-p):
529         * rfc2047.el (rfc2047-encode-message-header):
530         * shr-color.el (shr-color-visible-distance-min)
531         (shr-color-relative-to-absolute, set-minimum-interval)
532         (shr-color-visible): Fix typos.
533
534 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
535
536         * gmm-utils.el (gmm-tool-bar-item):
537         * gnus-art.el (gnus-treat-body-boundary):
538         * gnus-diary.el (gnus-user-format-function-d):
539         * gnus-start.el (gnus-get-unread-articles):
540         * pgg-gpg.el (pgg-gpg-update-agent):
541         * smime.el (smime-cert-by-ldap-1): Spelling fix.
542
543 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
544
545         * gnus-topic.el (gnus-group-prepare-topics):
546         * gnus-uu.el (gnus-extract-view):
547         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
548
549 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * spam.el: Move BBDB autoloads.
552         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
553         BBDB 2 and 3.
554         (spam-check-BBDB): Use it.
555         (spam-enter-ham-BBDB): Use it.
556
557 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
558
559         * smime.el (smime-draw-buffer): Spelling fix.
560
561 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
562
563         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
564         for scanning exactly one level.
565         * gnus-start.el (gnus-get-unread-articles): Ditto.
566
567 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
570         slightly clearer.
571
572 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * gnus-sync.el: More commentary about setup.
575
576 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * message.el (message-send-and-exit): Document `arg'.
579
580 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
583
584 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
587
588         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
589         we don't use `bound-and-true-p'.
590
591 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * gnus-util.el (gnus-bound-and-true-p): Remove.
594         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
595         * nnir.el: Use it.
596         * nnmairix.el: Use it.
597
598 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * gnus-sync.el: Improve docs about CouchDB admins.
601
602         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
603         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
604         for reasons unknown.
605         * nnir.el: Use it.
606         * nnmairix.el: Use it.
607
608         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
609         * nnir.el: Ditto.
610         * nnmairix.el: Ditto.
611
612         * gnus-registry.el (gnus-registry-enabled): Default to nil.
613
614 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
615
616         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
617         not needed.  Provide xmlplistread list function to produce XML plist
618         output for non-Gnus LeSync clients.
619
620 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
621
622         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
623
624         * gnus-sync.el: Add LeSync synchronization backend and logic to read
625         and save against it.  Group subscriptions, read marks, other marks,
626         subscription levels, topic names, and topic offsets (the group's
627         position within the topic) are saved.  This is an experimental backend
628         and may change significantly.  Load json.el from the gnus-fallback-lib
629         if it's not available otherwise.
630         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
631
632 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
633
634         * message.el (message-completion-function): Make sure
635         message-tab-body-function is not attempted if one of
636         message-completion-alist fails to find a completion (bug#9158).
637
638 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
639
640         * mml.el (mml-quote-region): Quote <#secure> tag.
641         (mml-generate-mime-1): Unquote <#secure> tag.
642
643 2011-10-20  Chong Yidong  <cyd@gnu.org>
644
645         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
646         calling a minor mode from Lisp with nil arg enables it, so we have to
647         make the wording a bit ambiguous here).
648
649 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
652         * nnir.el (nnir-mode): Use it.
653         * nnmairix.el (nnmairix-determine-original-group-from-registry):
654         Use it.
655
656         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
657         * nnmairix.el (gnus-registry-enabled): Ditto.
658
659 2011-10-17  Dave Abrahams  <dave@boostpro.com>
660
661         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
662         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
663         only while we need to find out if it should be t or nil.
664         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
665         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
666         the registry is installed.  Set it to nil when it's unloaded.
667         (gnus-registry-install-p): Provide user guidance for the initial value
668         of `gnus-registry-install' when it's 'ask, otherwise return its value.
669         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
670         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
671         * nnmairix.el (nnmairix-determine-original-group-from-registry):
672         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
673         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
674         `gnus-registry-install'.
675
676 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
677
678         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
679         previous change.
680         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
681         primary key is marked as disabled.
682
683 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
684
685         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
686         primary key is marked as disabled.
687
688 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
689
690         * html2text.el (html2text-clean-anchor): Check for quotes around
691         `href' value.
692
693 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
696         searching.  Drop `bbdb-cache'.
697
698 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * message.el (message-signed-or-encrypted-p): Exclude header when
701         checking if there is signed or encrypted body in text/plain message.
702
703 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
704
705         * html2text.el (html2text-get-attr): Correctly handle attribute values
706         containing "=".
707
708 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
709
710         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
711         handle bindings.
712
713 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-win.el (gnus-configure-windows): Protect against reading
716         ephemeral groups outside of Gnus.
717
718 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * shr.el (shr-tag-img): Don't get images displayed in tables.
721
722 2011-10-03  Glenn Morris  <rgm@gnu.org>
723
724         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
725         the "maintainer" version of debbugs.gnu.org reports.
726
727 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
730         make asynchronous adjacent image insertion work better.
731
732 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
733
734         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
735         documentation.
736
737 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
740         `gnus-asynchronous' isn't shadowed.
741
742 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
745
746         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
747         (nnimap-insert-partial-structure): The charset parameter isn't
748         case-sensitive.
749
750         * nnheader.el (nnheader-message-maybe): New function.
751
752         * shr.el (shr-tag-table): Render totally broken tables better.
753
754         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
755         computing the boundary.
756
757 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * pop3.el (pop3-number-of-responses): Remove.
760         (pop3-wait-for-messages): Rewrite to take linear time instead of
761         exponential time.
762
763 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
766         re-fetch images.
767
768         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
769         re-fetch images when hitting `g' in Gnus.
770
771 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * mml.el (mml-inhibit-compute-boundary): New internal variable.
774         (mml-compute-boundary): Don't check collision if it is non-nil.
775         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
776         before checking collision.
777
778 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * message.el (message-indent-citation): Really make sure there's a
781         newline at the end.
782
783         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
784         Fix suggested by John Wiegley.
785
786         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
787
788         * gnus-art.el (gnus-treat-hide-citation): Add doc.
789
790         * message.el (message-default-send-rename-function): Break out into its
791         own function.
792
793         * ecomplete.el (ecomplete-display-matches): Revert patch since it
794         doesn't work under XEmacs.
795
796         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
797         of "imaps" to word around Windows problems.
798         (nnimap-open-connection-1): Use it.
799
800         * message.el (message-indent-citation): Revert last change which made
801         `F' not work.
802
803 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
804
805         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
806         terminal as well.
807
808 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
811         because it displays images using overlays that aren't easy to copy to
812         the article buffer.
813
814 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
815
816         * message.el (message-indent-citation): Fix empty line removal at the
817         end of the citation.
818
819 2011-09-20  Julien Danjou  <julien@danjou.info>
820
821         * auth-source.el (auth-source-netrc-create): Use default value for
822         password if specified.  Evaluate default.
823         (auth-source-plstore-create): Ditto.
824         (auth-source-plstore-create, auth-source-netrc-create): Fix default
825         value evaluation.
826         (auth-source-netrc-create): Typo fix.
827         (auth-source-plstore-create): Ditto.
828
829         * password-cache.el (password-cache-remove): Remove entries even if the
830         value is nil, so that password with a nil value (negative caching) is
831         possible to invalidate.
832
833         * auth-source.el (auth-source-format-cache-entry): New function.
834
835 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
838
839 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
842
843 2011-09-19  Julien Danjou  <julien@danjou.info>
844
845         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
846         which work with things that are not ASCII.
847
848 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
851
852 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
855         message level.
856
857 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
860
861 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus.el (gnus-interactive-exit): Update defcustom spec.
864
865 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
866
867         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
868         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
869
870 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
871
872         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
873         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
874         articles.
875
876 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
877
878         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
879         (message-mail-other-window, message-mail-other-frame)
880         (message-news-other-window, message-news-other-frame):
881         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
882         instead of setting buffer display varibles.
883
884 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
887
888         * gnus-sum.el (gnus-fetch-headers): Bump message level.
889
890 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
893         duplicates" to a higher level.
894
895         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
896         most egregious messages.
897
898 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
901
902 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
903
904         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
905         up the file (bug#9351).
906
907 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
910         it does with all other backends, but decode the names immediately after
911         getting them.
912
913         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
914         decoding nnimap groups.
915
916         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
917         newsrc file.  It doesn't seem like an important optimization any more.
918
919 2011-09-10  Dave Abrahams  <dave@boostpro.com>
920
921         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
922         overflows.
923
924 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus.el (gnus-article-mark-lists): Remove `recent'.
927         (gnus-interactive-exit): Extend to `quiet'.
928
929         * gnus-sum.el (gnus-offer-save-summaries): Use it.
930
931         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
932         string.
933
934         * plstore.el (plstore--get-buffer): Silence compiler warnings by
935         renaming function arguments from `this'.
936
937         * gnus-sum.el (gnus-newsgroup-recent): Remove.
938
939         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
940         has been renamed.
941         (gnus-lrm-string-p): Include RLM and PDF, too.
942
943         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
944         (bug#9225).
945
946 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
947
948         Add autoload cookies for functions used by sendmail.el.
949         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
950
951         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
952
953 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-art.el (article-date-ut): Work properly even when there are
956         things like Date header in the body; work for forwarded parts.
957
958 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
959
960         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
961         original-article-buffer.
962
963 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
964
965         * nnir.el (nnir-compose-result): Fix matching of server type.
966         (nnir-run-swish++): Ditto.
967         (nnir-run-namazu): Ditto.
968         (nnir-run-notmuch): Ditto.
969
970 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
973         (bug#9405).
974
975         * gnus-score.el (gnus-summary-increase-score): Doc clarification
976         (bug#9421).
977
978         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
979         (bug#9425).
980
981         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
982         thing (bug#9426).
983
984 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
987         the error message.
988
989 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
990
991         * message.el (message-setup-1): Return t (Bug#9392).
992
993 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
994
995         * gnus-sum.el: When adding article headers to a summary buffer also
996         update gnus-newsgroup-articles (bug#9386).
997
998 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * auth-source.el: Autoload help-mode.
1001
1002 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1005         names.
1006
1007 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1008
1009         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1010         mm-replace-in-string for compatibility issues.
1011         * mml2015.el (mml2015-epg-verify): Ditto.
1012
1013 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1016
1017         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1018
1019 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1022         continue on and do the clean-up phase (bug#9188).
1023
1024         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1025         just ignore groups that can't be opened instead of erroring out
1026         (bug#9225).
1027
1028         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1029         nil since some many people are fuddy-duddies.
1030
1031         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1032         images.
1033
1034         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1035         instead.
1036
1037         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1038
1039         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1040
1041         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1042         processing.
1043
1044         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1045         buffer to avoid warnings.
1046
1047 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1048
1049         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1050         specified to reduce precision.
1051
1052 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1055         bodystructures (bug#9314).
1056
1057 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1060         Make button keymap non-sticky after buttons.
1061
1062 2011-08-18  David Engster  <dengste@eml.cc>
1063
1064         * nnmairix.el (nnmairix-request-set-mark)
1065         (nnmairix-goto-original-article): Remove adding of article to registry,
1066         since `gnus-registry-add-group' isn't available anymore.
1067         (nnmairix-determine-original-group-from-registry):
1068         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1069         available anymore.
1070
1071 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1072
1073         * starttls.el (starttls-any-program-available): Define as obsolete
1074         function.
1075
1076 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1079         versions which Gnus use when appropriate.
1080
1081         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1082         a pretty destructive command.
1083
1084         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1085
1086 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * message.el (message-fix-before-sending): Make a different warning
1089         about NUL characters (bug#9270).
1090
1091         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1092         from custom (bug#9260).
1093
1094         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1095         things work in Emacs 22 and XEmacs, too.
1096
1097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1098         default From.
1099
1100         * gnus-spec.el (gnus-lrm-string-p): New macro.
1101         (gnus-lrm-string): New constant.
1102         (gnus-summary-line-format-spec): LRM-ify the from.
1103         (gnus-tilde-max-form): LRM-ify string chopping.
1104
1105         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1106
1107         * message.el (message-is-yours-p): Allow disabling canlock checking
1108         (bug#9295).
1109         (message-shoot-gnksa-feet): Add `canlock-verify'.
1110         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1111         message directory isn't writable (bug#9304).
1112
1113         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1114         non-world-readable.
1115
1116 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1119         articles.
1120
1121 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1122
1123         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1124         copy-list.
1125
1126 2011-08-12  Sam Steingold  <sds@gnu.org>
1127
1128         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1129         in the reverse order to avoid modifying the cache with `nreverse'.
1130         (gnus-all-score-files): Do not modify the value returned by
1131         `gnus-score-find-alist' because it lives in a cache variable.
1132         (gnus-current-home-score-file): No need to `nreverse' the return value
1133         of `gnus-score-find-alist', it is already in the correct order.
1134
1135 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1136
1137         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1138         type MESSAGE and subtype RFC822 is slightly different from those of
1139         type TEXT.
1140
1141 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1142
1143         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1144         This allows article-referral to work from an nnir group.
1145
1146 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1147
1148         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1149
1150 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1151
1152         * mml1991.el (mml1991-epg-find-usable-key)
1153         (mml1991-epg-find-usable-secret-key): New function.
1154         (mml1991-epg-sign): Check if signing key is usable.
1155         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1156
1157 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1158
1159         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1160         server-variables only.  This should fix a bug introduced with commit
1161         e1889675b7f4adf057833c5513c9374134c4e053.
1162         (nnir-run-query): 'nnir-search-engine should not be set from the global
1163         environment.
1164
1165 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1166
1167         * nnir.el (nnir-search-thread): Position point on referring article
1168         line.
1169         (nnir-warp-to-article): Clean up summary buffers.
1170
1171         * nnimap.el (nnimap-request-thread): Whitespace fix.
1172
1173 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1174
1175         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1176
1177 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * starttls.el (starttls-available-p): Rename from
1180         `starttls-any-program-available' and changed return convention.
1181
1182 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1183
1184         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1185         `unix-sync' unless it's defined.
1186
1187 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1188
1189         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1190         `aref' for XEmacs compatibiltiy.
1191
1192 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1195
1196 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1197
1198         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1199         closures, quote the form properly (bug#9194).
1200
1201 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1204         (gnus-summary-insert-new-articles): Protect against servers that are
1205         down.
1206
1207 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1208
1209         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1210         in mm handle if none is specified.
1211
1212 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1213
1214         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1215
1216 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1217
1218         * nnir.el (nnir-search-thread): New function to make an nnir group
1219         based on a thread query.
1220
1221         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1222         of nnir in thread referral.
1223         (gnus-summary-refer-thread): Use it.
1224
1225         * nnimap.el (nnimap-request-thread): Use it.
1226
1227 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * shr.el (shr-tag-comment): Ignore HTML comments.
1230
1231 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1232
1233         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1234         argument.
1235         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1236         Use `nnir-address' to handle server info rather than passing an arg.
1237
1238         * nnimap.el (nnimap-make-thread-query): New utility function to format
1239         an imap thread search query.
1240         (nnimap-request-thread): Use it.
1241
1242         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1243         right select-method if we are not going back to the group buffer.
1244
1245 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1248         enter invalid buffer configurations into the quit form (bug#9107).
1249         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1250         unplugged/plugged.
1251
1252         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1253         keep track of which ones are unread (bug#9061).
1254
1255         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1256         (bug#9055).
1257
1258         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1259         (bug#9041).
1260
1261         * gnus-html.el (mm-util): Require (bug#9073).
1262
1263         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1264         (gnus-summary-refer-thread): Use it to remove duplicates in the
1265         un-threaded view (bug#9053).
1266         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1267
1268 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1269
1270         * nnir.el (nnir-read-server-parm): Use default value from global
1271         variable.  Without this the default search engine parameters aren't
1272         used at all.
1273
1274 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * message.el (message-unique-id): Don't use the undocumented return
1277         value from (random t) (bug#9118).
1278
1279 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * message.el (message-auto-save-directory): If the ~/Mail directory
1282         doesn't exist, use ~ as the auto-save directory (bug#4432).
1283
1284         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1285         hasn't already been started.
1286
1287 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1290
1291         * message.el (message-reply): Work around mysterious bug where
1292         `message-mode' seems to overwrite the locally bound `subject' variable.
1293
1294 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1295
1296         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1297         correct group.
1298
1299         * gnus-int.el (gnus-request-thread): Add group argument.
1300
1301         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1302
1303 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1306
1307         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1308         renamed to `debbugs-gnu-*'.
1309
1310 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1311
1312         * plstore.el: Revert the editing feature since it is not urgent.
1313         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1314         (plstore-mode-decoded): Remove.
1315
1316 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1319         isn't very interesting any more, and it leaks potentially secret data.
1320         (gnus-debug): Remove.
1321
1322         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1323         use of :custom-show.
1324
1325 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1326
1327         * plstore.el: Add documentation.
1328         (plstore-mode): New mode to edit plstore file.
1329         (plstore-mode-toggle-display, plstore-mode-original)
1330         (plstore-mode-decoded): New command.
1331         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1332         (plstore--insert-buffer, plstore--make): New function.
1333         (plstore-open, plstore-save): Simplify by using them.
1334
1335 2011-07-06  Glenn Morris  <rgm@gnu.org>
1336
1337         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1338
1339 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1342         no longer is much used.
1343         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1344         Articles".
1345
1346 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1347
1348         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1349         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1350         `notmuch' backend.
1351
1352 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * mm-decode.el (mm-text-html-renderer): Doc fix.
1355
1356         * gnus-msg.el (gnus-bug): Fix the MML tag.
1357
1358         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1359
1360 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1361
1362         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1363         secondary methods if started with `gnus-no-server'.
1364
1365 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1366
1367         * message.el (message-return-action): Fix typo in docstring.
1368
1369 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1372         bug reports at once.
1373
1374         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1375
1376 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * nndraft.el: Require gnus-group.
1379         (nndraft-request-list): Declare.
1380
1381         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1382         no unread article unless it matches gnus-permanently-visible-groups.
1383
1384         * nndraft.el (nndraft-update-unread-articles): New function.
1385         (nndraft-request-associate-buffer): Use it to update the number of
1386         unread articles for the nndraft groups in the group buffer when saving
1387         or killing a draft message.
1388
1389 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1392         systems to binary before writing and reading the mbox files.
1393
1394         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1395         instead of trying to list them all (bug#8978).
1396
1397 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1398
1399         * pop3.el (pop3-open-server): Use :end-of-capability.
1400
1401 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1404         the id is always a number.
1405
1406         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1407
1408         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1409         debbugs mode, if possible.
1410
1411 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1412
1413         * auth-source.el (auth-source-token-passphrase-callback-function):
1414         Reindent.
1415         (epg-context-operation): Remove unnecessary autoload.
1416
1417 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus.el (gnus-list-debbugs): New command.
1420
1421         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1422         mboxstat instead of the maintbox, since the stat seems to be fuller.
1423
1424         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1425         summary buffers.
1426
1427         * message.el (message-get-reply-headers): Delete all duplicates,
1428         instead of the first.
1429         (message-get-reply-headers): Ensure that we have progress while
1430         deleting duplicates.
1431
1432         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1433         gnus-posting-style value from the summary buffer to make it easier to
1434         make that a per-buffer conf.
1435
1436 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1437
1438         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1439         found by setting `shortcut' in 'query.
1440         (nnir-request-article): Use `shortcut' setting when requesting article
1441         by Message-ID.
1442
1443 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1446         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1447         Bring the pseudo-headers back too.
1448
1449 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1450
1451         * auth-source.el (auth-source-token-passphrase-callback-function):
1452         Simplify and remove EPA dependency.
1453
1454 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1455
1456         * nnir.el (nnir-request-article): Fix error message text.
1457
1458 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1459
1460         * auth-source.el (plstore-delete): Autoload.
1461         (auth-source-plstore-search): Support delete operation.
1462         * plstore.el (plstore-delete): New function.
1463
1464 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1467         mark actually existing articles as unread rather than the ones that
1468         active asserts.
1469
1470 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * nntp.el (nntp-record-command):
1473         * gnus-util.el (gnus-message-with-timestamp-1):
1474         Use format-time-string rather than decoding time stamps by hand.
1475         This is simpler and insulates the code from potential changes to
1476         current-time format.
1477
1478 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1481
1482 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1483
1484         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1485         (plstore-save): Support public key encryption.
1486         (plstore--init-from-buffer): New function.
1487         (plstore-open): Use it; fix error when opening a non-existent file.
1488         (plstore-revert): Use plstore--init-from-buffer.
1489
1490 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1491
1492         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1493
1494 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1497         for old Emacsen.
1498
1499 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1500
1501         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1502         is not fully working.
1503
1504 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * dgnushack.el: Autoload sha1 on XEmacs.
1507
1508         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1509         quit window configuration.
1510
1511         * auth-source.el (epg-context-set-passphrase-callback):
1512         Remove duplicate autoload.
1513
1514 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1515
1516         * nnir.el (nnir-request-article): Allow requesting articles by
1517         Message-ID with nnimap.
1518
1519         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1520         current server.
1521
1522 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * auth-source.el: Autoload EPA/EPG functions.
1525         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1526         changed when EPA/EPG is not available.
1527         (auth-source-backend): Rename "arg" member to "data".
1528         (auth-source-backend-parse, auth-source-plstore-search)
1529         (auth-source-plstore-create): Use it.
1530
1531 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1534         `gnus-refer-article-methods'.
1535
1536 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1537
1538         * auth-source.el: Require EPA and EPG.
1539         (auth-source-passphrase-alist): New variable.
1540         (auth-source-passphrase-callback-function)
1541         (auth-source-token-passphrase-callback-function): Callbacks for the
1542         netrc field encryption (GPG tokens).
1543         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1544         Symmetric encryption and decryption of the netrc GPG tokens.
1545         (auth-source-netrc-normalize): Use them, simplifying the closure.
1546
1547 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1550         is available.
1551
1552 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1555         non-nil, and `nnimap-split-methods' is nil, use the former.
1556
1557 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1558
1559         * plstore.el (plstore-revert): New function.
1560         (plstore-open): Use it; hide the buffer from user.
1561
1562 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1563
1564         * auth-source.el (auth-source-backend): New member "arg".
1565         (auth-source-backend-parse): Handle new backend 'plstore.
1566         * plstore.el: New file.
1567
1568 2011-06-30  Glenn Morris  <rgm@gnu.org>
1569
1570         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1571
1572 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1575         expiring articles to.
1576
1577         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1578         variations as ASCII (bug#5458).
1579
1580 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1583
1584 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * message.el (message-point-in-header-p): Tweak the function to default
1587         to saying that we're not in the headers if there is no separator at
1588         all.  This makes it possible to use the Message version of `M-q' in
1589         buffers with no headers (bug#7987).
1590         (message-point-in-header-p): Fix last checkin to work with an empty
1591         mail-header-separator, too.
1592
1593         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1594         again, save the choice via customize.
1595
1596 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1599
1600         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1601         ended the connection, bail out before waiting infinitely on a new
1602         connection.
1603
1604 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1605
1606         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1607         reports.
1608
1609         * gnus.el (gnus-bug-package): Use "gnus."
1610         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1611
1612 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * dgnushack.el: Make the timer warning go away on XEmacs.
1615
1616         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1617         animations going on at article exit time.
1618
1619         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1620         since removing it breaks people upgrading.
1621
1622         * shr.el (shr-put-image): Use the new interface for animating images.
1623         (shr-put-image): Animate for 60 seconds.
1624
1625         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1626         avoid compiler warnings.
1627
1628         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1629         error with `find-file-hooks' on Emacs 22.
1630         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1631         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1632         on all architectures.
1633
1634         * spam.el (spam-stat): Require in a normal fashion without binding
1635         `spam-stat-install-hooks' to avoid compilation warnings.
1636
1637         * spam-stat.el (spam-stat-install-hooks): Remove.
1638         (spam-stat-install-hooks): Don't run automatically.
1639
1640 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1641
1642         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1643         and keystroke.
1644
1645 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * auth-source.el (auth-source-netrc-cache): Move forward.
1648
1649 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * proto-stream.el (proto-stream-open-starttls): Use
1652         `gnutls-available-p' to see whether we have built-in support.
1653
1654         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1655         we already know.
1656         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1657         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1658
1659 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1662         %S format, since that looks odd.
1663         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1664         file, especially when saving.
1665
1666 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1667
1668         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1669         article found.
1670
1671 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1674         `auth-source-save-secrets' with a more sensitive alist that can be
1675         configured per file.  Experimental, so defaults to 'never.
1676         (auth-source-netrc-create): Use it.  Still experimental code.
1677         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1678         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1679
1680 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1681
1682         * auth-source.el (auth-source-save-secrets): New variable to control if
1683         secret tokens should be saved encrypted.
1684         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1685         to `auth-source-netrc-normalize'.
1686         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1687         on the EPA variables being defined.
1688         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1689         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1690         the lexical-let closure.
1691         (auth-source-netrc-create): Create "gpg:" tokens according to
1692         `auth-source-save-secrets'.
1693
1694 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-group.el (gnus-group-update-group): Add new argument
1697         `info-unchanged' that stops updating dribble buffer.
1698
1699         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1700         deletes lines matching to it in dribble buffer.
1701
1702         * gnus-agent.el (gnus-agent-fetch-group-1):
1703         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1704         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1705         * gnus-start.el (gnus-group-change-level):
1706         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1707
1708         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1709         if newsgroup info is not changed.
1710
1711         * gnus-group.el (gnus-group-get-new-news-this-group):
1712         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1713         Don't update dribble buffer.
1714
1715 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1718         remove entries with groups we ignore.
1719
1720 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1723         the underline comes at the bottom.
1724
1725 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1728         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1729         (gnus-registry-article-marks-to-names): Rename from
1730         `gnus-registry-user-format-function-M2'.
1731
1732 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1735         ephemeral group.
1736
1737 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * shr.el (shr-browse-image): Copy the URL if called interactively.
1740
1741 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1744         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1745         done, then unselected articles may be marked as read.
1746
1747         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1748         since not doing this seems to lead to a race condition in pop3-logon.
1749
1750         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1751         so that the call chain it correct when we call "upwards".
1752
1753         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1754         in read-only groups.
1755
1756         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1757
1758         * message.el (message-cite-reply-position): Doc string fix.
1759
1760         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1761         avoid regexp overflow.
1762         (nnimap-transform-split-mail): Ditto.
1763
1764         * pop3.el (pop3-retr): Error out if the server closes the connection.
1765
1766 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1767
1768         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1769         mm-with-unibyte-current-buffer.  The buffer should not contain any
1770         multibyte chars anyway at this stage.
1771
1772 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1775         at the end of lines.
1776
1777 2011-05-29  Julien Danjou  <julien@danjou.info>
1778
1779         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1780
1781 2011-05-27  Glenn Morris  <rgm@gnu.org>
1782
1783         * gnus-group.el (gnus-bug-group-download-format-alist):
1784         Use the "maintainer" version of debian reports as well.
1785
1786 2011-05-26  Glenn Morris  <rgm@gnu.org>
1787
1788         * gnus-group.el (gnus-bug-group-download-format-alist):
1789         Use the "maintainer" version of debbugs.gnu.org reports.
1790
1791 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1794
1795 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1796
1797         * gnus-cus.el (gnus-agent-customize-category):
1798         * gnus-delay.el (gnus-delay-send-queue):
1799         * gnus.el (gnus-other-frame):
1800         Don't quote lambda expressions with `quote'.
1801
1802 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1805         the thread moves us backwards and so we loop forever.
1806
1807 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1810         whitespace in base64 data lines.
1811
1812 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1813
1814         * gnus-registry.el (gnus-registry-user-format-function-M):
1815         Use `mapconcat'.
1816         (gnus-registry-user-format-function-M2): Use to see the full text of
1817         the marks.  Make "," the mark text separator.
1818
1819         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1820         authentication with auth-source.
1821
1822 2011-05-17  Glenn Morris  <rgm@gnu.org>
1823
1824         * gnus-group.el (gnus-import-other-newsrc-file):
1825         Use insert-file-contents.
1826
1827 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1828
1829         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1830         1000 iterations.
1831
1832 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * nntp.el (nntp-open-connection): Check if process-type is available.
1835
1836 2011-05-16  Julien Danjou  <julien@danjou.info>
1837
1838         * shr.el (shr-tag-del): Add support for del tag.
1839
1840 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-html.el (gnus-html-put-image): Register a displayer.
1843
1844         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1845
1846 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1847
1848         * registry.el (prune-factor): New initialization parameter defaulting
1849         to 0.1.
1850         (registry-prune-hard): Use it.
1851
1852         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1853         0.1 expicitly.
1854
1855 2011-05-13  Glenn Morris  <rgm@gnu.org>
1856
1857         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1858         is bound, since this function requires sendmail.
1859
1860 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * registry.el (registry-usage-test): Disable pruning test.
1863
1864 2011-05-11  David Engster  <dengste@eml.cc>
1865
1866         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1867         Bind set-network-process-option for XEmacs.
1868
1869 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1870
1871         * registry.el (registry-prune-hard-candidates)
1872         (registry-prune-soft-candidates): Helper methods for registry pruning.
1873         (registry-prune): Use them.  Make the sort function optional.
1874
1875 2011-05-10  Jim Meyering  <meyering@redhat.com>
1876
1877         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1878
1879 2011-05-10  Julien Danjou  <julien@danjou.info>
1880
1881         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1882         symbol and not a list.
1883
1884 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-art.el (gnus-article-mode): Move binding of
1887         shr-put-image-function here from gnus-article-prepare-display.
1888
1889         * shr.el (shr-put-image-function): New variable.
1890         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1891         (shr-put-image): Return scaled image.
1892
1893         * gnus-art.el (gnus-shr-put-image): New function.
1894         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1895
1896         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1897         original ones, as deletable.
1898
1899 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1900
1901         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1902
1903 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * registry.el (registry-full): Add convenience method.  Fix logic.
1906         (registry-insert): Use it.  Fix logic here too.
1907
1908         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1909         `registry-prune' if `registry-full' returns t.
1910         (gnus-registry-handle-action)
1911         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1912         (gnus-registry-usage-test): Use it.
1913
1914 2011-05-07  Julien Danjou  <julien@danjou.info>
1915
1916         * shr.el (shr-link): Make shr-link inherit from link by default.
1917
1918 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1921
1922 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1925         error out because the face is not a list.
1926
1927 2011-05-05  Glenn Morris  <rgm@gnu.org>
1928
1929         * proto-stream.el (gnutls-negotiate): Fix declarations.
1930
1931         * gnus-start.el (gnus-propagate-marks): Declare.
1932
1933 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1934
1935         * registry.el (registry-reindex): Fix percentage message.
1936
1937         * proto-stream.el (network-stream-open-starttls): Adjust to call
1938         `gnutls-negotiate' with :process and :hostname arguments.
1939
1940 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * shr.el: Add shr-link face for links.
1943         (shr-urlify): Use it.
1944
1945         * registry.el (registry-insert): Make error message more helpful.
1946
1947 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-html.el (gnus-html-schedule-image-fetching):
1950         Use url-queue-retrieve, if it exists.
1951
1952         * shr.el (shr-tag-img): Ditto.
1953
1954         * gnus.el: Autoload more gnus-agent functions.
1955
1956         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1957         agent if we haven't already (bug#8502).
1958
1959         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1960         into the Agent, too.
1961
1962         * gnus-agent.el (gnus-agent-store-article): New function.
1963
1964         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1965         and moved from that file for reuse.
1966
1967         * pop3.el (pop3-open-server): Error messages are "-ERR".
1968
1969 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1972         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1973
1974 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1975
1976         * gnus.el: No Gnus v0.17 is released.
1977
1978 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1979
1980         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1981         buffer has moved to a different frame.
1982
1983 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1986         to get the conversion from unibyte to multibyte buffers to work on
1987         Emacs 22.
1988
1989         * nntp.el (nntp-request-article): Slight clean-up.
1990
1991 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * shr.el (shr-strike-through): New face.
1994         (shr-tag-s): Use it to provide <s> support.
1995         (shr-tag-s): Remove duplicate definition.
1996
1997 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2000         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2001
2002 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2005         `gnutls-negotiate'.
2006         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2007
2008 2011-04-23  Glenn Morris  <rgm@gnu.org>
2009
2010         * gnus-sum.el (gnus-extra-headers): Bump :version.
2011
2012 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * shr.el (shr-tag-sup): New function.
2015         (shr-tag-sub): Ditto.
2016
2017 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2020         for the case where `gnus-registry-ignored-groups' is a list of lists,
2021         and don't call `gnus-parameter-registry-ignore' otherwise.
2022
2023 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * nnimap.el (nnimap-user): New backend variable.
2026         (nnimap-open-connection-1): Use it.
2027         (nnimap-credentials): Accept user parameter so it's explicit what user
2028         name is desired.
2029
2030         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2031         default.
2032
2033         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2034         not gnus-registry.el.
2035
2036         * gnus-registry.el: Mention in comments how to modify
2037         `gnus-extra-headers' for proper recipient tracking and that it may
2038         already have To and Cc recently, which it does as of this commit.
2039         (gnus-registry-ignored-groups): Remove defcustom.
2040         Explain why in comments.
2041         (gnus-registry-action): Fix data-header reference to use the extra
2042         headers.  Explain in package commentary how to add To and Cc headers to
2043         the gnus-extra-headers.
2044         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2045         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2046         parameter list or a string list in `gnus-registry-ignored-groups'.
2047         Fix logic error.
2048
2049 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * shr.el (shr-expand-url): Protect against null urls.
2052
2053 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * shr.el (shr-base): New binding.
2056         (shr-tag-base): Keep track of <base>.
2057         (shr-expand-url): New function used throughout.
2058
2059 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * gnus-registry.el
2062         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2063         (gnus-registry-ignored-groups): New variable.
2064         (gnus-registry-ignore-group-p): Use it.
2065         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2066         set the destination group to nil (same as delete) if it's ignored.
2067
2068 2011-04-20  David Engster  <dengste@eml.cc>
2069
2070         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2071
2072         * Makefile.in (test-nntp): New rule.
2073         (check): Add it.
2074         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2075
2076 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * gnus-registry.el (gnus-registry-action)
2079         (gnus-registry-fetch-header-fast):
2080         Don't use mail-header that looks an internal function of mailheader.el.
2081
2082 2011-04-19  Glenn Morris  <rgm@gnu.org>
2083
2084         * time-date.el (time-to-days): Remove unused local variables.
2085
2086 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-registry.el: Eliminate cl functions.
2089         (gnus-registry-sort-addresses): New function that replaces mapcan.
2090         (gnus-registry-action, gnus-registry-spool-action)
2091         (gnus-registry-split-fancy-with-parent)
2092         (gnus-registry-fetch-recipients-fast): Use it.
2093         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2094
2095         * registry.el (initialize-instance, registry-lookup)
2096         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2097         (registry-lookup-secondary-value, registry-search, registry-delete)
2098         (registry-insert, registry-reindex, registry-size, registry-prune):
2099         Use eval-and-compile.
2100
2101 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2102
2103         * registry.el (registry-reindex): New method to recreate the secondary
2104         registry indices.
2105
2106         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2107         tracked field changes.
2108         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2109         (gnus-registry-action, gnus-registry-spool-action)
2110         (gnus-registry-handle-action)
2111         (gnus-registry--split-fancy-with-parent-internal)
2112         (gnus-registry-split-fancy-with-parent)
2113         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2114         move, and delete actions, and for fancy splitting with parent.
2115         (gnus-registry-extract-addresses)
2116         (gnus-registry-fetch-recipients-fast)
2117         (gnus-registry-fetch-header-fast): Convenience functions.
2118         (gnus-registry-misc-test): ERT test of
2119         `gnus-registry-extract-addresses'.
2120
2121 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2122
2123         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2124         Track by subject first, then sender.
2125
2126 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2127
2128         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2129
2130         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2131         Lisp.
2132
2133         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2134         (gnus-draft-send): Use it to avoid popping
2135         up frames from gnus-group-send-queue.
2136
2137 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * gnus-registry.el: Updated gnus-registry docs.
2140
2141 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2144         Fix logic bug.
2145         (gnus-registry-post-process-groups): Fix logging of no results and
2146         quote sender and subject.
2147
2148 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2151         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2152         gnutls-cli are too slow to be done opportunistically.
2153
2154         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2155         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2156         we had no early-data returned.
2157         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2158         two async commands to the same server at the same time.
2159
2160 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2161
2162         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2163
2164 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2167         "warning" level.
2168
2169         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2170         (mm-url-insert-file-contents): Don't set the package names.
2171
2172 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2173
2174         * gnus-registry.el (gnus-registry-action): Remove properties and
2175         simplify subject in `gnus-registry-handle-action'.
2176         (gnus-registry-spool-action): Get subject and sender from message if
2177         they are not passed in.
2178         (gnus-registry-handle-action): Remove properties and simplify subject
2179         consistently.
2180
2181 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2182
2183         * registry.el: Require CL before using defmacro*.
2184
2185 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-art.el (article-treat-date): Assume that
2188         gnus-article-date-headers may be a group parameter.
2189
2190 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2191
2192         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2193
2194         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2195         interactively so the newsrc file can contain foreign groups too.
2196         Useful for debugging but not much for users.
2197
2198 2011-04-07  David Engster  <dengste@eml.cc>
2199
2200         * registry.el (registry-usage-test): Only do
2201         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2202         lexical binding.
2203
2204 2011-04-07  David Engster  <dengste@eml.cc>
2205
2206         * Makefile.in (check, test-registry): New rules for test-suite.
2207
2208 2011-04-06  David Engster  <dengste@eml.cc>
2209
2210         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2211         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2212
2213 2011-04-06  David Engster  <dengste@eml.cc>
2214
2215         * registry.el (initialize-instance): Change :after to :AFTER to be
2216         compatible with old EIEIO version in XEmacs.
2217
2218 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2219
2220         * gnus-registry.el (gnus-registry-post-process-groups)
2221         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2222         and provide better messaging.
2223
2224 2011-04-06  David Engster  <dengste@eml.cc>
2225
2226         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2227         errors.
2228
2229         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2230         dgnushack-compile with error-on-warn enabled, and to signal an error if
2231         clean compilation failed.
2232         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2233         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2234
2235 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2238         unconditionally anyway, discarding errors.
2239         (gnus-registry-delete-entries): New convenience function.
2240         (gnus-registry-import-eld): Import from old .eld registry.
2241
2242         * registry.el: Don't use ERT if it's not available.  Load it
2243         unconditionally anyway, discarding errors.
2244
2245         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2246         version from the Claudio Bley GnuTLS patch (extra optional parameters
2247         and host name).
2248
2249 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2252         fixup the parameters that can be customized by the user between
2253         save/read cycles.
2254         (gnus-registry-read): Use it.
2255         (gnus-registry-make-db): Use it.
2256         (gnus-registry-spool-action, gnus-registry-handle-action):
2257         Fix messaging.
2258         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2259         Map references to actual group names with sender and subject tracking.
2260         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2261         (gnus-registry-usage-test): Add subject lookup test.
2262
2263         * registry.el (registry-db, initialize-instance): Set up constructor
2264         instead of :initform arguments for the sake of older Emacsen.
2265         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2266         pre-lexbind merge bug.
2267         (registry-usage-test): Use it.
2268         (initialize-instance, registry-db): Move the non-function initforms
2269         back to the class definition.
2270
2271 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * registry.el: New library to manage gnus-registry-style data.
2274
2275         * gnus-registry.el: Use it (major rewrite).
2276
2277         * nnregistry.el: Use it.
2278
2279         * spam.el: Use it.
2280
2281 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2284         marks on non-selected articles.
2285
2286 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2287
2288         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2289         parameter to open-protocol-stream.
2290
2291 2011-04-01  Julien Danjou  <julien@danjou.info>
2292
2293         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2294         fundamental-mode.
2295
2296 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2299         servers.
2300
2301 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2304         made marks not propagate, again.
2305
2306 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2307
2308         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2309         Make this the default type.
2310         (proto-stream-open-plain): Rename from proto-stream-open-default.
2311         (open-protocol-stream, proto-stream-open-starttls)
2312         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2313         with `plain'.
2314
2315         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2316         value.
2317
2318         * nntp.el (nntp-open-connection-function): Document the fact that some
2319         values are not functions but are instead handled specially.
2320         Recognize nntp-open-plain-stream value.
2321         (nntp-open-connection): Recognize that value.
2322
2323 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2326         where it seems to be needed.
2327
2328 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2331         stuff.
2332
2333         * gnus-score.el (gnus-score-string): Fix calling convention of
2334         `gnus-simplify-buffer-fuzzy' after last patches.
2335
2336         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2337         server for articles we didn't get any headers for.  This is a sanity
2338         check.
2339
2340 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2341
2342         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2343         new CAPABILITY, use it.
2344
2345 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2348         downloading anything.
2349
2350         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2351
2352 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2353
2354         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2355         colors.
2356         (gnus-splash-svg-color-symbols): New function.
2357
2358 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2361         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2362         (gnus-simplify-subject-fuzzy): Use the local
2363         gnus-simplify-subject-fuzzy-regex instead of the global one.
2364         This makes using this variable in group parameters work.
2365
2366 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * gnus-registry.el (gnus-registry-unfollowed-groups):
2369         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2370         archive:sent-YYYY-MM-DD groups).
2371         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2372         tracking if there are more than `gnus-registry-max-track-groups'
2373         matches.
2374
2375 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2376
2377         * message.el (message--yank-original-internal): New function to do the
2378         insertion cleanly inside eval in `message-yank-original'.
2379         (message-yank-original): Use it.
2380
2381 2011-03-29  Julien Danjou  <julien@danjou.info>
2382
2383         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2384         local variables disabled rather than `normal-mode'.
2385
2386 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2387
2388         * imap.el (imap-shell-open, imap-process-connection-type):
2389         Use imap-process-connection-type for 'shell' streams as well as
2390         Kerberos, SSL, other subprocesses.
2391
2392 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2393
2394         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2395         with open-network-stream.
2396         (proto-stream-always-use-starttls): Option removed.
2397         (open-protocol-stream): Return a process object by default.  Provide a
2398         new parameter :return-list specifying a list-type return value, which
2399         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2400         :type `network' to `try-starttls', and `network-only' to `default'.
2401         Make `default' the default, for compatibility with open-network-stream.
2402         Handle the no-parameter case exactly as open-network-stream, with no
2403         additional stream processing.  Search plists using plist-get.
2404         Explicitly add :end-of-commend parameter if it is missing.
2405         (proto-stream-open-default): Rename from
2406         proto-stream-open-network-only.  Return 'default as the type.
2407         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2408         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2409         failed.  Always return a list with a (possibly dead) process as the
2410         first element, for compatibility with open-network-stream.
2411         (proto-stream-open-tls): Use plist-get.  Always return a list.
2412         (proto-stream-open-shell): Return `default' as connection type.
2413         (proto-stream-capability-open): Use plist-get.
2414         (proto-stream-eoc): Function deleted.
2415
2416         * nnimap.el (nnimap-stream, nnimap-open-connection)
2417         (nnimap-open-connection-1): Handle renaming of :type parameter for
2418         open-protocol-stream.
2419         (nnimap-open-connection-1): Pass a :return-list parameter
2420         open-protocol-stream to obtain a list return value.  Parse this list
2421         using plist-get.
2422
2423         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2424         for open-protocol-stream.  Accept open-protocol-stream return value
2425         that is a subprocess object instead of a list.  Handle the case of a
2426         dead returned process.
2427
2428 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2431
2432         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2433
2434 2011-03-21  Julien Danjou  <julien@danjou.info>
2435
2436         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2437         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2438         query.
2439         (mm-inline-text): Render normal text with fontification whenever
2440         possible.
2441
2442         * gnus-sum.el (gnus-summary-save-parts-1):
2443         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2444         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2445         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2446         Use `mm-handle-filename'.
2447
2448         * mm-util.el (mm-handle-filename): New function, return the filename of
2449         an handle.
2450
2451 2011-03-18  Julien Danjou  <julien@danjou.info>
2452
2453         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2454         (gnus-buffer-live-p): Check that buffer is not nil.
2455
2456 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2457
2458         * gnus.el: No Gnus v0.15 is released.
2459
2460 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2463         avoid warning on XEmacs.
2464
2465         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2466         on XEmacs.
2467
2468         * gnus-art.el: Require mouse, which the build bot seems to say is
2469         needed.
2470
2471         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2472
2473         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2474         XEmacs, since it doesn't have url-retrieve-synchronously.
2475
2476         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2477         since assoc-string doesn't exist in XEmacs.
2478
2479 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2480
2481         * gnus-group.el (gnus-group-list-ticked): New function.
2482         (gnus-group-make-menu-bar): Provide a menu entry for it.
2483         (gnus-group-list-map): Provide a binding for it.
2484
2485 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * shr.el (shr-visit-file): New command.
2488
2489         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2490
2491 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2492
2493         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2494         servers.
2495
2496 2011-03-16  Julien Danjou  <julien@danjou.info>
2497
2498         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2499         inline.
2500
2501         * gnus-art.el (article-hide-list-identifiers):
2502         Use gnus-group-get-list-identifiers.
2503
2504         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2505         (gnus-summary-remove-list-identifiers):
2506         Use gnus-group-get-list-identifiers to get regexp.
2507         (gnus-select-newsgroup, gnus-summary-insert-subject)
2508         (gnus-summary-insert-articles):
2509         Call gnus-summary-remove-list-identifiers unconditionally.
2510
2511 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2514         we're selecting a group with unread articles.
2515
2516         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2517
2518         * gssapi.el: New file separated out from imap.el to provide a general
2519         Kerberos 5 connection facility for Emacs.
2520
2521         * message.el (message-elide-ellipsis): Document the format spec
2522         ellipsis.
2523
2524 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * message.el (message-elide-region): Allow the ellipsis to say how many
2527         lines were removed.
2528
2529 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2532         window configurations containing buffers that are now dead.
2533
2534         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2535         parsing to avoid integer overflows.
2536         (nnimap-parse-flags): Simplify the last change.
2537         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2538         too large for 32-bit Emacsen.
2539
2540 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2541
2542         * auth-source.el (auth-source-netrc-create):
2543         * message.el (message-yank-original): Fix use of `case'.
2544
2545 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2546
2547         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2548         XEmacs, which was one character too wide.
2549
2550 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2551
2552         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2553         default number of articles to display.
2554         (gnus-articles-to-read): Use pretty names for prompt.
2555
2556 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-int.el (gnus-open-server): Ditto.
2559
2560         * gnus-start.el (gnus-activate-group): Give a backtrace if
2561         debug-on-quit is set and the user hits `C-g'.
2562         (gnus-read-active-file): Ditto.
2563
2564         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2565
2566 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * message.el (message-yank-original): Use cond instead of CL case.
2569
2570 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2571
2572         * auth-source.el (auth-source-netrc-create): Use usual format for the
2573         default in prompts.
2574
2575 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * lpath.el: Fbind read-char-choice for XEmacs.
2578
2579 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2580
2581         * auth-source.el (auth-source-netrc-create): Show the default in the
2582         prompt when prompting for token creation.
2583
2584 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * auth-source.el (auth-source-format-prompt): Always convert the value
2587         to a string to avoid evaluating non-string arguments.
2588         (auth-source-netrc-create): Offer default properly, not as initial
2589         content in `read-string'.
2590         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2591         of line to determine if we've been run before.  If so, don't run again,
2592         but print a trivial message to indicate the cache was hit instead.
2593
2594 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2595
2596         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2597         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2598         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2599         Gnus.
2600
2601 2011-03-11  Julien Danjou  <julien@danjou.info>
2602
2603         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2604         modified file".
2605
2606 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2607
2608         * auth-source.el (auth-source-read-char-choice): New function to read a
2609         character choice using `dropdown-list', `read-char-choice', or
2610         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2611         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2612         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2613         (auth-source-netrc-saver): Use it.
2614         (auth-source-pick-first-password): New convenience function.
2615
2616 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2617
2618         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2619         parameter in the credentials.
2620         (nnimap-open-connection-1): Use it after a successful login.
2621         (nnimap-credentials): Add IMAP-specific user and password prompt.
2622
2623         * auth-source.el (auth-source-search): Add :require parameter, taking a
2624         list.  Document it and the :save-function return token.  Pass :require
2625         down.  Change the CREATED message from a warning to a debug statement.
2626         (auth-source-search-backends): Pass :require down.
2627         (auth-source-netrc-search): Pass :require down.
2628         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2629         Change save prompt to indicate all modifications saved here are
2630         deletions.
2631         (auth-source-netrc-create): Take user login name as default in user
2632         prompt.  Move all the save functionality to a lexically bound function
2633         under the :save-function token in the returned list.  Set up clearer
2634         default prompts for user, host, port, and secret.
2635         (auth-source-netrc-saver): New function, intended to be wrapped for
2636         :save-function.
2637
2638 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2641         lines to be spaces instead.
2642
2643 2011-03-07  Julien Danjou  <julien@danjou.info>
2644
2645         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2646         (sieve-sasl-auth): Check that auth-source-search did return something,
2647         or just return an empty string.
2648
2649 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2650
2651         * gnus.el (gnus-interactive): Use read-directory-name.
2652
2653         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2654         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2655         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2656         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2657         Likewise.
2658
2659         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2660
2661 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2664         onto the list of killed groups, too.  This makes killed nnimap groups,
2665         for instance, more reliably not reappear.
2666
2667         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2668         the parent.
2669
2670         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2671
2672         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2673         really have server-side marks.
2674
2675         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2676         since most backends do not usefully have server-side marks.
2677         (gnus-update-read-articles): Propagate marks to all backends that
2678         really have server-side marks.
2679
2680 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2681
2682         * message.el (message-cite-reply-position, message-cite-style):
2683         New variables.
2684         (message-yank-original): Use the new citation styles.
2685
2686 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2687
2688         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2689         buffer-local issue); don't mark it buffer-local when running under
2690         XEmacs.
2691
2692 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2693
2694         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2695         numbers too big to be `read'.
2696
2697 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * password-cache.el (password-in-cache-p): Add autoload.
2700
2701         * message.el (message-options): Make buffer-local two ways to attempt
2702         to fix a XEmacs bug.
2703
2704 2011-03-02  Julien Danjou  <julien@danjou.info>
2705
2706         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2707
2708 2011-03-01  Julien Danjou  <julien@danjou.info>
2709
2710         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2711         group.
2712         (article-hide-list-identifiers): Use list-identifier group parameter.
2713
2714 2011-02-28  Julien Danjou  <julien@danjou.info>
2715
2716         * sieve.el (sieve-buffer-script-name): New local variable to store
2717         sieve script name.
2718         (sieve-edit-script): Store sieve script name.
2719         (sieve-upload): Use sieve script name when uploading.
2720         (sieve-upload): Use substitute-command-keys.
2721         (sieve-edit-script): Use substitute-command-keys.
2722         (sieve-refresh-scriptlist): Use substitute-command-keys.
2723         (sieve-manage-mode-map): Define keymap properly.
2724         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2725         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2726         Remove commented code about cvs.
2727         (sieve-manage-quit): New function.
2728         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2729
2730 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2733
2734 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2735
2736         * auth-source.el (auth-source-search): Cache empty result sets.
2737
2738         * password-cache.el (password-in-cache-p): Convenience function to
2739         check if a key is in the cache, even if the value is nil.
2740
2741         * auth-source.el (auth-source-save-behavior): New variable to replace
2742         `auth-source-never-create'.
2743         (auth-source-netrc-create): Use it.
2744         (auth-source-never-save): Remove.
2745
2746 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2747
2748         * nnimap.el (nnimap-stream): Doc fix.
2749         (nnimap-open-connection-1): Reverse the order of the ports to that the
2750         prompted-for port is first.
2751
2752         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2753         retrieval by the no-group selection.
2754
2755         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2756         numerical parameters.
2757
2758 2011-02-25  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-gravatar.el: Use gnus-with-article-buffer.
2761
2762         * gnus-art.el (gnus-with-article-buffer): Check that the
2763         gnus-article-buffer is alive.
2764
2765 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * auth-source.el (auth-source-creation-prompts): New variable to manage
2768         creation-time prompts.
2769         (auth-source-search): Document it.
2770         (auth-source-format-prompt): Add utility function.
2771         (auth-source-netrc-create): Don't default the user name to
2772         user-login-name.  Use `auth-source-creation-prompts' and some default
2773         prompts for user, host, port, and password (the default generic prompt
2774         remains ugly).
2775         (auth-source-never-save): Add customizable option to never save info.
2776         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2777         mode excursion.
2778
2779 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2782         argument that XEmacs doesn't support.
2783
2784         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2785         compiled for Emacsen having no `libxml-parse-html-region' support.
2786
2787         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2788
2789         * lpath.el: Bind buffer-save-without-query for XEmacs.
2790
2791 2011-02-23  Julien Danjou  <julien@danjou.info>
2792
2793         * gnus-art.el (article-make-date-line): Ignore errors if time is
2794         invalid and not convertible.
2795         (article-make-date-line): Only add lapsed time if time is not nil.
2796
2797 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2800         `read-char-choice' for backwards compatibility.
2801         (auth-source-netrc-element-or-first): New function to DTRT for
2802         parameter extraction.
2803         (auth-source-netrc-create): Use it and fix multiple parameter print
2804         bug.  Use the default passed from above (given-default) or the
2805         built-in (user-login-name for :user).
2806
2807 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus-start.el (gnus-dribble-read-file):
2810         Set buffer-save-without-query, since we always want to save the dribble
2811         file, probably.
2812
2813         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2814         nnimap.
2815
2816         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2817         -summary- since it's a user-visible variable.
2818
2819         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2820         first time you use the new Gnus.
2821
2822 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2823
2824         * auth-source.el: Don't load netrc.el.
2825         (auth-sources): Search ~/.netrc as well by default.
2826         (auth-source-debug): Add 'trivia option for extra output.
2827         (auth-source-do-trivia): Use it.
2828         (auth-source-search): Simplify logic to use
2829         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2830         appropriate.  Don't keep a running count at this level.  Layer :create
2831         and :delete options appropriately on the first and second passes.
2832         Don't track the backend with the search results.
2833         (auth-source-search-backends): New function to search a list of
2834         backends for a processed spec.
2835         (auth-source-netrc-parse): Cache all netrc files, making
2836         auth-source-netrc-cache an alist keyed by the file name and using the
2837         file mtime as the caching criterion.  Keep the obfuscated data secret
2838         with a lexical bind.
2839         (auth-source-netrc-search): Don't calculate the length of the results
2840         unnecessarily.
2841         (auth-source-search-backends): Fix bug.
2842         (auth-source-netrc-create): Rework prompts.
2843
2844 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2845
2846         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2847         Lower case names of search constraints.
2848         (nnir-run-query): Cache and reuse search constraints for all imap
2849         servers.
2850
2851 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2854         after exit.
2855         (gnus-setup-message): Define missing variable from last checkin.
2856
2857         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2858         value, show the raw article.
2859
2860 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2861
2862         * gnus.el: No Gnus v0.13 is released.
2863
2864 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2865
2866         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2867         auth-source now accepts numbers.
2868
2869         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2870         spec, too.
2871         (auth-source-ensure-strings): New function.
2872
2873         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2874         (gnus-article-setup-buffer): Always restart the date timer so that user
2875         changes to the frequency is respected.
2876
2877         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2878         port numbers, so make sure it gets that if nnimap-server-port is
2879         explicit.
2880
2881 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2882
2883         * nnimap.el (nnimap-inbox): Doc fix.
2884
2885 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2886
2887         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2888         Autoload.  Add optional arg FRAME, and pass it to color-values.
2889         (color-complement): Caller changed.  Doc fix.
2890         (color-gradient): Rewrite for better clarity and efficiency.
2891
2892 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2893
2894         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2895         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2896         color-lab-to-srgb.
2897
2898 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2899
2900         * color.el: First part of merge from hexrgb.el.
2901         (color-rgb-to-hex): Rename from color-rgb->hex.
2902         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2903         saturation to zero if the value is too small.
2904         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2905         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2906         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2907         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2908         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2909         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2910         (color-cie-de2000): Doc fix.
2911
2912 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2913
2914         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2915         given method as in the group name if we're using an extended method.
2916         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2917         command, if we're using that, instead of waiting for the beginning.
2918
2919         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2920         we're sure to get unique server names, and we don't output two async
2921         commands in the same buffer.  This fixes an NNTP hang for some users.
2922
2923 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2924
2925         * gnus.el: No Gnus v0.11 is released.
2926
2927 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2930         summary buffer before reading going to the next buffer.  This avoids
2931         putting the point in the group buffer if you `C-g' the command.
2932
2933         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2934         cache (for now) to make ~/.authinfo.gpg files usable.
2935
2936         * nnfolder.el (copyright-update): Define for the compiler.
2937
2938         * auth-source.el (auth-source-search): Fix unbound variable.
2939
2940 2011-02-19  Glenn Morris  <rgm@gnu.org>
2941
2942         * gnus.el (gnus-meta): Doc fix.
2943
2944 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2945
2946         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2947         in case it's not yet loaded.
2948
2949 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2950
2951         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2952         line we're waiting for.
2953
2954 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2955
2956         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2957         face with line-width greater than zero will cause RET in gnus summary
2958         buffer to scroll down article page-wise because auto vscroll happens,
2959         it should be temporally disabled when doing a scroll-up.
2960
2961 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2964         outputs from the server.
2965
2966 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2967
2968         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2969         later so that bbdb can hook in easier.
2970
2971 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2972
2973         * auth-source.el (auth-source-search): Don't try to create credentials
2974         if the caller doesn't want that.
2975         (auth-source-search): If we don't find a match, don't bug out on
2976         non-bound variables.
2977         (auth-source-search): Only ask a single backend to create the
2978         credentials.
2979
2980         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2981         logging.
2982         (nnimap-credentials): Protect against auth-source-search returning nil.
2983         (nnimap-request-list): Protect against not being able to open the
2984         server.
2985
2986 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2987
2988         * auth-source.el (auth-source-search): Do a two-phase search, one with
2989         no :create to get the responses from all backends.
2990
2991         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2992         when getting credentials.
2993
2994         * gnus-util.el (gnus-delete-duplicates): New function.
2995
2996 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2999         a creation default, pass the whole port list down.  It will be
3000         completed.
3001
3002         * auth-source.el (auth-source-search): Updated docs to talk about
3003         multiple creation choices.
3004         (auth-source-netrc-create): Accept a list as a value (from the search
3005         parameters) and do completion on that list.  Keep a separate netrc line
3006         with the password obscured for showing the user.
3007
3008         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3009         first choice to `auth-source-search' so it will be used for entry
3010         creation instead of the server's Gnus-specific name.
3011         (nnimap-credentials): Rely on the auth-source library to select which
3012         port is actually wanted in the new netrc entry, so don't override
3013         `auth-source-creation-defaults'.
3014
3015         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3016         :protocol and accept a missing user, host, or port as a wildcard match.
3017         (auth-source-debug): Default to off.
3018
3019         (auth-source-netrc-search, auth-source-netrc-create)
3020         (auth-source-secrets-search, auth-source-secrets-create)
3021         (auth-source-user-or-password, auth-source-backend, auth-sources)
3022         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3023         instead of :protocol.
3024
3025         * nnimap.el (nnimap-credentials): Pass a port default to
3026         `auth-source-search' in case an entry needs to be created.
3027         (nnimap-open-connection-1): Use :port instead of :protocol.
3028
3029 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * auth-source.el: Bind load-path when loading EIEIO from
3032         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3033         21.4 doesn't support, to `require'.
3034         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3035         delete-dups that is not available in XEmacs 21.4.
3036
3037 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3038
3039         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3040         as EIEIO must also be loaded when auth-source.el is being
3041         byte-compiled.
3042
3043 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3046
3047         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3048
3049         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3050
3051         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3052
3053         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3054
3055         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3056
3057         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3058
3059         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3060         necessary.
3061
3062 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3065         nil means that nnimap doesn't get updated.
3066
3067 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3070         result when the user doesn't want to write to the file.
3071         (auth-source-netrc-search): Expect a synthetic result and proceed
3072         accordingly.
3073         (auth-source-cache-expiry): New variable to override
3074         `password-cache-expiry'.
3075         (auth-source-remember): Use it.
3076
3077         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3078         parameter.  Create entry if necessary by using :create t.
3079         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3080
3081 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * auth-source.el (auth-source-debug): Enable by default and don't
3084         mention the obsolete `auth-source-hide-passwords'.
3085         (auth-source-do-warn): New function to debug unconditionally.
3086         (auth-source-do-debug): Use it.
3087         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3088         and for Secrets API entries when the secrets.el library is not
3089         available.
3090
3091 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3094         (gnus-summary-exit): Kill the correct article buffer on exit from a
3095         `C-d' group.
3096
3097         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3098         gnus-propagate-marks.
3099
3100         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3101         before killing the buffers so that a non-full window conf gets handled
3102         correctly.
3103         (gnus-summary-exit): Ditto.
3104         (gnus-summary-read-group-1): Ditto.
3105
3106         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3107         async code again so that we can debug it properly.
3108
3109         * message.el (message-reply): Take an optional switch-buffer parameter
3110         so that Gnus window confs are respected better.
3111
3112 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3115         `plist-get' to accept non-list parameters (XEmacs issue).
3116         Fix docstring.
3117         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3118         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3119         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3120         Login collection is "Login" and not "login".
3121
3122 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3125         multiple headers.
3126
3127         * nnimap.el (nnimap-inhibit-logging): New variable.
3128         (nnimap-log-command): Don't log login commands.
3129
3130         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3131         to have more parameters.
3132
3133         * nnimap.el (nnimap-send-command): Mark the command time for each
3134         command, so that we don't get NOOPs stepping on our toes.
3135
3136         * gnus-art.el (article-date-ut): Get the date from the Date header on
3137         `t'.
3138
3139 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * auth-source.el (auth-source-search): Use copy-sequence instead of
3142         the cl.el copy-list.
3143
3144 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * imap.el: Bring it back (revert
3147         84d800cd31de3064f0ed39617d725709a2f8f42f).
3148
3149 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3150
3151         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3152         Improve prompt.
3153
3154 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3157         washing status from the default format.  It isn't very informative.
3158
3159 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3160
3161         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3162         Fix Gcc processing on imap.
3163
3164 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * imap.el: Remove file.  All the functionality is in nnimap.el.
3167
3168 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * message.el (message-bury): Don't pop up a new window when selected
3171         window is dedicated.
3172
3173 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3174
3175         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3176
3177 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * sieve-manage.el: Autoload `auth-source-search'.
3180         (sieve-sasl-auth): Use it.
3181
3182 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3183
3184         * nnimap.el: Autoload `auth-source-forget+'.
3185         (nnimap-open-connection-1): Use it if the connection fails.
3186
3187         * auth-source.el: Require `password-cache'.
3188         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3189         obsolete.
3190         (auth-source-magic): Marker for `password-cache' keys.
3191         (auth-source-do-cache): Update docstring.
3192         (auth-source-search): Use and check cache.
3193         (auth-source-forget-all-cached, auth-source-remember)
3194         (auth-source-recall, auth-source-forget, auth-source-forget+)
3195         (auth-source-specmatchp): Caching support functions.
3196         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3197         Remove and obsolete.
3198         (auth-source-user-or-password): Remove caching to further discourage
3199         using it.  Always hide passwords.
3200
3201         * password-cache.el (password-cache-remove): Accept secrets that are
3202         not strings.
3203
3204 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3205
3206         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3207         code for now, since it doesn't work for all users.
3208
3209 2011-02-09  Julien Danjou  <julien@danjou.info>
3210
3211         * message.el (message-options): Make message-options really buffer
3212         local.
3213
3214 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * mail-source.el: Autoload `auth-source-search'.
3217         (mail-source-keyword-map): Note order matters.
3218         (mail-source-set-1): Get all the mail-source source values and
3219         defaults and search auth-source on those if needed.  This can all
3220         probably be simplified.
3221
3222         * nnimap.el: Autoload `auth-source-search'.
3223         (nnimap-credentials): Use it.
3224         (nnimap-open-connection-1): Ask for the virtual server and physical
3225         address in one shot.
3226
3227         * nntp.el: Autoload `auth-source-search'.
3228         (nntp-send-authinfo): Use it.  Note TODO.
3229
3230 2011-02-08  Julien Danjou  <julien@danjou.info>
3231
3232         * shr.el (shr-tag-body): Add support for text attribute in body
3233         markups.
3234
3235         * message.el (message-options): Make message-options a local variable.
3236
3237 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * auth-source.el (auth-source-secrets-search)
3240         (auth-source-user-or-password): Use `append' instead of `nconc'.
3241         (auth-source-user-or-password): Build return list better and protect
3242         against nil :secret.
3243
3244 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nnimap.el (nnimap-update-info): Refactor slightly.
3247         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3248         (nnimap-update-info): Clean up slightly.
3249         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3250         characters.
3251         (nnimap-process-quirk): Rename function to avoid collision.
3252         (nnimap-update-info): Fix macrology bug-out.
3253         (nnimap-update-info): Simplify split history test.
3254
3255 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3256
3257         * auth-source.el (top): Require 'eieio unconditionally.
3258         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3259         (auth-source-secrets-search): Limit search when `max' is greater than
3260         number of results.
3261
3262 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3265         part not returning any data.
3266
3267         * proto-stream.el (open-protocol-stream): Document the return value.
3268
3269 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3270
3271         * auth-source.el (auth-source-secrets-search): Add examples.
3272
3273 2011-02-06  Julien Danjou  <julien@danjou.info>
3274
3275         * message.el (message-setup-1): Handle message-generate-headers-first
3276         set to t.
3277
3278 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3281         API with a string "secrets:collection-name" and with 'default.
3282         (auth-source-backend-parse): Parse "secrets:collection-name" and
3283         'default.  Recurse on parses instead of repeating code.  Use the
3284         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3285         message when ignoring a source.
3286         (auth-source-search): List ignored search keys at the top level.
3287         (auth-source-netrc-create): Use `case' instead of `cond'.
3288         (auth-source-secrets-search): Created with TODOs.
3289         (auth-source-secrets-create): Created with TODOs.
3290         (auth-source-retrieve, auth-source-create, auth-source-delete)
3291         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3292         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3293         (auth-source-user-or-password-sftp)
3294         (auth-source-user-or-password-smtp): Remove.
3295         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3296         around `auth-source-search'.  Not tested thoroughly.
3297
3298 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * auth-source.el: Bring in assoc and eioeio libraries.
3301         (secrets-enabled): New variable to track the status of the Secrets API.
3302         (auth-source-backend): New EIOEIO class to represent a backend.
3303         (auth-source-creation-defaults): New variable to set prompt defaults
3304         during token creation (see the `auth-source-search' docstring for
3305         details).
3306         (auth-sources): Simplify to allow a simple string as a netrc backend
3307         spec.
3308         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3309         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3310         (auth-source-search): Main auth-source API entry point.
3311         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3312         (auth-source-search-collection): Helper function for searching.
3313         (auth-source-netrc-parse, auth-source-netrc-normalize)
3314         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3315         Supports search, create, and delete.
3316         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3317         backend stubs.
3318         (auth-source-user-or-password): Call `auth-source-search' but it's not
3319         ready yet.
3320
3321 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3322
3323         * message.el (message-setup-1): Remove the read-only stuff, since it
3324         doesn't work under XEmacs, for some reason.
3325
3326         * gnus-sum.el (gnus-user-date): Rename back from
3327         gnus-summary-user-date since user code refers to it.
3328
3329         * shr.el (shr-render-td): Store the actual background color used.
3330
3331         * message.el (message-setup-1): Don't bind the constant
3332         -forbidden-properties.
3333         (message-setup-1): Revert previous change, since it needs to bind the
3334         props to insert them.
3335         (message-resend): Allow removing the read-only separator line.
3336
3337 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3338
3339         * nnimap.el (nnimap-request-accept-article): Give an error message if
3340         the APPEND wasn't successful.
3341
3342 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3343
3344         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3345         that have no groups.
3346
3347 2011-02-03  Julien Danjou  <julien@danjou.info>
3348
3349         * gnus-draft.el: Remove progn around gnus-draft-setup.
3350
3351 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus-start.el (gnus-read-active-for-groups): This function is never
3354         called with a nil `infos', so clean that up.
3355         (gnus-get-unread-articles): Request active files from primary/secondary
3356         methods that have no groups (yet).
3357
3358 2011-02-03  Julien Danjou  <julien@danjou.info>
3359
3360         * message.el (message-setup-1): Always generate References first.
3361         (message-mail): Return the return value of message-setup, not always t.
3362         (message-setup-1): Insert mail-header-separator with read-only and
3363         intangible properties set.
3364
3365         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3366         user-date in docstring.
3367
3368         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3369
3370         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3371         docstring.
3372
3373         * gnus.el (gnus-user-date-format-alist): Change default value.
3374         Use defcustom, with type and group. Move from gnus-util.el.
3375         Rename to gnus-summary-user-date-format-alist.
3376
3377 2011-02-03  Glenn Morris  <rgm@gnu.org>
3378
3379         * nnimap.el (gnus-fetch-headers): Declare.
3380
3381         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3382
3383 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3384
3385         * message.el (message-forward-make-body-digest-plain)
3386         (message-followup, message-reply): Clean up things noted by Stefan.
3387
3388         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3389         gnus-article-update-date-headers is nil.
3390         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3391         it didn't really work with defcustom.
3392         (article-update-date-lapsed): Make sure the window start doesn't move,
3393         either.
3394
3395 2011-02-01  Julien Danjou  <julien@danjou.info>
3396
3397         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3398         format.
3399
3400         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3401         standard in Emacs nowadays.
3402
3403         * color.el (color-gradient): Add a color-gradient function.
3404
3405 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3406
3407         * message.el (message-expand-name): Don't trust the return value of
3408         bbdb-complete-name.
3409         (message-check-news-header-syntax): Remove unused var `start'.
3410         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3411         (message-inhibit-body-encoding): Move to before first use.
3412         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3413         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3414         (Organization, Message-ID, Date, mh-previous-window-config):
3415         Defvar the vars using dynamic scoping.
3416
3417 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3418
3419         * shr.el (shr-render-td): Only do colors at the final rendering.
3420         Should be slightly faster.
3421         (shr-insert-table): Fix up TD background colors when doing the
3422         vertical padding.
3423
3424         * gnus-art.el (article-date-ut): Protect against articles with no Date
3425         header.
3426         (article-update-date-lapsed): Don't use current-column to find the
3427         horizontal position.  It's fragile in the presence of \003 characters.
3428
3429         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3430
3431 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-art.el (article-transform-date): Rewrite to still work when
3434         there are several rfc2822 parts.
3435         (article-transform-date): Fix infinite recursion.
3436         (article-date-ut): Replace infinitely many Date headers with a single
3437         one when called interactively.
3438
3439         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3440         secure manner.
3441
3442         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3443         move around by not using save-window-excursion.  It seems to work...
3444
3445 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (article-make-date-line): Work for user-defined format.
3448
3449 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nntp.el (nntp-retrieve-group-data-early)
3452         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3453         fetching functions.
3454
3455         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3456         thoroughly for all backends that have no known groups.  This should
3457         allow new nnml methods to retrieve mail.
3458
3459         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3460         that Gnus doesn't know exists again.
3461
3462         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3463         (gnus-treat-date-ut): Ditto.
3464         (gnus-article-update-date-header): Rename.
3465         (gnus-treat-date-local): Remove.
3466         (gnus-treat-date-english): Remove.
3467         (gnus-treat-date-lapsed): Remove.
3468         (gnus-treat-date-combined-lapsed): Remove.
3469         (gnus-treat-date-original): Remove.
3470         (gnus-treat-date-iso8601): Remove.
3471         (gnus-treat-date-user-defined): Remove.
3472         (gnus-article-date-headers): New variable to control all the date
3473         header options.
3474         (article-date-ut): Rewrite to allow using the new way to format date
3475         headers(s).
3476
3477 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3478
3479         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3480         method.
3481         (nnmail-article-group): A better test for fanciness.
3482
3483         * nnimap.el (nnimap-request-head): Protect against not finding the
3484         article by Message-ID.
3485
3486 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3489         keep point at the "same place".
3490
3491 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3494         data if the group is inactive.
3495
3496 2011-01-28  Julien Danjou  <julien@danjou.info>
3497
3498         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3499         (gnus-all-windows-visible-p): Remove old compatibility code.
3500         (gnus-window-top-edge): Add docstring.
3501
3502         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3503
3504 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3507         older request-update-info.
3508
3509         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3510
3511 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3512
3513         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3514         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3515
3516 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3519         groups.  This makes the nndraft:queue group pop up if it's not already
3520         there.
3521
3522         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3523         messages" logic, which was reversed.
3524
3525         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3526         the "same place" even if point is on the line being replaced.
3527         (article-update-date-lapsed): Allow updating both the combined lapsed
3528         and the lapsed headers.
3529         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3530         (article-make-date-line): Limit the number of segments dynamically to
3531         avoid too-long lines.
3532
3533 2011-01-27  Julien Danjou  <julien@danjou.info>
3534
3535         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3536         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3537
3538 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3541         Use plist-get instead of the cl function getf.
3542
3543 2011-01-27  Glenn Morris  <rgm@gnu.org>
3544
3545         * gnus-util.el (float-time): Get rid of compiler warning, again.
3546
3547 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3548
3549         * shr.el (shr-put-color): Special-case background colors: Do put them
3550         at the blank parts at the front of the lines.
3551
3552         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3553         exit hook to nix out all data on readedness on group exit.
3554
3555         * gnus-util.el (float-time): If float-time is bound, always use it on
3556         all Emacsen.  It's unclear why the subrp check was there.
3557         (time-date): Require to make some autoload issues on XEmacs go away.
3558
3559         * shr.el (shr-put-color): Don't do the box padding in tables, since
3560         they're already padded.
3561
3562 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-art.el (gnus-article-next-page): When the last line of the
3565         article is displayed, scroll down once more instead of going to the
3566         next article at once.
3567         (article-lapsed-string): Refactor out and allow specifying how many
3568         segments you want.
3569         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3570         (gnus-article-update-lapsed-header): New variable.
3571
3572         * shr.el: Revert change that made headings use different-sized faces.
3573         The Emacs display engine isn't advanced enough that, for instance,
3574         tables can comfortably use differently-sized faces.
3575
3576 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3577
3578         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3579         used.
3580         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3581         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3582         we're using an encrypted connection.
3583
3584         * proto-stream.el: Alter the interface functions to also return the
3585         actual stream type used: network or tls.
3586
3587 2011-01-25  Julien Danjou  <julien@danjou.info>
3588
3589         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3590         (mm-display-javascript-inline): New function.
3591
3592         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3593         viewing function.
3594
3595 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * shr.el (shr-expand-newlines): Fix variable name.
3598
3599 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3600
3601         * shr.el (shr-expand-newlines): Make nested boxes work.
3602
3603 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3604
3605         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3606         backgrounds.
3607         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3608         in a more sensible manner.
3609
3610 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3613         if EPG is loaded.
3614
3615 2011-01-24  Julien Danjou  <julien@danjou.info>
3616
3617         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3618         tags.
3619
3620 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3623         commands.
3624
3625         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3626         in the article buffer.
3627         (gnus-gravatar-insert): Use blank space from the current buffer to
3628         avoid breaking text properties.  This makes X-Sent updating work again.
3629
3630         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3631
3632 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3633
3634         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3635         fix the bug in url-http.el instead.
3636
3637         * shr.el (shr-image-fetched): Ditto.
3638
3639         * shr.el (shr-image-fetched): Avoid having point move in the article
3640         buffer.
3641
3642         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3643         buffer after being called.  It's apparently being killed by url.el, and
3644         killing it made point move to end-of-buffer in a random buffer.
3645
3646         * shr.el (shr-image-fetched): Ditto.
3647
3648 2011-01-23  Julien Danjou  <julien@danjou.info>
3649
3650         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3651
3652         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3653         text/x-org.
3654
3655 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3656
3657         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3658         (i.e., nnimap) returning nil as the article number.
3659
3660 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3661
3662         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3663         "DelSp" parameter in RFC3676.
3664
3665 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3666
3667         * message.el (message-check-recipients): Display the encoded version of
3668         the bogus address if they differ.
3669
3670         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3671         after sending.
3672
3673         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3674
3675         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3676
3677         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3678         group buffer after sending the queue.
3679
3680         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3681
3682 2011-01-22  Julien Danjou  <julien@danjou.info>
3683
3684         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3685
3686 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3687
3688         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3689         nested related parts.
3690
3691         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3692         unexpired articles.  This fixes the regression that led expiry marks to
3693         disappear from nnfolder groups.
3694
3695 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3696
3697         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3698         Don't confuse the "ret" of "retrograde" with RET.
3699
3700 2011-01-21  Julien Danjou  <julien@danjou.info>
3701
3702         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3703         than mm-insert-inline.
3704
3705 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3708         Widen article buffer.
3709
3710 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3711
3712         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3713         the temp buffer.
3714         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3715
3716 2011-01-20  Julien Danjou  <julien@danjou.info>
3717
3718         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3719
3720         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3721         than mm-insert-inline to insert inline part: this respect
3722         mm-inline-media-tests displayers.
3723
3724         * mm-view.el (mm-display-shell-script-inline): New function.
3725
3726         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3727
3728         * mm-uu.el (mm-uu-type-alist): Add org block.
3729         (mm-uu-org-src-code-block-extract): New function.
3730
3731         * mm-view.el (mm-display-org-inline): New function.
3732
3733         * mm-decode.el (mm-automatic-display): Add text/org.
3734
3735         * mailcap.el (mailcap-mime-extensions): Add .org.
3736
3737 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3740         gnus-article-add-buttons.
3741
3742 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3743
3744         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3745         From header with a date and "nobody" as the sender.
3746
3747 2011-01-19  Julien Danjou  <julien@danjou.info>
3748
3749         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3750         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3751         if you have the same regexp several times.
3752         (gnus-button-push): Fix matching when regexp is symbol.
3753
3754 2011-01-15  Glenn Morris  <rgm@gnu.org>
3755
3756         * message.el (message-mail): A compose-mail function should
3757         accept headers as strings.
3758
3759 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3760
3761         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3762         Add :vert-only tags.
3763         (message-mail): New arg RETURN-ACTION.
3764         (message-return-action): New var.
3765         (message-bury): Use it.
3766         (message-mode): Make it buffer-local.
3767         (message-send-and-exit): Always call message-bury.
3768
3769         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3770         message-mail.
3771
3772 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * nnimap.el (nnimap-convert-partial-article): Protect against
3775         zero-length body parts.
3776
3777         * mm-decode.el (mm-preferred-alternative-precedence):
3778         Discourage showing empty parts.
3779
3780         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3781         and stuff if the backend didn't return the article number.  This fixes
3782         an Exchange-related nnimap bug.
3783
3784         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3785         group window, because it does the wrong thing when a separate frame
3786         displays the group buffer.
3787
3788         * proto-stream.el (open-protocol-stream): Protect against the low-level
3789         transport functions returning nil.
3790
3791 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3792
3793         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3794         (mml2015-epg-find-usable-secret-key): New function.
3795         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3796         mml2015-epg-find-usable-key (Bug#7797).
3797         (mml2015-epg-encrypt): Ditto.
3798
3799 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * dgnushack.el (rot13-string): Fix the way to get the argument.
3802
3803 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3806
3807 2011-01-03  Glenn Morris  <rgm@gnu.org>
3808
3809         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3810
3811         * sieve.el (sieve-open-server): Give a more explicit error if
3812         sieve-manage-open returns nil.  (Bug#7720)
3813
3814 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3815
3816         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3817
3818 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3821         This avoids sending passwords in plain text over non-encrypted
3822         channels.
3823
3824         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3825
3826         * nnimap.el (nnimap-login): Refactored out into own function, and
3827         implement CRAM-MD5.
3828         (nnimap-wait-for-line): Refactored out.
3829
3830         * mm-view.el (mml-smime): Require.
3831
3832 2010-12-20  David Engster  <deng@eml.cc>
3833
3834         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3835         use EPG to decrypt S/MIME messages instead of openssl.
3836
3837 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3840
3841         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3842         status is the group clearly is unreachable.
3843
3844         * auth-source.el (auth-source-create): Add the optional second
3845         parameter to `local-variable-p' to be compatible with XEmacs.
3846
3847 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3848
3849         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3850         work when using a compressed nnml folder.
3851
3852 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3855         backends after sanitising on entry, because this never makes sense:
3856         If the articles have gone missing, then the data no longer exists on
3857         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3858         overwrite anything anyway.
3859
3860         * shr.el (shr-insert-document): Bind shr-width dynamically to
3861         window-width if it's nil.
3862
3863 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3864
3865         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3866         with the meaning of using the full emacs window width for rendering.
3867
3868 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3869
3870         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3871         case when sender is not given.
3872
3873 2010-12-23  Julien Danjou  <julien@danjou.info>
3874
3875         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3876         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3877         the addresses, otherwise we might misplaced the gravatar.
3878
3879 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3880
3881         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3882         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3883         obsolete in Emacs.
3884
3885 2010-12-20  Julien Danjou  <julien@danjou.info>
3886
3887         * gnus-util.el (gnus-rescale-image): Revert last change.
3888
3889 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3890
3891         * binhex.el: Improve commentary (Bug#7482).
3892
3893 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus-group.el (gnus-group-delete-articles): New command.
3896
3897 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3898
3899         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3900
3901 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3904         here, since it's up to the backends to do CRLF removal if their
3905         protocol has it.
3906
3907         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3908
3909 2010-12-17  Julien Danjou  <julien@danjou.info>
3910
3911         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3912         they are from file.  Can also scale up.
3913
3914 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3915
3916         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3917         Restore gnus-use-agent.
3918         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3919
3920         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3921
3922 2010-12-17  Julien Danjou  <julien@danjou.info>
3923
3924         * gravatar.el (gravatar-retrieve-synchronously): New function.
3925         (gravatar-get-data): Make more robust.
3926
3927 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3930
3931 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3934         to really consider the last line.
3935
3936 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3939         list of recipient keys, or use symmetric encryption if not a list.
3940         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3941         EPA override, replacing the call to `netrc-store-data'.
3942
3943 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3944
3945         * gnus-srvr.el: Avoid passing nil regexp argument to
3946         delete-matching-lines.
3947
3948 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3951         fetching stops when Gnus exits.
3952
3953         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3954         function.
3955         (nnfolder-request-expire-articles): Save all the buffers after doing
3956         expiry.
3957
3958         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3959         the last article", since that led to serious performance regressions
3960         when expiring nnml groups.
3961
3962 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3963
3964         * nnir.el: Improve customizations.
3965
3966 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3969
3970         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3971         group has been killed.
3972         (gnus-group-yank-group): Ditto.
3973
3974         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3975
3976         * nnimap.el (nnimap-request-update-group-status): New function.
3977
3978         * gnus-int.el (gnus-request-update-group-status): New interface
3979         function.
3980
3981         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3982         copying read-ness to the backends.
3983
3984         * nnimap.el (nnimap-quirk): New function.
3985         (nnimap-retrieve-group-data-early): Use it.
3986         (nnimap-quirks): New alist.
3987
3988 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3991         don't delete it within indentation.
3992
3993 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3996         previous line.
3997
3998 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4001         QRESYNC command by deleting a superfluous space which broke Cyrus
4002         servers.  This change will break other servers that are buggy the other
4003         way around.
4004
4005 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * spam.el: Reindent and fix long lines.
4008         (spam-copy-or-move-routine): Exclude invalid move destinations.
4009
4010 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4011
4012         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4013         installed the registry.
4014
4015 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4018
4019 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4020
4021         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4022         groupname doesn't contain "gmane".
4023
4024 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4027         and netrc-bound-and-true-p bindings.
4028         (netrc-parse): Cache the netrc contents.
4029
4030         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4031         (gnus-1): Don't create the nndrafts group twice.
4032         (gnus-setup-news): There's no need to read the active file here, since
4033         that's done again later on a per-backend basis.
4034         (gnus-start-draft-setup): Make sure that the new group is started out
4035         empty.
4036
4037         * gnus-agent.el (gnus-agentize): Don't create the queue group
4038         automatically on startup.  It'll be created later, if needed.
4039
4040         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4041         of automatically subscribed groups.
4042         (gnus-auto-subscribed-categories): New variable.
4043         (gnus-matches-options-n): Use it.
4044         (gnus-default-subscribed-newsgroups): Remove unused variable.
4045         (gnus-start-draft-setup): Message a bit less.
4046
4047 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4048
4049         * nnir.el (nnir-run-imap): Return article list in order of increasing
4050         UID.
4051
4052 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-sum.el (gnus-summary-enter-digest-group):
4055         Mention gnus-auto-select-on-ephemeral-exit.
4056
4057         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4058         convention of the network-only option.
4059
4060 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * proto-stream.el (proto-stream-open-network-only): New function to
4063         have a way to specify non-STARTTLS upgrade connections.
4064
4065 2010-12-10  Julien Danjou  <julien@danjou.info>
4066
4067         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4068         email address is nil.
4069
4070         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4071
4072 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4073
4074         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4075         deletion.
4076         (nnir-run-imap): Only need to parse list once.
4077
4078 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * shr.el (shr-tag-script): Ignore <script>.
4081         (shr-tag-label): Add <label> support.
4082
4083 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4086
4087         * shr.el (shr-image-displayer): Work for images lined side by side.
4088
4089 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4090
4091         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4092         parameter, since XEmacs doesn't accept t as a parameter.
4093
4094 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4095
4096         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4097         ids.
4098         (nnir-run-gmane): Simplify groupspec formatting.
4099         (nnir-request-expire-articles): New function.
4100
4101 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4104         overflow, possibly.
4105
4106         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4107         (shr-render-td): Handle td style="" better.
4108         (shr-tag-table): Use the color from the style sheet.
4109         (shr-render-td): Make sure we copy over all the overlays, too.
4110
4111 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4112
4113         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4114         (nnir-request-article): Improve article retrieval.
4115
4116 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * mm-util.el (mm-extra-numeric-entities): New variable.
4119
4120         * mm-url.el (mm-url-decode-entities):
4121         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4122
4123         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4124
4125 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4126
4127         * message.el: Use completion-at-point.
4128         (message-completion-function): New fun, extracted from message-tab.
4129         (message-mode): Use it for completion-at-point-functions.
4130         (message-tab): Use it and completion-at-point.
4131
4132 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4135         character if a non-breakable character follows.
4136
4137 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4140         any stream.
4141
4142         * shr.el (shr-tag-font): Colorize the region.
4143         (shr-tag-body): Ditto.
4144         (shr-tag-font): Actually let the styles be inherited instead of
4145         overwriting them.
4146         (shr-tag-font): Get the background color right.
4147         (shr-tag-style): Ignore all <style> tags for the moment.
4148
4149         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4150         a Message-ID to avoid having nnimap depend on gnus-sum.
4151
4152         * shr.el (shr-descend): Only colorize something if we have a node that
4153         sets colors.
4154
4155 2010-12-06  Julien Danjou  <julien@danjou.info>
4156
4157         * shr.el (shr-render-td): Render td content with shr-descend, so style
4158         will be applied to <td> too.
4159         (shr-colorize-region): Colorize region even if we only have a background.
4160         (shr-tag-body): Fix color and background color inheritance.
4161         Do not recolorize after shr-generic.
4162         (shr-tag-font): Let shr-generic colorize via inheritance.
4163
4164 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4167
4168 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4169
4170         * nnir.el (nnir-request-move-article): Remove obsolete code.
4171
4172 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4175
4176 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-sum.el (gnus-summary-respool-article): The completion function
4179         expects a list instead of an alist.
4180
4181         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4182         string as the parameter.
4183
4184         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4185
4186         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4187         styles.
4188         (shr-colorize-region): New function.
4189         (shr-insert-background-overlay): Remove.
4190         (shr-render-td): Background setting should be taken care of on a higher
4191         level.
4192         (shr-tag-body): Use post-hoc colorizations.
4193         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4194         (shr-put-color-1): Don't overwrite old colors.
4195         (shr-colorize-region): When the background color isn't explicit, use
4196         a fixed background.
4197
4198         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4199         nnmail variables.
4200
4201 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4202
4203         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4204         unless necessary.
4205
4206 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4207
4208         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4209         server.
4210
4211 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4214         so that TAB works.
4215
4216         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4217         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4218
4219         * shr.el (shr-urlify): Show the URL before the title to avoid
4220         misleading URLs.
4221
4222 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4223
4224         * shr.el (shr-urlify): Display the title in <a> tags.
4225
4226 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4227
4228         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4229
4230 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4231
4232         * nnir.el: Rearrange code to allow macros to be autoloaded by
4233         gnus-sum.el.
4234         (nnir-retrieve-headers-override-function): Make this variable
4235         customizable.
4236         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4237
4238         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4239         from nnir.el.
4240
4241 2010-12-03  Julien Danjou  <julien@danjou.info>
4242
4243         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4244
4245 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4248         allow optional argument `environment'.
4249
4250 2010-12-03  Glenn Morris  <rgm@gnu.org>
4251
4252         * mm-extern.el (message-goto-body): Update declaration.
4253
4254 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-util.el (gnus-macroexpand-all): New function.
4257
4258         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4259         instead of macroexpand-all that is unavailable in XEmacs.
4260
4261 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4262
4263         * nnir.el (nnir-summary-line-format): New variable.
4264         (nnir-mode): Use it.
4265         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4266         (nnir-article-ids): Reimplement as defsubst.
4267         (nnir-retrieve-headers): Don't mangle the subject header.
4268         (nnir-run-imap): Use 100 as RSV score.
4269         (nnir-run-find-grep): Fix for full server searching.
4270         (nnir-run-gmane): Better restriction to gmane groups.
4271
4272         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4273         summary buffers.
4274
4275 2010-12-02  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4278
4279         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4280
4281         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4282         support.
4283
4284 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4285
4286         * nnir.el: Update to handle the registry better.
4287         (autoload): Silence byte-compiler.
4288         (nnir-open-server): Add a hook for nnir groups.
4289         (nnir-request-move-article): Don't mangle the header.  Better to use
4290         formatting variables (which will be added in the future).
4291         (nnir-registry-action): Update the registry using the original article
4292         group name.
4293         (nnir-mode): Install nnir-specific hooks for updating the registry.
4294
4295         * gnus-sum.el
4296         (gnus-article-original-subject,gnus-newsgroup-original-name):
4297         Remove obsolete variables.
4298         (gnus-summary-move-article): Remove use of obsolete variables.
4299         (gnus-summary-local-variables): Make move and delete hooks local to
4300         summary buffers.
4301
4302 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * rtree.el: New file.
4305
4306 2010-12-01  Julien Danjou  <julien@danjou.info>
4307
4308         * message.el (message-user-organization): Do not use
4309         gnus-local-organization.
4310
4311         * gnus.el: Remove gnus-local-organization.
4312
4313         * gnus-msg.el: Remove nastygram thing.
4314
4315 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4318         funcall.
4319
4320 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4323         names.
4324
4325         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4326         characters.
4327
4328         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4329         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4330         Suggested by Štěpán Němec <stepnem@gmail.com>.
4331         (gnus-gravatar-transform-address): Use mail-extract-address-components
4332         that supports non-ASCII names rather than mail-header-parse-addresses.
4333
4334 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * proto-stream.el (open-protocol-stream): All starttls connections are
4337         handled by the network handler.
4338
4339 2010-11-30  Julien Danjou  <julien@danjou.info>
4340
4341         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4342         (nnimap-open-connection-1): Fix PREAUTH.
4343
4344         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4345
4346 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4349         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4350         (shr-insert): Use them.
4351         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4352
4353 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4354
4355         * nnir.el (nnir-request-move-article): Bail out if original group
4356         doesn't support article moves.
4357         (nnir-get-active): Improve active list retrieval.
4358
4359 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4362
4363 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4364
4365         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4366         seem to accept strings-with-numbers as port numbers,
4367
4368 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4369
4370         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4371         change the registry.
4372
4373 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4376         delete-dups that is not available in XEmacs 21.4.
4377
4378         * mm-util.el (mm-delete-duplicates): Add comment.
4379
4380 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4381
4382         * nnir.el (nnir-ignored-newsgroups): New variable.
4383         (nnir-get-active): Use it.
4384
4385 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * proto-stream.el (proto-stream-open-network): Add some comments.
4388
4389         * nntp.el (nntp-open-connection): Provide a :success condition.
4390
4391         * nnimap.el (nnimap-open-connection-1): Ditto.
4392
4393         * proto-stream.el (proto-stream-open-network): See what the response to
4394         the STARTTLS command is.
4395
4396         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4397         backwards compatibility).
4398         (nnimap-open-connection-1): Really respect nnimap-server-port.
4399
4400         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4401         TLS upgrades we don't really care about the identity of the peer.
4402         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4403         that what we've checked for.
4404         (proto-stream-always-use-starttls): Only default to t if
4405         open-gnutls-stream exists.
4406         (proto-stream-open-network): If STARTTLS failed, then just open a
4407         normal connection.
4408         (proto-stream-open-network): Wait until the greeting before doing
4409         STARTTLS.
4410
4411         * nntp.el (nntp-open-connection): Report what the connection error is.
4412
4413         * proto-stream.el (open-protocol-stream): Rename from
4414         open-proto-stream.
4415
4416 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * nnimap.el (nnimap-stream): Change default to `undecided'.
4419         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4420         first, and then network.
4421         (nnimap-open-connection-1): Respect nnimap-server-port.
4422         (nnimap-open-connection): Be more backwards-compatible.
4423
4424         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4425         (proto-stream-open-starttls): De-duplicate the starttls code.
4426         (proto-stream-open-starttls): Folded back into the main function.
4427         (proto-stream-open-network): Fix typo in the gnutls path.
4428         (proto-stream-command): Refactor out.
4429
4430         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4431
4432         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4433         starttls.el STARTTLS.
4434
4435         * color.el (color-lab->srgb): Fix function call name.
4436
4437         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4438         if we're using tls.el.
4439         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4440         built in, then don't try to establish a STARTTLS connection.
4441
4442         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4443         servers.
4444
4445         * proto-stream.el (open-proto-stream): Use network, not stream.
4446         (open-proto-stream): Add a way to specify what the end of a command is.
4447
4448         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4449         connections types.
4450         (nntp-open-network-stream): Remove.
4451         (nntp-open-ssl-stream): Remove.
4452         (nntp-open-tls-stream): Remove.
4453         (nntp-ssl-program): Remove.
4454
4455         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4456
4457 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4458
4459         * nnir.el: Fix typos.
4460         (nnir-retrieve-headers-override-function): Rename variable to reflect
4461         new semantics.
4462         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4463         macros.
4464         (nnir-request-article, nnir-request-move-article): Use them.
4465         (nnir-categorize): New function.
4466         (nnir-run-query): Use it.
4467         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4468         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4469         sorted.
4470         (nnir-group-full-name): Use gnus-group-full-name instead.
4471         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4472         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4473
4474 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4477
4478         * proto-stream.el: New library to provide protocol-specific
4479         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4480         protocols.
4481         (open-proto-stream): Complete the documentation.
4482         (proto-stream-open-network): Fix some typos.
4483
4484         * nnimap.el (nnimap-open-connection): Use it.
4485
4486 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4487
4488         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4489         negotiation.
4490
4491 2010-11-26  Julien Danjou  <julien@danjou.info>
4492
4493         * color.el: Rename various rgb functions to srgb.
4494
4495 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4498         names.
4499
4500 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * shr.el (shr-insert): Revert last change.
4503         (shr-find-fill-point): Never leave point being at bol;
4504         relax the kinsoku limitation when rendering tables.
4505
4506 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4509         results from -accept-article.
4510
4511         * shr-color.el: Require cl when compiling.
4512
4513         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4514         checkin.
4515
4516         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4517
4518         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4519
4520         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4521         'add and 'delete to set backend marks.
4522
4523         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4524
4525         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4526
4527         * nntp.el (nntp-request-set-mark): Use it.
4528
4529         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4530
4531         * nnml.el (nnml-request-set-mark): Ditto.
4532
4533         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4534         introduces regressions in article selection.
4535         (nnimap-find-uid-response): New function.
4536         (nnimap-request-accept-article): Use the UID returned, if any.
4537         (nnimap-request-move-article): Use the UID returned, if any.
4538         (nnimap-get-groups): Reimplement to work with folded lines.
4539         (nnimap-find-uid-response): The UID is the last element in the list.
4540         (nnimap-request-set-mark): Extend syntax with 'set.
4541
4542         * nnml.el (nnml-request-set-mark): Ditto.
4543
4544         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4545
4546         * nntp.el (nntp-request-set-mark): Ditto.
4547
4548 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * message.el (message-called-interactively-p): A temporary macro.
4551         (message-goto-body): Use it temporarily.
4552
4553 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4556         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4557         (nnimap-last-response-string): Fix last unfolding fix.
4558
4559 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * shr.el (shr-insert): Fix the way to fold lines.
4562
4563 2010-11-25  Julien Danjou  <julien@danjou.info>
4564
4565         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4566
4567         * color.el: Rename from color-lab.el
4568         (color-rgb->hex): Add.
4569         (color-complement): Add.
4570         (color-complement-hex): Add.
4571
4572         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4573
4574 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * shr-color.el (shr-color-visible): Don't bug out if the color names
4577         don't exist.
4578
4579 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4582         assuming that article displaying or another mml-preview may be
4583         interrupted for an error or for the like.
4584
4585         * shr.el (shr-get-background): Fix argument name.
4586
4587 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4590
4591         * gnus-sum.el (gnus-summary-include-articles): New function.
4592
4593         * message.el (message-goto-body): called-interactively-p needs a
4594         parameter, so use `any'.
4595
4596         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4597         clear marks before moving, since they're synced from the Gnus side
4598         first.
4599
4600         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4601         (gnus-summary-move-article): Copy over all marks before moving, so that
4602         IMAP doesn't think a new article has arrived.
4603
4604 2010-11-24  Julien Danjou  <julien@danjou.info>
4605
4606         * shr.el (shr-insert-background-overlay): Fix typo.
4607         (shr-render-td): Copy the background before rendering.
4608
4609         * shr-color.el (shr-color-visible): Fix docstring.
4610
4611         * shr.el (shr-tag-table): Add bgcolor support.
4612         (shr-render-td): Add bgcolor support.
4613         (shr-get-background): Add.
4614         (shr-insert-foreground-overlay): Use shr-get-background.
4615
4616         * message.el (message-goto-body): Use called-interactively-p.
4617         (message-in-body-p): message-goto-body returns point.
4618
4619 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4622         Fixes something or other in Emacs 23, and is backwards compatible.
4623
4624         * message.el (message-goto-body): Remove the <#secure special-casing,
4625         which is too special.
4626
4627         * shr.el (shr-parse-style): Drop !important from styles.
4628
4629 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4630
4631         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4632         this function to return incorrect results when calling it with an
4633         explicit article argument different from
4634         (gnus-summary-article-number).
4635
4636 2010-11-24  Julien Danjou  <julien@danjou.info>
4637
4638         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4639         (shr-tag-body): Add background support.
4640         (shr-descend): Add background support.
4641         (shr-tag-title): Add.
4642
4643         * shr-color.el (shr-color-visible): Really return original background
4644         if fixed.
4645
4646 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * shr.el (shr-color-check): Protect against non-existent color names.
4649
4650 2010-11-24  Julien Danjou  <julien@danjou.info>
4651
4652         * color-lab.el: Require 'cl when compiling.
4653
4654         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4655
4656         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4657         matched part.
4658
4659         * color-lab.el: Fix all expt calls to use float type.
4660
4661 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4664         expression to shr-color-check as is.
4665
4666         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4667
4668         * color-lab.el: Add coding cookie.
4669         (float-pi): Use eval-and-compile.
4670
4671         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4672         compiled for Emacsen having no `libxml-parse-html-region' support.
4673
4674 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * shr.el (shr-insert-color-overlay): Split stuff like
4677         "#444444 !important" to find the real color.
4678         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4679         parse <font color="red"> entries.
4680
4681 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4684         point when parsing headers.
4685
4686         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4687         is positioned properly when parsing headers.
4688
4689 2010-11-23  Julien Danjou  <julien@danjou.info>
4690
4691         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4692
4693         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4694
4695         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4696
4697         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4698         Use shr-color-hue-to-rgb.
4699         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4700
4701 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * shr.el (shr-color->hexadecimal): Autoload.
4704         (shr-descend): Add color to all tags.
4705
4706 2010-11-22  Julien Danjou  <julien@danjou.info>
4707
4708         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4709         shr-color->hexadecimal.
4710
4711         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4712         RGB() or HSL() color representation.
4713
4714         * shr.el (shr-tag-font): Add.
4715         (shr-tag-color-check): New function to get better colors.
4716         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4717         tag-span.
4718
4719         * shr-color.el: New file.
4720
4721         * color-lab.el: New file.
4722
4723         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4724
4725 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4726
4727         * nnir.el: Fix typo in comments.
4728         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4729         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4730
4731 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4734
4735         * nnimap.el (nnimap-get-capabilities): Refactor out.
4736         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4737
4738 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4739
4740         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4741         appearing when `mm-uu-hide-markers' is nil.
4742
4743 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-unselect-group): Make into its own function.
4746         (nnimap-request-rename-group): Unselect group before renaming.
4747         This had gotten lost somewhere.
4748         (nnimap-request-accept-article): Keep track of examined groups, and
4749         unselect the group before APPENDing to read-only groups.
4750         (nnimap-request-move-article): Clear flags before moving so that they
4751         can be re-set later.
4752
4753 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4756         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4757
4758 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-art.el (gnus-mime-display-single):
4761         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4762         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4763         parameter.
4764
4765 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4768         (shr-table-vertical-line): New variable.
4769         (shr-insert-table): Use it.
4770
4771 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-html.el (gnus-html-wash-images): Don't display images if
4774         gnus-inhibit-images is non-nil; register displayer for cid images.
4775         (gnus-html-display-image): Work for cid image.
4776         (gnus-html-insert-image): Allow arguments.
4777         (gnus-html-put-image): Inhibit read-only.
4778         (gnus-html-prefetch-images): Don't prefetch images if
4779         gnus-inhibit-images is non-nil.
4780
4781 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * shr.el (shr-put-image): Break lines when inserting big pictures.
4784
4785 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4786
4787         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4788         sender, thanks Katsumi Yamaoka.
4789
4790 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4791
4792         * nnir.el (nnir-run-imap): Reverse the article list for each group
4793         rather than the whole list.
4794
4795 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * shr.el (shr-image-displayer): Protect function against non-existent
4798         image source.
4799
4800         * gnus-art.el (gnus-inhibit-images): New user option.
4801         (gnus-mime-display-single): Don't display image if it is non-nil.
4802
4803         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4804         gnus-inhibit-images.
4805
4806         * shr.el (shr-image-displayer): New function.
4807         (shr-tag-img): Use it.
4808
4809 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4810
4811         * mml2015.el (mml2015-epg-sign): Use From header.
4812
4813 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4816
4817         * gnus-util.el (gnus-find-text-property-region): Return markers.
4818
4819         * shr.el (shr-tag-img): Put a displayer in the text property.
4820
4821         * gnus-util.el (gnus-find-text-property-region): New utility function.
4822
4823         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4824         (gnus-html-show-images): Remove.
4825
4826         * gnus-art.el (gnus-article-show-images): New, more general function.
4827
4828         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4829         image url text properties.
4830
4831         * shr.el: Ditto.
4832
4833         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4834         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4835
4836 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4839         work for two or more articles.
4840
4841 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4844         divide an image that's in an html article to two or more when washing
4845         non-ASCII characters in alt text of it.
4846
4847 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4850         smime-decrypt-region using function argument.
4851         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4852
4853         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4854
4855         * smime.el (smime-decrypt-region): Catch it.
4856
4857 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * smime.el (smime-mode-map): Move initialization into declaration.
4860         (gnus-run-mode-hooks): Don't autoload.
4861         (smime-mode): Use define-derived-mode.
4862
4863 2010-11-11  Glenn Morris  <rgm@gnu.org>
4864
4865         * smime.el (from): Restrict declaration to XEmacs.
4866
4867         * nnir.el (gnus-group-topic-name): Autoload.
4868
4869 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * shr.el (shr-insert): Don't break long line if it is because of
4872         kinsoku-bol characters in the line end.
4873
4874 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4875
4876         * nnir.el (nnir-request-move-article): Fix to provide original group
4877         and subject.
4878         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4879         been retrieved.
4880
4881         * gnus-sum.el (gnus-summary-move-article): Use original group and
4882         subject for virtual articles such as those in an nnir summary buffer.
4883
4884 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4887         least 21.5).
4888
4889         * smime.el (from): Declare it again for XEmacs.
4890
4891 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * message.el (message-resend): Don't disable encoding unless it's
4894         already encoded.
4895
4896         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4897         low-numbered articles.
4898
4899 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * rfc2047.el (rfc2047-syntax-table): Simplify.
4902
4903         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4904
4905         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4906         set-char-table-range for XEmacs.
4907
4908 2010-11-10  Glenn Morris  <rgm@gnu.org>
4909
4910         * time-date.el (time-to-seconds): Always an alias on Emacs,
4911         never a real function.
4912         (with-no-warnings): Remove compat stub, now unused.
4913         (time-less-p): Doc fix.
4914         (time-to-number-of-days): Simplify.
4915
4916         * smime.el (from): Remove unused declaration.
4917
4918         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4919         (gnus-float-time): On Emacs, always an alias.
4920
4921         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4922         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4923
4924 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * dgnushack.el: Don't use ignore-errors in the top level form since it
4927         is unavailable in XEmacs even if cl is loaded.
4928
4929         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4930
4931 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * shr.el (browse-url-mailto): Autoload.
4934
4935         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4936
4937         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4938         regexp doesn't need quoting.
4939
4940 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4941
4942         * message.el (message-subject-trailing-was-ask-regexp)
4943         (message-subject-trailing-was-regexp): Match was: in addition to was.
4944
4945 2010-11-09  Glenn Morris  <rgm@gnu.org>
4946
4947         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4948         (nnbabyl-check-mbox): Use point-at-bol.
4949
4950 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4953
4954         * message.el (message-mailto): New function.
4955         (message-mailto): Should accept other parameters.
4956         (message-mailto): Remove since it duplicates browse-url-mailto
4957         functionality.
4958
4959 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4962         methods.
4963         (gnus-read-active-file): Ditto.
4964
4965         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4966         ": " from the prompt.
4967         (gnus-group-make-group): Ditto.
4968
4969 2010-11-07  Glenn Morris  <rgm@gnu.org>
4970
4971         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4972         (gnus-bookmark-kill-line): Use point-at-eol.
4973
4974 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4977         asterisks in From header.
4978
4979 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4982         string to avoid making the From headers syntactically invalid.
4983
4984         * message.el (message-send-mail): Don't insert courtesy messages if the
4985         message already has List-Post and List-ID messages.
4986
4987 2010-11-06  Glenn Morris  <rgm@gnu.org>
4988
4989         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4990         `condition', `type', `length' a prefix.
4991         (gnus-treat-predicate): Update for above name changes.
4992
4993 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4994
4995         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4996         binding.  Handled by `gnus-summary-refer-thread' instead.
4997         (nnir-warp-to-article): New backend function.
4998
4999         * nnimap.el (nnimap-request-thread): Force dependency updating.
5000
5001         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5002         (gnus-summary-refer-thread): Rework to improve thread-referral.
5003
5004         * gnus-int.el (gnus-warp-to-article): New function.
5005
5006         * gnus-sum.el (gnus-summary-article-map): Bind it.
5007
5008 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5009
5010         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5011         gnus-summary-refer-thread.
5012
5013         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5014         headers.
5015         (gnus-summary-limit-include-thread): Prevent articles in thread from
5016         being cut in gnus-cut-threads.
5017         (gnus-summary-refer-thread): Limit retrieved headers to those in
5018         thread.
5019
5020 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * message.el (message-send-mail): Use the value of
5023         message-courtesy-message from the message buffer.
5024
5025         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5026
5027         * shr.el (shr-browse-url): Implement mailto: URLs.
5028
5029         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5030         "raw".
5031
5032         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5033         if it's already selected.
5034
5035         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5036
5037 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5040         to measure the length and truncate alt text.
5041
5042 2010-11-03  Glenn Morris  <rgm@gnu.org>
5043
5044         * nndiary.el (nndiary-generate-nov-databases-1)
5045         (nndiary-generate-active-info): Rename dynamic variable `files' to
5046         something less generic.
5047
5048 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5049
5050         * nnir.el (nnir-request-move-article): Call the underlying backend to
5051         move articles from nnir.
5052
5053 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5056
5057 2010-11-02  Julien Danjou  <julien@danjou.info>
5058
5059         * nnir.el: Remove wais support.
5060
5061 2010-11-02  Glenn Morris  <rgm@gnu.org>
5062
5063         * gnus-html.el: Reorder requirements to quieten compiler.
5064
5065 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5068         properly for XEmacs as well.
5069         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5070         (gnus-article-natural-long-line-p): Use window-width rather than
5071         frame-width.
5072
5073 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5074
5075         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5076         (nnir-read-parms): Don't modify query.
5077         (nnir-run-query): Add ability to search topic on current line.
5078         (nnir-get-active): Clean up.
5079
5080 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5083         degenerate articles.
5084
5085         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5086         (gnus-print-buffer): Just print the buffer as is, without any copying
5087         to a buffer and then re-highlighting.
5088
5089         * nnimap.el (nnimap-request-group): Store the new updated info.
5090         (nnimap-request-group): Select the group when we don't know whether it
5091         exists or not.
5092
5093         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5094         groups.
5095
5096         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5097         groups.
5098
5099         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5100         groups.
5101
5102         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5103         long-lines case by only filling the long lines.
5104
5105         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5106         (bug #7311).
5107
5108 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * shr.el: No need to declare `declare-function' since shr.el is for
5111         only Emacsen that provide `libxml-parse-html-region'.
5112
5113         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5114         effective only in a file it is referred to.
5115
5116 2010-11-01  Glenn Morris  <rgm@gnu.org>
5117
5118         * mm-util.el (gnus-completing-read): Autoload.
5119         (mm-read-coding-system): Simplify Emacs definition.
5120
5121         * nnmail.el (gnus-activate-group):
5122         * nnimap.el (gnutls-negotiate):
5123         * nntp.el (netrc-parse): Fix declarations.
5124
5125 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5128         string-match-p in Emacs >=23.
5129
5130         * gnus-msg.el (gnus-configure-posting-styles):
5131         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5132
5133 2010-11-01  Glenn Morris  <rgm@gnu.org>
5134
5135         * nnir.el (declare-function): Add compat stub.
5136         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5137         (nnir-run-gmane): Require 'mm-url.
5138
5139         * mm-util.el (mm-string-to-multibyte): Simplify.
5140
5141         * shr.el (declare-function): Add compat stub.
5142         (url-cache-create-filename): Declare.
5143         (mm-disable-multibyte, widget-convert-button): Autoload.
5144
5145         * smime.el (ldap-search): Declare.
5146         (smime-cert-by-ldap-1): Require ldap on Emacs.
5147
5148         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5149         (nnimap-keepalive): Use gnus-float-time.
5150
5151         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5152         (mail-source-delete-crash-box): Use gnus-float-time.
5153
5154         * gnus-dired.el (gnus-completing-read): Autoload.
5155
5156         * mm-view.el (gnus-rescale-image): Autoload.
5157
5158         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5159
5160         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5161
5162         * sieve-manage.el: Require 'cl when compiling.
5163
5164         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5165         (gnus-iswitchb-completing-read): Require iswitchb.
5166         (gnus-select-frame-set-input-focus): Silence compiler.
5167
5168 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * message.el (message-subject-trailing-was-query): Change default to t,
5171         since I think that's what most people want.
5172
5173         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5174         appending for easier debugging.
5175         (nnimap-wait-for-connection): Take a regexp.
5176         (nnimap-request-accept-article): Wait for the continuation line before
5177         sending anything unless we're streaming.
5178
5179         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5180         leave the header washing to take place.
5181
5182 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5183
5184         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5185         regular expression match and replace in posting styles.
5186
5187 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5188
5189         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5190         an entire server.
5191         (nnir-get-active): New function.
5192         (nnir-run-imap): Use it.
5193         (nnir-run-gmane): Who knew, gmane search returns an article score!
5194
5195         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5196         server on the current line with nnir.
5197
5198 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5201         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5202         left edge.
5203         (gnus-article-foldable-buffer): Skip past the prefix when determining
5204         raggedness.
5205
5206         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5207         the raw article, and change `C-u g' to show the article without doing
5208         treatments.
5209
5210         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5211         on to `gnus-treat-article'.
5212         (gnus-inhibit-article-treatments): New variable.
5213
5214         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5215
5216         * gnus-art.el (gnus-treatment-function-alist): Have
5217         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5218         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5219         sections.
5220
5221         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5222         parameter.
5223         (gnus-article-fill-cited-long-lines): New function.
5224         (gnus-article-fill-cited-article): Allow filling only long sections.
5225
5226         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5227         and non-punctuation (like after the apostrophe in "'We").
5228
5229         * gnus-sum.el (gnus-summary-select-article): Make sure
5230         gnus-original-article-buffer is alive.
5231
5232         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5233         reflect the order they're in in the digest.
5234
5235         * gnus.el (gnus-group-startup-message): Move point to the start of the
5236         buffer.
5237
5238         * nnimap.el (nnimap-capability): New function.
5239         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5240         is set.
5241
5242 2010-10-31  David Engster  <dengste@eml.cc>
5243
5244         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5245         conform with changes to gnus-completing-read.
5246
5247 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5250
5251 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5252
5253         * nnir.el: Move defvar, defcustom around to keep file organized
5254         and keep byte-compiler quiet.
5255         (nnir-read-parms): Accept search-engine as arg.
5256         (nnir-run-query): Pass search-engine as arg.
5257         (nnir-search-engine): Remove.
5258
5259 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * shr.el (shr-generic): The text nodes should be text, not :text.
5262
5263         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5264         later in the file.
5265
5266 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5267
5268         * nnir.el: General clean up.  Allow searching with multiple engines.
5269         Allow separate extra-parameters for each engine.
5270         Batch queries when possible.
5271         (nnir-imap-default-search-key,nnir-method-default-engines):
5272         Add customize interface.
5273         (nnir-run-gmane): New engine.
5274         (nnir-engines): Use it.  Qualify all prompts with engine name.
5275         (nnir-search-engine): Remove global variable.
5276         (nnir-run-hyrex): Restore for now.
5277         (nnir-extra-parms,nnir-search-history): New variables.
5278         (gnus-group-make-nnir-group): Use them.
5279         (nnir-group-server): Remove in favor of gnus-group-server.
5280         (nnir-request-group): Avoid searching twice.
5281         (nnir-sort-groups-by-server): New function.
5282
5283 2010-10-30  Julien Danjou  <julien@danjou.info>
5284
5285         * gnus-group.el: Remove gnus-group-fetch-control.
5286
5287         * gnus-start.el (gnus-find-new-newsgroups):
5288         Remove gnus-check-first-time-used.
5289
5290         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5291
5292 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5293
5294         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5295         set on groups that don't have \* permanentflags.
5296
5297 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5300         control the background color.
5301         (shr-tag-img): Ignore very small web bug type images.
5302         (shr-put-image): Add help-echo alt texts to the images.
5303         (shr-tag-video): Show the video poster image.
5304
5305 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * shr.el (shr-table-depth): New variable.
5308         (shr-tag-table-1): Only insert the images after the top-level table.
5309
5310         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5311
5312         * gnus-util.el (gnus-list-memq-of-list): New function.
5313
5314         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5315         selected.
5316         (nnimap-unsplittable-articles): New slot.
5317         (nnimap-new-articles): Use it.
5318
5319 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5320
5321         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5322         move to the previous line on `M-g'.
5323
5324 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5327         *-request-group, which seems unnecessary.
5328
5329         * nnimap.el (nnimap-quote-specials): Function copied over from
5330         imap.el.
5331         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5332         they support that.  Suggested by Tom Regner.
5333
5334 2010-10-29  Julien Danjou  <julien@danjou.info>
5335
5336         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5337         defalias.
5338         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5339
5340         * gnus.el: Remove `gnus-nntp-service' variable.
5341         (gnus-secondary-servers): Make obsolete.
5342         (gnus-nntp-server): Make obsolete.
5343
5344         * gnus-start.el (gnus-1): Remove x-splash calls.
5345
5346         * gnus-ems.el (gnus-x-splash): Remove.
5347
5348         * gnus.el (gnus-group-startup-message): Simplify/update code.
5349
5350         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5351         definition.
5352
5353         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5354         capability before doing anything.
5355         (gnus-group-insert-group-line): Remove useless
5356         gnus-group-remove-excess-properties.
5357
5358 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5361
5362 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5365         config after reselecting.
5366
5367 2010-10-28  Julien Danjou  <julien@danjou.info>
5368
5369         * shr.el (shr-put-image): Use point even if only inserting text.
5370         (shr-put-image): Save excursion when inserting alt text on non-graphic
5371         display, so the behavior is the same when we are on a graphic display.
5372
5373         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5374
5375 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5378         (gnus-mime-copy-part): Check coding system, not charset.
5379         (gnus-mime-view-part-externally): Never remove part.
5380         (gnus-mime-view-part-internally): Don't remove part here.
5381         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5382         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5383         multipart/alternative.
5384
5385         * mm-decode.el (mm-display-part): Take optional arg `force'.
5386
5387 2010-10-26  Julien Danjou  <julien@danjou.info>
5388
5389         * gnus-group.el (gnus-group-default-list-level): Add this function to
5390         compute the default list level.
5391         (gnus-group-default-list-level): Add possibility to use a function.
5392
5393 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5396
5397         * gnus-group.el (gnus-group-completing-read)
5398         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5399         gnus-replace-in-string.
5400
5401 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * shr.el (shr-tag-div): Add.
5404
5405         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5406
5407 2010-10-25  Julien Danjou  <julien@danjou.info>
5408
5409         * gnus-util.el: Remove `gnus-with-local-quit'.
5410
5411         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5412
5413 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5416         the original article buffer.
5417
5418 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * nnimap.el (nnimap-request-head): New function.
5421         (nnimap-request-move-article): Try to be slightly faster by not
5422         requesting the entire message when moving.
5423         (nnimap-transform-headers): Don't bug out on bodiless articles.
5424         (nnimap-send-command): Have no outstanding messages if the IMAP server
5425         doesn't support streaming.
5426         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5427
5428 2010-10-24  Julien Danjou  <julien@danjou.info>
5429
5430         * message.el (message-default-headers): Fix type.
5431
5432 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5435         prefetching images.
5436
5437         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5438         backend for unknown groups.  This is mainly useful for nnimap groups.
5439
5440         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5441         group isn't covered by the agent.
5442
5443 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5444
5445         * nnir.el (nnir-method-default-engines): New variable.
5446         (nnir-run-query): Use it.
5447         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5448         (gnus-summary-nnir-goto-thread): Change group if needed.
5449
5450         * gnus-group.el (gnus-group-group-map): Add key binding for
5451         gnus-group-make-nnir-group.
5452
5453 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * shr.el (shr-tag-object): Add.
5456
5457         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5458         original article buffer live.
5459         (gnus-summary-select-article-buffer):
5460         Mention gnus-widen-article-buffer.
5461
5462 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * shr.el (shr-tag-strong): Add.
5465
5466 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5469         group names.  They mess up the group buffer badly.
5470
5471         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5472
5473         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5474         instead of the summary one.
5475
5476 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * mml.el (mml-preview): Work properly when editing article.
5479
5480         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5481         gnus-have-read-active-file if it's already been in.
5482
5483 2010-10-22  Tom Tromey  <tromey@redhat.com>
5484
5485         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5486         gnus-group-completing-read.
5487
5488 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * message.el (message-mode-map): Don't bind M-; to comment region, to
5491         allow the global comment-dwim to work.
5492
5493 2010-10-21  Julien Danjou  <julien@danjou.info>
5494
5495         * message.el (message-setup-1): Allow message-default-headers to be a
5496         function.
5497
5498 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * shr.el (shr-tag-table): Simplify.
5501
5502 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5505         to avoid trying to snarf invalid stuff.
5506
5507         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5508
5509         * gnus.el (gnus-message-archive-group): Quote value.
5510         (gnus-message-archive-group): Mark as changed.
5511
5512         * shr.el (shr-add-font): Don't put the font properties on the newline
5513         or the indentation.
5514
5515         * message.el (message-fix-before-sending): Change options when sending
5516         non-printable characters.
5517
5518         * gnus.el (gnus-message-archive-method): Change the default to
5519         monthly outgoing groups.
5520
5521         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5522         that have gotten new numbers.
5523
5524         * nnimap.el (nnimap-request-replace-article): New function.
5525
5526 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5529         (nnrss-request-article): Don't use special html washing code.
5530
5531 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * shr.el (shr-tag-table): Remove useless nconc.
5534
5535 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-art.el (article-wash-html): Simplify and remove the charset
5538         stuff.  Use the normal html rendering code instead of the special html
5539         washing code.
5540
5541         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5542         `gnus-w3m' symbols.
5543         (mm-text-html-washer-alist): Remove.
5544
5545         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5546         (mm-inline-media-tests): Remove use.
5547         (mm-text-html-renderer): Change default to the `shr' symbol.
5548
5549         * mm-view.el (mm-inline-text-html): Remove use.
5550
5551         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5552         `gnus-blocked-images' to be a function.
5553         (gnus-article-wash-function): Remove.
5554
5555 2010-10-20  Julien Danjou  <julien@danjou.info>
5556
5557         * spam.el (spam-list-of-processors): Mark as obsolete.
5558
5559         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5560         (nnimap-insert-partial-structure): Fix boundary detection.
5561
5562 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5563
5564         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5565         run file-truename on remote files.  This can be expensive and even
5566         prevent one from editing drafts if some unrelated buffer has a stale
5567         connection.
5568
5569 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5572         kinsoku-eol regardless of shr-kinsoku-shorten.
5573         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5574         (shr-tag-table): Support caption, thead, and tfoot.
5575
5576 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5579         lines.
5580         (shr-save-contents): New command and keystroke.
5581
5582         * nndoc.el (nndoc-type-alist): Add git support.
5583         (nndoc-git-type-p): New function.
5584         (nndoc-transform-git-article): Ditto.
5585         (nndoc-transform-git-headers): Ditto.
5586         (nndoc-transform-git-headers): Generate Subject headers.
5587
5588         * shr.el (shr-parse-style): New function.
5589         (shr-tag-span): Ditto.
5590
5591         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5592         to `G G' to avoid collisions.
5593
5594 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * shr.el: Load kinsoku if necessary.
5597         (shr-kinsoku-shorten): New internal variable.
5598         (shr-find-fill-point): Make kinsoku shorten text line if
5599         shr-kinsoku-shorten is bound to non-nil.
5600         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5601         shr-indentation too when testing if table is wider than frame width.
5602         (shr-insert-table): Use `string-width' instead of `length' to measure
5603         text width.
5604         (shr-insert-table-ruler): Make sure indentation is done at bol.
5605
5606 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5607
5608         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5609         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5610         undecoded network data.
5611
5612 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5615         name in the mode line spec so that the mode line menu works
5616         (bug #2431).
5617
5618         * message.el (message-get-reply-headers): If we're fed `to-address',
5619         then always use that.
5620
5621         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5622         aren't so wide as to need to switch off the edit menu.
5623
5624         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5625         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5626
5627         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5628         `M-g'.
5629         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5630         the permanent marks.
5631
5632 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5633
5634         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5635         Splitting according to references/in-reply-to obeys the ignore-groups
5636         variable, while splitting by sender and subject do not.
5637
5638 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5641         alist, so that we can look for non-Unicode chars.
5642         (article-translate-strings): Allow both character and string maps.
5643
5644 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * shr.el (shr-insert): Don't insert space behind a wide character
5647         categorized as kinsoku-bol, or between characters both categorized as
5648         nospace.
5649
5650 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5651
5652         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5653         headers to gnus-newsgroup-headers.
5654
5655 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * shr.el (shr-tag-img): Don't align images -- since we're not
5658         rescaling, this often leads to ugly displays.
5659
5660 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5661
5662         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5663         duplicates.
5664
5665 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5666
5667         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5668         call.
5669
5670 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * gnus.el: Autoload gnus-html-show-images.
5673
5674         * nnimap.el: Use nnheader-message throughout.
5675
5676         * shr.el (shr-tag-img): Ignore images with no data.
5677
5678 2010-10-15  Julien Danjou  <julien@danjou.info>
5679
5680         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5681         a possibility to disable format=flow encoding when using hard newlines.
5682
5683 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * shr.el (shr-insert): Remove space inserted before or after a
5686         breakable character or at the beginning or the end of a line.
5687         (shr-find-fill-point): Do kinsoku; find the second best point or give
5688         it up if there's no breakable point.
5689
5690 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * nnimap.el (nnimap-open-connection): Message when opening connection
5693         for debugging purposes.
5694
5695         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5696         on every setup buffer call to allow this to change from article to
5697         article.
5698
5699         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5700         buffers where we have a wide table.
5701
5702 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5703
5704         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5705         uses *-request-thread.
5706
5707 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5710         incantation, which is no longer valid.
5711
5712 2010-10-14  Julien Danjou  <julien@danjou.info>
5713
5714         * shr.el: Fix defcustom type (char -> character).
5715
5716 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5719         programs.
5720
5721 2010-10-14  Julien Danjou  <julien@danjou.info>
5722
5723         * shr.el (shr-tag-a): Use url-link as widget type.
5724
5725         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5726         `gnus-group-get-icon'.
5727
5728 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5731         This should make server editing work better.
5732
5733         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5734
5735         * tls.el (tls-program): Remove spurious %s from openssl.
5736
5737         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5738         (nnimap-parse-flags): Fix regexp.
5739
5740         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5741         probably work for CJVK text, too.
5742
5743         * nnimap.el (nnimap-extend-tls-programs): Remove.
5744         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5745
5746         * tls.el (tls-starttls-switches): Remove starttls hack.
5747         (open-tls-stream): Ditto.
5748         (tls-find-starttls-argument): Ditto.
5749
5750 2010-10-13  Julien Danjou  <julien@danjou.info>
5751
5752         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5753         responses.
5754
5755 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5758
5759         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5760         anything in Emacs.
5761
5762         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5763
5764 2010-10-13  Julien Danjou  <julien@danjou.info>
5765
5766         * shr.el (shr-width): Make shr-width a defcustom with default to
5767         fill-column.
5768         (shr-tag-img): Use shr-width rather than fill-column.
5769
5770 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * dgnushack.el (byte-optimize-apply):
5773         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5774
5775         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5776         position when (X-)Faces exist.
5777         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5778         avatars when called interactively.
5779
5780 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5783         gnus-article-x-face-too-ugly is bound.
5784
5785 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5788
5789         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5790         mailbox that doesn't exist.
5791
5792 2010-10-12  Julien Danjou  <julien@danjou.info>
5793
5794         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5795         (shr-get-image-data): Encode URL properly when fetching from cache.
5796         (shr-tag-img): Use aligned-to spaces to align correctly images.
5797
5798         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5799         before inserting the Gravatar.
5800
5801         * shr.el (shr-tag-img): Add align attribute support for <img>.
5802
5803 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * gnus-gravatar.el (gnus-art): Require.
5806
5807         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5808         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5809         Remove long obsoleted functions.
5810
5811 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5814
5815         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5816
5817         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5818         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5819         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5820         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5821         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5822         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5823         * sieve-manage.el, smime.el, spam.el:
5824         Fix comment for declare-function.
5825
5826 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * nnimap.el (nnimap-request-rename-group): Select group read-only
5829         before renaming it.
5830
5831         * shr.el (shr-insert): Fix up the white space only regexp.
5832
5833         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5834         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5835
5836         * shr.el (shr-current-column): New function.
5837         (shr-find-fill-point): New function.
5838
5839 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5840
5841         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5842         numbers.
5843
5844 2010-10-11  Julien Danjou  <julien@danjou.info>
5845
5846         * shr.el (shr-hr-line): Add.
5847         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5848         display hr lines.
5849         (shr-max-columns): Do not change state to nil if we just inserting
5850         spaces.
5851
5852 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5855         select the last group.
5856
5857 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5858
5859         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5860
5861 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5862
5863         * dig.el (dig-mode-map): Declare and define in one step.
5864
5865 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5868         for Gnus.
5869         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5870         (nnimap-update-qresync-info): Mark \Seen articles as read.
5871
5872         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5873         non-variable, too.
5874
5875         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5876         available.
5877         (nnimap-update-info): Rely more on the current active than the param
5878         active to avoid marking articles as read too much.
5879
5880         * auth-source.el (auth-source-create): Use (user-login-name) for the
5881         user name default.
5882
5883         * nnimap.el (nnimap-update-info): If the server doesn't return any
5884         useful info, just use the previous info.
5885         (nnimap-update-info): Prefer old info over start-article.
5886         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5887
5888 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5889
5890         * nnir.el (autoload): Clean up autoloads.
5891         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5892         Use key rather than value.
5893         (nnir-imap-search-other): New variable.
5894         (nnir-read-parm): Use it.
5895         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5896         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5897
5898 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5899
5900         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5901         the process, too.
5902
5903 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * spam.el (gnus-summary-mode-map): Bind to "$".
5906         Suggested by Russ Allbery.
5907
5908         * shr.el: Rework the way things are indented by <li> slightly.
5909
5910         * gnus.el (gnus-group-set-parameter): Fix typo.
5911
5912         * nnimap.el: Start implementing QRESYNC support.
5913
5914 2010-10-09  Julien Danjou  <julien@danjou.info>
5915
5916         * nnir.el (nnir-engines): Fix too many arguments.
5917
5918 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5921         group is the "last", so that the backends like nnfolder actually save
5922         their folders.
5923
5924         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5925         try to use that for the tls stream.
5926         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5927         UIDVALIDITY and find out which groups are read-only and not.
5928         (nnimap-get-flags): Use the same marks parsing code as the rest of
5929         nnimap.
5930
5931 2010-10-09  Julien Danjou  <julien@danjou.info>
5932
5933         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5934
5935         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5936         retrieving gravatars.
5937
5938         * shr.el (shr-table-corner): Add.
5939         (shr-table-line): Add.
5940         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5941
5942 2010-10-08  Julien Danjou  <julien@danjou.info>
5943
5944         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5945
5946 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5949
5950         * gnus-sum.el (gnus-mark-article-as-unread)
5951         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5952         (gnus-summary-set-bookmark): Use it.
5953
5954         * gnus-msg.el (gnus-setup-message): Use it.
5955
5956         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5957
5958         * gnus.el (gnus-group-remove-parameter): Use it.
5959
5960         * gnus-group.el (gnus-group-make-web-group): Use it.
5961
5962         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5963
5964         * nnregistry.el: Update docs to mention manual.
5965
5966         * gnus-registry.el: Update docs to mention nnregistry.el.
5967         (gnus-registry-initialize): Don't install nnregistry refer method
5968         automatically.
5969         (gnus-registry-install-nnregistry): Remove it.
5970
5971 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * shr.el (shr-insert): Don't insert double spaces.
5974
5975 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-gravatar.el (gnus-treat-from-gravatar)
5978         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5979         called interactively.
5980
5981         * gnus-art.el (gnus-mime-view-part-externally)
5982         (gnus-mime-view-part-internally): Make predicate function passed to
5983         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5984         of a mime type.
5985
5986         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5987
5988 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * shr.el (require): Require cl when compiling.
5991         (shr-tag-hr): New function.
5992
5993         * nnimap.el (nnimap-update-info): Remove double setting of high.
5994         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5995         This makes nnimap work properly on Courier again.
5996
5997         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5998         the variable for backwards compatibility.
5999
6000         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6001         the file name before using to avoid setting mm-default-directory to
6002         nil.
6003
6004         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6005         bidning gnus-agent variables.
6006
6007         * shr.el (shr-render-td): Use a cache for the table rendering function
6008         to avoid getting an exponential rendering behavior in nested tables.
6009         (shr-insert): Rework the line-breaking algorithm.
6010         (shr-insert): Don't leave trailing spaces.
6011         (shr-insert-table): Also insert empty TDs.
6012         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6013
6014 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * gnus-sum.el (gnus-number): Rename from `number'.
6017         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6018         (gnus-summary-limit-children): Update uses correspondingly.
6019
6020 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6023         (gnus-gravatar-transform-address): Don't show avatars of people of
6024         which mail addresses match gnus-gravatar-too-ugly.
6025
6026 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * shr.el (shr-table-widths): Expand TD elements to fill available
6029         space.
6030
6031 2010-10-07  Julien Danjou  <julien@danjou.info>
6032
6033         * nnimap.el (nnimap-request-rename-group): Add this method.
6034
6035 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6038         name from XEmacs' function-arglist.
6039
6040         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6041         gravatar under XEmacs.
6042
6043 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * auth-source.el: Update docs with TODO items.
6046
6047         * gnus-sync.el: Update docs to explain state and plans.
6048
6049         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6050         Hooks for mark updates.
6051         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6052
6053         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6054         hooks with arguments, which is needed for mark update hooks.
6055
6056 2010-10-06  Julien Danjou  <julien@danjou.info>
6057
6058         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6059         was matched.
6060
6061         * sieve-manage.el: Update example in `Commentary'.
6062
6063         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6064
6065         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6066         not 2000.
6067         (sieve-manage-authenticate): Re-add function.
6068
6069 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * shr.el (shr-insert): Get 'space transition right.
6072         (shr-render-td): Only delete space at the end of the TD.
6073
6074         * nnimap.el (nnimap-open-connection): Prepare to support
6075         open-gnutls-stream.
6076
6077         * shr.el: Rearrange function order to be more logical.
6078
6079 2010-10-06  Julien Danjou  <julien@danjou.info>
6080
6081         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6082         (nnrss-discover-feed): Remove 404 URL in docstring.
6083
6084         * nnir.el: Fix Swish-E URL.
6085         Fix Namazu URL.
6086
6087         * message.el (message-change-subject): Remove 404 URL in a comment.
6088
6089 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6092         called interactively.
6093
6094         * gnus-util.el (gnus-remove-if): Allow hash table.
6095         (gnus-remove-if-not): New function.
6096
6097         * gnus-art.el (gnus-mime-view-part-as-type):
6098         * gnus-score.el (gnus-summary-score-effect):
6099         * gnus-sum.el (gnus-read-move-group-name):
6100         Replace remove-if-not with gnus-remove-if-not.
6101
6102         * gnus-group.el (gnus-group-completing-read):
6103         Regard collection as a hash table if it is not a list.
6104
6105 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6108
6109         * shr.el: Document the table-rendering algorithm.
6110
6111 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6114         for Emacsen having no `libxml-parse-html-region' support.
6115
6116 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6119         invalid URLs.
6120
6121         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6122         line-broken.
6123         (shr-tag-img): Ignore image fetching errors.
6124         (shr-overlays-in-region): Compute overlay positions correctly.
6125
6126         * mm-decode.el (mm-shr): Require shr.
6127
6128         * gnus-art.el (gnus-blocked-images): Move variable here.
6129
6130         * shr.el (shr-insert-table): Bind free variable.
6131
6132         * mm-decode.el (mm-shr): Bind shr-content-function.
6133
6134         * shr.el (shr-content-function): New variable.
6135
6136         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6137         added for symmetry.
6138
6139         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6140
6141         * gnus-group.el (gnus-group-make-group): Doc fix.
6142
6143         * nnimap.el (nnimap-request-newgroups): Return success.
6144
6145         * shr.el (shr-find-elements): New function.
6146         (shr-tag-table): Put all the images after the table.
6147         (shr-tag-table): Really inhibit images inside the table.
6148         (shr-collect-overlays): Copy over overlays from the TD elements to the
6149         main document.
6150
6151         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6152         gnus-blocked-images.
6153
6154 2010-10-05  Julien Danjou  <julien@danjou.info>
6155
6156         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6157
6158         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6159         (gnus-html-maximum-image-size): Add this function.
6160         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6161
6162         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6163         server-value of the capability is nil.
6164
6165 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * shr.el (shr-tag-em): Add <EM> tag.
6168
6169 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6170
6171         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6172         customizable.
6173
6174         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6175         handing broken links to browse-url.
6176
6177 2010-10-05  Julien Danjou  <julien@danjou.info>
6178
6179         * gnus-util.el (gnus-emacs-completing-read)
6180         (gnus-iswitchb-completing-read): Use autoload rather than require.
6181
6182 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6185         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6186         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6187         iswitchb-temp-buflist for XEmacs.
6188
6189         * gnus-util.el (gnus-completing-read-function): Exclude
6190         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6191         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6192         XEmacs.
6193
6194         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6195         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6196
6197         * gnus-html.el: Don't require help-fns under XEmacs.
6198         (gnus-html-schedule-image-fetching): Work for XEmacs.
6199
6200         * mm-decode.el (mm-shr): Decode contents by charset.
6201
6202 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6205         unknown.
6206
6207         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6208         (shr-get-image-data): Ensure against the cache file missing.
6209
6210         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6211         for data.
6212
6213         * spam-report.el (spam-report-url-ping-plain): Don't query about
6214         killing the process.
6215
6216         * shr.el (shr-render-td): Protect against too-wide text.
6217
6218 2010-10-04  Julien Danjou  <julien@danjou.info>
6219
6220         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6221         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6222
6223         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6224         retrieved.
6225
6226 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * shr.el (browse-url): Require.
6229         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6230         lines.
6231         (shr-show-alt-text, shr-browse-image): New commands.
6232         (shr-browse-url, shr-copy-url): New commands.
6233
6234         * gnus-sum.el (gnus-widen-article-window): New variable.
6235         (gnus-summary-select-article-buffer): Use it.
6236
6237         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6238         without @ signs.
6239
6240 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6241
6242         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6243
6244 2010-10-04  Julien Danjou  <julien@danjou.info>
6245
6246         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6247         for XEmacs.
6248
6249 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6252
6253         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6254         (nnimap-close-server): Implement.
6255
6256         * dgnushack.el (iswitchb): Require to shut up the compiler.
6257
6258         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6259         (shr-insert): Tweak line breaking.
6260         (shr-insert): Handle <pre> better.
6261         (shr-tag-li): Get <li> indentation right.
6262         (shr-tag-li): Get <li> indentation even righter.
6263         (shr-tag-blockquote): Ensure paragraph start.
6264         (shr-make-table): Tweak table generation.
6265         (shr-make-table): Fix typo.
6266
6267         * shr.el: Implement table rendering.
6268
6269 2010-10-04  Julien Danjou  <julien@danjou.info>
6270
6271         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6272
6273 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * shr.el (shr-insert): Use string anchors instead of line anchors.
6276
6277 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * shr.el: Add headings.
6280         (shr-ensure-paragraph): Actually work.
6281         (shr-tag-li): Make <ul> prettier.
6282         (shr-insert): Get white space at the beginning/end of elements right.
6283         (shr-tag-p): Collapse subsequent <p>s.
6284         (shr-ensure-paragraph): Don't insert double line feeds after blank
6285         lines.
6286         (shr-insert): \t is also space.
6287         (shr-tag-s): Fix "s" tag name function.
6288         (shr-tag-s): Fix face prop name.
6289
6290 2010-10-03  Julien Danjou  <julien@danjou.info>
6291
6292         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6293
6294         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6295         gnus-window-inside-pixel-edges.
6296
6297         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6298         gnus-ems.
6299
6300         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6301
6302         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6303         function.
6304
6305         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6306         resize choice.
6307
6308 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6311         beginning of the buffer.
6312
6313         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6314         article buffer again.
6315
6316         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6317
6318         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6319         when it's at the start of the buffer.
6320
6321         * shr.el (shr-tag-blockquote): Convert name.
6322         (shr-rescale-image): Use the right image-size variant.
6323
6324         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6325         buffer isn't shown, then select the current article first instead of
6326         bugging out.
6327         (gnus-summary-select-article-buffer): Show both the article and summary
6328         buffers again.
6329
6330         * shr.el (shr-fontize-cont): Protect against regions with no text.
6331         Rename tag functions to shr-tag-* for enhanced security.
6332         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6333
6334 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6335
6336         * shr.el (shr-insert):
6337         * pop3.el (pop3-movemail):
6338         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6339         loaded.
6340
6341 2010-10-03  Glenn Morris  <rgm@gnu.org>
6342
6343         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6344
6345         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6346
6347         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6348
6349         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6350
6351         * gnus-util.el (gnus-make-local-hook): Simplify.
6352
6353 2010-10-02  Julien Danjou  <julien@danjou.info>
6354
6355         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6356         (gnus-ido-completing-read): New function.
6357         (gnus-emacs-completing-read): New function.
6358         (gnus-completing-read): Use gnus-completing-read-function.
6359         Add gnus-completing-read-function.
6360
6361 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * shr.el (shr-insert-document): Autoload.
6364         (shr-img): Be silent.
6365         (shr-insert): Add a newline after every picture before text.
6366         (shr-add-font): Use overlays for combining faces.
6367         (shr-insert): Pass upwards the text start point.
6368
6369         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6370         possible.
6371         (mm-shr): New function.
6372
6373 2010-10-02  Julien Danjou  <julien@danjou.info>
6374
6375         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6376         should go backward.
6377
6378 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6379
6380         * shr.el (shr): Fix typo in provide call.
6381
6382 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * shr.el: New file.
6385
6386         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6387
6388         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6389         completing read.
6390
6391 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6392
6393         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6394         we're being queried about.  Suggested by Dan Jacobson.
6395
6396         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6397         Suggested by Jason Eisner.
6398
6399         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6400         table, too.  Suggested by Stefan Wiens.
6401         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6402         the table unnecessary.  Suggested by Stefan Wiens.
6403
6404         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6405         longer needed, and probably doesn't work either, as pointed out by
6406         Stefan Wiens.
6407         (gnus-summary-exit): Remove call to the clearing function.
6408         (gnus-summary-exit-no-update): Ditto.
6409
6410         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6411         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6412         Reported by Stefan Monnier.
6413         (gnus-summary-save-in-rmail): Ditto.
6414
6415         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6416         article buffer, instead of both the article buffer and the summary
6417         buffer.  Sort of suggested by Dan Jacobson.
6418
6419         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6420
6421         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6422         Suggested by Dan Jacobson.
6423
6424         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6425         documentation clearer.
6426
6427         * message.el (message-shorten-references): Comment on the number "21".
6428         Suggested by Stefan Monnier.
6429
6430         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6431         Suggested by Dan Jacobson.
6432
6433         * gnus.el (gnus-large-newsgroup):
6434         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6435
6436         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6437         externalize attachments.  Bug reported by Steve Wen.
6438
6439         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6440         really message anything to the user.
6441
6442         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6443         directly.
6444
6445         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6446         messages in empty groups.
6447
6448 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6449
6450         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6451         non-UIDNEXT group.
6452
6453 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6456         not the value from the collection.
6457
6458         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6459         values.  This sometimes happens on some groups that have no info.
6460         (nnimap-request-newgroups): New function.
6461
6462 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6465         check into `gnus-registry-initialize'.
6466         (gnus-registry-initialize): Ditto.
6467         Fix and extend header docs.
6468
6469 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6472         regexp backtrace overflows.
6473
6474         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6475         for starttls that tls.el implements; i.e. openssl.
6476
6477         * tls.el (tls-starttls-switches): Give up on using starttls with
6478         gnutls-cli.
6479         (tls-program): Add --insecure to be consistent with the defaults from
6480         openssl s_client.  Now all three commands are insecure.
6481
6482 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * lpath.el: Bind completion-styles-alist for XEmacs.
6485
6486         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6487         (gravatar-create-image): New function that's an alias to
6488         gnus-xmas-create-image, gnus-create-image, or create-image.
6489         (gravatar-data->image): Use it.
6490
6491 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6492
6493         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6494         install the nnregistry refer method.
6495         (gnus-registry-install-hooks): Use it.
6496         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6497         unfollowed groups.
6498
6499 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6500
6501         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6502         expanding threads.
6503
6504 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * nnir.el: Use the server names without suffixes (bug #7009).
6507
6508         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6509         unencrypted to STARTTLS, if possible.
6510
6511 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6512
6513         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6514         headers before superseding.
6515
6516 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * nnrss.el (nnrss-use-local): Add documentation.
6519
6520         * nnimap.el (nnimap-extend-tls-programs): New function.
6521         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6522         (nnimap-wait-for-connection): Accept the greeting from the stupid
6523         output from openssl s_client -starttls, too.
6524
6525         * tls.el (tls-starttls-switches): New variable.
6526         (tls-find-starttls-argument): Use it.
6527         (open-tls-stream): Ditto.
6528
6529         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6530         (netrc-machine): Ditto.
6531
6532         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6533         article number.
6534         (nnimap-split-fancy): New variable.
6535         (nnimap-split-incoming-mail): Use it.
6536
6537         * nntp.el (nntp-server-list-active-group): Document.
6538
6539         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6540         SELECT to get the message-id.
6541
6542         * mail-source.el (mail-sources): Remove webmail support.
6543         (defvar): Ditto.
6544         (mail-source-fetcher-alist): Ditto.
6545         (mail-source-fetch-webmail): Remove.
6546
6547         * webmail.el: Remove -- doesn't seem relevant any more.
6548
6549         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6550
6551         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6552         the \r.
6553
6554 2010-09-30  Julien Danjou  <julien@danjou.info>
6555
6556         * gnus-agent.el (gnus-agent-add-group): Fix call to
6557         gnus-completing-read.
6558
6559 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * nndoc.el (nndoc-retrieve-groups): New function.
6562
6563         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6564         `default', use nnmail-split-methods.
6565         (nnimap-request-article): Downcase the NILs so that they are nil.
6566
6567         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6568         symbol.
6569
6570         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6571         code, since if the user has requested network, that's what they ought
6572         to get.
6573         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6574         (nnimap-split-rule): Mark as obsolete.
6575
6576         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6577         New variable.
6578
6579         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6580         correct slot, too.
6581
6582 2010-09-29  Julien Danjou  <julien@danjou.info>
6583
6584         * gnus.el (gnus-local-domain): Declare variable obsolete.
6585
6586         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6587         Fix history computing.
6588         (gnus-ido-completing-read): Require ido.
6589
6590 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6593         build Gnus.
6594
6595         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6596         when interpreting the structures.
6597         (nnimap-request-accept-article): Add \r\n to the lines to make this
6598         work with Cyrus.
6599
6600         * nndraft.el (nndraft-request-expire-articles): Use the group name
6601         instead if "nndraft".  Fix found by Nils Ackermann.
6602
6603 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6604
6605         * nnregistry.el: Add.
6606
6607 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6608
6609         * nnmail.el (group, group-art-list, group-art):
6610         Remove unneeded directives.
6611
6612 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6615         (mm-mime-charset):
6616         * rfc2047.el (rfc2047-syntax-table):
6617         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6618
6619         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6620         rather than `insert-file-contents' and `eval-region'.
6621
6622         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6623         construction.
6624
6625         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6626
6627         * time-date.el: No need to require cl for Emacs 21.
6628
6629 2010-09-29  Julien Danjou  <julien@danjou.info>
6630
6631         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6632         replacement of `gnus-gravatar-relief' to mimic
6633         `gnus-faces-properties-alist'.
6634         Add :version property.
6635
6636 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mail-source.el (mail-source-report-new-mail):
6639         * message.el (message-default-mail-headers):
6640         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6641
6642         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6643
6644 2010-09-28  Julien Danjou  <julien@danjou.info>
6645
6646         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6647         mail-address contains the same string as real-name.
6648
6649         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6650         non-blank in header, otherwise it'll get stripped.
6651
6652         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6653         real-name, and then for mail address rather than doing : or , search.
6654
6655 2010-09-27  Julien Danjou  <julien@danjou.info>
6656
6657         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6658         right completing-read function.
6659         (gnus-use-ido): New variable
6660         (gnus-completing-read-with-default): Remove.
6661         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6662         (gnus-agent-add-group):
6663         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6664         * mm-view.el (mm-view-pkcs7-decrypt):
6665         * mm-util.el (mm-codepage-setup):
6666         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6667         * mml-smime.el (mml-smime-openssl-sign-query):
6668         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6669         (mml-insert-multipart):
6670         * gnus-msg.el (gnus-summary-yank-message):
6671         * gnus-int.el (gnus-start-news-server):
6672         * mm-decode.el (mm-interactively-view-part):
6673         * gnus-dired.el (gnus-dired-attach):
6674         * gnus.el (gnus-read-method):
6675         * gnus-bookmark.el (gnus-bookmark-jump):
6676         * gnus-art.el (gnus-mime-view-part-as-type)
6677         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6678         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6679         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6680         * nnmairix.el (nnmairix-create-server-and-default-group)
6681         (nnmairix-update-groups, nnmairix-get-server)
6682         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6683         (nnmairix-get-group-from-file-path):
6684         * nnrss.el (nnrss-find-rss-via-syndic8):
6685         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6686         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6687         (gnus-group-browse-foreign-server):
6688         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6689         (gnus-summary-execute-command, gnus-summary-respool-article)
6690         (gnus-read-move-group-name):
6691         * gnus-score.el (gnus-summary-increase-score)
6692         (gnus-summary-score-effect):
6693         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6694
6695 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6698         x-focus-frame.
6699
6700         * nnimap.el (auth-source-forget-user-or-password)
6701         (auth-source-user-or-password): Autoload.
6702
6703         * message.el (message-from-style, message-interactive)
6704         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6705         (message-yank-prefix, message-indentation-spaces, message-signature)
6706         (message-signature-file): Add comment.
6707
6708 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709
6710         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6711         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6712         new articles.
6713
6714         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6715         parts.
6716         (nnimap-request-article): Work with the t setting, too.
6717
6718         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6719         that you don't get flashes of other buffers.
6720         (gnus-summary-show-complete-article): Intern before setting.
6721
6722 2010-09-27  David Engster  <dengste@eml.cc>
6723
6724         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6725         well as HEADERS.
6726         (nnmairix-retrieve-headers): Provide new argument for the above.
6727
6728 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * gnus-sum.el (gnus-summary-move-article): Don't alter
6731         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6732         group.
6733
6734         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6735
6736         * message.el (message-cite-prefix-regexp): Revert my last edit.
6737
6738         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6739         variable instead of the Gnus variable.
6740
6741         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6742
6743         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6744
6745         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6746         since some servers don't like it.
6747         (nnimap-open-connection): Forget credentials if the server says the
6748         password was wrong.
6749         (nnimap-parse-line): Protect against invalid data.
6750
6751         * gnus-sum.el (gnus-summary-move-article): Add comment.
6752         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6753         nothing alters it while scanning for new messages.
6754
6755         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6756         which may or may not help.
6757         (nnimap-open-connection): If we're doing a stream connection, and then
6758         discover we're on a STARTTLS-capable server, then open a STARTTLS
6759         connection instead.
6760
6761 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * nnimap.el (utf7): Require.
6764
6765         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6766         prefix.
6767
6768 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6769
6770         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6771
6772 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * nnimap.el (nnimap-request-accept-article): Message the error on
6775         error.
6776
6777 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6780
6781 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * nndoc.el (nndoc-request-list): Return success always.
6784
6785         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6786         `fetch-old' -- we only want to fetch the articles we've requested.
6787         The rest are in the agent, probably.
6788         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6789         disappeared server" to something low.  It's not important.
6790
6791         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6792         arrived before the FETCH data.
6793
6794         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6795         target here, because we don't know the Gnus name of the group.
6796
6797         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6798         for the correct group.
6799
6800         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6801
6802         * gnus.el (gnus): Give a final warning after startup.
6803
6804         * gnus-util.el (gnus-action-message-log): New variable.
6805         (gnus-message): Use it.
6806         (gnus-final-warning): New function.
6807
6808         * nnimap.el (nnimap-open-connection): Record the greeting.
6809         (nnimap): Add greeting.
6810
6811 2010-09-26  Julien Danjou  <julien@danjou.info>
6812
6813         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6814         arguments.
6815         (gnus-html-wash-images): Fix spec computing to include start/end.
6816
6817         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6818
6819 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6822         deletion.
6823         (nnimap-retrieve-headers): Don't select the group, because that's
6824         already done by nnimap-possibly-change-group.
6825
6826         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6827         (gnus-picon-transform-address): Use it.
6828
6829         * mail-source.el (mail-source-value): Revert previous patch.
6830
6831         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6832         on failure.
6833         (nnimap-open-connection): Look up both virtual and physical server name
6834         credentials.
6835
6836         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6837
6838 2009-02-07  Dave Love  <fx@gnu.org>
6839
6840         * tls.el (open-tls-stream): Don't query killing process.
6841
6842 2009-02-08  Dave Love  <fx@gnu.org>
6843
6844         * gnus-win.el (gnus-window-to-buffer-helper)
6845         (gnus-all-windows-visible-p): Function needn't be a symbol.
6846
6847         * mail-source.el (mail-source-value): Function needn't be a symbol.
6848
6849 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * message.el (message-cite-prefix-regexp): Remove } from the cite
6852         prefix.
6853
6854         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6855         highlight again, so that the highlight is correct.
6856
6857         * gnus-picon.el (gnus-picon): Remove again.
6858         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6859
6860         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6861         doing the header highlightling, so that the background color of the
6862         picon is correct.
6863
6864         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6865         (gnus-picon): Ditto.
6866         (gnus-picon): Reinstate.  The background color for picons is white.
6867         (gnus-picon-insert-glyph): Make the background white.
6868
6869         * nnml.el (nnml-open-nov): Don't return dead buffers.
6870
6871         * auth-source.el (auth-source-create): Query the user for whether to
6872         store the credentials.
6873
6874         * netrc.el (netrc-store-data): New function.
6875
6876         * auth-source.el (auth-source-user-or-password): Use the existing auth
6877         sources, if any, for creation.
6878
6879         * gnus.el (gnus-group-fast-parameter): Return the last matching
6880         parameter instead of the first matching parameter.
6881
6882 2010-09-26  Julien Danjou  <julien@danjou.info>
6883
6884         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6885
6886 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * mml2015.el (mml2015-use): Remove gpg support.
6889
6890         * mml1991.el (mml1991-function-alist): Remove gpg function.
6891         (mml1991-gpg-sign): Remove.
6892
6893 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6894
6895         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6896         (gnus-browse-unsubscribe-current-group): Document it.
6897         (gnus-browse-unsubscribe-group): Use it.
6898
6899 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6902         address to the To list for easier response.
6903
6904         * gnus.el (gnus-play-startup-jingle): Remove.
6905         (gnus-splash): Don't play jingle.
6906         (gnus): Silence gnus-load message.
6907
6908         * gnus-art.el (gnus-treat-play-sounds): Remove.
6909
6910         * gnus.el (gnus-play-jingle): Remove audio support.
6911
6912         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6913
6914         * earcon.el: Remove -- no users.
6915
6916         * gnus-audio.el: Remove -- no users of this package.
6917
6918         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6919
6920         * gnus-start.el (gnus-setup-news): Remove nocem support.
6921
6922         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6923
6924         * gnus.el (gnus-use-nocem): Remove.
6925
6926         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6927         Remove.
6928
6929         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6930         uses NoCeM any more.
6931
6932         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6933         (gnus-button-ctan-handler): Ditto.
6934         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6935         (gnus-button-ctan-directory-regexp): Ditto.
6936         (gnus-button-handle-ctan): Ditto.
6937         (gnus-button-tex-level): Ditto.
6938         (gnus-button-alist): Remove CTAN stuff.
6939
6940 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6943         nnimap-streaming test.
6944
6945         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6946         servers twice.
6947
6948         * nnimap.el (nnimap-open-connection): Add more error reporting when
6949         nnimap fails early.
6950
6951         * nnheader.el (nnheader-get-report-string): New function.
6952         (nnheader-get-report): Use it.
6953
6954         * gnus-int.el (gnus-check-server): Say what the error was when opening
6955         failed.
6956
6957         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6958         using streaming.
6959
6960 2010-09-25  Julien Danjou  <julien@danjou.info>
6961
6962         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6963         gnus-window-inside-pixel-edges.
6964
6965 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6968
6969         * mm-decode.el (mm-save-part): Allow saving to other directories the
6970         normal Emacs way.
6971
6972         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6973         Suggested by Jay Berkenbilt.
6974
6975         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6976         there isn't a single byte.
6977
6978         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6979         just do it.  It doesn't really seem to matter what the user responds
6980         here, I think, so it's just a confusing question.
6981
6982         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6983         non-streaming case.
6984
6985         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6986         (gnus-article-encrypt-body): Use it.
6987
6988         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6989         keystroke.
6990
6991         * nnimap.el (nnimap-find-wanted-parts-1):
6992         Use gnus-fetch-partial-articles.
6993
6994         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6995
6996         * nnimap.el (nnimap-insert-partial-structure): New function.
6997         (nnimap-get-partial-article): New function.
6998         (nnimap-request-article): Use it.
6999         (nnimap-wait-for-response): Return whether the wait was successful.
7000         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7001         retrieval wasn't successful.
7002         (nnimap-retrieve-group-data-early): Allow throttling servers.
7003         (nnimap-streaming): New variable.
7004         (nnimap-fetch-partial-articles): Remove.
7005
7006         * mm-decode.el (mm-with-part): Protect against killed buffers.
7007
7008         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7009         for prettier summary display.
7010
7011 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7012
7013         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7014
7015 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7018         apparently third-party libraries depend on it.
7019
7020         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7021         before starting negotiation.
7022
7023         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7024         privacy reasons.
7025         (gnus-treat-mail-gravatar): Ditto.
7026
7027         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7028         buffer when inserting images.  Inserting text into the headers, for
7029         instance, can make them invalid.
7030
7031 2010-09-25  Julien Danjou  <julien@danjou.info>
7032
7033         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7034         variables.
7035
7036         * nnheader.el: Remove useless variables news-reply-yank-from and
7037         news-reply-yank-message-id.
7038
7039         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7040         variables.
7041
7042         * mml1991.el: Remove useless mml1991-verbose.
7043
7044         * gnus.el: Remove useless variable gnus-use-generic-from.
7045         Remove obsolete variable gnus-topic-indentation.
7046
7047         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7048
7049         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7050
7051         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7052
7053         * gnus-group.el: Remove useless gnus-group-icon-cache.
7054         Remove useless gnus-ephemeral-group-server.
7055
7056         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7057
7058         * mml2015.el: Remove useless mml2015-verbose.
7059
7060         * mml-smime.el: Remove useless mml-smime-verbose.
7061
7062         * gnus.el: Remove useless gnus-local-domain.
7063
7064         * gnus-gravatar.el (gnus-gravatar-transform-address):
7065         Use gnus-gravatar-size.
7066
7067         * gnus-art.el: Remove useless gnus-treat-translate.
7068
7069 2010-09-24  Julien Danjou  <julien@danjou.info>
7070
7071         * gnus-sum.el: Add support for Gravatars.
7072
7073         * gnus-art.el: Add support for Gravatars.
7074
7075         * gnus-gravatar.el: Add this file.
7076
7077         * gravatar.el: Add this file.
7078
7079 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7082
7083         * gnus-group.el (gnus-group-fetch-faq): Remove.
7084
7085         * gnus.el (gnus-group-faq-directory): Remove.
7086
7087         * gnus-group.el (gnus-group-fetch-charter): Remove.
7088
7089         * gnus.el (gnus-group-charter-alist): Remove.
7090
7091         * gnus-group.el (gnus-group-archive-directory): Remove.
7092         (gnus-group-recent-archive-directory): Ditto.
7093         (gnus-group-make-archive-group): Remove.
7094
7095         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7096
7097         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7098         use the same article number for all the cached articles.
7099
7100         * nnimap.el (nnimap-command): Register the last command time so
7101         that we can use it for idling NOOPs.
7102         (nnimap-open-connection): Start the keeplive timer.
7103         (nnimap-make-process-buffer): Store all the process buffers.
7104         (nnimap-keepalive): New function.
7105
7106         * starttls.el (starttls-open-stream): Add autoload cookie.
7107
7108 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7109
7110         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7111         handling.
7112
7113 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7116         its data structures.
7117
7118         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7119         instead of the cl.el copy-list.
7120         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7121         equalp.
7122
7123 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7126         and tool-bar-local-item-from-menu.
7127
7128         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7129         mode-line-highlight face for Emacs.
7130
7131         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7132         loading gnus-sum.elc; fix comment for canlock-verify.
7133         (gnus-article-jump-to-part): Use read-number.
7134         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7135         Remove Emacs pre-21 compatible code for help-echo.
7136         (gnus-article-next-page-1): No need to adjust the number of lines.
7137         (gnus-article-describe-bindings): Always use help-buffer.
7138
7139         * gnus-audio.el (gnus-audio-inline-sound):
7140         * gnus-cus.el (gnus-custom-mode):
7141         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7142
7143         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7144
7145         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7146         compatible code.
7147
7148 2010-09-24  Glenn Morris  <rgm@gnu.org>
7149
7150         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7151         visiting the fcc file in rmail-mode.
7152
7153         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7154
7155 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * nnir.el: Silence the byte compiler.
7158
7159         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7160         alias to browse-url-url-encode-chars if any.
7161         (gnus-html-encode-url): Use it.
7162
7163 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-start.el (gnus-use-backend-marks): New variable.
7166         (gnus-get-unread-articles-in-group): Use it.
7167
7168         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7169         makeover.
7170
7171 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7172
7173         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7174
7175 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7178         Remove.
7179         (gnus-setup-news-hook):
7180         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7181
7182         * gnus-int.el (gnus-request-update-info): Protect against backends not
7183         having the function.
7184
7185         * nnimap.el (nnimap-stream): Mention starttls.
7186         (nnimap-open-connection): Add starttls support.
7187
7188 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7189
7190         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7191
7192 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193
7194         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7195         BODYSTRUCTUREs.
7196         (nnimap-transform-headers): Unfold quoted {42} headers.
7197
7198         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7199         the info.
7200         (gnus-get-unread-articles): Only call updatep on backends that support
7201         it.
7202
7203         * nnweb.el (nnweb-request-update-info): NOOP.
7204
7205         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7206
7207         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7208         since it only deals with marks.
7209
7210         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7211         gnus-request-marks, and make a new gnus-request-update-info.
7212
7213         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7214         the active instead of the high number, which is usually too low.
7215
7216 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7219         * encrypt.el: Remove.
7220
7221 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7224         server in symbolic form.
7225
7226         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7227
7228 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7231         (nnimap-update-info): Fix up code slightly.
7232
7233         * gnus-int.el (gnus-open-server): Add tracing for performance
7234         debugging.
7235
7236         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7237         (gnus-group-insert-group-line): Pass the real group name so that it
7238         gets the right data.
7239
7240         * gnus-start.el (gnus-get-unread-articles): Don't have
7241         `gnus-get-unread-articles-in-group' update info, since that can be
7242         really slow and doesn't seem to be needed?
7243
7244 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7245
7246         * time-date.el (date-to-time): Try using parse-time-string first before
7247         using the slower timezone-make-date-arpa-standard.
7248
7249 2010-09-22  Julien Danjou  <julien@danjou.info>
7250
7251         * gnus-group.el (gnus-group-insert-group-line):
7252         Call gnus-group-highlight-line.
7253         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7254         default hook list.
7255         (gnus-group-update-eval-form): Add new function.
7256         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7257         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7258
7259 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7262         immediate, then expire all articles.
7263         (nnimap-update-info): Fix off-by-one errors.
7264         (nnimap-flags-to-marks): Would return no marks lists for group with no
7265         flags.  Instead return the other data.
7266
7267 2010-09-22  Julien Danjou  <julien@danjou.info>
7268
7269         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7270         Only return an icon.
7271         (gnus-group-insert-group-line): Compute icon to return.
7272
7273         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7274         (gnus-html-image-fetched): Only cache if
7275         gnus-html-image-automatic-caching is set.
7276         (gnus-html-image-fetched): Check for errors.
7277
7278 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7281         once per method on `g'.  This ensures that backends like nnfolder don't
7282         open all their folders.
7283
7284         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7285         (nnimap-request-list): Nix out group in the correct buffer.
7286         (nnimap-parse-flags): Implement by using `read' instead of
7287         hand-parsing.
7288         (nnimap-flags-to-marks): Pass on permanent-flags.
7289         (nnimap-make-process-buffer): Record the server name.
7290         (nnimap-parse-flags): Fix typo.
7291         (nnimap-request-scan): Run split on the server in general, not just a
7292         single group.
7293
7294         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7295         parameter, and propagate this downwards.
7296
7297         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7298         since EXAMINE changes it on the server.
7299
7300         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7301         this command might take a while.
7302
7303 2010-09-22  Julien Danjou  <julien@danjou.info>
7304
7305         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7306         harmful if you have 2 images side-by-side, they can't be properly
7307         update on text deletion.  Using text-property is safer here.
7308         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7309         data.
7310
7311 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * nnimap.el (nnimap-expunge-inbox): Remove.
7314         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7315         (nnimap-expunge): Flip default to t.
7316
7317         * gnus.el (gnus-method-to-server): Don't push things to the cache
7318         unless it's unique.
7319         (gnus-server-to-method): Ditto.
7320
7321 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7324
7325 2010-09-22  Julien Danjou  <julien@danjou.info>
7326
7327         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7328         get the start of data.
7329         (gnus-html-encode-url): Add this function to encode special chars in
7330         URL.
7331         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7332         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7333
7334         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7335         default.
7336         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7337
7338         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7339         images alt-text.
7340         (gnus-html-put-image): Put alt-text as help-echo.
7341
7342 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7345         * mm-util.el (mm-decompress-buffer):
7346         * nnir.el (nnir-run-find-grep):
7347         * pop3.el (pop3-list): Use 3rd arg of split-string.
7348
7349         * time-date.el (format-seconds): Comment fix.
7350
7351         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7352         and byte-optimize-form-code-walker.
7353         (dgnushack-make-auto-load): Don't advise make-autoload.
7354
7355         * lpath.el: Remove Emacs 21 stuff.
7356
7357 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7360         outside the active range.  Suggested by Dan Christensen.
7361
7362         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7363         slightly later to avoid double-getting it.
7364
7365         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7366         previous patch.
7367
7368         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7369
7370 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7371
7372         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7373
7374 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus-int.el (gnus-open-server): Give a better error message in the
7377         "go offline" case.
7378
7379         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7380         marks for nnimap, which is seldom the right thing to do.
7381
7382         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7383         (gnus-same-method-different-name): New function.
7384
7385         * nnimap.el (parse-time): Require.
7386
7387         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7388         method in the presence of many similar methods.
7389
7390         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7391
7392         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7393         nnml-inhibit-expiry.
7394
7395         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7396         find out whether methods are equal.
7397
7398         * nnimap.el (nnimap-find-expired-articles): New function.
7399         (nnimap-process-expiry-targets): New function.
7400         (nnimap-request-move-article): Request the article before looking at
7401         what the Message-ID is.  Fix found by Andrew Cohen.
7402         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7403
7404         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7405         for oldness in addition to being a predicate.
7406
7407         * nnimap.el (nnimap-request-group): When we have zero articles, return
7408         the right data to Gnus.
7409         (nnimap-request-expire-articles): Only delete articles immediately if
7410         the target is 'delete.
7411
7412         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7413         method, this would bug out.
7414
7415         * gnus-group.el (gnus-group-expunge-group): Rename from
7416         gnus-group-nnimap-expunge, and implemented as a normal interface
7417         function.
7418
7419         * gnus-int.el (gnus-request-expunge-group): New function.
7420
7421         * nnimap.el (nnimap-request-create-group): Implement.
7422         (nnimap-request-expunge-group): New function.
7423
7424 2010-09-21  Julien Danjou  <julien@danjou.info>
7425
7426         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7427         (gnus-html-cache-expired): Add new function.
7428         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7429         wethever we should display image for fetch it.
7430         Compute alt-text earlier to pass it to the fetching function too.
7431         (gnus-html-schedule-image-fetching): Change function argument to only
7432         get one image at a time, not a list.
7433         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7434         cache.
7435         (gnus-html-get-image-data): New function to retrieve image data from
7436         cache.
7437         (gnus-html-put-image): Change buffer argument to use image data rather
7438         than file, and place image above region rather than inserting a new
7439         one.  Do not take alt-text as argument, since it's useless now: we place
7440         the image above alt-text.
7441         (gnus-html-prune-cache): Remove.
7442         (gnus-html-show-images): Start to fetch image when we find one, do not
7443         push into a temporary list.
7444         (gnus-html-prefetch-images): Only fetch image if they have expired.
7445         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7446         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7447
7448 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7451
7452 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7455         spec inser "*" if the group isn't active instead of 0.
7456
7457         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7458         opening the server.
7459         (nnimap-request-delete-group): Implement group deletion.
7460         (nnimap-transform-headers): Return the size of the entire message in
7461         the Bytes header, not just the size of the first part.
7462         (nnimap-request-move-article): When moving an article from nnimap,
7463         request the article first so the accepting form has an article to
7464         accept.  Reported by Dan Christensen.
7465         (nnimap-command): Make sure that the error message doesn't error out.
7466
7467 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7468
7469         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7470         we haven't requested anything.
7471
7472 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473
7474         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7475         "".  Fix found by Andrew Cohen.
7476
7477         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7478         instead of -encode-string.
7479
7480 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7483
7484         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7485         by mm-subst-char-in-string.
7486
7487 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7490         waiting for the connection string.
7491
7492         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7493         arriving.
7494
7495         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7496         bogus characters.  This allows selecting certain Gmail groups.
7497
7498         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7499         (nnimap-fetch-partial-articles): New variable.
7500         (nnimap-open-connection): When looking for credentials, also use the
7501         nnimap-server-port.
7502         (nnimap-request-article): Return the group/article number, so that Gnus
7503         `^' works as expected.
7504         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7505
7506         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7507         comments.
7508         (gnus-methods-sloppily-equal): New function.
7509         (gnus): When using the development version of Gnus, load the gnus-load
7510         file.
7511
7512         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7513         `gnus-open-server' on each method before trying to scan them etc.
7514         This ensures that all the backend parameters are set correctly.
7515
7516         * nnimap.el (nnimap-authenticator): New variable.
7517         (nnimap-open-connection): Allow anonymous login.
7518         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7519         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7520
7521         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7522         patch, found by Knut Anders Hatlen.
7523
7524 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7525
7526         * gnus-agent.el (gnus-agent-batch-confirmation)
7527         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7528         to gnus-message.
7529         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7530         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7531         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7532         * gnus-int.el (gnus-open-server): Likewise.
7533         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7534         (gnus-score-check-syntax): Likewise.
7535         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7536         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7537         Likewise.
7538         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7539
7540 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7543         calling conventions so that prefetch doesn't bug out.
7544
7545 2010-09-19  Julien Danjou  <julien@danjou.info>
7546
7547         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7548         rather than `subst-char-in-region' in order to be able to replace ASCII
7549         char by UTF-8 ones.
7550
7551         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7552         than curl.
7553         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7554         the right URL and ALT text on images.
7555         (gnus-html-wash-tags): Fix tag case.
7556         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7557         (gnus-article-html): Add -o display_ins_del=2 option.
7558         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7559
7560 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7563         the extra mail headers, which sometimes seem to happen for unknown
7564         reasons.
7565
7566         * mail-parse.el (mail-header-encode-parameter): Define as
7567         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7568         (or most, perhaps?) mail readers don't understand the latter, but do
7569         understand the former.
7570
7571         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7572         to nil, so that no methods are automatically agentized.  I think this
7573         is probably what most users want.
7574
7575         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7576         from url-retrieve, for instance about invalid URLs.
7577
7578         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7579         groups that have no articles.
7580         (nnimap-request-article): Check that we really got an article when we
7581         requested one.
7582
7583         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7584         doesn't exist.
7585
7586         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7587         nntp buffer so the agent can save it.
7588         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7589         that CRLF doesn't get translated to \n.
7590         (nnimap-open-connection): Don't make 'shell commands only send \n.
7591
7592 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7593
7594         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7595         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7596         Update var name.
7597         (nnml-generate-nov-file): Use dolist.
7598         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7599         Use with-current-buffer.
7600
7601 2010-09-18  Julien Danjou  <julien@danjou.info>
7602
7603         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7604         parallel.
7605
7606 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7609         the range update right.
7610         (nnimap-request-group): Don't make `M-g' bug out on group with no
7611         marks.
7612         (nnoo): Require, so that other packages can require nnimap.
7613         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7614         command we're looking for.  This helps when the server sends more
7615         responses after we've gotten everything we expected.
7616         (nnimap): Add a `newlinep' field to keep track of end-of-line
7617         conventions.
7618         Don't send CRLF to things that don't want it.
7619         (nnimap-request-accept-article): Ditto.
7620
7621 2010-09-18  Julien Danjou  <julien@danjou.info>
7622
7623         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7624         than curl to retrieve images.
7625
7626 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7629         the marks.
7630         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7631         (nnimap-wait-for-connection): New function.
7632         (nnimap-open-connection): If we have PREAUTH, don't query for login
7633         credentials.
7634         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7635         when doing a partial update.
7636
7637 2010-09-18  Julien Danjou  <julien@danjou.info>
7638
7639         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7640         tags.
7641
7642 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * nnimap.el (nnimap-credentials): New function.
7645         (nnimap-open-connection): Use the new function to look for credentials
7646         also on the numeric equivalents of "imap" and "imaps".
7647
7648         * gnus-start.el (gnus-activate-group): Send the info to
7649         gnus-request-group.
7650
7651         * nnimap.el (nnimap-request-group): Have the "check" version of the
7652         function parse flags and update the info, so that a `M-g' get a total
7653         resync of all flags from the group.
7654
7655         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7656         to allow backends to alter the info on group selection.  Also alter all
7657         the backend -request-group functions to take the parameter.
7658
7659         * nnimap.el (nnimap-store-info): New function.
7660         (nnimap-update-info): Store the info for later usage.
7661         (nnimap-request-group): Use the stored info for the dont-check case, so
7662         that we don't retrieve all marks when we enter a group.
7663
7664         * nnimap.el: Use deffoo instead of defun for interface functions.
7665
7666         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7667         update the group info.  This makes the nndraft groups, for instance, go
7668         back to their old behavior.
7669
7670         * gnus-sum.el (gnus-select-newsgroup): Indent.
7671
7672         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7673         in.
7674         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7675         nothing.
7676
7677         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7678         from methods that are denied.
7679
7680         * gnus-int.el (gnus-method-denied-p): New function.
7681
7682         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7683         store the password instead of netrc.
7684         (nnimap-open-connection): Don't error out when we can't make a
7685         connections.
7686
7687         * auth-source.el (auth-source-create): In the password prompt, say what
7688         we're querying for.  Also prompt for user name if that hasn't been
7689         given.
7690
7691         * nnimap.el (nnimap-with-process-buffer): Remove.
7692
7693 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7696         method when we're reading from the agent.
7697
7698         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7699
7700         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7701         that's probably most useful for users.
7702
7703         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7704         "failed" all the time.
7705
7706         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7707         ...)) with (with-current-buffer ... ).
7708
7709         * nntp.el (nntp-open-server): Return whether the open was successful or
7710         not.
7711
7712         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7713         select an unread unseen article first.
7714
7715         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7716         /etc/services, supply some sensible port defaults.
7717
7718         * dgnushack.el: Define netrc-credentials.
7719
7720 2010-09-17  Julien Danjou  <julien@danjou.info>
7721
7722         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7723
7724 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7725
7726         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7727         doesn't have any parameters.
7728
7729 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7732         only upcased checks.
7733
7734         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7735
7736         * nnimap.el (nnimap-open-shell-stream): New function.
7737         (nnimap-open-connection): Use it.
7738         (nnimap-transform-headers): Get the number of lines in each message.
7739         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7740         number of lines.
7741         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7742         problem.
7743
7744         * utf7.el (utf7-encode): Autoload.
7745
7746         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7747         to allow the mail splitting to not return a default group.  This is
7748         useful for nnimap, which will leave unmatched mail in the inbox.
7749
7750         * nnimap.el: Rewritten.
7751
7752         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7753         nnimap usage.
7754
7755         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7756         if the move is internal, so that nnimap can do fast internal moves.
7757
7758         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7759         data.
7760         (gnus-read-active-for-groups): Support finishing the early retrieval of
7761         data.
7762
7763         * gnus-range.el (gnus-range-nconcat): New function.
7764
7765         * gnus-int.el (gnus-finish-retrieve-group-infos)
7766         (gnus-retrieve-group-data-early): New functions.
7767
7768 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7769
7770         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7771         (nnrss-retrieve-groups):
7772         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7773         (pop3-quit): Use with-current-buffer.
7774
7775 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7778         instead of nnheader-accept-process-output.
7779
7780         * dgnushack.el (dgnushack-compile): Add comment.
7781
7782         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7783
7784         * gnus-html.el (gnus-html-schedule-image-fetching)
7785         (gnus-html-prefetch-images): Replace process-kill-without-query by
7786         gnus-set-process-query-on-exit-flag.
7787
7788 2010-09-16  Romain Francoise  <romain@orebokech.com>
7789
7790         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7791
7792 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7795         parameter to unintern is mandatory-ish in Emacs 24.
7796
7797         * gnus-html.el (gnus-html-schedule-image-fetching)
7798         (gnus-html-prefetch-images): Check for curl before using it.
7799
7800         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7801         depend on curl, which isn't essential.
7802
7803         * imap.el: Revert back to version
7804         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7805         seem problematic.
7806
7807 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7808
7809         * gnus-registry.el (gnus-registry-install-shortcuts):
7810         Explicitly pass `obarray' to `unintern' to avoid a warning.
7811
7812 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7815         change.
7816
7817         * nnrss.el (nnrss-request-list): Remove this function and related
7818         functions, including the moreover stuff.
7819
7820 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * nnrss.el (nnrss-retrieve-groups): New function.
7823
7824 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7825
7826         * .dir-locals.el: Add no-byte-compile cookie.
7827
7828 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * time-date.el (format-seconds): Comment fix.
7831
7832         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7833         for back end that doesn't support request-scan.
7834
7835 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7838         then do request scans from the backends.
7839
7840         * netrc.el (netrc-credentials): New conveniency function.
7841
7842         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7843         avoid running a hook per line, since this takes a lot of time,
7844         profiling shows.
7845         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7846         directly if gnus-visual-p is true.
7847
7848 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7851         groups; replace mapcar with dolist which is a bit faster; pass groups
7852         info to gnus-read-active-file-1.
7853         (gnus-read-active-file-1): Scan only specified groups if the new
7854         optional arg `infos' is given.
7855
7856 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7859
7860         * pop3.el (pop3-movemail): Remove.
7861         (pop3-streaming-movemail): Rename to pop3-movemail.
7862
7863         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7864         don't restrict end-tag searches to the end of the line.
7865
7866 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7869         articles of every unchecked group to t, which means unknown since the
7870         server has never been opened.
7871
7872 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus-html.el (gnus-html-show-alt-text): New command.
7875         (gnus-html-browse-image): Ditto.
7876         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7877         to browse the image directly.
7878         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7879         better.
7880
7881         * gnus-async.el (gnus-async-article-callback):
7882         Call `gnus-html-prefetch-images' unconditionally.
7883
7884         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7885         before feeding URLs to curl.
7886
7887 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7890         internal images as deletable by `W D D'.
7891
7892         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7893         (gnus-async-article-callback): Fix typo.
7894
7895 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7898         current line to work around bugs in the output from w3m.
7899
7900         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7901         for groups that want that.
7902
7903         * nntp.el (nntp-wait-for-string): Supply a timeout for
7904         accept-process-output to ensure progress.
7905
7906         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7907         level to get unread articles from, then use that for foreign groups,
7908         too.
7909
7910         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7911         confuses the rest of the function.
7912
7913         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7914         for the methods that support -retrieve-groups, too.
7915
7916         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7917
7918 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7921         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7922
7923         * pop3.el: Require cl when compiling.
7924         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7925
7926 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7929         that aren't going to be activated.
7930         (gnus-get-unread-articles): Fix up the last commit.
7931
7932         * gnus-html.el (gnus-article-html): Allow calling without specifying
7933         the handle.  In that case, dissect the buffer first.
7934
7935         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7936
7937         * nnimap.el (nnimap-open-connection): Revert the change that would look
7938         into authinfo for imaps instead of imap.
7939
7940         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7941         say that you don't want to call gnus-request-group with don-check, but
7942         do check the reponse.  This is for virtual groups only.
7943         (gnus-get-unread-articles): Count the archive groups as secondary, so
7944         that they're activated the same way as before.
7945
7946         * imap.el (imap-message-map): Removed optional buffer parameter, since
7947         no callers use it.
7948         (imap-message-get): Ditto.
7949         (imap-message-put): Ditto.
7950         (imap-mailbox-map): Ditto.
7951         (imap-mailbox-put): Ditto.
7952         (imap-mailbox-get): Ditto.
7953         (imap-mailbox-get): Revert last change for this function.
7954
7955         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7956         case-insensitively.
7957         (nnimap-debug): Remove.
7958
7959         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7960         callers to use `imap-fetch' instead.  According to the comments, this
7961         should be safe, since all other IMAP clients use the 1:* syntax.
7962         (imap-enable-exchange-bug-workaround): Remove.
7963         (imap-debug): Remove -- doesn't seem very useful.
7964
7965         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7966         mail from a file, and the file doesn't exist.
7967
7968         * imap.el (imap-log): New convenience function used throughout instead
7969         of repeating the same code all over the place.
7970
7971         * pop3.el (pop3-streaming-movemail): Return t for success.
7972
7973         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7974         .authinfo if we're using ssl connection.
7975
7976         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7977         already have if we're in a main Gnus `g' run.
7978
7979         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7980
7981 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7984
7985         * nnmh.el (nnmh-request-list-1): Bind `file'.
7986
7987         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7988         alias to set-process-query-on-exit-flag or process-kill-without-query.
7989         (pop3-open-server): Use it.
7990
7991 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7994         box to the Incoming file.  Fixes mistake in previous checkin.
7995
7996         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7997         request loop (for debugging purposes) removed.
7998
7999         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8000         culprit is more visible.
8001         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8002         (nnml-add-incremental-nov): New functions to do "incremental" nov
8003         updates, where we just append to the end of the existing nov files
8004         without reading/writing them in full.
8005
8006         * mail-source.el (mail-source-delete-crash-box): Really only check the
8007         incoming files once in a while.
8008
8009         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8010
8011         * mail-source.el (mail-source-delete-crash-box): Only check the
8012         incoming files for deletion once per day to save a lot of file
8013         accesses.
8014
8015         * pop3.el (pop3-logon): Fix up unbound variable typo.
8016
8017         * mail-source.el (pop3-streaming-movemail): Autoload.
8018
8019         * pop3.el (pop3-streaming-movemail):
8020         Respect pop3-leave-mail-on-server.
8021
8022         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8023         retrieval.
8024
8025         * pop3.el (pop3-process-filter): Remove unused function.
8026         (pop3-streaming-movemail, pop3-send-streaming-command)
8027         (pop3-wait-for-messages, pop3-write-to-file)
8028         (pop3-number-of-responses): New functions for streaming pop3
8029         retrieval.
8030
8031         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8032         come from no known methods.
8033         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8034         list.
8035
8036         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8037         message sizes.
8038         (pop3-movemail): Use erase-buffer instead of looping and deleting
8039         regions, which seems rather odd.
8040
8041         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8042         file once per `g' run.
8043
8044         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8045         directories.  This makes the draft queue directory work.
8046
8047         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8048         data from the backends, so that we only request the list of groups from
8049         each method once.  This should speed things up considerably.
8050
8051         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8052         detect that it's not implemented.
8053
8054         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8055         we actually do recurse down into the tree, but don't stat all leaf
8056         nodes.
8057
8058         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8059         then say so instead of bugging out.
8060
8061         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8062         files exist before trying to read them.
8063
8064         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8065         around <pre_int>.
8066
8067         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8068
8069         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8070
8071 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * mm-util.el (mm-image-load-path): Just return the image directories,
8074         not all directories in the path in addition to the image directories.
8075         (mm-image-load-path): Maintain a cache of the image directories so that
8076         the `g' command in Gnus doesn't have to stat dozens of directories each
8077         time.
8078
8079         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8080         (gnus-html-wash-tags): Add a new `i' command to insert images.
8081         (gnus-html-insert-image): New command and keystroke.
8082         (gnus-html-redisplay-with-images): New command and keystroke.
8083         (gnus-html-show-images): Rename command.
8084         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8085         spacers.
8086         (gnus-html-wash-tags): Decode entities at the end, so that entities
8087         inside the tags don't mess up the rest of the "parsing".
8088
8089         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8090         so that nnimap methods aren't agentized by default.  There's apparently
8091         many problems related to agent/imap behavior.
8092
8093         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8094
8095         * gnus-html.el: Doc fix.
8096
8097 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8100         specifier-spec-list for Emacs 21.
8101
8102         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8103         glyph-width and glyph-height instead of display-graphic-p and
8104         image-size; make avoidance of displaying small images work for XEmacs.
8105
8106         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8107         for XEmacs.
8108
8109         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8110         of symbol that holds plist data.
8111         (gnus-process-plist): Remove plist of process after getting it.
8112
8113 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * message.el (message-generate-hashcash): Change default to
8116         'opportunistic if hashcash is installed.
8117
8118         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8119         (gnus-html-put-image): Only call image-size once, since it's somewhat
8120         time-consuming on remote X servers.
8121
8122 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8125         type on data, not a file name.
8126
8127         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8128         window-pixel-edges for Emacs 21.
8129
8130         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8131         decoded contents.
8132         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8133
8134 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8137         group line format, since it isn't very interesting.
8138
8139         * gnus-agent.el (gnus-agent-short-article),
8140         (gnus-agent-long-article): Increase values for these two variables,
8141         since most people are likely to have more network connection and
8142         storage than before.
8143
8144         * gnus.el (gnus-refer-article-method): Change default to 'current.
8145         When referring an article, the common behavior is to refer it from the
8146         current select method, not the native select method.  The chances of
8147         the native select method having the message in question is rather slim
8148         these days.
8149
8150         * gnus-sum.el (gnus-auto-select-subject): Change default to
8151         `unseen-or-unread'.  I think it's likely that most people want to
8152         select an unseen article over a previously seen, but unread one.
8153
8154         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8155         means that in the article buffer none of the minor mode elements will
8156         be shown, usually, and this is not desirable in most cases.
8157
8158         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8159         that commands like `d' (and the like) go to the next line in the
8160         buffer, instead of the next unread article.  I think this is the
8161         behavior that is most natural for most users.
8162         (gnus-single-article-buffer): Change default to nil, so that people can
8163         have as many article buffers open as they have summary buffer.  I think
8164         this is the most natural way for the groups to behave.
8165
8166         * message.el (message-generate-new-buffers): Change default to
8167         `unsent', so that all new message buffers start their names with the
8168         string "*unsent", and it's easier to find the buffers if you move from
8169         them.
8170
8171 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172
8173         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8174         small.  They're probably tracking images.
8175         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8176         (gnus-html-rescale-image): Yet another try at getting the image sizing
8177         right.
8178
8179         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8180         nntp-marks-file-name is nil.
8181
8182 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * gnus-html.el (gnus-html-wash-tags)
8185         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8186         Better logging.
8187
8188 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8191
8192         * gnus-html.el (gnus-html-wash-tags): Check the value of
8193         gnus-blocked-images in the summary buffer.
8194
8195 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8198
8199 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8202         like "a", it seems like.
8203         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8204         since it needs to be picked from the correct buffer.
8205
8206         * nnwfm.el: Remove.
8207
8208         * nnlistserv.el: Remove.
8209
8210 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8213         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8214
8215 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * nnkiboze.el: Remove.
8218
8219         * nndb.el: Remove.
8220
8221         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8222         alt text.
8223         (gnus-html-rescale-image): Try to get the rescaling logic right for
8224         images that are just wide and not tall.
8225
8226         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8227         overshadow variable bindings.
8228
8229 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8230
8231         * gnus-html.el (gnus-html-wash-tags)
8232         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8233         Add extra logging.
8234
8235 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8238         (gnus-max-image-proportion): New variable.
8239         (gnus-html-rescale-image): New function.
8240         (gnus-html-put-image): Rescale images.
8241
8242 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         Fix up some byte-compiler warnings.
8245         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8246         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8247         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8248         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8249         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8250         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8251         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8252
8253 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-html.el (gnus-article-html): Decode contents by charset.
8256
8257 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8260         (gnus-html-frame-width, gnus-blocked-images):
8261         * message.el (message-prune-recipient-rules): Add custom version.
8262         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8263
8264         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8265         functions.
8266
8267         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8268         gnus-process-get.
8269
8270 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8271
8272         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8273         instead of lsub directly.
8274
8275 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * nnwarchive.el: Remove.
8278
8279         * gnus-soup.el: Remove.
8280
8281         * nnsoup.el: Remove.
8282
8283         * nnultimate.el: Remove.
8284
8285         * gnus-html.el (gnus-blocked-images): New variable.
8286
8287         * message.el (message-prune-recipients): New function.
8288         (message-prune-recipient-rules): New variable.
8289
8290         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8291         guess whether a long line is natural text or not.
8292
8293         * gnus-html.el (gnus-html-schedule-image-fetching):
8294         Use gnus-process-plist and friends for compatibility.
8295
8296 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8297
8298         * gnus-html.el: Require packages that define macros used in this file.
8299         (gnus-article-mouse-face): Declare to silence byte-compiler.
8300         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8301         process-get.
8302         (gnus-html-put-image): Use plist-get to avoid getf.
8303         (gnus-html-prefetch-images): Use with-current-buffer.
8304
8305 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-ems.el: Provide compatibility functions for
8308         gnus-set-process-plist.
8309
8310         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8311         header-line-format for XEmacs 21.4.
8312
8313         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8314         * gnus.el (gnus-valid-select-methods):
8315         * message.el (message-send-mail-partially-limit):
8316         * mm-decode.el (mm-text-html-renderer):
8317         * mml.el (mml-insert-mime-headers-always):
8318         * smiley.el (smiley-regexp-alist): Bump custom version.
8319
8320 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * gnus-html.el: require mm-url.
8323         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8324         with the url to `url'.
8325         (gnus-html-wash-tags): Support cid: URLs/images.
8326
8327 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8330         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8331         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8332
8333         * gnus-move.el: Remove file, since it doesn't really work.
8334
8335         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8336         UTF-8.  This seems to fix problems with some German web feeds.
8337
8338         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8339         at the top so that the proper colors are applied.
8340
8341         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8342         don't have dots in their names.
8343
8344         * gnus-art.el (gnus-article-view-part): Doc fix.
8345
8346         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8347         XEmacs-compatible.
8348         (gnus-html-put-image): Don't do images on non-graphic displays.
8349
8350         * nnslashdot.el: Remove this unused backend.
8351
8352         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8353         actions.
8354         (gnus-undo-register-1): Revert last change.
8355
8356         * gnus-group.el (gnus-group-completing-read): Protect against not
8357         having completion-styles bound.
8358
8359         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8360         make broken recipients happier.
8361
8362         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8363
8364         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8365         point parameter.
8366
8367         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8368
8369         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8370         completion-styles for group selection.
8371
8372 2009-02-04  Andreas Schwab  <schwab@suse.de>
8373
8374         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8375         headers and regexp-quote the match if necessary.
8376
8377 2009-03-24  Miles Bader  <miles@gnu.org>
8378
8379         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8380         the blinking smiley.
8381
8382 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8383
8384         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8385         blink smiley.
8386
8387 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8390         where the dribbel file lives exists.
8391
8392         * message.el (message-send-mail-partially-limit): Change the default to
8393         nil, since most people don't want this.
8394
8395         * mm-url.el (mm-url-decode-entities): Also decode entities like
8396         &#x3212.
8397
8398 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8399
8400         * gnus-sum.el (gnus-summary-idna-message):
8401         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8402         Hyperlink urls in docstrings with URL `...'.
8403
8404 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8405
8406         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8407         functions.
8408
8409 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8412         say what the mouseover text should be.
8413
8414         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8415         version of the mm-w3m-safe-url-regexp variable to only download images
8416         in the groups where we want that to happen.
8417
8418         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8419
8420         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8421         easier debugging.
8422         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8423         big pictures in the article buffer.
8424
8425         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8426         gnus-article-html.
8427         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8428         w3m.
8429
8430         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8431
8432 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8435         which doesn't exist.
8436
8437         * message.el (message-inhibit-ecomplete): New variable to allow some
8438         function to inhibit ecomplete address storage.
8439         (message-resend): Disable ecomplete message storage when resending
8440         messages.
8441
8442         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8443
8444 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8447         Save excursion while copying, moving, and deleting articles in order to
8448         prevent the cursor from jumping to unforeseen place.
8449
8450 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * lpath.el: No need to bind bookmark-current-buffer,
8453         bookmark-yank-point and bookmark-make-record-function.
8454
8455 2010-08-17  Glenn Morris  <rgm@gnu.org>
8456
8457         * gnus-sync.el: Require gnus components whose functions are used.
8458
8459         * gnus-art.el (bookmark-make-record-function):
8460         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8461         Declare for compiler.
8462
8463         * mm-url.el (mml-compute-boundary): Autoload.
8464
8465 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8468
8469 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8470
8471         Typo fix "hoo4a" -> "hook".
8472
8473         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8474
8475 2010-08-14  Glenn Morris  <rgm@gnu.org>
8476
8477         * gnus-sync.el (gnus-sync): Fix defgroup version.
8478
8479 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8482
8483         * gnus-sync.el: Fix docs.
8484         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8485         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8486
8487 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         Optimizations for gnus-sync.el.
8490
8491         * gnus-sync.el: Add docs about gnus-sync-backend
8492         possibilities.
8493         (gnus-sync-save): Remove unnecessary message.
8494         (gnus-sync-read): Optimize and show what groups were skipped.
8495
8496 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         Minor bug fixes for gnus-sync.el.
8499
8500         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8501         Don't read the sync on get-new-news.
8502
8503         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8504         quiet.
8505
8506         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8507         (fix typo).
8508
8509 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8510
8511         Make saving and restoring of hidden threads work with overlays.
8512         Patch applied by Ted Zlatanov.
8513
8514         * gnus-sum.el (gnus-hidden-threads-configuration)
8515         (gnus-restore-hidden-threads-configuration): Update to deal with text
8516         properties, rather than searching for a magic character.
8517
8518 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         New gnus-sync.el library for synchronization of marks.
8521
8522         * gnus-sync.el: New library for synchronization of marks.
8523
8524         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8525         renamed from `gnus-registry-grep-in-list'.
8526
8527         * gnus-registry.el (gnus-registry-follow-group-p):
8528         Use `gnus-grep-in-list'.
8529
8530         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8531
8532 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8535         determining charset of text fails.
8536
8537 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * nnmail.el (nnmail-get-new-mail-1): Revert.
8540
8541         * nnml.el (nnml-active-number): Make sure names of newly created groups
8542         in nnml-group-alist are encoded.
8543
8544 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8547         containing non-ASCII characters in active file for nnml back end.
8548
8549 2010-07-24  David Engster  <dengste@eml.cc>
8550
8551         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8552         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8553
8554 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8555
8556         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8557         tag (Bug#6654).
8558
8559 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8562         the article buffer, not the summary buffer.
8563
8564 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8567         Emacs 23 as well.
8568
8569 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8572         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8573
8574 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8575
8576         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8577         Patch applied by Karl Fogel.
8578
8579         * gnus-sum.el (gnus-summary-bookmark-make-record):
8580         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8581
8582 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8583
8584         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8585         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8586         C-w still not working correctly from Article buffers; Thierry's
8587         patch to fix that will be applied after this.
8588
8589         * gnus-art.el (bookmark-make-record-function): New local variable.
8590
8591         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8592         article buffer.
8593         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8594
8595 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8596
8597         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8598         on changes in bookmark.el.
8599
8600 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8603         `no-log' instead of message not to log prompt string.
8604
8605 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8606
8607         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8608         the *other* type of HTML form submission.
8609
8610 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8611
8612         * auth-source.el (auth-source-pick): If choice does not contain a
8613         questioned keyword, set the check to t.
8614
8615 2010-06-12  Romain Francoise  <romain@orebokech.com>
8616
8617         * gnus-util.el (gnus-date-get-time): Move up before first use.
8618
8619 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8622         (gnus-article-edit-part): Bind it to make last part that is substituted
8623         or deleted visible.
8624         (gnus-mime-display-single): Buttonize part of which id equals to
8625         gnus-mime-buttonized-part-id.
8626
8627 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8628
8629         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8630         (gnus-dd-mmm): Use gnus-date-get-time.
8631         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8632         simplify logic.
8633         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8634         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8635
8636 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8637
8638         * auth-source.el (top): Autoload `secrets-list-collections',
8639         `secrets-create-item', `secrets-delete-item'.
8640         (auth-sources): Fix tag string.
8641         (auth-get-source, auth-source-retrieve, auth-source-create)
8642         (auth-source-delete): New defuns.
8643         (auth-source-pick): Rewrite in order to avoid 2 passes.
8644         (auth-source-forget-user-or-password): New parameter USERNAME.
8645         (auth-source-user-or-password): New parameters CREATE-MISSING and
8646         DELETE-EXISTING.  Retrieve password interactively, if needed.
8647
8648 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8649
8650         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8651         deleting unused directories when gnus-expert-user is t.
8652
8653 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8656         for each temp file when gnus-article-browse-delete-temp is ask.
8657
8658 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8659
8660         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8661         Replace Lisp calls to delete-backward-char by calls to delete-char.
8662
8663 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8664
8665         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8666
8667 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8668
8669         * password-cache.el (password-cache-remove): Fix docstring.
8670
8671 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8674         article unless decoding article to be saved.
8675
8676 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8679         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8680         generated within the mm-with-unibyte-current-buffer macro.
8681
8682 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8685         to nil when we're in a mml-preview buffer and no group is selected.
8686
8687 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8688
8689         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8690         when catching the `C-g'.  Reported by "Leo".
8691
8692 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * message.el (message-forward-make-body-plain)
8695         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8696         multibyte-string-p.
8697
8698         * lpath.el: Revert.
8699
8700 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * message.el (message-forward-make-body-mml): Assume original message
8703         is multibyte string; error on unibyte.
8704         (message-forward-make-body-plain): Ditto; don't add excessive newline
8705         in body end.
8706
8707         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8708
8709 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8710
8711         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8712         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8713
8714 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * mm-extern.el (mm-extern-url): Don't use
8717         mm-with-unibyte-current-buffer.
8718         (mm-extern-cache-contents): Use with-current-buffer instead of
8719         save-excursion + set-buffer.
8720
8721 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * mm-util.el (mm-emacs-mule): Remove.
8724
8725 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8726
8727         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8728         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8729         change.
8730
8731 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8734         bind the default value of enable-multibyte-characters to nil.
8735
8736 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * message.el (message-forward-make-body-plain)
8739         (message-forward-make-body-mml):
8740         Don't use mm-with-unibyte-current-buffer.
8741
8742 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8743
8744         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8745
8746 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8747
8748         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8749         (Bug#5592).
8750
8751 2010-05-07  Julien Danjou  <julien@danjou.info>
8752
8753         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8754         it to mm-pipe-part.
8755
8756         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8757         it is given.
8758
8759 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * binhex.el (binhex-decode-region-internal):
8762         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8763         (dns-query):
8764         * nnweb.el (nnweb-gmane-search):
8765         * pgg-parse.el (pgg-parse-armor):
8766         * pgg.el (pgg-verify-region):
8767         * sha1.el (sha1-string-external):
8768         * uudecode.el (uudecode-decode-region-internal):
8769         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8770         XEmacs.
8771
8772         * gnus-art.el (gnus-article-browse-html-parts):
8773         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8774         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8775         make-temp-file.
8776
8777         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8778         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8779         compiling.
8780
8781         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8782         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8783         XEmacs when compiling.
8784
8785         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8786         gnus-pick-mode-off-hook for XEmacs when compiling.
8787         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8788         gnus-binary-mode-off-hook for XEmacs when compiling.
8789
8790         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8791         Return nil if char-charset is not available.
8792
8793         * imap.el (imap-disable-multibyte)
8794         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8795         macros.
8796
8797         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8798         instead of encode-coding-string.
8799
8800         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8801         'xemacs) instead of mm-emacs-mule to switch function definitions.
8802         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8803
8804         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8805         bind temporary-file-directory for XEmacs;
8806         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8807         timer-set-function for XEmacs 21.4 and SXEmacs;
8808         bind timer-list for XEmacs 21.4 and SXEmacs;
8809         fbind char-charset and find-charset-region for non-Mule XEmacs;
8810         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8811         encode-coding-region and encode-coding-string for XEmacs having no
8812         file-coding feature.
8813
8814 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8815
8816         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8817
8818 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8821         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8822
8823 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8824
8825         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8826         alias `jka-compr-delete-temp-file' no longer exists.
8827
8828 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8829
8830         Use define-minor-mode in Gnus where applicable.
8831         * mml.el (mml-mode): Use define-minor-mode.
8832         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8833         (gnus-undo-mode): Use define-minor-mode.
8834         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8835         (gnus-dead-summary-mode): Use define-minor-mode.
8836         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8837         Initialize in declaration.
8838         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8839         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8840         (gnus-mailing-list-mode): Use define-minor-mode.
8841         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8842         (gnus-draft-mode): Use define-minor-mode.
8843         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8844         (gnus-dired-mode): Use define-minor-mode.
8845
8846 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8847
8848         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8849         handles on recursive mml-to-mime translation and check them for
8850         boundary delimiter collisions.  Reported by Greg Troxel.
8851
8852 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8855
8856 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8857
8858         * mm-util.el (mm-find-buffer-file-coding-system):
8859         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8860
8861 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8862
8863         * message.el (message-generate-headers): Record insertion of optional
8864         headers as well.  Otherwise the check to prevent repeated insertion of
8865         optional headers is a no-op.
8866
8867 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * smime.el: Don't mention CVS.
8870
8871         * nnrss.el (nnrss-fetch): Don't mention CVS.
8872
8873         * nnir.el: Don't mention CVS.
8874
8875 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8876
8877         * gnus-sum.el (gnus-summary-bookmark-make-record):
8878         Add `location' field.
8879
8880 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * lpath.el: Fbind bookmark-default-handler,
8883         bookmark-get-bookmark-record, bookmark-make-record-default,
8884         bookmark-prop-get for Emacs <23 and XEmacs.
8885
8886 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8887
8888         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8889         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8890         Use with-current-buffer to silence the byte-compiler.
8891         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8892         bother to require `gnus'.
8893         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8894
8895 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8896
8897         * gnus-sum.el (gnus-summary-bookmark-make-record)
8898         (gnus-summary-bookmark-jump): New functions.
8899         (gnus-summary-mode): Setup bookmark support.
8900
8901 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8902
8903         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8904         if set.
8905
8906 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8909         gnus-article-browse-html-save-cid-image; make it work recursively for
8910         forwarded messages as well.
8911         (gnus-article-browse-html-parts): Work when prefix arg is given.
8912         (gnus-article-browse-html-article): Doc fix.
8913
8914 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8915
8916         * message.el (message-default-mail-headers):
8917         (message-default-headers): Carry the value mail-default-headers over
8918         into message-default-mail-headers, rather than message-default-headers.
8919
8920 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8921
8922         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8923         charset.
8924
8925         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8926         charset into the <meta> tag when the article is encoded to utf-8.
8927
8928 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-art.el (gnus-article-browse-delete-temp-files):
8931         Delete directories as well.
8932         (gnus-article-browse-html-parts): Work for images that do not specify
8933         file names; delete temp directory when quitting; insert header at the
8934         right place; use file: scheme for image files.
8935
8936 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8937
8938         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8939         (gnus-article-browse-html-parts): Use it to make temporary cid image
8940         files in addition to html file so that browser may display them.
8941
8942 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8945
8946 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8947
8948         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8949
8950 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * auth-source.el (auth-sources): Change default to be simpler.
8953         Explain about Secret Service API sources.  Improve Customize options.
8954         (auth-source-pick): Change to accept any number of search parameters.
8955         Implement fallbacks iteratively, not recursively.  Add scoring on the
8956         second pass and sort by score.  Call Secret Service API when needed.
8957         (auth-source-user-or-password): Use it.  Call Secret Service API
8958         directly when needed to get the user name and the password.
8959
8960 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8961
8962         * message.el (message-interactive): Doc fix.
8963         (message-qmail-inject-args): Reflow.
8964         (message-kill-to-signature): Fix typo in docstring.
8965
8966         * smiley.el (smiley-buffer): Fix typo in docstring.
8967
8968 2010-03-24  Glenn Morris  <rgm@gnu.org>
8969
8970         * mail-source.el (gnus-message): Declare.
8971         (mail-source-delete-old-incoming): Require gnus-util.
8972
8973 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8976
8977         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8978
8979         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8980         password-cache's default if it is not bound.
8981         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8982         password-cache-expiry's default if it is not bound.
8983
8984         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8985         available in Emacs 21.
8986
8987         * lpath.el: Suppress compiler warnings for:
8988         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8989         XEmacs;
8990         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8991         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8992         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8993
8994 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * auth-source.el (auth-sources): Fix up definition so extra parameters
8997         are always inline.
8998
8999 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9000
9001         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9002         wasn't updated after mismatch.  Clear cached mailbox info correctly
9003         when uidvalidity changes.
9004         (nnimap-group-prefixed-name): New function to avoid some code
9005         duplication.
9006         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9007         (nnimap-request-group): Use it.
9008         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9009         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9010         with many imap folders.  This is done by caching the group status from
9011         the imap server persistently in a group parameter `imap-status'.  (This
9012         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9013         but not persistently, so every Gnus startup was still very slow.)
9014
9015 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9018         delete the extra newline.  Otherwise editing of :string and :number
9019         types don't work.
9020
9021 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9024         secrets.el dependency.
9025         (auth-sources): Add optional user name.  Add secrets.el configuration
9026         choice (unused right now).
9027
9028 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9029
9030         * gnus-sum.el (gnus-summary-make-menu-bar):
9031         Let `gnus-registry-install-shortcuts' fill in the functions.
9032
9033         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9034         warnings.
9035         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9036         (gnus-registry-install-shortcuts): Populate and use it in a
9037         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9038
9039 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9040
9041         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9042         In-place substitutions for the group name encoding/decoding.
9043         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9044         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9045         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9046         (nnimap-update-unseen, nnimap-request-list)
9047         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9048         (nnimap-request-set-mark, nnimap-split-to-groups)
9049         (nnimap-split-articles, nnimap-request-newgroups)
9050         (nnimap-request-create-group, nnimap-request-accept-article)
9051         (nnimap-request-delete-group, nnimap-request-rename-group)
9052         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9053         `encoded-mbx' for consistency.
9054         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9055         variable `imap-current-mailbox'.
9056
9057         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9058         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9059
9060 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9061
9062         * pop3.el (pop3-display-message-size-flag): Display message size byte
9063         counts during POP3 download.
9064         (pop3-movemail): Use it.
9065         (pop3-list): Implement listing of available messages.
9066
9067 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9068
9069         * nnir.el (nnir-get-article-nov-override-function): New function to
9070         override the normal NOV retrieval.
9071         (nnir-retrieve-headers): Use it.
9072
9073 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9074
9075         * auth-source.el (netrc-machine-user-or-password): Autoload.
9076
9077 2010-03-19  Glenn Morris  <rgm@gnu.org>
9078
9079         Stop message.el from loading about 40 libraries it doesn't always need.
9080         The general approach is to autoload rather than require, and to
9081         require in the specific functions rather than the file.  (Bug#5642)
9082
9083         * gmm-utils.el: Don't require wid-edit.
9084         (widget-create-child-value, widget-convert, widget-default-get):
9085         Autoload.
9086
9087         * gnus-util.el: Don't require time-date, netrc.
9088         (message-fetch-field, gnus-group-name-decode): Declare rather than
9089         autoloading.
9090         (gnus-fetch-field): Require message.
9091         (gnus-decode-newsgroups): Require gnus-group.
9092
9093         * ietf-drums.el: Don't require time-date.
9094
9095         * message.el: Don't require hashcash, canlock, ecomplete.
9096         Do require mail-utils.  Require nnheader only when compiling.
9097         (smtpmail-default-smtp-server): Remove declaration.
9098         (message-send-mail-function): Check smtpmail-default-smtp-server
9099         is bound rather than requiring smtpmail.
9100         (message-auto-save-directory, message-insert-signature):
9101         Use expand-file-name rather than nnheader-concat.
9102         (nnheader-insert-file-contents): Autoload.
9103         (hashcash-wait-async): Declare.
9104         (message-send-mail): Only call gnus-setup-posting-charset if
9105         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9106         (message-send-mail-with-sendmail): Require sendmail.
9107         (canlock-password, canlock-password-for-verify): Declare.
9108         (message-canlock-password): Require canlock.
9109         (nnheader-get-report): Autoload.
9110         (gnus-setup-posting-charset): Declare.
9111         (message-send-news): Require gnus-msg.
9112         (message-make-references, message-make-in-reply-to): Use mail-header-id
9113         rather than the alias mail-header-message-id.
9114         (ecomplete-add-item, ecomplete-save): Declare.
9115         (message-put-addresses-in-ecomplete): Require ecomplete.
9116         (ecomplete-display-matches): Autoload.
9117
9118         * mm-decode.el: Don't require mailcap, gnus-util.
9119         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9120         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9121         Autoload.
9122         (mailcap-mime-extensions): Declare.
9123
9124         * mm-encode.el: Don't require mailcap.
9125         (mailcap-extension-to-mime): Autoload.
9126
9127         * mml-sec.el: Don't require password-cache.
9128
9129         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9130         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9131         (mml-minibuffer-read-type): Require mailcap.
9132         (mml-preview): Require gnus-msg.
9133
9134         * mml1991.el: Require password-cache.
9135         (password-cache-expiry): Remove declaration.
9136
9137         * mml2015.el: Require password-cache.
9138         (password-cache-expiry): Remove declaration.
9139
9140         * nneething.el (mailcap): Require mailcap.
9141
9142         * nnheader.el (declare-function): Add compatibility stub.
9143         (message-remove-header): Declare rather than autoload.
9144         (nnheader-replace-header): Require message.
9145
9146         * nnimap.el (declare-function): Add compatibility stub.
9147         (netrc-parse, netrc-machine-user-or-password): Declare.
9148         (nnimap-open-connection): Require netrc.
9149
9150         * nntp.el (declare-function): Add compatibility stub.
9151         (netrc-parse, netrc-machine, netrc-get): Declare.
9152         (nntp-send-authinfo): Require netrc.
9153
9154         * rfc2047.el: Don't require qp.
9155         (quoted-printable-encode-region, quoted-printable-decode-string):
9156         Autoload.
9157
9158         * sieve-mode.el: Don't require easymenu.
9159         (easy-menu-add-item): Autoload it.
9160
9161         * spam-stat.el (time-to-number-of-days): Autoload it.
9162
9163 2010-03-19  Glenn Morris  <rgm@gnu.org>
9164
9165         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9166
9167 2010-03-18  Glenn Morris  <rgm@gnu.org>
9168
9169         * hashcash.el (declare-function): Remove duplicate definition.
9170
9171 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9172
9173         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9174         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9175         value if any backslash escapes).
9176
9177 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9180         if it is available.  (bug#5647)
9181
9182         * lpath.el: Suppress compiler warning for coding-system-from-name for
9183         Emacs 21 and XEmacs.
9184
9185 2010-03-14  Juri Linkov  <juri@jurta.org>
9186
9187         * hmac-def.el:
9188         * hmac-md5.el:
9189         * netrc.el: Fix keywords.
9190
9191 2010-02-26  Glenn Morris  <rgm@gnu.org>
9192
9193         * message.el (message-send-mail-function): Change the default, so that
9194         it inherits from a customized send-mail-function.  (Bug#5643)
9195
9196 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9197
9198         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9199         shell-command-to-string signals an error (bug#5299).
9200
9201 2010-02-24  Glenn Morris  <rgm@gnu.org>
9202
9203         * message.el (message-smtpmail-send-it)
9204         (message-send-mail-with-mailclient): Doc fixes.
9205
9206 2010-02-16  Glenn Morris  <rgm@gnu.org>
9207
9208         * message.el (message-default-mail-headers): Change the default value
9209         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9210
9211 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9214         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9215
9216 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9217
9218         * time-date.el (date-to-time): Doc fix (Bug#5408).
9219
9220 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9221
9222         * message.el (message-mail): Just pass yank-action on to message-setup.
9223         (message-setup): Handle (FUN . ARGS) form of yank-action.
9224         (message-with-reply-buffer, message-widen-reply)
9225         (message-yank-original): Handle non-buffer values of
9226         message-reply-buffer (Bug#4080).
9227         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9228
9229 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9230
9231         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9232         Fix typo in docstring.
9233
9234 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9235
9236         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9237         response.
9238
9239 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9242
9243         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9244
9245         * message.el (message-check-news-header-syntax): Protect against a
9246         string that `rfc822-addresses' returns when parsing fails.
9247
9248 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9251         (gnus-previous-char-property-change): New functions.
9252
9253         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9254
9255 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9256
9257         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9258         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9259
9260 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9261
9262         * message.el (message-exchange-point-and-mark): Rework last change to
9263         avoid using optional arg of exchange-point-and-mark, for backward
9264         compatibility.
9265
9266 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9267
9268         * message.el (message-exchange-point-and-mark):
9269         Call exchange-point-and-mark with an argument rather than setting
9270         mark-active by hand (Bug#5175).
9271
9272 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * nntp.el (nntp-service-to-port): Work for service expressed with
9275         numeric string; replace [:digit:] with [0-9] for XEmacs.
9276
9277 2009-12-17  Glenn Morris  <rgm@gnu.org>
9278
9279         * gnus-group.el (gnus-bug-group-download-format-alist):
9280         Change emacs entry to debbugs.gnu.org.  Bump :version.
9281
9282 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9285
9286 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * message.el (message-info): Explain why we use `Info-goto-node'.
9289
9290 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9293
9294 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9295
9296         * message.el (message-completion-in-region): New compatibility function.
9297         (message-expand-group): Use it.
9298
9299 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9302         with no unread article should be listed if the 2nd arg `predicate' is
9303         given.
9304
9305 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9308
9309 2009-11-29  Juri Linkov  <juri@jurta.org>
9310
9311         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9312         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9313         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9314
9315 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9316
9317         * sha1.el (sha1-string-external): default-directory "/" in case
9318         otherwise non-existent.  process-connection-type pipe for touch of
9319         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9320
9321 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9322
9323         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9324         it's comms related and sgml-mode.el has "comm" on that basis too.
9325
9326 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9329         containing tspecial characters if they have been already quoted.
9330
9331 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9332
9333         * dns-mode.el (auto-mode-alist): Purecopy string.
9334
9335 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9336
9337         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9338
9339 2009-10-24  Glenn Morris  <rgm@gnu.org>
9340
9341         * gnus-art.el (help-xref-stack-item): Define for compiler.
9342
9343 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9344
9345         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9346
9347 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9350
9351 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9354         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9355
9356 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9359         (gnus-overlays-in): New alias to overlays-in.
9360
9361         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9362         gnus-overlay-get, and gnus-delete-overlay.
9363         (gnus-summary-show-thread): Make it work as well for systems in which
9364         next-single-char-property-change is not available.
9365         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9366
9367         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9368         (gnus-overlay-get): New alias to extent-property.
9369         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9370
9371         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9372         SXEmacs.
9373
9374         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9375         SXEmacs.
9376
9377 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9380
9381 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9382
9383         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9384         and XEmacs that don't have `remove-overlays'.
9385
9386 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9389         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9390         selective display.  Use overlays instead.
9391
9392 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9393
9394         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9395
9396 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9397
9398         * spam-stat.el (spam-stat-load): Fix typo in message.
9399
9400 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9401
9402         * dig.el (dig-invoke): Fix typo in docstring.
9403         (query-dig): Reflow docstring.
9404
9405 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9406
9407         * gnus-art.el (gnus-article-encrypt-body):
9408         * message.el (message-check-recipients):
9409         * mm-util.el (mm-codepage-setup):
9410         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9411         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9412
9413 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9414
9415         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9416         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9417         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9418         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9419         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9420
9421 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9422
9423         * dig.el: Add "Keywords: comm", as per net-utils.el.
9424
9425 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9426
9427         * dig.el (dig-mode): Use define-derived-mode.
9428
9429 2009-09-19  Glenn Morris  <rgm@gnu.org>
9430
9431         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9432
9433 2009-09-18  Glenn Morris  <rgm@gnu.org>
9434
9435         * gnus-diary.el (gnus-diary-check-message):
9436         * message.el (message-insert-formatted-citation-line):
9437         * nnbabyl.el (top-level):
9438         * nndiary.el (nndiary-schedule):
9439         Fix typos in condition-case handlers.
9440
9441 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9444         configuration that provides the sole article window in a frame;
9445         position point correctly after deleting a part.
9446
9447 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9448
9449         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9450         (spam-resolve-registrations-routine): Use it to unregister articles
9451         that change status.
9452
9453 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9456         with XEmacs.
9457         (parse-time-string-chars): Use it.
9458
9459 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9460
9461         * imap.el (imap-interactive-login): Better messages.
9462         (imap-open): Fix bug with renamed buffer on reconnect.
9463         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9464         for easier debugging and cleaner code.  On successful (guessed based on
9465         server capabilities) secondary authentication, set imap-state
9466         correctly.
9467         (imap-last-authenticator): Define imap-last-authenticator as a variable
9468         to avoid warnings.
9469
9470 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * nnrss.el (nnrss-request-article): Remove binding of
9473         default-enable-multibyte-characters that has gotten needless by
9474         the 2007-07-13 change in rfc2047-encode-message-header.
9475
9476         * mml.el (mml-insert-multipart): Error on the message header.
9477         (mml-insert-part): Error on the message header; position point at
9478         the end of a MIME tag.
9479
9480 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * time-date.el (autoload): Expand define-obsolete-function-alias into
9483         defalias and make-obsolete for old Emacsen that Gnus supports.
9484         (with-no-warnings): Define it for old Emacsen.
9485         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9486         is available.
9487         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9488         float-time is available; suppress compile warning for time-to-seconds.
9489
9490         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9491         (gnus-float-time): Alias to float-time if it exists.
9492
9493         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9494         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9495         float-time is available; suppress compile warning for time-to-seconds.
9496
9497         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9498         XEmacs.
9499
9500 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9501
9502         * imap.el (imap-message-map): Docstring fix.
9503
9504 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9507         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9508         Add the optional argument `encoding' that overrides the default.
9509
9510         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9511         mm-encode-buffer.
9512
9513 2009-09-04  Glenn Morris  <rgm@gnu.org>
9514
9515         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9516         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9517         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9518         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9519         * mm-util.el (mm-with-unibyte-current-buffer)
9520         (mm-find-buffer-file-coding-system):
9521         * yenc.el (yenc-decode-region): Use default-value rather than
9522         default-enable-multibyte-characters.
9523
9524 2009-09-03  Glenn Morris  <rgm@gnu.org>
9525
9526         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9527         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9528         than default-enable-multibyte-characters.
9529
9530 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9531
9532         * gnus-art.el (gnus-article-read-summary-keys):
9533         Fix gnus-buffer-configuration's value temporarily used.
9534
9535 2009-09-02  Glenn Morris  <rgm@gnu.org>
9536
9537         * gnus-util.el (gnus-float-time): New function.
9538         * gnus-delay.el (gnus-delay-article):
9539         * gnus-sum.el (gnus-thread-latest-date):
9540         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9541         * nnspool.el (nnspool-request-newgroups):
9542         Use gnus-float-time rather than time-to-seconds.
9543         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9544
9545         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9546         (gnus-header-subject-face, gnus-header-newsgroups-face)
9547         (gnus-header-name-face, gnus-header-content-face):
9548         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9549         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9550         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9551         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9552         (gnus-cite-face-11):
9553         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9554         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9555         (gnus-server-closed-face, gnus-server-denied-face)
9556         (gnus-server-offline-face):
9557         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9558         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9559         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9560         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9561         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9562         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9563         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9564         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9565         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9566         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9567         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9568         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9569         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9570         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9571         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9572         (gnus-summary-high-undownloaded-face)
9573         (gnus-summary-low-undownloaded-face)
9574         (gnus-summary-normal-undownloaded-face)
9575         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9576         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9577         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9578         (gnus-splash-face):
9579         * message.el (message-header-to-face, message-header-cc-face)
9580         (message-header-subject-face, message-header-newsgroups-face)
9581         (message-header-other-face, message-header-name-face)
9582         (message-header-xheader-face, message-separator-face)
9583         (message-cited-text-face, message-mml-face):
9584         * sieve-mode.el (sieve-control-commands-face)
9585         (sieve-action-commands-face, sieve-test-commands-face)
9586         (sieve-tagged-arguments-face):
9587         * spam.el (spam-face):
9588         Mark face aliases with "-face" in the name as obsolete.
9589
9590 2009-09-01  Glenn Morris  <rgm@gnu.org>
9591
9592         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9593         than goto-line.
9594
9595 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9598         Don't move point if the command is invoked inside the message header.
9599
9600 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9601
9602         * imap.el (imap-send-command): Simplify.
9603         (imap-wait-for-tag): point-max -> buffer-size.
9604
9605 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9606
9607         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9608         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9609         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9610         * nnir.el (nnir-swish-e-index-file):
9611         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9612         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9613         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9614         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9615         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9616         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9617
9618 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9621         Don't save excursion.
9622
9623 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9624
9625         * nnheader.el (nnheader-find-file-noselect):
9626         * mm-util.el (mm-insert-file-contents):
9627         Use (default-value 'major-mode) instead of default-major-mode.
9628
9629 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9630
9631         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9632
9633 2009-08-26  Glenn Morris  <rgm@gnu.org>
9634
9635         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9636         than placing in files.el.
9637
9638 2009-08-25  Glenn Morris  <rgm@gnu.org>
9639
9640         * nnir.el (top-level): Don't require cl at run-time.
9641         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9642         Replace cl-function substitute with gnus-replace-in-string.
9643         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9644         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9645         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9646         simplified expansions.
9647
9648 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9649
9650         * dig.el (dig): Add autoload cookie.
9651
9652 2009-08-22  Glenn Morris  <rgm@gnu.org>
9653
9654         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9655         goto-line.
9656
9657 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9658
9659         * parse-time.el (parse-time-string-chars): Save match data.
9660
9661 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9662
9663         * parse-time.el (parse-time-string-chars): Compute using character
9664         classes, to handle non-ascii characters (Bug#3190).
9665
9666 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9669
9670         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9671         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9672         (gnus-mm-display-part, gnus-mime-display-single)
9673         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9674         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9675
9676         * gnus-sum.el
9677         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9678         (gnus-summary-move-article): Add expirable mark to articles copied or
9679         moved to group that has auto-expire turned on if the option is non-nil.
9680
9681 2009-07-24  Glenn Morris  <rgm@gnu.org>
9682
9683         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9684         Fix typo.  (Bug#3903)
9685
9686 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9689         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9690         that should not be used for draft articles.
9691         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9692         that has no concern in minor mode keys.
9693         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9694         Abolish.
9695
9696 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9699         article without making inquiry to a user for unknown encoding.
9700
9701         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9702         (nnmaildir--scan): Assume i-node and device number that file-attributes
9703         returns might be cons-cell.
9704
9705         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9706
9707         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9708
9709 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * auth-source.el: Remove docs now in auth.texi.  Don't use
9712         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9713         `auth-source-hide-passwords' and use them.
9714
9715 2009-07-15  Glenn Morris  <rgm@gnu.org>
9716
9717         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9718
9719 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9722         excessive whitespace from the default values of title and description.
9723
9724 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9727         mail-fetch-field to fetch Content-Description header in order to
9728         exclude newlines.
9729
9730 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9731
9732         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9733         format used by GnuPG 2.0.11.
9734
9735 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9738         to deleted part.
9739
9740 2009-05-30  David Engster  <dengste@eml.cc>
9741
9742         * nnmairix.el: Remove old documentation in the commentary block.
9743         (nnmairix-request-group): Do not update active file for nnml back ends.
9744         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9745         end so that overview files are ignored.
9746         (nnmairix-update-groups): Make updating the groups more robust by using
9747         marks.
9748         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9749         with dollar characters in message-id.
9750
9751 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9754         2008-12-25 in dns.el.
9755
9756 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9757
9758         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9759         could happen if the text is only composed of spaces and/or tabs.
9760
9761 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9762
9763         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9764         when sending a queued message to avoid extra mml tags.
9765
9766 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9769
9770 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9773         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9774         rmail-toggle-header for XEmacs;
9775         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9776
9777 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-dired.el: Remove autoload for gnus-setup-message.
9780         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9781         displaying Gnus logo; always use compose-mail.
9782
9783 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9786
9787 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9790         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9791         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9792         available.
9793         (gnus-nocem-epg-verify): New function.
9794
9795 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9798
9799 2009-02-15  Glenn Morris  <rgm@gnu.org>
9800
9801         * gnus-util.el (rmail-insert-rmail-file-header)
9802         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9803         autoloads.
9804         (rmail-default-rmail-file): Remove unnecessary declaration.
9805         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9806
9807 2009-02-14  Glenn Morris  <rgm@gnu.org>
9808
9809         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9810         variable (only used in gnus-util, which declares it anyway).
9811         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9812         which was only needed by gnus-art (changed to not use it any more).
9813         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9814         only used in gnus-util, which autoloads it itself.
9815         (rmail-update-summary): Fix autoload.
9816
9817         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9818         rather than rmail-output-to-rmail-file.
9819
9820 2009-02-07  Glenn Morris  <rgm@gnu.org>
9821
9822         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9823         autoload of function that no longer exists.
9824         (rmail-toggle-header): Declare.
9825         (message-forward-rmail-make-body): Handle mbox Rmail.
9826
9827 2009-01-31  Glenn Morris  <rgm@gnu.org>
9828
9829         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9830         2009-01-09 change.
9831
9832 2009-01-31  Dave Love  <fx@gnu.org>
9833
9834         * imap.el (imap-fetch-safe): Bind debug-on-error.
9835         (imap-debug): Add imap-fetch-safe.
9836
9837 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9838
9839         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9840         (auth-source-forget-all-cached): New convenience function.
9841         (auth-source-user-or-password): Accept list of modes or a single mode.
9842
9843         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9844         auth-source modes.
9845
9846         * netrc.el (netrc-machine-user-or-password): Use list of
9847         auth-source modes.
9848
9849         * nnimap.el (nnimap-open-connection): Use list of
9850         auth-source modes.
9851
9852         * nntp.el (nntp-send-authinfo): Use list of
9853         auth-source modes.
9854
9855 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9856
9857         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9858         now.
9859
9860 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9863         coding system in XEmacs; add a workaround for XEmacs.
9864
9865         * lpath.el: Fbind coding-system-aliasee.
9866
9867 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9870         of current-language-environment.
9871
9872 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9875         available at runtime.
9876
9877 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9880
9881 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9882
9883         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9884         the greatest positive fixnum value doesn't work under an XEmacs with
9885         bignum support; use the most-positive-fixnum constant instead,
9886         available since Emacs 21.1 with cl and XEmacs 21.1.
9887
9888 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9891         XEmacs gets not to work.
9892
9893 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-util.el (mm-coding-system-priorities): Allow the value like
9896         "Japanese (UTF-8)" of current-language-environment.
9897
9898 2009-01-09  Glenn Morris  <rgm@gnu.org>
9899
9900         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9901         with last-command-event.
9902
9903 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9906         in the doc string.
9907
9908         * message.el (message-fix-before-sending): Amend comment.
9909
9910 2009-01-08  Dave Love  <fx@gnu.org>
9911
9912         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9913
9914 2009-01-07  David Engster  <dengste@eml.cc>
9915
9916         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9917         simplified server definitions by converting it via
9918         gnus-server-to-method.
9919
9920 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9923         parameter's operands.
9924
9925 2009-01-06  David Engster  <dengste@eml.cc>
9926
9927         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9928         primary select method (for gnus-group-mark-article-as-read).
9929
9930 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9931
9932         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9933         `(gnus)Face', not `(gnus)X-Face'.
9934
9935 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * mm-util.el (mm-ucs-to-char): New function.
9938
9939         * mm-url.el (mm-url-decode-entities): Use it.
9940
9941         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9942         unicode-to-char.
9943
9944 2009-01-05  Dave Love  <fx@gnu.org>
9945
9946         * time-date.el: Require cl for `declare'.
9947
9948 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9951         Dave Love.
9952
9953 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * message.el (message-fix-before-sending): Add `eight-bit' to
9956         illegible-text check.
9957
9958 2009-01-03  Michael Olson  <mwolson@gnu.org>
9959
9960         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9961         `headers' is nil.  This can occur if the IMAP server does not have
9962         permissions to read messages from a folder, but can write new messages
9963         to the folder.
9964         (nnimap-request-article-part): Do not insert `data' if it is nil.
9965
9966         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9967         characters which will confuse `read', so skip past them.
9968
9969 2009-01-01  Dave Love  <fx@gnu.org>
9970
9971         * imap.el (imap-string-to-integer): Fix typo.
9972         (imap-fetch-safe): New function.
9973         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9974
9975         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9976
9977         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9978         (imap-parse-greeting): Fix doc strings.
9979         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9980         (imap-parse-flag-list): Make messages unique.
9981         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9982
9983         * nnimap.el: Fix author email.
9984         (nnimap-split-rule): Add FIXME comment.
9985         (nnimap-debug): Fix doc string.
9986
9987 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9990
9991 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9994         nslookup if resolv.conf isn't available.
9995         (dns-query): Rename from query-dns.
9996         (dns-query-cached): Rename from query-dns-cached.
9997
9998 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10001         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10002         to check if those variables exist (first appeared in Emacs 18.50).
10003
10004 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * mm-util.el (mm-line-number-at-pos): New function.
10007
10008         * spam-report.el (spam-report-process-queue): Use it.
10009
10010 2008-12-24  David Engster  <dengste@eml.cc>
10011
10012         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10013         parameters that haven't existed as variables as buffer-local variables.
10014
10015 2008-12-23  Dave Love  <fx@gnu.org>
10016
10017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10018         cadar.
10019
10020         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10021         imap-starttls-p.
10022         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10023
10024 2008-12-22  Dave Love  <fx@gnu.org>
10025
10026         * imap.el: Fix author email.  Doc fixes.
10027         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10028         reply.
10029
10030 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * spam-report.el (spam-report-gmane-max-requests): New constant.
10033         (spam-report-gmane-wait): New variable.
10034         (spam-report-gmane-ham, spam-report-gmane-spam)
10035         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10036         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10037         the server.
10038
10039         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10040         Add explanations.
10041
10042         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10043         nnheader-accept-process-output and nnheader-read-timeout if available.
10044         (pop3-movemail): Use it.
10045
10046         * message.el (message-check-news-body-syntax): Fix signature check if
10047         there's an attachment.
10048
10049 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * mm-util.el: Add comments to the mm- emulating functions.
10052
10053 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10056         Reported by Stephen Berman <stephen.berman@gmx.net>.
10057
10058 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * mm-util.el (mm-substring-no-properties): New function.
10061         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10062         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10063         (mm-string-to-multibyte): Doc fix.
10064
10065         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10066
10067 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * mml.el (mml-attach-file): Strip text properties from file name.
10070         (Bug#1574)
10071
10072 2008-12-16  Glenn Morris  <rgm@gnu.org>
10073
10074         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10075
10076 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10079         knows since the charset specified might be a bogus alias that
10080         mm-charset-synonym-alist provides.
10081
10082 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10085         "ISO_8859-1".
10086
10087         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10088
10089 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * mm-util.el (mm-charset-eval-alist):
10092         Define it before mm-charset-to-coding-system.
10093         (mm-charset-to-coding-system): Add optional argument `silent';
10094         define it before mm-charset-override-alist.
10095         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10096         default value if it can be used in Emacs currently running;
10097         silence mm-charset-to-coding-system.
10098
10099 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10102         `allow-override' which says whether to use `mm-charset-override-alist'.
10103         (rfc2047-decode-encoded-words): Use it.
10104
10105         * mm-util.el (mm-charset-override-alist): Fix custom type;
10106         add `(gb2312 . gbk)' to choices.
10107
10108 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10111         fast.
10112
10113         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10114
10115         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10116
10117 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10118
10119         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10120         on links.
10121
10122         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10123
10124 2008-12-03  Lute Kamstra  <lute@gnu.org>
10125
10126         * sha1.el: Remove leading * from docstrings of defcustoms,
10127         deffaces, defconsts and defuns.
10128
10129 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10132         users' addresses that don't have domain parts.
10133         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10134         rather than message-narrow-to-head since there will be the message
10135         header separator.
10136
10137 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10138
10139         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10140         since the result is inserted in a unibyte buffer anyway.
10141         (nnimap-demule-use-string-to-multibyte): Remove.
10142         (nnimap-demule): Alias it to mm-string-to-multibyte.
10143
10144 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10147         variable for debugging bug#464 and bug#1174.
10148         (nnimap-demule): Use it.
10149
10150 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10153         score calculation correctly.
10154
10155 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10156
10157         * message.el (message-send-mail): Just set the buffer to unibyte
10158         rather than use mm-with-unibyte-current-buffer which does a lot more.
10159         (message-send-mail-partially): Don't bother with
10160         mm-with-unibyte-current-buffer since it's already been made unibyte by
10161         message-send-mail.
10162
10163 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10164
10165         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10166
10167 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10170
10171 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10174         require itself and to remove `with-no-warnings'.
10175
10176 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10177
10178         * starttls.el (starttls-any-program-available): Get the name of the
10179         available TLS layer program.
10180         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10181         well as the host name in the "opening" message.
10182
10183         * auth-source.el (auth-source-cache, auth-source-do-cache)
10184         (auth-source-user-or-password): Cache passwords and logins by default,
10185         allow override with `auth-source-do-cache'.
10186         (auth-source-forget-user-or-password): Allow users to remove cache
10187         entries if needed.
10188
10189 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10190
10191         * md4.el (md4-buffer): Fix typo in docstring.
10192         (md4, md4-64): Doc fixes.
10193         (md4-pack-int32): Reflow docstring.
10194
10195 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10198         condition-case to only the forward-sexp call.
10199
10200 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10203         quotes contained.  Make it more robust regardless by an extra
10204         condition-case wrapper.
10205
10206 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10209
10210 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * nnml.el (nnml-request-expire-articles): Check if the function set to
10213         `nnmail-expiry-target' returns the symbol `delete'.
10214
10215         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10216
10217         * nnmail.el (nnmail-expiry-target): Fix custom type.
10218
10219 2008-10-02  Glenn Morris  <rgm@gnu.org>
10220
10221         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10222         Silence compiler warning.
10223
10224 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10225
10226         * tls.el (open-tls-stream): Show the actual command being
10227         executed, instead of the format string.
10228
10229 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * lpath.el: Fbind codepage-setup for Emacs 23.
10232
10233 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10234
10235         * mml.el (mml-menu): Don't assume mml2015 is bound.
10236
10237 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10240         exists.
10241
10242 2008-09-27  Glenn Morris  <rgm@gnu.org>
10243
10244         * gnus-util.el (mail-header-remove-comments): Autoload it.
10245
10246 2008-09-27  Andreas Schwab  <schwab@suse.de>
10247
10248         * gnus-util.el (gnus-split-references): Strip comments.
10249         (gnus-parent-id): Likewise.
10250
10251 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * message.el (message-confirm-send): Fix version.
10254
10255 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * message.el (message-idna-to-ascii-rhs-1): Use
10258         mail-extract-address-components rather than mail-header-parse-addresses
10259         that is an alias by default to ietf-drums-parse-addresses that does not
10260         support non-ASCII names in headers' contents.
10261
10262 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * message.el (message-confirm-send): Fix variable documentation to
10265         avoid the "y/n" wording.
10266
10267 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10268
10269         * message.el (message-set-auto-save-file-name): Save to a different
10270         filename so multiple messages (especially drafts) can be recovered.
10271
10272 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10273
10274         * message.el (message-confirm-send): Add appropriate version.
10275
10276 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10279         defvar.
10280
10281 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10282
10283         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10284         (mm-pkcs7-enveloped-magic): Ditto.
10285
10286 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10287
10288         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10289         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10290
10291 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10294         default, it's better.
10295
10296 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10297
10298         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10299         summary line gnus-number property and ignore them (with a warning
10300         message).
10301
10302 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10305         macro caddr in the interactive form since it won't be expanded.
10306
10307 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10310         `charset'; fix name of function called recursively.
10311         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10312
10313 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10316         (gnus-mime-set-charset-parameters): New function.
10317         (gnus-mime-view-part-as-charset): Use it to correctly display part
10318         specifying wrong charset.
10319
10320 2008-09-08  David Engster  <dengste@eml.cc>
10321
10322         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10323         in completing-read for back end server.
10324
10325 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10326
10327         * message.el (message-confirm-send): New variable to confirm sending a
10328         message.
10329         (message-send): Use it.
10330
10331 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10332
10333         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10334
10335 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10338
10339 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10340
10341         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10342         prevent tracking too many groups.
10343         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10344         Use it.
10345
10346 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10347
10348         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10349         moving point to the bottom of the window in order to avoid recentering.
10350
10351 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10354
10355         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10356         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10357         (gnus-article-beginning-of-window): Fix calculation.
10358
10359 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-msg.el (gnus-summary-supersede-article)
10362         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10363         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10364         message header.
10365
10366 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10367
10368         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10369         pending output coming after the status change.
10370
10371 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10372
10373         * message.el:
10374         * gnus-start.el:
10375         * gnus-registry.el: Remove VMS support.
10376
10377 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10380         macro.
10381         (rfc2104-hash): Use it.
10382
10383 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10386         (gnus-summary-sort-by-most-recent-date): New commands.
10387         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10388         and menu entries.
10389
10390 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10393         don't redisplay article for raw contents; remove plural articles stuff.
10394
10395         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10396         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10397         on gnus-summary-save-article; display results properly.
10398
10399 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * lpath.el: No need to fbind ns-focus-frame.
10402
10403 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10406
10407 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-art.el (gnus-summary-save-in-pipe):
10410         Consider gnus-save-all-headers.
10411
10412 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10413
10414         * gnus-util.el (ns-focus-frame): Remove declaration.
10415         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10416         like x.
10417
10418 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10419
10420         * rfc2104.el (rfc2104-zero): Delete defconst.
10421         (rfc2104-hex-alist): Likewise.
10422         (rfc2104-hex-to-int): Delete func.
10423         (rfc2104-hexstring-to-bitstring): Likewise.
10424         (rfc2104-nybbles): New defconst.
10425         (rfc2104-hash): Rewrite for speed.
10426
10427 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * tls.el (open-tls-stream): Make it work with the 2nd argument
10430         BUFFER that is a string but does not exist as a buffer object, as
10431         mentioned in the doc-string.
10432
10433 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10436         SXEmacs.
10437
10438 2008-07-16  Glenn Morris  <rgm@gnu.org>
10439
10440         * gnus-util.el (ns-focus-frame): Declare for compiler.
10441
10442 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10445         set as a group parameter.
10446         (gnus-summary-save-in-pipe): Work when it is called independently.
10447         (gnus-summary-pipe-to-muttprint): Don't modify
10448         gnus-summary-pipe-output-default-command.
10449
10450 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * message.el (message-send-mail-with-sendmail):
10453         Display the error message.
10454
10455 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-art.el (gnus-default-article-saver):
10458         Add gnus-summary-save-in-pipe to choices.
10459         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10460         gnus-summary-pipe-output-default-command as the default command.
10461         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10462         instead of gnus-last-shell-command.
10463
10464         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10465         New user option.
10466         (gnus-summary-muttprint-program): Mention the value will be changed.
10467         (gnus-summary-save-article): Force showing of all headers.
10468         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10469
10470 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10471
10472         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10473
10474 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10475
10476         * nnimap.el (nnimap-id):
10477         * sieve-manage.el (sieve-manage-open): Doc fixes.
10478
10479 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10480
10481         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10482         if available.
10483
10484 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10485
10486         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10487
10488         * nnkiboze.el (nnkiboze-generate-group):
10489         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10490
10491         * nnmairix.el: Require CL.
10492
10493 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * dgnushack.el: Autoload get-display-table and put-display-table for
10496         XEmacs 21.5.
10497
10498         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10499         21.4 and SXEmacs.
10500
10501 2008-06-15  David Engster  <dengste@eml.cc>
10502
10503         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10504
10505 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10506
10507         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10508         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10509         runtime choice under XEmacs.
10510
10511         * gnus-sum.el (gnus-summary-set-display-table):
10512         Use `gnus-put-display-table', `gnus-get-display-table',
10513         `gnus-set-display-table' for the display table, instead of `aset'.
10514
10515         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10516         Use `gnus-put-display-table', `gnus-get-display-table',
10517         `gnus-set-display-table' for the display table.
10518
10519 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * nnmairix.el: Add autoloads.
10522
10523 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * nnmairix.el (nnmairix-delete-recreate-group)
10526         (nnmairix-update-and-clear-marks): Fix error messages.
10527
10528 2008-06-14  David Engster  <dengste@eml.cc>
10529
10530         * nnmairix.el: Upgrade to version 0.6.
10531         (nnmairix-group-toggle-propmarks-this-group)
10532         (nnmairix-group-toggle-readmarks-this-group)
10533         (nnmairix-group-delete-recreate-this-group)
10534         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10535         (nnmairix-remove-tick-mark-original-article): New commands.
10536         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10537         (nnmairix-propagate-marks-to-nnmairix-groups)
10538         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10539         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10540         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10541         functions needed for marks propagation and manipulation of read marks.
10542         (nnmairix-update-groups): New function.
10543         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10544         (nnmairix-determine-original-group-from-registry)
10545         (nnmairix-determine-original-group-from-path)
10546         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10547         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10548         New helper functions.
10549         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10550         keystrokes for new commands.
10551         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10552         (nnmairix-request-group): Check allow-fast group parameter.
10553         (nnmairix-request-create-group): Set allow-fast group parameter if
10554         nnmairix-allowfast-default is set.
10555         (nnmairix-close-group): Propagate marks upon closing if needed.
10556         (nnmairix-group-toggle-threads-this-group): Use new.
10557         nnmairix-group-toggle-parameter helper function.
10558         (nnmairix-search): Better check for empty search result.
10559         (nnmairix-goto-original-article): Use new helper functions for
10560         determining original article.
10561         (nnmairix-show-original-article): Make sure message-id is in brackets.
10562         (nnmairix-call-mairix-binary): Change variable name.
10563         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10564         helper function.
10565         (nnmairix-widget-toggle-activate): Fix doc string.
10566
10567 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * nnir.el: Require edmacro when compiling with XEmacs.
10570         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10571         available in Emacs 21.
10572
10573 2008-06-11  Glenn Morris  <rgm@gnu.org>
10574
10575         * gnus-util.el (x-focus-frame):
10576         * gnus.el (image-size):
10577         * mm-decode.el (image-size): Declare.
10578
10579         * gnus-picon.el (declare-function): Add compat definition.
10580         (image-size): Declare.
10581
10582         * gnus-group.el (tool-bar-map):
10583         * gnus-sum.el (tool-bar-map): Define for compiler.
10584
10585         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10586
10587         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10588
10589         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10590         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10591         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10592         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10593         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10594         * sieve-manage.el, spam-report.el, spam.el:
10595         Remove unnecessary eval-and-compile of autoloads.
10596
10597 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10598
10599         * auth-source.el: Precise Tramp doc.
10600
10601 2008-06-07  Glenn Morris  <rgm@gnu.org>
10602
10603         * nnmairix.el: Remove unnecessary eval-when-compile.
10604
10605 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * lpath.el: Fbind propertize for XEmacs 21.4.
10608
10609 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * nnir.el: Move here from ../contrib.
10612
10613 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10614
10615         * gnus-util.el (gnus-read-shell-command): New function.
10616         * mm-decode.el (mm-pipe-part):
10617         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10618
10619 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10622
10623 2008-06-03  Glenn Morris  <rgm@gnu.org>
10624
10625         * pop3.el (nnheader-accept-process-output): Autoload it.
10626
10627 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10630         are not 2-digit hexadecimal characters that follow `%'s.
10631
10632 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * message.el (message-bogus-recipient-p): Fix type in doc string.
10635         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10636         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10637         Improve custom options.
10638         (message-bogus-recipient-p): Adjust accordingly.
10639
10640 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10641
10642         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10643         long-form month and day names.
10644
10645 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * dgnushack.el: Autoload debug, eudc-expand-inline and
10648         pgg-snarf-keys-region for XEmacs.
10649
10650         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10651
10652         * nnmairix.el: Require edmacro when compiling with XEmacs.
10653
10654 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10657         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10658
10659 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10660
10661         * auth-source.el: Add more docs.
10662
10663         * netrc.el (netrc-machine): Always match if the port is not given.
10664
10665 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10668         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10669         retrieval faster in some cases, but might make CPU usage larger.
10670         If this has any bad side effects, we might revert this change.
10671
10672         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10673         seems to make mail retrieval much, much faster.
10674         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10675         unconditionally.
10676
10677         * gnus-draft.el (gnus-group-send-queue):
10678         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10679
10680 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10683
10684         * message.el (message-bogus-address-regexp): Fix and improve custom
10685         type.
10686         (message-setup-hook): Add message-check-recipients as custom option.
10687
10688 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * message.el (message-cite-function): Remove bogus autoload which crept
10691         in during merge from v5-10.
10692
10693 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10694
10695         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10696
10697         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10698
10699         * auth-source.el: Preliminary Tramp docs.
10700         (auth-sources): Change the default auth-sources to use
10701         EPA .gpg files.
10702
10703 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         * nntp.el: Autoload `auth-source-user-or-password'.
10706         (nntp-send-authinfo): Use it.
10707
10708         * nnimap.el: Autoload `auth-source-user-or-password'.
10709         (nnimap-open-connection): Use it.
10710
10711         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10712         for the gnus-message function.
10713         (auth-source-user-or-password): Use it.
10714
10715 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10716
10717         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10718         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10719         (rfc2104-hash): Use it.
10720
10721 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10722
10723         * gnus-art.el (gnus-article-toggle-truncate-lines):
10724         Don't use `iff' in docstring.
10725
10726 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10727
10728         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10729
10730         * gnus-util.el (gnus-extract-address-component-name)
10731         (gnus-extract-address-component-email): Convenience functions around
10732         `gnus-extract-address-components'.
10733
10734         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10735         Use `gnus-extract-address-component-email' to fix bug of comparing full
10736         sender name to `user-mail-address'.
10737
10738 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10739
10740         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10741         catch/throw to optimize.
10742         (gnus-registry-find-keywords): Just use member to find a keyword.
10743
10744 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10745
10746         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10747         is current before calling gnus-server-prepare.
10748         (gnus-server-setup-buffer, gnus-server-update-server)
10749         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10750
10751 2008-05-04  Juri Linkov  <juri@jurta.org>
10752
10753         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10754         (mailcap-file-default-commands): Use mailcap-replace-in-string
10755         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10756         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10757
10758 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10759
10760         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10761
10762 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10763
10764         * gnus.el: Bump version to 0.11.
10765
10766 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10767
10768         * gnus.el: No Gnus v0.10 is released.
10769
10770 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10773         hooks.
10774         (gnus-update-read-articles): Speed up non-marks-using users.
10775         (gnus-use-marks): Define gnus-use-marks.
10776         (gnus-propagate-marks): Rename variable to something more sensible.
10777
10778 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10779
10780         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10781         (gmm-image-load-path-for-library): Fix typos in docstrings.
10782         (gmm-message): Reflow docstring.
10783
10784 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10785
10786         * mail-source.el (mail-source-set-1, mail-source-bind):
10787         Move auth-source code out of the macro to clean it up and fix bugs.
10788
10789 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10790
10791         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10792         by sender if it's equal to user-mail-address, it's likely to be
10793         useless.
10794
10795         * mail-source.el (mail-source-bind): Don't use user or password if they
10796         are not bound.  Unintern them if they are nil.  Don't use server unless
10797         it's bound, and default it to empty string otherwise.
10798
10799 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * mail-source.el: Load auth-source.el.
10802         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10803         get user name or password, if auth-sources is set up.
10804
10805         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10806         strategy of splitting with parent.
10807         (gnus-registry-split-fancy-with-parent)
10808         (gnus-registry-post-process-groups): Use it and fix prior
10809         bug (returning a list as the split result).
10810
10811         * auth-source.el (auth-sources): Remove server parameter.
10812         (auth-source-pick, auth-source-user-or-password)
10813         (auth-source-user-or-password-imap)
10814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10815         (auth-source-user-or-password-sftp)
10816         (auth-source-user-or-password-smtp): Remove server parameter.
10817
10818 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10819
10820         * smime.el (smime-sign-region, smime-encrypt-region)
10821         (smime-decrypt-region):
10822         Remove redundant calls to `generate-new-buffer-name'.
10823
10824 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10825
10826         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10827         Don't use QP for message/rfc822.
10828         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10829
10830 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10831
10832         * sieve-manage.el (sieve-string-bytes): Remove.
10833         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10834         correct byte-length only if the process's coding-system is the same as
10835         the one used internally by Emacs to represent strings.
10836
10837 2008-04-22  Juri Linkov  <juri@jurta.org>
10838
10839         * mailcap.el (mailcap-file-default-commands): New function.
10840
10841 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * message.el (message-signature-separator, message-cite-function):
10844         Change custom version.
10845
10846 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10847
10848         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10849         commands.
10850         (tls-checktrust): Ditto.
10851
10852 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * mm-decode.el (mm-display-external): Make temp file read-only.
10855
10856 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10859         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10860         `C-c C-f d'.
10861
10862 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10863
10864         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10865
10866 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gnus.el: Bump version to 0.9.
10869
10870 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * gnus.el: No Gnus v0.8 is released.
10873
10874 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10875
10876         * mail-source.el (mail-source-value):
10877         Prefer fboundp to functionp so it works with macros as well.
10878
10879 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10880
10881         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10882         Fix last change in case the element is not even a symbol.
10883
10884 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10885
10886         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10887         Prefer fboundp to functionp so it works with macros as well.
10888
10889 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10890
10891         * auth-source.el: Add docs.
10892         (auth-sources): Modify format to support server.
10893         (auth-source-pick, auth-source-user-or-password)
10894         (auth-source-user-or-password-imap)
10895         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10896         (auth-source-user-or-password-sftp)
10897         (auth-source-user-or-password-smtp): Add server parameter.
10898
10899 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10900
10901         * gnus-registry.el: Initialize the registry when gnus-registry-install
10902         is t.
10903
10904 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * compface.el (uncompface): Make buffer unibyte.
10907
10908 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10909
10910         * mail-source.el (mail-source-value):
10911         Prefer fboundp to functionp so it works with macros as well.
10912
10913 2008-04-05  Glenn Morris  <rgm@gnu.org>
10914
10915         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10916
10917 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10918
10919         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10920         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10921
10922         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10923         multibyteness after rather than before erasing it.
10924
10925         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10926         mm-with-multibyte.
10927         (gnus-request-article-this-buffer): Make sure the proper decoding is
10928         used if gnus-original-article-buffer happens to be unibyte.
10929
10930         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10931         default-enable-multibyte-characters.
10932
10933         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10934         default-enable-multibyte-characters.
10935
10936         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10937
10938         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10939
10940 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10941
10942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10943         Fix last change in case the element is not even a symbol.
10944
10945 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10946
10947         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10948         (imap-message-copyuid-1): Use it.
10949         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10950         J. Williams in
10951         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10952
10953         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10954         imap-enable-exchange-bug-workaround.
10955         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10956
10957 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10958
10959         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10960         a 100 byte status-checks into a 2-3MB transfer for each group.
10961         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10962         to enable bug workaround or not.
10963         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10964
10965 2008-03-31  Glenn Morris  <rgm@gnu.org>
10966
10967         * message.el (mml2015-use): Declare for compiler.
10968         (message-info): Require mml2015 when appropriate.
10969
10970 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10973         whitespace.
10974
10975 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10976
10977         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10978         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10979         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10980         (nntp-service-to-port): New function.
10981         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10982         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10983         (nntp-open-netcat-stream): New function.
10984         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10985
10986 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10987
10988         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10989
10990 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10991
10992         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10993
10994 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10995
10996         * dns.el (dns-write): Use set-buffer-multibyte.
10997
10998 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10999
11000         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11001
11002 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * message.el (message-signature-separator): Change default.
11005         Improve custom type.
11006         (message-cite-function): Change default to
11007         message-cite-original-without-signature.
11008
11009         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11010         toggle.
11011
11012         * message.el (message-check-news-body-syntax): Fix signature check.
11013         (message-setup-1): Mark buffer as unmodified _after_ running
11014         message-setup-hook and handling message-alternative-emails.
11015         (message-shorten-references): Be more strict when building list of
11016         valid references to comply with GNKSA.
11017
11018         * gnus-group.el (gnus-read-ephemeral-bug-group)
11019         (gnus-read-ephemeral-debian-bug-group)
11020         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11021
11022         * message.el (message-info): Don't use booleanp which isn't supported
11023         in Emacs 21 and XEmacs.
11024
11025 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11028         gnus-group-gmane-group-download-format.
11029         (gnus-group-read-ephemeral-gmane-group): Rename from
11030         gnus-group-read-ephemeral-gmane-group.
11031         (gnus-read-ephemeral-gmane-group-url): Rename from
11032         gnus-group-read-ephemeral-gmane-group-url.
11033         (gnus-bug-group-download-format-alist): New variable.
11034         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11035         (gnus-read-ephemeral-emacs-bug-group): New commands.
11036
11037 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11040         (gnus-visible-headers): Improve custom type.
11041
11042 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * mml.el (mml-menu): Add workarounds for XEmacs.
11045
11046         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11047         X-Boundary header.
11048
11049         * message.el (message-simplify-recipients): Fix previous commit.
11050
11051 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11052
11053         * mm-util.el (mm-set-buffer-multibyte): New function.
11054         * mm-decode.el (mm-copy-to-buffer): Use it.
11055
11056         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11057         Prefer fboundp to functionp so it works with macros as well.
11058
11059 2008-03-19  Glenn Morris  <rgm@gnu.org>
11060
11061         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11062         Accidentally removed in the sync process with Emacs.
11063
11064 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * message.el (message-alter-recipients-discard-bogus-full-name):
11067         New function.
11068         (message-alter-recipients-function): New variable.
11069         (message-get-reply-headers): Use it.
11070         (message-replace-header): New helper function.
11071         (message-recipients-without-full-name): New variable.
11072         (message-simplify-recipients): New command.
11073
11074         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11075
11076         * message.el (message-info): Handle EasyPG manual.
11077
11078         * mml.el (mml-menu): Add entry for EasyPG.
11079
11080 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11081
11082         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11083         parameter.
11084
11085         * message.el (message-disassociate-draft): Specify drafts group name
11086         fully.
11087
11088 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11089
11090         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11091         Eliminate unnecessary duplicates from the match list.
11092
11093 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11096
11097         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11098
11099         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11100         args of `how-many' of which the XEmacs version doesn't take; declare
11101         Info-index-next as function.
11102
11103 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-score.el (gnus-score-headers): Fix handling of
11106         gnus-inhibit-slow-scoring.
11107
11108         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11109         string.
11110         (gnus-button-url-regexp): Improve handling of parenthesis.
11111         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11112         (gnus-button-handle-info-keystrokes): Handle index entries.
11113
11114 2008-03-15  Glenn Morris  <rgm@gnu.org>
11115
11116         * parse-time.el (parse-time-string): Simplify.
11117
11118 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11121         Incoming* files.
11122
11123 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11124
11125         * auth-source.el (auth-sources): Rename from auth-source-choices.
11126         (auth-source-pick): Use it.
11127
11128 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11129
11130         * binhex.el (binhex-decode-region-internal):
11131         * uudecode.el (uudecode-decode-region-internal):
11132         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11133         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11134         setting default-enable-multibyte-characters.
11135
11136 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11137
11138         * auth-source.el (auth-source-protocols)
11139         (auth-source-protocols-customize, auth-source-choices): Add and
11140         modified variable customizations and defaults.
11141         (auth-source-pick, auth-source-user-or-password)
11142         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11143         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11144         (auth-source-user-or-password-sftp)
11145         (auth-source-user-or-password-smtp): Use new variables and provide an
11146         interface to netrc.el.
11147
11148 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11151         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11152         Make sure the nntp port to specify is a string.
11153
11154 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11155
11156         * nntp.el: Use with-current-buffer.
11157         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11158         dubious mm-with-unibyte-current-buffer.
11159         (nntp-with-open-group-function): New function extracted from
11160         nntp-with-open-group macro.
11161         (nntp-with-open-group): Use the function, so it's easier to debug.
11162         Add indentation and debugging info.
11163         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11164         Recommend the use of the netcat alternatives.
11165
11166         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11167         Avoid mm-string-as-multibyte as well.
11168
11169         * nnweb.el (nnweb-insert-html):
11170         Remove use of nnheader-string-as-multibyte.
11171
11172         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11173         (nnheader-string-as-multibyte): Remove.
11174
11175         * mm-view.el: Use inhibit-read-only.
11176         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11177         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11178         or unibyte-string.
11179
11180         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11181         (mm-uu-yenc-extract): Use with-current-buffer.
11182
11183         * gnus-soup.el (gnus-soup-send-packet): Don't use
11184         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11185
11186         * nnmh.el: Use with-current-buffer.
11187         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11188         mm-string-as-multibyte on the output of mm-encode-coding-string.
11189
11190         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11191         (nnimap-request-move-article): Use with-current-buffer.
11192
11193         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11194         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11195         conversion uses string-make-unibyte rather than string-as-unibyte.
11196
11197         * gnus-msg.el: Use with-current-buffer.
11198
11199         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11200
11201 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11202
11203         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11204         string for caching if it is 'PIN.
11205
11206 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * lpath.el: Consider the case without Emacs/W3.
11209
11210 2008-03-08  Glenn Morris  <rgm@gnu.org>
11211
11212         * time-date.el (date-to-time, time-subtract, time-add)
11213         (safe-date-to-time): Doc fixes.
11214
11215 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * mail-source.el (mail-source-delete-old-incoming-confirm):
11218         Change default to nil.
11219         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11220
11221 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * lpath.el: Rearrange.
11224
11225         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11226         (gnus-article-goto-prev-page): Work for articles having ^L's.
11227
11228         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11229
11230         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11231
11232 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11233
11234         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11235         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11236         (gnus-bookmark-jump): Adjust some variable names.
11237
11238 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11239
11240         * auth-source.el: New package.
11241         (auth-source-choices): Add customization entry point variable.
11242
11243         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11244         bug.
11245
11246 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11249         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11250         (gnus-registry-install-shortcuts): Rename from
11251         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11252         the `gnus-registry-mark-map' keymap dynamically from
11253         `gnus-registry-marks'.  The generated functions update the summary line
11254         when a registry mark is added or deleted, and will call
11255         `gnus-registry-install-p' (see the comments in the code).
11256         (gnus-registry-user-format-function-M): Use concat intelligently.
11257
11258         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11259         the registry mark functions.
11260
11261 2008-03-05  Glenn Morris  <rgm@gnu.org>
11262
11263         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11264         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11265         gnus-art.
11266         (top-level): No need to load own source when compiling.
11267
11268 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11271         Suggested by <chris.anderton@zetnet.co.uk>.
11272
11273 2008-03-04  Glenn Morris  <rgm@gnu.org>
11274
11275         * gnus-sum.el (top-level): No need to require gnus when compiling,
11276         since unconditionally required near start of file.
11277         (gnus-summary-display-while-building): Move definition before use.
11278
11279 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * gnus-registry.el (gnus-registry-user-format-function-M):
11282         Add formatting function.
11283
11284 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11285
11286         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11287         with plists.
11288         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11289         Use new format.
11290
11291 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11294         `where-is-internal' that returns a range of key sequences.
11295
11296 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11297
11298         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11299
11300         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11301         (gnus-summary-jump-to-group): Consider windows on other displayed
11302         frames as well.  Similar changes might be needed elsewhere, but that's
11303         the one I've bumped into during my use.
11304
11305         * nndoc.el (nndoc-oe-dbx-type-p):
11306         * gnus-msg.el (gnus-debug):
11307         * gnus-group.el (gnus-update-group-mark-positions):
11308         Use mm-string-to-multibyte.
11309
11310 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11313         doesn't handle NotDashEscaped.
11314
11315         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11316         (mml-dnd-attach-options): Fix typo in custom choice.
11317
11318         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11319         Change nndoc-article-type to mbox.
11320         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11321
11322         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11323         to nil, instead of html2text.
11324
11325         * imap.el (imap-debug): Add `imap-ping-server'.
11326
11327         * gnus-bookmark.el: Add FIXMEs.
11328
11329         * message.el (message-form-letter-separator)
11330         (message-send-form-letter-delay): New variables.
11331         (message-send-form-letter): Use them.  New command to send form
11332         letters.  Requested by Uwe Siart.
11333         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11334
11335 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * Update copyright years.
11338
11339 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         Sync from EMACS_22_BASE.
11342
11343         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11344
11345 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11346
11347         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11348         empty author.
11349
11350 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * gnus-registry.el (gnus-registry-marks): Add variable for
11353         customization of marks and their appearance.
11354         (gnus-registry-read-mark): Use it.
11355         (gnus-registry-do-marks): Add utility function to loop through
11356         `gnus-registry-marks'.
11357         (gnus-registry-install-shortcuts-and-menus): Add function to install
11358         shortcuts and menus.
11359         (gnus-registry-initialize): Use it.
11360         (gnus-registry-default-mark): Clarify documentation.
11361
11362 2008-02-29  Glenn Morris  <rgm@gnu.org>
11363
11364         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11365         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11366         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11367         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11368         Change defcustom :version from 23.0 to 23.1.
11369
11370 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11371
11372         * gnus-registry.el (gnus-registry-follow-group-p)
11373         (gnus-registry-post-process-groups): Add functions to aid registry
11374         splitting and improve logging.  Clarify behavior in function
11375         documentation.
11376         (gnus-registry-split-fancy-with-parent): Use them.
11377
11378 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11379
11380         * gnus-art.el: Use with-current-buffer.
11381
11382 2008-02-27  David Engster  <dengste@eml.cc>
11383
11384         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11385         Express real group name in the response.
11386
11387 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11390         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11391         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11392         autoload gnus-registry-fetch-group when compiling.
11393         (nnmairix-request-group-with-article-number-correction):
11394         Remove unreferenced argument passed to nnmairix-call-backend.
11395
11396 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11399         (mm-uu-extract): Improve face for low color ttys.
11400         Reported by Sascha Wilde.
11401
11402 2008-02-27  Glenn Morris  <rgm@gnu.org>
11403
11404         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11405         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11406         variables to defconsts.  Convert comments to doc-strings.
11407         (nnmairix-last-server, nnmairix-current-server): Convert from free
11408         variables to defvars.  Convert comments to doc-strings.
11409         (gnus-registry-fetch-group): Autoload.
11410         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11411         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11412         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11413         caddr.
11414         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11415         nnmairix-request-group-with-article-number-correction call.
11416         (nnmairix-fast, nnmairix-group): New, less general names, for free
11417         variables passed from nnmairix-request-group to
11418         nnmairix-request-group-with-article-number-correction.  Declare.
11419         (nnmairix-request-group-with-article-number-correction):
11420         Use nnmairix-fast, nnmairix-group rather than fast, group.
11421
11422 2008-02-26  David Engster  <dengste@eml.cc>
11423
11424         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11425         version 0.5.
11426
11427 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11428
11429         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11430         instead of making an extra function call.  Don't add the current group
11431         to articles only when they have the group.  Use
11432         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11433         Reported by David <de_bb@arcor.de>.
11434
11435 2008-02-24  Miles Bader  <miles@gnu.org>
11436
11437         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11438         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11439         (mm-find-mime-charset-region):
11440         * mm-bodies.el (mm-encode-body):
11441         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11442
11443 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11446         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11447
11448 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mail-source.el (mail-source-delete-incoming): Change default.
11451         Supplement doc string.
11452
11453         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11454
11455 2008-02-14  Glenn Morris  <rgm@gnu.org>
11456
11457         * time-date.el (format-seconds): New function.
11458
11459 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * nnmail.el (nnmail-message-id-cache-file): Derive from
11462         `gnus-home-directory'.
11463
11464 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11467         Document negative prefix.
11468
11469         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11470
11471 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * message.el (message-unsent-separator): Add the Exim bounce
11474         separator.
11475
11476 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11477
11478         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11479         list.
11480         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11481         recipient/signer list.
11482
11483 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * Makefile.in (datarootdir): Define.
11486         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11487         name that might contain whitespace.
11488
11489 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11492         fbound (Emacs 23 unicode), signal an error.
11493
11494 2008-02-08  Glenn Morris  <rgm@gnu.org>
11495
11496         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11497
11498 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11499
11500         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11501         ports to the calls to `netrc-machine-user-or-password' in addition to
11502         "imap" and "imaps".
11503
11504 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11505
11506         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11507
11508         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11509
11510 2008-02-01  Kenichi Handa  <handa@m17n.org>
11511
11512         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11513         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11514         (rfc2104-hash): Convert the result of concat to unibyte string.
11515
11516 2008-02-01  Dave Love  <fx@gnu.org>
11517
11518         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11519         coding-system-for-read.
11520         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11521
11522 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11525         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11526         <hanche@math.ntnu.no>.
11527
11528 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11531
11532         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11533
11534 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11535
11536         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11537         * message.el (message-beginning-of-line): Use featurep instead of bound
11538         tests in order to resolve conditionals at compile time.
11539
11540 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11541
11542         * mail-source.el (mail-sources): Add `group' choice.
11543
11544         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11545         parameter `in-group' to control into which group the articles go.
11546         Add treatment of `group' mail-source.
11547
11548 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11551
11552         * mm-decode.el (mm-dissect-buffer): Decode description.
11553
11554         * mml.el (mml-to-mime): Encode message header first.
11555
11556 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11559         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11560
11561         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11562         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11563
11564 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11565
11566         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11567
11568 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11571         prefix keys.
11572         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11573         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11574         gnus-xmas.el.
11575
11576         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11577         (gnus-xmas-article-describe-bindings): New function.
11578         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11579         gnus-xmas-article-describe-bindings.
11580
11581         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11582
11583 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11584
11585         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11586         Add new variables for article mark management.
11587         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11588         list of extra data entries which, when present, will indicate that the
11589         article ID should not be trimmed from the registry.
11590         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11591         functions.
11592         (gnus-registry-read-mark): New function to read a mark name from the
11593         user.
11594         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11595         (gnus-registry-set-article-mark-internal): New functions to add and
11596         remove marks.
11597         (gnus-registry-get-article-marks): New function to show the marks for
11598         an article, or retrieve them for further use.
11599
11600 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11603         keys when no argument is given.
11604
11605 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * imap.el (imap-ping-server): New variable.
11608         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11609         (imap-ping-server): Minor doc string fixes.
11610
11611 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11612
11613         * imap.el (imap-ping-server): New function.
11614         (imap-opened): Call imap-ping-server.
11615
11616 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-sum.el (gnus-article-sort-by-random)
11619         (gnus-thread-sort-by-random): Fix doc strings.
11620         Reported by jidanni@jidanni.org.
11621
11622 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-art.el (gnus-article-describe-bindings): New function.
11625         (gnus-article-read-summary-keys): Use it.
11626         (gnus-article-mode-map): Bind `C-h b' to it.
11627
11628 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11631         XEmacs.
11632         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11633         Protect against non-character events.
11634
11635         * lpath.el: Fbind map-keymap for Emacs 21.
11636
11637 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11640         New command.
11641         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11642         instead of END.  Change name of the temp file.
11643         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11644         customizable.
11645
11646 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11649         bind `S W' to gnus-article-wide-reply-with-original; set default
11650         binding to gnus-article-read-summary-send-keys.
11651         (gnus-article-read-summary-keys): Fix the order of keys; display
11652         continuation keys correctly in the echo area; describe bindings
11653         correctly when keys end with `C-h'.
11654         (gnus-article-read-summary-send-keys): New function.
11655         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11656         Work for gnus-article-read-summary-send-keys; display continuation keys
11657         correctly in the echo area.
11658         (gnus-article-reply-with-original): Ignore prefix argument.
11659         (gnus-article-wide-reply-with-original): New function.
11660
11661         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11662         Emacs 21.
11663
11664 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11667         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11668
11669 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11672         (gnus-group-read-ephemeral-gmane-group): New command.
11673
11674 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11675
11676         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11677
11678 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * message.el (message-send-mail-function): Increase custom version.
11681
11682         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11683         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11684
11685 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11686
11687         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11688         for the cases where imap-authenticate is called with a nil buffer
11689         parameter.
11690
11691 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11694         html parts correctly; support forwarded messages.
11695         (gnus-article-browse-html-article): Remove work buffers.
11696
11697         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11698         compiling.
11699         (netrc-bound-and-true-p): New macro.
11700         (netrc-parse): Use it instead of bound-and-true-p that is not available
11701         in XEmacs 21.4.
11702
11703 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11704
11705         * gnus-registry.el (gnus-registry-mark-article)
11706         (gnus-registry-article-marks): Add functionality to mark articles
11707         through the Gnus registry.
11708
11709         * encrypt.el: Clarify documentation for the new pgg method.
11710         (encrypt-file-alist): Add PGG option.
11711         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11712         functionality.  Abstract password key and messaging to external
11713         functions.
11714         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11715         (encrypt-message-method-and-cipher): Add new convenience external
11716         functions.
11717         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11718         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11719
11720         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11721         (netrc-parse): Use encrypt-file-alist to determine if
11722         encrypt-find-model or encrypt-insert-file-contents should be used.
11723
11724         * encrypt.el: Clarify documentation.  Load password-cache or
11725         password, whichever one is found first, instead of autoloading.
11726
11727 2007-12-19  Glenn Morris  <rgm@gnu.org>
11728
11729         * mml.el (message-options-set, message-narrow-to-head)
11730         (message-in-body-p, message-mail-p, message-encode-message-body):
11731         Autoload.
11732         (message-remove-header, message-narrow-to-headers-or-head)
11733         (message-subscribed-p, message-make-mail-followup-to)
11734         (message-position-on-field, message-news-p)
11735         (message-options-set-recipient, message-generate-headers)
11736         (message-sort-headers): Declare as functions.
11737
11738 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11741         convention in doc string.
11742
11743 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11746         title to html parts.
11747         (gnus-article-browse-html-article): Pass message header to it.
11748
11749         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11750
11751 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11754         or password compatible with XEmacs.
11755
11756 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11759         format document.
11760         (gnus-mime-delete-part): Don't write description line if empty.
11761         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11762
11763 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11764
11765         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11766         (gnus-summary-mark-read-and-unread-as-read)
11767         (gnus-summary-mark-current-read-and-unread-as-read)
11768         (gnus-summary-mark-unread-as-ticked): Doc fix.
11769         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11770
11771 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11774         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11775
11776 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11779         yes-or-no-p.
11780
11781 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * mm-decode.el (mm-add-meta-html-tag): New function.
11784         (mm-save-part-to-file, mm-pipe-part): Use it.
11785
11786         * gnus-art.el (gnus-article-browse-delete-temp-files):
11787         Use gnus-y-or-n-p instead of y-or-n-p.
11788         (gnus-article-browse-html-parts): Work with message/external-body; use
11789         mm-add-meta-html-tag.
11790
11791 2007-12-11  Glenn Morris  <rgm@gnu.org>
11792
11793         * gnus-cache.el: Require gnus-sum not just when compiling.
11794
11795         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11796
11797         * gnus-int.el (gnus-server-opened, gnus-status-message):
11798         Move definitions before use.
11799
11800         * mm-decode.el: Require gnus-util.
11801         (mm-remove-part): Only call delete-annotation on XEmacs.
11802
11803         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11804
11805         * nnmail.el: Require gnus-int.
11806
11807         * spam.el: Move `require's before `eval-when-compile's.
11808
11809         * gnus-ems.el (gnus-alive-p):
11810         * gnus-fun.el (message-goto-eoh):
11811         * gnus-util.el (gnus-group-name-decode):
11812         * mail-source.el (gnus-compress-sequence):
11813         * message.el (Info-goto-node, format-spec):
11814         * mm-bodies.el (message-options-get):
11815         * mm-decode.el (mm-view-pkcs7):
11816         * mm-util.el (gmm-write-region):
11817         * mml-smime.el (mml-compute-boundary)
11818         (gnus-completing-read-with-default):
11819         * mml.el (widget-button-press, gnus-make-hashtable):
11820         * mml1991.el (mm-decode-content-transfer-encoding)
11821         (mm-encode-content-transfer-encoding)
11822         (message-options-get, message-options-set):
11823         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11824         * nnfolder.el (gnus-request-group):
11825         * nnheader.el (ietf-drums-unfold-fws):
11826         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11827         * smime.el (gnus-run-mode-hooks):
11828         * spam-stat.el (gnus-message): Autoload.
11829
11830         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11831         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11832         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11833         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11834         Add declare-function compatibility definition.
11835
11836         * gnus-cache.el (nnvirtual-find-group-art):
11837         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11838         (gnus-add-image, gnus-add-wash-type):
11839         * gnus-group.el (nnkiboze-score-file):
11840         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11841         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11842         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11843         (message-tokenize-header, gnus-get-buffer-create)
11844         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11845         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11846         * gnus.el (gnus-group-decoded-name):
11847         * mail-source.el (imap-capability):
11848         * mm-bodies.el (message-options-set):
11849         * mm-decode.el (gnus-configure-windows):
11850         * mm-extern.el (message-goto-body):
11851         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11852         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11853         (epg-sub-key-validity, message-options-set):
11854         * mml.el (widget-event-point, gnus-configure-windows):
11855         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11856         * mml2015.el (epg-check-configuration, epg-configuration)
11857         (message-options-set):
11858         * nndb.el (nndb-request-article):
11859         * nnfolder.el (gnus-request-create-group):
11860         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11861         * nnmaildir.el (gnus-group-mark-article-read):
11862         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11863         * rfc1843.el (message-fetch-field):
11864         * spam.el (gnus-extract-address-components):
11865         Declare as functions.
11866
11867 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11870
11871         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11872
11873         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11874         bind show-trailing-whitespace for XEmacs.
11875
11876 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11879         new no-op macro for backward compatibility.
11880
11881         * imap.el (imap-string-to-integer): New function.
11882
11883 2007-12-09  Glenn Morris  <rgm@gnu.org>
11884
11885         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11886
11887         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11888         * message.el, mm-view.el, sieve-manage.el, smime.el:
11889         Add declare-function compatibility definition.
11890
11891         * gnus-art.el (w3-region, w3m-region, Info-menu):
11892         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11893         * gnus-sum.el (gnus-get-predicate):
11894         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11895         * message.el (mail-abbrev-in-expansion-header-p):
11896         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11897         (w3m-detect-meta-charset, w3m-region):
11898         * sieve-manage.el (password-read, password-cache-add)
11899         (password-cache-remove):
11900         * smime.el (password-read-and-add): Declare as functions.
11901
11902 2007-12-08  David Kastrup  <dak@gnu.org>
11903
11904         * gnus-sum.el (gnus-summary-simplify-subject-query):
11905         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11906         `message'.
11907
11908 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11911         it to bind idna-program, installation-directory, defined-colors, and
11912         face-attribute for XEmacs of the version that compiles defcustom forms.
11913
11914 2007-12-07  Glenn Morris  <rgm@gnu.org>
11915
11916         * gnus-art.el (article-make-date-line): Revert previous change.
11917
11918 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11921
11922 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11923
11924         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11925         Call gnus-add-to-range ranges only once with a prepared article-list.
11926
11927 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11928
11929         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11930         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11931         group names with backslashes.
11932         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11933
11934 2007-12-06  Deepak Goel  <deego3@gmail.com>
11935
11936         * gnus-art.el (article-make-date-line):
11937         * gnus-start.el (gnus-load):
11938         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11939
11940 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-art.el (gnus-use-idna):
11943         * gnus-start.el (gnus-site-init-file):
11944         * message.el (message-use-idna):
11945         * mm-uu.el (mm-uu-hide-markers):
11946         * smiley.el (smiley-style): Revert changes that suppress warnings.
11947
11948 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11951         specify charset to html source.
11952         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11953
11954 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11957         idna-program in order to suppress byte compile warning issued by XEmacs
11958         that came to byte compile the default value section of defcustom forms
11959         recently.
11960
11961         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11962         value of installation-directory.
11963
11964         * message.el (message-use-idna): Don't directly refer to the value of
11965         idna-program.
11966
11967         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11968
11969         * smiley.el (smiley-style): Don't directly call face-attribute.
11970
11971 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11974
11975         * gnus-dired.el: Reduce Gnus dependencies.
11976         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11977         Don't require.  Use autoloads instead.
11978         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11979         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11980         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11981         (gnus-dired-mode): Adjust doc string.
11982         (gnus-dired-mail-mode): New variable.
11983         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11984         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11985         (gnus-dired-mail-buffers): New function.  Return mail or message
11986         composition buffers.
11987         (gnus-dired-attach): Use it.
11988         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11989         NO-DECODE.
11990         (gnus-dired-print): Use `gnus-print-buffer' depending on
11991         `gnus-dired-mail-mode'.
11992
11993 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * rfc2047.el (rfc2047-encoded-word-regexp)
11996         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11997         explaining what regexp patterns are for.
11998
11999 2007-12-04  Glenn Morris  <rgm@gnu.org>
12000
12001         * password.el: Move to password-cache.el.
12002
12003         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12004         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12005         * mml-smime.el (password-read, password-cache-add)
12006         (password-cache-remove):
12007         No need to autoload, since mml-sec requires password.
12008
12009         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12010         * message.el (gnus-extract-address-components):
12011         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12012
12013         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12014         password.
12015
12016 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * mailcap.el: Reduce dependencies.
12019         (mail-header-parse-content-type): Autoload.
12020         (mailcap-delete-duplicates): New alias.
12021         (mailcap-mime-info): Add optional argument NO-DECODE.
12022         (mailcap-mime-types): Use mailcap-delete-duplicates.
12023
12024         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12025
12026 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12027
12028         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12029         (imap-parse-status): Upcase status-att for servers that sends them
12030         lower-case (e.g., MS Exchange 2007).
12031
12032 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12033
12034         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12035         function.
12036
12037         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12038         (gnus-uu-yenc-article): New function.
12039
12040         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12041
12042         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12043
12044 2007-12-02  Glenn Morris  <rgm@gnu.org>
12045
12046         * binhex.el (binhex): New custom group.
12047         (binhex-decoder-program, binhex-decoder-switches)
12048         (binhex-use-external): Move to the binhex custom group.
12049
12050         * uudecode.el (uudecode): New custom group.
12051         (uudecode-decoder-program, uudecode-decoder-switches)
12052         (uudecode-use-external): Move to the uudecode custom group.
12053
12054         * netrc.el (top-level): Don't load `encrypt' features.
12055         (netrc-parse): Don't use encrypt.
12056         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12057
12058         * encrypt.el: Remove file.
12059
12060 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12063         matches on patches.
12064
12065         * gnus-art.el (gnus-article-browse-html-article):
12066         Mention `mm-text-html-renderer' in the doc string.
12067
12068         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12069         string.  Add comments.
12070
12071         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12072         if rhs is ASCII.
12073
12074 2007-12-01  Glenn Morris  <rgm@gnu.org>
12075
12076         * mail-source.el (top-level): Require format-spec before
12077         eval-when-compile.
12078
12079 2007-11-30  Glenn Morris  <rgm@gnu.org>
12080
12081         * encrypt.el: Require password, rather than autoloading password-read.
12082
12083 2007-11-29  Glenn Morris  <rgm@gnu.org>
12084
12085         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12086         (sasl-make-client, sasl-next-step, sasl-step-data)
12087         (sasl-step-set-data): Declare as functions.
12088
12089 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12092
12093 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12094
12095         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12096         certs should be verified and what is to be done in the event of a
12097         verification failure.
12098
12099         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12100         caller can indicate whether the cache should be disregarded for this
12101         call.  This way the result of the call is reproducible at all times and
12102         can be considered a canonical server name for the supplied method.
12103         (gnus-agent-method-p): Canonicalize server names by pushing their
12104         method through `gnus-method-to-server' using the no-cache argument.
12105
12106         * gnus-srvr.el (gnus-server-insert-server-line):
12107         Call `gnus-method-to-server' with `no-cache' argument.
12108
12109         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12110         gnus-agent-possibly-synchronize-flags as this should be called when the
12111         server is actually being opened.
12112         (gnus-agent-possibly-synchronize-flags)
12113         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12114         flags file of an agentized server to the latter function.
12115
12116         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12117         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12118         after a connection has been established successfully.
12119
12120 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-art.el (article-display-face): Force to display face if called
12123         interactively; check if gnus-article-x-face-too-ugly matches author.
12124         (article-display-x-face): Display face even if From header is missing
12125         as article-display-face does.
12126
12127 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12128
12129         * hashcash.el (message-narrow-to-headers-or-head)
12130         (message-fetch-field, message-goto-eoh)
12131         (message-narrow-to-headers): Declare as functions.
12132
12133 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * mail-source.el (mail-sources): Default to fetch from file for
12136         compatibility with default of nnmail-spool-file.
12137
12138 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12141         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12142         to look for encoded word that should be encoded again.
12143         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12144         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12145         encoding pattern.
12146         (rfc2047-decode-region): Switch strict regexp and loose one according
12147         to rfc2047-allow-irregular-q-encoded-words.
12148
12149 2007-11-25  Romain Francoise  <romain@orebokech.com>
12150
12151         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12152
12153 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * tls.el (tls-program): Provide more custom choices from
12156         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12157         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12158
12159 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12162         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12163
12164         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12165         `nnmail-spool-file'.
12166
12167         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12168         `nnmail-spool-file'.
12169
12170         * gnus-move.el (gnus-change-server): Ditto.
12171
12172         * gnus-kill.el (gnus-batch-score): Ditto.
12173
12174         * gnus-cache.el (gnus-jog-cache): Ditto.
12175
12176         * gnus-msg.el (gnus-summary-reply):
12177         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12178
12179 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12182         version.  Minor improvement to doc strings.
12183         (tls-program): Add comment.
12184
12185 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12186
12187         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12188         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12189         mismatch between the hostname provided in the certificate and the name
12190         of the host connnecting to.
12191         (open-tls-stream): Use them.  Check certificates against trusted root
12192         certificates.
12193
12194 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * gnus-cache.el (gnus-cache-generate-nov-databases):
12197         Use nnml-generate-nov-databases-directory instead of
12198         nnml-generate-nov-databases-1.
12199
12200 2007-11-24  Glenn Morris  <rgm@gnu.org>
12201
12202         * message.el (message-tool-bar-retro): Update for rename
12203         mail_send.xpm->mail-send.xpm.
12204
12205 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12208         `smime-ldap-search' for Emacs 22 and up.
12209
12210 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12211
12212         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12213
12214         * message.el (message-send-mail-function): Fix error convention.
12215         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12216         (message-widen-reply, message-send-mail, message-talkative-question)
12217         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12218         (message-clone-locals, message-send-news): Use with-current-buffer.
12219         (message-insert-or-toggle-importance): Remove unused var `valid'.
12220         (message-make-references): Remove unused var `new-references'.
12221         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12222
12223 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12224
12225         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12226         (spam-split-symbolic-return-positive): Reflow docstring.
12227         (spam-backends, spam-summary-exit-behavior)
12228         (spam-mark-ham-unread-before-move-from-spam-group)
12229         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12230         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12231         (spam-clear-cache, spam-backend-check, spam-install-backend)
12232         (spam-install-statistical-backend, spam-list-of-processors)
12233         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12234         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12235         (spam-check-crm114, spam-initialize, spam-unload-hook):
12236         Fix typos in docstrings.
12237
12238 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12241         been checked if they have never been read and those group levels are
12242         higher than the one that a user specified.
12243
12244 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12247         foreign groups unless a group level is specified by a user.
12248         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12249
12250 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * message.el (message-send-mail-function): Require sendmail.
12253
12254 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * message.el (message-send-mail-function): Check for smtpmail too.
12257
12258         * utf7.el (utf7-encode, utf7-decode): Use coding system
12259         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12260
12261         * message.el (message-send-mail-function): New function.
12262         (message-send-mail-function): Set default using
12263         message-send-mail-function.  Adjust doc string.
12264         (message-send-mail-with-mailclient): New function.
12265
12266 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12267
12268         * smime.el (from):
12269         * rfc2047.el (message-posting-charset):
12270         * qp.el (mm-use-ultra-safe-encoding):
12271         * pop3.el (parse-time-months):
12272         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12273         * nnml.el (files):
12274         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12275         (jka-compr-compression-info-list, ange-ftp-path-format)
12276         (efs-path-regexp):
12277         * nndiary.el (files):
12278         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12279         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12280         (epg-digest-algorithm-alist, inhibit-redisplay)
12281         (password-cache-expiry):
12282         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12283         (pgg-output-buffer, password-cache-expiry):
12284         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12285         (efs-path-regexp):
12286         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12287         (inhibit-redisplay):
12288         * mm-uu.el (file-name, start-point, end-point, entry)
12289         (gnus-newsgroup-name, gnus-newsgroup-charset):
12290         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12291         (latin-unity-ucs-list):
12292         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12293         (mm-uu-binhex-decode-function):
12294         * message.el (gnus-message-group-art, gnus-list-identifiers)
12295         (rmail-enable-mime-composing, gnus-local-organization)
12296         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12297         (gnus-read-active-file, facemenu-add-face-function)
12298         (facemenu-remove-face-function, gnus-article-decoded-p)
12299         (tool-bar-mode):
12300         * mail-source.el (display-time-mail-function):
12301         * gnus-util.el (nnmail-pathname-coding-system)
12302         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12303         (gnus-original-article-buffer, gnus-user-agent)
12304         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12305         (xemacs-codename, sxemacs-codename, emacs-program-version):
12306         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12307         * gnus-start.el (gnus-agent-covered-methods)
12308         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12309         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12310         (gnus-newsgroup-headers, gnus-group-list-mode)
12311         (gnus-group-mark-positions, gnus-newsgroup-data)
12312         (gnus-newsgroup-unreads, nnoo-state-alist)
12313         (gnus-current-select-method, mail-sources)
12314         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12315         (nnmail-spool-file, gnus-cache-active-hashtb):
12316         * gnus-mh.el (mh-lib-progs):
12317         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12318         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12319         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12320         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12321         (gnus-group-buffer):
12322         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12323         (font-lock-set-defaults):
12324         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12325         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12326         (gnus-summary-post-menu, total-parts, type, condition, length):
12327         * gnus-agent.el (gnus-agent-read-agentview):
12328         * flow-fill.el (show-trailing-whitespace):
12329         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12330         eval-and-compile wrappers for byte compiler pacifiers.
12331
12332         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12333         (mm-display-inline-fontify): Check for featurep 'xemacs not
12334         extent-list.
12335
12336         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12337         itimer-list.
12338         (mm-create-image-xemacs): Only do something for XEmacs.
12339         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12340
12341         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12342
12343         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12344         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12345
12346 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12347
12348         * nnimap.el (nnimap-split-download-body):
12349         * gnus-demon.el (gnus-demon):
12350         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12351
12352 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12355         New macros.
12356         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12357         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12358         copy data from unibyte buffer to multibyte current buffer.
12359         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12360         to copy data from unibyte current buffer to multibyte buffer.
12361         (nntp-make-process-buffer): Make process buffer unibyte.
12362
12363         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12364
12365 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12366
12367         * pop3.el (pop3-open-server): Accept and process data more robustly at
12368         connection start to avoid spurious "POP SSL connection failed" errors.
12369
12370 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12373         read group names.
12374
12375 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12378
12379 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12382         (nnmail-save-active): Use a unibyte buffer when saving active file,
12383         which may contain non-ASCII group names.
12384
12385         * nnml.el (nnml-request-group): Decode group names in messages.
12386
12387 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * message.el (message-citation-line-function)
12390         (message-insert-formatted-citation-line): Fix spelling of
12391         `message-insert-formated-citation-line'.
12392
12393 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12396
12397 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12400         nnmail-pathname-coding-system.
12401
12402         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12403         that a user enters; decode group names in messages.
12404
12405         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12406
12407 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12410
12411         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12412
12413         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12414         risky local variable.
12415
12416         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12417
12418 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * encrypt.el: Improve documentation to fix function name typo.
12421         Reported by Daiki Ueno <ueno@unixuser.org>.
12422
12423 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12426         even if the point is not in the last page of an article.
12427         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12428         back to the previous page.
12429
12430 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12433
12434 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12437
12438 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12439
12440         * message.el (message-check-news-body-syntax):
12441         Avoid mm-string-as-multibyte.
12442         (message-hide-headers): Don't assume (point-min)==1.
12443
12444 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * message.el (message-remove-blank-cited-lines): Fix if remove is
12447         given.
12448         (message-bogus-address-regexp): New variable.
12449         (message-bogus-recipient-p): New function.
12450         (message-check-recipients): New command.
12451         (message-syntax-checks): Add `bogus-recipient'.
12452         (message-fix-before-sending): Add `bogus-recipient'.
12453
12454         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12455         (gnus-treat-body-boundary): Don't test window-system.
12456
12457 2007-10-28  Leo  <sdl.web@gmail.com>
12458
12459         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12460
12461 2007-10-28  Miles Bader  <miles@gnu.org>
12462
12463         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12464         at compile-time too.
12465
12466 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus-msg.el (gnus-message-setup-hook):
12469         Add `message-remove-blank-cited-lines' to options.
12470
12471 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * message.el (message-remove-blank-cited-lines): New function.
12474         Suggested by Karl Plästerer.
12475
12476 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12479         mapc.
12480
12481         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12482         (top-level): Use mapc to set functions to be traced for debugging.
12483
12484         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12485         called for effect with while loop.
12486
12487         * message.el (message-talkative-question): Replace mapcar called for
12488         effect with mapc.
12489
12490         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12491         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12492         called for effect with dolist.
12493
12494         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12495
12496         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12497         gnus-extra-headers and nnmail-extra-headers.
12498
12499         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12500         called for effect with dolist.
12501         (top-level): Use mapc to set functions to be traced for debugging.
12502
12503         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12504         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12505         dolist.
12506
12507         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12508         Replace mapcar called for effect with mapc.
12509         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12510         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12511         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12512         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12513
12514         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12515         remove-if that's a cl function.
12516
12517         * webmail.el (webmail-debug): Replace mapcar called for effect with
12518         dolist.
12519
12520         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12521         with mapc.
12522
12523 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12526         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12527         with while loop.
12528
12529         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12530         functions from article-* functions.
12531         (gnus-multi-decode-header): Replace mapcar called for effect with
12532         dolist.
12533
12534         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12535         (gnus-bookmark-show-details): Replace mapcar called for effect with
12536         while loop.
12537
12538         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12539         called for effect with while loop.
12540
12541         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12542         with dolist.
12543
12544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12545         Replace mapcar called for effect with dolist.
12546
12547         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12548
12549         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12550         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12551         Replace mapcar called for effect with dolist.
12552         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12553         mapc.
12554
12555         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12556         Replace mapcar called for effect with dolist.
12557         (gnus-topic-list): Replace mapcar called for effect with mapc.
12558
12559         * gnus.el: Use mapc instead of mapcar to add autoloads.
12560
12561 2007-10-23  Richard Stallman  <rms@gnu.org>
12562
12563         * gnus-group.el (gnus-group-highlight): Mark as risky.
12564
12565 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus.el (gnus-server-to-method): Return method found first in
12568         gnus-newsrc-alist.
12569
12570         * gnus-art.el (gnus-article-highlight-signature)
12571         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12572         button overlay without the front stickiness.
12573
12574 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12575
12576         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12577         overview buffer needed a catch to receive its throw.
12578         (gnus-agent-flush-cache): Declare as interactive to make this function
12579         easier to use.
12580
12581 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12584         `next-line'.
12585
12586 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12589         exclude address matching message-dont-reply-to-names.
12590
12591 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-util.el (gnus-string<): New function.
12594
12595         * gnus-sum.el (gnus-article-sort-by-author)
12596         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12597
12598 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12601         the frame-focus tag is set in gnus-buffer-configuration.
12602
12603 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12606         the front stickiness.
12607
12608 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12611         url pattern; remove duplicate one.
12612         (gnus-article-extend-url-button): New function.
12613         (gnus-article-add-buttons): Use it.
12614         (gnus-button-push): Use concatenated url that it makes.
12615
12616 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12617
12618         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12619
12620 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12621
12622         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12623         Don't hardcode point-min==1.
12624
12625 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12628         Fix comment about "iso8859-1".
12629
12630 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12631
12632         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12633         ones returned from the verify-function.
12634
12635         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12636         Call mml2015-extract-cleartext-signature if extraction failed.
12637
12638 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12639
12640         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12641         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12642         failed.
12643
12644 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12647
12648 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12651         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12652         recommends to use EasyPG instead of PGG.
12653
12654         * pgg.el: Revert to revision 6.23.2.16.
12655
12656         * pgg-def.el: Revert to revision 6.6.2.14.
12657
12658         * pgg-gpg.el: Revert to revision 6.23.2.34.
12659
12660 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12663         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12664         thread for both the null and zero (kill/expire thread) universal prefix
12665         cases.
12666         (gnus-summary-expire-thread): Add new function to expire a thread,
12667         using gnus-summary-kill-thread.
12668         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12669         shortcuts for gnus-summary-expire-thread.
12670         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12671         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12672
12673 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12674
12675         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12676         extras value, so an extras entry can be deleted.
12677         (gnus-registry-delete-extra-entry): Use it.
12678         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12679         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12680         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12681         storage through the gnus-registry, and provide an appropriate API for
12682         it.
12683
12684 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12687         Suggested by Leo <sdl.web@gmail.com>.
12688
12689         * gnus.el: Do.
12690
12691 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12694         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12695
12696         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12697
12698         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12699         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12700
12701 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12704         newline.
12705         (nnmbox-request-accept-article): Don't change article in source buffer;
12706         narrow to header to use message-fetch-field rather than
12707         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12708         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12709         as delimiters; make sure article ends with newline.
12710         (nnmbox-delete-mail): Correct last position of article to be deleted;
12711         ignore X-Gnus-Newsgroup header in article body.
12712         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12713         positions; make sure article ends with newline.
12714
12715         * message.el (message-display-abbrev): Don't infloop when a user
12716         inserts SPC in the beginning of header.
12717
12718         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12719         coding-system-for-read and coding-system-for-write for XEmacs having no
12720         file-coding feature.
12721
12722         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12723
12724 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12727         list of groups not followed by default.  Fix type to be regexp.
12728         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12729
12730 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12731
12732         * hmac-def.el (define-hmac-function): Switch from old-style to
12733         new-style backquotes.
12734
12735         * md4.el (md4-make-step): Likewise.
12736
12737 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12740         raw-text coding system when saving .newsrc file, which may contain
12741         non-ASCII group names.
12742
12743 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-cus.el (gnus-score-extra): New widget.
12746         (gnus-score-extra-convert): New function.
12747         (gnus-score-customize): Use it for Extra.
12748
12749 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12750
12751         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12752         (mml2015-mailcrypt-clear-verify): Use it.
12753         (mml2015-gpg-clear-verify): Use it.
12754         (mml2015-pgg-clear-verify): Use it.
12755         (mml2015-epg-clear-verify): Replace the current part with the output
12756         from GnuPG; don't extract the plaintext by itself.
12757
12758         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12759         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12760         mml2015-clear-verify-function; don't touch the armor headers or
12761         dash-escaped text here.
12762
12763 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12766         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12767         parts, or application/octet-stream as a last resort.
12768         (gnus-mime-view-part-as-type): Don't toggle display.
12769         (gnus-mime-view-part-as-charset): Don't turn off display before
12770         querying charset.
12771
12772         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12773         stuff to undisplayer function in Emacs.
12774         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12775
12776         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12777         text/calendar parts.
12778
12779 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12782         decoding text/calendar parts.
12783
12784         * message.el (message-forward-make-body-mime): Always mark body as
12785         having no illegible text; remove signed-or-encrypted argument.
12786         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12787
12788         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12789         (mml-generate-mime-1): Don't encode body if it is specified to be in
12790         raw form; don't make buffer be unibyte when inserting multibyte string.
12791
12792 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         * sha1.el: Fix up comment style.
12795         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12796         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12797
12798         * hex-util.el: Fix up comment style.
12799         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12800
12801         * gnus-salt.el: Use with-current-buffer.
12802         (gnus-pick-setup-message): Fix long-standing typo.
12803
12804 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * imap.el (imap-logout-timeout): New variable.
12807         (imap-logout, imap-logout-wait): New functions.
12808         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12809
12810         * nnimap.el (nnimap-logout-timeout): New server variable.
12811         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12812         nnimap-logout-timeout.
12813
12814         * gnus-art.el (gnus-article-summary-command-nosave)
12815         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12816
12817 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus.el (gnus-maximum-newsgroup): New variable.
12820
12821         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12822         according to gnus-maximum-newsgroup.
12823
12824         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12825         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12826         Limit the range of articles according to gnus-maximum-newsgroup.
12827
12828 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12829
12830         * gnus-art.el (gnus-sticky-article): Fix problems described in
12831         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12832         Don't perform gnus-configure-windows here; reuse existing sticky
12833         article buffer.
12834
12835         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12836         it doesn't exist in gnus-article-mode.
12837
12838 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12841         (gnus-agent-decoded-group-name): New function.
12842         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12843         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12844
12845 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12846
12847         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12848         Add binding for gnus-sticky-article.
12849         (gnus-summary-exit): Don't kill sticky article buffers.
12850
12851         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12852         article buffer.
12853         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12854         (gnus-kill-sticky-article-buffers): New commands.
12855
12856 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * nntp.el (nntp-xref-number-is-evil): New server variable.
12859         (nntp-find-group-and-number): If it is non-nil, don't trust article
12860         numbers in the Xref header.
12861
12862 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-agent.el (gnus-agent-read-group): New function.
12865         (gnus-agent-flush-group, gnus-agent-expire-group)
12866         (gnus-agent-regenerate-group): Use it.
12867         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12868         nnmail-pathname-coding-system.
12869
12870 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12873
12874         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12875         that are unread as unread, and also as selected so that information of
12876         marks having been changed by a user may be updated when exiting group.
12877
12878 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12881
12882 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12885         calculated ignoring signature parts to gnus-treat-article.
12886
12887 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12890         a point here in order to keep the window start.
12891         (gnus-insert-mime-security-button): Make a button overlay without the
12892         front stickiness.
12893         (gnus-mime-display-security): Goto the end of a button.
12894
12895         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12896
12897 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12900         group-name-at-point.
12901         (gnus-group-completing-read): New function that offers decoded
12902         non-ASCII group names for completion.
12903         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12904         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12905         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12906         (gnus-group-fetch-control): Use it.
12907         (gnus-fetch-group): Use group-name-at-point for the initial value
12908         rather than the default value; use gnus-alive-p.
12909
12910         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12911         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12912         (gnus-summary-post-news): Use gnus-group-completing-read.
12913
12914         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12915         (gnus-read-move-group-name): Decode group name for completion.
12916
12917 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12918
12919         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12920         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12921         Yamaoka slightly modified the code).
12922
12923 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12926         (nnmail-split-incoming): Bind it.
12927
12928         * nnml.el (nnml-group-name-charset): New function.
12929         (nnml-decoded-group-name): Use it; don't decode group name if
12930         nnmail-group-names-not-encoded-p is non-nil.
12931         (nnml-encoded-group-name): New function.
12932         (nnml-group-pathname): Inline nnml-decoded-group-name.
12933         (nnml-request-expire-articles): Decode group name in message.
12934         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12935         nnmail-pathname-coding-system.
12936         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12937         not decoded ones according to nnmail-group-names-not-encoded-p.
12938         (nnml-generate-active-info): Use nnml-encoded-group-name.
12939
12940 2007-08-08  Glenn Morris  <rgm@gnu.org>
12941
12942         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12943         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12944         doc-strings and comments.
12945
12946 2007-07-25  Glenn Morris  <rgm@gnu.org>
12947
12948         * Relicense all FSF files to GPLv3 or later.
12949
12950 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-sum.el (gnus-summary-move-article):
12953         Make gnus-summary-respool-article work.
12954
12955 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12958         string.
12959
12960 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12961
12962         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12963         that should be ignored when comparing distant RSS articles with local
12964         ones.
12965         (nnrss-make-hash-index): New function.  Create a hash index according
12966         to the ignored fields.
12967         (nnrss-check-group): Use it.
12968
12969 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12972
12973         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12974
12975         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12976         the new optional argument ENCODED is non-nil.
12977         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12978         coding system for encoding group name.
12979         (gnus-group-make-rss-group): Pass un-encoded group name to
12980         gnus-group-make-group.
12981         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12982         encoded.
12983
12984         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12985         Encode group name to which articles are moved or copied.
12986         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12987         coding system for encoding Newsgroup, Followup-To and Xref headers.
12988
12989         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12990         marks; use nnheader-file-coding-system to write a file.
12991         (nnagent-retrieve-headers): Bind file-name-coding-system to
12992         nnmail-pathname-coding-system.
12993
12994         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12995
12996         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12997         (nnml-request-article, nnml-request-create-group)
12998         (nnml-request-rename-group, nnml-find-id)
12999         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13000         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13001         (nnml-save-marks): Use nnml-group-pathname instead of
13002         nnmail-group-pathname.
13003
13004         (nnml-request-create-group, nnml-request-expire-articles)
13005         (nnml-request-move-article, nnml-request-delete-group)
13006         (nnml-deletable-article-p, nnml-possibly-create-directory)
13007         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13008         (nnml-open-marks): Bind file-name-coding-system to
13009         nnmail-pathname-coding-system.
13010
13011         (nnml-request-article): Pass server argument to nnml-find-group-number.
13012         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13013         Pass server argument to nnml-possibly-create-directory.
13014         (nnml-request-accept-article): Pass server argument to
13015         nnml-active-number and nnml-save-mail.
13016         (nnml-find-group-number): Pass server argument to nnml-find-id.
13017         (nnml-request-update-info): Pass server argument to
13018         nnml-marks-changed-p.
13019
13020         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13021         (nnml-save-mail, nnml-active-number): Add server argument.
13022
13023         (nnml-request-delete-group): Warn if group is missing.
13024         (nnml-get-nov-buffer): Decode group name.
13025         (nnml-generate-active-info): Encode group name.
13026         (nnml-open-marks): Decode group name in messages.
13027
13028 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13031         if it is not specified.
13032         (gnus-article-pipe-part, gnus-article-save-part)
13033         (gnus-article-interactively-view-part, gnus-article-copy-part)
13034         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13035         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13036         (gnus-article-replace-part, gnus-article-delete-part)
13037         (gnus-article-view-part-as-type): Pass raw prefix argument to
13038         gnus-article-part-wrapper.
13039
13040 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-agent.el (gnus-agent-save-active):
13043         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13044
13045         * gnus-cache.el (gnus-cache-save-buffers)
13046         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13047         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13048         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13049         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13050         (gnus-cache-generate-active, gnus-cache-rename-group)
13051         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13052         (gnus-cache-update-overview-total-fetched-for):
13053         Bind file-name-coding-system to nnmail-pathname-coding-system.
13054         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13055         New variables.
13056         (gnus-cache-decoded-group-name): New function.
13057         (gnus-cache-file-name): Use it.
13058         (gnus-cache-generate-active): Use non-decoded group name for active.
13059
13060         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13061         right place.
13062         (gnus-write-active-file): Don't break non-ASCII group names.
13063
13064         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13065         nnmail-pathname-coding-system.
13066
13067         * lpath.el: Bind default-file-name-coding-system,
13068         file-name-coding-system and language-info-alist for XEmacs.
13069
13070         * gnus-uu.el (gnus-uu-decode-save): Typo.
13071
13072 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13075
13076 2007-07-14  David Kastrup  <dak@gnu.org>
13077
13078         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13079         finishing actions if we did not edit the article.
13080
13081 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13084         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13085         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13086         (gnus-agent-flush-group, gnus-agent-flush-cache)
13087         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13088         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13089         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13090         (gnus-agent-regenerate-group)
13091         (gnus-agent-update-files-total-fetched-for)
13092         (gnus-agent-update-view-total-fetched-for):
13093         Bind file-name-coding-system to nnmail-pathname-coding-system.
13094         (gnus-agent-group-pathname): Don't encode file names by
13095         nnmail-pathname-coding-system.
13096         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13097         coding-system-for-write instead of buffer-file-coding-system to
13098         gnus-agent-file-coding-system.
13099
13100         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13101         Decode group name.
13102
13103         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13104
13105         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13106         (gnus-read-newsrc-el-file): Make group names unibyte.
13107
13108         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13109         nnmail-pathname-coding-system.
13110
13111         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13112         (nnrss-request-delete-group): Bind file-name-coding-system to
13113         nnmail-pathname-coding-system.
13114         (nnrss-read-server-data, nnrss-read-group-data):
13115         Bind file-name-coding-system correctly.
13116         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13117
13118         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13119         (nntp-server-to-method-cache): New variable.
13120         (nntp-group-pathname): New function that decodes non-ASCII group names.
13121         (nntp-possibly-create-directory, nntp-marks-changed-p)
13122         (nntp-save-marks, nntp-open-marks): Use it.
13123         (nntp-possibly-create-directory, nntp-open-marks):
13124         Bind file-name-coding-system to nnmail-pathname-coding-system.
13125         (nntp-open-marks): Decode group names when bootstrapping marks.
13126
13127         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13128         Newsgroups and Followup-To headers.
13129
13130 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13133         (gnus-server-closed-face, gnus-server-denied-face)
13134         (gnus-server-offline-face): Remove variable.
13135         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13136
13137         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13138         of modifying message-stack directly for XEmacs.
13139
13140         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13141         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13142         if the coding-system argument is nil for XEmacs.
13143
13144         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13145         mm-charset-override-alist.
13146
13147         * rfc2047.el: Don't require base64; require rfc2045 for the function
13148         rfc2045-encode-string.
13149         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13150         to quote the parameter value.
13151
13152 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13155         form in gnus-group-name-charset-method-alist.
13156
13157         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13158         overrides the default layout edit-form.
13159
13160         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13161
13162         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13163
13164 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13167         as unfetched articles.
13168
13169 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13172
13173 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13176         original back end that keeps marks in the local system.
13177
13178 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13181         arg of pop-to-buffer for XEmacs.
13182         (gnus-article-read-summary-keys): Ditto; don't restore window
13183         configuration if summary command ends up with neither article buffer
13184         nor summary buffer; describe bindings if summary keys end with C-h.
13185
13186 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * message.el (message-fix-before-sending): Skip raw message part to be
13189         forwarded while checking illegible text.
13190         (message-forward-make-body-mime, message-forward-make-body):
13191         Mark signed or encrypted raw message as having no illegible text.
13192
13193 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13196         (gnus-message-with-timestamp-1): New macro.
13197         (gnus-message-with-timestamp): New function.
13198         (gnus-message): Use them.
13199
13200         * nnheader.el (nnheader-message): Use them.
13201
13202 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13205         .newsrc.eld file.
13206
13207 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-agent.el (gnus-agent-fetch-headers)
13210         (gnus-agent-retrieve-headers):
13211         Bind gnus-decode-encoded-address-function to identity.
13212
13213         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13214         available also when the server returns simply a dot.
13215
13216         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13217
13218 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13221
13222 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus-ems.el (gnus-x-splash): Make it work.
13225
13226         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13227         from being used.
13228
13229         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13230
13231 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13234         4th and the 5th arguments.
13235
13236         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13237         the front stickiness.
13238         (gnus-article-summary-command-nosave): Correct the order of the
13239         arguments passed to pop-to-buffer.
13240         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13241         summary command ends up with the article buffer.
13242
13243         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13244         the same faces.
13245
13246 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13247
13248         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13249
13250 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13251
13252         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13253         * gnus-sum.el (gnus-summary-highlight):
13254         * pgg.el (pgg-sign-region, pgg-sign):
13255         * mail-source.el (mail-source-delete-old-incoming-confirm):
13256         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13257
13258 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (gnus-mime-view-part-externally)
13261         (gnus-mime-view-part-internally): Fix predicate function passed to
13262         completing-read.
13263
13264         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13265
13266         * gnus.el (gnus-update-message-archive-method): Add :version.
13267
13268 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus.el (gnus-update-message-archive-method): New variable.
13271
13272         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13273         according to gnus-message-archive-method if
13274         gnus-update-message-archive-method is non-nil.
13275
13276 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13279         Suggested by Loic Dachary <loic@dachary.org>.
13280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13281
13282 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * message.el (message-pop-to-buffer): Add switch-function argument.
13285         (message-mail): Pass switch-function argument to it.
13286
13287 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13290         Improve doc string.
13291
13292 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13295         (gnus-header-content):
13296         * gnus-cite.el (gnus-cite-10):
13297         * gnus-srvr.el (gnus-server-closed):
13298         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13299         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13300         (gnus-group-mail-3-empty, gnus-group-mail-low)
13301         (gnus-group-mail-low-empty, gnus-splash):
13302         * message.el (message-header-to, message-header-cc)
13303         (message-header-subject, message-header-other, message-header-name)
13304         (message-header-xheader, message-separator, message-cited-text)
13305         (message-mml): Lighten colors of faces used for dark background.
13306
13307 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13308
13309         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13310         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13311
13312 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * message.el (message-narrow-to-headers-or-head):
13315         Ignore mail-header-separator in the body.
13316
13317 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13320         same as window size.
13321
13322 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13323
13324         * message.el (message-font-lock-keywords): Use message-header-xheader
13325         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13326         ahead of the anything pattern, to get it recognized.
13327
13328 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13331         spam.el loads uses it in the compiled defadvice form.
13332
13333 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13334
13335         * gnus-sum.el (gnus-articles-to-read)
13336         (gnus-summary-insert-old-articles): Don't truncate group name for
13337         `read-string'.
13338
13339         * gnus-util.el (gnus-limit-string): Delete this function.
13340
13341         * gnus-sum.el (gnus-simplify-subject-fully):
13342         Use `truncate-string-to-width' instead.
13343
13344 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13345
13346         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13347         Tell if, on summary exit, the next group has to be selected.
13348         (gnus-summary-exit): Use it.
13349
13350 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13353         non-break space.
13354
13355 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13358         Check if group is not a directory.
13359         (nnfolder-request-expire-articles): Don't delete articles if the target
13360         group is not available.
13361
13362         * nnml.el (nnml-request-create-group): Properly check if group is not a
13363         file.
13364         (nnml-request-expire-articles): Don't delete articles if the target
13365         group is not available.
13366
13367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13368         Don't quote characters that are within parentheses.
13369
13370 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13373         (gnus-handle-ephemeral-exit): Select article according to it.
13374
13375 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * message.el (message-insert-formated-citation-line): Remove newline.
13378         (message-citation-line-format): Add final \n here so that the user can
13379         avoid a blank line.
13380
13381 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13382
13383         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13384         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13385         Update lanl/arXiv support.
13386
13387 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * gnus.el: Bump version number.
13390
13391 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13392
13393         * gnus.el (gnus-version-number): Bump version.
13394
13395 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13396
13397         * gnus.el: No Gnus v0.6 is released.
13398
13399 2007-04-27  Didier Verna  <didier@xemacs.org>
13400
13401         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13402         * gmm-utils.el (gmm-regexp-concat): ... here.
13403         * message.el: Don't require 'gnus-util.
13404         (message-dont-reply-to-names): Handle name change above.
13405         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13406
13407 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13410         since the initial value varies according to the system.
13411
13412 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13415
13416 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13417
13418         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13419
13420 2007-04-24  Didier Verna  <didier@xemacs.org>
13421
13422         Improve the type of gnus-ignored-from-addresses.
13423         * gnus-util.el (gnus-orify-regexp): New function.
13424         * message.el (gnus-util): Require it.
13425         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13426         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13428
13429 2007-04-24  Didier Verna  <didier@xemacs.org>
13430
13431         * gnus-sum.el:
13432         * gnus-utils.el: Fix some trailing whitespaces.
13433
13434 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13437         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13438         article's Message-ID; refer parent article in summary buffer.
13439
13440         * message.el (message-bounce): Call mime-to-mml.
13441
13442         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13443         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13444         optimize and/or forms properly.
13445
13446 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13449         URL.
13450
13451 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13454
13455 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13458         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13459         displayed of multipart/alternative part if it is invoked from summary
13460         buffer.
13461
13462         * mm-view.el (mm-inline-text-html-render-with-w3m)
13463         (mm-inline-text-html-render-with-w3m-standalone)
13464         (mm-inline-render-with-function): Use mail-parse-charset by default.
13465
13466 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13467
13468         * parse-time.el (parse-time-string-chars): Check if CHAR
13469         is less than the length of parse-time-syntax.
13470
13471 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13474         from gnus-newsgroup-processable.
13475
13476 2007-04-16  Didier Verna  <didier@xemacs.org>
13477
13478         * gnus-msg.el (gnus-configure-posting-styles):
13479         Handle message-signature-directory properly with :file syntax.
13480         Reported by "Leo".
13481
13482 2007-04-11  Didier Verna  <didier@xemacs.org>
13483
13484         New user option: message-signature-directory.
13485         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13486         * message.el (message-insert-signature): Ditto.
13487         * message.el (message-signature-file): Doc update.
13488         * message.el (message-signature-directory): New.
13489
13490 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-msg.el (gnus-inews-yank-articles):
13493         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13494
13495 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * message.el (message-yank-original): Make sure cited text ends with
13498         newline; don't exchange point and mark.
13499
13500 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13501
13502         * tls.el (open-tls-stream): Properly handle case where there
13503         is no associated buffer.
13504
13505 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13506
13507         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13508         message-yank-original, make sure (< mark TEXT point).
13509
13510 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * message.el (message-fill-column): New variable.
13513         (message-mode): Use it.  Add comment on a possible new hook.
13514
13515         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13516         (nnmail-get-new-mail): Reformat.
13517
13518         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13519
13520         * gmm-utils.el: Fix Commentary.
13521         (gmm-tool-bar-from-list): Fix typo in doc string.
13522
13523 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13524
13525         * message.el (message-yank-original): Don't switch point and mark
13526         unnecessarily to put point and mark as documented.
13527
13528 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13529
13530         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13531         from the message heads.
13532
13533 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13534
13535         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13536         article buffer does not have a window.  This may not be the best
13537         solution but is certainly better than setting the start of the null,
13538         that is the current, window.
13539
13540 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13543         (gnus-draft-setup): Run it.
13544
13545         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13546         gnus-score-fast-scoring.  Allow regexp.
13547         (gnus-score-headers): Use it.
13548
13549         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13550         XEmacs.
13551
13552         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13553         string.
13554         (gnus-button-alist): Also catch `<f1> k ...'.
13555         (gnus-treat-display-x-face): Fix doc string.
13556
13557 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13558
13559         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13560         evaluation of gnus-extended-version to ensure correct generation of the
13561         User-Agent header when message-generate-headers-first is used.
13562
13563 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13564
13565         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13566         hashcash-path is nil.  Don't call callback with incorrect number of
13567         parameters if val is 0.
13568
13569 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13570
13571         * message.el (message-required-news-headers):
13572         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13573
13574 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13575
13576         * tls.el (open-tls-stream): In handshake-waiting loop,
13577         don't wait more if there is output available to process.
13578
13579 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13580
13581         * tls.el (tls-program): Doc fix.
13582
13583 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * message.el (message-generate-new-buffers): Change the meaning of the
13586         nil value; add `standard' to the choices; treat t as `unique'; improve
13587         doc string.
13588         (gnus-select-frame-set-input-focus): Autoload.
13589         (message-buffer-name): Search for the existing message buffer if
13590         message-generate-new-buffers is nil or `standard'; treat the value t of
13591         message-generate-new-buffers as `unique'.
13592         (message-pop-to-buffer): Raise the frame already displaying the message
13593         buffer; clear the echo area after querying.
13594         (message-setup): Pass the `continue' argument to compose-mail.
13595         (message-mail): Prefer `switch-function' if it is given; search for the
13596         existing message buffer if the `continue' argument is non-nil; pass
13597         continue and switch-function arguments to compose-mail by way of
13598         message-setup.
13599         (message-mail-other-window): Adjust argument of message-setup.
13600         (message-mail-other-frame): Ditto.
13601
13602 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13605         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13606         to turn font-lock on when turning gnus-message-citation-mode on.
13607
13608 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13609
13610         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13611         (mml-smime-function-alist): New variable; add epg as the backend.
13612         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13613         mml-smime- functions instead.
13614         * mm-view.el: Require smime.
13615
13616 2007-03-05  Didier Verna  <didier@xemacs.org>
13617
13618         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13619         instead of just inheritance for posting styles.
13620         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13621
13622 2007-02-24  Chris Moore  <dooglus@gmail.com>
13623
13624         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13625         * pgg-pgp.el (pgg-pgp-encrypt-region):
13626         * pgg-gpg.el (pgg-gpg-encrypt-region):
13627         Check pgg-encrypt-for-me if no other recipients.
13628
13629 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13630
13631         * tls.el (tls-certtool-program): Fix custom type.
13632
13633 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13636         and point-at-eol instead of line-(beginning|end)-position.
13637
13638         * assistant.el (assistant-parse-buffer): Ditto.
13639
13640         * netrc.el (netrc-parse-services): Ditto.
13641
13642 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13643
13644         * mml2015.el (mml2015-epg-find-usable-key): New function.
13645         (mml2015-epg-sign): Use it.
13646         (mml2015-epg-encrypt): Use it.
13647
13648 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * message.el (message-make-in-reply-to): Quote name containing
13651         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13652         if there are special characters.  Reported by NAKAJI Hiroyuki
13653         <nakaji@jp.freebsd.org>.
13654
13655 2007-02-27  Didier Verna  <didier@xemacs.org>
13656
13657         Include the group parameters as well as the topic ones in the
13658         inheritance filter process.
13659         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13660         argument GROUP-PARAMS-LIST.
13661         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13662
13663 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * nntp.el (nntp-never-echoes-commands)
13666         (nntp-open-connection-functions-never-echo-commands): New variables.
13667         (nntp-send-command): Use them.
13668
13669 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13670
13671         * mml2015.el (mml2015-epg-verify): Simplify.
13672
13673 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * mml.el (mml-content-disposition-alist): New user option.
13676         (mml-content-disposition): New function.
13677         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13678         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13679
13680 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13681
13682         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13683         verification.
13684
13685 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13686
13687         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13688         articles posted in the last 24 hours.
13689
13690 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13691
13692         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13693
13694 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13695
13696         * nntp.el (nntp-send-command): Don't wait for echoes when
13697         nntp-open-ssl-stream is used.
13698
13699 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13702         (gnus-message-add-citation-keywords)
13703         (gnus-message-remove-citation-keywords): Remove.
13704         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13705         directly, make the variables in font-lock-defaults buffer-local, add
13706         gnus-message-citation-keywords to them and then update the value of
13707         font-lock-keywords.
13708
13709 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * message.el (message-cite-original-1): Don't call
13712         gnus-article-highlight-citation.
13713
13714         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13715         citations; fix line count.
13716
13717 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13720         (gnus-message-add-citation-keywords)
13721         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13722         versions of font-lock-add-keywords and font-lock-remove-keywords to
13723         work with XEmacs correctly.
13724
13725 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-cite.el (gnus-cite-face-list): Set the values of
13728         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13729         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13730         (gnus-message-cite-prefix-regexp): New variable.
13731         (gnus-message-search-citation-line): Use it; protect against long
13732         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13733         the 0th match data for Emacs.
13734         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13735         (gnus-message-add-citation-keywords): Append keywords rather than
13736         prepending; emulate font-lock-add-keywords if it is not available.
13737         (gnus-message-remove-citation-keywords):
13738         Emulate font-lock-remove-keywords if it is not available.
13739
13740         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13741
13742         * message.el (message-cite-prefix-regexp): Set the value of
13743         gnus-message-cite-prefix-regexp.
13744
13745 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13746
13747         * nnweb.el (nnweb-google-parse-1): Update parser.
13748
13749 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13750
13751         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13752
13753 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13754
13755         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13756         regexp.
13757
13758 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13761         string-to-multibyte.
13762         (uudecode-decode-region-internal): Use it.
13763
13764         * lpath.el: Fbind string-as-multibyte for XEmacs.
13765
13766 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13769         Fix custom choice.
13770
13771         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13772
13773 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13774
13775         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13776
13777         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13778         `write-region' to respect `mm-inhibit-file-name-handlers'.
13779
13780 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13783         Use gnus-home-directory instead of "~/" or "$HOME".
13784
13785 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13786
13787         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13788         to mention filename.
13789         Add comments at beginning regarding usage.
13790         (encrypt-write-file-contents): Change interactive so a string is
13791         acceptable.  If the file has no associated model, show an error instead
13792         of a nonsense prompt.
13793
13794 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13795
13796         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13797         Thanks to Yoshihiko Yamada for kind notification of this typo.
13798
13799 2007-01-12  Kenichi Handa  <handa@m17n.org>
13800
13801         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13802         multibyte buffer.
13803
13804 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * gnus-score.el (gnus-score-fast-scoring): New variable.
13807         (gnus-score-headers): Use it.
13808
13809         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13810
13811         * message.el (message-cite-original-1):
13812         Call gnus-article-highlight-citation if requested.
13813         (message-make-from): Allow name and address as optional arguments.
13814
13815         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13816
13817         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13818         bugs to doc string.
13819         (gnus-button-alist): Add mid\\|message-id.
13820         (gnus-button-fetch-group): Extend for use in
13821         `browse-url-browser-function'.
13822         (gnus-button-url-regexp): Try to catch paired parentheses like in
13823         Wikipedia URLs.
13824
13825         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13826         Suggested by Simon Krahnke <overlord@gmx.li>.
13827
13828 2007-01-13  Romain Francoise  <romain@orebokech.com>
13829
13830         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13831         Update copyright.
13832
13833 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13834
13835         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13836
13837 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13838
13839         * gnus-registry.el (gnus-registry-unfollowed-groups)
13840         (gnus-registry-split-fancy-with-parent): Fix documentation.
13841
13842 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13843
13844         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13845         from nnweb groups.
13846
13847 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13848
13849         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13850         Xref urls.  Erase buffer before requesting head.
13851
13852         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13853
13854 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13857         customizable.
13858
13859 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13860
13861         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13862         no signing key is found.
13863         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13864         no encrypting and/or signing key is found.
13865
13866 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13869
13870 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13871
13872         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13873         headers read from disk with the ones newly found in the current search.
13874         This should no longer cause problems, because the article numbers in
13875         Gmane's `nov.php' output are ignored since the previous change.
13876
13877 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13878
13879         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13880
13881 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13884         replace-regexp-in-string; bind url-version; fbind display-images-p and
13885         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13886         find-face and set-itimer-function for Emacs; bind itimer-list for
13887         Emacs.
13888
13889         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13890
13891 2007-01-01  Romain Francoise  <romain@orebokech.com>
13892
13893         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13894
13895 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13896
13897         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13898         `define-minor-mode' macro definition expanded properly.
13899         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13900         exclude it there.
13901
13902         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13903         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13904         `fboundp' test.
13905         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13906         This is OK to autoload in (S)XEmacs now.
13907
13908 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909
13910         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13911         keystroke.
13912         (gnus-summary-limit-to-singletons): Fix typo.
13913
13914         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13915         else fails.
13916
13917 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13918
13919         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13920         docstring.
13921
13922         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13923         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13924         (gnus-summary-insert-dormant-articles): Fix typo in message.
13925
13926 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13929         nil for XEmacs.
13930         (gnus-message-citation-mode): Don't autoload in XEmacs.
13931
13932         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13933
13934 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13935
13936         * nnimap.el (nnimap-expunge-search-string):
13937         Mention nnimap-search-uids-not-since-is-evil in docstring.
13938
13939 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * spam.el: Revert to make-obsolete-variable because
13942         define-obsolete-variable-alias is not supported in Emacs 21.
13943
13944         * spam.el (spam-ifile-path, spam-ifile-database-path)
13945         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13946         make-obsolete-variable.
13947         (spam-bsfilter-path, spam-bsfilter-program)
13948         (spam-spamassassin-path, spam-spamassassin-program)
13949         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13950         Don't use "path" inappropriately.
13951         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13952         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13953         variable names.
13954
13955 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13956
13957         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13958         summary buffer.
13959
13960         * password.el (password-cache-remove): Use clear-string to burn
13961         password, if available.
13962
13963 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13966
13967         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13968
13969         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13970         (gnus-message-highlight-citation): Move defcustom here from
13971         gnus-cite.el.
13972         (gnus-message-citation-mode): Autoload.
13973
13974         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13975         checks to make it compile with XEmacs.
13976         (gnus-message-citation-mode): New minor mode.
13977         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13978         (gnus-message-highlight-citation): New variables.
13979         (gnus-message-search-citation-line)
13980         (gnus-message-add-citation-keywords)
13981         (gnus-message-remove-citation-keywords)
13982         (turn-on-gnus-message-citation-mode)
13983         (turn-off-gnus-message-citation-mode): New functions.
13984
13985 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13986
13987         * gnus-cite.el: Enable highlighting of different citation levels in
13988         message-mode.
13989
13990 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * message.el (message-make-fqdn): Fix comment.
13993         (message-bogus-system-names): Add ".local".
13994
13995         * spam.el (spam-ifile-path, spam-ifile-program)
13996         (spam-ifile-database-path, spam-ifile-database)
13997         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13998         Don't use "path" inappropriately.
13999         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14000         strings.
14001         (spam-check-ifile, spam-ifile-register-with-ifile)
14002         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14003         Use new variable names.
14004
14005         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14006         (gnus-treat-display-smileys): Simplify using
14007         gnus-image-type-available-p.
14008
14009         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14010         available.
14011
14012         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14013         Use `display-images-p' if available.
14014
14015 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14018         one after turning on the buffer's multibyteness instead of decoding
14019         them directly in the unibyte buffer that causes unexpected conversion
14020         in Emacs 23 (unicode).
14021
14022 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14023
14024         * message.el (message-generate-hashcash): Fix custom type.
14025
14026 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14029
14030 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14033         disconnect icons.  Add help text.
14034
14035 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14038         negated to be consistent with the others we handle.
14039
14040 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041
14042         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14043         version of gnus-summary-buffer to something, so that we can use two
14044         article buffers at the same time.
14045
14046 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14047
14048         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14049         trigger all the extra headers.
14050         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14051         sorting.
14052
14053 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14054
14055         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14056         solid groups.
14057
14058 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14059
14060         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14061
14062 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * legacy-gnus-agent.el: Add Copyright notice.
14065
14066 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14067
14068         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14069
14070 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14073
14074         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14075         to make it work reliably in CVS Emacs.
14076         (gnus-summary-limit-strange-charsets-predicate)
14077         (gnus-summary-limit-to-predicate): New functions.
14078
14079 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14080
14081         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14082         specifying array size.
14083         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14084         array if it is too small.
14085         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14086         (gnus-sort-threads-loop): New function.
14087
14088 2006-12-06  Chris Moore  <dooglus@gmail.com>
14089
14090         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14091         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14092
14093 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14094
14095         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14096         options.
14097
14098 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14101         DOS-ing the recipient.
14102
14103         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14104         the headers when creating the mapping to avoid mismappings.
14105         (nnweb-gmane-create-mapping): Always nix out old mapping.
14106
14107 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14110         and mm-verify-option to never.
14111
14112 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * message.el (message-signed-or-encrypted-p): New function.
14115         (message-forward-make-body): Use it.
14116
14117         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14118         Replace encode-coding-string with mm-encode-coding-string.
14119
14120 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nneething.el (nneething-decode-file-name):
14123         Replace decode-coding-string with mm-decode-coding-string.
14124
14125         * gnus-int.el (gnus-open-server): Say failed server's name.
14126
14127 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14128
14129         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14130         strings to a single string.  Quote `errors-file-name'.
14131         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14132         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14133         Adjust calls.  Use `shell-quote-argument'.
14134
14135 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14136
14137         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14138         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14139
14140         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14141         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14142         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14143         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14144         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14145         (gnus-subscribe-newsgroup, gnus-1):
14146         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14147         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14148         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14149         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14150
14151 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14152
14153         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14154         keystroke.
14155         (gnus-summary-limit-to-bodies): Implement headersp.
14156
14157 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158
14159         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14160
14161 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14164
14165 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * message.el (message-generate-hashcash): Expand range of values to
14168         include `opportunistic'.
14169         (message-send-mail): Use it.
14170
14171 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14172
14173         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14174         and comment it.
14175
14176         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14177
14178 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-util.el (gnus-extract-address-components): Improve comment.
14181
14182 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-util.el (gnus-extract-address-components): Work with address in
14185         which the name portion contains @.
14186
14187         * lpath.el: Fbind custom-autoload.
14188
14189 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus.el (gnus-start): Move custom group up.
14192         (gnus-select-method): Don't autoload, but make it available for
14193         `customize-variable'.
14194         (gnus-getenv-nntpserver): Don't autoload.
14195
14196 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14197
14198         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14199
14200 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * message.el (message-sendmail-extra-arguments): New variable.
14203         (message-send-mail-with-sendmail): Use it.
14204
14205 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14208         mm-with-unibyte-current-buffer to make string unibyte.
14209
14210         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14211         mm-string-as-multibyte.
14212
14213 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14214
14215         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14216         Reported by Werner Koch <wk@gnupg.org>.
14217
14218 2006-11-14  Daiki Ueno  <ueno@p360>
14219
14220         * mml2015.el: Autoload epa-select-keys when compiling.
14221
14222 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14223
14224         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14225         message-options.
14226         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14227
14228 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14229
14230         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14231         EasyPG (< 0.0.6).
14232         (mml2015-always-trust): New user option.
14233         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14234         prompt.
14235
14236 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * nntp.el (nntp-authinfo-force): New variable.
14239         (nntp-send-authinfo): Use it.
14240
14241 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14244         decode encoded words.  Improve prompt.  Add comment about forwarding.
14245         (message-replacement-char): Move up.
14246
14247 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14248
14249         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14250         instead of gnus-intersection because arguments of gnus-sorted-nunion
14251         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14252
14253 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14256         (message-simplify-subject-functions):
14257         Enable message-strip-subject-encoded-words by default.
14258
14259 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * message.el (message-strip-subject-encoded-words): New function.
14262         (message-simplify-subject-functions): New variable.
14263         (message-simplify-subject): Use it.  Fix typo in doc string.
14264         Support message-strip-subject-encoded-words.
14265
14266 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14267
14268         * gnus-diary.el (gnus-diary-delay-format-function):
14269         * nndiary.el (nndiary-reminders):
14270         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14271
14272 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * gnus-art.el (article-hide-boring-headers): Fetch date from
14275         gnus-original-article-buffer to avoid problems with localized date
14276         strings.
14277
14278 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14281
14282 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14285         New variables.
14286         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14287         (mm-charset-synonym-alist): Move some entries to
14288         mm-codepage-iso-8859-list.
14289         (mm-charset-synonym-alist, mm-charset-override-alist):
14290         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14291
14292 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14295
14296 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14299         with Emacs 21 and XEmacs.
14300
14301 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14302
14303         * spam.el (spam-parse-address): New function for better parsing,
14304         catching errors, etc.
14305         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14306
14307 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * mm-view.el: Add interactive arg to html2text autoload.
14310
14311 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14314
14315 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14318         New variables.
14319         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14320         (mm-charset-synonym-alist): Move some entries to
14321         mm-codepage-iso-8859-list.
14322
14323         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14324
14325 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * message.el (message-citation-line-format)
14328         (message-insert-formated-citation-line): Fix implementation of %E, %N
14329         and %n according to the doc string.
14330
14331 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14332
14333         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14334         Use car-safe to avoid bad parses.
14335
14336 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14339         names.
14340
14341         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14342
14343 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14346         header.
14347
14348         * message.el (message-draft-headers): Add Date.
14349         (message-headers-to-generate): Fix typo in docstring.
14350
14351         * nndraft.el (nndraft-required-headers): New variable.
14352         (nndraft-generate-headers): Use it.
14353
14354         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14355
14356 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14357
14358         * gnus-registry.el (gnus-registry-wash-for-keywords)
14359         (gnus-registry-find-keywords): New functions to allow easy searching of
14360         articles that are in the registry.
14361
14362 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14363
14364         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14365         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14366         Reported by Damien Elmes <damien@repose.cx>.
14367
14368 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus.el (gnus-mime): Remove unused custom group.
14371
14372 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14373
14374         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14375         "blank line" when searching for end of armor headers.
14376
14377 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gmm-utils.el (gmm-write-region): Fix variable name.
14380
14381 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gmm-utils.el (gmm-write-region): New function based on compatibility
14384         code from `mm-make-temp-file'.
14385
14386         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14387
14388         * nnmaildir.el (nnmaildir--update-nov)
14389         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14390         Use `gmm-write-region'.
14391
14392 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14395         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14396
14397         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14398
14399         * message.el (message-replacement-char): New variable.
14400         (message-fix-before-sending): Use it.
14401         (message-simplify-subject): New function to remove duplicate code.
14402         (message-reply, message-followup): Use it.
14403
14404         * gnus-sum.el (gnus-summary-make-menu-bar):
14405         Clarify gnus-summary-limit-to-articles.
14406
14407 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-util.el (gnus-with-local-quit): New macro.
14410
14411         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14412
14413 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14414
14415         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14416         ignore non-string data.
14417
14418 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14421         non-string data (needs to be done in the registry too).
14422
14423 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14424
14425         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14426         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14427         (gnus-registry-split-fancy-with-parent)
14428         (gnus-registry-fetch-simplified-message-subject-fast)
14429         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14430         Remove text properties on ingress into the registry and when it's saved.
14431         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14432         registry from entries with no groups.
14433
14434 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14435
14436         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14437         function to remove string properties.
14438
14439 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gmm-utils.el (gmm): Adjust custom version.
14442
14443         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14444         Adjust custom version.
14445
14446         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14447
14448 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-art.el (gnus-insert-prev-page-button)
14451         (gnus-insert-next-page-button): Simplify.  Reformat.
14452
14453 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14454
14455         * gnus-art.el (gnus-insert-prev-page-button)
14456         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14457
14458 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14459
14460         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14461
14462 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14463
14464         * gnus-art.el (gnus-insert-mime-button)
14465         (gnus-insert-mime-security-button):
14466         Apply gnus-article-button-face to MIME and security buttons.
14467
14468 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14471         readable.
14472
14473 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14476
14477 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14478
14479         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14480         `browse-url-of-file' instead of `browse-url'.
14481
14482 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14483
14484         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14485         regexp.  Articles containing quotation were cut prematurely.
14486
14487 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * message.el (message-cite-original-1): Use nobody by default for the
14490         value of From header.
14491         (message-reply): Ditto.
14492
14493 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14494
14495         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14496         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14497         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14498
14499 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14502         mails in the doc string.  Add some URLs in comment.
14503         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14504
14505 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14508         backslashes handling and the way to find boundaries of quoted strings.
14509
14510 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14511
14512         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14513         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14514         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14515         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14516
14517 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14520         doc string.
14521         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14522
14523 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * lpath.el: Fbind epg-check-configuration.
14526
14527 2006-09-06  Simon Josefsson  <jas@extundo.com>
14528
14529         * mml2015.el (mml2015-use): Doc fix, mention epg.
14530
14531 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14532
14533         * mml2015.el (mml2015-use): Default to epg, if available.
14534
14535 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14536
14537         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14538         message-sender.
14539         (mml1991-epg-encrypt): Ditto.
14540         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14541         message-sender.
14542         (mml2015-epg-encrypt): Ditto.
14543
14544 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14545
14546         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14547         several common directories.
14548
14549 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14550
14551         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14552         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14553
14554 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-art.el (article-decode-encoded-words): Make it fast.
14557
14558 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14561
14562         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14563         in quoted string into `\'.
14564
14565 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14568         Use standard-syntax-table.
14569
14570 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el (gnus-decode-address-function): New variable.
14573         (article-decode-encoded-words): Use it to decode headers which are
14574         assumed to contain addresses.
14575         (gnus-mime-delete-part): Remove useless `or'.
14576
14577         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14578         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14579         (gnus-nov-parse-line): Use it to decode From header.
14580         (gnus-get-newsgroup-headers): Ditto.
14581         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14582
14583         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14584         (mail-decode-encoded-address-string): New alias.
14585
14586         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14587         New function.
14588         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14589         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14590         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14591         (rfc2047-decode-string): Ditto.
14592         (rfc2047-decode-address-region): New function.
14593         (rfc2047-decode-address-string): New function.
14594
14595 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * message.el (message-caesar-buffer-body): Allow rotating headers.
14598
14599         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14600
14601         * message.el (message-insert-formated-citation-line): Fix %f.
14602         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14603
14604 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14607         (gnus-bookmark-mouse-available-p): New macro.
14608         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14609         (gnus-bookmark-bmenu-show-infos): Use it.
14610         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14611         (gnus-bookmark-bmenu-hide-infos): Ditto.
14612         (gnus-bookmark-remove-properties): New function.
14613         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14614         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14615         (gnus-bookmark-write-file): Bind coding-system-for-write.
14616         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14617         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14618         group before selecting it.
14619         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14620         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14621         quit-window if it is not available; use gnus-mouse-2 and bind it to
14622         gnus-bookmark-bmenu-select-by-mouse.
14623         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14624         (gnus-bookmark-bmenu-select-by-mouse): New function.
14625
14626 2006-08-13  Romain Francoise  <romain@orebokech.com>
14627
14628         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14629         space.
14630
14631 2006-08-10  Romain Francoise  <romain@orebokech.com>
14632
14633         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14634         (dns-mode-soa-auto-increment-serial): New user option.
14635         (dns-mode-soa-maybe-increment-serial): New function.
14636         (dns-mode): Add the latter to `write-contents-functions'.
14637
14638 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * compface.el (uncompface): Use binary rather than raw-text-unix.
14641
14642 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * compface.el (uncompface): Make sure the eol conversion doesn't take
14645         place when communicating with the external programs.
14646         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14647
14648 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14651
14652 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14653
14654         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14655         Make it more robust by parsing author and date independently.
14656
14657 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14660
14661 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14662
14663         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14664         first matching secret key.
14665         (mml2015-epg-encrypt): Ditto.
14666
14667         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14668         first matching secret key.
14669         (mml1991-epg-encrypt): Ditto.
14670
14671         * mml2015.el (mml2015-encrypt-to-self): New user option.
14672         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14673         mml2015-epg-encrypt-to-self is set.
14674
14675         * mml1991.el (mml1991-encrypt-to-self): New variable.
14676         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14677         mml1991-epg-encrypt-to-self is set.
14678
14679         * mml2015.el (mml2015-signers): New user option.
14680         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14681         (mml2015-epg-encrypt): Allow to select signing keys.
14682
14683         * mml1991.el (mml1991-signers): New variable.
14684         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14685         (mml1991-epg-encrypt): Allow to select signing keys.
14686
14687 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * nnheader.el (nnheader-insert-head): Make it work even if the file
14690         uses CRLF for the line-break code.
14691
14692 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14693
14694         * mml2015.el: Require mml-sec instead of password.
14695         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14696         (mml2015-cache-passphrase): Inherit the default value from
14697         mml-secure-cache-passphrase.
14698         (mml2015-passphrase-cache-expiry): Inherit the default value from
14699         mml-secure-passphrase-cache-expiry.
14700
14701         * mml1991.el: Require mml-sec instead of password.
14702         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14703         (mml1991-cache-passphrase): Inherit the default value from
14704         mml-secure-cache-passphrase.
14705         (mml1991-passphrase-cache-expiry): Inherit the default value from
14706         mml-secure-passphrase-cache-expiry.
14707
14708         * mml-sec.el: Require password.
14709         (mml-secure-verbose): New user option.
14710         (mml-secure-cache-passphrase): New user option.
14711         (mml-secure-passphrase-cache-expiry): New user option.
14712
14713 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14714             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14715
14716         * pgg-def.el (pgg-truncate-key-identifier):
14717         Truncate the key ID to 8 letters from the end.
14718
14719 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14720
14721         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14722         workaround for the url package included with Emacs.
14723
14724         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14725
14726 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14729         correctly.  This fixes a bug caused by the 2006-05-12 change.
14730
14731 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14732
14733         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14734         some information about the error when saying that the `bogus' mail
14735         group will be used.
14736
14737 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14740         string.
14741
14742 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14743
14744         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14745
14746 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14747
14748         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14749
14750 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14751
14752         * mml1991.el (mml1991-function-alist): Add epg.
14753         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14754         (mml1991-epg-encrypt): New functions.
14755
14756 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14757
14758         * mml2015.el (mml2015-verbose): New variable.
14759         (mml2015-cache-passphrase): Ditto.
14760         (mml2015-passphrase-cache-expiry): Ditto.
14761         (mml2015-function-alist): Add epg.
14762         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14763         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14764         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14765         New functions.
14766
14767 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14768
14769         * message.el (message-cite-original-1): Preserve region when removing
14770         quoted text due to X-No-Archive in order to avoid bogus attribution
14771         when citing multiple messages.
14772
14773 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14774
14775         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14776         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14777
14778 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus-diary.el (gnus-user-format-function-d)
14781         (gnus-user-format-function-D): Autoload.
14782
14783         * imap.el (Commentary): Fix typo.
14784
14785         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14786         2006-04-22 contribution.
14787
14788 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14789
14790         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14791         It didn't really fix the bogosity I'm seeing with solid web groups.
14792
14793 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14794
14795         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14796         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14797         created using server names.  If we use the feature without declaring
14798         it, Gnus does not properly manage server and group state.
14799
14800         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14801         bound.
14802
14803 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14804
14805         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14806         looking up the method using GROUP's prefix before inventing a new one.
14807         It is used on killed/unknown groups in various places where returning
14808         an all-new method isn't expected by the caller.
14809
14810         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14811         and match semantics of gnus-group-real-prefix.
14812
14813 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * nnmail.el (nnmail-broken-references-mailers): New variable.
14816         (nnmail-ignore-broken-references): New function generalizing
14817         nnmail-fix-eudora-headers.
14818         (nnmail-fix-eudora-headers): Now obsolete.
14819
14820         * gnus-art.el (gnus-button-handle-custom):
14821         Support `customize-apropos*'.
14822
14823 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14824
14825         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14826
14827         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14828         articles.
14829
14830 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * message.el (message-cite-reply-above): New variable.
14833         (message-yank-original): Use it.
14834
14835 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14838
14839 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14842         as read.
14843
14844         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14845
14846 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14849         (gnus-bookmark-default-file): Use gnus-directory.
14850         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14851         Remove "*" in doc string.
14852         (gnus-bookmark-write-file): Simplify.
14853         (gnus-bookmark-maybe-sort-alist): Use `when'.
14854         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14855         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14856         Add FIXME about Emacs 21 and XEmacs compatibility.
14857         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14858         compatibility.
14859         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14860         compatibility.
14861         (gnus-bookmark-menu-heading): Fix version.
14862
14863 2006-06-19  Bastien Guerry  <bzg@altern.org>
14864
14865         * gnus-bookmark.el: New file.
14866
14867 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * message.el (message-syntax-checks): Doc fix.
14870
14871 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14872
14873         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14874         unsubscribed groups as if they were killed ones.  It causes duplicate
14875         entries in gnus-newsrc-alist.
14876
14877 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * message.el (message-syntax-checks): Doc fix.
14880         (message-send-mail): Add check for continuation headers.
14881         (message-check-news-header-syntax): Fix regexp used to check for
14882         continuation headers.
14883
14884 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14887
14888 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14891
14892 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14895         default-truncate-lines.
14896
14897 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14900         to fill the utf-8 entry.
14901
14902         * lpath.el: Fbind unicode-precedence-list.
14903
14904 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14905
14906         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14907
14908 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14909
14910         * gnus-agent.el (directory-files-and-attributes): Move all the way
14911         forward (the third and final move).
14912         (gnus-agent-read-agentview): Trap reconstruction errors due to
14913         nonexistent directory.  Handle by returning nil.
14914
14915 2006-05-30  Didier Verna  <didier@xemacs.org>
14916
14917         * message.el (message-dont-reply-to-names): Update the custom type.
14918         * message.el (message-dont-reply-to-names): New defsubst: potentially
14919         convert a list of regexps into a single one.
14920         * message.el (message-get-reply-headers): Use it.
14921         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14922
14923 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-agent.el (directory-files-and-attributes): Move forward.
14926
14927 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * gnus-ml.el (gnus-mailing-list-subscribe)
14930         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14931         (gnus-mailing-list-message): Fix doc strings.
14932
14933 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14934
14935         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14936         of doing it manually.
14937
14938 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14941         comment.
14942
14943 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14944
14945         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14946         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14947         (gnus-agent-read-local): All symbols allocated in my-obarray.
14948         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14949         (gnus-agent-regenerate-group): Check numeric names to see if they are
14950         messages or groups.
14951         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14952         better way of do this...)
14953
14954         * gnus-cache.el (gnus-agent-total-fetched-for):
14955         Ignore 'dummy.group' (there should be a better way of do this...)
14956
14957 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14960         (gnus-saved-headers): Ditto.
14961         (gnus-default-article-saver): Mention functions may have properties.
14962         (gnus-article-save): Override gnus-save-all-headers and
14963         gnus-saved-headers by :headers property which saver function may have.
14964         (gnus-summary-save-in-file): Add :headers property.
14965         (gnus-summary-write-to-file): Ditto.
14966
14967         * gnus-sum.el (gnus-summary-save-article): Bind
14968         gnus-prompt-before-saving to t when saving many articles in a file;
14969         always show all headers.
14970
14971         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14972
14973 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14976         marks.
14977
14978         * message.el (message-indent-citation): Add optional arguments to allow
14979         using it outside of message buffers.
14980
14981         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14982         (gnus-article-treat-unfold-headers): Use it.
14983         (gnus-article-truncate-lines): New variable.
14984         (gnus-article-mode): Use it.
14985         (gnus-article-toggle-truncate-lines): New function.
14986
14987         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14988         Add gnus-article-toggle-truncate-lines.
14989
14990         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14991         coding system in XEmacs, use binary.
14992
14993 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14996         after-load-alist.
14997
14998         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14999         this function should save decoded articles.
15000         (gnus-summary-write-to-file): Use property to specify this function
15001         should save decoded articles and specify gnus-summary-save-in-file
15002         should be used to save articles other than the first one when saving
15003         many articles.
15004         (gnus-summary-save-body-in-file): Use property to specify this
15005         function should save decoded articles.
15006         (gnus-summary-write-body-to-file): Use property to specify this
15007         function should save decoded articles and specify
15008         gnus-summary-save-body-in-file should be used to save articles other
15009         than the first one when saving many articles.
15010
15011         * gnus-sum.el (gnus-summary-save-article): Simplify.
15012
15013 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-art.el (gnus-default-article-saver):
15016         Add gnus-summary-write-body-to-file.
15017         (gnus-article-save-coding-system): Don't use coding system object
15018         in XEmacs.
15019         (gnus-read-save-file-name): Add optional `dir-var' argument which
15020         specifies directory in which files are saved; work even if optional
15021         `variable' argument is not specified.
15022         (gnus-summary-write-to-file): Read file name.
15023         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15024         (gnus-summary-write-body-to-file): New function.
15025
15026         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15027         (gnus-summary-local-variables): Add it.
15028         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15029         (gnus-summary-save-article): Remove optional `decode' argument;
15030         determine whether to decode articles by the value of
15031         gnus-default-article-saver; when saving many files using
15032         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15033         it first and use gnus-summary-save-in-file or
15034         gnus-summary-save-body-in-file thereafter unless
15035         gnus-prompt-before-saving is always; move point to article which
15036         will be saved.
15037         (gnus-summary-save-article-file): Revert.
15038         (gnus-summary-write-article-file): Revert.
15039         (gnus-summary-save-article-body-file): Revert.
15040         (gnus-summary-write-article-body-file): New function.
15041
15042 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-art.el (gnus-default-article-saver): Doc fix.
15045         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15046         from gnus-summary-save-article-coding-system, and default to a
15047         certain coding system.
15048         (gnus-output-to-file): Add coding cookie and encode text according
15049         to gnus-article-save-coding-system; don't use mm-append-to-file.
15050
15051         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15052         gnus-art.el and rename to gnus-article-save-coding-system.
15053         (gnus-summary-save-article): Require gnus-art; don't show all
15054         headers if it decodes articles; don't add coding cookie here;
15055         don't bind mm-text-coding-system-for-write.
15056         (gnus-summary-save-article-file): Save decoded articles.
15057         (gnus-summary-write-article-file): When saving many files, use
15058         gnus-summary-write-to-file first and gnus-summary-save-in-file
15059         thereafter unless gnus-prompt-before-saving is always.
15060         (gnus-summary-save-article-body-file): Save decoded articles.
15061
15062         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15063
15064 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * nnrss.el (nnrss-check-group): Bind hash-index.
15067
15068 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15069
15070         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15071         its hash index.  Store this hash in `nnrss-group-data'.
15072         (nnrss-read-group-data): Update accordingly.
15073
15074 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15077         entry.
15078
15079         * gnus-sum.el (gnus-summary-make-menu-bar):
15080         Add gnus-article-browse-html-article.
15081
15082 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15083
15084         * gnus-sum.el (gnus-summary-mime-map):
15085         Add gnus-article-browse-html-article.
15086
15087         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15088
15089 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15090
15091         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15092         suitable coding systems in customize.
15093
15094 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * mail-source.el (mail-sources): Fix custom type.
15097
15098 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15101         (gnus-summary-expire-articles-now): Shorten prompt.
15102
15103         * gmm-utils.el (wid-edit): Require.
15104         (defun-gmm): Rename from `gmm-defun-compat'.
15105         (gmm-image-search-load-path): Use it.
15106         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15107
15108 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-sum.el (gnus-summary-save-article-coding-system):
15111         New variable.
15112         (gnus-summary-save-article): Add optional `decode' argument.
15113         If it is set and gnus-summary-save-article-coding-system is non-nil,
15114         save decoded article.
15115         (gnus-summary-write-article-file): Save decoded article if
15116         gnus-summary-save-article-coding-system is non-nil.
15117
15118         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15119         type.
15120
15121 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15124
15125 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15128         first to test gnus-single-article-buffer which may be buffer-local.
15129
15130         * gnus-sum.el (gnus-summary-setup-buffer):
15131         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15132         group; make gnus-article-buffer, gnus-article-current, and
15133         gnus-original-article-buffer always buffer-local.
15134         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15135         group.
15136         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15137
15138 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * nnml.el (nnml-request-compact-group): Compressed files might not
15141         have .gz extension.
15142
15143 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15144
15145         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15146         (mm-copy-to-buffer): Use with-current-buffer.
15147         (mm-display-part): Simplify.
15148         (mm-inlinable-p): Add optional arg `type'.
15149
15150 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15151
15152         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15153         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15154         Try harder to show the attachment internally or externally using
15155         gnus-mime-view-part-as-type.
15156
15157 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * message.el (message-from-style, message-signature-separator)
15160         (message-user-organization-file, message-send-mail-function)
15161         (message-citation-line-function, message-yank-prefix)
15162         (message-indent-citation-function, message-signature)
15163         (message-signature-file, message-signature-insert-empty-line):
15164         Remove autoloads.
15165
15166         * gnus-art.el (gnus-buttonized-mime-types):
15167         Remove "multipart/signed".  Revert 2006-04-26 change.
15168
15169 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15170
15171         * gnus.el (gnus-version-number): Bump version.
15172
15173 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15174
15175         * gnus.el: No Gnus v0.5 is released.
15176
15177 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15178
15179         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15180         fetching articles by message-id.
15181
15182 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183
15184         * message.el (hashcash): Require hashcash as normal.
15185
15186         * ecomplete.el (ecomplete-highlight-match-line):
15187         Use point-at-eol.
15188         (ecomplete-highlight-match-line): Use `highlight', because that
15189         face exists in both Emacs and XEmacs.
15190
15191         * message.el (message-display-abbrev): Use point-at-bol.
15192
15193         * mail-source.el: Don't require timer/timer-funcs.
15194
15195         * gnus-async.el: Ditto.
15196
15197         * password.el: Ditto.
15198
15199         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15200
15201         * mm-url.el: Ditto.
15202
15203         * gnus-xmas.el: Don't require timer-funcs.
15204
15205         * mm-util.el: Require timer/timer-funcs.
15206
15207 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15208
15209         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15210         Close.
15211
15212 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15215         unibyte after clear-decrypt function runs.
15216
15217         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15218         returns as a unibyte string.
15219
15220 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * lpath.el: Revert.
15223
15224         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15225         (pgg-gpg-process-sentinel): Revert.
15226
15227         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15228         (pgg-pgp-lookup-key): Revert.
15229
15230         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15231         (pgg-pgp5-lookup-key): Revert.
15232
15233         * pgg.el (pgg-fetch-key): Revert.
15234
15235 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * lpath.el: Fbind string-as-multibyte for XEmacs.
15238
15239         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15240         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15241         (mml1991-pgg-encrypt): Ditto.
15242
15243         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15244         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15245         a multibyte buffer.
15246
15247         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15248         (pgg-pgp-lookup-key): Ditto.
15249
15250         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15251         (pgg-pgp5-lookup-key): Ditto.
15252
15253         * pgg.el (pgg-fetch-key): Ditto.
15254
15255 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15256
15257         * message.el (message-user-organization-file): Check several
15258         locations of the organization file.
15259
15260         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15261         Add gnus-article-view-part-as-type.
15262
15263         * gnus-art.el (gnus-article-view-part-as-type): New function.
15264
15265         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15266         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15267
15268         * mml.el: Simplify autoload.
15269         (mml-mode): defvar dnd-protocol-alist instead of using
15270         symbol-value.
15271         (mml-default-directory): New variable.
15272         (mml-minibuffer-read-file): Use it.
15273         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15274
15275         * message.el (message-citation-line-format): New variable.
15276         (message-insert-formated-citation-line): New function.
15277         (message-citation-line-function):
15278         Add `message-insert-formated-citation-line' to custom type.
15279
15280         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15281         to doc string.
15282
15283         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15284         depending on mm-verify-option.
15285
15286 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15289         binding pgg-* variables; reimplement the section which prevents
15290         MIME header from being signed.
15291         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15292         pgg-text-mode; remove a blank line at the top of body.
15293
15294         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15295         lines at the top of body; use gnus-newsgroup-charset if there's no
15296         Charset header.
15297
15298 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * message.el (message-self-insert-commands): Doc fix.
15301
15302         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15303         (mm-uu-pgp-encrypted-test): Ditto.
15304         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15305         between header and body; return application/pgp-encrypted handle
15306         if decryption failed; decode decrypted body by charset.
15307
15308         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15309         element match to application/pgp-*.
15310
15311 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15312
15313         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15314         HTML.
15315
15316 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * mail-source.el (mail-source-call-script): Message the error
15319         string.
15320
15321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15322
15323         * gnus-util.el (gnus-byte-compile): Use it.
15324
15325 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15326
15327         * gnus-util.el (kill-empty-logs): New function.
15328
15329 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * message.el (message-mail-alias-type): Doc fix.
15332         (message-mail-alias-type-p): New function.
15333         (message-send): Use it.
15334         (message-mode): Ditto.
15335         (message-strip-forbidden-properties): Ditto.
15336
15337         * ecomplete.el (ecomplete-database-file-coding-system):
15338         New variable.
15339         (ecomplete-save): Use it.
15340         (ecomplete-setup): Use it.
15341
15342 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * message.el (message-self-insert-commands): New variable.
15345         (message-strip-forbidden-properties): Use it.
15346
15347 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15348
15349         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15350         that doesn't make XEmacs choke.
15351
15352 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-util.el (gnus-replace-in-string):
15355         Prefer replace-regexp-in-string over of replace-in-string.
15356
15357 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-util.el (gnus-select-frame-set-input-focus):
15360         Use select-frame-set-input-focus if it is available in XEmacs; use
15361         definition defined in Emacs 22 for old Emacsen.
15362
15363         * dgnushack.el: Autoload unmorse-region for XEmacs.
15364
15365         * lpath.el: Bind cursor-in-non-selected-windows and
15366         select-frame-set-input-focus for XEmacs.
15367
15368 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15371
15372 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15373
15374         * gnus-registry.el (gnus-registry-cache-save): Remove text
15375         properties when saving via the temp buffer.
15376
15377 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * message.el (message-generate-hashcash): Honor custom type.
15380
15381 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * message.el (message-generate-hashcash): Default to non-nil when
15384         hashcash is found.
15385
15386         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15387         (gnus-refer-thread-limit): Increase default to 500.
15388
15389         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15390
15391         * flow-fill.el (fill-flowed): Allow delete-space.
15392
15393 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15396         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15397         Remove autoloads.
15398
15399 2006-04-18  Simon Josefsson  <jas@extundo.com>
15400
15401         * message.el (message-generate-hashcash): Default to.
15402
15403 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15406         concatenating segments rather than before concatenating them.
15407
15408 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15411
15412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15415
15416         * message.el (message-forward-make-body-plain):
15417         Allow message-forward-ignored-headers to be a list.
15418         (message-remove-ignored-headers): Factor out into function.
15419         (message-forward-make-body-mml): Use it.
15420
15421         * imap.el (imap-quote-specials): New function.
15422         (imap-login-auth): Quote specials.
15423
15424         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15425         (rfc2231-parse-string): Allow concatanation of parameters that
15426         aren't contiguous.  The test case is
15427           (mail-header-parse-content-type "message/external-body;
15428             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15429             access-type=LOCAL-FILE;
15430             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15431
15432 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15433
15434         * nntp.el (nntp-accept-process-output): Return the value of
15435         `nnheader-accept-process-output'.
15436
15437 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15438
15439         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15440         (gnus-button-alist): Recognize more diff formats.
15441         (gnus-button-patch): Strip directory.
15442
15443 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15446         Emacs 22 when setting focus.
15447
15448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15449
15450         * gnus-art.el (gnus-article-treat-types): Do treatment of
15451         text/x-verbatim parts.
15452         (gnus-button-patch): New command.
15453
15454         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15455         addresses that contain invalid characters.
15456
15457 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * message.el (message-put-addresses-in-ecomplete):
15460         Use gnus-replace-in-string.
15461         (message-is-yours-p): Use the more correct
15462         mail-header-parse-address instead of
15463         mail-extract-address-components.
15464         (message-put-addresses-in-ecomplete): Fix typo.
15465
15466         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15467         keystroke.
15468
15469         * gnus-art.el (gnus-treatment-function-alist): Change order of
15470         newsgroups/generic header folding to avoid double-folding.
15471
15472         * message.el (message-hidden-headers): Add X-Draft-From.
15473
15474         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15475         New command.
15476         (gnus-summary-repeat-search-article-backward): New command.
15477
15478         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15479         groups in the parent topic.
15480
15481 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15482
15483         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15484         (spam-extra-header-to-number): Return the CRM114 number as a
15485         number instead of a string.
15486
15487 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488
15489         * gnus-art.el (gnus-face-properties-alist): Move here from
15490         gnus-fun.
15491
15492         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15493
15494 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15495
15496         * message.el (message-strip-forbidden-properties): Only display on
15497         self-insert-command.
15498
15499         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15500         reindent.
15501         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15502
15503 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15504
15505         * smiley.el (smiley-style): Fix typo.
15506
15507 2006-03-23  Kenichi Handa  <handa@m17n.org>
15508
15509         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15510         instead of set-buffer-multibyte.
15511
15512 2006-03-23  Kenichi Handa  <handa@m17n.org>
15513
15514         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15515         buffer and then decode the buffer text if necessary.
15516         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15517         first, and after mm-encode-body, change the buffer to unibyte.
15518
15519 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15520
15521         * hashcash.el (hashcash-insert-payment-async-2):
15522         Use message-goto-eoh instead of doing it manually.
15523         (mail-add-payment): Use message-narrow-to-header instead of trying
15524         to do the same itself.
15525
15526         * message.el (message-hidden-headers): Add Face.
15527
15528         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15529         reparenting code.
15530         (gnus-summary-reparent-children): Refactored out code.
15531         (gnus-summary-thread-map): New keystroke.
15532         (gnus-summary-reparent-children): Make into command.
15533
15534         * smiley.el (smiley-style): Default to `medium' if using a large
15535         font.
15536
15537         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15538         does it itself.
15539
15540         * message.el (message-point-in-header-p): Simplify definition.
15541
15542 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * nnagent.el (nnagent-request-set-mark): Silence log file
15545         writing.
15546         (nnagent-request-set-mark): Use write-region instead of
15547         append-to-file.
15548
15549         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15550         strange select method.
15551
15552         * ecomplete.el (ecomplete-display-matches): Get highlightling
15553         right.
15554         (ecomplete-display-matches): Use literals.
15555         (ecomplete-display-matches): Disable message logging.
15556
15557         * message.el (message-display-abbrev): Small optimization.
15558
15559         * ecomplete.el (ecomplete-display-matches): Allow automatic
15560         display.
15561
15562         * message.el (message-strip-forbidden-properties):
15563         Display abbrevs.
15564         (message-display-abbrev): Get automatic display right.
15565
15566         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15567         keystrokes.
15568
15569 2006-04-13  Romain Francoise  <romain@orebokech.com>
15570
15571         TODO: Backport to v5-10!
15572
15573         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15574         Move here (and rename) from gnus-registry.el.
15575
15576         * gnus-registry.el: Require gnus-util.
15577         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15578
15579 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15580
15581         * gnus-group.el (gnus-group-catchup-current):
15582         Change if-then-else-if-then-else into cond.
15583         (gnus-group-catchup): Indent.
15584         (group-name-at-point): New function.
15585         (gnus-fetch-group): Provide default from thing at point.
15586
15587 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15588
15589         * message.el (message-display-abbrev): Fix regexp.
15590
15591         * ecomplete.el (ecomplete-highlight-match-line):
15592         Reimplement choosing.
15593         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15594         dead variables.
15595
15596         * message.el (message-newline-and-indent): Remove debugging.
15597         (message-display-abbrev): Use new implementation.
15598
15599 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-art.el (gnus-article-mode):
15602         Set cursor-in-non-selected-windows to nil.
15603
15604         * smiley.el: Revert previous change.
15605         (smiley-data-directory): defvar it before using it in the
15606         defcustom of `smiley-style'.
15607
15608 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * message.el (message-newline-and-indent): New function.
15611
15612         * ecomplete.el: Implement more bits.
15613
15614         * message.el (message-put-addresses-in-ecomplete): Clean up the
15615         string.
15616
15617         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15618
15619         * gnus-sum.el (gnus-summary-save-parts):
15620         Bind gnus-summary-save-parts-counter and use it to make unique file
15621         names.
15622
15623         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15624
15625         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15626         parameter to say whether to actually parse the individual
15627         addresses.
15628
15629         * message.el (message-put-addresses-in-ecomplete): New function.
15630         (ecomplete): Require.
15631         (message-mail-alias-type): Add ecomplete as an option.
15632
15633 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15634
15635         * flow-fill.el (fill-flowed): Remove trailing space from blank
15636         quoted lines.
15637
15638 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * smiley.el (smiley-style): Move definition later to avoid a
15641         compilation warning.
15642
15643 2006-04-12  Kenichi Handa  <handa@m17n.org>
15644
15645         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15646         buffer and then decode the buffer text if necessary.
15647         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15648         first, and after mm-encode-body, change the buffer to unibyte.
15649         Use mm-disable-multibyte instead of set-buffer-multibyte.
15650
15651 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15654         Content-Type header instead of Content-Disposition header.
15655         (gnus-mime-inline-part): Ditto.
15656         (gnus-mime-view-part-as-charset): Ignore charset that the part
15657         specifies.
15658
15659         * mm-decode.el (mm-display-part): Work with external parts and
15660         usual parts similarly.
15661
15662         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15663         instead of gnus-display-mime.
15664
15665         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15666         instead of with-temp-buffer.
15667
15668         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15669         tag to summarized topics part in order to encode non-ASCII text.
15670
15671 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * smiley.el (smiley-style): New variable.
15674         (smiley-directory): New function.
15675         (smiley-data-directory): Derive from `smiley-style' using
15676         `smiley-directory'.
15677         (smiley-regexp-alist): Add new entries.
15678
15679         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15680         (gnus-article-browse-delete-temp): Add :version.
15681
15682 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15683
15684         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15685         the sieve region.
15686
15687 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15688
15689         * gnus.el (gnus-version-number): Bump version.
15690
15691 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus.el: No Gnus v0.4 is released.
15694
15695 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696
15697         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15698         layout.
15699
15700         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15701         unknown charset.
15702
15703         * message.el (message-header-synonyms): Add Original-To to the
15704         default.
15705
15706         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15707         optional parameter.
15708
15709 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-fun.el (gnus): Require it for gnus-directory.
15712
15713 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15716
15717 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15718
15719         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15720
15721 2006-04-05  Simon Josefsson  <jas@extundo.com>
15722
15723         * password.el (password-reset): New function.
15724
15725 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15726
15727         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15728         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15729
15730 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15731
15732         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15733         Some whitespace was matched into the url, which broke browsing hits
15734         > 100 when mm-url-use-external was nil.
15735
15736 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15739         Check gnus-extra-headers for 'Newsgroups.
15740
15741         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15742         bound.
15743
15744 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15745
15746         * pgg-gpg.el: Clean up process buffers every time gpg processes
15747         complete.
15748
15749 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15752         doc string.
15753
15754 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15755
15756         * pgg-gpg.el (pgg-gpg-process-filter)
15757         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15758
15759         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15760         lines, temporary fix.
15761
15762 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15765
15766 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15767
15768         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15769         default-enable-multibyte-characters.  This reverts the change from
15770         revision 6.17 which is no longer necessary because the passphrase
15771         is sent separately now.  GnuPG messages are unreadable under
15772         multibyte locales with default-enable-multibyte-characters set to
15773         nil.
15774
15775 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * message.el (message-tool-bar-gnome): Move "spell".
15778
15779 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15782         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15783         instead.
15784
15785 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15786
15787         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15788         Improve newsgroups handling for NNTP overviews which don't include
15789         Newsgroups.
15790
15791 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15792
15793         * message.el (message-resend): Bind message-generate-hashcash to nil.
15794
15795 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15796
15797         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15798         when searching for already-paid recipients.
15799
15800 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15801
15802         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15803         passphrases when it is not needed.
15804         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15805         passphrase stuff from gpg, should only be necessary when you use
15806         gpg with a smartcard.
15807
15808 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * mml.el (mml-insert-mime): Ignore cached contents of
15811         message/external-body part.
15812
15813         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15814         (mm-insert-part): Ditto.
15815
15816 2006-03-23  Simon Josefsson  <jas@extundo.com>
15817
15818         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15819         Reiner.
15820         (pgg-gpg-use-agent-p): Use it again.
15821
15822 2006-03-23  Simon Josefsson  <jas@extundo.com>
15823
15824         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15825         older emacsen.
15826         (pgg-gpg-use-agent-p): Don't use it.
15827
15828 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15831         if we can.
15832
15833 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15834
15835         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15836         (pgg-gpg-update-agent): New function.
15837         (pgg-gpg-use-agent-p): New function.
15838         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15839         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15840         (pgg-gpg-sign-region): Use it.
15841
15842 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15845         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15846
15847 2006-03-21  Simon Josefsson  <jas@extundo.com>
15848
15849         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15850         <wilde@sha-bang.de>.
15851         (pgg-gpg-use-agent): New variable.
15852         (pgg-gpg-process-region): Use it.
15853         (pgg-gpg-encrypt-region): Likewise.
15854         (pgg-gpg-encrypt-symmetric-region): Likewise.
15855         (pgg-gpg-decrypt-region): Likewise.
15856         (pgg-gpg-sign-region): Likewise.
15857         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15858
15859 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15862
15863         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15864         Add comment on version.
15865
15866 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * smiley.el: Add missing test smiley.
15869
15870 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * mm-decode.el (mm-with-part): New macro.
15873         (mm-get-part): Use it; work with message/external-body as well.
15874         (mm-save-part): Treat name and filename equally.
15875
15876         * mm-extern.el (mm-extern-cache-contents): New function.
15877         (mm-inline-external-body): Use it; force the part to be displayed;
15878         move undisplayer added to the cached handle to the parent.
15879
15880         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15881         (gnus-mime-view-part-as-type): Work with message/external-body.
15882
15883         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15884
15885 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15888         images in image-load-path.  [Sync with image.el, revision 1.60, in
15889         Emacs.]
15890
15891 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15894         path rather than symbol.  Always return list of directories.
15895         Guarantee that image directory comes first.  [Sync with image.el,
15896         revision 1.59, in Emacs.]
15897
15898         * message.el (message-make-tool-bar): Adjust to new API of
15899         `gmm-image-load-path-for-library'.
15900
15901         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15902
15903         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15904
15905 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15906
15907         * gnus-art.el (gnus-article-only-boring-p):
15908         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15909         intangible text.
15910         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15911
15912 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15915         Use `defun' instead of `gmm-defun-compat'.
15916
15917 2006-03-14  Simon Josefsson  <jas@extundo.com>
15918
15919         * message.el (message-unique-id): Don't use message-number-base36
15920         if (user-uid) is a float.
15921         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15922
15923 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15926
15927         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15928         empty line between a part and a message part.
15929
15930 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * smiley.el: Add more test smileys.
15933         (smiley-data-directory, smiley-regexp-alist)
15934         (gnus-smiley-file-types): Fix doc strings.
15935         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15936         adding new elements.
15937         (smiley-mouse-map): Unused code.  Make it a comment.
15938
15939 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15942         scan latest NoCeM messages instead of old ones.
15943         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15944         delimiters that are recently used.
15945         (gnus-nocem-load-cache): Add autoload cookie.
15946
15947         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15948
15949         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15950         level which is larger than gnus-use-nocem is specified.
15951
15952         * gnus-group.el (gnus-group-get-new-news): Ditto.
15953
15954 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15955
15956         * gnus-util.el (gnus-tool-bar-update): New function.
15957
15958         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15959         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15960
15961         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15962
15963         * gnus-group.el (gnus-group-redraw-when-idle)
15964         (gnus-group-redraw-check): Remove.
15965         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15966
15967 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15970         if optional last element is specified in splits (FIELD VALUE...).
15971
15972 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15975         to gmm-image-load-path-for-library.  Call with no-error argument.
15976         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15977
15978         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15979
15980         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15981
15982         * gmm-utils.el (gmm-image-load-path): Remove alias.
15983
15984 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gmm-utils.el (gmm-image-load-path): Add alias.
15987
15988         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15989         nnml-generate-nov-databases-1.
15990         (nnml-generate-nov-databases): Use it.
15991         (nnml-generate-nov-databases-directory): Document no-active
15992         argument.
15993
15994         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15995         directory if path is t.  Add no-error.
15996
15997         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15998         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15999
16000         * gnus-art.el (gnus-article-browse-delete-temp-files):
16001         Simplify resetting gnus-article-browse-html-temp-list.
16002
16003         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16004         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16005         Add example to docstring.  Rename local variables.  Move error
16006         checks to default case in cond and simplify.
16007
16008 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16011         handle is multipart when calling it recursively.
16012         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16013
16014 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16015
16016         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16017         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16018
16019 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16022         is loaded.
16023
16024         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16025         loaded.
16026
16027 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16030         to "Emacs 23 (unicode)" in doc string.
16031
16032         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16033         "Emacs 23 (unicode)" in comment.
16034
16035 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16038
16039         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16040         characters 160 through 255 in Emacs 23.
16041
16042 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16045         gnus-article-browse-html-temp.
16046         (gnus-article-browse-delete-temp): Make it customizable.
16047         Add `file'.  Adjust doc string.
16048         (gnus-article-browse-delete-temp-files): Add argument.
16049         Allow query for each file.  Adjust doc string.
16050         (gnus-article-browse-html-parts):
16051         Add `gnus-article-browse-delete-temp-files' to
16052         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16053
16054 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16055
16056         * gnus-art.el (gnus-article-browse-html-temp)
16057         (gnus-article-browse-delete-temp): New variables.
16058         (gnus-article-browse-delete-temp-files): New function.
16059         (gnus-article-browse-html-parts): Use it.
16060
16061 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16064
16065         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16066         string.
16067
16068         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16069         gnus-summary-insert-new-articles when unplugged.
16070         Remove gnus-summary-search-article-forward.
16071
16072         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16073         display-visual-class instead of display-color-cells.
16074
16075 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * dgnushack.el: Autoload customize-group for XEmacs.
16078
16079         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16080         message/* containing non-ASCII text properly.
16081
16082 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * message.el: Require gmm-utils, remove autoloads.
16085         (message-tool-bar): Set default based on
16086         gmm-tool-bar-style.
16087         (message-tool-bar-gnome): Add gmm-customize-mode.
16088
16089         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16090         gmm-tool-bar-style.
16091         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16092
16093         * gnus-group.el (gnus-group-tool-bar): Set default based on
16094         gmm-tool-bar-style.
16095         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16096
16097         * gmm-utils.el (gmm-image-directory): Rename variable from
16098         gmm-image-load-path.
16099         (gmm-image-load-path): Use gmm-image-directory.
16100         (gmm-customize-mode): New function.
16101         (gmm-tool-bar-style): New variable.
16102
16103         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16104         gnus-group-redraw-line-number.
16105         (gnus-group-redraw-check): Simplify.
16106         (gnus-group-tool-bar-update): Remove redraw check.
16107         (gnus-group-make-tool-bar): Add redraw check.
16108
16109 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16110
16111         * gnus-art.el (gnus-button): Add missing parentheses.
16112
16113 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * lpath.el: Fbind line-number-at-pos.
16116
16117 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16120
16121 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * gnus-art.el (gnus-button): New face.
16124         (gnus-article-button-face): Use it.
16125
16126         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16127         Add gnus-summary-next-page.  Re-order.
16128
16129         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16130         next-node are now included.
16131         (gnus-group-redraw-line-number): New internal variable.
16132         (gnus-group-redraw-check): Helper function for updating the tool
16133         bar.
16134         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16135
16136         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16137
16138         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16139         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16140         Use it to match format of Spamassassin 3.0 and later.
16141         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16142         (spam-check-bogofilter)
16143         (spam-bogofilter-register-with-bogofilter): Fix args of
16144         `gnus-error' calls.
16145
16146 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16149         unnecessary interaction when sending queued mails.
16150         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16151
16152 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16155         first or last are nil.
16156
16157 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16158
16159         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16160
16161 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162
16163         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16164
16165 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16166
16167         * dns.el (query-dns): Protect more against buggy tcp output.
16168
16169 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16172         nov.php.
16173
16174 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16175
16176         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16177         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16178         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16179         output on the server side.
16180         (nnweb-google-create-mapping): Update regexps and add some
16181         progress indication.
16182
16183 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-group.el (gnus-group-tool-bar-gnome):
16186         Fix gnus-agent-toggle-plugged.  Re-order icons.
16187         (gnus-group-tool-bar-gnome):
16188         Add gnus-group-{prev,next}-unread-group.
16189         (gnus-group-tool-bar-gnome): Re-order icons.
16190
16191         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16192         Move gnus-summary-insert-new-articles.
16193
16194         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16195         Fix comments.
16196
16197         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16198         also available in Emacs 21.3.
16199
16200         * message.el (message-fix-before-sending): Change "Emacs 22" to
16201         "Emacs 23 (unicode)" in comment.
16202
16203         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16204         "Emacs 23 (unicode)" in comment.
16205
16206         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16207         comment.
16208         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16209
16210         * mm-view.el (mm-fill-flowed): Add :version.
16211
16212 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16215         and load-path.
16216
16217 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * message.el: Autoload gmm-image-load-path.
16220         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16221         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16222         consitency.
16223
16224         * gmm-utils.el (gmm-image-load-path): Also search in
16225         "../etc/images".  Don't set gmm-image-load-path if we don't find
16226         the image.
16227
16228 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gmm-utils.el (gmm-image-load-path): Don't make
16231         `gmm-image-load-path' include subdirectories which the second arg
16232         `image' might specify.
16233
16234         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16235         subdirectory to icon file names.
16236
16237         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16238
16239 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16242         gmm-image-load-path calls.
16243
16244         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16245
16246         * message.el (message-make-tool-bar): Ditto.
16247
16248         * mml.el (mml-preview): Add comment concerning tool bar icons.
16249
16250         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16251         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16252
16253         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16254         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16255
16256         * message.el (message-tool-bar-gnome): Use new icon names.
16257         (message-make-tool-bar): Use `gmm-image-load-path'.
16258
16259         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16260         New functions from MH-E.
16261         (gmm-image-load-path): New variable from MH-E.
16262         (gmm-image-load-path): New function from MH-E.  Add arguments
16263         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16264         *-image-load-path-called-flag.
16265
16266 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16267
16268         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16269
16270 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16271
16272         * nnimap.el (nnimap-request-move-article): Change folder back to
16273         source group before deleting.
16274
16275 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16278
16279         * gnus-art.el (mm-url-insert-file-contents-external):
16280         Autoload mm-url.
16281
16282         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16283
16284 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16287         coding system which mm-charset-to-coding-system returns for a
16288         given charset is valid.
16289
16290 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16291
16292         * html2text.el (html2text-remove-tag-list):
16293         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16294
16295 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16296
16297         * gnus-cus.el: Revert 2005-10-17 change.
16298
16299 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-art.el (article-strip-banner):
16302         Call article-really-strip-banner only when the regexp match is made.
16303
16304 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * gnus-art.el (article-strip-banner):
16307         Use gnus-extract-address-components instead of
16308         mail-header-parse-addresses to make it work with non-ASCII text;
16309         remove mail-encode-encoded-word-string.
16310
16311         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16312         values which are surrounded with \"...\"; make it never cause a
16313         Lisp error; give up parsing of parameters if it failed in
16314         extracting type.
16315
16316 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16317
16318         * smime.el (smime-cert-by-ldap-1): Fix bug where
16319         `smime-ldap-search' returns results without userCertificates.
16320
16321 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16324
16325 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * spam.el (spam-check-spamassassin-headers): Adapt format for
16328         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16329         <ari@mbf.ocn.ne.jp>.
16330         (spam-list-of-processors): Add spam-use-gmane.
16331
16332 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16335         make-temp-file; make it work with XEmacs as well.
16336
16337         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16338         mm-make-temp-file.
16339
16340         * mm-decode.el (mm-display-external): Use the 3rd arg of
16341         mm-make-temp-file.
16342         (mm-create-image-xemacs): Ditto.
16343
16344 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16347         with message-narrow-to-headers.
16348         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16349         (gnus-draft-check-draft-articles): New function.
16350         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16351
16352 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-art.el (gnus-article-browse-html-parts):
16355         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16356         Don't use suffix argument for mm-make-temp-file for Emacs 21
16357         compatibility.  Remove useless `format'.
16358
16359 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16360
16361         * nnweb.el (nnweb-google-wash-article): Update regexps.
16362         (nnweb-group-alist): Use defvoo instead of defvar.
16363
16364 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16367         re-loading nn* modules.
16368
16369 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16372         for `tool-bar-mode' and don't check it's default-value.
16373
16374         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16375
16376         * message.el (message-make-tool-bar): Ditto.
16377
16378         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16379         `substring'.  Shorten tmp-file name.
16380
16381         * gnus.el: Remove bogus comment.
16382
16383 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16384
16385         * gnus-art.el (gnus-article-browse-html-parts): New function.
16386         (gnus-article-browse-html-article): New function for viewing html
16387         articles with a browser.
16388
16389 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16390
16391         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16392         in elisp.
16393         (pgg-gpg-encrypt-symmetric-region): Ditto.
16394         (pgg-gpg-sign-region): Ditto.
16395
16396         * pgg-def.el (pgg-text-mode): New variable.
16397
16398         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16399         (mml2015-pgg-encrypt): Ditto.
16400
16401         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16402         (mml1991-pgg-encrypt): Ditto.
16403
16404 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * nnfolder.el (nnfolder-insert-newsgroup-line):
16407         Use message-make-date instead of current-time-string.
16408
16409         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16410         to gnus-decoded which mm-uu might set.
16411
16412 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16415         don't decode quoted parameters; remove misimported Emacs code.
16416         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16417         (rfc2231-decode-encoded-string): Don't use split-string which
16418         behaves differently according to Emacs version; use
16419         mm-decode-coding-region to convert charset to coding-system.
16420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16421         (rfc2231-encode-string): Remove misimported Emacs code.
16422
16423 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16426         when calling mail-header-parse-content-type.
16427         (article-de-quoted-unreadable): Ditto.
16428         (article-de-base64-unreadable): Ditto.
16429         (article-wash-html): Ditto.
16430
16431         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16432         calling mail-header-parse-content-type and
16433         mail-header-parse-content-disposition.
16434         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16435         mail-header-parse-content-type.
16436
16437         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16438         insert charset and format parameters; encode description after
16439         inserting it to buffer.
16440         (mml-insert-parameter): Fold lines properly even if a parameter is
16441         segmented into two or more lines; change the max column to 76.
16442
16443         * rfc1843.el (rfc1843-decode-article-body): Don't use
16444         ignore-errors when calling mail-header-parse-content-type.
16445
16446         * rfc2231.el (rfc2231-parse-string): Return at least type if
16447         possible; don't cause an error even if it fails in parsing of
16448         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16449         (rfc2231-encode-string): Don't break lines at the beginning, leave
16450         it to mml-insert-parameter.
16451
16452         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16453         calling mail-header-parse-content-type.
16454
16455 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * spam-report.el (spam-report-gmane-use-article-number):
16458         Improve doc string.
16459         (spam-report-gmane-internal): Check if a suitable header was found
16460         in the article.
16461
16462 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16465         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16466
16467 2006-02-05  Romain Francoise  <romain@orebokech.com>
16468
16469         Update copyright notices of all files in the gnus directory.
16470
16471 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16472
16473         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16474
16475 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16478         segmented lines of parameter value to cope with Thunderbird 1.5
16479         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16480         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16481         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16482
16483 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16484
16485         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16486         parts.
16487
16488 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16489
16490         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16491         there's only one active file for all servers.
16492         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16493         solid groups.  Gnus might have used a FAST request to select the group.
16494         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16495         and nnweb-search redundantly in the active file.
16496         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16497         (nnweb-request-create-group): Don't use ARGS.
16498         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16499         initializations.  Let nnoo do the work.
16500
16501 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16504         Say the part has been decoded.
16505
16506         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16507
16508 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16509
16510         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16511         mailcap-viewer-test-cache when there's no 'test clause, since that
16512         will invert the meaning of a "nil" test previously determined by
16513         mailcap-mailcap-entry-passes-test.
16514
16515 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16518         compiling.
16519
16520         * gnus-sum.el: Ditto.
16521
16522         * message.el: Don't bind tool-bar-map when compiling.
16523
16524 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16527
16528 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16529
16530         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16531         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16532         current Google Groups.
16533
16534 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16537         and tool-bar-mode.
16538
16539         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16540         and tool-bar-mode.
16541
16542         * message.el (message-tool-bar-update): Simplify.
16543         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16544
16545         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16546         gnus-summary-buffer.
16547         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16548         gnus-summary-reply.
16549
16550         * gmm-utils.el (gmm): Add :version.
16551
16552 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * Makefile.in (clean): New rule.
16555         (distclean): Use it.
16556
16557 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16558
16559         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16560         Don't autoload.
16561
16562 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gmm-utils.el (gmm-verbose): Add :group.
16565
16566 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * message.el: Change some comments WRT tool-bars.
16569
16570         * gnus-sum.el (gnus-summary-tool-bar)
16571         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16572         (gnus-summary-tool-bar-zap-list): New variables.
16573         (gnus-summary-make-tool-bar): Complete rewrite using
16574         `gmm-tool-bar-from-list'.
16575
16576         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16577         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16578         New variables.
16579         (gnus-group-make-tool-bar): Complete rewrite using
16580         `gmm-tool-bar-from-list'.
16581         (gnus-group-tool-bar-update): New function.
16582
16583         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16584
16585 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16588         is dissected into a single part of which the type is the same as
16589         the given one; decode charset.
16590
16591 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16592
16593         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16594         into alists as symbol not string, since that's what
16595         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16596         look for.
16597
16598 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16601         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16602
16603         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16604
16605 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16608         (gnus-xmas-mime-security-button-menu): New function.
16609
16610         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16611         (gnus-mime-security-button-menu): New definition.
16612         (gnus-mime-security-button-map): Use them.
16613         (gnus-mime-security-button-menu): New function.
16614         (gnus-insert-mime-security-button): Addition to help echo.
16615         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16616         (gnus-mime-security-pipe-part): New functions.
16617
16618         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16619         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16620
16621         * mm-decode.el (mm-handle-set-disposition): Remove.
16622         (mm-handle-set-description): Remove.
16623
16624 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16627         (mm-w3m-standalone-supports-m17n-p): New function.
16628         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16629         w3m usage.
16630
16631         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16632         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16633
16634 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * message.el (message-tool-bar-zap-list):
16637         Use gmm-tool-bar-zap-list as custom type.
16638         (message-tool-bar-update): New function.
16639         (message-tool-bar, message-tool-bar-gnome)
16640         (message-tool-bar-retro): Add message-tool-bar-update.
16641         (message-tool-bar-gnome): Add flyspell-buffer.
16642
16643         * gnus-util.el (gnus-error): Describe `args'.
16644
16645         * gmm-utils.el (gmm-error): Describe `args'.
16646         (gmm-tool-bar-zap-list): New widget.
16647         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16648
16649 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16652         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16653         the number of recursive calls.
16654
16655         * mm-decode.el (mm-handle-set-disposition): New macro.
16656         (mm-handle-set-description): New macro.
16657
16658 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16661         encoding.
16662
16663 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * message.el (message-tool-bar-zap-list, message-tool-bar)
16666         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16667         (message-tool-bar-local-item-from-menu): Remove.
16668         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16669         (message-make-tool-bar): New function.
16670         (message-mode): Use `message-make-tool-bar'.
16671
16672         * gmm-utils.el: New file.
16673         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16674         (gmm-lazy): New widget copied from `nnmail.el'.
16675         (gmm-tool-bar-from-list): New function for creating customizable
16676         tool bars.
16677         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16678         output.
16679         (gmm): Add :prefix to defgroup.
16680
16681 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16682
16683         * gmm-utils.el (gmm-widget-p): New function.
16684
16685 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16686
16687         * mml.el (mml-attach-file): Describe `description' in doc string.
16688         (mml-menu): Add Emacs MIME manual and PGG manual.
16689
16690 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16691
16692         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16693
16694 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16695
16696         * nntp.el (nntp-end-of-line): Doc fix.
16697
16698 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16699
16700         * imap.el (imap-open): Handle case where buffer is a buffer
16701         object.
16702
16703 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16704
16705         * gnus-delay.el (gnus-delay): Don't autoload.
16706         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16707         to be re-loaded when customizing the `gnus-delay' group.
16708
16709 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16710
16711         * message.el (message-insert-citation-line): Use newlines.
16712
16713 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16714
16715         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16716         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16717         these routines, so the passphrase can be managed externally and
16718         passed in to the system.
16719         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16720         pgg-add-passphrase-to-cache function.
16721
16722         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16723         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16724         these routines, so the passphrase can be managed externally and
16725         passed in to the system.
16726         (pgg-pgp5-sign-region): Use new name of
16727         pgg-add-passphrase-to-cache function.
16728
16729 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16730
16731         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16732         part of the decoded armor to find the key-identifier.
16733         (pgg-gpg-lookup-key-owner): New function to return the
16734         human-readable identifier of a key owner.
16735         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16736         itself.
16737         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16738         the key value) if we have a key and can match it against a secret
16739         key.  Also, added a note pointing out fact that the prompt only
16740         indicates the first matching key.
16741
16742         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16743         pgg-decrypt-region.
16744         (pgg-add-passphrase-to-cache): Rename from
16745         `pgg-add-passphrase-cache' to reduce confusion (all callers
16746         changed).
16747         (pgg-remove-passphrase-from-cache): Rename from
16748         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16749         changed).
16750         (pgg-read-passphrase, pgg-add-passphrase-cache)
16751         (pgg-remove-passphrase-cache): Add informative docstrings.
16752         (pgg-decrypt): Convey provided passphrase in subordinate call to
16753         pgg-decrypt-region.
16754
16755 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16756
16757         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16758         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16759         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16760         'passphrase' argument, so the passphrase can be managed externally
16761         and then passed in to the system.
16762
16763         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16764         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16765         so the passphrase cache can be used reliably with identifiers
16766         besides a pgp packet's key id.
16767
16768         * pgg-gpg.el (pgg-gpg-encrypt-region)
16769         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16770         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16771         these routines, so the passphrase can be managed externally and
16772         passed in to the system.
16773
16774         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16775         'notruncate' argument, so the passphrase cache can be used
16776         reliably with identifiers besides a pgp packet's key id.
16777
16778 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16779
16780         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16781         symmetric encryption.
16782         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16783         encrypted session key.
16784         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16785         message ask for the passphrase in a proper way.
16786
16787         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16788         New user commands for symmetric encryption.
16789
16790 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16793
16794         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16795
16796 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16797
16798         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16799
16800 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * mm-decode.el (mm-inlined-types): Add application/pgp.
16803         (mm-automatic-display): Ditto.
16804
16805         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16806         part as text.
16807
16808 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * nnrss.el: Update copyright.
16811         (nnrss-opml-import): Query whether to subscribe to each entry.
16812
16813         * gnus-art.el:
16814         * gnus-sum.el:
16815         * gnus-xmas.el:
16816         * messagexmas.el:
16817         * mm-uu.el:
16818         * mm-view.el: Update copyright.
16819
16820 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * message.el (message-info): New function.
16823         (message-mode-menu): Add it.
16824         Update copyright.
16825
16826         * ChangeLog: Fix and update copyright.
16827
16828 2006-01-13  Romain Francoise  <romain@orebokech.com>
16829
16830         * message.el (message-forward-subject-name-subject): Prefer the
16831         address to 'nowhere' if the sender has no name.
16832         Fix typo.  Update copyright year.
16833
16834 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-art.el (article-wash-html):
16837         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16838         (gnus-article-wash-html-with-w3m-standalone): New function.
16839
16840         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16841         mm-inline-text-html-render-with-w3m-standalone.
16842         (mm-text-html-washer-alist): Map w3m-standalone to
16843         gnus-article-wash-html-with-w3m-standalone.
16844         (mm-inline-text-html-render-with-w3m-standalone): New function.
16845
16846 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16849         Improve LaTeX.
16850
16851 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16854         (nnrss-request-article): Render text/plain parts as HTML.
16855
16856         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16857         the buffer.
16858
16859 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16862         custom definition of `gnus-posting-styles'.
16863
16864         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16865         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16866
16867 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16870         Use nntp for bug archive.
16871
16872 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16875         parts.
16876         (nnrss-normalize-date): New function converts ISO 8601 date into
16877         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16878         (nnrss-check-group): Use it.
16879
16880 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16883
16884         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16885         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16886         (nnrss-insert-w3): Ditto.
16887
16888 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16891         the articles to be forwarded including the case where neither a
16892         number of articles nor a region is specified.
16893
16894 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * nnrss.el (nnrss-request-article): Fix last change; fill
16897         text/plain parts.
16898
16899 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16902         in text/plain part.
16903         (nnrss-check-group): Don't add excessive newline to dc:subject.
16904
16905 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16906
16907         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16908         article.
16909
16910 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16913         (nnml-use-compressed-files, nnml-save-mail): Support other
16914         comression programs such as bzip2.
16915
16916 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * dns.el (query-dns): Make sure we check the buffer size before
16919         removing tcp headers.
16920
16921 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16924         remove MIME buttons associated with multipart/alternative parts.
16925         (gnus-mime-display-alternative): Tag buttons using `article-type'
16926         text property.
16927
16928         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16929         associated with multipart/alternative parts.
16930
16931         * gnus-art.el (gnus-signature-separator): Fix custom type.
16932
16933         * mm-decode.el (mm-inlined-types): Fix custom type.
16934         (mm-keep-viewer-alive-types): Ditto.
16935         (mm-automatic-display): Ditto.
16936         (mm-attachment-override-types): Ditto.
16937         (mm-inline-override-types): Ditto.
16938         (mm-automatic-external-display): Ditto.
16939
16940 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * spam-report.el (spam-report-user-mail-address)
16943         (spam-report-user-agent): New variables.
16944         (spam-report-url-ping-plain): Use spam-report-user-agent.
16945
16946 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16947
16948         * gnus-art.el (gnus-button-handle-custom): Do not just use
16949         `customize-apropos' for any "M-x customize-*" button but the
16950         function called for.  Accept both the function name and its
16951         argument in order to achieve this.
16952         (gnus-button-alist): Remove support for "custom:" URL's.
16953         Pass function name to `gnus-button-handle-custom' in case of "M-x
16954         customize-*" buttons.
16955
16956 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16959         multipart/alternative and add xref to mm-discouraged-alternatives
16960         in doc string.
16961
16962         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16963         gnus-buttonized-mime-types in doc string.
16964
16965 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16968         Suggest image/.* in the doc string.
16969
16970 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16973         message-marks (Debian bug #342521).
16974
16975 2005-12-12  Simon Josefsson  <jas@extundo.com>
16976
16977         * password.el (password-read-from-cache): Add.
16978         (password-read): Use it.
16979
16980 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * rfc2047.el (rfc2047-charset-to-coding-system):
16983         Recognize us-ascii as a MIME charset.
16984
16985         * mm-bodies.el (mm-decode-content-transfer-encoding):
16986         Protect against the case where the 2nd arg TYPE is nil.
16987
16988 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * pop3.el (pop3-stream-type): Fix custom version.
16991
16992         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16993
16994 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16995
16996         * mm-decode.el (mm-display-external): Add missing cdr.
16997
16998 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17001         RFC1524) if it is in mailcap or add a suffix according to
17002         mailcap-mime-extensions when generating a temp filename; postpone
17003         deleting a temp file for 2 seconds for some wrappers, shell
17004         scripts, and so on, which might exit right after having started a
17005         viewer command as a background job.
17006
17007 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * nntp.el (nntp-marks-directory): Fix custom group.
17010
17011         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17012         steps when < 10.
17013
17014         * gnus-start.el (gnus-no-server-1):
17015         Mention `gnus-level-default-subscribed' in doc string.
17016
17017 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17018
17019         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17020         parens.
17021
17022 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-xmas.el (gnus-use-toolbar): Revert.
17025         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17026         gnus-use-toolbar is default.
17027
17028         * messagexmas.el (message-use-toolbar): Revert.
17029         (message-setup-toolbar): Use global default-toolbar if
17030         message-use-toolbar is default.
17031
17032 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17035         according to default-toolbar-visible-p.
17036
17037         * messagexmas.el (message-use-toolbar): Ditto.
17038
17039 2005-11-26  Dave Love  <fx@gnu.org>
17040
17041         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17042         (tls-program, tls-success): Provide openssl alternative.
17043
17044         * starttls.el: Doc fixes.
17045         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17046         SERVICE to PORT.
17047
17048         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17049         port null or service name.
17050         (starttls-negotiate): Autoload.
17051
17052 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * message.el (message-kill-to-signature): Fix interactive spec.
17055
17056 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * pop3.el (pop3-open-server): Recognize a string as a service name.
17059
17060 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17061
17062         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17063
17064 2005-11-23  Dave Love  <fx@gnu.org>
17065
17066         Add pop3s, pop3/starttls.
17067
17068         * pop3.el (pop3-authentication-scheme): Clarify doc.
17069         (open-tls-stream, starttls-open-stream): Autoload.
17070         (pop3-stream-type): New.
17071         (pop3-open-server): Use it.
17072
17073         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17074         for POP.
17075         (mail-source-keyword-map): Add :stream for POP.
17076         (mail-source-fetch-pop): Use pop3-stream-type.
17077
17078 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17081         of current-time-string.
17082
17083 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17084
17085         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17086         date header.
17087
17088 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17089
17090         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17091         it can seriously impact performance as it bypasses the agent's
17092         local caches.
17093
17094 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17095
17096         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17097         must be explicitly online rather than "not explicitly offline" for
17098         its flags to be synchronized.
17099
17100         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17101         that gnus-uu-unmark-thread will function correctly.
17102
17103         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17104         1024K is instead displayed as 1M.
17105
17106 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17109
17110 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17111
17112         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17113
17114 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17115
17116         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17117         error message to display actual error condition.
17118         (gnus-agent-save-local): Avoid saving symbols that are bound to
17119         nil as they simply result in a warning message in
17120         gnus-agent-read-local.
17121
17122 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17125         rather than make-variable-buffer-local for file-precious-flag.
17126
17127 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17128
17129         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17130         for duplicates which are removed.  The invalid sort check then
17131         triggers a rescan after the sort as sorting may have moved
17132         duplicate entries such that they can be cheaply detected.
17133
17134 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17137
17138 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17139
17140         * gnus-agent.el (gnus-agent-article-alist-save-format):
17141         Change internal variable to a custom variable.  Change default value
17142         from compressed(2) to uncompressed(1).
17143         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17144         support for uncompressed agentview files.  Taken together, reading
17145         the agentview file should now be 6-7 times faster.
17146
17147 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17148
17149         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17150         as a buffer-local variable.  This avoids creating truncated
17151         dribble files as a result of a hang up, eg.
17152
17153 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17154
17155         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17156         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17157         XEmacs.
17158
17159 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-start.el (gnus-start-draft-setup):
17162         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17163
17164         * gnus.el (gnus-splash): Change custom group.
17165         (gnus-group-get-parameter, gnus-group-parameter-value):
17166         Describe allow-list argument.
17167
17168         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17169         string.
17170
17171 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17172
17173         * gnus-art.el (gnus-default-article-saver): Add user-defined
17174         `function' to custom type.
17175
17176 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17177
17178         * imap.el (imap-open): Handle case where buffer is a buffer
17179         object.
17180
17181 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17184         long lines.
17185         (gnus-cache-delete-group): Wrap doc strings.
17186
17187         * gnus-agent.el (gnus-agent-rename-group)
17188         (gnus-agent-delete-group): Wrap doc strings.
17189
17190 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * messagexmas.el (message-use-toolbar): Change the valid values
17193         into default, top, bottom, left, and right.
17194         (message-toolbar-thickness): New variable.
17195         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17196         well.
17197         (message-setup-toolbar): Make it work.
17198
17199         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17200         (gnus-use-toolbar): Change the valid values into default, top,
17201         bottom, left, and right.
17202         (gnus-toolbar-thickness): New variable.
17203         (gnus-xmas-setup-toolbar): New function.
17204         (gnus-xmas-setup-group-toolbar): Use it.
17205         (gnus-xmas-setup-summary-toolbar): Use it.
17206
17207 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * gnus-start.el (gnus-1): Add "native" to
17210         gnus-predefined-server-alist.
17211
17212         * gnus.el (gnus-method-to-server): Don't add "native" to the
17213         lists here, because that leads to problems when
17214         gnus-select-method is bound.
17215
17216 2005-11-09  Simon Josefsson  <jas@extundo.com>
17217
17218         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17219         use (not sort-by-date) instead.
17220
17221 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17222
17223         * gnus-delay.el (gnus-delay-group): Don't autoload.
17224         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17225         to be re-loaded when customizing the `gnus-delay' group.
17226
17227 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17228
17229         * message.el: Revert last changes.
17230         (message-insert-citation-line): Use newlines.
17231
17232 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17233
17234         * message.el (message-courtesy-message)
17235         (message-mark-insert-begin, message-mark-insert-end)
17236         (message-elide-ellipsis, message-cancel-message)
17237         (message-add-header, message-change-subject)
17238         (message-cross-post-followup-to-header)
17239         (message-cross-post-insert-note, message-reduce-to-to-cc)
17240         (message-widen-reply, message-delete-not-region)
17241         (message-kill-to-signature, message-insert-signature)
17242         (message-insert-importance-high, message-insert-importance-low)
17243         (message-insert-or-toggle-importance)
17244         (message-insert-disposition-notification-to)
17245         (message-indent-citation, message-yank-original)
17246         (message-cite-original-without-signature, message-cite-original)
17247         (message-insert-citation-line, message-position-on-field)
17248         (message-fix-before-sending, message-send-mail-partially)
17249         (message-send-mail, message-send-mail-with-sendmail)
17250         (message-send-mail-with-qmail, message-send-news)
17251         (message-check-news-header-syntax, message-generate-headers)
17252         (message-insert-courtesy-copy, message-fill-address)
17253         (message-fill-header, message-shorten-references)
17254         (message-setup-1, message-cancel-news)
17255         (message-forward-make-body-plain, message-forward-make-body-mime)
17256         (message-forward-make-body-mml, message-encode-message-body)
17257         (message-forward-make-body-digest-plain)
17258         (message-forward-make-body-digest-mime)
17259         (message-use-alternative-email-as-from): Insert `hard-newline'
17260         instead of ordinary newlines.
17261
17262 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * message.el (message-generate-headers): Downcase the argument
17265         given to message-check-element.
17266
17267 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17268
17269         * nntp.el (nntp-authinfo-rejected): New error condition.
17270         (nntp-wait-for): Use new error condition to signal authentication
17271         error.
17272         (nntp-retrieve-data): Rethrow new error condition to break out of
17273         recursive call to nntp-send-authinfo.
17274
17275 2005-11-08  Romain Francoise  <romain@orebokech.com>
17276
17277         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17278         (gnus-summary-exit-map): Bind to `Z p'.
17279         (gnus-summary-make-menu-bar): Add menu item.
17280
17281 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17284         (gnus-treat-*): Add `first' in all doc strings.
17285
17286         * gnus-group.el (gnus-group-compact-group): Fix typo.
17287
17288 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus.el (gnus-parameters-case-fold-search): New variable.
17291         (gnus-parameters-get-parameter): Use it.
17292
17293         * gnus-score.el (gnus-home-score-file): Doc fix.
17294
17295 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17296
17297         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17298
17299 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * mm-util.el (mm-special-display-p): New function.
17302
17303         * mml.el (mml-preview): Use it; doc fix.
17304
17305 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17306
17307         * imap.el (imap-open): Handle case where buffer is a buffer object.
17308
17309 2005-10-29  Romain Francoise  <romain@orebokech.com>
17310
17311         * message.el (message-fix-before-sending): Fix comment.
17312
17313 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17314
17315         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17316
17317 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17318
17319         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17320         Used in gnus-score.el.
17321
17322 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17325
17326 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17327
17328         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17329         whitespace removed in revision 7.8.  Use concatenated string to
17330         protect trailing whitespace.
17331
17332 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17333
17334         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17335         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17336         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17337         Courier IMAP ("some version from 2004").  Mostly based on similar
17338         code in the same function.
17339
17340 2005-10-26  Didier Verna  <didier@xemacs.org>
17341
17342         * gnus-group.el (gnus-group-compact-group): Invalidate original
17343         article buffer.
17344         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17345         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17346         NOV database and in article itself.
17347         Invalidate article backlog.
17348
17349 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17350
17351         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17352
17353 2005-10-26  Simon Josefsson  <jas@extundo.com>
17354
17355         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17356         part of 2004-07-25 change.
17357
17358 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * message.el (message-display-completion-list): New function.
17361         (message-expand-group): Use it; make sure the Completions buffer
17362         is modifiable.
17363 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17364
17365         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17366         user-mail-name is an empty string.
17367
17368 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17371         depending on gnus-score-decay-constant.
17372
17373         * encrypt.el (encrypt-insert-file-contents)
17374         (encrypt-write-file-contents): Don't use `gnus-message'.
17375
17376         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17377         arguments.
17378         (mm-uu-type-alist): Add message-marks and insert-marks.
17379         Pass arguments to mm-uu-verbatim-marks-extract.
17380         (mm-uu-hide-markers): New variable.
17381         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17382
17383         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17384         (gnus-convert-image-to-face-command): Use "convert" by default to
17385         allow other input image formats.
17386         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17387         accordingly.
17388
17389 2005-10-23  Simon Josefsson  <jas@extundo.com>
17390
17391         * imap.el (imap-gssapi-program): Align command line parameters
17392         with latest GNU SASL.
17393         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17394
17395 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17396
17397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17398         HTML.
17399         (nnslashdot-request-article): Ditto.
17400
17401         * lpath.el (featurep): Add nobreak-char-display.
17402
17403 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17404
17405         * mail-source.el (mail-source-fetch-pop): Require pop3.
17406         (mail-source-check-pop): Ditto.
17407
17408 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17411         errors.
17412
17413 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17416         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17417
17418         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17419
17420         * mm-bodies.el (mm-decode-string):
17421         Call `mm-charset-to-coding-system' with allow-override argument.
17422
17423 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17426         (rfc2047-charset-to-coding-system): New function.
17427         (rfc2047-decode-encoded-words): New function.
17428         (rfc2047-decode-region): Use them.
17429         (rfc2047-decode-cte): Remove.
17430         (rfc2047-parse-and-decode): Remove.
17431         (rfc2047-decode): Remove.
17432
17433 2005-10-15  Kenichi Handa  <handa@m17n.org>
17434
17435         * rfc2047.el (rfc2047-decode-cte): New function.
17436         (rfc2047-decode-region): Change the way to decode successive
17437         encoded-words: decode B- or Q-encoding in each encoded-word,
17438         concatenate them, and decode it as charset.
17439
17440 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * lpath.el: Fbind codepage-setup for XEmacs.
17443
17444 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17445
17446         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17447         widget-move-and-invoke.
17448         (gnus-custom-mode): Use gnus-custom-map.
17449
17450 2005-10-15  Bill Wohler  <wohler@newt.com>
17451
17452         * message.el (message-tool-bar-map): Rename image file from
17453         mail_send to mail/send.
17454
17455 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17456
17457         * message.el (message-expand-group): Pass the common
17458         prefix substring of completion to `display-completion-list'.
17459
17460 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * mml-sec.el (mml-secure-method): New internal variable.
17463         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17464         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17465         New functions using mml-secure-method.
17466
17467         * mml.el (mml-mode-map): Add key bindings for those functions.
17468         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17469         Harder <harder@myrealbox.com>.
17470         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17471         Goto end of message if point is the headers of the message.
17472
17473         * message.el (message-in-body-p): New function.
17474
17475         * assistant.el: Autoload gnus-util and netrc.
17476
17477         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17478         Use `mm-charset-override-alist' only when decoding.
17479
17480         * mm-bodies.el (mm-decode-body):
17481         Call `mm-charset-to-coding-system' with allow-override argument.
17482
17483         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17484         `filename' from Content-Disposition if Content-Type doesn't
17485         provide `name'.
17486         (gnus-mime-view-part-as-type): Set default instead of
17487         initial-input.
17488
17489 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17490
17491         * format-spec.el (format-spec): Propagate text properties of % spec.
17492
17493 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * gnus-art.el (gnus-treat-predicate): Add `first'.
17496
17497 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17498
17499         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17500         (mm-charset-override-alist): New variable.
17501         (mm-charset-to-coding-system): Use it.
17502         (mm-codepage-setup): New helper function.
17503         (mm-charset-eval-alist): New variable.
17504         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17505         Warn about unknown charsets.
17506
17507         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17508
17509 2005-10-04  David Hansen  <david.hansen@gmx.net>
17510
17511         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17512         (nnrss-check-group): Ditto.
17513
17514 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17515
17516         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17517         Rename x-gnus-verbatim to x-verbatim.
17518         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17519
17520         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17521         x-verbatim.
17522
17523         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17524
17525         * gnus-util.el (gnus-remove-duplicates): Remove.
17526
17527         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17528         instead of gnus-remove-duplicates.
17529
17530         * message.el (message-remove-duplicates): Remove.
17531         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17532         message-remove-duplicates.
17533
17534         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17535         available, else use implementation from `delete-dups'.
17536
17537         * message.el (message-insert-expires): New function.
17538         (message-mode-map): Add key binding.
17539         (message-mode-field-menu): Add menu entry.
17540         (message-mode): Document it.
17541         (message-make-expires-date): Use `message-make-date'.
17542
17543 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17544
17545         * message.el (message-make-expires-date): New function.
17546
17547 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * Makefile.in (list-installed-shadows): New entry.
17550         (install): Use it.
17551         (remove-installed-shadows): New entry.
17552
17553         * dgnushack.el (dgnushack-default-load-path): New variable.
17554         (dgnushack-find-lisp-shadows): New function.
17555         (dgnushack-remove-lisp-shadows): New function.
17556
17557 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * Makefile.in (install-el-elc): New entry.
17560         (install): Use it so that .el files are necessarily installed.
17561
17562 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17565
17566 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17567
17568         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17569         function rather than the diff-mode.el package.
17570         (mm-display-external): Use with-current-buffer.
17571         (mm-viewer-completion-map, mm-viewer-completion-map):
17572         Move initialization inside declaration.
17573
17574 2005-09-29  Simon Josefsson  <jas@extundo.com>
17575
17576         * spam.el: Load hashcash when compiling, to avoid warnings.
17577         Don't autoload mail-check-payment.
17578         (spam-check-hashcash): Define unconditionally, since hashcash.el
17579         is part of Gnus now.  Ignore errors from payment checking.
17580
17581 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * message.el (message-bold-region, message-unbold-region):
17584         Rename from `bold-region' and `unbold-region'.
17585
17586         * message.el: Remove useless autoloads.
17587
17588 2005-09-28  Simon Josefsson  <jas@extundo.com>
17589
17590         * message.el (message-use-idna): Default to t.
17591         (message-use-idna): Test whether encoding works too.  Doc fix.
17592
17593 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * nntp.el (nntp-warn-about-losing-connection): Remove.
17596
17597 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17600         customizable.  Change default value.
17601         (mm-uu-diff-groups-regexp): Change default value.
17602         (mm-uu-type-alist): Add doc string.
17603         (mm-uu-configure): Add doc string.  Make it interactive.
17604         (mm-uu-tex-groups-regexp): New variable.
17605         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17606         (mm-uu-type-alist): Add LaTeX documents.
17607         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17608         of "text/verbatim".
17609         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17610
17611         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17612         instead of "text/verbatim".
17613
17614         * message.el (message-mark-inserted-region)
17615         (message-mark-insert-file): Use slrn style marks when called with
17616         prefix argument.
17617
17618 2005-09-27  Simon Josefsson  <jas@extundo.com>
17619
17620         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17621
17622 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17623
17624         * message.el (message-remove-duplicates): New function.
17625         Implementation borrowed from `gnus-remove-duplicates'.
17626         (message-idna-to-ascii-rhs): Also encode idna addresses in
17627         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17628         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17629         only ask about the same idna domain once per header and also tell
17630         in what header to replace the idna domain.
17631
17632         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17633         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17634         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17635         a header is decoded and not just the last one.
17636
17637 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17640         has been decoded.
17641
17642         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17643         (mm-insert-part): Don't modify text if it has been decoded.
17644
17645         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17646         decoded.
17647
17648         * mm-view.el (mm-inline-text): Don't strip text props unless
17649         decoding enriched or richtext parts.
17650
17651 2005-09-25  Romain Francoise  <romain@orebokech.com>
17652
17653         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17654         * gnus-start.el (gnus-subscribe-interactively):
17655         * gnus-uu.el (gnus-uu-grab-articles):
17656         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17657         space.
17658
17659 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17660
17661         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17662         * mm-view.el (mm-view-pkcs7-decrypt):
17663         * gnus-sum.el (gnus-summary-limit-to-extra)
17664         (gnus-summary-respool-article, gnus-read-move-group-name):
17665         * gnus-score.el (gnus-summary-increase-score):
17666         * gnus-util.el (gnus-completing-read-with-default):
17667         * gnus-art.el (gnus-read-save-file-name)
17668         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17669         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17670         * message.el (message-check-news-header-syntax):
17671         Follow convention for reading with the minibuffer.
17672
17673 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * spam-report.el (spam-report-url-ping-plain):
17676         Use gnus-extended-version as User-Agent.
17677
17678         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17679         default value is nil.
17680
17681         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17682         (mm-uu-verbatim-marks-extract): New function.
17683         (mm-uu-extract): New face.
17684         (mm-uu-copy-to-buffer): Use it.
17685
17686         * spam-report.el (spam-report-gmane-ham): Rename from
17687         `spam-report-gmane-unspam'.
17688         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17689         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17690
17691         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17692         Autoload.
17693         (spam-report-gmane-unregister-routine):
17694         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17695
17696 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17697
17698         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17699         (spam-report-gmane-unregister-routine): Add support for gmane
17700         unregistration.
17701
17702         * spam-report.el (spam-report-gmane-unspam)
17703         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17704         (spam-report-gmane): Change to take a single article and do unspam
17705         registration.
17706
17707 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * mm-url.el (mm-url-decode-entities): Fix regexp.
17710
17711 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17712
17713         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17714         default to nil, to be able to use Gnus at all.  If the default
17715         switches to something else, then the function should be fixed not
17716         be exceedingly slow.
17717
17718 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17721         fail hard.
17722
17723         * spam-report.el: Add better Keywords line.
17724
17725         * spam.el: Add Maintainer and better Keywords line.
17726
17727 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * gnus-art.el (gnus-article-replace-part)
17730         (gnus-mime-replace-part): New functions.
17731         (gnus-mime-action-alist, gnus-mime-button-commands)
17732         (gnus-mime-save-part-and-strip): Add file argument.
17733         (gnus-article-part-wrapper): Add interactive argument.
17734
17735         * gnus-sum.el (gnus-summary-mime-map):
17736         Add `gnus-article-replace-part'.
17737
17738 2005-09-19  Didier Verna  <didier@xemacs.org>
17739
17740         The nnml compaction feature:
17741         * nnml.el (nnml-request-compact-group): New function.
17742         * nnml.el (nnml-request-compact): New function.
17743         * gnus-int.el (gnus-request-compact-group): New function.
17744         * gnus-int.el (gnus-request-compact): New function.
17745         * gnus-group.el (gnus-group-compact-group): New function.
17746         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17747         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17748         * gnus-srvr.el (gnus-server-compact-server): New function.
17749         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17750         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17751
17752 2005-09-18  Deepak Goel  <deego@gnufans.org>
17753
17754         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17755         format spec.
17756
17757 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17760
17761 2005-09-15  Romain Francoise  <romain@orebokech.com>
17762
17763         * message.el (message-fill-paragraph): Clarify docstring.
17764
17765 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-art.el (gnus-mime-display-part): Protect against broken
17768         MIME messages.
17769
17770 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17773         before parsing header.
17774
17775 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17776
17777         * html2text.el (html2text-replace-list): Add new entities.
17778
17779 2005-09-11  Romain Francoise  <romain@orebokech.com>
17780
17781         * message.el (message-alternative-emails): Improve docstring.
17782         (message-setup-1): Call `message-use-alternative-email-as-from'
17783         after `message-setup-hook' to give it precedence over posting
17784         styles, etc.
17785         (message-use-alternative-email-as-from): Add docstring.
17786         Remove the original From header if present.
17787
17788         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17789         (nnml-save-mail): Use it.
17790
17791         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17792         articles.  Add new argument `silent'.
17793         (gnus-uu-mark-all): Report the total number of marked articles.
17794
17795 2005-09-10  Romain Francoise  <romain@orebokech.com>
17796
17797         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17798         (gnus-uu-mark-series): Likewise.
17799
17800 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * spam-report.el (spam-report-gmane): Fix generation of spam
17803         report URL.
17804
17805 2005-09-10  Simon Josefsson  <jas@extundo.com>
17806
17807         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17808         t, based on discussion on the ding list with Robert Epprecht
17809         <epprecht@solnet.ch>.
17810
17811 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * spam-report.el (spam-report-gmane): Make it work without
17814         X-Report-Spam header.  Gmane now only provides Archived-At.
17815         This is only used if `spam-report-gmane-use-article-number' is nil.
17816         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17817
17818         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17819         make `gnus-summary-sort-by-recipient' work with threading.
17820
17821         * nnweb.el (nnweb-google-wash-article): Print a message if article
17822         is not available.
17823
17824 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17825
17826         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17827         change.  Decode text/* parts content before displaying.
17828
17829 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17830
17831         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17832
17833 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17836
17837         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17838         url-package-name, url-package-version,
17839         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17840         w3m-display-inline-images, and w3m-minor-mode-map.
17841
17842 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * message.el (message-tab-body-function): Fix mismatched custom type.
17845
17846         * gnus.el (gnus-group-change-level-function): Ditto.
17847
17848         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17849
17850         * gnus-art.el (gnus-signature-limit)
17851         (gnus-article-mime-part-function): Ditto.
17852
17853 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * mml.el (mml-mode): Silence the byte compiler.
17856
17857         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17858         using `(sit-for 0)' before moving the point to the specified part;
17859         skip unbuttonized parts.
17860         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17861         return to the summary window if gnus-auto-select-part is non-nil.
17862
17863 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17864
17865         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17866         New variables.
17867         (mml-dnd-attach-file, mml-mode): Use them.
17868
17869         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17870         Make fetching article by MID work again for Google Groups.
17871         Add FIXME concerning gnus-group-make-web-group.
17872
17873         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17874         Don't depend on Gnus by using mail-extract-address-components if
17875         gnus-extract-address-components is not bound.
17876
17877 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17878
17879         * gnus-art.el (gnus-mime-display-security): Don't display the
17880         signature, but only the signed part.
17881
17882 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17885
17886         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17887         list, not listp.
17888
17889 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17890
17891         * mm-encode.el (mm-encode-content-transfer-encoding):
17892         Likewise when encoding.
17893
17894         * mm-bodies.el (mm-decode-content-transfer-encoding):
17895         De-canonicalize CRLF for all text content types, not just
17896         text/plain.
17897
17898 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17901         valid article; point arrow and cursor at the MIME button.
17902
17903 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17906         Suggested by Dan Christensen <jdc@uwo.ca>.
17907
17908         * mm-decode.el (mm-save-part): Enable change of prompt.
17909
17910 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17911
17912         * gnus-msg.el (gnus-inews-add-send-actions):
17913         Make `message-post-method' lambda parameter ARG `&optional'.
17914
17915 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * gnus-sum.el (gnus-summary-mime-map):
17918         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17919         gnus-article-jump-to-part.
17920
17921         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17922         (gnus-article-edit-part): Use it.
17923         (gnus-article-part-wrapper): Add no-handle argument.
17924         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17925         New functions.
17926
17927 2005-08-29  Romain Francoise  <romain@orebokech.com>
17928
17929         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17930         docstring.
17931         (gnus-face-from-file): Likewise.
17932
17933 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17934
17935         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17936         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17937         non-nil.
17938         (gnus-auto-select-part): New variable.
17939         (gnus-article-jump-to-part): New function.
17940         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17941         (gnus-mime-delete-part): Allow selecting specified part after
17942         deleting or stripping parts.
17943         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17944         part if argument is bogus.
17945
17946 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17947
17948         * gnus-art.el (w3m-minor-mode-map):
17949         * gnus-spec.el (gnus-newsrc-file-version):
17950         * gnus-util.el (nnmail-active-file-coding-system)
17951         (gnus-original-article-buffer, gnus-user-agent):
17952         * gnus.el (gnus-ham-process-destinations)
17953         (gnus-parameter-ham-marks-alist)
17954         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17955         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17956         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17957         * mm-decode.el (gnus-current-window-configuration):
17958         * mm-extern.el (gnus-article-mime-handles):
17959         * mm-url.el (url-current-object, url-package-name)
17960         (url-package-version):
17961         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17962         (smime-keys, w3m-cid-retrieve-function-alist)
17963         (w3m-current-buffer, w3m-display-inline-images)
17964         (w3m-minor-mode-map):
17965         * mml-smime.el (gnus-extract-address-components):
17966         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17967         (gnus-newsrc-hashtb, message-default-charset)
17968         (message-deletable-headers, message-options)
17969         (message-posting-charset, message-required-mail-headers)
17970         (message-required-news-headers):
17971         * mml1991.el (mc-pgp-always-sign):
17972         * mml2015.el (mc-pgp-always-sign):
17973         * nnheader.el (nnmail-extra-headers):
17974         * rfc1843.el (gnus-decode-encoded-word-function)
17975         (gnus-decode-header-function, gnus-newsgroup-name):
17976         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17977
17978 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17979
17980         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17981         the end of the date treatments.
17982
17983 2005-08-15  Simon Josefsson  <jas@extundo.com>
17984
17985         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17986         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17987         Capello and Romain Francoise.
17988         (pgg-fetch-key-function): Remove, not used?
17989         (pgg-insert-url-with-w3): Require url, to get
17990         url-insert-file-contents regardless of where it is defined.
17991
17992 2005-08-13  Romain Francoise  <romain@orebokech.com>
17993
17994         * message.el (message-cite-original-1): New function.
17995         (message-cite-original): Use it.
17996         (message-cite-original-without-signature): Ditto.
17997
17998 2005-08-08  Romain Francoise  <romain@orebokech.com>
17999
18000         * message.el (message-yank-empty-prefix): New variable.
18001         (message-indent-citation): Use it.
18002         (message-cite-original-without-signature): Respect X-No-Archive.
18003
18004 2005-08-08  Simon Josefsson  <jas@extundo.com>
18005
18006         * pgg.el: Autoload url-insert-file-contents instead of loading
18007         w3/url.
18008         (pgg-insert-url-with-w3): Don't load url here.
18009
18010 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18011
18012         * message.el (message-kill-to-signature): Don't insert newline at
18013         bol.
18014         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18015
18016 2005-08-06  Romain Francoise  <romain@orebokech.com>
18017
18018         * message.el (message-user-fqdn): Fix typo in docstring.
18019
18020 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18021
18022         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18023
18024         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18025
18026 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * mm-bodies.el (mm-encode-body): Use coding system rather than
18029         charset to encode text.
18030
18031         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18032         number of charsets if utf-8 is available (XEmacs).
18033
18034 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18035
18036         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18037         taken from `gnus-button-mid-or-mail-regexp'.
18038         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18039         (gnus-button-alist): Improve regexp for domain part of the MIDs
18040         for news:localpart@domain buttons.
18041         (gnus-button-ctan-directory-regexp): Update.
18042
18043 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * sieve-manage.el (sieve-manage-interactive-login):
18046         Use make-local-variable rather than make-variable-buffer-local.
18047         (sieve-manage-open): Ditto.
18048         (sieve-manage-authenticate): Ditto.
18049
18050         * mml.el (mml-generate-mime-1): Make the content type default to
18051         text/plain if the filename is not specified.
18052
18053 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18056         instead of insert-buffer.
18057
18058         * message.el (message-yank-original): Ditto; set the mark at the
18059         end of the yanked message.
18060
18061 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18064         lines to scroll rather than to stop it.
18065
18066         * mml.el (mml-generate-default-type): Add doc string.
18067         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18068         default to application/octet-stream when determining the content
18069         type if it is not specified for the part or the mml contents; add
18070         a comment about mml-generate-default-type.
18071
18072 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18075         make it default to application/octet-stream when determining the
18076         content type if it is not specified for the external contents.
18077
18078 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18081         segmented parameter but also other parameters might be there.
18082
18083 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * mm-decode.el (mm-display-external): Delete temp file, directory
18086         and buffer immediately if the external process is exited.
18087
18088 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18091         fewer lines than that of scroll-margin.
18092         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18093
18094 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-art.el (gnus-article-next-page): Revert.
18097         (gnus-article-beginning-of-window): New macro.
18098         (gnus-article-next-page-1): Use it.
18099         (gnus-article-prev-page): Ditto.
18100         (gnus-article-edit-part): Use insert-buffer-substring instead of
18101         insert-buffer.
18102         (gnus-article-edit-exit): Ditto.
18103
18104         * gnus-util.el (gnus-beginning-of-window): Remove.
18105         (gnus-end-of-window): Remove.
18106
18107         * lpath.el: Don't bind header-line-format and scroll-margin.
18108
18109 2005-07-25  Simon Josefsson  <jas@extundo.com>
18110
18111         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18112         to have the url package without w3.  Reported by Daiki Ueno
18113         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18114
18115 2005-07-20  Didier Verna  <didier@xemacs.org>
18116
18117         * gnus-diary.el: Remove the description comment (nndiary is now
18118         properly documented in the Gnus manual).
18119         Fix the spelling of "Back End".
18120         * nndiary.el: Ditto.
18121         Fix the copyright notice.
18122
18123 2005-07-18  Romain Francoise  <romain@orebokech.com>
18124
18125         * gnus-sum.el (gnus-summary-to-prefix)
18126         (gnus-summary-newsgroup-prefix): New variables.
18127         (gnus-summary-from-or-to-or-newsgroups): Use them.
18128
18129 2005-07-17  Romain Francoise  <romain@orebokech.com>
18130
18131         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18132         space as it's generally not especially interesting to the user.
18133
18134 2005-07-16  Romain Francoise  <romain@orebokech.com>
18135
18136         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18137         nil to avoid prompting and file modification if one of the
18138         messages at the top of the nnfolder file contains a copyright
18139         notice.
18140         Update copyright notice.
18141
18142         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18143         instead of `current-time-string' as the latter creates a time
18144         string that is not RFC 2822 compliant (it lacks the zone).
18145         Update copyright notice.
18146
18147 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18148
18149         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18150         for text/rtf.  Display default in prompt.  Pass default for M-n.
18151
18152         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18153
18154 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18155
18156         * gnus-msg.el (gnus-button-mailto):
18157         Remove save-selected-window-window hackery because it relies on
18158         save-selected-window internals.
18159
18160 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18163         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18164         (gnus-article-prev-page): Ditto.
18165
18166         * gnus-util.el (gnus-beginning-of-window): New function.
18167         (gnus-end-of-window): New function.
18168
18169         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18170
18171 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18172
18173         * gnus-score.el (gnus-score-edit-all-score):
18174         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18175         gnus-message.
18176
18177 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * gnus-msg.el (gnus-button-mailto):
18180         Remove save-selected-window-window hackery because it relies on
18181         save-selected-window internals.
18182
18183 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18186         add-minor-mode.
18187         (gnus-binary-mode): Ditto.
18188
18189         * gnus-topic.el (gnus-topic-mode): Ditto.
18190
18191 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18192
18193         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18194         (gnus-article-prev-page): Take scroll-margin into consideration.
18195
18196 2005-07-04  Lute Kamstra  <lute@gnu.org>
18197
18198         Update FSF's address in GPL notices.
18199
18200 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18201
18202         * gnus.el (gnus-exit):
18203         * gnus-group.el (gnus-group-icons):
18204         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18205
18206         * gnus-nocem.el (gnus-nocem):
18207         * message.el (message-various, message-buffers, message-sending)
18208         (message-interface, message-forwarding, message-insertion)
18209         (message-headers, message-news, message-mail):
18210         * pgg-gpg.el (pgg-gpg):
18211         * pgg-parse.el (pgg-parse):
18212         * pgg-pgp.el (pgg-pgp):
18213         * pgg-pgp5.el (pgg-pgp5):
18214         * pop3.el (pop3): Finish `defgroup' description with period.
18215
18216 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-art.el (article-display-face): Improve the efficiency.
18219         (article-display-x-face): Ditto; remove gray x-face stuff.
18220
18221 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * gnus-art.el (article-display-face): Correct the position in
18224         which Faces are inserted.
18225
18226 2005-06-29  Didier Verna  <didier@xemacs.org>
18227
18228         * gnus-art.el (article-display-face): Display faces in correct
18229         order.
18230
18231 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18234         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18235         (gnus-nocem-check-article): Fetch the Type header.
18236         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18237         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18238         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18239         make sure gnus-nocem-hashtb is initialized.
18240         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18241         (gnus-nocem-unwanted-article-p): Ditto.
18242
18243         * pgg.el (pgg-verify): Return the verification result.
18244
18245 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18246
18247         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18248         is ascii.
18249
18250 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18251
18252         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18253         `show-nonbreak-escape'.
18254
18255 2005-06-23  Lute Kamstra  <lute@gnu.org>
18256
18257         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18258
18259         * dig.el (dig-mode):
18260         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18261
18262 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18263
18264         * nnimap.el (nnimap-split-download-body): Fix spellings.
18265
18266 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18267
18268         * gnus-art.el (gnus-article-encrypt-body):
18269         * gnus-cus.el (gnus-score-customize):
18270         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18271         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18272
18273 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18274
18275         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18276         header by looking for magic "MII" at the beginning.
18277
18278 2005-06-16  Miles Bader  <miles@gnu.org>
18279
18280         * gnus-xmas.el (gnus-xmas-group-startup-message):
18281         Use renamed gnus-splash face.
18282
18283         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18284         (assistant-field-face): New backward-compatibility alias for renamed
18285         face.
18286         (assistant-render-text): Use renamed assistant-field face.
18287
18288         * spam.el (spam): Remove "-face" suffix from face name.
18289         (spam-face): New backward-compatibility alias for renamed face.
18290         (spam-face, spam-initialize): Use renamed spam face.
18291
18292         * message.el (message-header-to, message-header-cc)
18293         (message-header-subject, message-header-newsgroups)
18294         (message-header-other, message-header-name)
18295         (message-header-xheader, message-separator, message-cited-text)
18296         (message-mml): Remove "-face" suffix from face names.
18297         (message-header-to-face, message-header-cc-face)
18298         (message-header-subject-face, message-header-newsgroups-face)
18299         (message-header-other-face, message-header-name-face)
18300         (message-header-xheader-face, message-separator-face)
18301         (message-cited-text-face, message-mml-face):
18302         New backward-compatibility aliases for renamed faces.
18303         (message-font-lock-keywords): Use renamed message faces.
18304
18305         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18306         (sieve-test-commands, sieve-tagged-arguments):
18307         Remove "-face" suffix from face names.
18308         (sieve-control-commands-face, sieve-action-commands-face)
18309         (sieve-test-commands-face, sieve-tagged-arguments-face):
18310         New backward-compatibility aliases for renamed faces.
18311         (sieve-control-commands-face, sieve-action-commands-face)
18312         (sieve-test-commands-face, sieve-tagged-arguments-face):
18313         Use renamed sieve faces.
18314
18315         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18316         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18317         (gnus-group-news-3-empty, gnus-group-news-4)
18318         (gnus-group-news-4-empty, gnus-group-news-5)
18319         (gnus-group-news-5-empty, gnus-group-news-6)
18320         (gnus-group-news-6-empty, gnus-group-news-low)
18321         (gnus-group-news-low-empty, gnus-group-mail-1)
18322         (gnus-group-mail-1-empty, gnus-group-mail-2)
18323         (gnus-group-mail-2-empty, gnus-group-mail-3)
18324         (gnus-group-mail-3-empty, gnus-group-mail-low)
18325         (gnus-group-mail-low-empty, gnus-summary-selected)
18326         (gnus-summary-cancelled, gnus-summary-high-ticked)
18327         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18328         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18329         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18330         (gnus-summary-low-undownloaded)
18331         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18332         (gnus-summary-low-unread, gnus-summary-normal-unread)
18333         (gnus-summary-high-read, gnus-summary-low-read)
18334         (gnus-summary-normal-read, gnus-splash):
18335         Remove "-face" suffix from face names.
18336         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18337         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18338         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18339         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18340         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18341         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18342         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18343         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18344         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18345         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18346         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18347         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18348         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18349         (gnus-summary-normal-ticked-face)
18350         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18351         (gnus-summary-normal-ancient-face)
18352         (gnus-summary-high-undownloaded-face)
18353         (gnus-summary-low-undownloaded-face)
18354         (gnus-summary-normal-undownloaded-face)
18355         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18356         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18357         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18358         (gnus-splash-face):
18359         New backward-compatibility aliases for renamed faces.
18360         (gnus-group-startup-message): Use renamed gnus faces.
18361
18362         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18363         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18364         (gnus-server-agent): Remove "-face" suffix from face names.
18365         (gnus-server-agent-face, gnus-server-opened-face)
18366         (gnus-server-closed-face, gnus-server-denied-face)
18367         (gnus-server-offline-face):
18368         New backward-compatibility aliases for renamed faces.
18369         (gnus-server-agent-face, gnus-server-opened-face)
18370         (gnus-server-closed-face, gnus-server-denied-face)
18371         (gnus-server-offline-face): Use renamed gnus faces.
18372
18373         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18374         Remove "-face" suffix from face names.
18375         (gnus-picon-xbm-face, gnus-picon-face):
18376         New backward-compatibility aliases for renamed faces.
18377
18378         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18379         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18380         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18381         (gnus-cite-11): Remove "-face" suffix from face names.
18382         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18383         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18384         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18385         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18386         New backward-compatibility aliases for renamed faces.
18387         (gnus-cite-attribution-face, gnus-cite-face-list)
18388         (gnus-article-boring-faces): Use renamed gnus faces.
18389
18390         * gnus-art.el (gnus-signature, gnus-header-from)
18391         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18392         (gnus-header-content): Remove "-face" suffix from face names.
18393         (gnus-signature-face, gnus-header-from-face)
18394         (gnus-header-subject-face, gnus-header-newsgroups-face)
18395         (gnus-header-name-face, gnus-header-content-face):
18396         New backward-compatibility aliases for renamed faces.
18397         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18398
18399         * gnus-sum.el (gnus-summary-selected-face)
18400         (gnus-summary-highlight): Use renamed gnus faces.
18401         * gnus-group.el (gnus-group-highlight): Likewise.
18402
18403 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18404
18405         * gnus-sieve.el (gnus-sieve-article-add-rule):
18406         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18407         * spam-stat.el (spam-stat-buffer-change-to-spam)
18408         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18409
18410         * message.el (message-is-yours-p):
18411         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18412
18413 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * mm-view.el (mm-inline-text): Withdraw the last change.
18416
18417 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18420         executing enriched-decode.
18421
18422 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18425         charset of tar files.
18426
18427 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18428
18429         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18430
18431 2005-06-04  Lute Kamstra  <lute@gnu.org>
18432
18433         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18434         information is never recorded.
18435
18436 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18437
18438         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18439
18440 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * pop3.el (pop3-apop): Run md5 in the binary mode.
18443
18444         * starttls.el (starttls-set-process-query-on-exit-flag):
18445         Use eval-and-compile.
18446
18447 2005-05-31  Simon Josefsson  <jas@extundo.com>
18448
18449         * smime.el (smime-replace-in-string): Define.
18450         (smime-cert-by-ldap-1): Use it.
18451
18452 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * gnus-art.el (article-display-x-face): Replace
18455         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18456
18457         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18458         set-process-query-on-exit-flag or process-kill-without-query.
18459
18460         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18461         loop instead of replace-regexp.
18462
18463         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18464         instead of process-kill-without-query if it is available.
18465
18466         * lpath.el: Fbind ldap-search-entries.
18467
18468         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18469         instead of find-file-hooks if it is available.
18470
18471         * mml1991.el: Bind pgg-default-user-id when compiling.
18472
18473         * mml2015.el: Bind pgg-default-user-id when compiling.
18474
18475         * nndraft.el (nndraft-request-associate-buffer):
18476         Use write-contents-functions instead of write-contents-hooks if it is
18477         available.
18478
18479         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18480         instead of find-file-hooks if it is available.
18481
18482         * nntp.el (nntp-open-connection): Replace
18483         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18484         (nntp-open-ssl-stream): Ditto.
18485         (nntp-open-tls-stream): Ditto.
18486
18487         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18488         set-process-query-on-exit-flag or process-kill-without-query.
18489         (starttls-open-stream-gnutls): Use it instead of
18490         process-kill-without-query.
18491         (starttls-open-stream): Ditto.
18492
18493 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18494
18495         * smime.el (smime-cert-by-ldap-1): Don't use
18496         replace-regexp-in-string.
18497
18498 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18499
18500         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18501
18502         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18503         in PEM format.  Adjust to the XEmacs compatibility.
18504
18505 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18508         by `string-to-number'.
18509         * gnus-agent.el (gnus-agent-regenerate-group)
18510         (gnus-agent-fetch-articles): Ditto.
18511         * gnus-art.el (gnus-button-fetch-group): Ditto.
18512         * gnus-cache.el (gnus-cache-generate-active)
18513         (gnus-cache-articles-in-group): Ditto.
18514         * gnus-group.el (gnus-group-set-current-level)
18515         (gnus-group-insert-group-line): Ditto.
18516         * gnus-score.el (gnus-score-set-expunge-below)
18517         (gnus-score-set-mark-below, gnus-summary-score-effect)
18518         (gnus-summary-score-entry): Ditto.
18519         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18520         (gnus-soup-pack): Ditto.
18521         * gnus-spec.el (gnus-xmas-format): Ditto.
18522         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18523         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18524         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18525         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18526         * nndb.el (nndb-get-remote-expire-response): Ditto.
18527         * nndiary.el (nndiary-parse-schedule-value)
18528         (nndiary-string-to-number, nndiary-request-replace-article)
18529         (nndiary-request-article): Ditto.
18530         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18531         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18532         * nneething.el (nneething-make-head): Ditto.
18533         * nnfolder.el (nnfolder-request-article)
18534         (nnfolder-retrieve-headers): Ditto.
18535         * nnheader.el (nnheader-file-to-number): Ditto.
18536         * nnkiboze.el (nnkiboze-request-article): Ditto.
18537         * nnmail.el (nnmail-process-unix-mail-format)
18538         (nnmail-process-babyl-mail-format): Ditto.
18539         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18540         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18541         (nnmh-request-create-group, nnmh-request-list-1)
18542         (nnmh-request-group, nnmh-request-article): Ditto.
18543         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18544         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18545         * nnsoup.el (nnsoup-make-active): Ditto.
18546         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18547         * nntp.el (nntp-find-group-and-number)
18548         (nntp-retrieve-headers-with-xover): Ditto.
18549         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18550         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18551         (pgg-format-key-identifier): Ditto.
18552         * pop3.el (pop3-last, pop3-stat): Ditto.
18553         * qp.el (quoted-printable-decode-region): Ditto.
18554
18555         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18556         of concat.
18557
18558 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18561
18562         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18563
18564         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18565
18566         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18567
18568         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18569
18570         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18571
18572         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18573         (gnus-carpal-mode): Ditto.
18574
18575         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18576         (gnus-browse-mode): Ditto.
18577
18578         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18579
18580         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18581
18582 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18583
18584         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18585
18586 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-util.el (gnus-run-mode-hooks): New function.
18589
18590         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18591
18592         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18593         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18594
18595 2005-05-27  Lute Kamstra  <lute@gnu.org>
18596
18597         * dns-mode.el (dns-mode): Specify customization group.
18598
18599 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18600
18601         * gnus-agent.el (gnus-agent-make-mode-line-string):
18602         Use mode-line-highlight as mouse-face.
18603
18604 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * canlock.el (canlock): Change the parent group to news.
18607
18608         * deuglify.el (gnus-outlook-deuglify): Add :group.
18609
18610         * dig.el (dig): Add :group.
18611
18612         * dns-mode.el (dns-mode): Add :group.
18613
18614         * encrypt.el (encrypt): Add :group.
18615
18616         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18617         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18618         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18619         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18620         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18621
18622         * gnus-diary.el (gnus-diary): Add :group.
18623
18624         * gnus.el (gnus-group-news-1-face): Add :group.
18625         (gnus-group-news-1-empty-face): Ditto.
18626         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18627         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18628         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18629         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18630         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18631         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18632         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18633         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18634         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18635         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18636         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18637         (gnus-summary-high-ticked-face): Ditto.
18638         (gnus-summary-low-ticked-face): Ditto.
18639         (gnus-summary-normal-ticked-face): Ditto.
18640         (gnus-summary-high-ancient-face): Ditto.
18641         (gnus-summary-low-ancient-face): Ditto.
18642         (gnus-summary-normal-ancient-face): Ditto.
18643         (gnus-summary-high-undownloaded-face): Ditto.
18644         (gnus-summary-low-undownloaded-face): Ditto.
18645         (gnus-summary-normal-undownloaded-face): Ditto.
18646         (gnus-summary-high-unread-face): Ditto.
18647         (gnus-summary-low-unread-face): Ditto.
18648         (gnus-summary-normal-unread-face): Ditto.
18649         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18650         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18651
18652         * hashcash.el (hashcash): New custom group.
18653         (hashcash-default-payment): Add :group.
18654         (hashcash-payment-alist): Ditto.
18655         (hashcash-default-accept-payment): Ditto.
18656         (hashcash-accept-resources): Ditto.
18657         (hashcash-path): Ditto.
18658         (hashcash-extra-generate-parameters): Ditto.
18659         (hashcash-double-spend-database): Ditto.
18660         (hashcash-in-news): Ditto.
18661
18662         * message.el (message-minibuffer-local-map): Add :group.
18663
18664         * netrc.el (netrc): Add :group.
18665
18666         * sieve-manage.el (sieve-manage-log): Add :group.
18667         (sieve-manage-default-user): Diito.
18668         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18669         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18670         (sieve-manage-authenticators): Ditto.
18671         (sieve-manage-authenticator-alist): Ditto.
18672         (sieve-manage-default-port): Ditto.
18673
18674         * sieve-mode.el (sieve-control-commands-face): Add :group.
18675         (sieve-action-commands-face): Ditto.
18676         (sieve-test-commands-face): Ditto.
18677         (sieve-tagged-arguments-face): Ditto.
18678
18679         * smime.el (smime): Add :group.
18680
18681         * spam-report.el (spam-report): Add :group.
18682
18683         * spam.el (spam, spam-face): Add :group.
18684
18685 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18686
18687         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18688         return \n.\n.\n at the end of articles.  Protect against that.
18689         (nntp-with-open-group): Allow debugging.
18690
18691         * nnheader.el (mail-header-set-extra): Make into a function
18692         because I just could't understand how to quote the list properly.
18693
18694         * dns.el (query-dns-cached): New function.
18695
18696 2005-05-26  Lute Kamstra  <lute@gnu.org>
18697
18698         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18699
18700 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18703
18704         * gnus-art.el: Don't autoload mail-extract-address-components.
18705
18706         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18707         eval-and-compile to evaluate it.
18708
18709         * hashcash.el: Don't autoload executable-find.
18710
18711         * nndb.el: Don't declare the nndb back end two or more times; don't
18712         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18713
18714         * nntp.el: Autoload format-spec instead of format; use
18715         eval-and-compile to evaluate autoload forms.
18716
18717 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18718
18719         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18720
18721 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18722
18723         * gnus.el (gnus-version-number): Bump version.
18724
18725 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18726
18727         * gnus.el: No Gnus v0.3 is released.
18728
18729 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * lpath.el (featurep): Bind show-nonbreak-escape.
18732
18733 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * gnus-art.el (gnus-article-edit-part): Disable undo.
18736
18737 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18740         gnus-article-date-lapsed-new-header is t if date timer is active;
18741         skip headers in which the original date value is empty.
18742         (gnus-article-save-original-date): Redefine it as a macro.
18743         (gnus-display-mime): Use it.
18744
18745 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-art.el (article-date-ut): Support converting date in
18748         forwarded parts as well.
18749         (gnus-article-save-original-date): New function.
18750         (gnus-display-mime): Use it.
18751
18752 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18753
18754         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18755         enclosure element of <item>.
18756
18757 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * message.el (message-kill-buffer-query): Rename from
18760         `message-kill-buffer-query-if-modified'.  Add :version.
18761
18762 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18765         window layout.
18766
18767 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * mml.el: Autoload dnd when compiling.
18770
18771 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18774         x-dnd-*.
18775
18776 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * qp.el (quoted-printable-encode-region): Save excursion.
18779
18780 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18781
18782         * message.el (message-kill-buffer-query-if-modified): Add new variable
18783         so the user can kill a modified message buffer quickly.
18784         (message-kill-buffer): Use it.
18785
18786 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * lpath.el: Fbind display-time-event-handler; don't fbind
18789         string-to-multibyte.
18790
18791         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18792
18793 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18796         contained in text because xml.el decodes entities) with LFs.
18797
18798 2005-04-11  Lute Kamstra  <lute@gnu.org>
18799
18800         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18801         differently.
18802
18803 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18804
18805         * mm-util.el (mm-detect-coding-region): Typo.
18806
18807 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18810
18811 2005-04-06  Deepak Goel  <deego@gnufans.org>
18812
18813         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18814         user-function allow user modifications of the scores.
18815         (spam-stat-score-buffer-user): New function, to allow
18816         user-computed modifications to the score.
18817         (spam-stat-score-buffer-user-functions): List of additional
18818         scoring functions.
18819         (spam-stat-error-holder): Global temporary error holder.
18820         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18821         variable.
18822
18823 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * gnus-registry.el (gnus-registry-clean-empty-function)
18826         (gnus-registry-trim, gnus-registry-fetch-groups)
18827         (gnus-registry-delete-group): Groups that match
18828         `gnus-registry-ignored-groups' are removed from the registry
18829         entries, not just ignored for splitting.  This helps clean up the
18830         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18831         to get all the groups a message ID is in.
18832
18833         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18834         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18835         (spam-stat-score-buffer-user-functions): Add :number custom type.
18836
18837 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18840         argument in XEmacs.
18841
18842         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18843         (nnrss-request-group): Decode group name first.
18844         (nnrss-request-article): Make a text/plain article if mml-to-mime
18845         failed.
18846         (nnrss-get-encoding): Return a compatible encoding according to
18847         nnrss-compatible-encoding-alist.
18848         (nnrss-find-el): Use consp instead of listp.
18849         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18850
18851 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18854         which Emacs 20 doesn't support.
18855         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18856
18857 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18860         silence the byte compiler inside the defun.
18861
18862         * gnus-demon.el (parse-time-string): Add autoload.
18863
18864         * gnus-delay.el (parse-time-string): Add autoload.
18865
18866         * gnus-art.el (parse-time-string): Add autoload.
18867
18868         * nnultimate.el (parse-time): Require for `parse-time-string'.
18869
18870 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18873
18874         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18875
18876         * smime.el (smime-ldap-host-list): Add :version.
18877
18878 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18881         pass it to `gnus-browse-read-group'.
18882         (gnus-browse-read-group): Add NUMBER argument and pass it to
18883         `gnus-group-read-ephemeral-group'.
18884
18885         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18886         argument and pass it to `gnus-group-read-group'.
18887
18888 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18889
18890         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18891         mm-xemacs-find-mime-charset-1 if we have the mule feature
18892         available at runtime.
18893
18894 2005-03-25  Werner Lemberg  <wl@gnu.org>
18895
18896         * nnmaildir.el: Replace `illegal' with `invalid'.
18897
18898 2005-03-23  Lute Kamstra  <lute@gnu.org>
18899
18900         * time-date.el: Add comment on time value formats.
18901         Don't require parse-time.
18902         (with-decoded-time-value): New macro.
18903         (encode-time-value): New function.
18904         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18905         (days-to-time): Return a valid time value when arg is huge.
18906         (time-since): Use time-subtract.
18907         (time-to-number-of-days): Use time-to-seconds.
18908
18909 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18910
18911         * gnus-start.el (gnus-display-time-event-handler):
18912         Check display-time-timer at runtime rather than only at load time
18913         in case display-time-mode is turned off in the mean time.
18914
18915 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18918         used.
18919
18920         * nneething.el (nneething-map-file-directory): Derive from
18921         `gnus-directory'.
18922
18923         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18924         the To/Cc button.
18925
18926 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18927
18928         * nnmaildir.el (nnmaildir-request-accept-article):
18929         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18930
18931 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18932
18933         * gnus-async.el: Require timer-funcs at compile time when in
18934         XEmacs for `run-with-idle-timer'.
18935
18936 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18937
18938         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18939         autoloaded function.
18940
18941 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18942
18943         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18944
18945 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18946
18947         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18948
18949 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18950
18951         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18952         Add gnus-expert-user to default.
18953
18954 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18955
18956         * nnimap.el (nnimap-open-server): Ditto.
18957
18958         * imap.el (imap-authenticate): Fix typo.
18959
18960 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18961
18962         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18963         buffer (since IMAP server might return FETCH response out of
18964         order, and the nntp buffer must be sorted).
18965
18966 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18967
18968         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18969         comparison on string.
18970
18971         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18972         (gnus-agent-score): Rename category keywords to match gnus-cus.
18973         (gnus-agent-summary-fetch-series): Modify to protect against
18974         gnus-agent-summary-fetch-group clearing processable flags.
18975         (gnus-agent-synchronize-group-flags): Update live group buffer as
18976         synchronization may occur due to the user toggle the plugged
18977         status.
18978         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18979         successfully downloaded.
18980         (gnus-agent-expire-group-1): Avoid using markers when the overview
18981         is in ascending order; greatly improves performance.
18982         (gnus-agent-regenerate-group):
18983         Use gnus-agent-synchronize-group-flags to reset read status in both
18984         gnus and server.
18985         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18986
18987 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * message.el: Don't autoload former message-utils variables.
18990         (message-strip-subject-trailing-was): Change doc string.
18991
18992         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18993         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18994         (nnweb-google-search): Add "hl=en" here.
18995         (nnweb-google-parse-1, nnweb-google-create-mapping):
18996         Don't hardcode URL.
18997
18998 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18999
19000         * message.el (message-get-reply-headers, message-followup):
19001         Mention related variables `message-use-followup-to' and
19002         `message-use-mail-followup-to', in the information buffer.
19003
19004         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19005         of broken groups(-beta).google.com.
19006
19007 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19008
19009         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19010         parameter to invoked gnus-request-move-article; remove the
19011         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19012         all at once instead of once per article.
19013         (gnus-summary-remove-process-mark): Accept a list of articles as
19014         well as a single article for processing.
19015
19016         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19017         parameter.
19018
19019         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19020
19021         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19022
19023         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19024         parameter.
19025
19026         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19027         parameter.
19028
19029         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19030         parameter and remove the gnus-sum-hint-move-is-internal variable.
19031
19032         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19033         parameter.
19034
19035         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19036         parameter.
19037
19038         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19039         parameter.
19040
19041         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19042
19043         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19044         parameter.
19045
19046         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19047         parameter.
19048
19049 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19050
19051         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19052         a more conservative way.
19053
19054 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19055
19056         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19057         buffer, so it moves the window's cursor.
19058
19059 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19060
19061         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19062         `mm-dissect-multipart' and receive the from field as an (optional)
19063         argument from `mm-dissect-multipart'.
19064         (mm-dissect-multipart): Receive the from field as an argument and
19065         pass it on when we call `mm-dissect-buffer' on MIME parts.
19066         Fixes verification/decryption of signed/encrypted MIME parts.
19067
19068 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19069
19070         * gnus-sum.el (gnus-summary-move-article):
19071         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19072         whatever it calls (right now, only nnimap-request-move article
19073         respects it).
19074
19075         * nnimap.el (nnimap-request-move-article):
19076         When gnus-sum-hint-move-is-internal is set, don't do the extra
19077         nnimap-request-article.
19078
19079 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19082
19083         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19084         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19085
19086         * gnus-sum.el (gnus-summary-caesar-message):
19087         Apply `gnus-treat-article' after rotation.
19088
19089         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19090         doc string.
19091
19092 2005-02-22  Simon Josefsson  <jas@extundo.com>
19093
19094         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19095         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19096         <arne@arnested.dk>.
19097         (encrypt): Add password-cache and password-cache-expiry as group
19098         members.
19099
19100 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19101
19102         * smime.el (smime-ldap-host-list): Doc fix.
19103         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19104         cache) password.
19105         (smime-sign-region): Use it.
19106         (smime-decrypt-region): Use it.
19107         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19108         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19109         fails.
19110         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19111         certificate from DER to PEM format rather than calling openssl.
19112
19113         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19114
19115         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19116         for signing/encryption.
19117
19118         * mml.el (mml-parse-1): Use them.
19119
19120 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19121
19122         * nnrss.el (nnrss-verbose): Remove.
19123         (nnrss-request-group): Use `nnheader-message' instead.
19124
19125 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19126
19127         * nnrss.el (nnrss-verbose): New variable.
19128         (nnrss-request-group): Make it say nnrss is requesting a group.
19129
19130 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19133         Handle news URL with given port correctly.
19134
19135 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19138         containing special characters.
19139
19140         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19141
19142         * mml.el (mime-to-mml): Ditto.
19143
19144         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19145         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19146         (rfc2047-decode-region): Quote decoded words containing special
19147         characters when rfc2047-quote-decoded-words-containing-tspecials
19148         is non-nil.
19149
19150 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19151
19152         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19153
19154         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19155
19156 2005-02-15  Simon Josefsson  <jas@extundo.com>
19157
19158         * nnimap.el (nnimap-debug): Doc fix.
19159
19160         * imap.el (imap-debug): Doc fix.
19161
19162 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19165
19166 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * gnus.el (spam-contents): Improve docs for spam-contents
19169         parameter in its variable incarnation.
19170
19171 2005-02-14  Simon Josefsson  <jas@extundo.com>
19172
19173         * smime-ldap.el: Use require instead of load-library for ldap.
19174         (smime-ldap-search): Indent.
19175         (smime-ldap-search-internal): Shorten line.
19176
19177         * smime.el (smime-cert-by-dns): Add doc-string.
19178         (smime-cert-by-ldap-1): Indent.
19179
19180         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19181         mml-smime-get-dns-ldap.
19182         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19183
19184 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19185
19186         * smime.el: Require smime-ldap.
19187         (smime-ldap-host-list): New variable.
19188         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19189
19190         * mml-smime.el (mml-smime-encrypt-query): New function.
19191         (mml-smime-encrypt-query): Use it.
19192
19193         * smime-ldap.el: New file.
19194
19195 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19198
19199 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19202         argument in doc string.  Make query for type more clear.
19203
19204 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19205
19206         * gnus.el (gnus-group-startup-message): Search for gnus images in
19207         etc/images/gnus.
19208         * mm-util.el (mm-image-load-path): Likewise.
19209         * smiley.el (smiley-data-directory): Search for smilies in
19210         etc/images/smilies.
19211
19212 2005-02-09  Kim F. Storm  <storm@cua.dk>
19213
19214         Change Emacs release version from 21.4 to 22.1 throughout.
19215         Change Emacs development version from 21.3.50 to 22.0.50.
19216
19217 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19220
19221         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19222         non-Mule XEmacs as well.
19223         (mm-decompress-buffer): Signal an error intentionally if it does
19224         not decompress compressed data because auto-compression-mode is
19225         disabled.
19226
19227 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19228
19229         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19230         an ID in the registry even if it has no groups.
19231
19232 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19235         merge it into mm-decompress-buffer.
19236         (gnus-mime-copy-part): Use the MIME part charset, the value which
19237         a user specified or gnus-newsgroup-charset for decoding, like
19238         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19239         save-buffer what was used.  Suggested by Kevin Ryde
19240         <user42@zip.com.au>.
19241         (gnus-mime-inline-part): Allow the name parameter as well as the
19242         filename parameter; force decompressing of compressed data; always
19243         display contents being not decoded as unibyte.
19244
19245         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19246         as well as the filename parameter.
19247
19248         * mm-util.el (mm-decompress-buffer):
19249         Merge gnus-mime-jka-compr-maybe-uncompress.
19250         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19251         of compressed data.
19252
19253 2005-02-08  Simon Josefsson  <jas@extundo.com>
19254
19255         * imap.el (imap-log): Doc fix.
19256
19257 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19260         the coding cookies; decompress compressed parts.
19261
19262         * mml.el (mml-generate-mime-1): Add the charset parameter according
19263         to the value which a user specified manually or the coding cookie.
19264
19265         * mm-util.el (mm-string-to-multibyte): New function.
19266         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19267         (mm-coding-system-to-mime-charset): New function.
19268         (mm-decompress-buffer): New function.
19269         (mm-find-buffer-file-coding-system): New function.
19270
19271         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19272         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19273         parts.
19274
19275 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19276
19277         * mm-view.el (mm-display-inline-fontify): Decode a part according
19278         to the charset parameter.
19279
19280 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19283         prefix arg is neither nil nor a number, as info specifies.
19284
19285 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19288         timestamps.
19289
19290 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19291
19292         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19293         groups error checking and notify user.
19294
19295 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19296
19297         * message.el (message-send-mail-function): Check existence of
19298         sendmail-program first before using default value
19299         `message-send-mail-with-sendmail'.  Otherwise use more generic
19300         `smtpmail-send-it'.
19301
19302 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nntp.el (nntp-request-update-info): Always return nil.
19305
19306 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19307
19308         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19309
19310 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19311
19312         * message.el (message-beginning-of-line): Change the behavior when
19313         invoked between BOL and : so that it first moves backward.
19314
19315 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19318         article buffer when editing of the article is discarded.
19319         (gnus-article-prepare): Revert.
19320
19321 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * gnus-art.el (gnus-article-prepare):
19324         Remove message-strip-forbidden-properties from the local hook.
19325
19326 2005-01-27  Simon Josefsson  <jas@extundo.com>
19327
19328         * password.el (password-cache-add): Only start one timer per key.
19329         Reported by Derek Atkins <warlord@MIT.EDU>.
19330
19331 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19332
19333         * run-at-time.el: Remove.  It is no longer needed as
19334         timer-funcs.el in the xemacs-base package has a working version of
19335         `run-at-time'.
19336
19337         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19338
19339         * password.el: Require timer-funcs instead of run-at-time in
19340         XEmacs.
19341         Remove `password-run-at-time' macro.
19342         (password-cache-add): Use `run-at-time' instead of
19343         `password-run-at-time'.
19344
19345         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19346         Remove `nnheader-cancel-function-timers' alias,
19347         `cancel-function-timers' exists in XEmacs in timer-funcs.
19348
19349         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19350         for `run-with-idle-timer'.
19351
19352         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19353         for `run-at-time'.
19354
19355         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19356         for `with-timeout'.
19357
19358         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19359         the same as for XEmacs 21.4.
19360         No need to ignore `run-with-idle-timer', this function exists in
19361         XEmacs now in timer-funcs.el in the xemacs-base package.
19362         (dgnushack-compile): No need to delete
19363         run-at-time.el from the list of files to compile because it
19364         doesn't exist anymore.
19365
19366 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19369         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19370
19371 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19372
19373         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19374         sensitively.
19375
19376 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19377
19378         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19379
19380 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19383         which will be inserted according to the multibyteness of a buffer
19384         rather than the type of contents.  Suggested by ARISAWA Akihiro
19385         <ari@mbf.ocn.ne.jp>.
19386
19387         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19388         of string which old xml.el may return rather than a string.
19389
19390 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19393
19394 2005-01-16  Simon Josefsson  <jas@extundo.com>
19395
19396         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19397         idn/idna.el isn't available.
19398         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19399         <michael@waxrat.com>.
19400
19401         * hashcash.el: Remove non-FSF copyright header.
19402
19403         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19404         (hashcash-generate-payment): Use it.
19405         (hashcash-generate-payment-async): Use it.
19406
19407 2005-01-15  Simon Josefsson  <jas@extundo.com>
19408
19409         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19410         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19411
19412         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19413         gnus-summary-idna-message.
19414         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19415         (gnus-summary-idna-message): New function.
19416
19417 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19418
19419         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19420         gnus-novice-user.
19421
19422 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * nnrss.el (nnrss-request-delete-group): Delete entries in
19425         nnrss-group-alist as well.
19426         (nnrss-save-server-data): Insert newline.
19427
19428 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * gnus.el (gnus-user-agent): Use list of symbols instead of
19431         symbols.  Display full version number for (S)XEmacs.
19432         Optionally display (S)XEmacs codename.
19433
19434         * gnus-util.el (gnus-emacs-version): Update for new
19435         `gnus-user-agent'.
19436
19437         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19438         Gnus version.
19439
19440 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19441
19442         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19443         which is unreadable in some setups.
19444
19445 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * gnus-spec.el (gnus-update-format-specifications): Flush the
19448         group format spec cache if it doesn't support decoded group names.
19449
19450 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19451
19452         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19453         Allow to apply decay on score files matching a regexp.
19454
19455 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19458         compatibility in %g and %c.
19459
19460 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19463         name for only %g and %c.
19464         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19465         of gnus-tmp-group to decoded group name.
19466         (gnus-group-make-rss-group): Exclude `/'s from group names.
19467
19468 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * nnrss.el (nnrss-get-encoding): Fix regexp.
19471
19472 2004-12-27  Simon Josefsson  <jas@extundo.com>
19473
19474         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19475         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19476         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19477
19478 2004-12-17  Kim F. Storm  <storm@cua.dk>
19479
19480         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19481
19482         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19483
19484 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19485
19486         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19487
19488 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nnrss.el: Require rfc2047 and mml.
19491         (nnrss-file-coding-system): New variable.
19492         (nnrss-format-string): Redefine it as an inline function.
19493         (nnrss-decode-group-name): New function.
19494         (nnrss-string-as-multibyte): Remove.
19495         (nnrss-retrieve-headers): Decode group name; don't use
19496         nnrss-format-string.
19497         (nnrss-request-group): Decode group name.
19498         (nnrss-request-article): Decode group name; allow a Message-ID as
19499         well as an article number; don't use nnrss-format-string; encode a
19500         Message-ID string which may contain non-ASCII characters; use
19501         mml-to-mime to compose a MIME article.
19502         (nnrss-request-expire-articles): Decode group name.
19503         (nnrss-request-delete-group): Decode group name.
19504         (nnrss-fetch): Clarify error message.
19505         (nnrss-read-server-data): Use insert-file-contents instead of load;
19506         bind file-name-coding-system; use multibyte buffer.
19507         (nnrss-save-server-data): Bind coding-system-for-write to the
19508         value of nnrss-file-coding-system; bind file-name-coding-system;
19509         add coding cookie.
19510         (nnrss-read-group-data): Use insert-file-contents instead of load;
19511         bind file-name-coding-system; use multibyte buffer.
19512         (nnrss-save-group-data): Bind coding-system-for-write to the
19513         value of nnrss-file-coding-system; bind file-name-coding-system.
19514         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19515         make it work with non-ASCII text.
19516         (nnrss-find-el): Make it work with old xml.el as well.
19517
19518 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19519
19520         * nnrss.el (nnrss-get-encoding): New function.
19521         (nnrss-fetch): Use unibyte buffer initially; bind
19522         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19523         decode contents according to the encoding attribute.
19524         (nnrss-save-group-data): Add coding cookie.
19525         (nnrss-mime-encode-string): New function.
19526         (nnrss-check-group): Use it to encode subject and author.
19527
19528 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19529
19530         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19531         imaginary variable.
19532
19533 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19536         correctly even if there are wide characters.
19537
19538 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19539
19540         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19541         downcased symbol names; make a new cache instead of reusing
19542         bbdb-hashtable.
19543
19544 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19547         concatenating segments rather than before concatenating them.
19548         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19549
19550         * message.el (message-get-reply-headers): Bind `extra'.
19551
19552 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19553
19554         * message.el (message-extra-wide-headers): New variable.
19555         (message-get-reply-headers): Use it.
19556
19557 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19560         (gnus-agent-group-pathname): Ditto.
19561
19562         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19563
19564         * gnus-group.el (gnus-group-make-group): Decode group name.
19565         (gnus-group-make-rss-group): Register the group data after opening
19566         the nnrss group.
19567
19568 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19569
19570         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19571         by expiry now get marked as read.
19572
19573 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19576
19577 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19578
19579         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19580         unify Latin characters in XEmacs.
19581         (mm-find-mime-charset-region): Use it.
19582
19583 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * gnus-util.el (gnus-delete-directory): New function.
19586
19587         * gnus-agent.el (gnus-agent-delete-group): Use it.
19588
19589         * gnus-cache.el (gnus-cache-delete-group): Use it.
19590
19591 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19594         names.
19595
19596 2004-12-16  Simon Josefsson  <jas@extundo.com>
19597
19598         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19599
19600 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19603
19604         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19605         (gnus-group-set-current-level): Decode group name.
19606
19607 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19608
19609         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19610         failed.
19611
19612 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * gnus-group.el (gnus-group-delete-group): Decode group name.
19615         (gnus-group-make-rss-group): Encode group name.
19616         (gnus-group-catchup-current): Decode group name.
19617         (gnus-group-kill-group): Decode group name.
19618
19619 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19620
19621         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19622
19623 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * gnus-group.el (gnus-group-make-rss-group):
19626         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19627
19628         * gnus-start.el (gnus-setup-news): Honor user's setting to
19629         gnus-message-archive-method.  Suggested by Lute Kamstra
19630         <lute@gnu.org>.
19631
19632 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19633
19634         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19635         global counterparts of the buffer-local variables.
19636
19637 2004-11-16  Romain Francoise  <romain@orebokech.com>
19638
19639         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19640         counterparts of the buffer-local variables.
19641
19642 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * message.el (message-forbidden-properties): Fix typo in doc
19645         string.
19646
19647 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * gnus-util.el (gnus-replace-in-string): Add doc string.
19650
19651         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19652         to avoid problems when splitting mails with many recipients.
19653
19654 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19655
19656         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19657         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19658
19659 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19660
19661         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19662         if there is no hashtable in memory or file modification time is
19663         newer than cached timestamp.
19664
19665 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19666
19667         * gnus-sum.el (gnus-summary-limit-to-recipient):
19668         Implement not-matching option.
19669
19670 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19671
19672         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19673         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19674         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19675         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19676         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19677         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19678
19679 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * message.el (message-forward-make-body-mml): Remove headers
19682         according to message-forward-ignored-headers if a message is decoded.
19683
19684 2004-12-02  Romain Francoise  <romain@orebokech.com>
19685
19686         * message.el (message-forward-make-body-plain): Always remove
19687         headers according to message-forward-ignored-headers.
19688
19689 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19690
19691         * spam.el (spam-summary-prepare-exit): Remove the
19692         gnus-summary-limit pop for now, it has problems with ham marks for
19693         me.
19694
19695 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19696
19697         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19698         correctly.
19699
19700 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19701
19702         * format-spec.el (format-spec): Message the char.
19703
19704 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19705
19706         * gnus-art.el (gnus-split-methods): Reformat comments.
19707
19708         * spam.el (spam-summary-prepare-exit): Remove article limits
19709         before exiting the summary buffer.
19710
19711 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19714         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19715
19716         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19717         order to silence the byte compiler.
19718
19719         * spam.el: Fix the way to silence the byte compiler, which
19720         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19721         bbdb-search-simple, spam-BBDB-register-routine,
19722         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19723         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19724         spam-stat-buffer-is-spam, spam-stat-load,
19725         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19726         spam-stat-save and spam-stat-split-fancy.
19727
19728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19731         which may confuse users.
19732         (canlock-password-for-verify): Ditto.
19733
19734         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19735
19736         * gnus-art.el (gnus-emphasis-alist): Ditto.
19737
19738         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19739
19740         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19741
19742         * gnus-start.el (gnus-save-killed-list): Ditto.
19743
19744         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19745         (gnus-sum-thread-tree-root): Ditto.
19746         (gnus-sum-thread-tree-false-root): Ditto.
19747         (gnus-sum-thread-tree-single-indent): Ditto.
19748
19749         * message.el (message-courtesy-message): Ditto.
19750         (message-archive-note): Ditto.
19751         (message-subscribed-address-file): Ditto.
19752         (message-user-fqdn): Ditto.
19753
19754         * spam-report.el (spam-report-gmane-regex): Ditto.
19755
19756         * spam.el (spam-blackhole-good-server-regex): Ditto.
19757
19758 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19759
19760         * mml.el (mml-preview): Widen the message buffer before copying
19761         the contents to the preview buffer; sort headers before previewing.
19762
19763         * message.el (message-hidden-headers): Fix the way to avoid a bug
19764         in the `repeat' widget in Emacs 21.3 or earlier.
19765
19766 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * message.el (message-hidden-headers): Default to "^References:".
19769         Improve customization type.  Suggested by Reiner Steib
19770         <Reiner.Steib@gmx.de>.
19771
19772 2004-11-25  Romain Francoise  <romain@orebokech.com>
19773
19774         * message.el (message-strip-forbidden-properties): Remove check for
19775         obsolete `message-hidden' text property, hidden headers are not
19776         accessible in the buffer anymore.
19777
19778 2004-11-22  Romain Francoise  <romain@orebokech.com>
19779
19780         * message.el (message-header-format-alist): Add `From' in list
19781         so that it can be sorted.
19782         (message-fix-before-sending): Widen and sort headers before
19783         sending.
19784         (message-hide-headers): Use narrowing to hide headers by moving
19785         them to the top of the buffer and narrowing to the region
19786         underneath.
19787
19788 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19789
19790         * message.el (message-strip-forbidden-properties):
19791         Bind buffer-read-only (etc) to nil.
19792
19793 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19794
19795         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19796         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19797
19798 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19799
19800         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19801
19802 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19803
19804         * dns.el (query-dns): Use sit-for to time instead of
19805         accept-process-output, since that doesn't seem to work on udp
19806         sockets.
19807
19808 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19811
19812 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19813
19814         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19815         doc string.  Improve doc string.
19816
19817 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * nntp.el (nntp-request-update-info): Return nil if
19820         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19821         may not call gnus-activate-group which uselessly issues the GROUP
19822         commands for all nntp groups and wastes time.  Reported by Romain
19823         Francoise <romain@orebokech.com>.
19824
19825         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19826
19827 2004-11-15  Simon Josefsson  <jas@extundo.com>
19828
19829         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19830         headers separately.
19831         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19832         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19833
19834 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19835
19836         * gnus-start.el (gnus-convert-old-newsrc):
19837         Assign legacy-gnus-agent to 5.10.7.
19838
19839 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840
19841         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19842         start of the lines.
19843
19844 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19845
19846         * hashcash.el (hashcash-default-payment): Change default to 20.
19847         (hashcash-default-accept-payment): Change default to 20.
19848         (hashcash-process-alist): New variable.
19849         (hashcash-generate-payment-async): Add.
19850         (hashcash-already-paid-p): Add.
19851         (hashcash-insert-payment): Don't generate payments twice.
19852         (hashcash-insert-payment-async): Add.
19853         (hashcash-insert-payment-async-2): Add.
19854         (hashcash-cancel-async): Add.
19855         (hashcash-wait-async): Add.
19856         (hashcash-processes-running-p): Add.
19857         (hashcash-wait-or-cancel): Add.
19858         (mail-add-payment): New optional argument.  Conditionally start
19859         asynchronous calculation.
19860         (mail-add-payment-async): Add.
19861
19862         * message.el (message-send-mail): Wait for asynchronous hashcash
19863         results.  Don't clobber existing X-Hashcash headers.
19864         (message-setup-1): Call mail-add-payment-async when
19865         message-generate-hashcash is non-nil.
19866
19867 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19868
19869         * message.el (message-use-alternative-email-as-from): Examine the
19870         From header as well; use message-make-from in order to include a
19871         user's full name.
19872
19873 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19876         default; improve customization type.
19877         (gnus-emphasis-custom-with-format): New macro.
19878         (gnus-emphasis-custom-value-to-external): New function.
19879         (gnus-emphasis-custom-value-to-internal): New function.
19880
19881 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19882
19883         * dns.el (query-dns): Resolve reverse addresses.
19884
19885 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19886
19887         * gnus-group.el (gnus-group-get-new-news): Use it.
19888
19889         * gnus-start.el (gnus-check-reasonable-setup): New function.
19890
19891 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19894         "Args out of range" error.  Reported by Arnaud Giersch
19895         <arnaud.giersch@free.fr>.
19896
19897 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19898
19899         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19900
19901 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19902
19903         * spam.el (spam group): Add :version.
19904
19905         * pgg-def.el (pgg group): Add :version.
19906
19907 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * gnus-art.el (gnus-article-edit-article): Don't associate the
19910         article buffer with a draft file.  This is a temporary measure
19911         against the 2004-08-22 change to gnus-article-edit-mode.
19912
19913 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19916         (html2text-format-tags): Remove unused variable `attr'.
19917
19918 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19921
19922         * tls.el (tls-process-connection-type, tls-success)
19923         (tls-certtool-program): Add :version.
19924
19925         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19926         (starttls-extra-arguments, starttls-process-connection-type)
19927         (starttls-connect, starttls-failure, starttls-success): Add :version.
19928
19929         * spam-stat.el (spam-stat): Add :version.
19930
19931         * sieve.el (sieve): Add :version.
19932
19933         * sha1.el (sha1): Add :version.
19934         (sha1-use-external): Remove redundant version.
19935
19936         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19937         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19938         (nnmail-split-fancy-match-partial-words)
19939         (nnmail-split-lowercase-expanded): Add :version.
19940
19941         * nndiary.el (nndiary): Add :version.
19942
19943         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19944
19945         * mml-sec.el (mml-default-sign-method)
19946         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19947         Add :version.
19948
19949         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19950
19951         * mm-url.el (mm-url-use-external, mm-url-program)
19952         (mm-url-arguments): Add :version.
19953
19954         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19955         (mm-attachment-file-modes, mm-decrypt-option)
19956         (mm-w3m-safe-url-regexp): Add :version.
19957
19958         * message.el (message-cite-prefix-regexp)
19959         (message-sendmail-envelope-from, message-minibuffer-local-map)
19960         (message-user-fqdn, message-completion-alist): Add :version.
19961
19962         * gnus-win.el (gnus-configure-windows-hook)
19963         (gnus-use-frames-on-any-display): Add :version.
19964
19965         * gnus-art.el (gnus-article-address-banner-alist)
19966         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19967         (gnus-treat-from-picon, gnus-treat-mail-picon)
19968         (gnus-treat-x-pgp-sig): Add :version.
19969
19970         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19971         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19972         (gnus-summary-article-delete-hook)
19973         (gnus-summary-display-while-building): Add :version.
19974
19975         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19976         (gnus-get-top-new-news-hook): Add :version.
19977
19978         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19979         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19980
19981         * gnus-registry.el (gnus-registry): Add :version.
19982
19983         * gnus-spec.el (gnus-use-correct-string-widths)
19984         (gnus-make-format-preserve-properties): Add :version.
19985
19986         * gnus.el (gnus-group-charter-alist)
19987         (gnus-group-fetch-control-use-browse-url)
19988         (gnus-install-group-spam-parameters): Add :version.
19989
19990         * gnus-diary.el (gnus-diary): Add :version.
19991
19992         * gnus-delay.el (gnus-delay): Add :version.
19993
19994         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19995         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19996         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19997         Add :version.
19998
19999         * gnus-agent.el (gnus-agent-max-fetch-size)
20000         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20001         (gnus-agent-prompt-send-queue): Add :version.
20002
20003         * deuglify.el (gnus-outlook-deuglify): Add :version.
20004
20005         * html2text.el: Beautify code.  Improve doc strings.
20006         Some checkdoc cleanup.
20007         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20008
20009 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20010
20011         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20012
20013 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20014
20015         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20016         when package is loaded.
20017
20018         * spam.el (spam-summary-score-preferred-header): Add global preference
20019         for people who want to override the default SpamAssassin over
20020         Bogofilter preference (when both are set).
20021         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20022         (spam-user-format-function-S):
20023         Check spam-summary-score-preferred-header.
20024         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20025         (spam-user-format-function-S): Format the score correctly.
20026
20027 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20030         signature file.  Suggested by Manoj Srivastava
20031         <srivasta@golden-gryphon.com>.
20032
20033         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20034         iso-2022-jp even in the Japanese language environment.
20035         Suggested by Jason Rumney <jasonr@gnu.org>.
20036
20037 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20040         use the same characters as the dummy marks; make it free from
20041         getting affected by the language environment.
20042         (gnus-summary-read-group-1): Update mark positions only when the
20043         format spec is updated.
20044
20045         * gnus-spec.el (gnus-update-format-specifications): Return a list
20046         of updated types.
20047
20048 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20051         of boundp to check if display-warning is available.
20052
20053 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20054
20055         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20056
20057 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * nnspool.el (nnspool-spool-directory): Use news-path if the
20060         news-directory variable is not bound.
20061
20062         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20063         function instead of display-warning if it is not available.
20064
20065 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20068         v5-10: Use `point-at-bol'.
20069
20070 2004-10-26  Simon Josefsson  <jas@extundo.com>
20071
20072         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20073         <chenggao@gmail.com>.
20074
20075 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20076
20077         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20078         instead.
20079
20080 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20081
20082         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20083         to remove a server from the nnimap-server-buffer-alist.
20084         (nnimap-open-connection, nnimap-close-server): Use it.
20085
20086         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20087
20088 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20091         running the major-mode function.
20092
20093 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20094
20095         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20096         dummy marks in the right way.
20097
20098 2004-10-18  David Edmondson  <dme@dme.org>
20099
20100         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20101         excessively.
20102
20103 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20104
20105         * gnus-util.el (gnus-split-references): Accept a nil references
20106         string and go on blissfully.
20107
20108         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20109         cases where the references string is non-nil but has no references.
20110
20111         * encrypt.el: Add autoload tags.
20112
20113         * spam.el (spam-resolve-registrations-routine): Remove article
20114         from unregistration list too.  Reported by David Hanak
20115         <dhanak@isis.vanderbilt.edu>
20116
20117 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20118
20119         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20120         nil.  Change custom type.
20121
20122 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20125
20126         * gnus-sum.el (gnus-summary-move-article): Use it.
20127
20128 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20129
20130         * encrypt.el: Add autoload cookies.
20131
20132         * spam.el (spam-backend-article-list-property)
20133         (spam-backend-get-article-todo-list)
20134         (spam-backend-put-article-todo-list)
20135         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20136         Resolve registrations separately.
20137         (spam-register-routine): Format comments.
20138         (spam-unregister-routine, spam-register-routine): Always call with
20139         specific-articles, no default list.
20140         (spam-summary-prepare-exit): Use the spam-classifications function.
20141
20142         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20143         gnus-encrypt.el.
20144
20145         * encrypt.el: Copied from gnus-encrypt.el.
20146
20147         * gnus-encrypt.el: Commented that it's obsolete.
20148
20149 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20152         (gnus-score-save): Use it.
20153
20154         * message.el (message-bury): Use `window-dedicated-p'.
20155
20156 2004-10-15  Simon Josefsson  <jas@extundo.com>
20157
20158         * pop3.el (top-level): Don't require nnheader.
20159         (pop3-read-timeout): Add.
20160         (pop3-accept-process-output): Add.
20161         (pop3-read-response, pop3-retr): Use it.
20162
20163 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * spam.el (spam-register-routine): Move comment.
20166         (spam-verify-bogofilter): Use 'unknown for the initial
20167         spam-bogofilter-valid state, not 'never.
20168
20169         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20170         for netrc-machine.
20171
20172         * nnimap.el (nnimap-open-connection):
20173         Use netrc-machine-user-or-password.
20174
20175 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20176
20177         * gnus-registry.el (gnus-registry-unload-hook):
20178         Set as a variable with add-hook.
20179
20180         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20181         of news-path.
20182
20183         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20184
20185         * spam.el: Delete duplicate `provide'.
20186         (spam-unload-hook): Set as a variable with add-hook.
20187
20188 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20189
20190         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20191         in the doc string.
20192
20193         * message.el (message-ignored-news-headers)
20194         (message-ignored-supersedes-headers)
20195         (message-ignored-resent-headers)
20196         (message-forward-ignored-headers): Improve custom type.
20197
20198 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * message.el (message-tokenize-header): Fix 2004-09-06 change
20201         which used point-min in the wrong place.
20202
20203 2004-10-12  Simon Josefsson  <jas@extundo.com>
20204
20205         * tls.el (tls-certtool-program): New variable.
20206         (tls-certificate-information): New function, based on
20207         ssl-certificate-information.
20208
20209 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * compface.el: Move the version of ELisp-based uncompface program
20212         to the contrib directory because of the copyright problem.
20213
20214 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20215
20216         * message.el (message-kill-buffer): Raise the current frame.
20217
20218 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20219
20220         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20221
20222         * gnus.el (message-y-or-n-p): Autoload.
20223
20224         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20225         (pop3-password-required, pop3-authentication-scheme)
20226         (pop3-leave-mail-on-server): Make customizable.
20227         (pop3): New custom group.
20228         (pop3-retr): Remove `sleep-for' statements.
20229         Suggested by Dave Love <fx@gnu.org>.
20230
20231         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20232         Windows/DOS.
20233
20234         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20235         (imap-parse-body): Fix incorrect use of `assert'.
20236         Suggested by Dave Love <fx@gnu.org>.
20237
20238         * mml.el (mml-minibuffer-read-disposition): Require match.
20239         Suggested by Dave Love <fx@gnu.org>.
20240
20241 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20244         doc string.
20245
20246 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20247
20248         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20249
20250 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20251
20252         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20253         instead of calling `mm-insert-inline', to decode text/* parts
20254         before displaying them.
20255
20256 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * mm-uu.el (mm-uu-text-plain-type): New variable.
20259         (mm-uu-pgp-signed-extract-1): Use it.
20260         (mm-uu-pgp-encrypted-extract-1): Use it.
20261         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20262         bind mm-uu-text-plain-type with that value.
20263         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20264         mm-uu-dissect.
20265
20266 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * gnus-group.el (gnus-update-group-mark-positions):
20269         * gnus-sum.el (gnus-update-summary-mark-positions):
20270         * message.el (message-check-news-body-syntax):
20271         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20272         of string-as-multibyte.
20273
20274 2004-10-05  Juri Linkov  <juri@jurta.org>
20275
20276         * gnus-group.el (gnus-update-group-mark-positions):
20277         * gnus-sum.el (gnus-update-summary-mark-positions):
20278         * message.el (message-check-news-body-syntax):
20279         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20280         8-bit unibyte values to a multibyte string for search functions.
20281
20282 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20285         (mm-uu-dissect-text-parts): New function.
20286
20287         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20288         dissect text parts.
20289
20290         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20291         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20292
20293         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20294
20295         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20296         Use gnus-current-topics instead of gnus-current-topic.
20297
20298 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20299
20300         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20301
20302 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20303
20304         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20305         where appropriate.
20306
20307         * nnml.el (nnml-generate-active-info): do.
20308
20309         * nndiary.el (nndiary-generate-active-info): do.
20310
20311         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20312         (gnus-topic-move): do.
20313
20314         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20315         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20316
20317         * gnus-srvr.el (gnus-server-prepare)
20318         (gnus-server-open-all-servers): do.
20319
20320         * gnus-msg.el (gnus-summary-cancel-article)
20321         (gnus-summary-resend-message)
20322         (gnus-summary-mail-crosspost-complaint): do.
20323
20324         * gnus-move.el (gnus-change-server): do.
20325
20326         * gnus-group.el (gnus-group-unmark-all-groups)
20327         (gnus-group-set-current-level): do.
20328
20329 2004-10-04  Simon Josefsson  <jas@extundo.com>
20330
20331         * message.el (message-generate-hashcash): Doc fix.
20332
20333 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20334
20335         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20336         avoid infinite recursion via gnus-get-function.
20337
20338 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20339
20340         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20341
20342         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20343
20344         * nnmail.el (nnmail-split-history): do.
20345
20346         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20347         (nnml-request-delete-group): do.
20348
20349         * nnslashdot.el (nnslashdot-read-groups): do.
20350
20351         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20352         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20353
20354         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20355         (nnspool-sift-nov-with-sed): Use last.
20356         (nnspool-retrieve-headers-with-nov): Use mapc.
20357         (nnspool-request-newgroups): Use dolist.
20358         (nnspool-request-group): Use last.
20359
20360         * nntp.el (nntp-read-server-type): Use dolist.
20361
20362         * nnvirtual.el (nnvirtual-create-mapping)
20363         (nnvirtual-update-read-and-marked): Use dolist.
20364         (nnvirtual-convert-headers): Simplify.
20365
20366 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20367
20368         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20369         Add support for sync'ing tick marks.
20370
20371 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20374         there's no visible header.
20375
20376 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20377
20378         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20379         When necessary, pass full group name to gnus-request-set-marks.
20380
20381 2004-10-01  Simon Josefsson  <jas@extundo.com>
20382
20383         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20384         acroread.
20385
20386 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20387
20388         * spam-report.el (spam-report-gmane): Fix interactive.
20389
20390         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20391
20392         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20393         when writing file.
20394         (gnus-agent-synchronize-flags): Don't default to being
20395         interactive.
20396
20397 2004-09-30  Simon Josefsson  <jas@extundo.com>
20398
20399         * message.el (message-generate-hashcash): Add.
20400         (message-send-mail): Use it, call mail-add-payment.
20401
20402 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20403
20404         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20405
20406 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20407
20408         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20409         gnus-requst-update-info with explicit code to sync the in-memory
20410         info read flags with the marks being sync'd to the backend.
20411
20412         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20413
20414 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20415
20416         * spam.el (spam-verify-bogofilter): Add new function.
20417         (spam-check-bogofilter)
20418         (spam-bogofilter-register-with-bogofilter): Use it.
20419         (spam-verify-bogofilter): Add small fixes.
20420
20421 2004-09-28  Simon Josefsson  <jas@extundo.com>
20422
20423         * hashcash.el (hashcash-generate-payment): Revert.
20424
20425 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20426
20427         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20428         Use gnus-extract-references instead of gnus-split-references.
20429
20430         * gnus-util.el (gnus-extract-references): Add new function, analogous
20431         to gnus-split-references but extracts only the message-ID without
20432         anything extra.
20433
20434         * hashcash.el (hashcash-generate-payment)
20435         (hashcash-check-payment): Do the right thing if hashcash-path is
20436         nil (because the hashcash program could not be found).
20437
20438         * spam.el (spam-use-hashcash): Remove comment.
20439
20440 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20441
20442         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20443         (gnus-cache-enter-article, gnus-cache-remove-article)
20444         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20445
20446         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20447
20448         * gnus-art.el (article-hide-boring-headers)
20449         (article-translate-strings, article-display-face)
20450         (gnus-article-mime-match-handle-first)
20451         (gnus-article-highlight-headers)
20452         (gnus-article-add-buttons-to-head): do.
20453
20454 2004-09-27  Simon Josefsson  <jas@extundo.com>
20455
20456         * hashcash.el: New version, from
20457         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20458         ../contrib/.
20459
20460 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20463
20464 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20465
20466         * gnus-dup.el (gnus-dup-open): Use mapc.
20467         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20468
20469         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20470         Reported by Stefan Wiens <s.wi@gmx.net>.
20471
20472         * gnus.el (gnus-shutdown): Use dolist.
20473
20474         * gnus-undo.el (gnus-undo): Use mapc.
20475
20476         * nnrss.el (nnrss-generate-active): do.
20477
20478         * message.el (message-cite-original-without-signature)
20479         (message-cite-original): Use mapc.
20480         (message-do-actions, message-make-forward-subject): Use dolist.
20481
20482 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20483
20484         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20485         deletion to remove entire duplicate line.  Fixes merged article
20486         number bug.
20487
20488 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20489
20490         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20491         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20492         first ask if you want to open a server and then, even when you
20493         responded with no, asking if you want to synchronize the server's
20494         flags.
20495         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20496         multi-line expressions.
20497         (gnus-agent-synchronize-group-flags): New internal function.
20498         Updates marks in memory (in the info structure) AND in the
20499         backend.
20500
20501         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20502
20503         * nnagent.el (nnagent-request-set-mark):
20504         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20505         method, to ensure that synchronization updates marks in the
20506         backend and in the info (in memory) structure.
20507
20508 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20509
20510         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20511         convention fully; don't miss the root article of a thread; make
20512         the X-Draft-From header with correct article numbers.
20513
20514 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20515
20516         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20517         unless plugged.  Disable the agent so that an open failure causes
20518         an error.
20519
20520         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20521         Revert 2004-09-21 change.  The backend must be opened while
20522         synchronizing flags even when the backend stores the flags
20523         locally.
20524
20525 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20526
20527         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20528         in `header' match.  Reported by Svend Tollak Munkejord.
20529
20530         * message.el (message-cite-original): Fix use of
20531         `message-cite-articles-with-x-no-archive'.
20532
20533 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20536         (gnus-window-to-buffer): Ditto.
20537
20538         * mml.el (mml-preview-buffer): New variable.
20539         (mml-preview): Manage window layout with gnus-buffer-configuration.
20540
20541         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20542         X-Draft-From header even if those articles aren't quoted.
20543
20544 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20545
20546         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20547         (gnus-request-set-mark, gnus-request-update-mark): Use new
20548         g-s-t-u-l-m to decide to use backend even when unplugged.
20549
20550 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20551
20552         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20553         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20554
20555 2004-09-20  Simon Josefsson  <jas@extundo.com>
20556
20557         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20558         "utf-16-le".
20559
20560 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20561
20562         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20563
20564 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20565
20566         * uudecode.el (uudecode-use-external): Add :version.
20567
20568         * smime.el (smime-CA-file, smime-encrypt-cipher)
20569         (smime-dns-server): Add :version.
20570
20571         * smiley.el (gnus-smiley-file-types): Add :version.
20572
20573         * sha1.el (sha1-use-external): Add :version.
20574
20575         * pgg-def.el (pgg-query-keyserver): Add :version.
20576
20577         * nnmail.el (nnmail-fancy-expiry-targets)
20578         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20579         Add :version.
20580
20581         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20582         (nnimap-retrieve-groups-asynchronous): Add :version.
20583         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20584
20585         * mml.el (mml-content-disposition-parameters)
20586         (mml-insert-mime-headers-always): Add :version.
20587
20588         * mm-util.el (mm-coding-system-priorities): Add :version.
20589
20590         * mm-decode.el (mm-inline-text-html-with-images)
20591         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20592         (mm-verify-option): Add :version.
20593         (mm-text-html-renderer): Change :version.
20594
20595         * message.el (message-fcc-externalize-attachments)
20596         (message-required-headers, message-draft-headers)
20597         (message-subject-trailing-was-query)
20598         (message-subject-trailing-was-ask-regexp)
20599         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20600         (message-mark-insert-end, message-archive-header)
20601         (message-archive-note, message-cross-post-default)
20602         (message-cross-post-note, message-followup-to-note)
20603         (message-cross-post-note-function, message-use-mail-followup-to)
20604         (message-subscribed-address-functions)
20605         (message-subscribed-address-file, message-subscribed-addresses)
20606         (message-subscribed-regexps, message-allow-no-recipients)
20607         (message-yank-cited-prefix, message-signature-insert-empty-line)
20608         (message-hidden-headers, message-hierarchical-addresses)
20609         (message-mail-user-agent, message-use-idna)
20610         (message-valid-fqdn-regexp)
20611         (message-strip-special-text-properties, message-header-synonyms)
20612         (message-beginning-of-line, message-tab-body-function): Add :version.
20613         (message-insert-canlock, message-wide-reply-confirm-recipients):
20614         Change :version.
20615
20616         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20617         and :version.
20618         (mail-source-delete-old-incoming-confirm)
20619         (mail-source-movemail-program): Add :version.
20620
20621         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20622         (gnus-agent-cache, gnus-agent): Change :version.
20623
20624         * gnus-util.el (gnus-use-byte-compile): Change :version.
20625
20626         * gnus-sum.el (gnus-summary-make-false-root-always)
20627         (gnus-summary-default-high-score)
20628         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20629         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20630         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20631         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20632         (gnus-sum-thread-tree-single-indent)
20633         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20634         (gnus-sum-thread-tree-leaf-with-other)
20635         (gnus-sum-thread-tree-single-leaf): Add :version.
20636         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20637         (gnus-article-loose-mime): Change :version.
20638
20639         * gnus-start.el (gnus-backup-startup-file)
20640         (gnus-save-startup-file-via-temp-buffer): Add :version.
20641
20642         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20643         (gnus-server-offline-face): Add :version.
20644
20645         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20646
20647         * gnus-msg.el (gnus-gcc-externalize-attachments)
20648         (gnus-debug-files, gnus-debug-exclude-variables)
20649         (gnus-discouraged-post-methods): Change :version.
20650         (gnus-confirm-mail-reply-to-news)
20651         (gnus-confirm-treat-mail-like-news): Add :version.
20652
20653         * gnus-int.el (gnus-server-unopen-status): Add :version.
20654
20655         * gnus-group.el (gnus-group-jump-to-group-prompt)
20656         (gnus-large-ephemeral-newsgroup)
20657         (gnus-fetch-old-ephemeral-headers): Add :version.
20658
20659         * gnus-fun.el (gnus-x-face-directory)
20660         (gnus-convert-pbm-to-x-face-command)
20661         (gnus-convert-image-to-x-face-command)
20662         (gnus-convert-image-to-face-command): Add :version.
20663
20664         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20665
20666         * gnus-cite.el (gnus-cite-blank-line-after-header)
20667         (gnus-article-boring-faces): Add :version.
20668
20669         * gnus-art.el (gnus-buttonized-mime-types)
20670         (gnus-inhibit-mime-unbuttonizing)
20671         (gnus-treat-display-face)
20672         (gnus-treat-body-boundary): Change :version.
20673         (gnus-body-boundary-delimiter, gnus-picon-databases)
20674         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20675         (gnus-treat-date-english, gnus-treat-fold-headers)
20676         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20677         (gnus-treat-mail-picon, gnus-treat-wash-html)
20678         (gnus-article-encrypt-protocol)
20679         (gnus-use-idna, gnus-article-over-scroll)
20680         (gnus-mime-display-multipart-alternative-as-mixed)
20681         (gnus-mime-display-multipart-related-as-mixed)
20682         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20683         (gnus-ctan-url, gnus-button-ctan-handler)
20684         (gnus-button-handle-ctan-bogus-regexp)
20685         (gnus-button-ctan-directory-regexp)
20686         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20687         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20688         (gnus-button-man-level, gnus-button-emacs-level)
20689         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20690
20691         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20692         (gnus-agent-go-online): Change :version.
20693         (gnus-agent-expire-unagentized-dirs)
20694         (gnus-agent-auto-agentize-methods): Add :version.
20695
20696         * flow-fill.el (fill-flowed-display-column)
20697         (fill-flowed-encode-column): Add :version.
20698
20699         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20700         (gnus-outlook-deuglify-unwrap-max)
20701         (gnus-outlook-deuglify-cite-marks)
20702         (gnus-outlook-deuglify-unwrap-stop-chars)
20703         (gnus-outlook-deuglify-no-wrap-chars)
20704         (gnus-outlook-deuglify-attrib-cut-regexp)
20705         (gnus-outlook-deuglify-attrib-verb-regexp)
20706         (gnus-outlook-deuglify-attrib-end-regexp)
20707         (gnus-outlook-display-hook): Add :version.
20708
20709         * binhex.el (binhex-use-external): Add :version.
20710
20711 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20714         and `invisible'.
20715
20716 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20717
20718         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20719         in gnus-registry-trim.
20720
20721 2004-09-13  Simon Josefsson  <jas@extundo.com>
20722
20723         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20724
20725         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20726
20727         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20728         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20729         <yamaoka@jpl.org>.
20730         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20731         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20732         <yamaoka@jpl.org>.
20733
20734         * sieve.el (sieve-manage-mode): Ditto.
20735
20736 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20737
20738         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20739
20740 2004-09-11  Simon Josefsson  <jas@extundo.com>
20741
20742         * dns-mode.el: Add.
20743
20744         * mm-view.el (mm-display-dns-inline): Add.
20745
20746         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20747         (mm-automatic-display): Ditto.
20748
20749         * mailcap.el (mailcap-mime-data): Add text/dns.
20750         (mailcap-mime-extensions): Map .soa to text/dns.
20751
20752 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20753
20754         * gnus-art.el (article-decode-mime-words, article-babel)
20755         (gnus-article-highlight-signature, gnus-article-add-buttons)
20756         (gnus-signature-toggle): Remove unnecessary bindings of
20757         `inhibit-read-only' inherited from v5.10 merge.
20758
20759 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20760
20761         * nntp.el (nntp): New customization group.
20762         (nntp-authinfo-file): Add customization group.
20763
20764         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20765
20766         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20767
20768         * gnus.el (to-address, to-list, subscribed)
20769         (large-newsgroup-initial): Ditto.
20770
20771         * flow-fill.el (fill-flowed-display-column)
20772         (fill-flowed-encode-column): Ditto.
20773
20774 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20775
20776         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20777         Use point-min rather than 1.
20778         (message-send-mail): Use buffer-size rather than point-max.
20779
20780         * gnus-sum.el (gnus-summary-search-article-forward):
20781         Signal a specific `search-failed' rather than a generic `error'.
20782
20783         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20784         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20785         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20786
20787 2004-09-10  Simon Josefsson  <jas@extundo.com>
20788
20789         * nndb.el (require): Remove tcp and duplicate cl.
20790
20791 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gnus-agent.el (directory-files-and-attributes): Move forward.
20794
20795 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20796
20797         * gnus-agent.el (directory-files-and-attributes):
20798         Optionally defined to support XEmacs.
20799
20800 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20801
20802         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20803         to avoid run-time CL dependencies.
20804         (gnus-agent-unfetch-articles): New function.
20805         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20806         article numbers even when local .overview file is missing.
20807         (gnus-agent-read-article-number): New function.  Only accepts
20808         27-bit article numbers.
20809         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20810         Use gnus-agent-read-article-number.
20811         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20812         from backend while recognizing that article numbers in .overview
20813         must be valid.
20814         (gnus-agent-update-files-total-fetched-for):
20815         Use directory-files-and-attributes to improve performance.
20816         * gnus-int.el (gnus-request-move-article):
20817         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20818         improve performance.
20819
20820         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20821         some users confused by references to .newsrc when they only have a
20822         .newsrc.eld file.
20823         (gnus-convert-mark-converter-prompt)
20824         (gnus-convert-converter-needs-prompt): Fix use of property list.
20825         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20826         New function.  Used internally to only display 'gnus converting
20827         files' message when actually necessary.
20828
20829         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20830         methods now autoloaded.
20831
20832 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20835         identifiers.
20836
20837 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * gnus-picon.el: Fix indentation and closing parenthesis.
20840
20841 2004-09-01  Simon Josefsson  <jas@extundo.com>
20842
20843         * message.el (message-canlock-generate): Require sha1, not
20844         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20845         to require within a function.  Sadly, if sha1.el isn't loaded, the
20846         let binding in m-c-g will hide the defcustom definition, which is
20847         bad.)
20848
20849         * canlock.el: Require sha1, not sha1-el.
20850
20851         * message.el: Don't autoload sha1 (there is a autoload cookie in
20852         sha1.el).
20853
20854         * sha1-el.el: Rename to sha1.el.
20855
20856 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20857
20858         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20859
20860 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20861
20862         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20863
20864 2004-08-30  Kim F. Storm  <storm@cua.dk>
20865
20866         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20867
20868         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20869         Add :group 'nnimap.
20870
20871 2004-08-30  Andreas Schwab  <schwab@suse.de>
20872
20873         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20874         ?* and ?\;.
20875
20876         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20877         and ?\' to symbol instead of whitespace.
20878
20879 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20880
20881         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20882
20883         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20884         instead of re-search-forward.
20885
20886         * gnus-uu.el (gnus-uu-save-article): Ditto.
20887         (gnus-uu-post-encode-uuencode): Ditto.
20888
20889         * html2text.el (html2text-clean-list-items): Ditto.
20890         (html2text-clean-dtdd): Ditto.
20891         (html2text-format-tags): Ditto.
20892
20893         * message.el (message-send-mail-with-sendmail): Fix regexp.
20894         (message-fill-field-general): Use search-forward instead of
20895         re-search-forward.
20896         (unbold-region): Ditto.
20897
20898         * nnrss.el (nnrss-request-article): Ditto.
20899
20900         * nnslashdot.el (nnslashdot-request-article): Ditto.
20901
20902         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20903
20904         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20905         "Unrecognized menu descriptor" error in XEmacs.
20906
20907 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20908
20909         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20910         parent article of a sparse article in the thread hashtb.
20911
20912 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20913
20914         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20915         (nnmail-expand-newtext): Lowercase expanded entries if
20916         nnmail-split-lowercase-expanded is non-nil.
20917
20918 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20921
20922         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20923         of gnus-tmp-news-method into string under XEmacs.  It will be
20924         passed to gnus-correct-length which takes only a string argument.
20925
20926 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * gnus-util.el (gnus-bind-print-variables): New macro.
20929         (gnus-prin1): Use it.
20930         (gnus-prin1-to-string): Use it.
20931         (gnus-pp): New function.
20932         (gnus-pp-to-string): New function.
20933
20934         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20935         Replace pp-to-string with gnus-pp-to-string.
20936         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20937         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20938         * gnus-msg.el (gnus-debug): Ditto.
20939         * gnus-score.el (gnus-score-save): Ditto.
20940         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20941         gnus-pp-to-string.
20942         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20943         with gnus-pp.
20944         * score-mode.el (gnus-score-pretty-print): Ditto.
20945         * webmail.el (webmail-debug): Ditto.
20946
20947 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * gnus-art.el (article-display-face, article-display-x-face):
20950         Use buffer-read-only.
20951
20952 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * gnus-art.el (article-hide-list-identifiers):
20955         Bind inhibit-read-only as t.
20956
20957 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20958
20959         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20960
20961 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20962
20963         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20964         (gnus-narrow-to-page): Don't assume point-min == 1.
20965         (gnus-article-edit-mode): Derive from message-mode.
20966
20967         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20968         point-min == 1.
20969
20970         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20971         Disable incorrect use of `assert'.
20972
20973         * message.el (message-mode): Set comment-start-skip.
20974
20975
20976 2004-08-22  Sam Steingold  <sds@gnu.org>
20977
20978         * pop3.el (pop3-leave-mail-on-server): New user variable.
20979         (pop3-movemail): Delete mail only when it is nil.
20980
20981 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20984
20985         * mml.el (mml-preview): Use `pop-to-buffer'.
20986
20987         * message.el (message-goto-mail-followup-to): Insert after "To".
20988         (message-carefully-insert-headers): Add comment.
20989
20990         * gnus.el: Remove unused variable `gnus-article-check-size'.
20991
20992         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20993
20994         * gnus-art.el (gnus-button-alist):
20995         Improve `gnus-button-handle-library' entry.
20996
20997 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20998
20999         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21000         Use downcase, since XEmacs capitalizes error messages differently.
21001
21002 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21003
21004         * nntp.el: Add (require 'gnus) due to reference to
21005         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21006
21007 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21008
21009         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21010         Bind `mm-fill-flowed'.
21011
21012         * mm-decode.el (mm-dissect-singlepart): Check it.
21013
21014 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21015
21016         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21017         'imap' for netrc parsing.
21018
21019 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21020
21021         * mailcap.el (mailcap-mime-data): Mark as risky.
21022
21023 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21026         may be included in the encoded word.
21027         (rfc2047-encode): Don't append a space if the encoded word
21028         includes close parenthesis.
21029
21030 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21033         of text within parentheses.
21034
21035 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21036
21037         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21038         (gnus-encrypt-write-file-contents): Make the password key the file
21039         name PLUS the cipher, not just the cipher.  Also remove failed
21040         passwords from the cache.
21041
21042 2004-08-06  Simon Josefsson  <jas@extundo.com>
21043
21044         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21045         Doc fix.
21046
21047 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21050         LWSP.
21051
21052 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21055         Try to append in-reply-to: data to the references: header.
21056
21057         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21058         (netrc-parse): Use gnus-encrypt.el functions.
21059
21060         * gnus-encrypt.el: Add new file for encryption support; currently
21061         does only a few GPG ciphers and an internal XOR cipher.
21062
21063         * password.el: Add comments on using password-read-and-add.
21064         (password-read-and-add): Add function to read and add the
21065         password to the cache at once.
21066
21067 2004-07-28  Simon Josefsson  <jas@extundo.com>
21068
21069         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21070         parameter (but don't use it, for now).
21071
21072         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21073         instead of hard coding to nil.
21074
21075 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21078         as mm-inline-image-xemacs does.
21079
21080 2004-07-26  Simon Josefsson  <jas@extundo.com>
21081
21082         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21083         Revert part of 2004-07-17 change below.
21084
21085 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21088         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21089
21090 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21091
21092         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21093         quotes that actually start with ">" at the beginning of the
21094         lines.
21095
21096 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21097
21098         * rfc2047.el (rfc2047-encode-region): Fix last change.
21099         (rfc2047-encode-parameter): Remove useless concat.
21100
21101 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21102
21103         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21104         encode special characters; fix some kind of misconfigured headers;
21105         signal a real error if debug-on-quit or debug-on-error is non-nil.
21106         (rfc2047-encode-max-chars): New variable.
21107         (rfc2047-encode-1): Use it.
21108         (rfc2047-encode-parameter): New function.
21109
21110         * mml.el (mml-insert-parameter): Remove an excessive space.
21111
21112 2004-07-17  Simon Josefsson  <jas@extundo.com>
21113
21114         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21115         Kai Grossjohann <kai@emptydomain.de>.
21116         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21117         (gnus-group-make-menu-bar): Ditto.
21118
21119         * gnus-util.el (gnus-group-server): Add.
21120
21121 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21122
21123         * message.el (message-clone-locals): Clone sendmail and smtp
21124         variables.
21125
21126 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21127
21128         * rfc2047.el (rfc2047-encode-region): Fix last change.
21129
21130 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21133         characters as non-special.
21134
21135 2004-07-09  Simon Josefsson  <jas@extundo.com>
21136
21137         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21138         Users will lose all flag changes made while unplugged with
21139         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21140         good default.  See numerous reports on ding mailing list.
21141
21142 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21145         add generate-head-function and generate-article-function to the
21146         rfc822-forward entry.
21147         (nndoc-rfc822-forward-generate-article): New function.
21148         (nndoc-rfc822-forward-generate-head): New function.
21149
21150         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21151
21152 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21153
21154         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21155         respect display group parameter and gnus-summary-expunge-below.
21156         (gnus-articles-to-read): Remove unused reference to display group
21157         parameter.
21158
21159 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21160
21161         * nnheader.el (nnheader-uniquify-message-id): New experimental
21162         variable.
21163         (nnheader-nov-read-message-id): Use it.
21164
21165         * spam-report.el (spam-report-gmane): Add interactive.
21166
21167 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * mm-encode.el (mm-content-transfer-encoding-defaults):
21170         Use qp-or-base64 for the application/* types.
21171
21172 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21173
21174         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21175
21176 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21177
21178         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21179         trim value.
21180
21181 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21182
21183         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21184         New macro and function.
21185         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21186
21187 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21190         after-load-alist.
21191
21192 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21193
21194         * gnus-group.el (gnus-group-get-new-news-this-group):
21195         Don't update info that isn't there.
21196
21197 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21198
21199         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21200         entry.
21201
21202 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * mm-view.el (mm-inline-render-with-function): Use multibyte
21205         buffer; decode html source by charset.
21206
21207         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21208
21209         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21210         Mule-UCS is loaded under XEmacs.
21211         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21212
21213 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21216
21217 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * mm-util.el (mm-coding-system-p): Return a coding-system.
21220         (mm-mime-mule-charset-alist): Use shift_jis instead of
21221         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21222         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21223         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21224         instead of japanese-shift-jis and iso-latin-1 respectively in
21225         order to share the default value with both Emacs and XEmacs-mule.
21226         (mm-mule-charset-to-mime-charset):
21227         Make mm-coding-system-priorities effective.
21228         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21229         while predicating of candidates upon the priorities.
21230
21231 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21232
21233         * gnus-sum.el (gnus-summary-make-menu-bar):
21234         Add gnus-uu-invert-processable.
21235
21236         * gnus.el: Autoload gnus-uu-invert-processable.
21237
21238 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21239
21240         * mm-util.el (mm-with-multibyte-buffer): New macro.
21241
21242         * rfc2047.el (rfc2047-encode-string): Use it.
21243         (rfc2047-encode-region): Move point to the end of the region after
21244         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21245
21246 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21249         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21250
21251 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21254         (gnus-cite-parse): Ignore quoted envelope From_.
21255         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21256
21257 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21258
21259         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21260         invalid addresses.
21261
21262 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21263
21264         * spam.el: Change section markers, revise TODO list.
21265         (spam-backends): Make new master list of all installed backends.
21266         (spam-summary-exit-behavior): Add new variable to determine how
21267         messages moves are done at summary exit.
21268         (spam-move-spam-nonspam-groups-only)
21269         (spam-process-ham-in-nonham-groups)
21270         (spam-process-ham-in-spam-groups): Remove variables, the
21271         spam-summary-exit-behavior variable should be used to manage this
21272         behavior.
21273         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21274         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21275         and spam-old-spam-articles.
21276         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21277         Add empty variables, placeholders for the backends they represent.
21278         (spam-set-difference): Move, unchanged.
21279         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21280         unless the user has a processor variable.
21281         (spam-classifications, spam-classification-valid-p)
21282         (spam-backend-properties, spam-backend-property-valid-p)
21283         (spam-backend-function-type-valid-p)
21284         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21285         (spam-report-articles-gmane, spam-report-articles-resend):
21286         Remove functions, they are not needed.
21287         (spam-install-backend-super, spam-backend-list)
21288         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21289         (spam-backend-function, spam-backend-ham-registration-function)
21290         (spam-backend-spam-registration-function)
21291         (spam-backend-ham-unregistration-function)
21292         (spam-backend-spam-unregistration-function)
21293         (spam-backend-statistical-p, spam-backend-mover-p)
21294         (spam-install-backend-alias, spam-install-checkonly-backend)
21295         (spam-install-mover-backend, spam-install-nocheck-backend)
21296         (spam-install-backend, spam-install-statistical-backend)
21297         (spam-install-statistical-checkonly-backend): Add backend installation
21298         support.
21299         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21300         (spam-group-processor-p): Use the new backend code and respect the
21301         summary exit behavior.
21302         (spam-mark-spam-as-expired-and-move-routine): Remove.
21303         (spam-summary-prepare): Change to use the new spam-old-articles
21304         variable.
21305         (spam-copy-or-move-routine, spam-copy-spam-routine)
21306         (spam-move-spam-routine, spam-copy-ham-routine)
21307         (spam-move-ham-routine): Add code to copy/move ham or spam.
21308         (spam-fetch-field-fast): Improve doc and code, plus allow the
21309         'number request.
21310         (spam-list-of-checks, spam-list-of-statistical-checks):
21311         Remove variables.
21312         (spam-split, spam-find-spam): Use the new backend code.
21313         (spam-registration-functions): Remove variable.
21314         (spam-unregister-routine): Add convenience wrapper.
21315         (spam-log-undo-registration, spam-register-routine)
21316         (spam-log-processing-to-registry)
21317         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21318         where possible.
21319         (spam-check-gmane-xref, spam-check-regex-headers)
21320         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21321         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21322         (spam-check-bogofilter-headers, spam-check-spamoracle)
21323         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21324         (spam-check-crm114-headers): Use the spam-split-group that
21325         spam-split prepares, no need to determine it every time.
21326
21327         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21328         to the nnheader-parse-naked-head call.
21329
21330         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21331
21332         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21333         the nnheader-nov-read-message-id call.
21334
21335 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21338         gnus-activate-group twice.  Suggested by Markus Peter
21339         <warp@spin.de>.
21340
21341 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * gnus-art.el (gnus-article-time-format): Exchange the order of
21344         day and month in the default value; fix customization type.
21345         (article-date-ut): Use add-text-properties.
21346         (article-make-date-line): Use message-make-date instead of
21347         current-time-string.
21348
21349         * message.el (message-fetch-field): Don't use set-text-properties.
21350         (message-make-date): Simplify.
21351
21352         * messagexmas.el (message-xmas-make-date): New function.
21353         (message-xmas-redefine): Defalias message-make-date to it.
21354
21355 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21358         (rfc2047-encode-region): Treat text within parentheses as special;
21359         show the original text when error has occurred.
21360
21361         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21362         already-computed method to gnus-activate-group.
21363
21364         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21365         same select-methods identical Lisp objects.
21366
21367         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21368         object when modifying the info.
21369
21370 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21373         gnus-opened-servers since it has never been opened with the new
21374         configuration yet.
21375
21376 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21377
21378         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21379         arg to nnheader-generate-fake-message-id.
21380
21381 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21382
21383         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21384         number and build a fake message ID localized to a group and
21385         article number (so it's repeatable from that point on).
21386         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21387         ID format.
21388
21389         * gnus-sum.el (gnus-get-newsgroup-headers):
21390         Call nnheader-generate-fake-message-id with the article number.
21391
21392 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21393
21394         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21395         end-of-buffer.
21396
21397 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21398
21399         * message.el (message-ignored-supersedes-headers): Add Approved.
21400
21401 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21404         goto-char.
21405         (rfc2047-encode): Fold the line before encoding.
21406
21407 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21408
21409         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21410         folding -- not all headers can be folded, and this should be done
21411         by the message composition mode.  Probably.  I think.
21412
21413 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21414
21415         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21416         fast.
21417
21418         * gnus-ems.el (gnus-remove-image): Don't use
21419         message-text-with-property; remove only the image found first.
21420
21421         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21422         found first.
21423
21424 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21425
21426         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21427
21428 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * message.el (message-text-with-property): Make it fast and accept
21431         optional arguments.
21432         (message-strip-forbidden-properties): Use it.
21433         (message-fix-before-sending): Follow the m-t-w-p change.
21434
21435         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21436
21437 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * gnus-art.el (article-hide-headers): Don't change the buffer
21440         mistakenly when performing mml-preview even if
21441         gnus-single-article-buffer is nil.
21442
21443 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21444
21445         * message.el (message-expand-name-databases): New user option.
21446         (message-expand-name): Use it.
21447
21448 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21449
21450         * spam.el (spam-report-articles-resend)
21451         (spam-report-resend-register-routine): Allow ham reporting.
21452         (spam-report-resend-register-ham-routine): Add wrapper.
21453         (spam-registration-functions): Add ham resending functions.
21454         (spam-list-of-processors): Add ham resend processor.
21455
21456         * gnus.el (ham-resend-to): Add new group parameter.
21457         (spam-process): Add ham resend option.
21458
21459         * spam-report.el (spam-report-resend): Allow reporting ham.
21460         (spam-report-resend-ham): Add wrapper.
21461
21462 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21463
21464         * message.el (message-cite-articles-with-x-no-archive):
21465         New variable.
21466         (message-cite-original): Use it.
21467
21468 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21469
21470         * message.el (message-cite-original): Respect X-No-Archive.
21471
21472 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-art.el (article-hide-headers): Refer to the values for
21475         gnus-ignored-headers and gnus-visible-headers in the summary
21476         buffer since a user may have set them as group parameters.
21477
21478 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21479
21480         * assistant.el (assistant-node-name): Add convenience function.
21481         (assistant-render-text, assistant-render-node): Add error handling,
21482         plus handle multiple next nodes.
21483         (assistant-find-next-node): Comment out for now.
21484         (assistant-find-next-nodes): Add function, returns list of next
21485         nodes.
21486
21487 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21488
21489         * mail-source.el (mail-source-directory): Fix doc-string.
21490
21491 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21492
21493         * assistant.el (assistant-render-text, assistant-eval): Add :set
21494         widget type, which is different because it takes and returns a
21495         list.  Much hilarity ensues.
21496
21497 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21498
21499         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21500
21501         * gnus-group.el (gnus-group-get-new-news-this-group):
21502         Add doc-string.
21503
21504         * gnus-start.el (gnus-activate-group): Add doc-string.
21505
21506 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21509
21510 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21511
21512         * assistant.el (assistant-render-text): Try to add a :set
21513         widget, more to come.
21514
21515         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21516         strings.
21517         (spam-report-articles-resend)
21518         (spam-register-routine): Do registration iff any articles warrant
21519         it.
21520         (spam-summary-prepare-exit): Change log message for nil group
21521         destinations.
21522
21523 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21524
21525         * spam.el (spam-report-resend-register-routine):
21526         Allow spam-report-resend-to to be a group parameter or a global value.
21527
21528 2004-05-26  Simon Josefsson  <jas@extundo.com>
21529
21530         * starttls.el: Merge with my GNUTLS based starttls.el.
21531         (starttls-gnutls-program, starttls-use-gnutls)
21532         (starttls-extra-arguments, starttls-process-connection-type)
21533         (starttls-connect, starttls-failure, starttls-success):
21534         New variables.
21535         (starttls-program, starttls-extra-args): Doc fix.
21536         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21537         New functions.
21538         (starttls-negotiate, starttls-open-stream):
21539         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21540         function if it is set.
21541
21542 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21543
21544         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21545         structured fields.
21546
21547 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21550
21551 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21552
21553         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21554         Add variable.
21555         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21556         assigning the spam-mark to new messages.
21557
21558 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21559
21560         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21561
21562 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21565
21566         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21567         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21568         default.
21569
21570 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21571
21572         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21573         correct data.
21574
21575 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21576
21577         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21578         (spam-group-processor-p): Fix function.
21579         (spam-group-processor-multiple-p)
21580         (spam-group-spam-processor-report-gmane-p)
21581         (spam-group-spam-processor-report-resend-p)
21582         (spam-group-spam-processor-bogofilter-p)
21583         (spam-group-spam-processor-blacklist-p)
21584         (spam-group-spam-processor-ifile-p)
21585         (spam-group-ham-processor-ifile-p)
21586         (spam-group-spam-processor-spamoracle-p)
21587         (spam-group-spam-processor-crm114-p)
21588         (spam-group-ham-processor-bogofilter-p)
21589         (spam-group-spam-processor-stat-p)
21590         (spam-group-ham-processor-stat-p)
21591         (spam-group-ham-processor-whitelist-p)
21592         (spam-group-ham-processor-BBDB-p)
21593         (spam-group-ham-processor-spamoracle-p)
21594         (spam-group-ham-processor-copy-p): Remove functions with some
21595         prejudice against unneeded code.
21596         (spam-report-articles-resend)
21597         (spam-report-resend-register-routine): Allow the group/topic
21598         spam-resend-to value to override spam-report-resend-to.
21599         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21600         properly now.
21601
21602         * gnus.el (spam-resend-to): Add group/topic parameter.
21603         (spam-process): Move the OBSOLETE processors to the end of the
21604         choices.
21605
21606 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21607
21608         * spam-report.el (spam-report-resend-to, spam-report-resend):
21609         Start with resend-to set to nil, and then ask the user if necessary.
21610         (spam-report-resend): spam-report-resend takes a list of articles, not
21611         separate article numbers.
21612
21613 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21616         addition to emacs-w3m.
21617
21618 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21619
21620         * assistant.el (assistant-authinfo-data): New function.
21621         (assistant-eval): Eval for entire assistant.
21622
21623         * netrc.el (netrc-services-file): New variable.
21624         (netrc-parse-services): New function.
21625         (netrc-find-service-name): New function.
21626         (netrc-find-service-number): New function.
21627         (netrc-port-equal): New function.
21628         (netrc-machine): Use it.
21629
21630         * nnimap.el (nnimap-open-connection): Use netrc.
21631
21632         * gnus-util.el (gnus-netrc-get): Remove aliases.
21633
21634         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21635
21636         * assistant.el (wid-edit): Fix compilation.
21637
21638         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21639
21640 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21641
21642         * gnus-util.el (gnus-set-file-modes): New function.  (small
21643         patch).
21644
21645 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21646
21647         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21648
21649         * assistant.el (assistant-render-node): Fix up rendering and
21650         read-only text.
21651         (assistant-render-node): Reset.
21652         (assistant-make-read-only): Not sticky.
21653
21654 2004-05-20  Danny Siu  <dsiu@adobe.com>
21655
21656         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21657         centered even when gnus-auto-center-summary is t.
21658
21659 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21660
21661         * dns.el (dns-get-txt-answer): New function.
21662         (dns-read-txt): Ditto.
21663         (query-dns): Use it.
21664
21665 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21666
21667         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21668         active for foreign groups even if the group level is higher than
21669         the specified value.
21670
21671 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21672
21673         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21674         non-active groups.
21675
21676         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21677
21678 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21679
21680         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21681
21682 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21683
21684         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21685         (spam-crm114-header, spam-crm114-spam-switch)
21686         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21687         (spam-crm114-positive-spam-header)
21688         (spam-crm114-database-directory, spam-list-of-processors)
21689         (spam-group-spam-processor-crm114-p)
21690         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21691         (spam-generic-score, spam-list-of-checks)
21692         (spam-list-of-statistical-checks, spam-registration-functions)
21693         (spam-check-crm114-headers, spam-crm114-score)
21694         (spam-check-crm114, spam-crm114-register-with-crm114)
21695         (spam-crm114-register-spam-routine)
21696         (spam-crm114-unregister-spam-routine)
21697         (spam-crm114-register-ham-routine)
21698         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21699
21700 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21701
21702         * gnus.el: Add spam-use-crm114.
21703
21704         * spam.el (spam-list-of-processors, spam-registration-functions):
21705         Add spam-use-resend.
21706         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21707         (spam-report-articles-gmane): Add doc fix.
21708         (spam-report-articles-resend, spam-report-resend-register-routine):
21709         Add wrappers around spam-report-resend-to.
21710
21711         * spam-report.el (spam-report-resend-to, spam-report-resend):
21712         Add support for resending spam.
21713         (spam-report-gmane): Fix line length >80.
21714
21715         * gnus.el (spam-process): Add spam-use-resend.
21716
21717 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21718
21719         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21720         number of processed spam messages.
21721         (spam-ham-copy-or-move-routine): Return the number of processed
21722         ham messages.
21723         (spam-summary-prepare-exit): Use the above values to decide
21724         whether status messages shouled be displayed.
21725
21726 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21727
21728         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21729         `rfc2047-encoding-function-alist' in order to avoid conflicting
21730         with the old version.
21731         (rfc2047-encode-region): Concatenate words containing non-ASCII
21732         characters in structured fields; don't encode space-delimited
21733         ASCII words even in unstructured fields; don't break words at
21734         char-category boundaries.
21735         (rfc2047-encode-1): New function.
21736         (rfc2047-encode): Use it; encode text so that it occupies the
21737         maximum width within 76-column; work correctly on Q encoding for
21738         iso-2022-* charsets.
21739         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21740         sure not to break a line just after the header name.
21741         (rfc2047-b-encode-region): Remove.
21742         (rfc2047-b-encode-string): New function.
21743         (rfc2047-q-encode-region): Remove.
21744         (rfc2047-q-encode-string): New function.
21745
21746         * mm-util.el (mm-replace-in-string): New function.
21747
21748 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21749
21750         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21751         Really get it right.
21752         (gnus-inews-make-draft): Really.
21753
21754 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21755
21756         * nnmh.el (nnmh-request-list-1): Don't check the link count
21757         before descending.  (small patch)
21758
21759 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760
21761         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21762         stuff.
21763
21764         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21765         Match on real group name.
21766
21767         * gnus-art.el (gnus-signature-limit): Doc fix.
21768
21769         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21770
21771         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21772
21773 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21774
21775         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21776         isn't a string.
21777
21778 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21779
21780         * gnus-draft.el (gnus-draft-send):
21781         Bind rfc2047-encode-encoded-words.
21782
21783         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21784         (rfc2047-encodable-p): Say that =? needs encoding.
21785         (rfc2047-encode-encoded-words): New variable.
21786
21787         * gnus-group.el (gnus-group-select-group): Doc fix.
21788
21789         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21790
21791         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21792         to nil.
21793
21794         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21795
21796         * nnheader.el (nnheader-get-lines-and-char): New function.
21797
21798 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21799
21800         * gnus-msg.el (gnus-summary-followup-with-original):
21801         Document yanking of region when active.
21802
21803 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21806         groups if the group level is higher than the specified value.
21807
21808 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21809
21810         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21811         (gnus-group-jump-to-group): Add prefix argument using
21812         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21813         non-active group.
21814
21815         * compface.el (uncompface): Be verbose when changing
21816         `uncompface-use-external'.
21817
21818         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21819         handle manual section.
21820
21821 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21822
21823         * gnus-art.el (gnus-button-alist): Revert previous change.
21824
21825 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21828
21829 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21830
21831         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21832         whether backend can accept message.
21833
21834         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21835
21836 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21837
21838         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21839         Avoid creating directory when nntp-marks-is-evil is true.
21840         Reported by Reiner Steib.
21841
21842 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21843
21844         * gnus-picon.el (gnus-picon-insert-glyph):
21845         Add optional `nostring' argument.
21846
21847 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21848
21849         * gnus-picon.el (gnus-picon-style): New variable.
21850         (gnus-picon-transform-address): Support `gnus-picon-style'.
21851
21852 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21853
21854         * message.el (message-fill-field): Return point.
21855         (message-generate-headers): Go to end of field.
21856
21857         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21858         stuff for non-living groups.
21859
21860 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21861
21862         * gnus-art.el (gnus-article-followup-with-original)
21863         (gnus-article-reply-with-original): gnus-mark-active-p ->
21864         gnus-region-active-p.
21865
21866 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21867
21868         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21869         only when there is spam or ham to be processed.
21870
21871 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21872
21873         * mail-source.el (mail-source-delete-crash-box): Refactor.
21874         (mail-source-fetch): Use it.
21875         (mail-source-fetch-file): Ditto.
21876         (mail-source-fetch-directory): Run postscript in loop.
21877         (mail-source-fetch-pop): Delete.
21878         (mail-source-fetch-maildir): Ditto.
21879         (mail-source-fetch-imap): Ditto.
21880
21881         * imap.el (imap-authenticators): Comment out sasl.
21882
21883         * message.el (message-skip-to-next-address): New function.
21884         (message-fill-header-address): Refactor.
21885         (message-fill-address): Use it.
21886         (message-delete-address): Use it.
21887         (message-fill-header-general): Refactor.
21888         (message-fill-field-address): Rename.
21889         (message-narrow-to-field): Find the start of the header.
21890         (message-header-format-alist): Don't pre-fill.
21891         (message-fill-header): Remove.
21892         (message-insert-header): New function.
21893         (message-shorten-references): Use it.
21894
21895         * rfc2047.el (rfc2047-field-value): Strip props.
21896
21897         * mail-parse.el (mail-header-make-address): New alias.
21898
21899         * ietf-drums.el (ietf-drums-make-address): New function.
21900
21901         * imap.el: Add compiler directives.
21902
21903         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21904
21905         * gnus-art.el (article-decode-idna-rhs): Don't use
21906         message-idna-inside-rhs-p.
21907
21908 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21909
21910         * message.el (message-idna-inside-rhs-p): Remove.
21911         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21912
21913         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21914         false positives.
21915
21916 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21917
21918         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21919
21920 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21921
21922         * nneething.el (nneething-file-name): Don't create spurious
21923         files.
21924
21925         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21926         (gnus-inews-do-gcc): Remove sleep.
21927
21928         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21929         part under point.
21930
21931         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21932         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21933
21934 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21935
21936         * spam.el (spam-summary-prepare-exit): Fix (length).
21937
21938 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21939
21940         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21941         as expired without moving it" message when there are spam
21942         messages left.
21943
21944 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21945
21946         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21947         header is not nil.
21948
21949 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21950
21951         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21952         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21953         (nntp-marks-changed-p): New arg SERVER.
21954         (nntp-request-update-info): Adjust caller.
21955
21956 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21957
21958         * nntp.el (nntp-save-marks): Pass missing arg.
21959
21960 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21961
21962         * nntp.el: Support marks.
21963         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21964         (nntp-marks-modtime, nntp-marks-directory): New variables.
21965         (nntp-request-set-mark, nntp-request-update-info)
21966         (nntp-possibly-create-directory, nntp-marks-changed-p)
21967         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21968         New functions.
21969
21970 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21971
21972         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21973         (gnus-xmas-redefine): Rename.
21974
21975         * gnus-score.el (gnus-score-insert-help):
21976         Use gnus-select-lowest-window.
21977
21978         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21979         appt-select-lowest-window and rename to gnus-select-lowest-window.
21980
21981         * gnus.el: do.
21982
21983 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21984
21985         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21986         encodings of MIME-encoded words, in order to improve
21987         interoperability with several broken MUAs.
21988
21989 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21990
21991         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21992         tags, only when charsets are not specified in headers.
21993         (mm-inline-text-html-render-with-w3m): Ditto.
21994
21995         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21996         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21997
21998 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21999
22000         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22001         instead of MIME-decoded from fields when checking
22002         `gnus-article-address-banner-alist'.
22003
22004 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22005
22006         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22007         description rather than subject.
22008
22009 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22010
22011         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22012
22013 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22014
22015         * gnus.el (gnus-version-number): Bump.
22016
22017 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22018
22019         * gnus.el: No Gnus v0.2 is released.
22020
22021 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022
22023         * gnus-agent.el (gnus-agent-read-agentview):
22024         Inline gnus-uncompress-range.
22025
22026 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22027
22028         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22029         `exec-installed-p'.
22030
22031 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22032
22033         * gnus.el (spam-process, spam-autodetect-methods):
22034         Add bsfilter and bsfilter-headers.
22035
22036         * spam.el (spam-bsfilter): New customize group.
22037         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22038         (spam-bsfilter-header, spam-bsfilter-probability-header)
22039         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22040         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22041         (spam-bsfilter-database-directory): New options.
22042         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22043         (spam-list-of-statistical-checks, spam-registration-functions):
22044         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22045         (spam-bsfilter-score): New command.
22046         (spam-check-bsfilter-headers, spam-check-bsfilter)
22047         (spam-bsfilter-register-with-bsfilter)
22048         (spam-bsfilter-register-spam-routine)
22049         (spam-bsfilter-unregister-spam-routine)
22050         (spam-bsfilter-register-ham-routine)
22051         (spam-bsfilter-unregister-ham-routine): New functions.
22052         (spam-generic-score): Support bsfilter; Accept an optional argument
22053         to recalcurate spam score even if scoring header has already been
22054         added.
22055         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22056         optional argument to recalcurate spam score even if scoring header
22057         has already been added.
22058
22059 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22060
22061         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22062         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22063         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22064         link is missing.
22065
22066 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22067
22068         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22069         (html2text-get-attr): Rewrite.
22070
22071         * message.el (message-setup-1): Remove redundant put-text-property
22072         on mail-header-separator.
22073
22074 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22075
22076         * gnus-registry.el (gnus-registry-cache-whitespace)
22077         (gnus-registry-action, gnus-registry-spool-action)
22078         (gnus-registry-split-fancy-with-parent): Change message levels
22079         from 5 to 3 or 7, as needed.
22080
22081         * spam.el (spam-summary-prepare-exit)
22082         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22083         (spam-split, spam-find-spam, spam-log-undo-registration)
22084         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22085         level from 5 to 6.
22086
22087 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22090         2004-03-04 change).
22091
22092 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22093
22094         * sieve-manage.el (sieve-manage-open):
22095         * nnweb.el (nnweb-insert-html):
22096         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22097         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22098         * nnspool.el (nnspool-request-group):
22099         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22100         * nnml.el (nnml-request-update-info):
22101         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22102         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22103         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22104         (nnimap-request-set-mark):
22105         * nnfolder.el (nnfolder-request-update-info):
22106         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22107         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22108         * gnus-uu.el (gnus-uu-find-articles-matching):
22109         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22110         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22111         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22112         * gnus-nocem.el (gnus-nocem-scan-groups):
22113         * gnus-int.el (gnus-start-news-server):
22114         * gnus-group.el (gnus-group-make-kiboze-group)
22115         (gnus-group-browse-foreign-server):
22116         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22117         Use mapc when appropriate.
22118
22119 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22120             Adam Sjøgren  <asjo@koldfront.dk>
22121             Wes Hardaker  <wes@hardakers.net>
22122             Michael Shields  <shields@msrl.com>
22123
22124         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22125         may need for spam sorting and scoring.
22126         (spam-user-format-function-S): Add user format function suitable for
22127         general use.
22128         (spam-article-sort-by-spam-status): Add sorting function for summary
22129         sorting.
22130         (spam-extra-header-to-number): Add function to get a score from a
22131         header.
22132         (spam-summary-score): Add function to get a numeric score from the
22133         headers.
22134         (spam-generic-score): Fix function doc, was in wrong place.
22135         (spam-initialize): Take symbols when it's run, and install the
22136         extra headers that spam-necessary-extra-headers thinks we need.
22137
22138 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22139
22140         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22141         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22142
22143 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22144
22145         * gnus-sum.el (gnus-set-global-variables)
22146         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22147         (gnus-article-get-xrefs, gnus-summary-best-group)
22148         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22149         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22150         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22151         Use with-current-buffer.
22152
22153 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22154
22155         * spam.el (spam-summary-prepare-exit): Simplify logic.
22156         (spam-fetch-article-header): Read the article header if it's not
22157         available.
22158         (spam-list-articles): Simplify logic.
22159         (spam-filelist-register-routine): Fix bug with unregister-list.
22160
22161         * gnus-registry.el: Fix comments at beginning.
22162
22163 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22164
22165         * message.el (message-cater-to-broken-inn): Remove.
22166         (message-shorten-references): Make sure the total folded length of
22167         References is shorter than 998 characters to cater to a bug in INN
22168         2.3.  Also, don't pretend that references aren't folded -- this
22169         hasn't worked for a while.
22170
22171 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22172
22173         * gnus-agent.el (gnus-agentize):
22174         gnus-agent-send-mail-real-function no longer set to current value
22175         of message-send-mail-function but rather a lambda that calls
22176         message-send-mail-function.  The change makes the agent real-time
22177         responsive to user changes to message-send-mail-function.
22178
22179 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22180
22181         * legacy-gnus-agent.el
22182         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22183         help from Florian Weimer <fw@deneb.enyo.de>
22184
22185 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22186
22187         * nnmail.el (nnmail-cache-insert): Revert last change.
22188
22189 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * nnmail.el (nnmail-cache-insert): Always check whether
22192         nnmail-cache-ignore-groups matches a group name.
22193
22194 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22195
22196         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22197         (spam-find-spam, spam-log-processing-to-registry)
22198         (spam-log-registered-p, spam-log-unregistration-needed-p)
22199         (spam-log-undo-registration): Use gnus-message instead of
22200         gnus-error, none of these errors are fatal.
22201
22202         * gnus-registry.el (gnus-registry-clean-empty-function)
22203         (gnus-registry-clean-empty): Remove only empty entries without
22204         extra data.
22205
22206 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22207
22208         * spam-stat.el (spam-stat-buffer-change-to-spam)
22209         (spam-stat-buffer-change-to-non-spam): Change (error) to
22210         (gnus-message 8) invocation.
22211
22212 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * nntp.el (nntp-via-netcat-command): New variable.
22215         (nntp-via-netcat-switches): New variable.
22216         (nntp-open-via-rlogin-and-netcat): New function.
22217         (nntp-open-connection-function): Doc fix.
22218         (nntp-telnet-command): Doc fix.
22219         (nntp-end-of-line): Doc fix.
22220         (nntp-via-rlogin-command): Doc fix.
22221         (nntp-via-user-name): Doc fix.
22222         (nntp-via-address): Doc fix.
22223
22224 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22225
22226         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22227         error in Emacs 21.1.
22228
22229 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22230
22231         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22232
22233 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22234
22235         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22236         (gnus-agent-with-refreshed-group): New macro.
22237         (gnus-agent-rename-group): New function.
22238         (gnus-agent-delete-group): New function.
22239         (gnus-agent-save-group-info): Use gnus-command-method when
22240         `method' parameter is nil.  Don't write nil entries into the
22241         active file.
22242         (gnus-agent-get-group-info): New function.
22243         (gnus-agent-fetch-articles):
22244         Use gnus-agent-update-files-total-fetched-for to increment disk space
22245         used.
22246         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22247         Use gnus-agent-update-view-total-fetched-for to increment disk space
22248         used.
22249         (gnus-agent-get-local): Add optional parameters to avoid calling
22250         gnus-group-real-name and gnus-find-method-for-group.
22251         (gnus-agent-set-local): Delete stored entry if either min, or max,
22252         are nil.
22253         (gnus-agent-fetch-session): Reworded error/quit messages.
22254         On quit, use gnus-agent-regenerate-group to record existance of any
22255         articles fetched to disk before the quit occurred.
22256         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22257         gnus-agent-update-view-total-fetched-for, and
22258         gnus-agent-update-files-total-fetched-for to decrement disk space
22259         used.
22260         (gnus-agent-retrieve-headers):
22261         Use gnus-agent-update-view-total-fetched-for to increment disk space
22262         used.
22263         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22264         with gnus-agent-update-files-total-fetched-for to decrement disk
22265         space and fresh group buffer.
22266         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22267         (gnus-agent-need-update-total-fetched-for): New variable.
22268         (gnus-agent-update-files-total-fetched-for): New function.
22269         (gnus-agent-update-view-total-fetched-for): New function.
22270         (gnus-agent-total-fetched-for): New function.
22271
22272         * gnus-cache.el (gnus-cache-save-buffers):
22273         Use gnus-cache-update-overview-total-fetched-for to change disk space
22274         used by this group.
22275         (gnus-cache-possibly-enter-article):
22276         Use gnus-cache-update-file-total-fetched-for to increment disk space
22277         used by this group.
22278         (gnus-cache-possibly-remove-article):
22279         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22280         used by this group.
22281         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22282         (gnus-cache-rename-group): New function.
22283         (gnus-cache-delete-group): New function.
22284         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22285         (gnus-cache-need-update-total-fetched-for): New variable.
22286         (gnus-cache-with-refreshed-group): New macro.
22287         (gnus-cache-update-file-total-fetched-for): New function.
22288         (gnus-cache-update-overview-total-fetched-for): New function.
22289         (gnus-cache-rename-group-total-fetched-for): New function.
22290         (gnus-cache-delete-group-total-fetched-for): New function.
22291         (gnus-cache-total-fetched-for): New function.
22292
22293         * gnus-group.el: Require gnus-sum and autoload functions to
22294         resolve warnings when gnus-group.el compiled alone.
22295         (gnus-group-line-format): Documented new %F.
22296         (size of Fetched data) group line format; identifies disk space
22297         used by agent and cache.
22298         (gnus-group-line-format-alist): Defined new F format.
22299         (gnus-total-fetched-for): New function.
22300         (gnus-group-delete-group): No longer update
22301         gnus-cache-active-altered as gnus-request-delete-group now keeps
22302         the cache in sync.
22303         (gnus-group-list-active): Let the agent store a server's active
22304         list if currently plugged.
22305
22306         * gnus-int.el (gnus-request-delete-group):
22307         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22308         local disk in sync with the server.
22309         (gnus-request-rename-group):
22310         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22311         local disk in sync with the server.
22312
22313         * gnus-start.el (gnus-get-unread-articles):
22314         Cosmetic simplification to logic.
22315
22316         * gnus-util.el (gnus-rename-file): New function.
22317
22318 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22319
22320         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22321
22322 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22323
22324         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22325         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22326
22327 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22328
22329         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22330         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22331
22332 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22333
22334         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22335
22336 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22337
22338         * spam.el (spam-set-difference): Add function to replace
22339         gnus-set-difference in spam.el.
22340         (spam-summary-prepare-exit): Use spam-set-difference.
22341
22342 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22343
22344         * gnus-registry.el (gnus-registry-cache-file): Update to use
22345         gnus-dribble-directory OR gnus-home-directory OR ~.
22346         (gnus-registry-split-fancy-with-parent): Fix doc.
22347
22348 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * message.el (message-exchange-point-and-mark):
22351         Use message-mark-active-p.  Suggested by Jesper Harder
22352         <harder@ifa.au.dk>.
22353
22354 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22355
22356         * message.el (message-exchange-point-and-mark): Don't activate
22357         region if it was inactive.  Suggested by Hiroshi Fujishima
22358         <pooh@nature.tsukuba.ac.jp>.
22359
22360 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-art.el (article-display-face): Display Faces in the same
22363         order as X-Faces.
22364
22365 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22368
22369 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22370
22371         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22372         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22373         (gnus-article-mime-hierarchy): Remove.
22374         (gnus-article-mime-hierarchy-next): Remove.
22375         (gnus-article-mode): Revert 2004-03-19 change.
22376         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22377         (gnus-insert-mime-button): Revert 2004-03-19 change.
22378         (gnus-mime-accumulate-hierarchy): Remove.
22379         (gnus-mime-enter-multipart): Remove.
22380         (gnus-mime-leave-multipart): Remove.
22381         (gnus-mime-display-part): Revert 2004-03-19 change.
22382         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22383
22384         * mml.el (mml-preview): Revert 2004-03-19 change.
22385
22386 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22387
22388         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22389
22390 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22393         t while entering a file name using the mm-with-multibyte macro.
22394         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22395
22396         * mm-util.el (mm-with-multibyte): New macro.
22397
22398 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22399
22400         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22401         New user option.
22402         (gnus-mime-multipart-functions): Doc and customization fix.
22403         (gnus-article-mime-hierarchy): New variable.
22404         (gnus-article-mime-hierarchy-next): New variable.
22405         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22406         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22407         gnus-article-mime-hierarchy-next to nil.
22408         (gnus-insert-mime-button): Show hierarchy numbers.
22409         (gnus-mime-accumulate-hierarchy): New function.
22410         (gnus-mime-enter-multipart): New function.
22411         (gnus-mime-leave-multipart): New function.
22412         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22413         (gnus-mime-display-alternative): Show hierarchy numbers.
22414
22415         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22416         gnus-article-mime-hierarchy-next to nil.
22417
22418 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22419
22420         * dns.el: Don't require gnus-xmas.
22421
22422 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22423
22424         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22425         inline PGP.
22426         (mml-menu): Disable mml-quote-region if mark is inactive.
22427
22428 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22429
22430         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22431         when the group's active is not available.
22432
22433 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22434
22435         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22436         error.
22437
22438 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22439
22440         * imap.el (imap-store-password): New variable.
22441         (imap-interactive-login): Use it.
22442         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22443
22444 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22445
22446         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22447         window-start and hscroll to summary window.
22448
22449 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22450
22451         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22452         conversion message to newsrc-dribble when an actual conversion is
22453         performed.
22454
22455 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22456
22457         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22458
22459 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * mm-decode.el (mm-complicated-handles): New function reviving
22462         former definition of mm-multiple-handles.
22463
22464         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22465         (gnus-mime-delete-part): Use it.
22466
22467 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22468
22469         * gnus-agent.el (gnus-agent-read-local):
22470         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22471         avoid the implicit assumption that they will always be equal.
22472         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22473         coding-system-for-write, as the with-temp-file macro first prints
22474         to a buffer then saves the buffer.
22475
22476 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * gnus-art.el (gnus-article-edit-part): New function.
22479         (gnus-mime-save-part-and-strip): Use it; do query instead of
22480         signaling an error; don't use mm-multiple-handles.
22481         (gnus-mime-delete-part): Ditto.
22482
22483 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22484
22485         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22486         old file versions.
22487         (gnus-group-prepare-hook): Remove function that converted list
22488         form of gnus-agent-expire-days to group properties.
22489
22490         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22491         (gnus-request-accept-article): Re-indented.
22492
22493         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22494         converters to handle old agent file formats.  Add logic for a
22495         "backup before upgrading warning".
22496         (gnus-convert-mark-converter-prompt): Developers can mark
22497         functions as needing (default), or not needing,
22498         gnus-convert-old-newsrc's "backup before upgrading warning".
22499         (gnus-convert-converter-needs-prompt): Tests whether the user
22500         should be protected from potentially irreversable changes by the
22501         function.
22502
22503         * legacy-gnus-agent.el: New.  Provides converters that are only
22504         loaded when gnus-convert-old-newsrc needs to call them.
22505
22506 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22507
22508         * mail-source.el (mail-source-touch-pop): Doc fix.
22509
22510         * message.el (message-smtpmail-send-it): Doc fix.
22511
22512 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22513
22514         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22515
22516         * nnmail.el (nnmail-split-fancy): do.
22517
22518         * gnus-kill.el (gnus-kill, gnus-execute): do.
22519
22520 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22521
22522         * gnus-sum.el (gnus-widget-reversible-match)
22523         (gnus-widget-reversible-to-internal)
22524         (gnus-widget-reversible-to-external): New functions.
22525         (gnus-widget-reversible): New widget.
22526         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22527
22528 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22529
22530         * gnus-sum.el (gnus-thread-sort-functions)
22531         (gnus-article-sort-functions): Document `(not F)' items.
22532
22533 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22534
22535         * spam.el (spam-use-gmane-xref): Add new backend.
22536         (spam-gmane-xref-spam-group): Add variable to control the name of the
22537         Gmane spam group.
22538         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22539         (spam-regex-headers-spam, spam-regex-headers-ham)
22540         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22541         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22542         backends and checks.
22543         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22544
22545         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22546         an autodetect method.
22547
22548 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22549
22550         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22551         articles are being added to a group.
22552         (gnus-request-replace-article): Inform the agent that articles
22553         need to be uncached as the cached contents are no longer valid.
22554
22555 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * binhex.el: Don't autoload executable-find.
22558
22559         * canlock.el: Don't autoload mail-fetch-field.
22560
22561         * dgnushack.el: Autoload c-mode for XEmacs.
22562
22563         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22564
22565         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22566         rmail-dont-reply-to and rmail-output.
22567
22568         * gnus-score.el: Don't autoload ffap-string-at-point.
22569
22570         * gnus-setup.el: Don't autoload sc-cite-original.
22571
22572         * imap.el: Don't autoload base64-decode-string,
22573         base64-encode-string and md5.
22574
22575         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22576         and rmail-msg-restore-non-pruned-header.
22577
22578         * mm-decode.el: Don't autoload executable-find.
22579
22580         * mm-url.el: Don't autoload executable-find.
22581
22582         * mm-view.el: Don't autoload diff-mode.
22583
22584         * nndb.el: Don't autoload news-reply-mode, news-setup,
22585         cancel-timer and telnet.
22586
22587         * password.el: Don't autoload run-at-time for Emacs.
22588
22589         * sha1-el.el: Don't autoload executable-find.
22590
22591         * sieve-mode.el: Don't autoload c-mode.
22592
22593         * uudecode.el: Don't autoload executable-find.
22594
22595 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22596
22597         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22598         (gnus-agent-possibly-alter-active): Avoid null in numeric
22599         comparison.
22600         (gnus-agent-set-local): Refuse to save null in local object table.
22601         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22602         list of articles that will be marked as unread.
22603
22604 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22605
22606         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22607
22608 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22609
22610         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22611         language tags.
22612
22613 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22614
22615         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22616         Don't bind "obarray".
22617
22618         * gnus-sum.el (gnus-thread-sort-functions):
22619         Add `gnus-thread-sort-by-most-recent-number' and
22620         `gnus-thread-sort-by-most-recent-date'.
22621         Reported by Kai Grossjohann <kai@emptydomain.de>.
22622
22623 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22626
22627 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22628
22629         * gnus-cus.el (gnus-agent-customize-category):
22630         Remove ignore-errors macro reference that required cl to be loaded at
22631         run-time.
22632
22633         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22634         single-interval range of the form (min . max).  Previously the
22635         range had to look like ((min . max)).  Likewise, return
22636         (min . max) rather than ((min . max)).
22637         (gnus-range-map): Use gnus-range-normalize to accept
22638         single-interval range.
22639
22640         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22641         the cache, but not the agent, now appear with their usual face.
22642
22643         * dgnushack.el (loaddir): New variable that is bound to the
22644         directory containing the dgnushack.el file. Use loaddir, rather
22645         than srcdir, to update load-path. Change lets dgnushack compile
22646         code in directories other than GNUS/lisp.
22647
22648 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * lpath.el: Don't bind w3m-safe-url-regexp.
22651
22652         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22653         w3m-safe-url-regexp variable buffer-local.
22654
22655         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22656
22657 2004-02-27  Simon Josefsson  <jas@extundo.com>
22658
22659         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22660         gnus-group-real-prefix.
22661         (gnus-summary-move-article): Use it, instead of
22662         gnus-group-real-prefix.
22663
22664 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * lpath.el: Bind w3m-safe-url-regexp.
22667
22668         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22669         w3m-safe-url-regexp variable buffer-local and set it as the value
22670         of mm-w3m-safe-url-regexp.
22671
22672         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22673
22674         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22675         parsing gnus-posting-styles when the message is not for replying.
22676
22677         * dgnushack.el: Autoload sgml-mode for XEmacs.
22678
22679         * nnrss.el (nnrss-opml-export):
22680         Use mm-set-buffer-file-coding-system instead of
22681         set-buffer-file-coding-system.
22682
22683 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22684
22685         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22686         of checkdoc.el).
22687         * nnrss.el: do.
22688         * gnus-mlspl.el: do.
22689         * gnus-ml.el: do.
22690         * gnus-srvr.el: do.
22691
22692         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22693
22694 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22695
22696         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22697         Corrections to custom-manual links.
22698
22699         * gnus-art.el (gnus-article): Ditto.
22700
22701         * mm-decode.el (mime-display, mime-security): Ditto.
22702
22703 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22704
22705         * flow-fill.el: Typo.
22706
22707 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22708
22709         * spam-wash.el: New file.
22710
22711 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22712
22713         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22714
22715 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22716
22717         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22718         to be run with new-articles as LIST1, not LIST2.
22719         (spam-registration-functions): Add spam-use-ham-copy as a nil
22720         registration backend.
22721
22722 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22723
22724         * spam-stat.el (spam-stat-washing-hook): New option.
22725         (spam-stat-buffer-words): Use it.
22726         (spam-stat-process-directory, spam-stat-test-directory):
22727         Use insert-file-contents-literally.
22728         (spam-stat-coding-system): New variable.
22729         (spam-stat-load, spam-stat-save): Use it.
22730
22731 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * spam-report.el (spam-report-plug-agent):
22734         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22735
22736 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22737
22738         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22739         Allow / in mailto URLs.
22740
22741 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22742
22743         * spam-report.el (spam-report-process-queue): Fix interactive use.
22744         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22745         (spam-report-unplug-agent): Doc fixes.
22746         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22747         (spam-report-agentize, spam-report-deagentize): Autoload.
22748
22749 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22750
22751         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22752
22753         * message.el (message-setup-fill-variables): Add mml tags to
22754         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22755         <ajk@iu.edu>.
22756         (message-mode): Don't modify paragraph-separate there.
22757
22758 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22759
22760         * compface.el (uncompface-use-external): Default to undecided.
22761         (uncompface-use-external-threshold): New variable.
22762         (uncompface-float-time): New macro.
22763         (uncompface): Determine whether to use the external decoder if
22764         uncompface-use-external is undecided.
22765
22766 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22767
22768         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22769         after images.
22770
22771         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22772
22773 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22774
22775         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22776
22777         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22778
22779         * gnus-sum.el (gnus-summary-limit-to-age)
22780         (gnus-summary-limit-children): do.
22781
22782         * gnus-int.el (gnus-request-scan): do.
22783
22784         * gnus-group.el (gnus-group-suspend): do.
22785
22786         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22787
22788         * gnus-cite.el (gnus-cite-parse-attributions): do.
22789
22790         * gnus-agent.el (gnus-summary-set-agent-mark)
22791         (gnus-agent-regenerate-group): do.
22792
22793         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22794
22795         * binhex.el (binhex-decode-region-internal): do.
22796
22797 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22798
22799         * gnus-fun.el (gnus-face-properties-alist): New user option.
22800         (gnus-display-x-face-in-from): Use it.
22801
22802         * gnus-art.el (article-display-face): Ditto.
22803
22804         * compface.el (uncompface-use-external): Default to nil.
22805
22806 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22807
22808         * nntp.el (nntp-erase-buffer): New function.
22809         (nntp-retrieve-data, nntp-send-command)
22810         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22811         (nntp-possibly-change-group): Use it.
22812
22813         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22814         Use with-current-buffer.
22815
22816 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22817
22818         * compface.el: Merge the ELisp-based uncompface program.
22819         (compface): New customization group.
22820         (uncompface-use-external): New user option.
22821         (uncompface): Call uncompface-internal if uncompface-use-external
22822         is nil.
22823         (uncompface-internal): New function.  Note that there are also
22824         some other functions and variables added for this function.
22825
22826 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22827
22828         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22829         if necessary.
22830
22831 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22832
22833         * spam-report.el (spam-report-unplug-agent)
22834         (spam-report-plug-agent, spam-report-deagentize)
22835         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22836         Add support for the Agent in spam-report: when unplugged, report to a
22837         file; when plugged, submit all the requests.
22838
22839         * spam.el (spam-register-routine): Fix message about
22840         registration.
22841
22842 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22843
22844         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22845         dependencies.
22846         (rfc2047-encode): Use it.
22847
22848         * gnus-art.el (gnus-button-marker-list): Move before first
22849         reference.
22850
22851         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22852         (imap-parse-body): Fix format string mismatch.
22853
22854         * gnus-score.el (gnus-summary-increase-score): do.
22855
22856         * nnrss.el (nnrss-close): New function.
22857
22858 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22859
22860         * nnrss.el (nnrss-make-filename): New function.
22861         (nnrss-request-delete-group, nnrss-read-server-data)
22862         (nnrss-save-server-data, nnrss-read-group-data)
22863         (nnrss-save-group-data): Use it.
22864         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22865         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22866         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22867
22868 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22869
22870         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22871
22872 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22873
22874         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22875         files.
22876
22877         * message.el (message-generate-headers-first): Don't quote nil
22878         and t in docstrings.
22879
22880         * imap.el (imap-id): do.
22881
22882         * gnus-agent.el (gnus-agent-consider-all-articles)
22883         (gnus-agent-queue-mail): do.
22884
22885 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22886
22887         * spam-report.el (spam-report-process-queue): New function.
22888         Process requests from `spam-report-requests-file'.
22889         (spam-report-process-queue): Doc fix.
22890
22891 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22892
22893         * spam.el (spam-register-routine)
22894         (spam-log-processing-to-registry, spam-log-registered-p)
22895         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22896         Change "check" to "spam-check" for semi-clarity.
22897
22898 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22899
22900         * pop3.el: Require nnheader.
22901
22902         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22903
22904         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22905
22906         * gnus-picon.el: Require cl.
22907
22908         * gnus-fun.el: Require gnus-ems and gnus-util.
22909
22910         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22911
22912         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22913
22914         * gnus-art.el (gnus-article-edit-mode): Define before first
22915         reference.
22916
22917 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22918
22919         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22920         (gnus-uu-post-encoded): Use point-at-bol.
22921
22922         * gnus-topic.el (gnus-group-active-topic-p): do.
22923
22924         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22925
22926         * gnus-group.el (gnus-group-kill-region): do.
22927
22928         * gnus-art.el (article-date-ut): do.
22929
22930         * message.el (message-fetch-field): Remove redundant
22931         case-fold-search binding.
22932         (message-narrow-to-field): Simplify.
22933
22934 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22935
22936         * spam.el (spam-directory): Derive from `gnus-directory'.
22937
22938         * spam-report.el (spam-report-url-to-file)
22939         (spam-report-requests-file): New function and variable for offline
22940         reporting.
22941         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22942         and user defined function.
22943         (spam-report-url-ping-mm-url): Remove doubled slash.
22944
22945 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22946
22947         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22948
22949 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22950
22951         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22952         Fix format string mismatch.
22953
22954         * sieve.el (sieve-deactivate-all): do.
22955
22956         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22957
22958         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22959
22960         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22961
22962         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22963
22964 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22965
22966         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22967         the list of checks.
22968
22969 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22970
22971         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22972         padding.
22973
22974 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22975
22976         * mm-view.el (mm-fill-flowed): New variable.
22977         (mm-inline-text): Use it.
22978
22979 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22980
22981         * spam.el (spam-spamassassin-register-ham-routine)
22982         (spam-spamassassin-register-spam-routine): Fix function names.
22983
22984 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22985
22986         * gnus.el (gnus-tmp-grouplens): Remove.
22987         (gnus-summary-line-format): Remove grouplens.
22988
22989         * gnus-group.el (gnus-group-line-format): Ditto.
22990
22991         * gnus-spec.el (gnus-format-specs): Ditto.
22992         (gnus-update-format-specifications): Flush the group format spec
22993         cache if there's the grouplens stuff.
22994         (gnus-parse-simple-format): Replace %l with the empty string.
22995
22996 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22997
22998         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22999         omission.
23000
23001 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23004         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23005
23006 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23007
23008         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23009         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23010         New macros and functions.
23011         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23012         Handle > NLINK_MAX messages.
23013         * nnmaildir.el (nnmaildir-request-set-mark):
23014         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23015
23016 2004-01-25  Alex Schroeder  <alex@gnu.org>
23017
23018         * spam-stat.el (spam-stat-process-directory-age): New option.
23019         (spam-stat-process-directory): Use it.
23020
23021 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23022
23023         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23024         (spam-stat-save): Accept prefix argument.
23025
23026 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23027
23028         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23029         links" error.
23030
23031 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23032
23033         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23034         the rest of the and/or forms.
23035
23036 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23037
23038         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23039         compatibility with old .newsrc.eld files.
23040
23041         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23042
23043         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23044
23045         * gnus-start.el (gnus-1): do.
23046
23047         * gnus-group.el (gnus-group-line-format-alist): do.
23048
23049         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23050
23051         * gnus-gl.el: Remove.
23052
23053 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23054
23055         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23056         marks consisting of a single range {for example, (3 . 5)} rather
23057         than a list of a single range { ((3 . 5)) }.
23058
23059 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23060
23061         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23062         Use with-current-buffer.
23063         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23064         avoid consing a string.
23065
23066         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23067         Remove obsolete entries for big5 and gb2312.
23068
23069 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23070
23071         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23072         uncompressed list.
23073
23074 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23075
23076         * spam-stat.el (spam-stat-strip-xref): New function.
23077         (spam-stat-process-directory): Use it.
23078
23079         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23080         here -- it's done in message-fetch-field.
23081
23082 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23083
23084         * gnus-agent.el (gnus-agent-queue-mail)
23085         (gnus-agent-prompt-send-queue): New variables.
23086         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23087         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23088         "nndraft:queue" along to gnus-draft-send.
23089         Use gnus-agent-prompt-send-queue.
23090         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23091         is "nndraft:queue".  Suggested by Gaute Strokkenes
23092         <gs234@srcf.ucam.org>
23093
23094         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23095         (agent-enable-undownloaded-faces): Add.
23096         (gnus-agent-cat-groups): Use eval-and-compile, not
23097         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23098         method of gnus-agent-cat-groups even when the buffer has been
23099         evaled.
23100         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23101         delete gnus-agent-save-active-1.
23102         (gnus-agent-save-groups): Delete.  Identical to
23103         gnus-agent-save-active.
23104         (gnus-agent-write-active): No longer adjust agent's copy of active
23105         file as agent's adjustments are now stored in their own
23106         file.  Remove optional parameter.
23107         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23108         servers.  Add use of min/max range limits from server's local
23109         file.
23110         (gnus-agent-save-alist): Remove unused optional argument.
23111         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23112         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23113         (gnus-agent-set-local): A per-server file that keeps min/max range
23114         limits for articles known to the agent.  Provides a fast mechanism
23115         for altering many active ranges.
23116         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23117         active file (local makes it unnecessary).
23118         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23119
23120         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23121         (agent-enable-undownloaded-faces): Add.
23122
23123         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23124         disable it when sending to "nndraft:queue".
23125         (gnus-group-send-queue): Add safety check to avoid sending queue
23126         when unplugged.
23127
23128         * gnus-group.el (gnus-group-catchup): Use new
23129         gnus-sequence-of-unread-articles, not
23130         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23131         numbers of articles.  Use gnus-range-map to avoid having to
23132         uncompress the unread list.
23133         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23134         Fix invalid ange-ftp reference.
23135
23136         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23137         (gnus-sorted-range-intersection): Intersection of two ranges
23138         without requiring that they first be uncompressed.
23139
23140         * gnus-start.el (gnus-activate-group): Unless blocked by the
23141         caller, possibly expand the active range to include both cached
23142         and agentized articles.
23143         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23144         multiple version-dependent converters.
23145         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23146         gnus-agent-save-active.
23147         (gnus-save-newsrc-file): Save dirty agent range limits.
23148
23149         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23150         gnus-agent-possibly-alter-active.
23151         (gnus-adjust-marked-articles): Faster handling of simple lists.
23152
23153 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23154
23155         * spam-stat.el (spam-stat-test-directory): New optional argument
23156         displays a list of files detected.  Suggested by Andrew Cohen
23157         <cohen@andy.bu.edu>.
23158         (spam-stat-buffer-words-with-scores): Don't narrow and change
23159         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23160
23161 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23162
23163         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23164         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23165         (spam-spamassassin-arguments)
23166         (spam-spamassassin-spam-flag-header)
23167         (spam-spamassassin-positive-spam-flag-header)
23168         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23169         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23170         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23171         (spam-list-of-processors, spam-list-of-checks)
23172         (spam-list-of-statistical-checks, spam-registration-functions)
23173         (spam-check-spamassassin-headers, spam-check-spamassassin)
23174         (spam-spamassassin-score)
23175         (spam-spamassassin-register-with-sa-learn)
23176         (spam-spamassassin-register-spam-routine)
23177         (spam-spamassassin-register-ham-routine)
23178         (spam-assassin-register-spam-routine)
23179         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23180         (spam-bogofilter-score): Fix to show article before scoring.
23181
23182 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23183
23184         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23185         default scoring function.
23186         (spam-generic-score): Call spam-spamassassin-score if
23187         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23188         spam-bogofilter-score otherwise.
23189
23190         * gnus.el (spam-process, spam-autodetect-methods):
23191         Add spamassassin and spamassassin-headers.
23192
23193 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23194
23195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23196         Suppress unnecessary messages.
23197
23198 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23199
23200         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23201         make-hash-table.
23202
23203 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23204
23205         * canlock.el (base64-encode-string): Don't autoload it.
23206
23207 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23208
23209         * run-at-time.el: Remove useless (require 'itimer),
23210         eval-and-compile and (featurep 'xemacs).
23211
23212 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23213
23214         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23215         GROUP is a virtual group.
23216
23217 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23218
23219         * gnus.el: Autoload `message-y-or-n-p'.
23220
23221 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23222
23223         * pgg-parse.el: Remove unnecessary (require 'custom).
23224
23225         * pgg-def.el: do.
23226
23227         * nnmail.el: do.
23228
23229         * gnus-undo.el: do.
23230
23231         * gnus-picon.el: do.
23232
23233         * gnus-util.el: do.
23234
23235 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23236
23237         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23238
23239 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23240
23241         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23242         handle, as well as a list.
23243
23244         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23245         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23246         (mm-w3m-cid-retrieve): Simplify.
23247
23248 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23249
23250         * message.el (message-kill-to-signature): Allow prefix arg to
23251         specify number of lines to keep before signature.
23252
23253 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23254
23255         * message.el (message-kill-to-signature): Change docstring.
23256
23257 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23258
23259         * canlock.el: Always require sha1-el.
23260         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23261
23262         * message.el: Autoload sha1 only when compiling.
23263
23264         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23265         eudc-expand-inline for XEmacs.
23266
23267 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23268
23269         * message.el (message-canlock-generate): Require sha1-el.
23270
23271 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * message.el (message-expand-name): Silence the byte compiler.
23274
23275         * lpath.el: Add detect-coding-system.
23276
23277         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23278         cus-edit.
23279
23280 2004-01-13  Simon Josefsson  <jas@extundo.com>
23281
23282         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23283         Invoke gnus-score-mode.
23284         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23285
23286         * gnus-range.el (gnus-compress-sequence): Doc fix.
23287         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23288
23289 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23290
23291         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23292
23293 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23294
23295         * spam.el (spam-get-article-as-string): Update to use
23296         gnus-request-article-this-buffer, much simpler.
23297         (spam-get-article-as-buffer): Remove.
23298
23299 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23300
23301         * message.el (message-expand-name): Use EUDC if the user uses that.
23302
23303 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23304
23305         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23306         character for the encoding to avoid consing a string.
23307
23308         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23309         unnecessarily.
23310
23311         * mm-util.el (mm-replace-chars-in-string): Remove.
23312
23313         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23314         of mm-replace-chars-in-string.
23315
23316 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23317
23318         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23319
23320         * mm-util.el (mm-subst-char-in-string): Support inplace.
23321
23322         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23323         a new string in every iteration.  Use shy groups.
23324
23325 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23326
23327         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23328         * gnus-soup.el (gnus-soup-group-brew):
23329         * gnus-msg.el (gnus-put-message):
23330         * gnus-move.el (gnus-group-move-group-to-server):
23331         * gnus-kill.el (gnus-batch-score):
23332         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23333         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23334         (gnus-group-update-group, gnus-group-read-group)
23335         (gnus-group-make-group, gnus-group-make-help-group)
23336         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23337         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23338         (gnus-group-sort-by-unread, gnus-group-catchup)
23339         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23340         (gnus-group-yank-group, gnus-group-set-info)
23341         (gnus-group-list-groups):
23342         * gnus.el (gnus-generate-new-group-name):
23343         * gnus-delay.el (gnus-delay-send-queue):
23344         * nnvirtual.el (nnvirtual-catchup-group):
23345         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23346         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23347         (gnus-group-prepare-topics, gnus-topic-check-topology):
23348         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23349         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23350         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23351         (gnus-group-make-articles-read):
23352         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23353         (gnus-group-change-level, gnus-kill-newsgroup)
23354         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23355         (gnus-get-unread-articles, gnus-make-articles-unread)
23356         (gnus-make-ascending-articles-unread): Use accessor
23357         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23358         to get group information for improved readability.
23359
23360
23361 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23362
23363         * gnus-art.el (article-decode-mime-words, article-babel)
23364         (gnus-article-highlight-signature, gnus-article-add-buttons)
23365         (gnus-signature-toggle): Use gnus-with-article-buffer.
23366
23367         * gnus-art.el (gnus-article-highlight-headers)
23368         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23369
23370         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23371         (gnus-article-set-globals, gnus-request-article-this-buffer)
23372         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23373         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23374         (gnus-mime-display-alternative): Use with-current-buffer.
23375
23376 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23377
23378         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23379         also under 80 char limit, and call gnus-error if needed.
23380         (spam-fetch-article-header): Fix - it was a
23381         buffer-local variable (gnus-newsgroup-data).
23382         (spam-find-spam): Use spam-generate-fake-headers, forget about
23383         spam-insert-fake-headers.
23384         (spam-insert-fake-headers): Remove.
23385
23386 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23387
23388         * deuglify.el (gnus-article-outlook-unwrap-lines)
23389         (gnus-outlook-rearrange-article)
23390         (gnus-outlook-repair-attribution-outlook)
23391         (gnus-outlook-repair-attribution-block)
23392         (gnus-outlook-repair-attribution-other): Remove redundant
23393         save-excursion.
23394
23395 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23396
23397         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23398         (spam-fetch-field-subject-fast)
23399         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23400         (spam-fetch-article-header): Add functions to deal with Gnus
23401         internals for fast retrieval of article header data.
23402         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23403
23404 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23405
23406         * pop3.el (pop3-md5): Remove.
23407         (pop3-apop): Replace pop3-md5 with md5.
23408
23409         * mm-bodies.el: base64 is always built-in.
23410
23411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23412         Use with-current-buffer.
23413
23414 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23415
23416         * canlock.el (canlock-insert-header): Remove excessive grouping in
23417         regexp.
23418
23419         * gnus-sum.el (gnus-summary-read-document): Ditto.
23420
23421         * gnus-uu.el (gnus-uu-part-number): Ditto.
23422
23423         * html2text.el (html2text-remove-tags): Ditto.
23424         (html2text-format-tags): Ditto.
23425         (html2text-format-single-elements): Ditto.
23426
23427         * mml.el (mml-parse-1): Ditto.
23428
23429 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23430
23431         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23432
23433         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23434
23435         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23436
23437         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23438
23439 2003-11-15  Simon Josefsson  <jas@extundo.com>
23440
23441         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23442         (pgg-gpg-lookup-key): Use regexp match instead of
23443         split-string (split-string is different between emacs 21.2 and
23444         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23445
23446 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23447
23448         * gnus-art.el (gnus-mime-view-all-parts)
23449         (gnus-article-part-wrapper, gnus-article-view-part):
23450         Use with-current-buffer.
23451
23452 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23453
23454         * spam.el (spam-disable-spam-split-during-ham-respool)
23455         (spam-spamoracle-database, spam-cache-lookups)
23456         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23457         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23458         (spam-group-ham-marks, spam-group-spam-marks)
23459         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23460         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23461         also add spam-use-blackholes to the statistical checks.
23462         (spam-fetch-field-fast): Add interface to fetching fields, may
23463         become a macro.
23464         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23465         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23466         (spam-insert-fake-headers): Fake an article when needed.
23467         (spam-find-spam): Fake article when possible.
23468         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23469         (spam-check-bogofilter-headers): Use message-fetch-field instead
23470         of nnmail-fetch-field.
23471
23472 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23473
23474         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23475
23476 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23477
23478         * spam.el (spam-split): Do not require spam-use-CHECK to be
23479         enabled if that check is passed to spam-split explicitly; also
23480         fix so 'spam doesn't get converted to spam-split-group when
23481         spam-split-symbolic-return is t.
23482         (spam-find-spam): Find registrations of the article and use those
23483         instead of re-running spam-split to find the spam/ham
23484         classification of the article.
23485         (spam-log-processing-to-registry, spam-log-registered-p)
23486         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23487         Use gnus-error instead of gnus-message.
23488         (spam-log-registration-type): Add function to determine the
23489         classification of a message based on registry entries; will
23490         return nil if both 'spam and 'ham are found.
23491         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23492         a reasonably fast local cache without the loading errors.
23493         (spam-cache-lookups): Set to t by default.
23494         (spam-find-spam): Don't try to guess spam-cache-lookups.
23495         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23496         spam-caches entry.
23497         (spam-filelist-build-cache, spam-filelist-check-cache):
23498         Fix caching of whitelist/blacklist entries.
23499         (spam-check-whitelist, spam-check-blacklist):
23500         Invoke spam-from-listed-p with a type, not a cache variable.
23501         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23502
23503 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23504
23505         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23506
23507         * nnmail.el (nnmail-split-fancy): do.
23508
23509         * mml.el (mml-parse): do.
23510
23511         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23512         (gnus-score-adaptive): do.
23513
23514 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23515
23516         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23517         (gnus-mime-button-map): Don't set keymap parent.
23518         (gnus-button-ctan-directory-regexp): Use shy grouping.
23519         (gnus-prev-page-map): Don't set keymap parent.
23520         (gnus-prev-page-map): Remove duplicated one.
23521         (gnus-next-page-map): Don't set keymap parent.
23522         (gnus-mime-security-button-map): Ditto.
23523
23524         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23525         version number.
23526
23527         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23528
23529 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * canlock.el (canlock-sha1-function): Remove.
23532         (canlock-sha1-function-for-verify): Remove.
23533         (canlock-openssl-program): Remove.
23534         (canlock-openssl-args): Remove.
23535         (canlock-ignore-errors): Remove.
23536         (canlock-sha1-with-openssl): Remove.
23537         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23538         (canlock-verify): Don't use canlock-ignore-errors.
23539
23540         * sha1-el.el (sha1-string-external): Make it can return a string
23541         in binary form.
23542         (sha1-region-external): Ditto.
23543         (sha1-string-internal): Ditto.
23544         (sha1-region-internal): Ditto.
23545         (sha1-region): Ditto.
23546         (sha1-string): Ditto.
23547         (sha1): Ditto.
23548
23549 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23550
23551         * spam.el (spam-report-articles-gmane): New command.
23552
23553 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23554
23555         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23556
23557         * run-at-time.el (run-at-time-saved): Remove.
23558         (run-at-time): Doc fix.
23559
23560 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23561
23562         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23563         (gnus-summary-limit-map): Add it.
23564         (gnus-summary-make-menu-bar): do.
23565
23566 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23567
23568         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23569         Make attempt at some caching support (done for BBDB only now).
23570         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23571         addresses to be checked.
23572         (spam-clear-cache-BBDB): Add function, to be invoked by
23573         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23574         (spam-check-BBDB): Check and use the caches, if
23575         spam-cache-lookups is on, remove superfluous (provide).
23576
23577 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23578
23579         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23580
23581 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23582
23583         * run-at-time.el (run-at-time-saved): Move to after the definition
23584         of `run-at-time'.
23585
23586         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23587
23588 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23589
23590         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23591         mm-w3m-local-map-property.
23592
23593         * mm-view.el (mm-w3m-mode-map): Remove.
23594         (mm-w3m-local-map-property): Remove.
23595         (mm-inline-text-html-render-with-w3m): Don't use
23596         mm-w3m-local-map-property.
23597
23598 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23599
23600         * run-at-time.el: New file.
23601
23602         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23603         under Emacs.
23604
23605         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23606         of gnus-set-text-properties.
23607
23608         * gnus-uu.el (gnus-uu-save-article): Ditto.
23609
23610         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23611
23612         * gnus-cite.el (gnus-cite-parse): Ditto.
23613
23614         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23615         of gnus-.
23616
23617         * gnus-xmas.el (run-at-time): Require run-at-time.
23618
23619         * gnus.el: Change calls to nnheader-run-at-time and
23620         password-run-at-time throughout to use run-at-time directly.
23621
23622         * password.el: Remove definition of run-at-time.
23623
23624         * nnheaderxm.el: Remove definition of run-at-time.
23625
23626 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23627
23628         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23629         in prompt.
23630
23631 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23632
23633         * messagexmas.el (message-xmas-redefine): Alias
23634         `message-make-caesar-translation-table' to
23635         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23636         version.
23637
23638         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23639         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23640         `gnus-xmas-set-text-properties'.
23641         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23642         `gnus-xmas-completing-read'.
23643         (gnus-xmas-completing-read): Removed.
23644         (gnus-xmas-open-network-stream): Removed.
23645
23646         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23647         XEmacs version.
23648
23649         * dns.el (dns-make-network-process): Use `open-network-stream'
23650         instead of `gnus-xmas-open-network-stream'.
23651
23652         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23653
23654         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23655
23656 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23657
23658         * gnus-art.el (gnus-mime-display-alternative)
23659         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23660         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23661         Don't use gnus-local-map-property.
23662
23663         * gnus-util.el (gnus-local-map-property): Remove.
23664
23665         * mm-view.el (mm-view-pkcs7-decrypt):
23666         Replace gnus-completing-read-maybe-default with completing-read.
23667
23668         * gnus-util.el (gnus-completing-read): do.
23669         (gnus-completing-read-maybe-default): Remove.
23670
23671 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23672
23673         * password.el: Only autoload `run-at-time' if not XEmacs.
23674         Only autoload the itimer functions if XEmacs.
23675
23676 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23679         XEmacsen.
23680
23681         * dgnushack.el: Autoload executable-find for XEmacs.
23682
23683 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23684
23685         * gnus-art.el (gnus-read-string): Remove.
23686         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23687         read-string.
23688
23689 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23690
23691         * netrc.el: Autoload password-read.
23692         (netrc): Add configuration group.
23693         (netrc-encoding-method, netrc-openssl-path):
23694         Add variables for encoding and decoding of files with symmetric
23695         ciphers.
23696         (netrc-encode): Add assistant function to encode a file with
23697         netrc-encoding-method.
23698         (netrc-parse): Add interactive parameter, added optional
23699         decoding if netrc-encoding-method is non-nil but otherwise
23700         behavior is standard.
23701         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23702         Do s/encode/encrypt/ everywhere.
23703
23704         * spam.el: Remove executable-find autoload.
23705
23706 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23707
23708         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23709
23710         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23711
23712 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23713
23714         * gnus-art.el (gnus-treat-ansi-sequences)
23715         (article-treat-ansi-sequences): New variable and function.
23716         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23717
23718         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23719         Use it.
23720
23721 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23722
23723         * mm-util.el (mm-quote-arg): Remove.
23724
23725         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23726         shell-quote-argument.
23727
23728         * gnus-uu.el (gnus-uu-command): do.
23729
23730         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23731
23732         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23733         with make-char.
23734
23735         * mm-util.el (mm-make-char): Remove.
23736
23737         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23738         add-minor-mode.
23739
23740         * gnus-undo.el (gnus-undo-mode): do.
23741
23742         * gnus-topic.el (gnus-topic-mode): do.
23743
23744         * gnus-sum.el (gnus-dead-summary-mode): do.
23745
23746         * gnus-start.el (gnus-slave-mode): do.
23747
23748         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23749
23750         * gnus-ml.el (gnus-mailing-list-mode): do.
23751
23752         * gnus-gl.el (gnus-grouplens-mode): do.
23753
23754         * gnus-draft.el (gnus-draft-mode): do.
23755
23756         * gnus-dired.el (gnus-dired-mode): do.
23757
23758         * gnus-ems.el (gnus-add-minor-mode): Remove.
23759
23760         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23761         Replace gnus-char-width with char-width.
23762
23763         * gnus-ems.el (gnus-char-width): Remove.
23764
23765         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23766         Replace gnus-char-width with char-width.
23767
23768         * gnus-ems.el (gnus-char-width): Remove.
23769
23770         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23771         definition.
23772         Remove Emacs 20 hash table compatibility code.
23773
23774         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23775         20 compatibility code.
23776
23777         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23778
23779         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23780
23781         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23782         Replace with point-at-{eol,bol}.
23783
23784         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23785
23786         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23787
23788         * flow-fill.el (fill-flowed-point-at-bol)
23789         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23790
23791         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23792         Replace with point-at-{eol,bol} throughout all files.
23793
23794 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23795
23796         * ntlm.el (ntlm-string-as-unibyte): New macro.
23797         (ntlm-build-auth-response): Use it.
23798
23799         Remove Emacs 20 stuff:
23800         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23801         (butlast, mapc, remove): Remove the compiler macros.
23802         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23803         of delq and copy-sequence.
23804         * gnus-art.el (popup-menu): Remove the compiler macro.
23805         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23806         Emacs 20.
23807
23808 2004-01-05  Simon Josefsson  <jas@extundo.com>
23809
23810         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23811         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23812         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23813         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23814         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23815         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23816         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23817         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23818         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23819         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23820         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23821         string-xor into ntlm-string-xor.
23822         Suggested by Jesper Harder <harder@myrealbox.com>.
23823
23824         * ntlm.el: Don't include poem.
23825
23826         * md4.el (print-int32, print-string-hexa): Remove.
23827         Suggested by Jesper Harder <harder@myrealbox.com>.
23828
23829         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23830
23831         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23832         probably breaks emacs with DL patch, but do we care? Is anyone
23833         still using the DL stuff?)
23834
23835         * sieve-manage.el: Use the password package.
23836         (sieve-manage-read-passwd): Remove.
23837         (sieve-manage-interactive-login): Use password.  Re-add
23838         condition-case around loop.
23839
23840         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23841         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23842         Use the password package.
23843
23844 2003-02-19  Simon Josefsson  <jas@extundo.com>
23845
23846         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23847         token.
23848
23849 2002-08-07  Simon Josefsson  <jas@extundo.com>
23850
23851         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23852         (sieve-manage-authenticators):
23853         (sieve-manage-authenticator-alist): Add some SASL mechs.
23854         (sieve-sasl-auth): New function.
23855         (sieve-manage-cram-md5-auth):
23856         (sieve-manage-plain-auth): Rewrite using SASL library.
23857         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23858         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23859         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23860         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23861
23862 2004-01-05  Simon Josefsson  <jas@extundo.com>
23863
23864         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23865         New files.
23866
23867 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23868
23869         * gnus-group.el (gnus-no-groups-message): Update.
23870
23871         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23872
23873 2003-11-09  Simon Josefsson  <jas@extundo.com>
23874
23875         * imap.el: Support for ID IMAP extension (RFC 2971).
23876         (imap-local-variables): Add imap-id.
23877         (imap-id): New variable.
23878         (imap-id): New function.
23879         (imap-parse-response): Parse untagged ID response.
23880         * nnimap.el (nnimap-id): New variable.
23881         (nnimap-open-connection): Use it.
23882
23883 2003-12-28  Simon Josefsson  <jas@extundo.com>
23884
23885         * gnus-score.el (gnus-score-edit-all-score): New.
23886         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23887
23888 2004-01-04  Simon Josefsson  <jas@extundo.com>
23889
23890         * password.el: Add.
23891
23892 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23893
23894         * dns.el (dns-query-types): Fix typo.
23895         (dns-query-types): New function.
23896         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23897         PTR and SOA replies, see RFC 1035.
23898
23899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23900
23901         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23902
23903         * Move to Changelog.2.
23904
23905 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23906
23907         * gnus.el (gnus-version-number): Bump version.
23908
23909 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23910
23911         * gnus.el: No Gnus v0.1 is released.
23912
23913 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23914
23915         * gnus.el: No Gnus v0.0 is released.
23916
23917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23918
23919         * gnus.el (gnus-version-number): Bump.
23920         (gnus-version): No.
23921
23922 See ChangeLog.2 for earlier changes.
23923
23924   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23925
23926   This file is part of GNU Emacs.
23927
23928   GNU Emacs is free software: you can redistribute it and/or modify
23929   it under the terms of the GNU General Public License as published by
23930   the Free Software Foundation, either version 3 of the License, or
23931   (at your option) any later version.
23932
23933   GNU Emacs is distributed in the hope that it will be useful,
23934   but WITHOUT ANY WARRANTY; without even the implied warranty of
23935   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23936   GNU General Public License for more details.
23937
23938   You should have received a copy of the GNU General Public License
23939   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23940
23941 ;; Local Variables:
23942 ;; coding: utf-8
23943 ;; fill-column: 79
23944 ;; add-log-time-zone-rule: t
23945 ;; End: