Include the imap server name in the message for greater debuggability.
[gnus] / lisp / ChangeLog
1 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4         the message for greater debuggability.
5
6 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
9         instead of setting it locally, since the latter doesn't seem to have
10         any effect (most of the time).
11
12 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
13
14         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
15         function call.
16
17 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
18
19         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
20         seconds, and make the repeat clause with HH:MM specs work as
21         documented.
22
23 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
24
25         * proto-stream.el (proto-stream-capability-open): Fall back on
26         :end-of-command if :end-of-capability doesn't exist.
27
28 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
31         bound globally in old Emacsen and XEmacsen.
32
33 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
36         so that previous errors don't prohibit getting new news.
37
38         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
39
40         * nntp.el (nntp-retrieve-group-data-early): Ditto.
41
42 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
43
44         * gnus.el (gnus-group-find-parameter): Check for liveness of the
45         buffer, not of the string which is its name.
46
47 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * proto-stream.el (proto-stream-capability-open): Wait for
50         :end-of-capability, not :end-of-command.
51
52         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
53         non-server-marks groups.
54         (gnus-group-make-articles-read): Ditto.
55
56         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
57         methods (bug#9676).
58
59         * gnus.el (gnus-method-ephemeral-p): New function.
60
61 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
64         left-to-right.
65
66 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
67
68         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
69         warning.
70
71 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
74         macroexpand the nnir things, since they haven't been defined yet, and
75         nnir requires gnus-sum.
76
77 2012-01-24  Julien Danjou  <julien@danjou.info>
78
79         * color.el (color-rgb-to-hsl): Fix value computing.
80         (color-hue-to-rgb): New function.
81         (color-hsl-to-rgb): New function.
82         (color-clamp, color-saturate-hsl, color-saturate-name)
83         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
84         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
85
86 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * mm-decode.el (mm-interactively-view-part): Fix prompt.
89
90 2012-01-19  Julien Danjou  <julien@danjou.info>
91
92         * color.el (color-name-to-rgb): Use the white color to find the max
93         color component value and return correctly computed values.
94         (color-name-to-rgb): Add missing float conversion for max value.
95
96 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
99         logical server name in addition to the actual machine address.
100
101         * auth-source.el (auth-source-user-and-password): Add convenience
102         wrapper to search by just host and optionally user.
103
104 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * shr.el (shr-visit-file): Move point to the beginning of the buffer
107         after rendering.
108
109 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
112         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
113         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
114
115 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-sum.el (gnus-summary-read-group): Document more parameters
118         (bug#9693).
119         (gnus-summary-setup-buffer): Document return value (bug#9697).
120
121         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
122         since ido doesn't work on symbols (bug#9632).
123
124         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
125         when getting a single value as when getting all the values.  This means
126         that atoms like `gcc-self' work cumulatively, like variable settings,
127         instead of getting the value from the last matching clause.
128         (gnus-group-find-parameter): Protect against the group buffer not
129         existing (bug#9585).
130
131 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-start.el (gnus-activate-group): Document more parameters
134         (bug#9694).
135
136         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
137         (bug#9692).
138
139         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
140         article was fetched, so that it can be expired later (bug#9958).
141         (gnus-agent-summary-fetch-series): Add doc string.
142         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
143         (bug#9517).
144
145         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
146         retrieval is happening.
147
148         * gnus.el (gnus-parameters): Doc fix.
149
150 2012-01-06  Dave Abrahams  <dave@boostpro.com>
151
152         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
153         show the thread after expansion.
154
155 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-art.el (article-narrow-to-head): If the head is completely
158         empty, narrow to the empty region (bug#9764).
159
160         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
161         read, and then mark them as unread only when the unread mark is used.
162         This makes `C-- T k' actually work, even though it's confusing.
163
164         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
165         alive before we try to find its window.
166
167 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
168
169         * mm-decode.el (mm-display-external): Use a longer timeout for the
170         deletion to allow slow programs to display the file.
171
172 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
175         prompt to be less confusing.
176
177         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
178         argument to `message-reply'.  This broke `special-display-*' frame
179         pop-uping (bug#10238).
180
181 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
184         systems, since these allegedly don't work there.
185
186 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
187
188         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
189         live buffer.
190
191 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * nnir.el (nnir-retrieve-headers): Protect against the article not
194         existing on the server (bug#10335).
195
196 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
197
198         * gnus-agent.el (gnus-agent-load-local): Recompute
199         gnus-agent-article-local on changing method.
200
201 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus.el (gnus-parameters): Note precedence.
204
205 2012-01-04  Leo  <sdl.web@gmail.com>
206
207         * nndraft.el (nndraft-update-unread-articles): Don't move point around
208         in the group buffer.
209
210 2012-01-04  Julien Danjou  <julien@danjou.info>
211
212         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
213         change.
214
215 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
218         too.
219
220         * nntp.el (nntp-retrieve-group-data-early): Use it.
221
222 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * nntp.el (nntp-retrieval-in-progress): New variable.
225         (nntp-make-process-buffer): Make it buffer-local.
226
227         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
228         2010.
229         (gnus-demon-init): Use it to compute the time if time is on the form
230         "04:23".
231
232         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
233
234         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
235         status in the correct buffer.
236
237 2012-01-03  Leo  <sdl.web@gmail.com>
238
239         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
240         when opening topics (bug#10407).
241
242 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
243
244         * gnus-cus.el (gnus-score-customize):
245         * gnus-sum.el (gnus-sort-gathered-threads):
246         * message.el (message-shorten-references):
247         * nnmairix.el (nnmairix-request-group):
248         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
249
250 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
251
252         * gnus-agent.el (gnus-agent-regenerate-group):
253         * gnus-int.el (gnus-retrieve-group-data-early):
254         * mm-util.el (mm-codepage-ibm-list):
255         * nndiary.el (Commentary, nndiary-get-new-mail):
256         * nnir.el (nnir):
257         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
258
259 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * mm-view.el (mm-display-inline-fontify): Add comment.
262
263 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
266         * ntlm.el (ntlm-smb-dohash): Spelling fix.
267
268 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
269
270         * gnus-art.el (gnus-split-methods):
271         * gnus-msg.el (gnus-configure-posting-styles):
272         * gnus-spec.el (gnus-parse-simple-format):
273         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
274         * message.el (message-do-actions): Spelling fix.
275
276 2011-12-15  Juri Linkov  <juri@jurta.org>
277
278         * mm-decode.el (mm-inline-media-tests): Add missing
279         `mm-handle-media-subtype'.
280
281 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
282
283         * gnus-group.el (gnus-group-tool-bar):
284         * gnus-sum.el (gnus-summary-tool-bar):
285         * message.el (message-tool-bar):
286         * rfc2231.el (rfc2231-parse-string): Spelling fix.
287
288 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
289
290         * plstore.el (plstore--insert-buffer): Spelling fix.
291
292 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
293
294         * message.el (message-valid-fqdn-regexp): Update with newly approved
295         top-level domain names ".tel" and ".asia".
296
297 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-sum.el (gnus-summary-show-article): Don't load shr
300         unconditionally.
301
302 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
305         pop-to-buffer-same-window for old Emacsen.
306
307 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
308
309         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
310
311 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
312
313         * netrc.el (netrc-credentials): Spelling fix.
314
315 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
316
317         * gnus-fun.el (gnus-fun-ppm-change-string):
318         * gnus-msg.el (gnus-inews-do-gcc):
319         * gnus-sum.el (gnus-summary-find-for-reselect):
320         * gnus.el (gnus-summary-cancelled):
321         * message.el (message-cancel-hook, message-send-news):
322         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
323         * nnir.el (nnir-run-hyrex):
324         * nntp.el (nntp-with-open-group-function):
325         * pgg.el (pgg-pending-timers): Spelling fix.
326
327 2011-12-04  Chong Yidong  <cyd@gnu.org>
328
329         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
330         change (Bug#10200).
331
332 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * compface.el (uncompface):
335         * gnus-art.el (gnus-article-x-face-command): Update the header format
336         of icon data for the most recent icontopbm program.
337
338 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-msg.el (gnus-inews-do-gcc):
341         * message.el (message-send-mail):
342         * mml.el (mml-generate-mime): Share the value of the buffer-local
343         `message-options' variable between a draft buffer and temprary working
344         buffers.
345
346 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
347
348         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
349
350 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
353         for Cygwin.
354
355 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
356
357         * gnus-group.el (gnus-group-prepare-flat):
358         * mm-bodies.el (mm-encode-body):
359         * mml.el (mml-preview):
360         * nnml.el (nnml-request-compact-group):
361         * pop3.el (pop3-stream-type): Spelling fix.
362
363 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
366
367 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
368
369         * color.el (color-rgb-to-hsl):
370         * gmm-utils.el (gmm-tool-bar-style):
371         * gnus-group.el (gnus-group-prepare-flat):
372         * gnus-topic.el (gnus-topic-prepare-topic):
373         * mm-decode.el (mm-discouraged-alternatives):
374         * rfc2047.el (rfc2047-encode-1):
375         * starttls.el: Spelling fix.
376
377 2011-11-24  Glenn Morris  <rgm@gnu.org>
378
379         * binhex.el (binhex-begin-line): Give it basic doc-string.
380
381         * starttls.el, tls.el: Fix case of "GnuTLS".
382
383 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
384
385         * gnus-group.el (gnus-group-highlight): Fix typo.
386
387 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
388
389         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
390         value of `delete-file', that returns nil for a local file but returns t
391         for a remote file using ssh.
392
393 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
394
395         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
396
397 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
400         avoid later breakage.
401
402 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
405         article buffers' name.
406
407 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
410         by Paul Eggert's spellfixes two days ago.
411
412 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
415         doesn't have it.
416
417         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
418         buffer-local instead of binding them to avoid warnings.  Also demote
419         errors (bug#10063).
420         (font-lock-mode-hook): Shut up byte compiler.
421
422 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
423
424         * mm-util.el (mm-charset-after):
425         * nnir.el (nnir-run-hyrex):
426         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
427         (ntlm-get-password-hashes, ntlm-md4hash):
428         * smime.el: Fix typo.
429
430 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * gnus-agent.el (gnus-agent-expire-group-1):
433         * nndiary.el (nndiary-last-occurence):
434         * nnimap.el (nnimap-request-set-mark):
435         * nnmairix.el (nnmairix-only-use-registry):
436         * gnus-group.el (gnus-group-prepare-flat):
437         * gnus-sum.el (gnus-decode-encoded-word-methods):
438         * message.el (message-wash-subject):
439         * nntp.el (nntp-retrieve-headers-with-xover):
440         * smime.el (smime-certificate-directory): Spelling fix.
441
442 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
443
444         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
445
446         * color.el:
447         * gnus-agent.el (gnus-agent-possibly-alter-active):
448         * gnus-dired.el (gnus-dired-print):
449         * mail-parse.el:
450         * nnmairix.el (nnmairix-request-group):
451         * shr.el (shr-image-displayer):
452         * sieve-manage.el:
453         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
454
455 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
456
457         * gnus-sum.el (gnus-auto-select-subject):
458         * spam-report.el (spam-report-resend): Spelling fix.
459
460 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
461
462         * gnus-agent.el (gnus-agent-get-undownloaded-list):
463         * gnus-art.el (gnus-default-article-saver):
464         * gnus-srvr.el (gnus-server-copy-server):
465         * gnus.el (gnus-sloppily-equal-method-parameters):
466         * html2text.el (html2text-format-tag-list):
467         * message.el (message-narrow-to-head):
468         * nndiary.el:
469         * nnmairix.el (nnmairix-determine-original-group-from-registry):
470         * sieve.el: Spelling fix.
471
472 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
473
474         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
475         * gnus-sum.el (gnus-summary-make-menu-bar):
476         * gnus-uu.el (gnus-uu-decode-postscript)
477         (gnus-uu-decode-postscript-and-save):
478         * mailcap.el (mailcap-print-command):
479         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
480         Fix typos.
481
482 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
483
484         * gnus-art.el (gnus-article-part-wrapper):
485         * html2text.el (html2text-fix-paragraphs):
486         * mm-decode.el (mm-image-fit-p):
487         * rfc2047.el (rfc2047-encode-message-header):
488         * shr-color.el (shr-color-visible-distance-min)
489         (shr-color-relative-to-absolute, set-minimum-interval)
490         (shr-color-visible): Fix typos.
491
492 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
493
494         * gmm-utils.el (gmm-tool-bar-item):
495         * gnus-art.el (gnus-treat-body-boundary):
496         * gnus-diary.el (gnus-user-format-function-d):
497         * gnus-start.el (gnus-get-unread-articles):
498         * pgg-gpg.el (pgg-gpg-update-agent):
499         * smime.el (smime-cert-by-ldap-1): Spelling fix.
500
501 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
502
503         * gnus-topic.el (gnus-group-prepare-topics):
504         * gnus-uu.el (gnus-extract-view):
505         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
506
507 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * spam.el: Move BBDB autoloads.
510         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
511         BBDB 2 and 3.
512         (spam-check-BBDB): Use it.
513         (spam-enter-ham-BBDB): Use it.
514
515 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
516
517         * smime.el (smime-draw-buffer): Spelling fix.
518
519 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
520
521         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
522         for scanning exactly one level.
523         * gnus-start.el (gnus-get-unread-articles): Ditto.
524
525 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
528         slightly clearer.
529
530 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         * gnus-sync.el: More commentary about setup.
533
534 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * message.el (message-send-and-exit): Document `arg'.
537
538 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
539
540         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
541
542 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
543
544         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
545
546         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
547         we don't use `bound-and-true-p'.
548
549 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * gnus-util.el (gnus-bound-and-true-p): Remove.
552         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
553         * nnir.el: Use it.
554         * nnmairix.el: Use it.
555
556 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * gnus-sync.el: Improve docs about CouchDB admins.
559
560         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
561         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
562         for reasons unknown.
563         * nnir.el: Use it.
564         * nnmairix.el: Use it.
565
566         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
567         * nnir.el: Ditto.
568         * nnmairix.el: Ditto.
569
570         * gnus-registry.el (gnus-registry-enabled): Default to nil.
571
572 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
575         not needed.  Provide xmlplistread list function to produce XML plist
576         output for non-Gnus LeSync clients.
577
578 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
579
580         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
581
582         * gnus-sync.el: Add LeSync synchronization backend and logic to read
583         and save against it.  Group subscriptions, read marks, other marks,
584         subscription levels, topic names, and topic offsets (the group's
585         position within the topic) are saved.  This is an experimental backend
586         and may change significantly.  Load json.el from the gnus-fallback-lib
587         if it's not available otherwise.
588         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
589
590 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
591
592         * message.el (message-completion-function): Make sure
593         message-tab-body-function is not attempted if one of
594         message-completion-alist fails to find a completion (bug#9158).
595
596 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
597
598         * mml.el (mml-quote-region): Quote <#secure> tag.
599         (mml-generate-mime-1): Unquote <#secure> tag.
600
601 2011-10-20  Chong Yidong  <cyd@gnu.org>
602
603         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
604         calling a minor mode from Lisp with nil arg enables it, so we have to
605         make the wording a bit ambiguous here).
606
607 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
610         * nnir.el (nnir-mode): Use it.
611         * nnmairix.el (nnmairix-determine-original-group-from-registry):
612         Use it.
613
614         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
615         * nnmairix.el (gnus-registry-enabled): Ditto.
616
617 2011-10-17  Dave Abrahams  <dave@boostpro.com>
618
619         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
620         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
621         only while we need to find out if it should be t or nil.
622         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
623         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
624         the registry is installed.  Set it to nil when it's unloaded.
625         (gnus-registry-install-p): Provide user guidance for the initial value
626         of `gnus-registry-install' when it's 'ask, otherwise return its value.
627         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
628         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
629         * nnmairix.el (nnmairix-determine-original-group-from-registry):
630         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
631         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
632         `gnus-registry-install'.
633
634 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
635
636         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
637         previous change.
638         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
639         primary key is marked as disabled.
640
641 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
642
643         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
644         primary key is marked as disabled.
645
646 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
647
648         * html2text.el (html2text-clean-anchor): Check for quotes around
649         `href' value.
650
651 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
652
653         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
654         searching.  Drop `bbdb-cache'.
655
656 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * message.el (message-signed-or-encrypted-p): Exclude header when
659         checking if there is signed or encrypted body in text/plain message.
660
661 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
662
663         * html2text.el (html2text-get-attr): Correctly handle attribute values
664         containing "=".
665
666 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
667
668         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
669         handle bindings.
670
671 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-win.el (gnus-configure-windows): Protect against reading
674         ephemeral groups outside of Gnus.
675
676 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * shr.el (shr-tag-img): Don't get images displayed in tables.
679
680 2011-10-03  Glenn Morris  <rgm@gnu.org>
681
682         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
683         the "maintainer" version of debbugs.gnu.org reports.
684
685 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
688         make asynchronous adjacent image insertion work better.
689
690 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
691
692         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
693         documentation.
694
695 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
698         `gnus-asynchronous' isn't shadowed.
699
700 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
703
704         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
705         (nnimap-insert-partial-structure): The charset parameter isn't
706         case-sensitive.
707
708         * nnheader.el (nnheader-message-maybe): New function.
709
710         * shr.el (shr-tag-table): Render totally broken tables better.
711
712         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
713         computing the boundary.
714
715 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * pop3.el (pop3-number-of-responses): Remove.
718         (pop3-wait-for-messages): Rewrite to take linear time instead of
719         exponential time.
720
721 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
724         re-fetch images.
725
726         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
727         re-fetch images when hitting `g' in Gnus.
728
729 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * mml.el (mml-inhibit-compute-boundary): New internal variable.
732         (mml-compute-boundary): Don't check collision if it is non-nil.
733         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
734         before checking collision.
735
736 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * message.el (message-indent-citation): Really make sure there's a
739         newline at the end.
740
741         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
742         Fix suggested by John Wiegley.
743
744         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
745
746         * gnus-art.el (gnus-treat-hide-citation): Add doc.
747
748         * message.el (message-default-send-rename-function): Break out into its
749         own function.
750
751         * ecomplete.el (ecomplete-display-matches): Revert patch since it
752         doesn't work under XEmacs.
753
754         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
755         of "imaps" to word around Windows problems.
756         (nnimap-open-connection-1): Use it.
757
758         * message.el (message-indent-citation): Revert last change which made
759         `F' not work.
760
761 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
762
763         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
764         terminal as well.
765
766 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
769         because it displays images using overlays that aren't easy to copy to
770         the article buffer.
771
772 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
773
774         * message.el (message-indent-citation): Fix empty line removal at the
775         end of the citation.
776
777 2011-09-20  Julien Danjou  <julien@danjou.info>
778
779         * auth-source.el (auth-source-netrc-create): Use default value for
780         password if specified.  Evaluate default.
781         (auth-source-plstore-create): Ditto.
782         (auth-source-plstore-create, auth-source-netrc-create): Fix default
783         value evaluation.
784         (auth-source-netrc-create): Typo fix.
785         (auth-source-plstore-create): Ditto.
786
787         * password-cache.el (password-cache-remove): Remove entries even if the
788         value is nil, so that password with a nil value (negative caching) is
789         possible to invalidate.
790
791         * auth-source.el (auth-source-format-cache-entry): New function.
792
793 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
796
797 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
800
801 2011-09-19  Julien Danjou  <julien@danjou.info>
802
803         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
804         which work with things that are not ASCII.
805
806 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
809
810 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
813         message level.
814
815 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
818
819 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus.el (gnus-interactive-exit): Update defcustom spec.
822
823 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
826         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
827
828 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
829
830         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
831         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
832         articles.
833
834 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
835
836         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
837         (message-mail-other-window, message-mail-other-frame)
838         (message-news-other-window, message-news-other-frame):
839         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
840         instead of setting buffer display varibles.
841
842 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
845
846         * gnus-sum.el (gnus-fetch-headers): Bump message level.
847
848 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
851         duplicates" to a higher level.
852
853         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
854         most egregious messages.
855
856 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
859
860 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
861
862         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
863         up the file (bug#9351).
864
865 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
868         it does with all other backends, but decode the names immediately after
869         getting them.
870
871         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
872         decoding nnimap groups.
873
874         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
875         newsrc file.  It doesn't seem like an important optimization any more.
876
877 2011-09-10  Dave Abrahams  <dave@boostpro.com>
878
879         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
880         overflows.
881
882 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus.el (gnus-article-mark-lists): Remove `recent'.
885         (gnus-interactive-exit): Extend to `quiet'.
886
887         * gnus-sum.el (gnus-offer-save-summaries): Use it.
888
889         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
890         string.
891
892         * plstore.el (plstore--get-buffer): Silence compiler warnings by
893         renaming function arguments from `this'.
894
895         * gnus-sum.el (gnus-newsgroup-recent): Remove.
896
897         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
898         has been renamed.
899         (gnus-lrm-string-p): Include RLM and PDF, too.
900
901         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
902         (bug#9225).
903
904 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
905
906         Add autoload cookies for functions used by sendmail.el.
907         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
908
909         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
910
911 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * gnus-art.el (article-date-ut): Work properly even when there are
914         things like Date header in the body; work for forwarded parts.
915
916 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
917
918         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
919         original-article-buffer.
920
921 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
922
923         * nnir.el (nnir-compose-result): Fix matching of server type.
924         (nnir-run-swish++): Ditto.
925         (nnir-run-namazu): Ditto.
926         (nnir-run-notmuch): Ditto.
927
928 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
931         (bug#9405).
932
933         * gnus-score.el (gnus-summary-increase-score): Doc clarification
934         (bug#9421).
935
936         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
937         (bug#9425).
938
939         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
940         thing (bug#9426).
941
942 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
945         the error message.
946
947 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
948
949         * message.el (message-setup-1): Return t (Bug#9392).
950
951 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
952
953         * gnus-sum.el: When adding article headers to a summary buffer also
954         update gnus-newsgroup-articles (bug#9386).
955
956 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * auth-source.el: Autoload help-mode.
959
960 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
963         names.
964
965 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
966
967         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
968         mm-replace-in-string for compatibility issues.
969         * mml2015.el (mml2015-epg-verify): Ditto.
970
971 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
974
975         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
976
977 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
980         continue on and do the clean-up phase (bug#9188).
981
982         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
983         just ignore groups that can't be opened instead of erroring out
984         (bug#9225).
985
986         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
987         nil since some many people are fuddy-duddies.
988
989         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
990         images.
991
992         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
993         instead.
994
995         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
996
997         * gnus-util.el (gnus-process-live-p): Copy over compat function.
998
999         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1000         processing.
1001
1002         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1003         buffer to avoid warnings.
1004
1005 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1006
1007         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1008         specified to reduce precision.
1009
1010 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1013         bodystructures (bug#9314).
1014
1015 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1018         Make button keymap non-sticky after buttons.
1019
1020 2011-08-18  David Engster  <dengste@eml.cc>
1021
1022         * nnmairix.el (nnmairix-request-set-mark)
1023         (nnmairix-goto-original-article): Remove adding of article to registry,
1024         since `gnus-registry-add-group' isn't available anymore.
1025         (nnmairix-determine-original-group-from-registry):
1026         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1027         available anymore.
1028
1029 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1030
1031         * starttls.el (starttls-any-program-available): Define as obsolete
1032         function.
1033
1034 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1037         versions which Gnus use when appropriate.
1038
1039         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1040         a pretty destructive command.
1041
1042         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1043
1044 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * message.el (message-fix-before-sending): Make a different warning
1047         about NUL characters (bug#9270).
1048
1049         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1050         from custom (bug#9260).
1051
1052         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1053         things work in Emacs 22 and XEmacs, too.
1054
1055         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1056         default From.
1057
1058         * gnus-spec.el (gnus-lrm-string-p): New macro.
1059         (gnus-lrm-string): New constant.
1060         (gnus-summary-line-format-spec): LRM-ify the from.
1061         (gnus-tilde-max-form): LRM-ify string chopping.
1062
1063         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1064
1065         * message.el (message-is-yours-p): Allow disabling canlock checking
1066         (bug#9295).
1067         (message-shoot-gnksa-feet): Add `canlock-verify'.
1068         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1069         message directory isn't writable (bug#9304).
1070
1071         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1072         non-world-readable.
1073
1074 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1077         articles.
1078
1079 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1080
1081         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1082         copy-list.
1083
1084 2011-08-12  Sam Steingold  <sds@gnu.org>
1085
1086         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1087         in the reverse order to avoid modifying the cache with `nreverse'.
1088         (gnus-all-score-files): Do not modify the value returned by
1089         `gnus-score-find-alist' because it lives in a cache variable.
1090         (gnus-current-home-score-file): No need to `nreverse' the return value
1091         of `gnus-score-find-alist', it is already in the correct order.
1092
1093 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1094
1095         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1096         type MESSAGE and subtype RFC822 is slightly different from those of
1097         type TEXT.
1098
1099 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1102         This allows article-referral to work from an nnir group.
1103
1104 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1105
1106         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1107
1108 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1109
1110         * mml1991.el (mml1991-epg-find-usable-key)
1111         (mml1991-epg-find-usable-secret-key): New function.
1112         (mml1991-epg-sign): Check if signing key is usable.
1113         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1114
1115 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1116
1117         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1118         server-variables only.  This should fix a bug introduced with commit
1119         e1889675b7f4adf057833c5513c9374134c4e053.
1120         (nnir-run-query): 'nnir-search-engine should not be set from the global
1121         environment.
1122
1123 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1124
1125         * nnir.el (nnir-search-thread): Position point on referring article
1126         line.
1127         (nnir-warp-to-article): Clean up summary buffers.
1128
1129         * nnimap.el (nnimap-request-thread): Whitespace fix.
1130
1131 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1132
1133         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1134
1135 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * starttls.el (starttls-available-p): Rename from
1138         `starttls-any-program-available' and changed return convention.
1139
1140 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1141
1142         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1143         `unix-sync' unless it's defined.
1144
1145 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1146
1147         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1148         `aref' for XEmacs compatibiltiy.
1149
1150 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1153
1154 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1155
1156         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1157         closures, quote the form properly (bug#9194).
1158
1159 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1162         (gnus-summary-insert-new-articles): Protect against servers that are
1163         down.
1164
1165 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1166
1167         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1168         in mm handle if none is specified.
1169
1170 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1171
1172         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1173
1174 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1175
1176         * nnir.el (nnir-search-thread): New function to make an nnir group
1177         based on a thread query.
1178
1179         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1180         of nnir in thread referral.
1181         (gnus-summary-refer-thread): Use it.
1182
1183         * nnimap.el (nnimap-request-thread): Use it.
1184
1185 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * shr.el (shr-tag-comment): Ignore HTML comments.
1188
1189 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1190
1191         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1192         argument.
1193         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1194         Use `nnir-address' to handle server info rather than passing an arg.
1195
1196         * nnimap.el (nnimap-make-thread-query): New utility function to format
1197         an imap thread search query.
1198         (nnimap-request-thread): Use it.
1199
1200         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1201         right select-method if we are not going back to the group buffer.
1202
1203 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1206         enter invalid buffer configurations into the quit form (bug#9107).
1207         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1208         unplugged/plugged.
1209
1210         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1211         keep track of which ones are unread (bug#9061).
1212
1213         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1214         (bug#9055).
1215
1216         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1217         (bug#9041).
1218
1219         * gnus-html.el (mm-util): Require (bug#9073).
1220
1221         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1222         (gnus-summary-refer-thread): Use it to remove duplicates in the
1223         un-threaded view (bug#9053).
1224         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1225
1226 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1227
1228         * nnir.el (nnir-read-server-parm): Use default value from global
1229         variable.  Without this the default search engine parameters aren't
1230         used at all.
1231
1232 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * message.el (message-unique-id): Don't use the undocumented return
1235         value from (random t) (bug#9118).
1236
1237 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * message.el (message-auto-save-directory): If the ~/Mail directory
1240         doesn't exist, use ~ as the auto-save directory (bug#4432).
1241
1242         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1243         hasn't already been started.
1244
1245 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1248
1249         * message.el (message-reply): Work around mysterious bug where
1250         `message-mode' seems to overwrite the locally bound `subject' variable.
1251
1252 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1253
1254         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1255         correct group.
1256
1257         * gnus-int.el (gnus-request-thread): Add group argument.
1258
1259         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1260
1261 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1264
1265         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1266         renamed to `debbugs-gnu-*'.
1267
1268 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1269
1270         * plstore.el: Revert the editing feature since it is not urgent.
1271         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1272         (plstore-mode-decoded): Remove.
1273
1274 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1277         isn't very interesting any more, and it leaks potentially secret data.
1278         (gnus-debug): Remove.
1279
1280         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1281         use of :custom-show.
1282
1283 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1284
1285         * plstore.el: Add documentation.
1286         (plstore-mode): New mode to edit plstore file.
1287         (plstore-mode-toggle-display, plstore-mode-original)
1288         (plstore-mode-decoded): New command.
1289         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1290         (plstore--insert-buffer, plstore--make): New function.
1291         (plstore-open, plstore-save): Simplify by using them.
1292
1293 2011-07-06  Glenn Morris  <rgm@gnu.org>
1294
1295         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1296
1297 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1300         no longer is much used.
1301         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1302         Articles".
1303
1304 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1305
1306         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1307         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1308         `notmuch' backend.
1309
1310 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * mm-decode.el (mm-text-html-renderer): Doc fix.
1313
1314         * gnus-msg.el (gnus-bug): Fix the MML tag.
1315
1316         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1317
1318 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1319
1320         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1321         secondary methods if started with `gnus-no-server'.
1322
1323 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1324
1325         * message.el (message-return-action): Fix typo in docstring.
1326
1327 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1330         bug reports at once.
1331
1332         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1333
1334 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * nndraft.el: Require gnus-group.
1337         (nndraft-request-list): Declare.
1338
1339         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1340         no unread article unless it matches gnus-permanently-visible-groups.
1341
1342         * nndraft.el (nndraft-update-unread-articles): New function.
1343         (nndraft-request-associate-buffer): Use it to update the number of
1344         unread articles for the nndraft groups in the group buffer when saving
1345         or killing a draft message.
1346
1347 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1350         systems to binary before writing and reading the mbox files.
1351
1352         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1353         instead of trying to list them all (bug#8978).
1354
1355 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1356
1357         * pop3.el (pop3-open-server): Use :end-of-capability.
1358
1359 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1362         the id is always a number.
1363
1364         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1365
1366         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1367         debbugs mode, if possible.
1368
1369 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1370
1371         * auth-source.el (auth-source-token-passphrase-callback-function):
1372         Reindent.
1373         (epg-context-operation): Remove unnecessary autoload.
1374
1375 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus.el (gnus-list-debbugs): New command.
1378
1379         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1380         mboxstat instead of the maintbox, since the stat seems to be fuller.
1381
1382         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1383         summary buffers.
1384
1385         * message.el (message-get-reply-headers): Delete all duplicates,
1386         instead of the first.
1387         (message-get-reply-headers): Ensure that we have progress while
1388         deleting duplicates.
1389
1390         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1391         gnus-posting-style value from the summary buffer to make it easier to
1392         make that a per-buffer conf.
1393
1394 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1395
1396         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1397         found by setting `shortcut' in 'query.
1398         (nnir-request-article): Use `shortcut' setting when requesting article
1399         by Message-ID.
1400
1401 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1402
1403         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1404         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1405         Bring the pseudo-headers back too.
1406
1407 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1408
1409         * auth-source.el (auth-source-token-passphrase-callback-function):
1410         Simplify and remove EPA dependency.
1411
1412 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1413
1414         * nnir.el (nnir-request-article): Fix error message text.
1415
1416 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1417
1418         * auth-source.el (plstore-delete): Autoload.
1419         (auth-source-plstore-search): Support delete operation.
1420         * plstore.el (plstore-delete): New function.
1421
1422 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1425         mark actually existing articles as unread rather than the ones that
1426         active asserts.
1427
1428 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1429
1430         * nntp.el (nntp-record-command):
1431         * gnus-util.el (gnus-message-with-timestamp-1):
1432         Use format-time-string rather than decoding time stamps by hand.
1433         This is simpler and insulates the code from potential changes to
1434         current-time format.
1435
1436 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1439
1440 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1441
1442         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1443         (plstore-save): Support public key encryption.
1444         (plstore--init-from-buffer): New function.
1445         (plstore-open): Use it; fix error when opening a non-existent file.
1446         (plstore-revert): Use plstore--init-from-buffer.
1447
1448 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1449
1450         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1451
1452 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1455         for old Emacsen.
1456
1457 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1458
1459         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1460         is not fully working.
1461
1462 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * dgnushack.el: Autoload sha1 on XEmacs.
1465
1466         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1467         quit window configuration.
1468
1469         * auth-source.el (epg-context-set-passphrase-callback):
1470         Remove duplicate autoload.
1471
1472 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1473
1474         * nnir.el (nnir-request-article): Allow requesting articles by
1475         Message-ID with nnimap.
1476
1477         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1478         current server.
1479
1480 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1481
1482         * auth-source.el: Autoload EPA/EPG functions.
1483         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1484         changed when EPA/EPG is not available.
1485         (auth-source-backend): Rename "arg" member to "data".
1486         (auth-source-backend-parse, auth-source-plstore-search)
1487         (auth-source-plstore-create): Use it.
1488
1489 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1492         `gnus-refer-article-methods'.
1493
1494 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * auth-source.el: Require EPA and EPG.
1497         (auth-source-passphrase-alist): New variable.
1498         (auth-source-passphrase-callback-function)
1499         (auth-source-token-passphrase-callback-function): Callbacks for the
1500         netrc field encryption (GPG tokens).
1501         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1502         Symmetric encryption and decryption of the netrc GPG tokens.
1503         (auth-source-netrc-normalize): Use them, simplifying the closure.
1504
1505 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1508         is available.
1509
1510 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1513         non-nil, and `nnimap-split-methods' is nil, use the former.
1514
1515 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1516
1517         * plstore.el (plstore-revert): New function.
1518         (plstore-open): Use it; hide the buffer from user.
1519
1520 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1521
1522         * auth-source.el (auth-source-backend): New member "arg".
1523         (auth-source-backend-parse): Handle new backend 'plstore.
1524         * plstore.el: New file.
1525
1526 2011-06-30  Glenn Morris  <rgm@gnu.org>
1527
1528         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1529
1530 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1533         expiring articles to.
1534
1535         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1536         variations as ASCII (bug#5458).
1537
1538 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1541
1542 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * message.el (message-point-in-header-p): Tweak the function to default
1545         to saying that we're not in the headers if there is no separator at
1546         all.  This makes it possible to use the Message version of `M-q' in
1547         buffers with no headers (bug#7987).
1548         (message-point-in-header-p): Fix last checkin to work with an empty
1549         mail-header-separator, too.
1550
1551         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1552         again, save the choice via customize.
1553
1554 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1557
1558         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1559         ended the connection, bail out before waiting infinitely on a new
1560         connection.
1561
1562 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1563
1564         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1565         reports.
1566
1567         * gnus.el (gnus-bug-package): Use "gnus."
1568         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1569
1570 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * dgnushack.el: Make the timer warning go away on XEmacs.
1573
1574         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1575         animations going on at article exit time.
1576
1577         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1578         since removing it breaks people upgrading.
1579
1580         * shr.el (shr-put-image): Use the new interface for animating images.
1581         (shr-put-image): Animate for 60 seconds.
1582
1583         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1584         avoid compiler warnings.
1585
1586         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1587         error with `find-file-hooks' on Emacs 22.
1588         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1589         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1590         on all architectures.
1591
1592         * spam.el (spam-stat): Require in a normal fashion without binding
1593         `spam-stat-install-hooks' to avoid compilation warnings.
1594
1595         * spam-stat.el (spam-stat-install-hooks): Remove.
1596         (spam-stat-install-hooks): Don't run automatically.
1597
1598 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1599
1600         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1601         and keystroke.
1602
1603 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * auth-source.el (auth-source-netrc-cache): Move forward.
1606
1607 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * proto-stream.el (proto-stream-open-starttls): Use
1610         `gnutls-available-p' to see whether we have built-in support.
1611
1612         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1613         we already know.
1614         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1615         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1616
1617 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1620         %S format, since that looks odd.
1621         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1622         file, especially when saving.
1623
1624 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1625
1626         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1627         article found.
1628
1629 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1632         `auth-source-save-secrets' with a more sensitive alist that can be
1633         configured per file.  Experimental, so defaults to 'never.
1634         (auth-source-netrc-create): Use it.  Still experimental code.
1635         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1636         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1637
1638 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         * auth-source.el (auth-source-save-secrets): New variable to control if
1641         secret tokens should be saved encrypted.
1642         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1643         to `auth-source-netrc-normalize'.
1644         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1645         on the EPA variables being defined.
1646         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1647         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1648         the lexical-let closure.
1649         (auth-source-netrc-create): Create "gpg:" tokens according to
1650         `auth-source-save-secrets'.
1651
1652 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-group.el (gnus-group-update-group): Add new argument
1655         `info-unchanged' that stops updating dribble buffer.
1656
1657         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1658         deletes lines matching to it in dribble buffer.
1659
1660         * gnus-agent.el (gnus-agent-fetch-group-1):
1661         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1662         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1663         * gnus-start.el (gnus-group-change-level):
1664         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1665
1666         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1667         if newsgroup info is not changed.
1668
1669         * gnus-group.el (gnus-group-get-new-news-this-group):
1670         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1671         Don't update dribble buffer.
1672
1673 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1676         remove entries with groups we ignore.
1677
1678 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1681         the underline comes at the bottom.
1682
1683 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1684
1685         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1686         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1687         (gnus-registry-article-marks-to-names): Rename from
1688         `gnus-registry-user-format-function-M2'.
1689
1690 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1693         ephemeral group.
1694
1695 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (shr-browse-image): Copy the URL if called interactively.
1698
1699 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1702         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1703         done, then unselected articles may be marked as read.
1704
1705         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1706         since not doing this seems to lead to a race condition in pop3-logon.
1707
1708         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1709         so that the call chain it correct when we call "upwards".
1710
1711         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1712         in read-only groups.
1713
1714         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1715
1716         * message.el (message-cite-reply-position): Doc string fix.
1717
1718         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1719         avoid regexp overflow.
1720         (nnimap-transform-split-mail): Ditto.
1721
1722         * pop3.el (pop3-retr): Error out if the server closes the connection.
1723
1724 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1727         mm-with-unibyte-current-buffer.  The buffer should not contain any
1728         multibyte chars anyway at this stage.
1729
1730 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1733         at the end of lines.
1734
1735 2011-05-29  Julien Danjou  <julien@danjou.info>
1736
1737         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1738
1739 2011-05-27  Glenn Morris  <rgm@gnu.org>
1740
1741         * gnus-group.el (gnus-bug-group-download-format-alist):
1742         Use the "maintainer" version of debian reports as well.
1743
1744 2011-05-26  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-group.el (gnus-bug-group-download-format-alist):
1747         Use the "maintainer" version of debbugs.gnu.org reports.
1748
1749 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1752
1753 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1754
1755         * gnus-cus.el (gnus-agent-customize-category):
1756         * gnus-delay.el (gnus-delay-send-queue):
1757         * gnus.el (gnus-other-frame):
1758         Don't quote lambda expressions with `quote'.
1759
1760 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1763         the thread moves us backwards and so we loop forever.
1764
1765 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1768         whitespace in base64 data lines.
1769
1770 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * gnus-registry.el (gnus-registry-user-format-function-M):
1773         Use `mapconcat'.
1774         (gnus-registry-user-format-function-M2): Use to see the full text of
1775         the marks.  Make "," the mark text separator.
1776
1777         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1778         authentication with auth-source.
1779
1780 2011-05-17  Glenn Morris  <rgm@gnu.org>
1781
1782         * gnus-group.el (gnus-import-other-newsrc-file):
1783         Use insert-file-contents.
1784
1785 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1788         1000 iterations.
1789
1790 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * nntp.el (nntp-open-connection): Check if process-type is available.
1793
1794 2011-05-16  Julien Danjou  <julien@danjou.info>
1795
1796         * shr.el (shr-tag-del): Add support for del tag.
1797
1798 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * gnus-html.el (gnus-html-put-image): Register a displayer.
1801
1802         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1803
1804 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1805
1806         * registry.el (prune-factor): New initialization parameter defaulting
1807         to 0.1.
1808         (registry-prune-hard): Use it.
1809
1810         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1811         0.1 expicitly.
1812
1813 2011-05-13  Glenn Morris  <rgm@gnu.org>
1814
1815         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1816         is bound, since this function requires sendmail.
1817
1818 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * registry.el (registry-usage-test): Disable pruning test.
1821
1822 2011-05-11  David Engster  <dengste@eml.cc>
1823
1824         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1825         Bind set-network-process-option for XEmacs.
1826
1827 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1828
1829         * registry.el (registry-prune-hard-candidates)
1830         (registry-prune-soft-candidates): Helper methods for registry pruning.
1831         (registry-prune): Use them.  Make the sort function optional.
1832
1833 2011-05-10  Jim Meyering  <meyering@redhat.com>
1834
1835         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1836
1837 2011-05-10  Julien Danjou  <julien@danjou.info>
1838
1839         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1840         symbol and not a list.
1841
1842 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-art.el (gnus-article-mode): Move binding of
1845         shr-put-image-function here from gnus-article-prepare-display.
1846
1847         * shr.el (shr-put-image-function): New variable.
1848         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1849         (shr-put-image): Return scaled image.
1850
1851         * gnus-art.el (gnus-shr-put-image): New function.
1852         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1853
1854         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1855         original ones, as deletable.
1856
1857 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1860
1861 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * registry.el (registry-full): Add convenience method.  Fix logic.
1864         (registry-insert): Use it.  Fix logic here too.
1865
1866         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1867         `registry-prune' if `registry-full' returns t.
1868         (gnus-registry-handle-action)
1869         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1870         (gnus-registry-usage-test): Use it.
1871
1872 2011-05-07  Julien Danjou  <julien@danjou.info>
1873
1874         * shr.el (shr-link): Make shr-link inherit from link by default.
1875
1876 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1877
1878         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1879
1880 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1883         error out because the face is not a list.
1884
1885 2011-05-05  Glenn Morris  <rgm@gnu.org>
1886
1887         * proto-stream.el (gnutls-negotiate): Fix declarations.
1888
1889         * gnus-start.el (gnus-propagate-marks): Declare.
1890
1891 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * registry.el (registry-reindex): Fix percentage message.
1894
1895         * proto-stream.el (network-stream-open-starttls): Adjust to call
1896         `gnutls-negotiate' with :process and :hostname arguments.
1897
1898 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1899
1900         * shr.el: Add shr-link face for links.
1901         (shr-urlify): Use it.
1902
1903         * registry.el (registry-insert): Make error message more helpful.
1904
1905 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-html.el (gnus-html-schedule-image-fetching):
1908         Use url-queue-retrieve, if it exists.
1909
1910         * shr.el (shr-tag-img): Ditto.
1911
1912         * gnus.el: Autoload more gnus-agent functions.
1913
1914         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1915         agent if we haven't already (bug#8502).
1916
1917         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1918         into the Agent, too.
1919
1920         * gnus-agent.el (gnus-agent-store-article): New function.
1921
1922         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1923         and moved from that file for reuse.
1924
1925         * pop3.el (pop3-open-server): Error messages are "-ERR".
1926
1927 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1930         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1931
1932 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1933
1934         * gnus.el: No Gnus v0.17 is released.
1935
1936 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1937
1938         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1939         buffer has moved to a different frame.
1940
1941 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1944         to get the conversion from unibyte to multibyte buffers to work on
1945         Emacs 22.
1946
1947         * nntp.el (nntp-request-article): Slight clean-up.
1948
1949 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * shr.el (shr-strike-through): New face.
1952         (shr-tag-s): Use it to provide <s> support.
1953         (shr-tag-s): Remove duplicate definition.
1954
1955 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1956
1957         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1958         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1959
1960 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1963         `gnutls-negotiate'.
1964         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1965
1966 2011-04-23  Glenn Morris  <rgm@gnu.org>
1967
1968         * gnus-sum.el (gnus-extra-headers): Bump :version.
1969
1970 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * shr.el (shr-tag-sup): New function.
1973         (shr-tag-sub): Ditto.
1974
1975 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1978         for the case where `gnus-registry-ignored-groups' is a list of lists,
1979         and don't call `gnus-parameter-registry-ignore' otherwise.
1980
1981 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1982
1983         * nnimap.el (nnimap-user): New backend variable.
1984         (nnimap-open-connection-1): Use it.
1985         (nnimap-credentials): Accept user parameter so it's explicit what user
1986         name is desired.
1987
1988         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1989         default.
1990
1991         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1992         not gnus-registry.el.
1993
1994         * gnus-registry.el: Mention in comments how to modify
1995         `gnus-extra-headers' for proper recipient tracking and that it may
1996         already have To and Cc recently, which it does as of this commit.
1997         (gnus-registry-ignored-groups): Remove defcustom.
1998         Explain why in comments.
1999         (gnus-registry-action): Fix data-header reference to use the extra
2000         headers.  Explain in package commentary how to add To and Cc headers to
2001         the gnus-extra-headers.
2002         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2003         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2004         parameter list or a string list in `gnus-registry-ignored-groups'.
2005         Fix logic error.
2006
2007 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * shr.el (shr-expand-url): Protect against null urls.
2010
2011 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * shr.el (shr-base): New binding.
2014         (shr-tag-base): Keep track of <base>.
2015         (shr-expand-url): New function used throughout.
2016
2017 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * gnus-registry.el
2020         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2021         (gnus-registry-ignored-groups): New variable.
2022         (gnus-registry-ignore-group-p): Use it.
2023         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2024         set the destination group to nil (same as delete) if it's ignored.
2025
2026 2011-04-20  David Engster  <dengste@eml.cc>
2027
2028         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2029
2030         * Makefile.in (test-nntp): New rule.
2031         (check): Add it.
2032         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2033
2034 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-registry.el (gnus-registry-action)
2037         (gnus-registry-fetch-header-fast):
2038         Don't use mail-header that looks an internal function of mailheader.el.
2039
2040 2011-04-19  Glenn Morris  <rgm@gnu.org>
2041
2042         * time-date.el (time-to-days): Remove unused local variables.
2043
2044 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * gnus-registry.el: Eliminate cl functions.
2047         (gnus-registry-sort-addresses): New function that replaces mapcan.
2048         (gnus-registry-action, gnus-registry-spool-action)
2049         (gnus-registry-split-fancy-with-parent)
2050         (gnus-registry-fetch-recipients-fast): Use it.
2051         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2052
2053         * registry.el (initialize-instance, registry-lookup)
2054         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2055         (registry-lookup-secondary-value, registry-search, registry-delete)
2056         (registry-insert, registry-reindex, registry-size, registry-prune):
2057         Use eval-and-compile.
2058
2059 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * registry.el (registry-reindex): New method to recreate the secondary
2062         registry indices.
2063
2064         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2065         tracked field changes.
2066         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2067         (gnus-registry-action, gnus-registry-spool-action)
2068         (gnus-registry-handle-action)
2069         (gnus-registry--split-fancy-with-parent-internal)
2070         (gnus-registry-split-fancy-with-parent)
2071         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2072         move, and delete actions, and for fancy splitting with parent.
2073         (gnus-registry-extract-addresses)
2074         (gnus-registry-fetch-recipients-fast)
2075         (gnus-registry-fetch-header-fast): Convenience functions.
2076         (gnus-registry-misc-test): ERT test of
2077         `gnus-registry-extract-addresses'.
2078
2079 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2082         Track by subject first, then sender.
2083
2084 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2087
2088         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2089         Lisp.
2090
2091         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2092         (gnus-draft-send): Use it to avoid popping
2093         up frames from gnus-group-send-queue.
2094
2095 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * gnus-registry.el: Updated gnus-registry docs.
2098
2099 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2102         Fix logic bug.
2103         (gnus-registry-post-process-groups): Fix logging of no results and
2104         quote sender and subject.
2105
2106 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2109         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2110         gnutls-cli are too slow to be done opportunistically.
2111
2112         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2113         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2114         we had no early-data returned.
2115         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2116         two async commands to the same server at the same time.
2117
2118 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2119
2120         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2121
2122 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2125         "warning" level.
2126
2127         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2128         (mm-url-insert-file-contents): Don't set the package names.
2129
2130 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2131
2132         * gnus-registry.el (gnus-registry-action): Remove properties and
2133         simplify subject in `gnus-registry-handle-action'.
2134         (gnus-registry-spool-action): Get subject and sender from message if
2135         they are not passed in.
2136         (gnus-registry-handle-action): Remove properties and simplify subject
2137         consistently.
2138
2139 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2140
2141         * registry.el: Require CL before using defmacro*.
2142
2143 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-art.el (article-treat-date): Assume that
2146         gnus-article-date-headers may be a group parameter.
2147
2148 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2151
2152         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2153         interactively so the newsrc file can contain foreign groups too.
2154         Useful for debugging but not much for users.
2155
2156 2011-04-07  David Engster  <dengste@eml.cc>
2157
2158         * registry.el (registry-usage-test): Only do
2159         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2160         lexical binding.
2161
2162 2011-04-07  David Engster  <dengste@eml.cc>
2163
2164         * Makefile.in (check, test-registry): New rules for test-suite.
2165
2166 2011-04-06  David Engster  <dengste@eml.cc>
2167
2168         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2169         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2170
2171 2011-04-06  David Engster  <dengste@eml.cc>
2172
2173         * registry.el (initialize-instance): Change :after to :AFTER to be
2174         compatible with old EIEIO version in XEmacs.
2175
2176 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * gnus-registry.el (gnus-registry-post-process-groups)
2179         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2180         and provide better messaging.
2181
2182 2011-04-06  David Engster  <dengste@eml.cc>
2183
2184         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2185         errors.
2186
2187         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2188         dgnushack-compile with error-on-warn enabled, and to signal an error if
2189         clean compilation failed.
2190         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2191         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2192
2193 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2196         unconditionally anyway, discarding errors.
2197         (gnus-registry-delete-entries): New convenience function.
2198         (gnus-registry-import-eld): Import from old .eld registry.
2199
2200         * registry.el: Don't use ERT if it's not available.  Load it
2201         unconditionally anyway, discarding errors.
2202
2203         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2204         version from the Claudio Bley GnuTLS patch (extra optional parameters
2205         and host name).
2206
2207 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2210         fixup the parameters that can be customized by the user between
2211         save/read cycles.
2212         (gnus-registry-read): Use it.
2213         (gnus-registry-make-db): Use it.
2214         (gnus-registry-spool-action, gnus-registry-handle-action):
2215         Fix messaging.
2216         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2217         Map references to actual group names with sender and subject tracking.
2218         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2219         (gnus-registry-usage-test): Add subject lookup test.
2220
2221         * registry.el (registry-db, initialize-instance): Set up constructor
2222         instead of :initform arguments for the sake of older Emacsen.
2223         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2224         pre-lexbind merge bug.
2225         (registry-usage-test): Use it.
2226         (initialize-instance, registry-db): Move the non-function initforms
2227         back to the class definition.
2228
2229 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * registry.el: New library to manage gnus-registry-style data.
2232
2233         * gnus-registry.el: Use it (major rewrite).
2234
2235         * nnregistry.el: Use it.
2236
2237         * spam.el: Use it.
2238
2239 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2242         marks on non-selected articles.
2243
2244 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2245
2246         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2247         parameter to open-protocol-stream.
2248
2249 2011-04-01  Julien Danjou  <julien@danjou.info>
2250
2251         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2252         fundamental-mode.
2253
2254 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2257         servers.
2258
2259 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2262         made marks not propagate, again.
2263
2264 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2265
2266         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2267         Make this the default type.
2268         (proto-stream-open-plain): Rename from proto-stream-open-default.
2269         (open-protocol-stream, proto-stream-open-starttls)
2270         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2271         with `plain'.
2272
2273         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2274         value.
2275
2276         * nntp.el (nntp-open-connection-function): Document the fact that some
2277         values are not functions but are instead handled specially.
2278         Recognize nntp-open-plain-stream value.
2279         (nntp-open-connection): Recognize that value.
2280
2281 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2284         where it seems to be needed.
2285
2286 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2289         stuff.
2290
2291         * gnus-score.el (gnus-score-string): Fix calling convention of
2292         `gnus-simplify-buffer-fuzzy' after last patches.
2293
2294         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2295         server for articles we didn't get any headers for.  This is a sanity
2296         check.
2297
2298 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2299
2300         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2301         new CAPABILITY, use it.
2302
2303 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2306         downloading anything.
2307
2308         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2309
2310 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2311
2312         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2313         colors.
2314         (gnus-splash-svg-color-symbols): New function.
2315
2316 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2319         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2320         (gnus-simplify-subject-fuzzy): Use the local
2321         gnus-simplify-subject-fuzzy-regex instead of the global one.
2322         This makes using this variable in group parameters work.
2323
2324 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2325
2326         * gnus-registry.el (gnus-registry-unfollowed-groups):
2327         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2328         archive:sent-YYYY-MM-DD groups).
2329         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2330         tracking if there are more than `gnus-registry-max-track-groups'
2331         matches.
2332
2333 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2334
2335         * message.el (message--yank-original-internal): New function to do the
2336         insertion cleanly inside eval in `message-yank-original'.
2337         (message-yank-original): Use it.
2338
2339 2011-03-29  Julien Danjou  <julien@danjou.info>
2340
2341         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2342         local variables disabled rather than `normal-mode'.
2343
2344 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2345
2346         * imap.el (imap-shell-open, imap-process-connection-type):
2347         Use imap-process-connection-type for 'shell' streams as well as
2348         Kerberos, SSL, other subprocesses.
2349
2350 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2351
2352         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2353         with open-network-stream.
2354         (proto-stream-always-use-starttls): Option removed.
2355         (open-protocol-stream): Return a process object by default.  Provide a
2356         new parameter :return-list specifying a list-type return value, which
2357         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2358         :type `network' to `try-starttls', and `network-only' to `default'.
2359         Make `default' the default, for compatibility with open-network-stream.
2360         Handle the no-parameter case exactly as open-network-stream, with no
2361         additional stream processing.  Search plists using plist-get.
2362         Explicitly add :end-of-commend parameter if it is missing.
2363         (proto-stream-open-default): Rename from
2364         proto-stream-open-network-only.  Return 'default as the type.
2365         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2366         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2367         failed.  Always return a list with a (possibly dead) process as the
2368         first element, for compatibility with open-network-stream.
2369         (proto-stream-open-tls): Use plist-get.  Always return a list.
2370         (proto-stream-open-shell): Return `default' as connection type.
2371         (proto-stream-capability-open): Use plist-get.
2372         (proto-stream-eoc): Function deleted.
2373
2374         * nnimap.el (nnimap-stream, nnimap-open-connection)
2375         (nnimap-open-connection-1): Handle renaming of :type parameter for
2376         open-protocol-stream.
2377         (nnimap-open-connection-1): Pass a :return-list parameter
2378         open-protocol-stream to obtain a list return value.  Parse this list
2379         using plist-get.
2380
2381         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2382         for open-protocol-stream.  Accept open-protocol-stream return value
2383         that is a subprocess object instead of a list.  Handle the case of a
2384         dead returned process.
2385
2386 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2389
2390         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2391
2392 2011-03-21  Julien Danjou  <julien@danjou.info>
2393
2394         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2395         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2396         query.
2397         (mm-inline-text): Render normal text with fontification whenever
2398         possible.
2399
2400         * gnus-sum.el (gnus-summary-save-parts-1):
2401         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2402         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2403         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2404         Use `mm-handle-filename'.
2405
2406         * mm-util.el (mm-handle-filename): New function, return the filename of
2407         an handle.
2408
2409 2011-03-18  Julien Danjou  <julien@danjou.info>
2410
2411         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2412         (gnus-buffer-live-p): Check that buffer is not nil.
2413
2414 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2415
2416         * gnus.el: No Gnus v0.15 is released.
2417
2418 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2421         avoid warning on XEmacs.
2422
2423         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2424         on XEmacs.
2425
2426         * gnus-art.el: Require mouse, which the build bot seems to say is
2427         needed.
2428
2429         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2430
2431         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2432         XEmacs, since it doesn't have url-retrieve-synchronously.
2433
2434         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2435         since assoc-string doesn't exist in XEmacs.
2436
2437 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2438
2439         * gnus-group.el (gnus-group-list-ticked): New function.
2440         (gnus-group-make-menu-bar): Provide a menu entry for it.
2441         (gnus-group-list-map): Provide a binding for it.
2442
2443 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * shr.el (shr-visit-file): New command.
2446
2447         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2448
2449 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2450
2451         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2452         servers.
2453
2454 2011-03-16  Julien Danjou  <julien@danjou.info>
2455
2456         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2457         inline.
2458
2459         * gnus-art.el (article-hide-list-identifiers):
2460         Use gnus-group-get-list-identifiers.
2461
2462         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2463         (gnus-summary-remove-list-identifiers):
2464         Use gnus-group-get-list-identifiers to get regexp.
2465         (gnus-select-newsgroup, gnus-summary-insert-subject)
2466         (gnus-summary-insert-articles):
2467         Call gnus-summary-remove-list-identifiers unconditionally.
2468
2469 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2472         we're selecting a group with unread articles.
2473
2474         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2475
2476         * gssapi.el: New file separated out from imap.el to provide a general
2477         Kerberos 5 connection facility for Emacs.
2478
2479         * message.el (message-elide-ellipsis): Document the format spec
2480         ellipsis.
2481
2482 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2483
2484         * message.el (message-elide-region): Allow the ellipsis to say how many
2485         lines were removed.
2486
2487 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2490         window configurations containing buffers that are now dead.
2491
2492         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2493         parsing to avoid integer overflows.
2494         (nnimap-parse-flags): Simplify the last change.
2495         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2496         too large for 32-bit Emacsen.
2497
2498 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2499
2500         * auth-source.el (auth-source-netrc-create):
2501         * message.el (message-yank-original): Fix use of `case'.
2502
2503 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2504
2505         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2506         XEmacs, which was one character too wide.
2507
2508 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2509
2510         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2511         default number of articles to display.
2512         (gnus-articles-to-read): Use pretty names for prompt.
2513
2514 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-int.el (gnus-open-server): Ditto.
2517
2518         * gnus-start.el (gnus-activate-group): Give a backtrace if
2519         debug-on-quit is set and the user hits `C-g'.
2520         (gnus-read-active-file): Ditto.
2521
2522         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2523
2524 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * message.el (message-yank-original): Use cond instead of CL case.
2527
2528 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2529
2530         * auth-source.el (auth-source-netrc-create): Use usual format for the
2531         default in prompts.
2532
2533 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * lpath.el: Fbind read-char-choice for XEmacs.
2536
2537 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         * auth-source.el (auth-source-netrc-create): Show the default in the
2540         prompt when prompting for token creation.
2541
2542 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * auth-source.el (auth-source-format-prompt): Always convert the value
2545         to a string to avoid evaluating non-string arguments.
2546         (auth-source-netrc-create): Offer default properly, not as initial
2547         content in `read-string'.
2548         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2549         of line to determine if we've been run before.  If so, don't run again,
2550         but print a trivial message to indicate the cache was hit instead.
2551
2552 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2555         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2556         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2557         Gnus.
2558
2559 2011-03-11  Julien Danjou  <julien@danjou.info>
2560
2561         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2562         modified file".
2563
2564 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * auth-source.el (auth-source-read-char-choice): New function to read a
2567         character choice using `dropdown-list', `read-char-choice', or
2568         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2569         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2570         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2571         (auth-source-netrc-saver): Use it.
2572         (auth-source-pick-first-password): New convenience function.
2573
2574 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2577         parameter in the credentials.
2578         (nnimap-open-connection-1): Use it after a successful login.
2579         (nnimap-credentials): Add IMAP-specific user and password prompt.
2580
2581         * auth-source.el (auth-source-search): Add :require parameter, taking a
2582         list.  Document it and the :save-function return token.  Pass :require
2583         down.  Change the CREATED message from a warning to a debug statement.
2584         (auth-source-search-backends): Pass :require down.
2585         (auth-source-netrc-search): Pass :require down.
2586         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2587         Change save prompt to indicate all modifications saved here are
2588         deletions.
2589         (auth-source-netrc-create): Take user login name as default in user
2590         prompt.  Move all the save functionality to a lexically bound function
2591         under the :save-function token in the returned list.  Set up clearer
2592         default prompts for user, host, port, and secret.
2593         (auth-source-netrc-saver): New function, intended to be wrapped for
2594         :save-function.
2595
2596 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2599         lines to be spaces instead.
2600
2601 2011-03-07  Julien Danjou  <julien@danjou.info>
2602
2603         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2604         (sieve-sasl-auth): Check that auth-source-search did return something,
2605         or just return an empty string.
2606
2607 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2608
2609         * gnus.el (gnus-interactive): Use read-directory-name.
2610
2611         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2612         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2613         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2614         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2615         Likewise.
2616
2617         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2618
2619 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2622         onto the list of killed groups, too.  This makes killed nnimap groups,
2623         for instance, more reliably not reappear.
2624
2625         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2626         the parent.
2627
2628         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2629
2630         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2631         really have server-side marks.
2632
2633         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2634         since most backends do not usefully have server-side marks.
2635         (gnus-update-read-articles): Propagate marks to all backends that
2636         really have server-side marks.
2637
2638 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2639
2640         * message.el (message-cite-reply-position, message-cite-style):
2641         New variables.
2642         (message-yank-original): Use the new citation styles.
2643
2644 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2645
2646         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2647         buffer-local issue); don't mark it buffer-local when running under
2648         XEmacs.
2649
2650 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2651
2652         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2653         numbers too big to be `read'.
2654
2655 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * password-cache.el (password-in-cache-p): Add autoload.
2658
2659         * message.el (message-options): Make buffer-local two ways to attempt
2660         to fix a XEmacs bug.
2661
2662 2011-03-02  Julien Danjou  <julien@danjou.info>
2663
2664         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2665
2666 2011-03-01  Julien Danjou  <julien@danjou.info>
2667
2668         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2669         group.
2670         (article-hide-list-identifiers): Use list-identifier group parameter.
2671
2672 2011-02-28  Julien Danjou  <julien@danjou.info>
2673
2674         * sieve.el (sieve-buffer-script-name): New local variable to store
2675         sieve script name.
2676         (sieve-edit-script): Store sieve script name.
2677         (sieve-upload): Use sieve script name when uploading.
2678         (sieve-upload): Use substitute-command-keys.
2679         (sieve-edit-script): Use substitute-command-keys.
2680         (sieve-refresh-scriptlist): Use substitute-command-keys.
2681         (sieve-manage-mode-map): Define keymap properly.
2682         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2683         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2684         Remove commented code about cvs.
2685         (sieve-manage-quit): New function.
2686         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2687
2688 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2691
2692 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * auth-source.el (auth-source-search): Cache empty result sets.
2695
2696         * password-cache.el (password-in-cache-p): Convenience function to
2697         check if a key is in the cache, even if the value is nil.
2698
2699         * auth-source.el (auth-source-save-behavior): New variable to replace
2700         `auth-source-never-create'.
2701         (auth-source-netrc-create): Use it.
2702         (auth-source-never-save): Remove.
2703
2704 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2705
2706         * nnimap.el (nnimap-stream): Doc fix.
2707         (nnimap-open-connection-1): Reverse the order of the ports to that the
2708         prompted-for port is first.
2709
2710         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2711         retrieval by the no-group selection.
2712
2713         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2714         numerical parameters.
2715
2716 2011-02-25  Julien Danjou  <julien@danjou.info>
2717
2718         * gnus-gravatar.el: Use gnus-with-article-buffer.
2719
2720         * gnus-art.el (gnus-with-article-buffer): Check that the
2721         gnus-article-buffer is alive.
2722
2723 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * auth-source.el (auth-source-creation-prompts): New variable to manage
2726         creation-time prompts.
2727         (auth-source-search): Document it.
2728         (auth-source-format-prompt): Add utility function.
2729         (auth-source-netrc-create): Don't default the user name to
2730         user-login-name.  Use `auth-source-creation-prompts' and some default
2731         prompts for user, host, port, and password (the default generic prompt
2732         remains ugly).
2733         (auth-source-never-save): Add customizable option to never save info.
2734         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2735         mode excursion.
2736
2737 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2740         argument that XEmacs doesn't support.
2741
2742         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2743         compiled for Emacsen having no `libxml-parse-html-region' support.
2744
2745         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2746
2747         * lpath.el: Bind buffer-save-without-query for XEmacs.
2748
2749 2011-02-23  Julien Danjou  <julien@danjou.info>
2750
2751         * gnus-art.el (article-make-date-line): Ignore errors if time is
2752         invalid and not convertible.
2753         (article-make-date-line): Only add lapsed time if time is not nil.
2754
2755 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2756
2757         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2758         `read-char-choice' for backwards compatibility.
2759         (auth-source-netrc-element-or-first): New function to DTRT for
2760         parameter extraction.
2761         (auth-source-netrc-create): Use it and fix multiple parameter print
2762         bug.  Use the default passed from above (given-default) or the
2763         built-in (user-login-name for :user).
2764
2765 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus-start.el (gnus-dribble-read-file):
2768         Set buffer-save-without-query, since we always want to save the dribble
2769         file, probably.
2770
2771         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2772         nnimap.
2773
2774         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2775         -summary- since it's a user-visible variable.
2776
2777         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2778         first time you use the new Gnus.
2779
2780 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * auth-source.el: Don't load netrc.el.
2783         (auth-sources): Search ~/.netrc as well by default.
2784         (auth-source-debug): Add 'trivia option for extra output.
2785         (auth-source-do-trivia): Use it.
2786         (auth-source-search): Simplify logic to use
2787         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2788         appropriate.  Don't keep a running count at this level.  Layer :create
2789         and :delete options appropriately on the first and second passes.
2790         Don't track the backend with the search results.
2791         (auth-source-search-backends): New function to search a list of
2792         backends for a processed spec.
2793         (auth-source-netrc-parse): Cache all netrc files, making
2794         auth-source-netrc-cache an alist keyed by the file name and using the
2795         file mtime as the caching criterion.  Keep the obfuscated data secret
2796         with a lexical bind.
2797         (auth-source-netrc-search): Don't calculate the length of the results
2798         unnecessarily.
2799         (auth-source-search-backends): Fix bug.
2800         (auth-source-netrc-create): Rework prompts.
2801
2802 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2803
2804         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2805         Lower case names of search constraints.
2806         (nnir-run-query): Cache and reuse search constraints for all imap
2807         servers.
2808
2809 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2812         after exit.
2813         (gnus-setup-message): Define missing variable from last checkin.
2814
2815         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2816         value, show the raw article.
2817
2818 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2819
2820         * gnus.el: No Gnus v0.13 is released.
2821
2822 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2823
2824         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2825         auth-source now accepts numbers.
2826
2827         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2828         spec, too.
2829         (auth-source-ensure-strings): New function.
2830
2831         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2832         (gnus-article-setup-buffer): Always restart the date timer so that user
2833         changes to the frequency is respected.
2834
2835         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2836         port numbers, so make sure it gets that if nnimap-server-port is
2837         explicit.
2838
2839 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2840
2841         * nnimap.el (nnimap-inbox): Doc fix.
2842
2843 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2844
2845         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2846         Autoload.  Add optional arg FRAME, and pass it to color-values.
2847         (color-complement): Caller changed.  Doc fix.
2848         (color-gradient): Rewrite for better clarity and efficiency.
2849
2850 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2851
2852         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2853         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2854         color-lab-to-srgb.
2855
2856 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2857
2858         * color.el: First part of merge from hexrgb.el.
2859         (color-rgb-to-hex): Rename from color-rgb->hex.
2860         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2861         saturation to zero if the value is too small.
2862         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2863         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2864         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2865         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2866         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2867         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2868         (color-cie-de2000): Doc fix.
2869
2870 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2873         given method as in the group name if we're using an extended method.
2874         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2875         command, if we're using that, instead of waiting for the beginning.
2876
2877         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2878         we're sure to get unique server names, and we don't output two async
2879         commands in the same buffer.  This fixes an NNTP hang for some users.
2880
2881 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2882
2883         * gnus.el: No Gnus v0.11 is released.
2884
2885 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2886
2887         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2888         summary buffer before reading going to the next buffer.  This avoids
2889         putting the point in the group buffer if you `C-g' the command.
2890
2891         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2892         cache (for now) to make ~/.authinfo.gpg files usable.
2893
2894         * nnfolder.el (copyright-update): Define for the compiler.
2895
2896         * auth-source.el (auth-source-search): Fix unbound variable.
2897
2898 2011-02-19  Glenn Morris  <rgm@gnu.org>
2899
2900         * gnus.el (gnus-meta): Doc fix.
2901
2902 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2903
2904         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2905         in case it's not yet loaded.
2906
2907 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2908
2909         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2910         line we're waiting for.
2911
2912 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2913
2914         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2915         face with line-width greater than zero will cause RET in gnus summary
2916         buffer to scroll down article page-wise because auto vscroll happens,
2917         it should be temporally disabled when doing a scroll-up.
2918
2919 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2920
2921         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2922         outputs from the server.
2923
2924 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2925
2926         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2927         later so that bbdb can hook in easier.
2928
2929 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2930
2931         * auth-source.el (auth-source-search): Don't try to create credentials
2932         if the caller doesn't want that.
2933         (auth-source-search): If we don't find a match, don't bug out on
2934         non-bound variables.
2935         (auth-source-search): Only ask a single backend to create the
2936         credentials.
2937
2938         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2939         logging.
2940         (nnimap-credentials): Protect against auth-source-search returning nil.
2941         (nnimap-request-list): Protect against not being able to open the
2942         server.
2943
2944 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2945
2946         * auth-source.el (auth-source-search): Do a two-phase search, one with
2947         no :create to get the responses from all backends.
2948
2949         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2950         when getting credentials.
2951
2952         * gnus-util.el (gnus-delete-duplicates): New function.
2953
2954 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2955
2956         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2957         a creation default, pass the whole port list down.  It will be
2958         completed.
2959
2960         * auth-source.el (auth-source-search): Updated docs to talk about
2961         multiple creation choices.
2962         (auth-source-netrc-create): Accept a list as a value (from the search
2963         parameters) and do completion on that list.  Keep a separate netrc line
2964         with the password obscured for showing the user.
2965
2966         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2967         first choice to `auth-source-search' so it will be used for entry
2968         creation instead of the server's Gnus-specific name.
2969         (nnimap-credentials): Rely on the auth-source library to select which
2970         port is actually wanted in the new netrc entry, so don't override
2971         `auth-source-creation-defaults'.
2972
2973         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2974         :protocol and accept a missing user, host, or port as a wildcard match.
2975         (auth-source-debug): Default to off.
2976
2977         (auth-source-netrc-search, auth-source-netrc-create)
2978         (auth-source-secrets-search, auth-source-secrets-create)
2979         (auth-source-user-or-password, auth-source-backend, auth-sources)
2980         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2981         instead of :protocol.
2982
2983         * nnimap.el (nnimap-credentials): Pass a port default to
2984         `auth-source-search' in case an entry needs to be created.
2985         (nnimap-open-connection-1): Use :port instead of :protocol.
2986
2987 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * auth-source.el: Bind load-path when loading EIEIO from
2990         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2991         21.4 doesn't support, to `require'.
2992         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2993         delete-dups that is not available in XEmacs 21.4.
2994
2995 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2996
2997         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2998         as EIEIO must also be loaded when auth-source.el is being
2999         byte-compiled.
3000
3001 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3004
3005         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3006
3007         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3008
3009         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3010
3011         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3012
3013         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3014
3015         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3016
3017         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3018         necessary.
3019
3020 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3021
3022         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3023         nil means that nnimap doesn't get updated.
3024
3025 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3028         result when the user doesn't want to write to the file.
3029         (auth-source-netrc-search): Expect a synthetic result and proceed
3030         accordingly.
3031         (auth-source-cache-expiry): New variable to override
3032         `password-cache-expiry'.
3033         (auth-source-remember): Use it.
3034
3035         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3036         parameter.  Create entry if necessary by using :create t.
3037         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3038
3039 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * auth-source.el (auth-source-debug): Enable by default and don't
3042         mention the obsolete `auth-source-hide-passwords'.
3043         (auth-source-do-warn): New function to debug unconditionally.
3044         (auth-source-do-debug): Use it.
3045         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3046         and for Secrets API entries when the secrets.el library is not
3047         available.
3048
3049 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3052         (gnus-summary-exit): Kill the correct article buffer on exit from a
3053         `C-d' group.
3054
3055         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3056         gnus-propagate-marks.
3057
3058         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3059         before killing the buffers so that a non-full window conf gets handled
3060         correctly.
3061         (gnus-summary-exit): Ditto.
3062         (gnus-summary-read-group-1): Ditto.
3063
3064         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3065         async code again so that we can debug it properly.
3066
3067         * message.el (message-reply): Take an optional switch-buffer parameter
3068         so that Gnus window confs are respected better.
3069
3070 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3073         `plist-get' to accept non-list parameters (XEmacs issue).
3074         Fix docstring.
3075         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3076         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3077         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3078         Login collection is "Login" and not "login".
3079
3080 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3081
3082         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3083         multiple headers.
3084
3085         * nnimap.el (nnimap-inhibit-logging): New variable.
3086         (nnimap-log-command): Don't log login commands.
3087
3088         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3089         to have more parameters.
3090
3091         * nnimap.el (nnimap-send-command): Mark the command time for each
3092         command, so that we don't get NOOPs stepping on our toes.
3093
3094         * gnus-art.el (article-date-ut): Get the date from the Date header on
3095         `t'.
3096
3097 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * auth-source.el (auth-source-search): Use copy-sequence instead of
3100         the cl.el copy-list.
3101
3102 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * imap.el: Bring it back (revert
3105         84d800cd31de3064f0ed39617d725709a2f8f42f).
3106
3107 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3108
3109         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3110         Improve prompt.
3111
3112 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3115         washing status from the default format.  It isn't very informative.
3116
3117 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3118
3119         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3120         Fix Gcc processing on imap.
3121
3122 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * imap.el: Remove file.  All the functionality is in nnimap.el.
3125
3126 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3127
3128         * message.el (message-bury): Don't pop up a new window when selected
3129         window is dedicated.
3130
3131 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3132
3133         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3134
3135 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3136
3137         * sieve-manage.el: Autoload `auth-source-search'.
3138         (sieve-sasl-auth): Use it.
3139
3140 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * nnimap.el: Autoload `auth-source-forget+'.
3143         (nnimap-open-connection-1): Use it if the connection fails.
3144
3145         * auth-source.el: Require `password-cache'.
3146         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3147         obsolete.
3148         (auth-source-magic): Marker for `password-cache' keys.
3149         (auth-source-do-cache): Update docstring.
3150         (auth-source-search): Use and check cache.
3151         (auth-source-forget-all-cached, auth-source-remember)
3152         (auth-source-recall, auth-source-forget, auth-source-forget+)
3153         (auth-source-specmatchp): Caching support functions.
3154         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3155         Remove and obsolete.
3156         (auth-source-user-or-password): Remove caching to further discourage
3157         using it.  Always hide passwords.
3158
3159         * password-cache.el (password-cache-remove): Accept secrets that are
3160         not strings.
3161
3162 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3165         code for now, since it doesn't work for all users.
3166
3167 2011-02-09  Julien Danjou  <julien@danjou.info>
3168
3169         * message.el (message-options): Make message-options really buffer
3170         local.
3171
3172 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * mail-source.el: Autoload `auth-source-search'.
3175         (mail-source-keyword-map): Note order matters.
3176         (mail-source-set-1): Get all the mail-source source values and
3177         defaults and search auth-source on those if needed.  This can all
3178         probably be simplified.
3179
3180         * nnimap.el: Autoload `auth-source-search'.
3181         (nnimap-credentials): Use it.
3182         (nnimap-open-connection-1): Ask for the virtual server and physical
3183         address in one shot.
3184
3185         * nntp.el: Autoload `auth-source-search'.
3186         (nntp-send-authinfo): Use it.  Note TODO.
3187
3188 2011-02-08  Julien Danjou  <julien@danjou.info>
3189
3190         * shr.el (shr-tag-body): Add support for text attribute in body
3191         markups.
3192
3193         * message.el (message-options): Make message-options a local variable.
3194
3195 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3196
3197         * auth-source.el (auth-source-secrets-search)
3198         (auth-source-user-or-password): Use `append' instead of `nconc'.
3199         (auth-source-user-or-password): Build return list better and protect
3200         against nil :secret.
3201
3202 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3203
3204         * nnimap.el (nnimap-update-info): Refactor slightly.
3205         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3206         (nnimap-update-info): Clean up slightly.
3207         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3208         characters.
3209         (nnimap-process-quirk): Rename function to avoid collision.
3210         (nnimap-update-info): Fix macrology bug-out.
3211         (nnimap-update-info): Simplify split history test.
3212
3213 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3214
3215         * auth-source.el (top): Require 'eieio unconditionally.
3216         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3217         (auth-source-secrets-search): Limit search when `max' is greater than
3218         number of results.
3219
3220 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3223         part not returning any data.
3224
3225         * proto-stream.el (open-protocol-stream): Document the return value.
3226
3227 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         * auth-source.el (auth-source-secrets-search): Add examples.
3230
3231 2011-02-06  Julien Danjou  <julien@danjou.info>
3232
3233         * message.el (message-setup-1): Handle message-generate-headers-first
3234         set to t.
3235
3236 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3237
3238         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3239         API with a string "secrets:collection-name" and with 'default.
3240         (auth-source-backend-parse): Parse "secrets:collection-name" and
3241         'default.  Recurse on parses instead of repeating code.  Use the
3242         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3243         message when ignoring a source.
3244         (auth-source-search): List ignored search keys at the top level.
3245         (auth-source-netrc-create): Use `case' instead of `cond'.
3246         (auth-source-secrets-search): Created with TODOs.
3247         (auth-source-secrets-create): Created with TODOs.
3248         (auth-source-retrieve, auth-source-create, auth-source-delete)
3249         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3250         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3251         (auth-source-user-or-password-sftp)
3252         (auth-source-user-or-password-smtp): Remove.
3253         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3254         around `auth-source-search'.  Not tested thoroughly.
3255
3256 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * auth-source.el: Bring in assoc and eioeio libraries.
3259         (secrets-enabled): New variable to track the status of the Secrets API.
3260         (auth-source-backend): New EIOEIO class to represent a backend.
3261         (auth-source-creation-defaults): New variable to set prompt defaults
3262         during token creation (see the `auth-source-search' docstring for
3263         details).
3264         (auth-sources): Simplify to allow a simple string as a netrc backend
3265         spec.
3266         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3267         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3268         (auth-source-search): Main auth-source API entry point.
3269         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3270         (auth-source-search-collection): Helper function for searching.
3271         (auth-source-netrc-parse, auth-source-netrc-normalize)
3272         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3273         Supports search, create, and delete.
3274         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3275         backend stubs.
3276         (auth-source-user-or-password): Call `auth-source-search' but it's not
3277         ready yet.
3278
3279 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3280
3281         * message.el (message-setup-1): Remove the read-only stuff, since it
3282         doesn't work under XEmacs, for some reason.
3283
3284         * gnus-sum.el (gnus-user-date): Rename back from
3285         gnus-summary-user-date since user code refers to it.
3286
3287         * shr.el (shr-render-td): Store the actual background color used.
3288
3289         * message.el (message-setup-1): Don't bind the constant
3290         -forbidden-properties.
3291         (message-setup-1): Revert previous change, since it needs to bind the
3292         props to insert them.
3293         (message-resend): Allow removing the read-only separator line.
3294
3295 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nnimap.el (nnimap-request-accept-article): Give an error message if
3298         the APPEND wasn't successful.
3299
3300 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3301
3302         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3303         that have no groups.
3304
3305 2011-02-03  Julien Danjou  <julien@danjou.info>
3306
3307         * gnus-draft.el: Remove progn around gnus-draft-setup.
3308
3309 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-start.el (gnus-read-active-for-groups): This function is never
3312         called with a nil `infos', so clean that up.
3313         (gnus-get-unread-articles): Request active files from primary/secondary
3314         methods that have no groups (yet).
3315
3316 2011-02-03  Julien Danjou  <julien@danjou.info>
3317
3318         * message.el (message-setup-1): Always generate References first.
3319         (message-mail): Return the return value of message-setup, not always t.
3320         (message-setup-1): Insert mail-header-separator with read-only and
3321         intangible properties set.
3322
3323         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3324         user-date in docstring.
3325
3326         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3327
3328         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3329         docstring.
3330
3331         * gnus.el (gnus-user-date-format-alist): Change default value.
3332         Use defcustom, with type and group. Move from gnus-util.el.
3333         Rename to gnus-summary-user-date-format-alist.
3334
3335 2011-02-03  Glenn Morris  <rgm@gnu.org>
3336
3337         * nnimap.el (gnus-fetch-headers): Declare.
3338
3339         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3340
3341 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3342
3343         * message.el (message-forward-make-body-digest-plain)
3344         (message-followup, message-reply): Clean up things noted by Stefan.
3345
3346         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3347         gnus-article-update-date-headers is nil.
3348         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3349         it didn't really work with defcustom.
3350         (article-update-date-lapsed): Make sure the window start doesn't move,
3351         either.
3352
3353 2011-02-01  Julien Danjou  <julien@danjou.info>
3354
3355         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3356         format.
3357
3358         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3359         standard in Emacs nowadays.
3360
3361         * color.el (color-gradient): Add a color-gradient function.
3362
3363 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3364
3365         * message.el (message-expand-name): Don't trust the return value of
3366         bbdb-complete-name.
3367         (message-check-news-header-syntax): Remove unused var `start'.
3368         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3369         (message-inhibit-body-encoding): Move to before first use.
3370         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3371         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3372         (Organization, Message-ID, Date, mh-previous-window-config):
3373         Defvar the vars using dynamic scoping.
3374
3375 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3376
3377         * shr.el (shr-render-td): Only do colors at the final rendering.
3378         Should be slightly faster.
3379         (shr-insert-table): Fix up TD background colors when doing the
3380         vertical padding.
3381
3382         * gnus-art.el (article-date-ut): Protect against articles with no Date
3383         header.
3384         (article-update-date-lapsed): Don't use current-column to find the
3385         horizontal position.  It's fragile in the presence of \003 characters.
3386
3387         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3388
3389 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3390
3391         * gnus-art.el (article-transform-date): Rewrite to still work when
3392         there are several rfc2822 parts.
3393         (article-transform-date): Fix infinite recursion.
3394         (article-date-ut): Replace infinitely many Date headers with a single
3395         one when called interactively.
3396
3397         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3398         secure manner.
3399
3400         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3401         move around by not using save-window-excursion.  It seems to work...
3402
3403 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (article-make-date-line): Work for user-defined format.
3406
3407 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3408
3409         * nntp.el (nntp-retrieve-group-data-early)
3410         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3411         fetching functions.
3412
3413         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3414         thoroughly for all backends that have no known groups.  This should
3415         allow new nnml methods to retrieve mail.
3416
3417         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3418         that Gnus doesn't know exists again.
3419
3420         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3421         (gnus-treat-date-ut): Ditto.
3422         (gnus-article-update-date-header): Rename.
3423         (gnus-treat-date-local): Remove.
3424         (gnus-treat-date-english): Remove.
3425         (gnus-treat-date-lapsed): Remove.
3426         (gnus-treat-date-combined-lapsed): Remove.
3427         (gnus-treat-date-original): Remove.
3428         (gnus-treat-date-iso8601): Remove.
3429         (gnus-treat-date-user-defined): Remove.
3430         (gnus-article-date-headers): New variable to control all the date
3431         header options.
3432         (article-date-ut): Rewrite to allow using the new way to format date
3433         headers(s).
3434
3435 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3438         method.
3439         (nnmail-article-group): A better test for fanciness.
3440
3441         * nnimap.el (nnimap-request-head): Protect against not finding the
3442         article by Message-ID.
3443
3444 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3445
3446         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3447         keep point at the "same place".
3448
3449 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3452         data if the group is inactive.
3453
3454 2011-01-28  Julien Danjou  <julien@danjou.info>
3455
3456         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3457         (gnus-all-windows-visible-p): Remove old compatibility code.
3458         (gnus-window-top-edge): Add docstring.
3459
3460         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3461
3462 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3465         older request-update-info.
3466
3467         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3468
3469 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3470
3471         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3472         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3473
3474 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3477         groups.  This makes the nndraft:queue group pop up if it's not already
3478         there.
3479
3480         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3481         messages" logic, which was reversed.
3482
3483         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3484         the "same place" even if point is on the line being replaced.
3485         (article-update-date-lapsed): Allow updating both the combined lapsed
3486         and the lapsed headers.
3487         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3488         (article-make-date-line): Limit the number of segments dynamically to
3489         avoid too-long lines.
3490
3491 2011-01-27  Julien Danjou  <julien@danjou.info>
3492
3493         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3494         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3495
3496 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3499         Use plist-get instead of the cl function getf.
3500
3501 2011-01-27  Glenn Morris  <rgm@gnu.org>
3502
3503         * gnus-util.el (float-time): Get rid of compiler warning, again.
3504
3505 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3506
3507         * shr.el (shr-put-color): Special-case background colors: Do put them
3508         at the blank parts at the front of the lines.
3509
3510         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3511         exit hook to nix out all data on readedness on group exit.
3512
3513         * gnus-util.el (float-time): If float-time is bound, always use it on
3514         all Emacsen.  It's unclear why the subrp check was there.
3515         (time-date): Require to make some autoload issues on XEmacs go away.
3516
3517         * shr.el (shr-put-color): Don't do the box padding in tables, since
3518         they're already padded.
3519
3520 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-art.el (gnus-article-next-page): When the last line of the
3523         article is displayed, scroll down once more instead of going to the
3524         next article at once.
3525         (article-lapsed-string): Refactor out and allow specifying how many
3526         segments you want.
3527         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3528         (gnus-article-update-lapsed-header): New variable.
3529
3530         * shr.el: Revert change that made headings use different-sized faces.
3531         The Emacs display engine isn't advanced enough that, for instance,
3532         tables can comfortably use differently-sized faces.
3533
3534 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3535
3536         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3537         used.
3538         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3539         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3540         we're using an encrypted connection.
3541
3542         * proto-stream.el: Alter the interface functions to also return the
3543         actual stream type used: network or tls.
3544
3545 2011-01-25  Julien Danjou  <julien@danjou.info>
3546
3547         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3548         (mm-display-javascript-inline): New function.
3549
3550         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3551         viewing function.
3552
3553 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * shr.el (shr-expand-newlines): Fix variable name.
3556
3557 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3558
3559         * shr.el (shr-expand-newlines): Make nested boxes work.
3560
3561 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3562
3563         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3564         backgrounds.
3565         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3566         in a more sensible manner.
3567
3568 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3571         if EPG is loaded.
3572
3573 2011-01-24  Julien Danjou  <julien@danjou.info>
3574
3575         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3576         tags.
3577
3578 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3581         commands.
3582
3583         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3584         in the article buffer.
3585         (gnus-gravatar-insert): Use blank space from the current buffer to
3586         avoid breaking text properties.  This makes X-Sent updating work again.
3587
3588         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3589
3590 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3593         fix the bug in url-http.el instead.
3594
3595         * shr.el (shr-image-fetched): Ditto.
3596
3597         * shr.el (shr-image-fetched): Avoid having point move in the article
3598         buffer.
3599
3600         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3601         buffer after being called.  It's apparently being killed by url.el, and
3602         killing it made point move to end-of-buffer in a random buffer.
3603
3604         * shr.el (shr-image-fetched): Ditto.
3605
3606 2011-01-23  Julien Danjou  <julien@danjou.info>
3607
3608         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3609
3610         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3611         text/x-org.
3612
3613 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3616         (i.e., nnimap) returning nil as the article number.
3617
3618 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3619
3620         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3621         "DelSp" parameter in RFC3676.
3622
3623 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3624
3625         * message.el (message-check-recipients): Display the encoded version of
3626         the bogus address if they differ.
3627
3628         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3629         after sending.
3630
3631         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3632
3633         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3634
3635         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3636         group buffer after sending the queue.
3637
3638         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3639
3640 2011-01-22  Julien Danjou  <julien@danjou.info>
3641
3642         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3643
3644 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3645
3646         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3647         nested related parts.
3648
3649         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3650         unexpired articles.  This fixes the regression that led expiry marks to
3651         disappear from nnfolder groups.
3652
3653 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3654
3655         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3656         Don't confuse the "ret" of "retrograde" with RET.
3657
3658 2011-01-21  Julien Danjou  <julien@danjou.info>
3659
3660         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3661         than mm-insert-inline.
3662
3663 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3666         Widen article buffer.
3667
3668 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3669
3670         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3671         the temp buffer.
3672         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3673
3674 2011-01-20  Julien Danjou  <julien@danjou.info>
3675
3676         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3677
3678         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3679         than mm-insert-inline to insert inline part: this respect
3680         mm-inline-media-tests displayers.
3681
3682         * mm-view.el (mm-display-shell-script-inline): New function.
3683
3684         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3685
3686         * mm-uu.el (mm-uu-type-alist): Add org block.
3687         (mm-uu-org-src-code-block-extract): New function.
3688
3689         * mm-view.el (mm-display-org-inline): New function.
3690
3691         * mm-decode.el (mm-automatic-display): Add text/org.
3692
3693         * mailcap.el (mailcap-mime-extensions): Add .org.
3694
3695 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3698         gnus-article-add-buttons.
3699
3700 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3701
3702         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3703         From header with a date and "nobody" as the sender.
3704
3705 2011-01-19  Julien Danjou  <julien@danjou.info>
3706
3707         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3708         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3709         if you have the same regexp several times.
3710         (gnus-button-push): Fix matching when regexp is symbol.
3711
3712 2011-01-15  Glenn Morris  <rgm@gnu.org>
3713
3714         * message.el (message-mail): A compose-mail function should
3715         accept headers as strings.
3716
3717 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3718
3719         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3720         Add :vert-only tags.
3721         (message-mail): New arg RETURN-ACTION.
3722         (message-return-action): New var.
3723         (message-bury): Use it.
3724         (message-mode): Make it buffer-local.
3725         (message-send-and-exit): Always call message-bury.
3726
3727         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3728         message-mail.
3729
3730 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * nnimap.el (nnimap-convert-partial-article): Protect against
3733         zero-length body parts.
3734
3735         * mm-decode.el (mm-preferred-alternative-precedence):
3736         Discourage showing empty parts.
3737
3738         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3739         and stuff if the backend didn't return the article number.  This fixes
3740         an Exchange-related nnimap bug.
3741
3742         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3743         group window, because it does the wrong thing when a separate frame
3744         displays the group buffer.
3745
3746         * proto-stream.el (open-protocol-stream): Protect against the low-level
3747         transport functions returning nil.
3748
3749 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3750
3751         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3752         (mml2015-epg-find-usable-secret-key): New function.
3753         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3754         mml2015-epg-find-usable-key (Bug#7797).
3755         (mml2015-epg-encrypt): Ditto.
3756
3757 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * dgnushack.el (rot13-string): Fix the way to get the argument.
3760
3761 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3764
3765 2011-01-03  Glenn Morris  <rgm@gnu.org>
3766
3767         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3768
3769         * sieve.el (sieve-open-server): Give a more explicit error if
3770         sieve-manage-open returns nil.  (Bug#7720)
3771
3772 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3773
3774         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3775
3776 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3779         This avoids sending passwords in plain text over non-encrypted
3780         channels.
3781
3782         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3783
3784         * nnimap.el (nnimap-login): Refactored out into own function, and
3785         implement CRAM-MD5.
3786         (nnimap-wait-for-line): Refactored out.
3787
3788         * mm-view.el (mml-smime): Require.
3789
3790 2010-12-20  David Engster  <deng@eml.cc>
3791
3792         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3793         use EPG to decrypt S/MIME messages instead of openssl.
3794
3795 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3798
3799         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3800         status is the group clearly is unreachable.
3801
3802         * auth-source.el (auth-source-create): Add the optional second
3803         parameter to `local-variable-p' to be compatible with XEmacs.
3804
3805 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3806
3807         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3808         work when using a compressed nnml folder.
3809
3810 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3813         backends after sanitising on entry, because this never makes sense:
3814         If the articles have gone missing, then the data no longer exists on
3815         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3816         overwrite anything anyway.
3817
3818         * shr.el (shr-insert-document): Bind shr-width dynamically to
3819         window-width if it's nil.
3820
3821 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3822
3823         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3824         with the meaning of using the full emacs window width for rendering.
3825
3826 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3827
3828         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3829         case when sender is not given.
3830
3831 2010-12-23  Julien Danjou  <julien@danjou.info>
3832
3833         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3834         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3835         the addresses, otherwise we might misplaced the gravatar.
3836
3837 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3838
3839         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3840         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3841         obsolete in Emacs.
3842
3843 2010-12-20  Julien Danjou  <julien@danjou.info>
3844
3845         * gnus-util.el (gnus-rescale-image): Revert last change.
3846
3847 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3848
3849         * binhex.el: Improve commentary (Bug#7482).
3850
3851 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-group.el (gnus-group-delete-articles): New command.
3854
3855 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3856
3857         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3858
3859 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3862         here, since it's up to the backends to do CRLF removal if their
3863         protocol has it.
3864
3865         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3866
3867 2010-12-17  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3870         they are from file.  Can also scale up.
3871
3872 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3873
3874         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3875         Restore gnus-use-agent.
3876         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3877
3878         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3879
3880 2010-12-17  Julien Danjou  <julien@danjou.info>
3881
3882         * gravatar.el (gravatar-retrieve-synchronously): New function.
3883         (gravatar-get-data): Make more robust.
3884
3885 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3888
3889 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3892         to really consider the last line.
3893
3894 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3895
3896         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3897         list of recipient keys, or use symmetric encryption if not a list.
3898         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3899         EPA override, replacing the call to `netrc-store-data'.
3900
3901 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3902
3903         * gnus-srvr.el: Avoid passing nil regexp argument to
3904         delete-matching-lines.
3905
3906 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3909         fetching stops when Gnus exits.
3910
3911         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3912         function.
3913         (nnfolder-request-expire-articles): Save all the buffers after doing
3914         expiry.
3915
3916         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3917         the last article", since that led to serious performance regressions
3918         when expiring nnml groups.
3919
3920 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3921
3922         * nnir.el: Improve customizations.
3923
3924 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3927
3928         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3929         group has been killed.
3930         (gnus-group-yank-group): Ditto.
3931
3932         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3933
3934         * nnimap.el (nnimap-request-update-group-status): New function.
3935
3936         * gnus-int.el (gnus-request-update-group-status): New interface
3937         function.
3938
3939         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3940         copying read-ness to the backends.
3941
3942         * nnimap.el (nnimap-quirk): New function.
3943         (nnimap-retrieve-group-data-early): Use it.
3944         (nnimap-quirks): New alist.
3945
3946 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3949         don't delete it within indentation.
3950
3951 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3954         previous line.
3955
3956 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3959         QRESYNC command by deleting a superfluous space which broke Cyrus
3960         servers.  This change will break other servers that are buggy the other
3961         way around.
3962
3963 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3964
3965         * spam.el: Reindent and fix long lines.
3966         (spam-copy-or-move-routine): Exclude invalid move destinations.
3967
3968 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3969
3970         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3971         installed the registry.
3972
3973 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3976
3977 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3978
3979         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3980         groupname doesn't contain "gmane".
3981
3982 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3985         and netrc-bound-and-true-p bindings.
3986         (netrc-parse): Cache the netrc contents.
3987
3988         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3989         (gnus-1): Don't create the nndrafts group twice.
3990         (gnus-setup-news): There's no need to read the active file here, since
3991         that's done again later on a per-backend basis.
3992         (gnus-start-draft-setup): Make sure that the new group is started out
3993         empty.
3994
3995         * gnus-agent.el (gnus-agentize): Don't create the queue group
3996         automatically on startup.  It'll be created later, if needed.
3997
3998         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3999         of automatically subscribed groups.
4000         (gnus-auto-subscribed-categories): New variable.
4001         (gnus-matches-options-n): Use it.
4002         (gnus-default-subscribed-newsgroups): Remove unused variable.
4003         (gnus-start-draft-setup): Message a bit less.
4004
4005 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4006
4007         * nnir.el (nnir-run-imap): Return article list in order of increasing
4008         UID.
4009
4010 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-sum.el (gnus-summary-enter-digest-group):
4013         Mention gnus-auto-select-on-ephemeral-exit.
4014
4015         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4016         convention of the network-only option.
4017
4018 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * proto-stream.el (proto-stream-open-network-only): New function to
4021         have a way to specify non-STARTTLS upgrade connections.
4022
4023 2010-12-10  Julien Danjou  <julien@danjou.info>
4024
4025         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4026         email address is nil.
4027
4028         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4029
4030 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4031
4032         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4033         deletion.
4034         (nnir-run-imap): Only need to parse list once.
4035
4036 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * shr.el (shr-tag-script): Ignore <script>.
4039         (shr-tag-label): Add <label> support.
4040
4041 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4044
4045         * shr.el (shr-image-displayer): Work for images lined side by side.
4046
4047 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4048
4049         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4050         parameter, since XEmacs doesn't accept t as a parameter.
4051
4052 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4053
4054         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4055         ids.
4056         (nnir-run-gmane): Simplify groupspec formatting.
4057         (nnir-request-expire-articles): New function.
4058
4059 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4062         overflow, possibly.
4063
4064         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4065         (shr-render-td): Handle td style="" better.
4066         (shr-tag-table): Use the color from the style sheet.
4067         (shr-render-td): Make sure we copy over all the overlays, too.
4068
4069 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4070
4071         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4072         (nnir-request-article): Improve article retrieval.
4073
4074 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * mm-util.el (mm-extra-numeric-entities): New variable.
4077
4078         * mm-url.el (mm-url-decode-entities):
4079         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4080
4081         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4082
4083 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4084
4085         * message.el: Use completion-at-point.
4086         (message-completion-function): New fun, extracted from message-tab.
4087         (message-mode): Use it for completion-at-point-functions.
4088         (message-tab): Use it and completion-at-point.
4089
4090 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4093         character if a non-breakable character follows.
4094
4095 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4098         any stream.
4099
4100         * shr.el (shr-tag-font): Colorize the region.
4101         (shr-tag-body): Ditto.
4102         (shr-tag-font): Actually let the styles be inherited instead of
4103         overwriting them.
4104         (shr-tag-font): Get the background color right.
4105         (shr-tag-style): Ignore all <style> tags for the moment.
4106
4107         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4108         a Message-ID to avoid having nnimap depend on gnus-sum.
4109
4110         * shr.el (shr-descend): Only colorize something if we have a node that
4111         sets colors.
4112
4113 2010-12-06  Julien Danjou  <julien@danjou.info>
4114
4115         * shr.el (shr-render-td): Render td content with shr-descend, so style
4116         will be applied to <td> too.
4117         (shr-colorize-region): Colorize region even if we only have a background.
4118         (shr-tag-body): Fix color and background color inheritance.
4119         Do not recolorize after shr-generic.
4120         (shr-tag-font): Let shr-generic colorize via inheritance.
4121
4122 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4125
4126 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4127
4128         * nnir.el (nnir-request-move-article): Remove obsolete code.
4129
4130 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4133
4134 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-sum.el (gnus-summary-respool-article): The completion function
4137         expects a list instead of an alist.
4138
4139         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4140         string as the parameter.
4141
4142         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4143
4144         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4145         styles.
4146         (shr-colorize-region): New function.
4147         (shr-insert-background-overlay): Remove.
4148         (shr-render-td): Background setting should be taken care of on a higher
4149         level.
4150         (shr-tag-body): Use post-hoc colorizations.
4151         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4152         (shr-put-color-1): Don't overwrite old colors.
4153         (shr-colorize-region): When the background color isn't explicit, use
4154         a fixed background.
4155
4156         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4157         nnmail variables.
4158
4159 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4160
4161         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4162         unless necessary.
4163
4164 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4165
4166         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4167         server.
4168
4169 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4172         so that TAB works.
4173
4174         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4175         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4176
4177         * shr.el (shr-urlify): Show the URL before the title to avoid
4178         misleading URLs.
4179
4180 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4181
4182         * shr.el (shr-urlify): Display the title in <a> tags.
4183
4184 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4185
4186         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4187
4188 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4189
4190         * nnir.el: Rearrange code to allow macros to be autoloaded by
4191         gnus-sum.el.
4192         (nnir-retrieve-headers-override-function): Make this variable
4193         customizable.
4194         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4195
4196         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4197         from nnir.el.
4198
4199 2010-12-03  Julien Danjou  <julien@danjou.info>
4200
4201         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4202
4203 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4206         allow optional argument `environment'.
4207
4208 2010-12-03  Glenn Morris  <rgm@gnu.org>
4209
4210         * mm-extern.el (message-goto-body): Update declaration.
4211
4212 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-util.el (gnus-macroexpand-all): New function.
4215
4216         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4217         instead of macroexpand-all that is unavailable in XEmacs.
4218
4219 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4220
4221         * nnir.el (nnir-summary-line-format): New variable.
4222         (nnir-mode): Use it.
4223         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4224         (nnir-article-ids): Reimplement as defsubst.
4225         (nnir-retrieve-headers): Don't mangle the subject header.
4226         (nnir-run-imap): Use 100 as RSV score.
4227         (nnir-run-find-grep): Fix for full server searching.
4228         (nnir-run-gmane): Better restriction to gmane groups.
4229
4230         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4231         summary buffers.
4232
4233 2010-12-02  Julien Danjou  <julien@danjou.info>
4234
4235         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4236
4237         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4238
4239         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4240         support.
4241
4242 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4243
4244         * nnir.el: Update to handle the registry better.
4245         (autoload): Silence byte-compiler.
4246         (nnir-open-server): Add a hook for nnir groups.
4247         (nnir-request-move-article): Don't mangle the header.  Better to use
4248         formatting variables (which will be added in the future).
4249         (nnir-registry-action): Update the registry using the original article
4250         group name.
4251         (nnir-mode): Install nnir-specific hooks for updating the registry.
4252
4253         * gnus-sum.el
4254         (gnus-article-original-subject,gnus-newsgroup-original-name):
4255         Remove obsolete variables.
4256         (gnus-summary-move-article): Remove use of obsolete variables.
4257         (gnus-summary-local-variables): Make move and delete hooks local to
4258         summary buffers.
4259
4260 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * rtree.el: New file.
4263
4264 2010-12-01  Julien Danjou  <julien@danjou.info>
4265
4266         * message.el (message-user-organization): Do not use
4267         gnus-local-organization.
4268
4269         * gnus.el: Remove gnus-local-organization.
4270
4271         * gnus-msg.el: Remove nastygram thing.
4272
4273 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4276         funcall.
4277
4278 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4281         names.
4282
4283         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4284         characters.
4285
4286         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4287         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4288         Suggested by Štěpán Němec <stepnem@gmail.com>.
4289         (gnus-gravatar-transform-address): Use mail-extract-address-components
4290         that supports non-ASCII names rather than mail-header-parse-addresses.
4291
4292 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * proto-stream.el (open-protocol-stream): All starttls connections are
4295         handled by the network handler.
4296
4297 2010-11-30  Julien Danjou  <julien@danjou.info>
4298
4299         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4300         (nnimap-open-connection-1): Fix PREAUTH.
4301
4302         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4303
4304 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4307         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4308         (shr-insert): Use them.
4309         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4310
4311 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4312
4313         * nnir.el (nnir-request-move-article): Bail out if original group
4314         doesn't support article moves.
4315         (nnir-get-active): Improve active list retrieval.
4316
4317 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4320
4321 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4322
4323         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4324         seem to accept strings-with-numbers as port numbers,
4325
4326 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4327
4328         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4329         change the registry.
4330
4331 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4334         delete-dups that is not available in XEmacs 21.4.
4335
4336         * mm-util.el (mm-delete-duplicates): Add comment.
4337
4338 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4339
4340         * nnir.el (nnir-ignored-newsgroups): New variable.
4341         (nnir-get-active): Use it.
4342
4343 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * proto-stream.el (proto-stream-open-network): Add some comments.
4346
4347         * nntp.el (nntp-open-connection): Provide a :success condition.
4348
4349         * nnimap.el (nnimap-open-connection-1): Ditto.
4350
4351         * proto-stream.el (proto-stream-open-network): See what the response to
4352         the STARTTLS command is.
4353
4354         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4355         backwards compatibility).
4356         (nnimap-open-connection-1): Really respect nnimap-server-port.
4357
4358         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4359         TLS upgrades we don't really care about the identity of the peer.
4360         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4361         that what we've checked for.
4362         (proto-stream-always-use-starttls): Only default to t if
4363         open-gnutls-stream exists.
4364         (proto-stream-open-network): If STARTTLS failed, then just open a
4365         normal connection.
4366         (proto-stream-open-network): Wait until the greeting before doing
4367         STARTTLS.
4368
4369         * nntp.el (nntp-open-connection): Report what the connection error is.
4370
4371         * proto-stream.el (open-protocol-stream): Rename from
4372         open-proto-stream.
4373
4374 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-stream): Change default to `undecided'.
4377         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4378         first, and then network.
4379         (nnimap-open-connection-1): Respect nnimap-server-port.
4380         (nnimap-open-connection): Be more backwards-compatible.
4381
4382         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4383         (proto-stream-open-starttls): De-duplicate the starttls code.
4384         (proto-stream-open-starttls): Folded back into the main function.
4385         (proto-stream-open-network): Fix typo in the gnutls path.
4386         (proto-stream-command): Refactor out.
4387
4388         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4389
4390         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4391         starttls.el STARTTLS.
4392
4393         * color.el (color-lab->srgb): Fix function call name.
4394
4395         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4396         if we're using tls.el.
4397         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4398         built in, then don't try to establish a STARTTLS connection.
4399
4400         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4401         servers.
4402
4403         * proto-stream.el (open-proto-stream): Use network, not stream.
4404         (open-proto-stream): Add a way to specify what the end of a command is.
4405
4406         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4407         connections types.
4408         (nntp-open-network-stream): Remove.
4409         (nntp-open-ssl-stream): Remove.
4410         (nntp-open-tls-stream): Remove.
4411         (nntp-ssl-program): Remove.
4412
4413         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4414
4415 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4416
4417         * nnir.el: Fix typos.
4418         (nnir-retrieve-headers-override-function): Rename variable to reflect
4419         new semantics.
4420         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4421         macros.
4422         (nnir-request-article, nnir-request-move-article): Use them.
4423         (nnir-categorize): New function.
4424         (nnir-run-query): Use it.
4425         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4426         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4427         sorted.
4428         (nnir-group-full-name): Use gnus-group-full-name instead.
4429         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4430         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4431
4432 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4435
4436         * proto-stream.el: New library to provide protocol-specific
4437         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4438         protocols.
4439         (open-proto-stream): Complete the documentation.
4440         (proto-stream-open-network): Fix some typos.
4441
4442         * nnimap.el (nnimap-open-connection): Use it.
4443
4444 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4445
4446         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4447         negotiation.
4448
4449 2010-11-26  Julien Danjou  <julien@danjou.info>
4450
4451         * color.el: Rename various rgb functions to srgb.
4452
4453 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4456         names.
4457
4458 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * shr.el (shr-insert): Revert last change.
4461         (shr-find-fill-point): Never leave point being at bol;
4462         relax the kinsoku limitation when rendering tables.
4463
4464 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4467         results from -accept-article.
4468
4469         * shr-color.el: Require cl when compiling.
4470
4471         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4472         checkin.
4473
4474         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4475
4476         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4477
4478         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4479         'add and 'delete to set backend marks.
4480
4481         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4482
4483         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4484
4485         * nntp.el (nntp-request-set-mark): Use it.
4486
4487         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4488
4489         * nnml.el (nnml-request-set-mark): Ditto.
4490
4491         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4492         introduces regressions in article selection.
4493         (nnimap-find-uid-response): New function.
4494         (nnimap-request-accept-article): Use the UID returned, if any.
4495         (nnimap-request-move-article): Use the UID returned, if any.
4496         (nnimap-get-groups): Reimplement to work with folded lines.
4497         (nnimap-find-uid-response): The UID is the last element in the list.
4498         (nnimap-request-set-mark): Extend syntax with 'set.
4499
4500         * nnml.el (nnml-request-set-mark): Ditto.
4501
4502         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4503
4504         * nntp.el (nntp-request-set-mark): Ditto.
4505
4506 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * message.el (message-called-interactively-p): A temporary macro.
4509         (message-goto-body): Use it temporarily.
4510
4511 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4514         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4515         (nnimap-last-response-string): Fix last unfolding fix.
4516
4517 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * shr.el (shr-insert): Fix the way to fold lines.
4520
4521 2010-11-25  Julien Danjou  <julien@danjou.info>
4522
4523         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4524
4525         * color.el: Rename from color-lab.el
4526         (color-rgb->hex): Add.
4527         (color-complement): Add.
4528         (color-complement-hex): Add.
4529
4530         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4531
4532 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * shr-color.el (shr-color-visible): Don't bug out if the color names
4535         don't exist.
4536
4537 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4540         assuming that article displaying or another mml-preview may be
4541         interrupted for an error or for the like.
4542
4543         * shr.el (shr-get-background): Fix argument name.
4544
4545 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4548
4549         * gnus-sum.el (gnus-summary-include-articles): New function.
4550
4551         * message.el (message-goto-body): called-interactively-p needs a
4552         parameter, so use `any'.
4553
4554         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4555         clear marks before moving, since they're synced from the Gnus side
4556         first.
4557
4558         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4559         (gnus-summary-move-article): Copy over all marks before moving, so that
4560         IMAP doesn't think a new article has arrived.
4561
4562 2010-11-24  Julien Danjou  <julien@danjou.info>
4563
4564         * shr.el (shr-insert-background-overlay): Fix typo.
4565         (shr-render-td): Copy the background before rendering.
4566
4567         * shr-color.el (shr-color-visible): Fix docstring.
4568
4569         * shr.el (shr-tag-table): Add bgcolor support.
4570         (shr-render-td): Add bgcolor support.
4571         (shr-get-background): Add.
4572         (shr-insert-foreground-overlay): Use shr-get-background.
4573
4574         * message.el (message-goto-body): Use called-interactively-p.
4575         (message-in-body-p): message-goto-body returns point.
4576
4577 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4580         Fixes something or other in Emacs 23, and is backwards compatible.
4581
4582         * message.el (message-goto-body): Remove the <#secure special-casing,
4583         which is too special.
4584
4585         * shr.el (shr-parse-style): Drop !important from styles.
4586
4587 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4588
4589         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4590         this function to return incorrect results when calling it with an
4591         explicit article argument different from
4592         (gnus-summary-article-number).
4593
4594 2010-11-24  Julien Danjou  <julien@danjou.info>
4595
4596         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4597         (shr-tag-body): Add background support.
4598         (shr-descend): Add background support.
4599         (shr-tag-title): Add.
4600
4601         * shr-color.el (shr-color-visible): Really return original background
4602         if fixed.
4603
4604 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * shr.el (shr-color-check): Protect against non-existent color names.
4607
4608 2010-11-24  Julien Danjou  <julien@danjou.info>
4609
4610         * color-lab.el: Require 'cl when compiling.
4611
4612         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4613
4614         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4615         matched part.
4616
4617         * color-lab.el: Fix all expt calls to use float type.
4618
4619 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4622         expression to shr-color-check as is.
4623
4624         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4625
4626         * color-lab.el: Add coding cookie.
4627         (float-pi): Use eval-and-compile.
4628
4629         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4630         compiled for Emacsen having no `libxml-parse-html-region' support.
4631
4632 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * shr.el (shr-insert-color-overlay): Split stuff like
4635         "#444444 !important" to find the real color.
4636         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4637         parse <font color="red"> entries.
4638
4639 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4640
4641         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4642         point when parsing headers.
4643
4644         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4645         is positioned properly when parsing headers.
4646
4647 2010-11-23  Julien Danjou  <julien@danjou.info>
4648
4649         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4650
4651         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4652
4653         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4654
4655         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4656         Use shr-color-hue-to-rgb.
4657         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4658
4659 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * shr.el (shr-color->hexadecimal): Autoload.
4662         (shr-descend): Add color to all tags.
4663
4664 2010-11-22  Julien Danjou  <julien@danjou.info>
4665
4666         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4667         shr-color->hexadecimal.
4668
4669         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4670         RGB() or HSL() color representation.
4671
4672         * shr.el (shr-tag-font): Add.
4673         (shr-tag-color-check): New function to get better colors.
4674         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4675         tag-span.
4676
4677         * shr-color.el: New file.
4678
4679         * color-lab.el: New file.
4680
4681         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4682
4683 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4684
4685         * nnir.el: Fix typo in comments.
4686         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4687         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4688
4689 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4692
4693         * nnimap.el (nnimap-get-capabilities): Refactor out.
4694         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4695
4696 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4697
4698         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4699         appearing when `mm-uu-hide-markers' is nil.
4700
4701 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * nnimap.el (nnimap-unselect-group): Make into its own function.
4704         (nnimap-request-rename-group): Unselect group before renaming.
4705         This had gotten lost somewhere.
4706         (nnimap-request-accept-article): Keep track of examined groups, and
4707         unselect the group before APPENDing to read-only groups.
4708         (nnimap-request-move-article): Clear flags before moving so that they
4709         can be re-set later.
4710
4711 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4714         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4715
4716 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-art.el (gnus-mime-display-single):
4719         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4720         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4721         parameter.
4722
4723 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4726         (shr-table-vertical-line): New variable.
4727         (shr-insert-table): Use it.
4728
4729 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-html.el (gnus-html-wash-images): Don't display images if
4732         gnus-inhibit-images is non-nil; register displayer for cid images.
4733         (gnus-html-display-image): Work for cid image.
4734         (gnus-html-insert-image): Allow arguments.
4735         (gnus-html-put-image): Inhibit read-only.
4736         (gnus-html-prefetch-images): Don't prefetch images if
4737         gnus-inhibit-images is non-nil.
4738
4739 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * shr.el (shr-put-image): Break lines when inserting big pictures.
4742
4743 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4744
4745         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4746         sender, thanks Katsumi Yamaoka.
4747
4748 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4749
4750         * nnir.el (nnir-run-imap): Reverse the article list for each group
4751         rather than the whole list.
4752
4753 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * shr.el (shr-image-displayer): Protect function against non-existent
4756         image source.
4757
4758         * gnus-art.el (gnus-inhibit-images): New user option.
4759         (gnus-mime-display-single): Don't display image if it is non-nil.
4760
4761         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4762         gnus-inhibit-images.
4763
4764         * shr.el (shr-image-displayer): New function.
4765         (shr-tag-img): Use it.
4766
4767 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4768
4769         * mml2015.el (mml2015-epg-sign): Use From header.
4770
4771 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4774
4775         * gnus-util.el (gnus-find-text-property-region): Return markers.
4776
4777         * shr.el (shr-tag-img): Put a displayer in the text property.
4778
4779         * gnus-util.el (gnus-find-text-property-region): New utility function.
4780
4781         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4782         (gnus-html-show-images): Remove.
4783
4784         * gnus-art.el (gnus-article-show-images): New, more general function.
4785
4786         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4787         image url text properties.
4788
4789         * shr.el: Ditto.
4790
4791         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4792         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4793
4794 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4797         work for two or more articles.
4798
4799 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4802         divide an image that's in an html article to two or more when washing
4803         non-ASCII characters in alt text of it.
4804
4805 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4808         smime-decrypt-region using function argument.
4809         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4810
4811         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4812
4813         * smime.el (smime-decrypt-region): Catch it.
4814
4815 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * smime.el (smime-mode-map): Move initialization into declaration.
4818         (gnus-run-mode-hooks): Don't autoload.
4819         (smime-mode): Use define-derived-mode.
4820
4821 2010-11-11  Glenn Morris  <rgm@gnu.org>
4822
4823         * smime.el (from): Restrict declaration to XEmacs.
4824
4825         * nnir.el (gnus-group-topic-name): Autoload.
4826
4827 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * shr.el (shr-insert): Don't break long line if it is because of
4830         kinsoku-bol characters in the line end.
4831
4832 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4833
4834         * nnir.el (nnir-request-move-article): Fix to provide original group
4835         and subject.
4836         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4837         been retrieved.
4838
4839         * gnus-sum.el (gnus-summary-move-article): Use original group and
4840         subject for virtual articles such as those in an nnir summary buffer.
4841
4842 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4845         least 21.5).
4846
4847         * smime.el (from): Declare it again for XEmacs.
4848
4849 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * message.el (message-resend): Don't disable encoding unless it's
4852         already encoded.
4853
4854         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4855         low-numbered articles.
4856
4857 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * rfc2047.el (rfc2047-syntax-table): Simplify.
4860
4861         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4862
4863         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4864         set-char-table-range for XEmacs.
4865
4866 2010-11-10  Glenn Morris  <rgm@gnu.org>
4867
4868         * time-date.el (time-to-seconds): Always an alias on Emacs,
4869         never a real function.
4870         (with-no-warnings): Remove compat stub, now unused.
4871         (time-less-p): Doc fix.
4872         (time-to-number-of-days): Simplify.
4873
4874         * smime.el (from): Remove unused declaration.
4875
4876         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4877         (gnus-float-time): On Emacs, always an alias.
4878
4879         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4880         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4881
4882 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * dgnushack.el: Don't use ignore-errors in the top level form since it
4885         is unavailable in XEmacs even if cl is loaded.
4886
4887         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4888
4889 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * shr.el (browse-url-mailto): Autoload.
4892
4893         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4894
4895         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4896         regexp doesn't need quoting.
4897
4898 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4899
4900         * message.el (message-subject-trailing-was-ask-regexp)
4901         (message-subject-trailing-was-regexp): Match was: in addition to was.
4902
4903 2010-11-09  Glenn Morris  <rgm@gnu.org>
4904
4905         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4906         (nnbabyl-check-mbox): Use point-at-bol.
4907
4908 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4911
4912         * message.el (message-mailto): New function.
4913         (message-mailto): Should accept other parameters.
4914         (message-mailto): Remove since it duplicates browse-url-mailto
4915         functionality.
4916
4917 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4920         methods.
4921         (gnus-read-active-file): Ditto.
4922
4923         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4924         ": " from the prompt.
4925         (gnus-group-make-group): Ditto.
4926
4927 2010-11-07  Glenn Morris  <rgm@gnu.org>
4928
4929         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4930         (gnus-bookmark-kill-line): Use point-at-eol.
4931
4932 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4935         asterisks in From header.
4936
4937 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4940         string to avoid making the From headers syntactically invalid.
4941
4942         * message.el (message-send-mail): Don't insert courtesy messages if the
4943         message already has List-Post and List-ID messages.
4944
4945 2010-11-06  Glenn Morris  <rgm@gnu.org>
4946
4947         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4948         `condition', `type', `length' a prefix.
4949         (gnus-treat-predicate): Update for above name changes.
4950
4951 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4952
4953         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4954         binding.  Handled by `gnus-summary-refer-thread' instead.
4955         (nnir-warp-to-article): New backend function.
4956
4957         * nnimap.el (nnimap-request-thread): Force dependency updating.
4958
4959         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4960         (gnus-summary-refer-thread): Rework to improve thread-referral.
4961
4962         * gnus-int.el (gnus-warp-to-article): New function.
4963
4964         * gnus-sum.el (gnus-summary-article-map): Bind it.
4965
4966 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4967
4968         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4969         gnus-summary-refer-thread.
4970
4971         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4972         headers.
4973         (gnus-summary-limit-include-thread): Prevent articles in thread from
4974         being cut in gnus-cut-threads.
4975         (gnus-summary-refer-thread): Limit retrieved headers to those in
4976         thread.
4977
4978 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * message.el (message-send-mail): Use the value of
4981         message-courtesy-message from the message buffer.
4982
4983         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4984
4985         * shr.el (shr-browse-url): Implement mailto: URLs.
4986
4987         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4988         "raw".
4989
4990         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4991         if it's already selected.
4992
4993         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4994
4995 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4998         to measure the length and truncate alt text.
4999
5000 2010-11-03  Glenn Morris  <rgm@gnu.org>
5001
5002         * nndiary.el (nndiary-generate-nov-databases-1)
5003         (nndiary-generate-active-info): Rename dynamic variable `files' to
5004         something less generic.
5005
5006 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5007
5008         * nnir.el (nnir-request-move-article): Call the underlying backend to
5009         move articles from nnir.
5010
5011 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5014
5015 2010-11-02  Julien Danjou  <julien@danjou.info>
5016
5017         * nnir.el: Remove wais support.
5018
5019 2010-11-02  Glenn Morris  <rgm@gnu.org>
5020
5021         * gnus-html.el: Reorder requirements to quieten compiler.
5022
5023 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5026         properly for XEmacs as well.
5027         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5028         (gnus-article-natural-long-line-p): Use window-width rather than
5029         frame-width.
5030
5031 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5032
5033         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5034         (nnir-read-parms): Don't modify query.
5035         (nnir-run-query): Add ability to search topic on current line.
5036         (nnir-get-active): Clean up.
5037
5038 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5041         degenerate articles.
5042
5043         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5044         (gnus-print-buffer): Just print the buffer as is, without any copying
5045         to a buffer and then re-highlighting.
5046
5047         * nnimap.el (nnimap-request-group): Store the new updated info.
5048         (nnimap-request-group): Select the group when we don't know whether it
5049         exists or not.
5050
5051         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5052         groups.
5053
5054         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5055         groups.
5056
5057         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5058         groups.
5059
5060         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5061         long-lines case by only filling the long lines.
5062
5063         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5064         (bug #7311).
5065
5066 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * shr.el: No need to declare `declare-function' since shr.el is for
5069         only Emacsen that provide `libxml-parse-html-region'.
5070
5071         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5072         effective only in a file it is referred to.
5073
5074 2010-11-01  Glenn Morris  <rgm@gnu.org>
5075
5076         * mm-util.el (gnus-completing-read): Autoload.
5077         (mm-read-coding-system): Simplify Emacs definition.
5078
5079         * nnmail.el (gnus-activate-group):
5080         * nnimap.el (gnutls-negotiate):
5081         * nntp.el (netrc-parse): Fix declarations.
5082
5083 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5086         string-match-p in Emacs >=23.
5087
5088         * gnus-msg.el (gnus-configure-posting-styles):
5089         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5090
5091 2010-11-01  Glenn Morris  <rgm@gnu.org>
5092
5093         * nnir.el (declare-function): Add compat stub.
5094         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5095         (nnir-run-gmane): Require 'mm-url.
5096
5097         * mm-util.el (mm-string-to-multibyte): Simplify.
5098
5099         * shr.el (declare-function): Add compat stub.
5100         (url-cache-create-filename): Declare.
5101         (mm-disable-multibyte, widget-convert-button): Autoload.
5102
5103         * smime.el (ldap-search): Declare.
5104         (smime-cert-by-ldap-1): Require ldap on Emacs.
5105
5106         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5107         (nnimap-keepalive): Use gnus-float-time.
5108
5109         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5110         (mail-source-delete-crash-box): Use gnus-float-time.
5111
5112         * gnus-dired.el (gnus-completing-read): Autoload.
5113
5114         * mm-view.el (gnus-rescale-image): Autoload.
5115
5116         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5117
5118         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5119
5120         * sieve-manage.el: Require 'cl when compiling.
5121
5122         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5123         (gnus-iswitchb-completing-read): Require iswitchb.
5124         (gnus-select-frame-set-input-focus): Silence compiler.
5125
5126 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * message.el (message-subject-trailing-was-query): Change default to t,
5129         since I think that's what most people want.
5130
5131         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5132         appending for easier debugging.
5133         (nnimap-wait-for-connection): Take a regexp.
5134         (nnimap-request-accept-article): Wait for the continuation line before
5135         sending anything unless we're streaming.
5136
5137         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5138         leave the header washing to take place.
5139
5140 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5141
5142         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5143         regular expression match and replace in posting styles.
5144
5145 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5146
5147         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5148         an entire server.
5149         (nnir-get-active): New function.
5150         (nnir-run-imap): Use it.
5151         (nnir-run-gmane): Who knew, gmane search returns an article score!
5152
5153         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5154         server on the current line with nnir.
5155
5156 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5159         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5160         left edge.
5161         (gnus-article-foldable-buffer): Skip past the prefix when determining
5162         raggedness.
5163
5164         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5165         the raw article, and change `C-u g' to show the article without doing
5166         treatments.
5167
5168         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5169         on to `gnus-treat-article'.
5170         (gnus-inhibit-article-treatments): New variable.
5171
5172         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5173
5174         * gnus-art.el (gnus-treatment-function-alist): Have
5175         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5176         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5177         sections.
5178
5179         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5180         parameter.
5181         (gnus-article-fill-cited-long-lines): New function.
5182         (gnus-article-fill-cited-article): Allow filling only long sections.
5183
5184         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5185         and non-punctuation (like after the apostrophe in "'We").
5186
5187         * gnus-sum.el (gnus-summary-select-article): Make sure
5188         gnus-original-article-buffer is alive.
5189
5190         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5191         reflect the order they're in in the digest.
5192
5193         * gnus.el (gnus-group-startup-message): Move point to the start of the
5194         buffer.
5195
5196         * nnimap.el (nnimap-capability): New function.
5197         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5198         is set.
5199
5200 2010-10-31  David Engster  <dengste@eml.cc>
5201
5202         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5203         conform with changes to gnus-completing-read.
5204
5205 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5208
5209 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5210
5211         * nnir.el: Move defvar, defcustom around to keep file organized
5212         and keep byte-compiler quiet.
5213         (nnir-read-parms): Accept search-engine as arg.
5214         (nnir-run-query): Pass search-engine as arg.
5215         (nnir-search-engine): Remove.
5216
5217 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * shr.el (shr-generic): The text nodes should be text, not :text.
5220
5221         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5222         later in the file.
5223
5224 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5225
5226         * nnir.el: General clean up.  Allow searching with multiple engines.
5227         Allow separate extra-parameters for each engine.
5228         Batch queries when possible.
5229         (nnir-imap-default-search-key,nnir-method-default-engines):
5230         Add customize interface.
5231         (nnir-run-gmane): New engine.
5232         (nnir-engines): Use it.  Qualify all prompts with engine name.
5233         (nnir-search-engine): Remove global variable.
5234         (nnir-run-hyrex): Restore for now.
5235         (nnir-extra-parms,nnir-search-history): New variables.
5236         (gnus-group-make-nnir-group): Use them.
5237         (nnir-group-server): Remove in favor of gnus-group-server.
5238         (nnir-request-group): Avoid searching twice.
5239         (nnir-sort-groups-by-server): New function.
5240
5241 2010-10-30  Julien Danjou  <julien@danjou.info>
5242
5243         * gnus-group.el: Remove gnus-group-fetch-control.
5244
5245         * gnus-start.el (gnus-find-new-newsgroups):
5246         Remove gnus-check-first-time-used.
5247
5248         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5249
5250 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5251
5252         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5253         set on groups that don't have \* permanentflags.
5254
5255 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5258         control the background color.
5259         (shr-tag-img): Ignore very small web bug type images.
5260         (shr-put-image): Add help-echo alt texts to the images.
5261         (shr-tag-video): Show the video poster image.
5262
5263 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * shr.el (shr-table-depth): New variable.
5266         (shr-tag-table-1): Only insert the images after the top-level table.
5267
5268         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5269
5270         * gnus-util.el (gnus-list-memq-of-list): New function.
5271
5272         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5273         selected.
5274         (nnimap-unsplittable-articles): New slot.
5275         (nnimap-new-articles): Use it.
5276
5277 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5278
5279         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5280         move to the previous line on `M-g'.
5281
5282 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5285         *-request-group, which seems unnecessary.
5286
5287         * nnimap.el (nnimap-quote-specials): Function copied over from
5288         imap.el.
5289         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5290         they support that.  Suggested by Tom Regner.
5291
5292 2010-10-29  Julien Danjou  <julien@danjou.info>
5293
5294         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5295         defalias.
5296         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5297
5298         * gnus.el: Remove `gnus-nntp-service' variable.
5299         (gnus-secondary-servers): Make obsolete.
5300         (gnus-nntp-server): Make obsolete.
5301
5302         * gnus-start.el (gnus-1): Remove x-splash calls.
5303
5304         * gnus-ems.el (gnus-x-splash): Remove.
5305
5306         * gnus.el (gnus-group-startup-message): Simplify/update code.
5307
5308         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5309         definition.
5310
5311         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5312         capability before doing anything.
5313         (gnus-group-insert-group-line): Remove useless
5314         gnus-group-remove-excess-properties.
5315
5316 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5319
5320 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5323         config after reselecting.
5324
5325 2010-10-28  Julien Danjou  <julien@danjou.info>
5326
5327         * shr.el (shr-put-image): Use point even if only inserting text.
5328         (shr-put-image): Save excursion when inserting alt text on non-graphic
5329         display, so the behavior is the same when we are on a graphic display.
5330
5331         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5332
5333 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5336         (gnus-mime-copy-part): Check coding system, not charset.
5337         (gnus-mime-view-part-externally): Never remove part.
5338         (gnus-mime-view-part-internally): Don't remove part here.
5339         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5340         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5341         multipart/alternative.
5342
5343         * mm-decode.el (mm-display-part): Take optional arg `force'.
5344
5345 2010-10-26  Julien Danjou  <julien@danjou.info>
5346
5347         * gnus-group.el (gnus-group-default-list-level): Add this function to
5348         compute the default list level.
5349         (gnus-group-default-list-level): Add possibility to use a function.
5350
5351 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5354
5355         * gnus-group.el (gnus-group-completing-read)
5356         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5357         gnus-replace-in-string.
5358
5359 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * shr.el (shr-tag-div): Add.
5362
5363         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5364
5365 2010-10-25  Julien Danjou  <julien@danjou.info>
5366
5367         * gnus-util.el: Remove `gnus-with-local-quit'.
5368
5369         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5370
5371 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5374         the original article buffer.
5375
5376 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * nnimap.el (nnimap-request-head): New function.
5379         (nnimap-request-move-article): Try to be slightly faster by not
5380         requesting the entire message when moving.
5381         (nnimap-transform-headers): Don't bug out on bodiless articles.
5382         (nnimap-send-command): Have no outstanding messages if the IMAP server
5383         doesn't support streaming.
5384         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5385
5386 2010-10-24  Julien Danjou  <julien@danjou.info>
5387
5388         * message.el (message-default-headers): Fix type.
5389
5390 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5393         prefetching images.
5394
5395         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5396         backend for unknown groups.  This is mainly useful for nnimap groups.
5397
5398         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5399         group isn't covered by the agent.
5400
5401 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5402
5403         * nnir.el (nnir-method-default-engines): New variable.
5404         (nnir-run-query): Use it.
5405         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5406         (gnus-summary-nnir-goto-thread): Change group if needed.
5407
5408         * gnus-group.el (gnus-group-group-map): Add key binding for
5409         gnus-group-make-nnir-group.
5410
5411 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * shr.el (shr-tag-object): Add.
5414
5415         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5416         original article buffer live.
5417         (gnus-summary-select-article-buffer):
5418         Mention gnus-widen-article-buffer.
5419
5420 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * shr.el (shr-tag-strong): Add.
5423
5424 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5427         group names.  They mess up the group buffer badly.
5428
5429         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5430
5431         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5432         instead of the summary one.
5433
5434 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mml.el (mml-preview): Work properly when editing article.
5437
5438         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5439         gnus-have-read-active-file if it's already been in.
5440
5441 2010-10-22  Tom Tromey  <tromey@redhat.com>
5442
5443         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5444         gnus-group-completing-read.
5445
5446 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * message.el (message-mode-map): Don't bind M-; to comment region, to
5449         allow the global comment-dwim to work.
5450
5451 2010-10-21  Julien Danjou  <julien@danjou.info>
5452
5453         * message.el (message-setup-1): Allow message-default-headers to be a
5454         function.
5455
5456 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * shr.el (shr-tag-table): Simplify.
5459
5460 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5463         to avoid trying to snarf invalid stuff.
5464
5465         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5466
5467         * gnus.el (gnus-message-archive-group): Quote value.
5468         (gnus-message-archive-group): Mark as changed.
5469
5470         * shr.el (shr-add-font): Don't put the font properties on the newline
5471         or the indentation.
5472
5473         * message.el (message-fix-before-sending): Change options when sending
5474         non-printable characters.
5475
5476         * gnus.el (gnus-message-archive-method): Change the default to
5477         monthly outgoing groups.
5478
5479         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5480         that have gotten new numbers.
5481
5482         * nnimap.el (nnimap-request-replace-article): New function.
5483
5484 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5487         (nnrss-request-article): Don't use special html washing code.
5488
5489 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * shr.el (shr-tag-table): Remove useless nconc.
5492
5493 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-art.el (article-wash-html): Simplify and remove the charset
5496         stuff.  Use the normal html rendering code instead of the special html
5497         washing code.
5498
5499         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5500         `gnus-w3m' symbols.
5501         (mm-text-html-washer-alist): Remove.
5502
5503         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5504         (mm-inline-media-tests): Remove use.
5505         (mm-text-html-renderer): Change default to the `shr' symbol.
5506
5507         * mm-view.el (mm-inline-text-html): Remove use.
5508
5509         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5510         `gnus-blocked-images' to be a function.
5511         (gnus-article-wash-function): Remove.
5512
5513 2010-10-20  Julien Danjou  <julien@danjou.info>
5514
5515         * spam.el (spam-list-of-processors): Mark as obsolete.
5516
5517         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5518         (nnimap-insert-partial-structure): Fix boundary detection.
5519
5520 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5521
5522         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5523         run file-truename on remote files.  This can be expensive and even
5524         prevent one from editing drafts if some unrelated buffer has a stale
5525         connection.
5526
5527 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5530         kinsoku-eol regardless of shr-kinsoku-shorten.
5531         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5532         (shr-tag-table): Support caption, thead, and tfoot.
5533
5534 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5537         lines.
5538         (shr-save-contents): New command and keystroke.
5539
5540         * nndoc.el (nndoc-type-alist): Add git support.
5541         (nndoc-git-type-p): New function.
5542         (nndoc-transform-git-article): Ditto.
5543         (nndoc-transform-git-headers): Ditto.
5544         (nndoc-transform-git-headers): Generate Subject headers.
5545
5546         * shr.el (shr-parse-style): New function.
5547         (shr-tag-span): Ditto.
5548
5549         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5550         to `G G' to avoid collisions.
5551
5552 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * shr.el: Load kinsoku if necessary.
5555         (shr-kinsoku-shorten): New internal variable.
5556         (shr-find-fill-point): Make kinsoku shorten text line if
5557         shr-kinsoku-shorten is bound to non-nil.
5558         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5559         shr-indentation too when testing if table is wider than frame width.
5560         (shr-insert-table): Use `string-width' instead of `length' to measure
5561         text width.
5562         (shr-insert-table-ruler): Make sure indentation is done at bol.
5563
5564 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5565
5566         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5567         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5568         undecoded network data.
5569
5570 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5573         name in the mode line spec so that the mode line menu works
5574         (bug #2431).
5575
5576         * message.el (message-get-reply-headers): If we're fed `to-address',
5577         then always use that.
5578
5579         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5580         aren't so wide as to need to switch off the edit menu.
5581
5582         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5583         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5584
5585         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5586         `M-g'.
5587         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5588         the permanent marks.
5589
5590 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5591
5592         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5593         Splitting according to references/in-reply-to obeys the ignore-groups
5594         variable, while splitting by sender and subject do not.
5595
5596 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5599         alist, so that we can look for non-Unicode chars.
5600         (article-translate-strings): Allow both character and string maps.
5601
5602 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * shr.el (shr-insert): Don't insert space behind a wide character
5605         categorized as kinsoku-bol, or between characters both categorized as
5606         nospace.
5607
5608 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5609
5610         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5611         headers to gnus-newsgroup-headers.
5612
5613 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * shr.el (shr-tag-img): Don't align images -- since we're not
5616         rescaling, this often leads to ugly displays.
5617
5618 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5619
5620         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5621         duplicates.
5622
5623 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5624
5625         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5626         call.
5627
5628 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus.el: Autoload gnus-html-show-images.
5631
5632         * nnimap.el: Use nnheader-message throughout.
5633
5634         * shr.el (shr-tag-img): Ignore images with no data.
5635
5636 2010-10-15  Julien Danjou  <julien@danjou.info>
5637
5638         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5639         a possibility to disable format=flow encoding when using hard newlines.
5640
5641 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * shr.el (shr-insert): Remove space inserted before or after a
5644         breakable character or at the beginning or the end of a line.
5645         (shr-find-fill-point): Do kinsoku; find the second best point or give
5646         it up if there's no breakable point.
5647
5648 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5649
5650         * nnimap.el (nnimap-open-connection): Message when opening connection
5651         for debugging purposes.
5652
5653         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5654         on every setup buffer call to allow this to change from article to
5655         article.
5656
5657         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5658         buffers where we have a wide table.
5659
5660 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5661
5662         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5663         uses *-request-thread.
5664
5665 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5668         incantation, which is no longer valid.
5669
5670 2010-10-14  Julien Danjou  <julien@danjou.info>
5671
5672         * shr.el: Fix defcustom type (char -> character).
5673
5674 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5677         programs.
5678
5679 2010-10-14  Julien Danjou  <julien@danjou.info>
5680
5681         * shr.el (shr-tag-a): Use url-link as widget type.
5682
5683         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5684         `gnus-group-get-icon'.
5685
5686 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5689         This should make server editing work better.
5690
5691         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5692
5693         * tls.el (tls-program): Remove spurious %s from openssl.
5694
5695         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5696         (nnimap-parse-flags): Fix regexp.
5697
5698         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5699         probably work for CJVK text, too.
5700
5701         * nnimap.el (nnimap-extend-tls-programs): Remove.
5702         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5703
5704         * tls.el (tls-starttls-switches): Remove starttls hack.
5705         (open-tls-stream): Ditto.
5706         (tls-find-starttls-argument): Ditto.
5707
5708 2010-10-13  Julien Danjou  <julien@danjou.info>
5709
5710         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5711         responses.
5712
5713 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5716
5717         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5718         anything in Emacs.
5719
5720         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5721
5722 2010-10-13  Julien Danjou  <julien@danjou.info>
5723
5724         * shr.el (shr-width): Make shr-width a defcustom with default to
5725         fill-column.
5726         (shr-tag-img): Use shr-width rather than fill-column.
5727
5728 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * dgnushack.el (byte-optimize-apply):
5731         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5732
5733         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5734         position when (X-)Faces exist.
5735         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5736         avatars when called interactively.
5737
5738 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5741         gnus-article-x-face-too-ugly is bound.
5742
5743 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5746
5747         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5748         mailbox that doesn't exist.
5749
5750 2010-10-12  Julien Danjou  <julien@danjou.info>
5751
5752         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5753         (shr-get-image-data): Encode URL properly when fetching from cache.
5754         (shr-tag-img): Use aligned-to spaces to align correctly images.
5755
5756         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5757         before inserting the Gravatar.
5758
5759         * shr.el (shr-tag-img): Add align attribute support for <img>.
5760
5761 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762
5763         * gnus-gravatar.el (gnus-art): Require.
5764
5765         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5766         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5767         Remove long obsoleted functions.
5768
5769 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5772
5773         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5774
5775         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5776         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5777         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5778         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5779         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5780         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5781         * sieve-manage.el, smime.el, spam.el:
5782         Fix comment for declare-function.
5783
5784 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * nnimap.el (nnimap-request-rename-group): Select group read-only
5787         before renaming it.
5788
5789         * shr.el (shr-insert): Fix up the white space only regexp.
5790
5791         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5792         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5793
5794         * shr.el (shr-current-column): New function.
5795         (shr-find-fill-point): New function.
5796
5797 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5798
5799         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5800         numbers.
5801
5802 2010-10-11  Julien Danjou  <julien@danjou.info>
5803
5804         * shr.el (shr-hr-line): Add.
5805         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5806         display hr lines.
5807         (shr-max-columns): Do not change state to nil if we just inserting
5808         spaces.
5809
5810 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5813         select the last group.
5814
5815 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5818
5819 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5820
5821         * dig.el (dig-mode-map): Declare and define in one step.
5822
5823 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5826         for Gnus.
5827         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5828         (nnimap-update-qresync-info): Mark \Seen articles as read.
5829
5830         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5831         non-variable, too.
5832
5833         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5834         available.
5835         (nnimap-update-info): Rely more on the current active than the param
5836         active to avoid marking articles as read too much.
5837
5838         * auth-source.el (auth-source-create): Use (user-login-name) for the
5839         user name default.
5840
5841         * nnimap.el (nnimap-update-info): If the server doesn't return any
5842         useful info, just use the previous info.
5843         (nnimap-update-info): Prefer old info over start-article.
5844         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5845
5846 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5847
5848         * nnir.el (autoload): Clean up autoloads.
5849         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5850         Use key rather than value.
5851         (nnir-imap-search-other): New variable.
5852         (nnir-read-parm): Use it.
5853         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5854         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5855
5856 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5857
5858         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5859         the process, too.
5860
5861 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * spam.el (gnus-summary-mode-map): Bind to "$".
5864         Suggested by Russ Allbery.
5865
5866         * shr.el: Rework the way things are indented by <li> slightly.
5867
5868         * gnus.el (gnus-group-set-parameter): Fix typo.
5869
5870         * nnimap.el: Start implementing QRESYNC support.
5871
5872 2010-10-09  Julien Danjou  <julien@danjou.info>
5873
5874         * nnir.el (nnir-engines): Fix too many arguments.
5875
5876 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5879         group is the "last", so that the backends like nnfolder actually save
5880         their folders.
5881
5882         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5883         try to use that for the tls stream.
5884         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5885         UIDVALIDITY and find out which groups are read-only and not.
5886         (nnimap-get-flags): Use the same marks parsing code as the rest of
5887         nnimap.
5888
5889 2010-10-09  Julien Danjou  <julien@danjou.info>
5890
5891         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5892
5893         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5894         retrieving gravatars.
5895
5896         * shr.el (shr-table-corner): Add.
5897         (shr-table-line): Add.
5898         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5899
5900 2010-10-08  Julien Danjou  <julien@danjou.info>
5901
5902         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5903
5904 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5907
5908         * gnus-sum.el (gnus-mark-article-as-unread)
5909         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5910         (gnus-summary-set-bookmark): Use it.
5911
5912         * gnus-msg.el (gnus-setup-message): Use it.
5913
5914         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5915
5916         * gnus.el (gnus-group-remove-parameter): Use it.
5917
5918         * gnus-group.el (gnus-group-make-web-group): Use it.
5919
5920         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5921
5922         * nnregistry.el: Update docs to mention manual.
5923
5924         * gnus-registry.el: Update docs to mention nnregistry.el.
5925         (gnus-registry-initialize): Don't install nnregistry refer method
5926         automatically.
5927         (gnus-registry-install-nnregistry): Remove it.
5928
5929 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * shr.el (shr-insert): Don't insert double spaces.
5932
5933 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-gravatar.el (gnus-treat-from-gravatar)
5936         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5937         called interactively.
5938
5939         * gnus-art.el (gnus-mime-view-part-externally)
5940         (gnus-mime-view-part-internally): Make predicate function passed to
5941         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5942         of a mime type.
5943
5944         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5945
5946 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * shr.el (require): Require cl when compiling.
5949         (shr-tag-hr): New function.
5950
5951         * nnimap.el (nnimap-update-info): Remove double setting of high.
5952         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5953         This makes nnimap work properly on Courier again.
5954
5955         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5956         the variable for backwards compatibility.
5957
5958         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5959         the file name before using to avoid setting mm-default-directory to
5960         nil.
5961
5962         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5963         bidning gnus-agent variables.
5964
5965         * shr.el (shr-render-td): Use a cache for the table rendering function
5966         to avoid getting an exponential rendering behavior in nested tables.
5967         (shr-insert): Rework the line-breaking algorithm.
5968         (shr-insert): Don't leave trailing spaces.
5969         (shr-insert-table): Also insert empty TDs.
5970         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5971
5972 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5973
5974         * gnus-sum.el (gnus-number): Rename from `number'.
5975         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5976         (gnus-summary-limit-children): Update uses correspondingly.
5977
5978 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5981         (gnus-gravatar-transform-address): Don't show avatars of people of
5982         which mail addresses match gnus-gravatar-too-ugly.
5983
5984 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * shr.el (shr-table-widths): Expand TD elements to fill available
5987         space.
5988
5989 2010-10-07  Julien Danjou  <julien@danjou.info>
5990
5991         * nnimap.el (nnimap-request-rename-group): Add this method.
5992
5993 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5996         name from XEmacs' function-arglist.
5997
5998         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5999         gravatar under XEmacs.
6000
6001 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * auth-source.el: Update docs with TODO items.
6004
6005         * gnus-sync.el: Update docs to explain state and plans.
6006
6007         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6008         Hooks for mark updates.
6009         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6010
6011         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6012         hooks with arguments, which is needed for mark update hooks.
6013
6014 2010-10-06  Julien Danjou  <julien@danjou.info>
6015
6016         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6017         was matched.
6018
6019         * sieve-manage.el: Update example in `Commentary'.
6020
6021         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6022
6023         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6024         not 2000.
6025         (sieve-manage-authenticate): Re-add function.
6026
6027 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * shr.el (shr-insert): Get 'space transition right.
6030         (shr-render-td): Only delete space at the end of the TD.
6031
6032         * nnimap.el (nnimap-open-connection): Prepare to support
6033         open-gnutls-stream.
6034
6035         * shr.el: Rearrange function order to be more logical.
6036
6037 2010-10-06  Julien Danjou  <julien@danjou.info>
6038
6039         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6040         (nnrss-discover-feed): Remove 404 URL in docstring.
6041
6042         * nnir.el: Fix Swish-E URL.
6043         Fix Namazu URL.
6044
6045         * message.el (message-change-subject): Remove 404 URL in a comment.
6046
6047 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6050         called interactively.
6051
6052         * gnus-util.el (gnus-remove-if): Allow hash table.
6053         (gnus-remove-if-not): New function.
6054
6055         * gnus-art.el (gnus-mime-view-part-as-type):
6056         * gnus-score.el (gnus-summary-score-effect):
6057         * gnus-sum.el (gnus-read-move-group-name):
6058         Replace remove-if-not with gnus-remove-if-not.
6059
6060         * gnus-group.el (gnus-group-completing-read):
6061         Regard collection as a hash table if it is not a list.
6062
6063 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6066
6067         * shr.el: Document the table-rendering algorithm.
6068
6069 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6072         for Emacsen having no `libxml-parse-html-region' support.
6073
6074 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6077         invalid URLs.
6078
6079         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6080         line-broken.
6081         (shr-tag-img): Ignore image fetching errors.
6082         (shr-overlays-in-region): Compute overlay positions correctly.
6083
6084         * mm-decode.el (mm-shr): Require shr.
6085
6086         * gnus-art.el (gnus-blocked-images): Move variable here.
6087
6088         * shr.el (shr-insert-table): Bind free variable.
6089
6090         * mm-decode.el (mm-shr): Bind shr-content-function.
6091
6092         * shr.el (shr-content-function): New variable.
6093
6094         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6095         added for symmetry.
6096
6097         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6098
6099         * gnus-group.el (gnus-group-make-group): Doc fix.
6100
6101         * nnimap.el (nnimap-request-newgroups): Return success.
6102
6103         * shr.el (shr-find-elements): New function.
6104         (shr-tag-table): Put all the images after the table.
6105         (shr-tag-table): Really inhibit images inside the table.
6106         (shr-collect-overlays): Copy over overlays from the TD elements to the
6107         main document.
6108
6109         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6110         gnus-blocked-images.
6111
6112 2010-10-05  Julien Danjou  <julien@danjou.info>
6113
6114         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6115
6116         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6117         (gnus-html-maximum-image-size): Add this function.
6118         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6119
6120         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6121         server-value of the capability is nil.
6122
6123 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * shr.el (shr-tag-em): Add <EM> tag.
6126
6127 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6128
6129         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6130         customizable.
6131
6132         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6133         handing broken links to browse-url.
6134
6135 2010-10-05  Julien Danjou  <julien@danjou.info>
6136
6137         * gnus-util.el (gnus-emacs-completing-read)
6138         (gnus-iswitchb-completing-read): Use autoload rather than require.
6139
6140 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6143         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6144         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6145         iswitchb-temp-buflist for XEmacs.
6146
6147         * gnus-util.el (gnus-completing-read-function): Exclude
6148         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6149         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6150         XEmacs.
6151
6152         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6153         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6154
6155         * gnus-html.el: Don't require help-fns under XEmacs.
6156         (gnus-html-schedule-image-fetching): Work for XEmacs.
6157
6158         * mm-decode.el (mm-shr): Decode contents by charset.
6159
6160 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6163         unknown.
6164
6165         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6166         (shr-get-image-data): Ensure against the cache file missing.
6167
6168         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6169         for data.
6170
6171         * spam-report.el (spam-report-url-ping-plain): Don't query about
6172         killing the process.
6173
6174         * shr.el (shr-render-td): Protect against too-wide text.
6175
6176 2010-10-04  Julien Danjou  <julien@danjou.info>
6177
6178         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6179         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6180
6181         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6182         retrieved.
6183
6184 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * shr.el (browse-url): Require.
6187         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6188         lines.
6189         (shr-show-alt-text, shr-browse-image): New commands.
6190         (shr-browse-url, shr-copy-url): New commands.
6191
6192         * gnus-sum.el (gnus-widen-article-window): New variable.
6193         (gnus-summary-select-article-buffer): Use it.
6194
6195         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6196         without @ signs.
6197
6198 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6199
6200         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6201
6202 2010-10-04  Julien Danjou  <julien@danjou.info>
6203
6204         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6205         for XEmacs.
6206
6207 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6210
6211         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6212         (nnimap-close-server): Implement.
6213
6214         * dgnushack.el (iswitchb): Require to shut up the compiler.
6215
6216         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6217         (shr-insert): Tweak line breaking.
6218         (shr-insert): Handle <pre> better.
6219         (shr-tag-li): Get <li> indentation right.
6220         (shr-tag-li): Get <li> indentation even righter.
6221         (shr-tag-blockquote): Ensure paragraph start.
6222         (shr-make-table): Tweak table generation.
6223         (shr-make-table): Fix typo.
6224
6225         * shr.el: Implement table rendering.
6226
6227 2010-10-04  Julien Danjou  <julien@danjou.info>
6228
6229         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6230
6231 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * shr.el (shr-insert): Use string anchors instead of line anchors.
6234
6235 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * shr.el: Add headings.
6238         (shr-ensure-paragraph): Actually work.
6239         (shr-tag-li): Make <ul> prettier.
6240         (shr-insert): Get white space at the beginning/end of elements right.
6241         (shr-tag-p): Collapse subsequent <p>s.
6242         (shr-ensure-paragraph): Don't insert double line feeds after blank
6243         lines.
6244         (shr-insert): \t is also space.
6245         (shr-tag-s): Fix "s" tag name function.
6246         (shr-tag-s): Fix face prop name.
6247
6248 2010-10-03  Julien Danjou  <julien@danjou.info>
6249
6250         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6251
6252         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6253         gnus-window-inside-pixel-edges.
6254
6255         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6256         gnus-ems.
6257
6258         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6259
6260         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6261         function.
6262
6263         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6264         resize choice.
6265
6266 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6269         beginning of the buffer.
6270
6271         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6272         article buffer again.
6273
6274         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6275
6276         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6277         when it's at the start of the buffer.
6278
6279         * shr.el (shr-tag-blockquote): Convert name.
6280         (shr-rescale-image): Use the right image-size variant.
6281
6282         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6283         buffer isn't shown, then select the current article first instead of
6284         bugging out.
6285         (gnus-summary-select-article-buffer): Show both the article and summary
6286         buffers again.
6287
6288         * shr.el (shr-fontize-cont): Protect against regions with no text.
6289         Rename tag functions to shr-tag-* for enhanced security.
6290         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6291
6292 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6293
6294         * shr.el (shr-insert):
6295         * pop3.el (pop3-movemail):
6296         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6297         loaded.
6298
6299 2010-10-03  Glenn Morris  <rgm@gnu.org>
6300
6301         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6302
6303         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6304
6305         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6306
6307         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6308
6309         * gnus-util.el (gnus-make-local-hook): Simplify.
6310
6311 2010-10-02  Julien Danjou  <julien@danjou.info>
6312
6313         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6314         (gnus-ido-completing-read): New function.
6315         (gnus-emacs-completing-read): New function.
6316         (gnus-completing-read): Use gnus-completing-read-function.
6317         Add gnus-completing-read-function.
6318
6319 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * shr.el (shr-insert-document): Autoload.
6322         (shr-img): Be silent.
6323         (shr-insert): Add a newline after every picture before text.
6324         (shr-add-font): Use overlays for combining faces.
6325         (shr-insert): Pass upwards the text start point.
6326
6327         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6328         possible.
6329         (mm-shr): New function.
6330
6331 2010-10-02  Julien Danjou  <julien@danjou.info>
6332
6333         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6334         should go backward.
6335
6336 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6337
6338         * shr.el (shr): Fix typo in provide call.
6339
6340 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * shr.el: New file.
6343
6344         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6345
6346         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6347         completing read.
6348
6349 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6352         we're being queried about.  Suggested by Dan Jacobson.
6353
6354         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6355         Suggested by Jason Eisner.
6356
6357         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6358         table, too.  Suggested by Stefan Wiens.
6359         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6360         the table unnecessary.  Suggested by Stefan Wiens.
6361
6362         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6363         longer needed, and probably doesn't work either, as pointed out by
6364         Stefan Wiens.
6365         (gnus-summary-exit): Remove call to the clearing function.
6366         (gnus-summary-exit-no-update): Ditto.
6367
6368         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6369         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6370         Reported by Stefan Monnier.
6371         (gnus-summary-save-in-rmail): Ditto.
6372
6373         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6374         article buffer, instead of both the article buffer and the summary
6375         buffer.  Sort of suggested by Dan Jacobson.
6376
6377         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6378
6379         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6380         Suggested by Dan Jacobson.
6381
6382         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6383         documentation clearer.
6384
6385         * message.el (message-shorten-references): Comment on the number "21".
6386         Suggested by Stefan Monnier.
6387
6388         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6389         Suggested by Dan Jacobson.
6390
6391         * gnus.el (gnus-large-newsgroup):
6392         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6393
6394         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6395         externalize attachments.  Bug reported by Steve Wen.
6396
6397         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6398         really message anything to the user.
6399
6400         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6401         directly.
6402
6403         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6404         messages in empty groups.
6405
6406 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6407
6408         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6409         non-UIDNEXT group.
6410
6411 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6414         not the value from the collection.
6415
6416         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6417         values.  This sometimes happens on some groups that have no info.
6418         (nnimap-request-newgroups): New function.
6419
6420 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6423         check into `gnus-registry-initialize'.
6424         (gnus-registry-initialize): Ditto.
6425         Fix and extend header docs.
6426
6427 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6430         regexp backtrace overflows.
6431
6432         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6433         for starttls that tls.el implements; i.e. openssl.
6434
6435         * tls.el (tls-starttls-switches): Give up on using starttls with
6436         gnutls-cli.
6437         (tls-program): Add --insecure to be consistent with the defaults from
6438         openssl s_client.  Now all three commands are insecure.
6439
6440 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * lpath.el: Bind completion-styles-alist for XEmacs.
6443
6444         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6445         (gravatar-create-image): New function that's an alias to
6446         gnus-xmas-create-image, gnus-create-image, or create-image.
6447         (gravatar-data->image): Use it.
6448
6449 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6452         install the nnregistry refer method.
6453         (gnus-registry-install-hooks): Use it.
6454         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6455         unfollowed groups.
6456
6457 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6458
6459         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6460         expanding threads.
6461
6462 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * nnir.el: Use the server names without suffixes (bug #7009).
6465
6466         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6467         unencrypted to STARTTLS, if possible.
6468
6469 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6470
6471         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6472         headers before superseding.
6473
6474 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * nnrss.el (nnrss-use-local): Add documentation.
6477
6478         * nnimap.el (nnimap-extend-tls-programs): New function.
6479         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6480         (nnimap-wait-for-connection): Accept the greeting from the stupid
6481         output from openssl s_client -starttls, too.
6482
6483         * tls.el (tls-starttls-switches): New variable.
6484         (tls-find-starttls-argument): Use it.
6485         (open-tls-stream): Ditto.
6486
6487         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6488         (netrc-machine): Ditto.
6489
6490         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6491         article number.
6492         (nnimap-split-fancy): New variable.
6493         (nnimap-split-incoming-mail): Use it.
6494
6495         * nntp.el (nntp-server-list-active-group): Document.
6496
6497         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6498         SELECT to get the message-id.
6499
6500         * mail-source.el (mail-sources): Remove webmail support.
6501         (defvar): Ditto.
6502         (mail-source-fetcher-alist): Ditto.
6503         (mail-source-fetch-webmail): Remove.
6504
6505         * webmail.el: Remove -- doesn't seem relevant any more.
6506
6507         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6508
6509         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6510         the \r.
6511
6512 2010-09-30  Julien Danjou  <julien@danjou.info>
6513
6514         * gnus-agent.el (gnus-agent-add-group): Fix call to
6515         gnus-completing-read.
6516
6517 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * nndoc.el (nndoc-retrieve-groups): New function.
6520
6521         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6522         `default', use nnmail-split-methods.
6523         (nnimap-request-article): Downcase the NILs so that they are nil.
6524
6525         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6526         symbol.
6527
6528         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6529         code, since if the user has requested network, that's what they ought
6530         to get.
6531         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6532         (nnimap-split-rule): Mark as obsolete.
6533
6534         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6535         New variable.
6536
6537         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6538         correct slot, too.
6539
6540 2010-09-29  Julien Danjou  <julien@danjou.info>
6541
6542         * gnus.el (gnus-local-domain): Declare variable obsolete.
6543
6544         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6545         Fix history computing.
6546         (gnus-ido-completing-read): Require ido.
6547
6548 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6551         build Gnus.
6552
6553         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6554         when interpreting the structures.
6555         (nnimap-request-accept-article): Add \r\n to the lines to make this
6556         work with Cyrus.
6557
6558         * nndraft.el (nndraft-request-expire-articles): Use the group name
6559         instead if "nndraft".  Fix found by Nils Ackermann.
6560
6561 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6562
6563         * nnregistry.el: Add.
6564
6565 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6566
6567         * nnmail.el (group, group-art-list, group-art):
6568         Remove unneeded directives.
6569
6570 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6573         (mm-mime-charset):
6574         * rfc2047.el (rfc2047-syntax-table):
6575         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6576
6577         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6578         rather than `insert-file-contents' and `eval-region'.
6579
6580         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6581         construction.
6582
6583         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6584
6585         * time-date.el: No need to require cl for Emacs 21.
6586
6587 2010-09-29  Julien Danjou  <julien@danjou.info>
6588
6589         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6590         replacement of `gnus-gravatar-relief' to mimic
6591         `gnus-faces-properties-alist'.
6592         Add :version property.
6593
6594 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * mail-source.el (mail-source-report-new-mail):
6597         * message.el (message-default-mail-headers):
6598         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6599
6600         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6601
6602 2010-09-28  Julien Danjou  <julien@danjou.info>
6603
6604         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6605         mail-address contains the same string as real-name.
6606
6607         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6608         non-blank in header, otherwise it'll get stripped.
6609
6610         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6611         real-name, and then for mail address rather than doing : or , search.
6612
6613 2010-09-27  Julien Danjou  <julien@danjou.info>
6614
6615         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6616         right completing-read function.
6617         (gnus-use-ido): New variable
6618         (gnus-completing-read-with-default): Remove.
6619         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6620         (gnus-agent-add-group):
6621         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6622         * mm-view.el (mm-view-pkcs7-decrypt):
6623         * mm-util.el (mm-codepage-setup):
6624         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6625         * mml-smime.el (mml-smime-openssl-sign-query):
6626         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6627         (mml-insert-multipart):
6628         * gnus-msg.el (gnus-summary-yank-message):
6629         * gnus-int.el (gnus-start-news-server):
6630         * mm-decode.el (mm-interactively-view-part):
6631         * gnus-dired.el (gnus-dired-attach):
6632         * gnus.el (gnus-read-method):
6633         * gnus-bookmark.el (gnus-bookmark-jump):
6634         * gnus-art.el (gnus-mime-view-part-as-type)
6635         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6636         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6637         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6638         * nnmairix.el (nnmairix-create-server-and-default-group)
6639         (nnmairix-update-groups, nnmairix-get-server)
6640         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6641         (nnmairix-get-group-from-file-path):
6642         * nnrss.el (nnrss-find-rss-via-syndic8):
6643         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6644         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6645         (gnus-group-browse-foreign-server):
6646         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6647         (gnus-summary-execute-command, gnus-summary-respool-article)
6648         (gnus-read-move-group-name):
6649         * gnus-score.el (gnus-summary-increase-score)
6650         (gnus-summary-score-effect):
6651         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6652
6653 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6656         x-focus-frame.
6657
6658         * nnimap.el (auth-source-forget-user-or-password)
6659         (auth-source-user-or-password): Autoload.
6660
6661         * message.el (message-from-style, message-interactive)
6662         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6663         (message-yank-prefix, message-indentation-spaces, message-signature)
6664         (message-signature-file): Add comment.
6665
6666 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6669         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6670         new articles.
6671
6672         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6673         parts.
6674         (nnimap-request-article): Work with the t setting, too.
6675
6676         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6677         that you don't get flashes of other buffers.
6678         (gnus-summary-show-complete-article): Intern before setting.
6679
6680 2010-09-27  David Engster  <dengste@eml.cc>
6681
6682         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6683         well as HEADERS.
6684         (nnmairix-retrieve-headers): Provide new argument for the above.
6685
6686 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-sum.el (gnus-summary-move-article): Don't alter
6689         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6690         group.
6691
6692         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6693
6694         * message.el (message-cite-prefix-regexp): Revert my last edit.
6695
6696         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6697         variable instead of the Gnus variable.
6698
6699         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6700
6701         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6702
6703         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6704         since some servers don't like it.
6705         (nnimap-open-connection): Forget credentials if the server says the
6706         password was wrong.
6707         (nnimap-parse-line): Protect against invalid data.
6708
6709         * gnus-sum.el (gnus-summary-move-article): Add comment.
6710         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6711         nothing alters it while scanning for new messages.
6712
6713         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6714         which may or may not help.
6715         (nnimap-open-connection): If we're doing a stream connection, and then
6716         discover we're on a STARTTLS-capable server, then open a STARTTLS
6717         connection instead.
6718
6719 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720
6721         * nnimap.el (utf7): Require.
6722
6723         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6724         prefix.
6725
6726 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6727
6728         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6729
6730 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * nnimap.el (nnimap-request-accept-article): Message the error on
6733         error.
6734
6735 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6738
6739 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740
6741         * nndoc.el (nndoc-request-list): Return success always.
6742
6743         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6744         `fetch-old' -- we only want to fetch the articles we've requested.
6745         The rest are in the agent, probably.
6746         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6747         disappeared server" to something low.  It's not important.
6748
6749         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6750         arrived before the FETCH data.
6751
6752         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6753         target here, because we don't know the Gnus name of the group.
6754
6755         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6756         for the correct group.
6757
6758         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6759
6760         * gnus.el (gnus): Give a final warning after startup.
6761
6762         * gnus-util.el (gnus-action-message-log): New variable.
6763         (gnus-message): Use it.
6764         (gnus-final-warning): New function.
6765
6766         * nnimap.el (nnimap-open-connection): Record the greeting.
6767         (nnimap): Add greeting.
6768
6769 2010-09-26  Julien Danjou  <julien@danjou.info>
6770
6771         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6772         arguments.
6773         (gnus-html-wash-images): Fix spec computing to include start/end.
6774
6775         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6776
6777 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6780         deletion.
6781         (nnimap-retrieve-headers): Don't select the group, because that's
6782         already done by nnimap-possibly-change-group.
6783
6784         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6785         (gnus-picon-transform-address): Use it.
6786
6787         * mail-source.el (mail-source-value): Revert previous patch.
6788
6789         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6790         on failure.
6791         (nnimap-open-connection): Look up both virtual and physical server name
6792         credentials.
6793
6794         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6795
6796 2009-02-07  Dave Love  <fx@gnu.org>
6797
6798         * tls.el (open-tls-stream): Don't query killing process.
6799
6800 2009-02-08  Dave Love  <fx@gnu.org>
6801
6802         * gnus-win.el (gnus-window-to-buffer-helper)
6803         (gnus-all-windows-visible-p): Function needn't be a symbol.
6804
6805         * mail-source.el (mail-source-value): Function needn't be a symbol.
6806
6807 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * message.el (message-cite-prefix-regexp): Remove } from the cite
6810         prefix.
6811
6812         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6813         highlight again, so that the highlight is correct.
6814
6815         * gnus-picon.el (gnus-picon): Remove again.
6816         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6817
6818         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6819         doing the header highlightling, so that the background color of the
6820         picon is correct.
6821
6822         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6823         (gnus-picon): Ditto.
6824         (gnus-picon): Reinstate.  The background color for picons is white.
6825         (gnus-picon-insert-glyph): Make the background white.
6826
6827         * nnml.el (nnml-open-nov): Don't return dead buffers.
6828
6829         * auth-source.el (auth-source-create): Query the user for whether to
6830         store the credentials.
6831
6832         * netrc.el (netrc-store-data): New function.
6833
6834         * auth-source.el (auth-source-user-or-password): Use the existing auth
6835         sources, if any, for creation.
6836
6837         * gnus.el (gnus-group-fast-parameter): Return the last matching
6838         parameter instead of the first matching parameter.
6839
6840 2010-09-26  Julien Danjou  <julien@danjou.info>
6841
6842         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6843
6844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * mml2015.el (mml2015-use): Remove gpg support.
6847
6848         * mml1991.el (mml1991-function-alist): Remove gpg function.
6849         (mml1991-gpg-sign): Remove.
6850
6851 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6852
6853         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6854         (gnus-browse-unsubscribe-current-group): Document it.
6855         (gnus-browse-unsubscribe-group): Use it.
6856
6857 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6860         address to the To list for easier response.
6861
6862         * gnus.el (gnus-play-startup-jingle): Remove.
6863         (gnus-splash): Don't play jingle.
6864         (gnus): Silence gnus-load message.
6865
6866         * gnus-art.el (gnus-treat-play-sounds): Remove.
6867
6868         * gnus.el (gnus-play-jingle): Remove audio support.
6869
6870         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6871
6872         * earcon.el: Remove -- no users.
6873
6874         * gnus-audio.el: Remove -- no users of this package.
6875
6876         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6877
6878         * gnus-start.el (gnus-setup-news): Remove nocem support.
6879
6880         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6881
6882         * gnus.el (gnus-use-nocem): Remove.
6883
6884         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6885         Remove.
6886
6887         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6888         uses NoCeM any more.
6889
6890         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6891         (gnus-button-ctan-handler): Ditto.
6892         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6893         (gnus-button-ctan-directory-regexp): Ditto.
6894         (gnus-button-handle-ctan): Ditto.
6895         (gnus-button-tex-level): Ditto.
6896         (gnus-button-alist): Remove CTAN stuff.
6897
6898 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6901         nnimap-streaming test.
6902
6903         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6904         servers twice.
6905
6906         * nnimap.el (nnimap-open-connection): Add more error reporting when
6907         nnimap fails early.
6908
6909         * nnheader.el (nnheader-get-report-string): New function.
6910         (nnheader-get-report): Use it.
6911
6912         * gnus-int.el (gnus-check-server): Say what the error was when opening
6913         failed.
6914
6915         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6916         using streaming.
6917
6918 2010-09-25  Julien Danjou  <julien@danjou.info>
6919
6920         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6921         gnus-window-inside-pixel-edges.
6922
6923 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6926
6927         * mm-decode.el (mm-save-part): Allow saving to other directories the
6928         normal Emacs way.
6929
6930         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6931         Suggested by Jay Berkenbilt.
6932
6933         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6934         there isn't a single byte.
6935
6936         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6937         just do it.  It doesn't really seem to matter what the user responds
6938         here, I think, so it's just a confusing question.
6939
6940         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6941         non-streaming case.
6942
6943         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6944         (gnus-article-encrypt-body): Use it.
6945
6946         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6947         keystroke.
6948
6949         * nnimap.el (nnimap-find-wanted-parts-1):
6950         Use gnus-fetch-partial-articles.
6951
6952         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6953
6954         * nnimap.el (nnimap-insert-partial-structure): New function.
6955         (nnimap-get-partial-article): New function.
6956         (nnimap-request-article): Use it.
6957         (nnimap-wait-for-response): Return whether the wait was successful.
6958         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6959         retrieval wasn't successful.
6960         (nnimap-retrieve-group-data-early): Allow throttling servers.
6961         (nnimap-streaming): New variable.
6962         (nnimap-fetch-partial-articles): Remove.
6963
6964         * mm-decode.el (mm-with-part): Protect against killed buffers.
6965
6966         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6967         for prettier summary display.
6968
6969 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6970
6971         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6972
6973 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6976         apparently third-party libraries depend on it.
6977
6978         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6979         before starting negotiation.
6980
6981         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6982         privacy reasons.
6983         (gnus-treat-mail-gravatar): Ditto.
6984
6985         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6986         buffer when inserting images.  Inserting text into the headers, for
6987         instance, can make them invalid.
6988
6989 2010-09-25  Julien Danjou  <julien@danjou.info>
6990
6991         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6992         variables.
6993
6994         * nnheader.el: Remove useless variables news-reply-yank-from and
6995         news-reply-yank-message-id.
6996
6997         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6998         variables.
6999
7000         * mml1991.el: Remove useless mml1991-verbose.
7001
7002         * gnus.el: Remove useless variable gnus-use-generic-from.
7003         Remove obsolete variable gnus-topic-indentation.
7004
7005         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7006
7007         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7008
7009         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7010
7011         * gnus-group.el: Remove useless gnus-group-icon-cache.
7012         Remove useless gnus-ephemeral-group-server.
7013
7014         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7015
7016         * mml2015.el: Remove useless mml2015-verbose.
7017
7018         * mml-smime.el: Remove useless mml-smime-verbose.
7019
7020         * gnus.el: Remove useless gnus-local-domain.
7021
7022         * gnus-gravatar.el (gnus-gravatar-transform-address):
7023         Use gnus-gravatar-size.
7024
7025         * gnus-art.el: Remove useless gnus-treat-translate.
7026
7027 2010-09-24  Julien Danjou  <julien@danjou.info>
7028
7029         * gnus-sum.el: Add support for Gravatars.
7030
7031         * gnus-art.el: Add support for Gravatars.
7032
7033         * gnus-gravatar.el: Add this file.
7034
7035         * gravatar.el: Add this file.
7036
7037 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7040
7041         * gnus-group.el (gnus-group-fetch-faq): Remove.
7042
7043         * gnus.el (gnus-group-faq-directory): Remove.
7044
7045         * gnus-group.el (gnus-group-fetch-charter): Remove.
7046
7047         * gnus.el (gnus-group-charter-alist): Remove.
7048
7049         * gnus-group.el (gnus-group-archive-directory): Remove.
7050         (gnus-group-recent-archive-directory): Ditto.
7051         (gnus-group-make-archive-group): Remove.
7052
7053         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7054
7055         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7056         use the same article number for all the cached articles.
7057
7058         * nnimap.el (nnimap-command): Register the last command time so
7059         that we can use it for idling NOOPs.
7060         (nnimap-open-connection): Start the keeplive timer.
7061         (nnimap-make-process-buffer): Store all the process buffers.
7062         (nnimap-keepalive): New function.
7063
7064         * starttls.el (starttls-open-stream): Add autoload cookie.
7065
7066 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7067
7068         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7069         handling.
7070
7071 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7074         its data structures.
7075
7076         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7077         instead of the cl.el copy-list.
7078         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7079         equalp.
7080
7081 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7084         and tool-bar-local-item-from-menu.
7085
7086         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7087         mode-line-highlight face for Emacs.
7088
7089         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7090         loading gnus-sum.elc; fix comment for canlock-verify.
7091         (gnus-article-jump-to-part): Use read-number.
7092         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7093         Remove Emacs pre-21 compatible code for help-echo.
7094         (gnus-article-next-page-1): No need to adjust the number of lines.
7095         (gnus-article-describe-bindings): Always use help-buffer.
7096
7097         * gnus-audio.el (gnus-audio-inline-sound):
7098         * gnus-cus.el (gnus-custom-mode):
7099         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7100
7101         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7102
7103         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7104         compatible code.
7105
7106 2010-09-24  Glenn Morris  <rgm@gnu.org>
7107
7108         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7109         visiting the fcc file in rmail-mode.
7110
7111         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7112
7113 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * nnir.el: Silence the byte compiler.
7116
7117         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7118         alias to browse-url-url-encode-chars if any.
7119         (gnus-html-encode-url): Use it.
7120
7121 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122
7123         * gnus-start.el (gnus-use-backend-marks): New variable.
7124         (gnus-get-unread-articles-in-group): Use it.
7125
7126         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7127         makeover.
7128
7129 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7130
7131         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7132
7133 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7136         Remove.
7137         (gnus-setup-news-hook):
7138         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7139
7140         * gnus-int.el (gnus-request-update-info): Protect against backends not
7141         having the function.
7142
7143         * nnimap.el (nnimap-stream): Mention starttls.
7144         (nnimap-open-connection): Add starttls support.
7145
7146 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7147
7148         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7149
7150 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7153         BODYSTRUCTUREs.
7154         (nnimap-transform-headers): Unfold quoted {42} headers.
7155
7156         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7157         the info.
7158         (gnus-get-unread-articles): Only call updatep on backends that support
7159         it.
7160
7161         * nnweb.el (nnweb-request-update-info): NOOP.
7162
7163         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7164
7165         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7166         since it only deals with marks.
7167
7168         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7169         gnus-request-marks, and make a new gnus-request-update-info.
7170
7171         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7172         the active instead of the high number, which is usually too low.
7173
7174 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7177         * encrypt.el: Remove.
7178
7179 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7182         server in symbolic form.
7183
7184         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7185
7186 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7189         (nnimap-update-info): Fix up code slightly.
7190
7191         * gnus-int.el (gnus-open-server): Add tracing for performance
7192         debugging.
7193
7194         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7195         (gnus-group-insert-group-line): Pass the real group name so that it
7196         gets the right data.
7197
7198         * gnus-start.el (gnus-get-unread-articles): Don't have
7199         `gnus-get-unread-articles-in-group' update info, since that can be
7200         really slow and doesn't seem to be needed?
7201
7202 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7203
7204         * time-date.el (date-to-time): Try using parse-time-string first before
7205         using the slower timezone-make-date-arpa-standard.
7206
7207 2010-09-22  Julien Danjou  <julien@danjou.info>
7208
7209         * gnus-group.el (gnus-group-insert-group-line):
7210         Call gnus-group-highlight-line.
7211         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7212         default hook list.
7213         (gnus-group-update-eval-form): Add new function.
7214         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7215         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7216
7217 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7220         immediate, then expire all articles.
7221         (nnimap-update-info): Fix off-by-one errors.
7222         (nnimap-flags-to-marks): Would return no marks lists for group with no
7223         flags.  Instead return the other data.
7224
7225 2010-09-22  Julien Danjou  <julien@danjou.info>
7226
7227         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7228         Only return an icon.
7229         (gnus-group-insert-group-line): Compute icon to return.
7230
7231         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7232         (gnus-html-image-fetched): Only cache if
7233         gnus-html-image-automatic-caching is set.
7234         (gnus-html-image-fetched): Check for errors.
7235
7236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7239         once per method on `g'.  This ensures that backends like nnfolder don't
7240         open all their folders.
7241
7242         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7243         (nnimap-request-list): Nix out group in the correct buffer.
7244         (nnimap-parse-flags): Implement by using `read' instead of
7245         hand-parsing.
7246         (nnimap-flags-to-marks): Pass on permanent-flags.
7247         (nnimap-make-process-buffer): Record the server name.
7248         (nnimap-parse-flags): Fix typo.
7249         (nnimap-request-scan): Run split on the server in general, not just a
7250         single group.
7251
7252         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7253         parameter, and propagate this downwards.
7254
7255         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7256         since EXAMINE changes it on the server.
7257
7258         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7259         this command might take a while.
7260
7261 2010-09-22  Julien Danjou  <julien@danjou.info>
7262
7263         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7264         harmful if you have 2 images side-by-side, they can't be properly
7265         update on text deletion.  Using text-property is safer here.
7266         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7267         data.
7268
7269 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * nnimap.el (nnimap-expunge-inbox): Remove.
7272         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7273         (nnimap-expunge): Flip default to t.
7274
7275         * gnus.el (gnus-method-to-server): Don't push things to the cache
7276         unless it's unique.
7277         (gnus-server-to-method): Ditto.
7278
7279 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7282
7283 2010-09-22  Julien Danjou  <julien@danjou.info>
7284
7285         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7286         get the start of data.
7287         (gnus-html-encode-url): Add this function to encode special chars in
7288         URL.
7289         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7290         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7291
7292         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7293         default.
7294         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7295
7296         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7297         images alt-text.
7298         (gnus-html-put-image): Put alt-text as help-echo.
7299
7300 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7303         * mm-util.el (mm-decompress-buffer):
7304         * nnir.el (nnir-run-find-grep):
7305         * pop3.el (pop3-list): Use 3rd arg of split-string.
7306
7307         * time-date.el (format-seconds): Comment fix.
7308
7309         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7310         and byte-optimize-form-code-walker.
7311         (dgnushack-make-auto-load): Don't advise make-autoload.
7312
7313         * lpath.el: Remove Emacs 21 stuff.
7314
7315 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7318         outside the active range.  Suggested by Dan Christensen.
7319
7320         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7321         slightly later to avoid double-getting it.
7322
7323         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7324         previous patch.
7325
7326         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7327
7328 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7329
7330         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7331
7332 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * gnus-int.el (gnus-open-server): Give a better error message in the
7335         "go offline" case.
7336
7337         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7338         marks for nnimap, which is seldom the right thing to do.
7339
7340         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7341         (gnus-same-method-different-name): New function.
7342
7343         * nnimap.el (parse-time): Require.
7344
7345         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7346         method in the presence of many similar methods.
7347
7348         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7349
7350         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7351         nnml-inhibit-expiry.
7352
7353         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7354         find out whether methods are equal.
7355
7356         * nnimap.el (nnimap-find-expired-articles): New function.
7357         (nnimap-process-expiry-targets): New function.
7358         (nnimap-request-move-article): Request the article before looking at
7359         what the Message-ID is.  Fix found by Andrew Cohen.
7360         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7361
7362         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7363         for oldness in addition to being a predicate.
7364
7365         * nnimap.el (nnimap-request-group): When we have zero articles, return
7366         the right data to Gnus.
7367         (nnimap-request-expire-articles): Only delete articles immediately if
7368         the target is 'delete.
7369
7370         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7371         method, this would bug out.
7372
7373         * gnus-group.el (gnus-group-expunge-group): Rename from
7374         gnus-group-nnimap-expunge, and implemented as a normal interface
7375         function.
7376
7377         * gnus-int.el (gnus-request-expunge-group): New function.
7378
7379         * nnimap.el (nnimap-request-create-group): Implement.
7380         (nnimap-request-expunge-group): New function.
7381
7382 2010-09-21  Julien Danjou  <julien@danjou.info>
7383
7384         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7385         (gnus-html-cache-expired): Add new function.
7386         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7387         wethever we should display image for fetch it.
7388         Compute alt-text earlier to pass it to the fetching function too.
7389         (gnus-html-schedule-image-fetching): Change function argument to only
7390         get one image at a time, not a list.
7391         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7392         cache.
7393         (gnus-html-get-image-data): New function to retrieve image data from
7394         cache.
7395         (gnus-html-put-image): Change buffer argument to use image data rather
7396         than file, and place image above region rather than inserting a new
7397         one.  Do not take alt-text as argument, since it's useless now: we place
7398         the image above alt-text.
7399         (gnus-html-prune-cache): Remove.
7400         (gnus-html-show-images): Start to fetch image when we find one, do not
7401         push into a temporary list.
7402         (gnus-html-prefetch-images): Only fetch image if they have expired.
7403         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7404         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7405
7406 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7409
7410 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7413         spec inser "*" if the group isn't active instead of 0.
7414
7415         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7416         opening the server.
7417         (nnimap-request-delete-group): Implement group deletion.
7418         (nnimap-transform-headers): Return the size of the entire message in
7419         the Bytes header, not just the size of the first part.
7420         (nnimap-request-move-article): When moving an article from nnimap,
7421         request the article first so the accepting form has an article to
7422         accept.  Reported by Dan Christensen.
7423         (nnimap-command): Make sure that the error message doesn't error out.
7424
7425 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7426
7427         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7428         we haven't requested anything.
7429
7430 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431
7432         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7433         "".  Fix found by Andrew Cohen.
7434
7435         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7436         instead of -encode-string.
7437
7438 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7441
7442         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7443         by mm-subst-char-in-string.
7444
7445 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7448         waiting for the connection string.
7449
7450         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7451         arriving.
7452
7453         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7454         bogus characters.  This allows selecting certain Gmail groups.
7455
7456         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7457         (nnimap-fetch-partial-articles): New variable.
7458         (nnimap-open-connection): When looking for credentials, also use the
7459         nnimap-server-port.
7460         (nnimap-request-article): Return the group/article number, so that Gnus
7461         `^' works as expected.
7462         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7463
7464         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7465         comments.
7466         (gnus-methods-sloppily-equal): New function.
7467         (gnus): When using the development version of Gnus, load the gnus-load
7468         file.
7469
7470         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7471         `gnus-open-server' on each method before trying to scan them etc.
7472         This ensures that all the backend parameters are set correctly.
7473
7474         * nnimap.el (nnimap-authenticator): New variable.
7475         (nnimap-open-connection): Allow anonymous login.
7476         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7477         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7478
7479         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7480         patch, found by Knut Anders Hatlen.
7481
7482 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7483
7484         * gnus-agent.el (gnus-agent-batch-confirmation)
7485         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7486         to gnus-message.
7487         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7488         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7489         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7490         * gnus-int.el (gnus-open-server): Likewise.
7491         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7492         (gnus-score-check-syntax): Likewise.
7493         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7494         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7495         Likewise.
7496         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7497
7498 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7501         calling conventions so that prefetch doesn't bug out.
7502
7503 2010-09-19  Julien Danjou  <julien@danjou.info>
7504
7505         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7506         rather than `subst-char-in-region' in order to be able to replace ASCII
7507         char by UTF-8 ones.
7508
7509         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7510         than curl.
7511         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7512         the right URL and ALT text on images.
7513         (gnus-html-wash-tags): Fix tag case.
7514         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7515         (gnus-article-html): Add -o display_ins_del=2 option.
7516         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7517
7518 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7521         the extra mail headers, which sometimes seem to happen for unknown
7522         reasons.
7523
7524         * mail-parse.el (mail-header-encode-parameter): Define as
7525         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7526         (or most, perhaps?) mail readers don't understand the latter, but do
7527         understand the former.
7528
7529         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7530         to nil, so that no methods are automatically agentized.  I think this
7531         is probably what most users want.
7532
7533         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7534         from url-retrieve, for instance about invalid URLs.
7535
7536         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7537         groups that have no articles.
7538         (nnimap-request-article): Check that we really got an article when we
7539         requested one.
7540
7541         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7542         doesn't exist.
7543
7544         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7545         nntp buffer so the agent can save it.
7546         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7547         that CRLF doesn't get translated to \n.
7548         (nnimap-open-connection): Don't make 'shell commands only send \n.
7549
7550 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7551
7552         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7553         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7554         Update var name.
7555         (nnml-generate-nov-file): Use dolist.
7556         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7557         Use with-current-buffer.
7558
7559 2010-09-18  Julien Danjou  <julien@danjou.info>
7560
7561         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7562         parallel.
7563
7564 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7567         the range update right.
7568         (nnimap-request-group): Don't make `M-g' bug out on group with no
7569         marks.
7570         (nnoo): Require, so that other packages can require nnimap.
7571         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7572         command we're looking for.  This helps when the server sends more
7573         responses after we've gotten everything we expected.
7574         (nnimap): Add a `newlinep' field to keep track of end-of-line
7575         conventions.
7576         Don't send CRLF to things that don't want it.
7577         (nnimap-request-accept-article): Ditto.
7578
7579 2010-09-18  Julien Danjou  <julien@danjou.info>
7580
7581         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7582         than curl to retrieve images.
7583
7584 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7585
7586         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7587         the marks.
7588         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7589         (nnimap-wait-for-connection): New function.
7590         (nnimap-open-connection): If we have PREAUTH, don't query for login
7591         credentials.
7592         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7593         when doing a partial update.
7594
7595 2010-09-18  Julien Danjou  <julien@danjou.info>
7596
7597         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7598         tags.
7599
7600 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601
7602         * nnimap.el (nnimap-credentials): New function.
7603         (nnimap-open-connection): Use the new function to look for credentials
7604         also on the numeric equivalents of "imap" and "imaps".
7605
7606         * gnus-start.el (gnus-activate-group): Send the info to
7607         gnus-request-group.
7608
7609         * nnimap.el (nnimap-request-group): Have the "check" version of the
7610         function parse flags and update the info, so that a `M-g' get a total
7611         resync of all flags from the group.
7612
7613         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7614         to allow backends to alter the info on group selection.  Also alter all
7615         the backend -request-group functions to take the parameter.
7616
7617         * nnimap.el (nnimap-store-info): New function.
7618         (nnimap-update-info): Store the info for later usage.
7619         (nnimap-request-group): Use the stored info for the dont-check case, so
7620         that we don't retrieve all marks when we enter a group.
7621
7622         * nnimap.el: Use deffoo instead of defun for interface functions.
7623
7624         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7625         update the group info.  This makes the nndraft groups, for instance, go
7626         back to their old behavior.
7627
7628         * gnus-sum.el (gnus-select-newsgroup): Indent.
7629
7630         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7631         in.
7632         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7633         nothing.
7634
7635         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7636         from methods that are denied.
7637
7638         * gnus-int.el (gnus-method-denied-p): New function.
7639
7640         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7641         store the password instead of netrc.
7642         (nnimap-open-connection): Don't error out when we can't make a
7643         connections.
7644
7645         * auth-source.el (auth-source-create): In the password prompt, say what
7646         we're querying for.  Also prompt for user name if that hasn't been
7647         given.
7648
7649         * nnimap.el (nnimap-with-process-buffer): Remove.
7650
7651 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7652
7653         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7654         method when we're reading from the agent.
7655
7656         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7657
7658         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7659         that's probably most useful for users.
7660
7661         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7662         "failed" all the time.
7663
7664         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7665         ...)) with (with-current-buffer ... ).
7666
7667         * nntp.el (nntp-open-server): Return whether the open was successful or
7668         not.
7669
7670         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7671         select an unread unseen article first.
7672
7673         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7674         /etc/services, supply some sensible port defaults.
7675
7676         * dgnushack.el: Define netrc-credentials.
7677
7678 2010-09-17  Julien Danjou  <julien@danjou.info>
7679
7680         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7681
7682 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7683
7684         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7685         doesn't have any parameters.
7686
7687 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7690         only upcased checks.
7691
7692         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7693
7694         * nnimap.el (nnimap-open-shell-stream): New function.
7695         (nnimap-open-connection): Use it.
7696         (nnimap-transform-headers): Get the number of lines in each message.
7697         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7698         number of lines.
7699         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7700         problem.
7701
7702         * utf7.el (utf7-encode): Autoload.
7703
7704         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7705         to allow the mail splitting to not return a default group.  This is
7706         useful for nnimap, which will leave unmatched mail in the inbox.
7707
7708         * nnimap.el: Rewritten.
7709
7710         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7711         nnimap usage.
7712
7713         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7714         if the move is internal, so that nnimap can do fast internal moves.
7715
7716         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7717         data.
7718         (gnus-read-active-for-groups): Support finishing the early retrieval of
7719         data.
7720
7721         * gnus-range.el (gnus-range-nconcat): New function.
7722
7723         * gnus-int.el (gnus-finish-retrieve-group-infos)
7724         (gnus-retrieve-group-data-early): New functions.
7725
7726 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7727
7728         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7729         (nnrss-retrieve-groups):
7730         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7731         (pop3-quit): Use with-current-buffer.
7732
7733 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7736         instead of nnheader-accept-process-output.
7737
7738         * dgnushack.el (dgnushack-compile): Add comment.
7739
7740         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7741
7742         * gnus-html.el (gnus-html-schedule-image-fetching)
7743         (gnus-html-prefetch-images): Replace process-kill-without-query by
7744         gnus-set-process-query-on-exit-flag.
7745
7746 2010-09-16  Romain Francoise  <romain@orebokech.com>
7747
7748         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7749
7750 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7753         parameter to unintern is mandatory-ish in Emacs 24.
7754
7755         * gnus-html.el (gnus-html-schedule-image-fetching)
7756         (gnus-html-prefetch-images): Check for curl before using it.
7757
7758         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7759         depend on curl, which isn't essential.
7760
7761         * imap.el: Revert back to version
7762         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7763         seem problematic.
7764
7765 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7766
7767         * gnus-registry.el (gnus-registry-install-shortcuts):
7768         Explicitly pass `obarray' to `unintern' to avoid a warning.
7769
7770 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7773         change.
7774
7775         * nnrss.el (nnrss-request-list): Remove this function and related
7776         functions, including the moreover stuff.
7777
7778 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779
7780         * nnrss.el (nnrss-retrieve-groups): New function.
7781
7782 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7783
7784         * .dir-locals.el: Add no-byte-compile cookie.
7785
7786 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * time-date.el (format-seconds): Comment fix.
7789
7790         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7791         for back end that doesn't support request-scan.
7792
7793 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7796         then do request scans from the backends.
7797
7798         * netrc.el (netrc-credentials): New conveniency function.
7799
7800         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7801         avoid running a hook per line, since this takes a lot of time,
7802         profiling shows.
7803         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7804         directly if gnus-visual-p is true.
7805
7806 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7809         groups; replace mapcar with dolist which is a bit faster; pass groups
7810         info to gnus-read-active-file-1.
7811         (gnus-read-active-file-1): Scan only specified groups if the new
7812         optional arg `infos' is given.
7813
7814 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7817
7818         * pop3.el (pop3-movemail): Remove.
7819         (pop3-streaming-movemail): Rename to pop3-movemail.
7820
7821         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7822         don't restrict end-tag searches to the end of the line.
7823
7824 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7827         articles of every unchecked group to t, which means unknown since the
7828         server has never been opened.
7829
7830 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * gnus-html.el (gnus-html-show-alt-text): New command.
7833         (gnus-html-browse-image): Ditto.
7834         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7835         to browse the image directly.
7836         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7837         better.
7838
7839         * gnus-async.el (gnus-async-article-callback):
7840         Call `gnus-html-prefetch-images' unconditionally.
7841
7842         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7843         before feeding URLs to curl.
7844
7845 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7848         internal images as deletable by `W D D'.
7849
7850         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7851         (gnus-async-article-callback): Fix typo.
7852
7853 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7856         current line to work around bugs in the output from w3m.
7857
7858         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7859         for groups that want that.
7860
7861         * nntp.el (nntp-wait-for-string): Supply a timeout for
7862         accept-process-output to ensure progress.
7863
7864         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7865         level to get unread articles from, then use that for foreign groups,
7866         too.
7867
7868         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7869         confuses the rest of the function.
7870
7871         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7872         for the methods that support -retrieve-groups, too.
7873
7874         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7875
7876 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7879         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7880
7881         * pop3.el: Require cl when compiling.
7882         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7883
7884 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7887         that aren't going to be activated.
7888         (gnus-get-unread-articles): Fix up the last commit.
7889
7890         * gnus-html.el (gnus-article-html): Allow calling without specifying
7891         the handle.  In that case, dissect the buffer first.
7892
7893         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7894
7895         * nnimap.el (nnimap-open-connection): Revert the change that would look
7896         into authinfo for imaps instead of imap.
7897
7898         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7899         say that you don't want to call gnus-request-group with don-check, but
7900         do check the reponse.  This is for virtual groups only.
7901         (gnus-get-unread-articles): Count the archive groups as secondary, so
7902         that they're activated the same way as before.
7903
7904         * imap.el (imap-message-map): Removed optional buffer parameter, since
7905         no callers use it.
7906         (imap-message-get): Ditto.
7907         (imap-message-put): Ditto.
7908         (imap-mailbox-map): Ditto.
7909         (imap-mailbox-put): Ditto.
7910         (imap-mailbox-get): Ditto.
7911         (imap-mailbox-get): Revert last change for this function.
7912
7913         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7914         case-insensitively.
7915         (nnimap-debug): Remove.
7916
7917         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7918         callers to use `imap-fetch' instead.  According to the comments, this
7919         should be safe, since all other IMAP clients use the 1:* syntax.
7920         (imap-enable-exchange-bug-workaround): Remove.
7921         (imap-debug): Remove -- doesn't seem very useful.
7922
7923         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7924         mail from a file, and the file doesn't exist.
7925
7926         * imap.el (imap-log): New convenience function used throughout instead
7927         of repeating the same code all over the place.
7928
7929         * pop3.el (pop3-streaming-movemail): Return t for success.
7930
7931         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7932         .authinfo if we're using ssl connection.
7933
7934         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7935         already have if we're in a main Gnus `g' run.
7936
7937         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7938
7939 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7942
7943         * nnmh.el (nnmh-request-list-1): Bind `file'.
7944
7945         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7946         alias to set-process-query-on-exit-flag or process-kill-without-query.
7947         (pop3-open-server): Use it.
7948
7949 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7952         box to the Incoming file.  Fixes mistake in previous checkin.
7953
7954         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7955         request loop (for debugging purposes) removed.
7956
7957         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7958         culprit is more visible.
7959         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7960         (nnml-add-incremental-nov): New functions to do "incremental" nov
7961         updates, where we just append to the end of the existing nov files
7962         without reading/writing them in full.
7963
7964         * mail-source.el (mail-source-delete-crash-box): Really only check the
7965         incoming files once in a while.
7966
7967         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7968
7969         * mail-source.el (mail-source-delete-crash-box): Only check the
7970         incoming files for deletion once per day to save a lot of file
7971         accesses.
7972
7973         * pop3.el (pop3-logon): Fix up unbound variable typo.
7974
7975         * mail-source.el (pop3-streaming-movemail): Autoload.
7976
7977         * pop3.el (pop3-streaming-movemail):
7978         Respect pop3-leave-mail-on-server.
7979
7980         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7981         retrieval.
7982
7983         * pop3.el (pop3-process-filter): Remove unused function.
7984         (pop3-streaming-movemail, pop3-send-streaming-command)
7985         (pop3-wait-for-messages, pop3-write-to-file)
7986         (pop3-number-of-responses): New functions for streaming pop3
7987         retrieval.
7988
7989         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7990         come from no known methods.
7991         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7992         list.
7993
7994         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7995         message sizes.
7996         (pop3-movemail): Use erase-buffer instead of looping and deleting
7997         regions, which seems rather odd.
7998
7999         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8000         file once per `g' run.
8001
8002         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8003         directories.  This makes the draft queue directory work.
8004
8005         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8006         data from the backends, so that we only request the list of groups from
8007         each method once.  This should speed things up considerably.
8008
8009         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8010         detect that it's not implemented.
8011
8012         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8013         we actually do recurse down into the tree, but don't stat all leaf
8014         nodes.
8015
8016         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8017         then say so instead of bugging out.
8018
8019         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8020         files exist before trying to read them.
8021
8022         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8023         around <pre_int>.
8024
8025         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8026
8027         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8028
8029 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * mm-util.el (mm-image-load-path): Just return the image directories,
8032         not all directories in the path in addition to the image directories.
8033         (mm-image-load-path): Maintain a cache of the image directories so that
8034         the `g' command in Gnus doesn't have to stat dozens of directories each
8035         time.
8036
8037         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8038         (gnus-html-wash-tags): Add a new `i' command to insert images.
8039         (gnus-html-insert-image): New command and keystroke.
8040         (gnus-html-redisplay-with-images): New command and keystroke.
8041         (gnus-html-show-images): Rename command.
8042         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8043         spacers.
8044         (gnus-html-wash-tags): Decode entities at the end, so that entities
8045         inside the tags don't mess up the rest of the "parsing".
8046
8047         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8048         so that nnimap methods aren't agentized by default.  There's apparently
8049         many problems related to agent/imap behavior.
8050
8051         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8052
8053         * gnus-html.el: Doc fix.
8054
8055 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8058         specifier-spec-list for Emacs 21.
8059
8060         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8061         glyph-width and glyph-height instead of display-graphic-p and
8062         image-size; make avoidance of displaying small images work for XEmacs.
8063
8064         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8065         for XEmacs.
8066
8067         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8068         of symbol that holds plist data.
8069         (gnus-process-plist): Remove plist of process after getting it.
8070
8071 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * message.el (message-generate-hashcash): Change default to
8074         'opportunistic if hashcash is installed.
8075
8076         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8077         (gnus-html-put-image): Only call image-size once, since it's somewhat
8078         time-consuming on remote X servers.
8079
8080 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8083         type on data, not a file name.
8084
8085         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8086         window-pixel-edges for Emacs 21.
8087
8088         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8089         decoded contents.
8090         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8091
8092 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8095         group line format, since it isn't very interesting.
8096
8097         * gnus-agent.el (gnus-agent-short-article),
8098         (gnus-agent-long-article): Increase values for these two variables,
8099         since most people are likely to have more network connection and
8100         storage than before.
8101
8102         * gnus.el (gnus-refer-article-method): Change default to 'current.
8103         When referring an article, the common behavior is to refer it from the
8104         current select method, not the native select method.  The chances of
8105         the native select method having the message in question is rather slim
8106         these days.
8107
8108         * gnus-sum.el (gnus-auto-select-subject): Change default to
8109         `unseen-or-unread'.  I think it's likely that most people want to
8110         select an unseen article over a previously seen, but unread one.
8111
8112         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8113         means that in the article buffer none of the minor mode elements will
8114         be shown, usually, and this is not desirable in most cases.
8115
8116         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8117         that commands like `d' (and the like) go to the next line in the
8118         buffer, instead of the next unread article.  I think this is the
8119         behavior that is most natural for most users.
8120         (gnus-single-article-buffer): Change default to nil, so that people can
8121         have as many article buffers open as they have summary buffer.  I think
8122         this is the most natural way for the groups to behave.
8123
8124         * message.el (message-generate-new-buffers): Change default to
8125         `unsent', so that all new message buffers start their names with the
8126         string "*unsent", and it's easier to find the buffers if you move from
8127         them.
8128
8129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8132         small.  They're probably tracking images.
8133         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8134         (gnus-html-rescale-image): Yet another try at getting the image sizing
8135         right.
8136
8137         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8138         nntp-marks-file-name is nil.
8139
8140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8141
8142         * gnus-html.el (gnus-html-wash-tags)
8143         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8144         Better logging.
8145
8146 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8149
8150         * gnus-html.el (gnus-html-wash-tags): Check the value of
8151         gnus-blocked-images in the summary buffer.
8152
8153 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8154
8155         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8156
8157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8160         like "a", it seems like.
8161         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8162         since it needs to be picked from the correct buffer.
8163
8164         * nnwfm.el: Remove.
8165
8166         * nnlistserv.el: Remove.
8167
8168 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8169
8170         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8171         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8172
8173 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * nnkiboze.el: Remove.
8176
8177         * nndb.el: Remove.
8178
8179         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8180         alt text.
8181         (gnus-html-rescale-image): Try to get the rescaling logic right for
8182         images that are just wide and not tall.
8183
8184         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8185         overshadow variable bindings.
8186
8187 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * gnus-html.el (gnus-html-wash-tags)
8190         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8191         Add extra logging.
8192
8193 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8196         (gnus-max-image-proportion): New variable.
8197         (gnus-html-rescale-image): New function.
8198         (gnus-html-put-image): Rescale images.
8199
8200 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8201
8202         Fix up some byte-compiler warnings.
8203         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8204         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8205         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8206         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8207         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8208         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8209         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8210
8211 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-html.el (gnus-article-html): Decode contents by charset.
8214
8215 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8218         (gnus-html-frame-width, gnus-blocked-images):
8219         * message.el (message-prune-recipient-rules): Add custom version.
8220         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8221
8222         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8223         functions.
8224
8225         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8226         gnus-process-get.
8227
8228 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8229
8230         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8231         instead of lsub directly.
8232
8233 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * nnwarchive.el: Remove.
8236
8237         * gnus-soup.el: Remove.
8238
8239         * nnsoup.el: Remove.
8240
8241         * nnultimate.el: Remove.
8242
8243         * gnus-html.el (gnus-blocked-images): New variable.
8244
8245         * message.el (message-prune-recipients): New function.
8246         (message-prune-recipient-rules): New variable.
8247
8248         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8249         guess whether a long line is natural text or not.
8250
8251         * gnus-html.el (gnus-html-schedule-image-fetching):
8252         Use gnus-process-plist and friends for compatibility.
8253
8254 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8255
8256         * gnus-html.el: Require packages that define macros used in this file.
8257         (gnus-article-mouse-face): Declare to silence byte-compiler.
8258         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8259         process-get.
8260         (gnus-html-put-image): Use plist-get to avoid getf.
8261         (gnus-html-prefetch-images): Use with-current-buffer.
8262
8263 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-ems.el: Provide compatibility functions for
8266         gnus-set-process-plist.
8267
8268         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8269         header-line-format for XEmacs 21.4.
8270
8271         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8272         * gnus.el (gnus-valid-select-methods):
8273         * message.el (message-send-mail-partially-limit):
8274         * mm-decode.el (mm-text-html-renderer):
8275         * mml.el (mml-insert-mime-headers-always):
8276         * smiley.el (smiley-regexp-alist): Bump custom version.
8277
8278 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * gnus-html.el: require mm-url.
8281         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8282         with the url to `url'.
8283         (gnus-html-wash-tags): Support cid: URLs/images.
8284
8285 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8288         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8289         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8290
8291         * gnus-move.el: Remove file, since it doesn't really work.
8292
8293         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8294         UTF-8.  This seems to fix problems with some German web feeds.
8295
8296         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8297         at the top so that the proper colors are applied.
8298
8299         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8300         don't have dots in their names.
8301
8302         * gnus-art.el (gnus-article-view-part): Doc fix.
8303
8304         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8305         XEmacs-compatible.
8306         (gnus-html-put-image): Don't do images on non-graphic displays.
8307
8308         * nnslashdot.el: Remove this unused backend.
8309
8310         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8311         actions.
8312         (gnus-undo-register-1): Revert last change.
8313
8314         * gnus-group.el (gnus-group-completing-read): Protect against not
8315         having completion-styles bound.
8316
8317         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8318         make broken recipients happier.
8319
8320         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8321
8322         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8323         point parameter.
8324
8325         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8326
8327         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8328         completion-styles for group selection.
8329
8330 2009-02-04  Andreas Schwab  <schwab@suse.de>
8331
8332         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8333         headers and regexp-quote the match if necessary.
8334
8335 2009-03-24  Miles Bader  <miles@gnu.org>
8336
8337         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8338         the blinking smiley.
8339
8340 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8341
8342         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8343         blink smiley.
8344
8345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8348         where the dribbel file lives exists.
8349
8350         * message.el (message-send-mail-partially-limit): Change the default to
8351         nil, since most people don't want this.
8352
8353         * mm-url.el (mm-url-decode-entities): Also decode entities like
8354         &#x3212.
8355
8356 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8357
8358         * gnus-sum.el (gnus-summary-idna-message):
8359         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8360         Hyperlink urls in docstrings with URL `...'.
8361
8362 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8363
8364         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8365         functions.
8366
8367 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8370         say what the mouseover text should be.
8371
8372         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8373         version of the mm-w3m-safe-url-regexp variable to only download images
8374         in the groups where we want that to happen.
8375
8376         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8377
8378         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8379         easier debugging.
8380         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8381         big pictures in the article buffer.
8382
8383         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8384         gnus-article-html.
8385         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8386         w3m.
8387
8388         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8389
8390 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8393         which doesn't exist.
8394
8395         * message.el (message-inhibit-ecomplete): New variable to allow some
8396         function to inhibit ecomplete address storage.
8397         (message-resend): Disable ecomplete message storage when resending
8398         messages.
8399
8400         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8401
8402 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8405         Save excursion while copying, moving, and deleting articles in order to
8406         prevent the cursor from jumping to unforeseen place.
8407
8408 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * lpath.el: No need to bind bookmark-current-buffer,
8411         bookmark-yank-point and bookmark-make-record-function.
8412
8413 2010-08-17  Glenn Morris  <rgm@gnu.org>
8414
8415         * gnus-sync.el: Require gnus components whose functions are used.
8416
8417         * gnus-art.el (bookmark-make-record-function):
8418         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8419         Declare for compiler.
8420
8421         * mm-url.el (mml-compute-boundary): Autoload.
8422
8423 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8426
8427 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8428
8429         Typo fix "hoo4a" -> "hook".
8430
8431         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8432
8433 2010-08-14  Glenn Morris  <rgm@gnu.org>
8434
8435         * gnus-sync.el (gnus-sync): Fix defgroup version.
8436
8437 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8440
8441         * gnus-sync.el: Fix docs.
8442         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8443         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8444
8445 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         Optimizations for gnus-sync.el.
8448
8449         * gnus-sync.el: Add docs about gnus-sync-backend
8450         possibilities.
8451         (gnus-sync-save): Remove unnecessary message.
8452         (gnus-sync-read): Optimize and show what groups were skipped.
8453
8454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8455
8456         Minor bug fixes for gnus-sync.el.
8457
8458         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8459         Don't read the sync on get-new-news.
8460
8461         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8462         quiet.
8463
8464         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8465         (fix typo).
8466
8467 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8468
8469         Make saving and restoring of hidden threads work with overlays.
8470         Patch applied by Ted Zlatanov.
8471
8472         * gnus-sum.el (gnus-hidden-threads-configuration)
8473         (gnus-restore-hidden-threads-configuration): Update to deal with text
8474         properties, rather than searching for a magic character.
8475
8476 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8477
8478         New gnus-sync.el library for synchronization of marks.
8479
8480         * gnus-sync.el: New library for synchronization of marks.
8481
8482         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8483         renamed from `gnus-registry-grep-in-list'.
8484
8485         * gnus-registry.el (gnus-registry-follow-group-p):
8486         Use `gnus-grep-in-list'.
8487
8488         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8489
8490 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8493         determining charset of text fails.
8494
8495 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * nnmail.el (nnmail-get-new-mail-1): Revert.
8498
8499         * nnml.el (nnml-active-number): Make sure names of newly created groups
8500         in nnml-group-alist are encoded.
8501
8502 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8505         containing non-ASCII characters in active file for nnml back end.
8506
8507 2010-07-24  David Engster  <dengste@eml.cc>
8508
8509         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8510         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8511
8512 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8513
8514         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8515         tag (Bug#6654).
8516
8517 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8520         the article buffer, not the summary buffer.
8521
8522 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8525         Emacs 23 as well.
8526
8527 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8530         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8531
8532 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8533
8534         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8535         Patch applied by Karl Fogel.
8536
8537         * gnus-sum.el (gnus-summary-bookmark-make-record):
8538         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8539
8540 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8541
8542         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8543         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8544         C-w still not working correctly from Article buffers; Thierry's
8545         patch to fix that will be applied after this.
8546
8547         * gnus-art.el (bookmark-make-record-function): New local variable.
8548
8549         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8550         article buffer.
8551         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8552
8553 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8554
8555         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8556         on changes in bookmark.el.
8557
8558 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8561         `no-log' instead of message not to log prompt string.
8562
8563 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8564
8565         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8566         the *other* type of HTML form submission.
8567
8568 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8569
8570         * auth-source.el (auth-source-pick): If choice does not contain a
8571         questioned keyword, set the check to t.
8572
8573 2010-06-12  Romain Francoise  <romain@orebokech.com>
8574
8575         * gnus-util.el (gnus-date-get-time): Move up before first use.
8576
8577 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8580         (gnus-article-edit-part): Bind it to make last part that is substituted
8581         or deleted visible.
8582         (gnus-mime-display-single): Buttonize part of which id equals to
8583         gnus-mime-buttonized-part-id.
8584
8585 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8586
8587         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8588         (gnus-dd-mmm): Use gnus-date-get-time.
8589         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8590         simplify logic.
8591         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8592         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8593
8594 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8595
8596         * auth-source.el (top): Autoload `secrets-list-collections',
8597         `secrets-create-item', `secrets-delete-item'.
8598         (auth-sources): Fix tag string.
8599         (auth-get-source, auth-source-retrieve, auth-source-create)
8600         (auth-source-delete): New defuns.
8601         (auth-source-pick): Rewrite in order to avoid 2 passes.
8602         (auth-source-forget-user-or-password): New parameter USERNAME.
8603         (auth-source-user-or-password): New parameters CREATE-MISSING and
8604         DELETE-EXISTING.  Retrieve password interactively, if needed.
8605
8606 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8607
8608         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8609         deleting unused directories when gnus-expert-user is t.
8610
8611 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8614         for each temp file when gnus-article-browse-delete-temp is ask.
8615
8616 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8617
8618         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8619         Replace Lisp calls to delete-backward-char by calls to delete-char.
8620
8621 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8622
8623         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8624
8625 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8626
8627         * password-cache.el (password-cache-remove): Fix docstring.
8628
8629 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8632         article unless decoding article to be saved.
8633
8634 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8637         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8638         generated within the mm-with-unibyte-current-buffer macro.
8639
8640 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8643         to nil when we're in a mml-preview buffer and no group is selected.
8644
8645 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8646
8647         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8648         when catching the `C-g'.  Reported by "Leo".
8649
8650 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * message.el (message-forward-make-body-plain)
8653         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8654         multibyte-string-p.
8655
8656         * lpath.el: Revert.
8657
8658 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * message.el (message-forward-make-body-mml): Assume original message
8661         is multibyte string; error on unibyte.
8662         (message-forward-make-body-plain): Ditto; don't add excessive newline
8663         in body end.
8664
8665         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8666
8667 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8668
8669         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8670         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8671
8672 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * mm-extern.el (mm-extern-url): Don't use
8675         mm-with-unibyte-current-buffer.
8676         (mm-extern-cache-contents): Use with-current-buffer instead of
8677         save-excursion + set-buffer.
8678
8679 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * mm-util.el (mm-emacs-mule): Remove.
8682
8683 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8684
8685         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8686         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8687         change.
8688
8689 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8692         bind the default value of enable-multibyte-characters to nil.
8693
8694 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * message.el (message-forward-make-body-plain)
8697         (message-forward-make-body-mml):
8698         Don't use mm-with-unibyte-current-buffer.
8699
8700 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8701
8702         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8703
8704 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8705
8706         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8707         (Bug#5592).
8708
8709 2010-05-07  Julien Danjou  <julien@danjou.info>
8710
8711         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8712         it to mm-pipe-part.
8713
8714         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8715         it is given.
8716
8717 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * binhex.el (binhex-decode-region-internal):
8720         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8721         (dns-query):
8722         * nnweb.el (nnweb-gmane-search):
8723         * pgg-parse.el (pgg-parse-armor):
8724         * pgg.el (pgg-verify-region):
8725         * sha1.el (sha1-string-external):
8726         * uudecode.el (uudecode-decode-region-internal):
8727         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8728         XEmacs.
8729
8730         * gnus-art.el (gnus-article-browse-html-parts):
8731         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8732         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8733         make-temp-file.
8734
8735         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8736         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8737         compiling.
8738
8739         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8740         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8741         XEmacs when compiling.
8742
8743         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8744         gnus-pick-mode-off-hook for XEmacs when compiling.
8745         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8746         gnus-binary-mode-off-hook for XEmacs when compiling.
8747
8748         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8749         Return nil if char-charset is not available.
8750
8751         * imap.el (imap-disable-multibyte)
8752         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8753         macros.
8754
8755         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8756         instead of encode-coding-string.
8757
8758         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8759         'xemacs) instead of mm-emacs-mule to switch function definitions.
8760         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8761
8762         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8763         bind temporary-file-directory for XEmacs;
8764         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8765         timer-set-function for XEmacs 21.4 and SXEmacs;
8766         bind timer-list for XEmacs 21.4 and SXEmacs;
8767         fbind char-charset and find-charset-region for non-Mule XEmacs;
8768         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8769         encode-coding-region and encode-coding-string for XEmacs having no
8770         file-coding feature.
8771
8772 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8773
8774         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8775
8776 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8779         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8780
8781 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8782
8783         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8784         alias `jka-compr-delete-temp-file' no longer exists.
8785
8786 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8787
8788         Use define-minor-mode in Gnus where applicable.
8789         * mml.el (mml-mode): Use define-minor-mode.
8790         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8791         (gnus-undo-mode): Use define-minor-mode.
8792         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8793         (gnus-dead-summary-mode): Use define-minor-mode.
8794         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8795         Initialize in declaration.
8796         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8797         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8798         (gnus-mailing-list-mode): Use define-minor-mode.
8799         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8800         (gnus-draft-mode): Use define-minor-mode.
8801         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8802         (gnus-dired-mode): Use define-minor-mode.
8803
8804 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8805
8806         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8807         handles on recursive mml-to-mime translation and check them for
8808         boundary delimiter collisions.  Reported by Greg Troxel.
8809
8810 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8813
8814 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8815
8816         * mm-util.el (mm-find-buffer-file-coding-system):
8817         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8818
8819 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8820
8821         * message.el (message-generate-headers): Record insertion of optional
8822         headers as well.  Otherwise the check to prevent repeated insertion of
8823         optional headers is a no-op.
8824
8825 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8826
8827         * smime.el: Don't mention CVS.
8828
8829         * nnrss.el (nnrss-fetch): Don't mention CVS.
8830
8831         * nnir.el: Don't mention CVS.
8832
8833 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8834
8835         * gnus-sum.el (gnus-summary-bookmark-make-record):
8836         Add `location' field.
8837
8838 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * lpath.el: Fbind bookmark-default-handler,
8841         bookmark-get-bookmark-record, bookmark-make-record-default,
8842         bookmark-prop-get for Emacs <23 and XEmacs.
8843
8844 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8845
8846         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8847         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8848         Use with-current-buffer to silence the byte-compiler.
8849         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8850         bother to require `gnus'.
8851         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8852
8853 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8854
8855         * gnus-sum.el (gnus-summary-bookmark-make-record)
8856         (gnus-summary-bookmark-jump): New functions.
8857         (gnus-summary-mode): Setup bookmark support.
8858
8859 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8860
8861         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8862         if set.
8863
8864 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8867         gnus-article-browse-html-save-cid-image; make it work recursively for
8868         forwarded messages as well.
8869         (gnus-article-browse-html-parts): Work when prefix arg is given.
8870         (gnus-article-browse-html-article): Doc fix.
8871
8872 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8873
8874         * message.el (message-default-mail-headers):
8875         (message-default-headers): Carry the value mail-default-headers over
8876         into message-default-mail-headers, rather than message-default-headers.
8877
8878 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8879
8880         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8881         charset.
8882
8883         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8884         charset into the <meta> tag when the article is encoded to utf-8.
8885
8886 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-browse-delete-temp-files):
8889         Delete directories as well.
8890         (gnus-article-browse-html-parts): Work for images that do not specify
8891         file names; delete temp directory when quitting; insert header at the
8892         right place; use file: scheme for image files.
8893
8894 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8895
8896         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8897         (gnus-article-browse-html-parts): Use it to make temporary cid image
8898         files in addition to html file so that browser may display them.
8899
8900 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8903
8904 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8905
8906         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8907
8908 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * auth-source.el (auth-sources): Change default to be simpler.
8911         Explain about Secret Service API sources.  Improve Customize options.
8912         (auth-source-pick): Change to accept any number of search parameters.
8913         Implement fallbacks iteratively, not recursively.  Add scoring on the
8914         second pass and sort by score.  Call Secret Service API when needed.
8915         (auth-source-user-or-password): Use it.  Call Secret Service API
8916         directly when needed to get the user name and the password.
8917
8918 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8919
8920         * message.el (message-interactive): Doc fix.
8921         (message-qmail-inject-args): Reflow.
8922         (message-kill-to-signature): Fix typo in docstring.
8923
8924         * smiley.el (smiley-buffer): Fix typo in docstring.
8925
8926 2010-03-24  Glenn Morris  <rgm@gnu.org>
8927
8928         * mail-source.el (gnus-message): Declare.
8929         (mail-source-delete-old-incoming): Require gnus-util.
8930
8931 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8934
8935         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8936
8937         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8938         password-cache's default if it is not bound.
8939         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8940         password-cache-expiry's default if it is not bound.
8941
8942         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8943         available in Emacs 21.
8944
8945         * lpath.el: Suppress compiler warnings for:
8946         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8947         XEmacs;
8948         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8949         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8950         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8951
8952 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * auth-source.el (auth-sources): Fix up definition so extra parameters
8955         are always inline.
8956
8957 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8958
8959         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8960         wasn't updated after mismatch.  Clear cached mailbox info correctly
8961         when uidvalidity changes.
8962         (nnimap-group-prefixed-name): New function to avoid some code
8963         duplication.
8964         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8965         (nnimap-request-group): Use it.
8966         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8967         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8968         with many imap folders.  This is done by caching the group status from
8969         the imap server persistently in a group parameter `imap-status'.  (This
8970         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8971         but not persistently, so every Gnus startup was still very slow.)
8972
8973 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8974
8975         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8976         delete the extra newline.  Otherwise editing of :string and :number
8977         types don't work.
8978
8979 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8980
8981         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8982         secrets.el dependency.
8983         (auth-sources): Add optional user name.  Add secrets.el configuration
8984         choice (unused right now).
8985
8986 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8987
8988         * gnus-sum.el (gnus-summary-make-menu-bar):
8989         Let `gnus-registry-install-shortcuts' fill in the functions.
8990
8991         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8992         warnings.
8993         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8994         (gnus-registry-install-shortcuts): Populate and use it in a
8995         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8996
8997 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8998
8999         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9000         In-place substitutions for the group name encoding/decoding.
9001         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9002         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9003         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9004         (nnimap-update-unseen, nnimap-request-list)
9005         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9006         (nnimap-request-set-mark, nnimap-split-to-groups)
9007         (nnimap-split-articles, nnimap-request-newgroups)
9008         (nnimap-request-create-group, nnimap-request-accept-article)
9009         (nnimap-request-delete-group, nnimap-request-rename-group)
9010         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9011         `encoded-mbx' for consistency.
9012         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9013         variable `imap-current-mailbox'.
9014
9015         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9016         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9017
9018 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9019
9020         * pop3.el (pop3-display-message-size-flag): Display message size byte
9021         counts during POP3 download.
9022         (pop3-movemail): Use it.
9023         (pop3-list): Implement listing of available messages.
9024
9025 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9026
9027         * nnir.el (nnir-get-article-nov-override-function): New function to
9028         override the normal NOV retrieval.
9029         (nnir-retrieve-headers): Use it.
9030
9031 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9032
9033         * auth-source.el (netrc-machine-user-or-password): Autoload.
9034
9035 2010-03-19  Glenn Morris  <rgm@gnu.org>
9036
9037         Stop message.el from loading about 40 libraries it doesn't always need.
9038         The general approach is to autoload rather than require, and to
9039         require in the specific functions rather than the file.  (Bug#5642)
9040
9041         * gmm-utils.el: Don't require wid-edit.
9042         (widget-create-child-value, widget-convert, widget-default-get):
9043         Autoload.
9044
9045         * gnus-util.el: Don't require time-date, netrc.
9046         (message-fetch-field, gnus-group-name-decode): Declare rather than
9047         autoloading.
9048         (gnus-fetch-field): Require message.
9049         (gnus-decode-newsgroups): Require gnus-group.
9050
9051         * ietf-drums.el: Don't require time-date.
9052
9053         * message.el: Don't require hashcash, canlock, ecomplete.
9054         Do require mail-utils.  Require nnheader only when compiling.
9055         (smtpmail-default-smtp-server): Remove declaration.
9056         (message-send-mail-function): Check smtpmail-default-smtp-server
9057         is bound rather than requiring smtpmail.
9058         (message-auto-save-directory, message-insert-signature):
9059         Use expand-file-name rather than nnheader-concat.
9060         (nnheader-insert-file-contents): Autoload.
9061         (hashcash-wait-async): Declare.
9062         (message-send-mail): Only call gnus-setup-posting-charset if
9063         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9064         (message-send-mail-with-sendmail): Require sendmail.
9065         (canlock-password, canlock-password-for-verify): Declare.
9066         (message-canlock-password): Require canlock.
9067         (nnheader-get-report): Autoload.
9068         (gnus-setup-posting-charset): Declare.
9069         (message-send-news): Require gnus-msg.
9070         (message-make-references, message-make-in-reply-to): Use mail-header-id
9071         rather than the alias mail-header-message-id.
9072         (ecomplete-add-item, ecomplete-save): Declare.
9073         (message-put-addresses-in-ecomplete): Require ecomplete.
9074         (ecomplete-display-matches): Autoload.
9075
9076         * mm-decode.el: Don't require mailcap, gnus-util.
9077         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9078         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9079         Autoload.
9080         (mailcap-mime-extensions): Declare.
9081
9082         * mm-encode.el: Don't require mailcap.
9083         (mailcap-extension-to-mime): Autoload.
9084
9085         * mml-sec.el: Don't require password-cache.
9086
9087         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9088         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9089         (mml-minibuffer-read-type): Require mailcap.
9090         (mml-preview): Require gnus-msg.
9091
9092         * mml1991.el: Require password-cache.
9093         (password-cache-expiry): Remove declaration.
9094
9095         * mml2015.el: Require password-cache.
9096         (password-cache-expiry): Remove declaration.
9097
9098         * nneething.el (mailcap): Require mailcap.
9099
9100         * nnheader.el (declare-function): Add compatibility stub.
9101         (message-remove-header): Declare rather than autoload.
9102         (nnheader-replace-header): Require message.
9103
9104         * nnimap.el (declare-function): Add compatibility stub.
9105         (netrc-parse, netrc-machine-user-or-password): Declare.
9106         (nnimap-open-connection): Require netrc.
9107
9108         * nntp.el (declare-function): Add compatibility stub.
9109         (netrc-parse, netrc-machine, netrc-get): Declare.
9110         (nntp-send-authinfo): Require netrc.
9111
9112         * rfc2047.el: Don't require qp.
9113         (quoted-printable-encode-region, quoted-printable-decode-string):
9114         Autoload.
9115
9116         * sieve-mode.el: Don't require easymenu.
9117         (easy-menu-add-item): Autoload it.
9118
9119         * spam-stat.el (time-to-number-of-days): Autoload it.
9120
9121 2010-03-19  Glenn Morris  <rgm@gnu.org>
9122
9123         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9124
9125 2010-03-18  Glenn Morris  <rgm@gnu.org>
9126
9127         * hashcash.el (declare-function): Remove duplicate definition.
9128
9129 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9130
9131         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9132         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9133         value if any backslash escapes).
9134
9135 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9138         if it is available.  (bug#5647)
9139
9140         * lpath.el: Suppress compiler warning for coding-system-from-name for
9141         Emacs 21 and XEmacs.
9142
9143 2010-03-14  Juri Linkov  <juri@jurta.org>
9144
9145         * hmac-def.el:
9146         * hmac-md5.el:
9147         * netrc.el: Fix keywords.
9148
9149 2010-02-26  Glenn Morris  <rgm@gnu.org>
9150
9151         * message.el (message-send-mail-function): Change the default, so that
9152         it inherits from a customized send-mail-function.  (Bug#5643)
9153
9154 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9155
9156         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9157         shell-command-to-string signals an error (bug#5299).
9158
9159 2010-02-24  Glenn Morris  <rgm@gnu.org>
9160
9161         * message.el (message-smtpmail-send-it)
9162         (message-send-mail-with-mailclient): Doc fixes.
9163
9164 2010-02-16  Glenn Morris  <rgm@gnu.org>
9165
9166         * message.el (message-default-mail-headers): Change the default value
9167         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9168
9169 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9172         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9173
9174 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9175
9176         * time-date.el (date-to-time): Doc fix (Bug#5408).
9177
9178 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9179
9180         * message.el (message-mail): Just pass yank-action on to message-setup.
9181         (message-setup): Handle (FUN . ARGS) form of yank-action.
9182         (message-with-reply-buffer, message-widen-reply)
9183         (message-yank-original): Handle non-buffer values of
9184         message-reply-buffer (Bug#4080).
9185         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9186
9187 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9188
9189         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9190         Fix typo in docstring.
9191
9192 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9193
9194         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9195         response.
9196
9197 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9200
9201         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9202
9203         * message.el (message-check-news-header-syntax): Protect against a
9204         string that `rfc822-addresses' returns when parsing fails.
9205
9206 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9209         (gnus-previous-char-property-change): New functions.
9210
9211         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9212
9213 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9214
9215         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9216         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9217
9218 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9219
9220         * message.el (message-exchange-point-and-mark): Rework last change to
9221         avoid using optional arg of exchange-point-and-mark, for backward
9222         compatibility.
9223
9224 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9225
9226         * message.el (message-exchange-point-and-mark):
9227         Call exchange-point-and-mark with an argument rather than setting
9228         mark-active by hand (Bug#5175).
9229
9230 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * nntp.el (nntp-service-to-port): Work for service expressed with
9233         numeric string; replace [:digit:] with [0-9] for XEmacs.
9234
9235 2009-12-17  Glenn Morris  <rgm@gnu.org>
9236
9237         * gnus-group.el (gnus-bug-group-download-format-alist):
9238         Change emacs entry to debbugs.gnu.org.  Bump :version.
9239
9240 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9243
9244 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * message.el (message-info): Explain why we use `Info-goto-node'.
9247
9248 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9251
9252 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9253
9254         * message.el (message-completion-in-region): New compatibility function.
9255         (message-expand-group): Use it.
9256
9257 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9260         with no unread article should be listed if the 2nd arg `predicate' is
9261         given.
9262
9263 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9266
9267 2009-11-29  Juri Linkov  <juri@jurta.org>
9268
9269         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9270         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9271         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9272
9273 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9274
9275         * sha1.el (sha1-string-external): default-directory "/" in case
9276         otherwise non-existent.  process-connection-type pipe for touch of
9277         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9278
9279 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9280
9281         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9282         it's comms related and sgml-mode.el has "comm" on that basis too.
9283
9284 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9287         containing tspecial characters if they have been already quoted.
9288
9289 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9290
9291         * dns-mode.el (auto-mode-alist): Purecopy string.
9292
9293 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9294
9295         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9296
9297 2009-10-24  Glenn Morris  <rgm@gnu.org>
9298
9299         * gnus-art.el (help-xref-stack-item): Define for compiler.
9300
9301 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9302
9303         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9304
9305 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9308
9309 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9312         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9313
9314 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9317         (gnus-overlays-in): New alias to overlays-in.
9318
9319         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9320         gnus-overlay-get, and gnus-delete-overlay.
9321         (gnus-summary-show-thread): Make it work as well for systems in which
9322         next-single-char-property-change is not available.
9323         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9324
9325         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9326         (gnus-overlay-get): New alias to extent-property.
9327         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9328
9329         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9330         SXEmacs.
9331
9332         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9333         SXEmacs.
9334
9335 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9338
9339 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9340
9341         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9342         and XEmacs that don't have `remove-overlays'.
9343
9344 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9347         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9348         selective display.  Use overlays instead.
9349
9350 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9351
9352         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9353
9354 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9355
9356         * spam-stat.el (spam-stat-load): Fix typo in message.
9357
9358 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9359
9360         * dig.el (dig-invoke): Fix typo in docstring.
9361         (query-dig): Reflow docstring.
9362
9363 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9364
9365         * gnus-art.el (gnus-article-encrypt-body):
9366         * message.el (message-check-recipients):
9367         * mm-util.el (mm-codepage-setup):
9368         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9369         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9370
9371 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9372
9373         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9374         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9375         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9376         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9377         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9378
9379 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9380
9381         * dig.el: Add "Keywords: comm", as per net-utils.el.
9382
9383 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9384
9385         * dig.el (dig-mode): Use define-derived-mode.
9386
9387 2009-09-19  Glenn Morris  <rgm@gnu.org>
9388
9389         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9390
9391 2009-09-18  Glenn Morris  <rgm@gnu.org>
9392
9393         * gnus-diary.el (gnus-diary-check-message):
9394         * message.el (message-insert-formatted-citation-line):
9395         * nnbabyl.el (top-level):
9396         * nndiary.el (nndiary-schedule):
9397         Fix typos in condition-case handlers.
9398
9399 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9402         configuration that provides the sole article window in a frame;
9403         position point correctly after deleting a part.
9404
9405 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9406
9407         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9408         (spam-resolve-registrations-routine): Use it to unregister articles
9409         that change status.
9410
9411 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9414         with XEmacs.
9415         (parse-time-string-chars): Use it.
9416
9417 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * imap.el (imap-interactive-login): Better messages.
9420         (imap-open): Fix bug with renamed buffer on reconnect.
9421         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9422         for easier debugging and cleaner code.  On successful (guessed based on
9423         server capabilities) secondary authentication, set imap-state
9424         correctly.
9425         (imap-last-authenticator): Define imap-last-authenticator as a variable
9426         to avoid warnings.
9427
9428 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * nnrss.el (nnrss-request-article): Remove binding of
9431         default-enable-multibyte-characters that has gotten needless by
9432         the 2007-07-13 change in rfc2047-encode-message-header.
9433
9434         * mml.el (mml-insert-multipart): Error on the message header.
9435         (mml-insert-part): Error on the message header; position point at
9436         the end of a MIME tag.
9437
9438 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * time-date.el (autoload): Expand define-obsolete-function-alias into
9441         defalias and make-obsolete for old Emacsen that Gnus supports.
9442         (with-no-warnings): Define it for old Emacsen.
9443         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9444         is available.
9445         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9446         float-time is available; suppress compile warning for time-to-seconds.
9447
9448         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9449         (gnus-float-time): Alias to float-time if it exists.
9450
9451         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9452         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9453         float-time is available; suppress compile warning for time-to-seconds.
9454
9455         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9456         XEmacs.
9457
9458 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9459
9460         * imap.el (imap-message-map): Docstring fix.
9461
9462 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9465         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9466         Add the optional argument `encoding' that overrides the default.
9467
9468         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9469         mm-encode-buffer.
9470
9471 2009-09-04  Glenn Morris  <rgm@gnu.org>
9472
9473         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9474         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9475         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9476         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9477         * mm-util.el (mm-with-unibyte-current-buffer)
9478         (mm-find-buffer-file-coding-system):
9479         * yenc.el (yenc-decode-region): Use default-value rather than
9480         default-enable-multibyte-characters.
9481
9482 2009-09-03  Glenn Morris  <rgm@gnu.org>
9483
9484         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9485         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9486         than default-enable-multibyte-characters.
9487
9488 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9489
9490         * gnus-art.el (gnus-article-read-summary-keys):
9491         Fix gnus-buffer-configuration's value temporarily used.
9492
9493 2009-09-02  Glenn Morris  <rgm@gnu.org>
9494
9495         * gnus-util.el (gnus-float-time): New function.
9496         * gnus-delay.el (gnus-delay-article):
9497         * gnus-sum.el (gnus-thread-latest-date):
9498         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9499         * nnspool.el (nnspool-request-newgroups):
9500         Use gnus-float-time rather than time-to-seconds.
9501         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9502
9503         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9504         (gnus-header-subject-face, gnus-header-newsgroups-face)
9505         (gnus-header-name-face, gnus-header-content-face):
9506         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9507         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9508         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9509         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9510         (gnus-cite-face-11):
9511         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9512         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9513         (gnus-server-closed-face, gnus-server-denied-face)
9514         (gnus-server-offline-face):
9515         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9516         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9517         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9518         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9519         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9520         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9521         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9522         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9523         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9524         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9525         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9526         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9527         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9528         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9529         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9530         (gnus-summary-high-undownloaded-face)
9531         (gnus-summary-low-undownloaded-face)
9532         (gnus-summary-normal-undownloaded-face)
9533         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9534         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9535         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9536         (gnus-splash-face):
9537         * message.el (message-header-to-face, message-header-cc-face)
9538         (message-header-subject-face, message-header-newsgroups-face)
9539         (message-header-other-face, message-header-name-face)
9540         (message-header-xheader-face, message-separator-face)
9541         (message-cited-text-face, message-mml-face):
9542         * sieve-mode.el (sieve-control-commands-face)
9543         (sieve-action-commands-face, sieve-test-commands-face)
9544         (sieve-tagged-arguments-face):
9545         * spam.el (spam-face):
9546         Mark face aliases with "-face" in the name as obsolete.
9547
9548 2009-09-01  Glenn Morris  <rgm@gnu.org>
9549
9550         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9551         than goto-line.
9552
9553 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9556         Don't move point if the command is invoked inside the message header.
9557
9558 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9559
9560         * imap.el (imap-send-command): Simplify.
9561         (imap-wait-for-tag): point-max -> buffer-size.
9562
9563 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9564
9565         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9566         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9567         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9568         * nnir.el (nnir-swish-e-index-file):
9569         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9570         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9571         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9572         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9573         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9574         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9575
9576 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9579         Don't save excursion.
9580
9581 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9582
9583         * nnheader.el (nnheader-find-file-noselect):
9584         * mm-util.el (mm-insert-file-contents):
9585         Use (default-value 'major-mode) instead of default-major-mode.
9586
9587 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9588
9589         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9590
9591 2009-08-26  Glenn Morris  <rgm@gnu.org>
9592
9593         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9594         than placing in files.el.
9595
9596 2009-08-25  Glenn Morris  <rgm@gnu.org>
9597
9598         * nnir.el (top-level): Don't require cl at run-time.
9599         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9600         Replace cl-function substitute with gnus-replace-in-string.
9601         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9602         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9603         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9604         simplified expansions.
9605
9606 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9607
9608         * dig.el (dig): Add autoload cookie.
9609
9610 2009-08-22  Glenn Morris  <rgm@gnu.org>
9611
9612         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9613         goto-line.
9614
9615 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9616
9617         * parse-time.el (parse-time-string-chars): Save match data.
9618
9619 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9620
9621         * parse-time.el (parse-time-string-chars): Compute using character
9622         classes, to handle non-ascii characters (Bug#3190).
9623
9624 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9627
9628         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9629         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9630         (gnus-mm-display-part, gnus-mime-display-single)
9631         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9632         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9633
9634         * gnus-sum.el
9635         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9636         (gnus-summary-move-article): Add expirable mark to articles copied or
9637         moved to group that has auto-expire turned on if the option is non-nil.
9638
9639 2009-07-24  Glenn Morris  <rgm@gnu.org>
9640
9641         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9642         Fix typo.  (Bug#3903)
9643
9644 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9647         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9648         that should not be used for draft articles.
9649         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9650         that has no concern in minor mode keys.
9651         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9652         Abolish.
9653
9654 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9657         article without making inquiry to a user for unknown encoding.
9658
9659         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9660         (nnmaildir--scan): Assume i-node and device number that file-attributes
9661         returns might be cons-cell.
9662
9663         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9664
9665         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9666
9667 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * auth-source.el: Remove docs now in auth.texi.  Don't use
9670         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9671         `auth-source-hide-passwords' and use them.
9672
9673 2009-07-15  Glenn Morris  <rgm@gnu.org>
9674
9675         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9676
9677 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9680         excessive whitespace from the default values of title and description.
9681
9682 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9685         mail-fetch-field to fetch Content-Description header in order to
9686         exclude newlines.
9687
9688 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9689
9690         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9691         format used by GnuPG 2.0.11.
9692
9693 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9696         to deleted part.
9697
9698 2009-05-30  David Engster  <dengste@eml.cc>
9699
9700         * nnmairix.el: Remove old documentation in the commentary block.
9701         (nnmairix-request-group): Do not update active file for nnml back ends.
9702         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9703         end so that overview files are ignored.
9704         (nnmairix-update-groups): Make updating the groups more robust by using
9705         marks.
9706         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9707         with dollar characters in message-id.
9708
9709 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9712         2008-12-25 in dns.el.
9713
9714 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9715
9716         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9717         could happen if the text is only composed of spaces and/or tabs.
9718
9719 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9720
9721         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9722         when sending a queued message to avoid extra mml tags.
9723
9724 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9727
9728 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9731         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9732         rmail-toggle-header for XEmacs;
9733         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9734
9735 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-dired.el: Remove autoload for gnus-setup-message.
9738         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9739         displaying Gnus logo; always use compose-mail.
9740
9741 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9744
9745 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9748         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9749         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9750         available.
9751         (gnus-nocem-epg-verify): New function.
9752
9753 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9756
9757 2009-02-15  Glenn Morris  <rgm@gnu.org>
9758
9759         * gnus-util.el (rmail-insert-rmail-file-header)
9760         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9761         autoloads.
9762         (rmail-default-rmail-file): Remove unnecessary declaration.
9763         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9764
9765 2009-02-14  Glenn Morris  <rgm@gnu.org>
9766
9767         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9768         variable (only used in gnus-util, which declares it anyway).
9769         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9770         which was only needed by gnus-art (changed to not use it any more).
9771         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9772         only used in gnus-util, which autoloads it itself.
9773         (rmail-update-summary): Fix autoload.
9774
9775         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9776         rather than rmail-output-to-rmail-file.
9777
9778 2009-02-07  Glenn Morris  <rgm@gnu.org>
9779
9780         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9781         autoload of function that no longer exists.
9782         (rmail-toggle-header): Declare.
9783         (message-forward-rmail-make-body): Handle mbox Rmail.
9784
9785 2009-01-31  Glenn Morris  <rgm@gnu.org>
9786
9787         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9788         2009-01-09 change.
9789
9790 2009-01-31  Dave Love  <fx@gnu.org>
9791
9792         * imap.el (imap-fetch-safe): Bind debug-on-error.
9793         (imap-debug): Add imap-fetch-safe.
9794
9795 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9796
9797         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9798         (auth-source-forget-all-cached): New convenience function.
9799         (auth-source-user-or-password): Accept list of modes or a single mode.
9800
9801         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9802         auth-source modes.
9803
9804         * netrc.el (netrc-machine-user-or-password): Use list of
9805         auth-source modes.
9806
9807         * nnimap.el (nnimap-open-connection): Use list of
9808         auth-source modes.
9809
9810         * nntp.el (nntp-send-authinfo): Use list of
9811         auth-source modes.
9812
9813 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9814
9815         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9816         now.
9817
9818 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9821         coding system in XEmacs; add a workaround for XEmacs.
9822
9823         * lpath.el: Fbind coding-system-aliasee.
9824
9825 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9828         of current-language-environment.
9829
9830 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9833         available at runtime.
9834
9835 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9838
9839 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9840
9841         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9842         the greatest positive fixnum value doesn't work under an XEmacs with
9843         bignum support; use the most-positive-fixnum constant instead,
9844         available since Emacs 21.1 with cl and XEmacs 21.1.
9845
9846 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9849         XEmacs gets not to work.
9850
9851 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * mm-util.el (mm-coding-system-priorities): Allow the value like
9854         "Japanese (UTF-8)" of current-language-environment.
9855
9856 2009-01-09  Glenn Morris  <rgm@gnu.org>
9857
9858         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9859         with last-command-event.
9860
9861 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9864         in the doc string.
9865
9866         * message.el (message-fix-before-sending): Amend comment.
9867
9868 2009-01-08  Dave Love  <fx@gnu.org>
9869
9870         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9871
9872 2009-01-07  David Engster  <dengste@eml.cc>
9873
9874         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9875         simplified server definitions by converting it via
9876         gnus-server-to-method.
9877
9878 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9881         parameter's operands.
9882
9883 2009-01-06  David Engster  <dengste@eml.cc>
9884
9885         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9886         primary select method (for gnus-group-mark-article-as-read).
9887
9888 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9889
9890         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9891         `(gnus)Face', not `(gnus)X-Face'.
9892
9893 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-util.el (mm-ucs-to-char): New function.
9896
9897         * mm-url.el (mm-url-decode-entities): Use it.
9898
9899         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9900         unicode-to-char.
9901
9902 2009-01-05  Dave Love  <fx@gnu.org>
9903
9904         * time-date.el: Require cl for `declare'.
9905
9906 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9909         Dave Love.
9910
9911 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * message.el (message-fix-before-sending): Add `eight-bit' to
9914         illegible-text check.
9915
9916 2009-01-03  Michael Olson  <mwolson@gnu.org>
9917
9918         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9919         `headers' is nil.  This can occur if the IMAP server does not have
9920         permissions to read messages from a folder, but can write new messages
9921         to the folder.
9922         (nnimap-request-article-part): Do not insert `data' if it is nil.
9923
9924         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9925         characters which will confuse `read', so skip past them.
9926
9927 2009-01-01  Dave Love  <fx@gnu.org>
9928
9929         * imap.el (imap-string-to-integer): Fix typo.
9930         (imap-fetch-safe): New function.
9931         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9932
9933         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9934
9935         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9936         (imap-parse-greeting): Fix doc strings.
9937         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9938         (imap-parse-flag-list): Make messages unique.
9939         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9940
9941         * nnimap.el: Fix author email.
9942         (nnimap-split-rule): Add FIXME comment.
9943         (nnimap-debug): Fix doc string.
9944
9945 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9948
9949 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9952         nslookup if resolv.conf isn't available.
9953         (dns-query): Rename from query-dns.
9954         (dns-query-cached): Rename from query-dns-cached.
9955
9956 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9959         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9960         to check if those variables exist (first appeared in Emacs 18.50).
9961
9962 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * mm-util.el (mm-line-number-at-pos): New function.
9965
9966         * spam-report.el (spam-report-process-queue): Use it.
9967
9968 2008-12-24  David Engster  <dengste@eml.cc>
9969
9970         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9971         parameters that haven't existed as variables as buffer-local variables.
9972
9973 2008-12-23  Dave Love  <fx@gnu.org>
9974
9975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9976         cadar.
9977
9978         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9979         imap-starttls-p.
9980         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9981
9982 2008-12-22  Dave Love  <fx@gnu.org>
9983
9984         * imap.el: Fix author email.  Doc fixes.
9985         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9986         reply.
9987
9988 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * spam-report.el (spam-report-gmane-max-requests): New constant.
9991         (spam-report-gmane-wait): New variable.
9992         (spam-report-gmane-ham, spam-report-gmane-spam)
9993         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9994         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9995         the server.
9996
9997         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9998         Add explanations.
9999
10000         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10001         nnheader-accept-process-output and nnheader-read-timeout if available.
10002         (pop3-movemail): Use it.
10003
10004         * message.el (message-check-news-body-syntax): Fix signature check if
10005         there's an attachment.
10006
10007 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * mm-util.el: Add comments to the mm- emulating functions.
10010
10011 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10014         Reported by Stephen Berman <stephen.berman@gmx.net>.
10015
10016 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * mm-util.el (mm-substring-no-properties): New function.
10019         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10020         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10021         (mm-string-to-multibyte): Doc fix.
10022
10023         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10024
10025 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * mml.el (mml-attach-file): Strip text properties from file name.
10028         (Bug#1574)
10029
10030 2008-12-16  Glenn Morris  <rgm@gnu.org>
10031
10032         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10033
10034 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10037         knows since the charset specified might be a bogus alias that
10038         mm-charset-synonym-alist provides.
10039
10040 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10043         "ISO_8859-1".
10044
10045         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10046
10047 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mm-util.el (mm-charset-eval-alist):
10050         Define it before mm-charset-to-coding-system.
10051         (mm-charset-to-coding-system): Add optional argument `silent';
10052         define it before mm-charset-override-alist.
10053         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10054         default value if it can be used in Emacs currently running;
10055         silence mm-charset-to-coding-system.
10056
10057 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10060         `allow-override' which says whether to use `mm-charset-override-alist'.
10061         (rfc2047-decode-encoded-words): Use it.
10062
10063         * mm-util.el (mm-charset-override-alist): Fix custom type;
10064         add `(gb2312 . gbk)' to choices.
10065
10066 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10069         fast.
10070
10071         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10072
10073         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10074
10075 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10076
10077         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10078         on links.
10079
10080         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10081
10082 2008-12-03  Lute Kamstra  <lute@gnu.org>
10083
10084         * sha1.el: Remove leading * from docstrings of defcustoms,
10085         deffaces, defconsts and defuns.
10086
10087 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10090         users' addresses that don't have domain parts.
10091         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10092         rather than message-narrow-to-head since there will be the message
10093         header separator.
10094
10095 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10096
10097         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10098         since the result is inserted in a unibyte buffer anyway.
10099         (nnimap-demule-use-string-to-multibyte): Remove.
10100         (nnimap-demule): Alias it to mm-string-to-multibyte.
10101
10102 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10105         variable for debugging bug#464 and bug#1174.
10106         (nnimap-demule): Use it.
10107
10108 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10111         score calculation correctly.
10112
10113 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10114
10115         * message.el (message-send-mail): Just set the buffer to unibyte
10116         rather than use mm-with-unibyte-current-buffer which does a lot more.
10117         (message-send-mail-partially): Don't bother with
10118         mm-with-unibyte-current-buffer since it's already been made unibyte by
10119         message-send-mail.
10120
10121 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10122
10123         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10124
10125 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10126
10127         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10128
10129 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10132         require itself and to remove `with-no-warnings'.
10133
10134 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10135
10136         * starttls.el (starttls-any-program-available): Get the name of the
10137         available TLS layer program.
10138         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10139         well as the host name in the "opening" message.
10140
10141         * auth-source.el (auth-source-cache, auth-source-do-cache)
10142         (auth-source-user-or-password): Cache passwords and logins by default,
10143         allow override with `auth-source-do-cache'.
10144         (auth-source-forget-user-or-password): Allow users to remove cache
10145         entries if needed.
10146
10147 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10148
10149         * md4.el (md4-buffer): Fix typo in docstring.
10150         (md4, md4-64): Doc fixes.
10151         (md4-pack-int32): Reflow docstring.
10152
10153 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10154
10155         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10156         condition-case to only the forward-sexp call.
10157
10158 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10161         quotes contained.  Make it more robust regardless by an extra
10162         condition-case wrapper.
10163
10164 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10167
10168 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * nnml.el (nnml-request-expire-articles): Check if the function set to
10171         `nnmail-expiry-target' returns the symbol `delete'.
10172
10173         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10174
10175         * nnmail.el (nnmail-expiry-target): Fix custom type.
10176
10177 2008-10-02  Glenn Morris  <rgm@gnu.org>
10178
10179         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10180         Silence compiler warning.
10181
10182 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10183
10184         * tls.el (open-tls-stream): Show the actual command being
10185         executed, instead of the format string.
10186
10187 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * lpath.el: Fbind codepage-setup for Emacs 23.
10190
10191 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10192
10193         * mml.el (mml-menu): Don't assume mml2015 is bound.
10194
10195 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10198         exists.
10199
10200 2008-09-27  Glenn Morris  <rgm@gnu.org>
10201
10202         * gnus-util.el (mail-header-remove-comments): Autoload it.
10203
10204 2008-09-27  Andreas Schwab  <schwab@suse.de>
10205
10206         * gnus-util.el (gnus-split-references): Strip comments.
10207         (gnus-parent-id): Likewise.
10208
10209 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * message.el (message-confirm-send): Fix version.
10212
10213 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * message.el (message-idna-to-ascii-rhs-1): Use
10216         mail-extract-address-components rather than mail-header-parse-addresses
10217         that is an alias by default to ietf-drums-parse-addresses that does not
10218         support non-ASCII names in headers' contents.
10219
10220 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10221
10222         * message.el (message-confirm-send): Fix variable documentation to
10223         avoid the "y/n" wording.
10224
10225 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10226
10227         * message.el (message-set-auto-save-file-name): Save to a different
10228         filename so multiple messages (especially drafts) can be recovered.
10229
10230 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10231
10232         * message.el (message-confirm-send): Add appropriate version.
10233
10234 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10235
10236         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10237         defvar.
10238
10239 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10242         (mm-pkcs7-enveloped-magic): Ditto.
10243
10244 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10245
10246         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10247         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10248
10249 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10250
10251         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10252         default, it's better.
10253
10254 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10255
10256         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10257         summary line gnus-number property and ignore them (with a warning
10258         message).
10259
10260 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10263         macro caddr in the interactive form since it won't be expanded.
10264
10265 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10268         `charset'; fix name of function called recursively.
10269         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10270
10271 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10274         (gnus-mime-set-charset-parameters): New function.
10275         (gnus-mime-view-part-as-charset): Use it to correctly display part
10276         specifying wrong charset.
10277
10278 2008-09-08  David Engster  <dengste@eml.cc>
10279
10280         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10281         in completing-read for back end server.
10282
10283 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10284
10285         * message.el (message-confirm-send): New variable to confirm sending a
10286         message.
10287         (message-send): Use it.
10288
10289 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10290
10291         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10292
10293 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10296
10297 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10298
10299         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10300         prevent tracking too many groups.
10301         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10302         Use it.
10303
10304 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10305
10306         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10307         moving point to the bottom of the window in order to avoid recentering.
10308
10309 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10312
10313         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10314         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10315         (gnus-article-beginning-of-window): Fix calculation.
10316
10317 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-msg.el (gnus-summary-supersede-article)
10320         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10321         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10322         message header.
10323
10324 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10325
10326         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10327         pending output coming after the status change.
10328
10329 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10330
10331         * message.el:
10332         * gnus-start.el:
10333         * gnus-registry.el: Remove VMS support.
10334
10335 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10338         macro.
10339         (rfc2104-hash): Use it.
10340
10341 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10344         (gnus-summary-sort-by-most-recent-date): New commands.
10345         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10346         and menu entries.
10347
10348 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10351         don't redisplay article for raw contents; remove plural articles stuff.
10352
10353         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10354         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10355         on gnus-summary-save-article; display results properly.
10356
10357 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * lpath.el: No need to fbind ns-focus-frame.
10360
10361 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10364
10365 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-art.el (gnus-summary-save-in-pipe):
10368         Consider gnus-save-all-headers.
10369
10370 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10371
10372         * gnus-util.el (ns-focus-frame): Remove declaration.
10373         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10374         like x.
10375
10376 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10377
10378         * rfc2104.el (rfc2104-zero): Delete defconst.
10379         (rfc2104-hex-alist): Likewise.
10380         (rfc2104-hex-to-int): Delete func.
10381         (rfc2104-hexstring-to-bitstring): Likewise.
10382         (rfc2104-nybbles): New defconst.
10383         (rfc2104-hash): Rewrite for speed.
10384
10385 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * tls.el (open-tls-stream): Make it work with the 2nd argument
10388         BUFFER that is a string but does not exist as a buffer object, as
10389         mentioned in the doc-string.
10390
10391 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10394         SXEmacs.
10395
10396 2008-07-16  Glenn Morris  <rgm@gnu.org>
10397
10398         * gnus-util.el (ns-focus-frame): Declare for compiler.
10399
10400 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10403         set as a group parameter.
10404         (gnus-summary-save-in-pipe): Work when it is called independently.
10405         (gnus-summary-pipe-to-muttprint): Don't modify
10406         gnus-summary-pipe-output-default-command.
10407
10408 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10409
10410         * message.el (message-send-mail-with-sendmail):
10411         Display the error message.
10412
10413 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-default-article-saver):
10416         Add gnus-summary-save-in-pipe to choices.
10417         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10418         gnus-summary-pipe-output-default-command as the default command.
10419         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10420         instead of gnus-last-shell-command.
10421
10422         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10423         New user option.
10424         (gnus-summary-muttprint-program): Mention the value will be changed.
10425         (gnus-summary-save-article): Force showing of all headers.
10426         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10427
10428 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10429
10430         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10431
10432 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10433
10434         * nnimap.el (nnimap-id):
10435         * sieve-manage.el (sieve-manage-open): Doc fixes.
10436
10437 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10438
10439         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10440         if available.
10441
10442 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10443
10444         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10445
10446         * nnkiboze.el (nnkiboze-generate-group):
10447         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10448
10449         * nnmairix.el: Require CL.
10450
10451 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * dgnushack.el: Autoload get-display-table and put-display-table for
10454         XEmacs 21.5.
10455
10456         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10457         21.4 and SXEmacs.
10458
10459 2008-06-15  David Engster  <dengste@eml.cc>
10460
10461         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10462
10463 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10464
10465         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10466         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10467         runtime choice under XEmacs.
10468
10469         * gnus-sum.el (gnus-summary-set-display-table):
10470         Use `gnus-put-display-table', `gnus-get-display-table',
10471         `gnus-set-display-table' for the display table, instead of `aset'.
10472
10473         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10474         Use `gnus-put-display-table', `gnus-get-display-table',
10475         `gnus-set-display-table' for the display table.
10476
10477 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * nnmairix.el: Add autoloads.
10480
10481 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * nnmairix.el (nnmairix-delete-recreate-group)
10484         (nnmairix-update-and-clear-marks): Fix error messages.
10485
10486 2008-06-14  David Engster  <dengste@eml.cc>
10487
10488         * nnmairix.el: Upgrade to version 0.6.
10489         (nnmairix-group-toggle-propmarks-this-group)
10490         (nnmairix-group-toggle-readmarks-this-group)
10491         (nnmairix-group-delete-recreate-this-group)
10492         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10493         (nnmairix-remove-tick-mark-original-article): New commands.
10494         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10495         (nnmairix-propagate-marks-to-nnmairix-groups)
10496         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10497         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10498         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10499         functions needed for marks propagation and manipulation of read marks.
10500         (nnmairix-update-groups): New function.
10501         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10502         (nnmairix-determine-original-group-from-registry)
10503         (nnmairix-determine-original-group-from-path)
10504         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10505         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10506         New helper functions.
10507         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10508         keystrokes for new commands.
10509         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10510         (nnmairix-request-group): Check allow-fast group parameter.
10511         (nnmairix-request-create-group): Set allow-fast group parameter if
10512         nnmairix-allowfast-default is set.
10513         (nnmairix-close-group): Propagate marks upon closing if needed.
10514         (nnmairix-group-toggle-threads-this-group): Use new.
10515         nnmairix-group-toggle-parameter helper function.
10516         (nnmairix-search): Better check for empty search result.
10517         (nnmairix-goto-original-article): Use new helper functions for
10518         determining original article.
10519         (nnmairix-show-original-article): Make sure message-id is in brackets.
10520         (nnmairix-call-mairix-binary): Change variable name.
10521         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10522         helper function.
10523         (nnmairix-widget-toggle-activate): Fix doc string.
10524
10525 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * nnir.el: Require edmacro when compiling with XEmacs.
10528         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10529         available in Emacs 21.
10530
10531 2008-06-11  Glenn Morris  <rgm@gnu.org>
10532
10533         * gnus-util.el (x-focus-frame):
10534         * gnus.el (image-size):
10535         * mm-decode.el (image-size): Declare.
10536
10537         * gnus-picon.el (declare-function): Add compat definition.
10538         (image-size): Declare.
10539
10540         * gnus-group.el (tool-bar-map):
10541         * gnus-sum.el (tool-bar-map): Define for compiler.
10542
10543         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10544
10545         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10546
10547         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10548         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10549         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10550         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10551         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10552         * sieve-manage.el, spam-report.el, spam.el:
10553         Remove unnecessary eval-and-compile of autoloads.
10554
10555 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10556
10557         * auth-source.el: Precise Tramp doc.
10558
10559 2008-06-07  Glenn Morris  <rgm@gnu.org>
10560
10561         * nnmairix.el: Remove unnecessary eval-when-compile.
10562
10563 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * lpath.el: Fbind propertize for XEmacs 21.4.
10566
10567 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * nnir.el: Move here from ../contrib.
10570
10571 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10572
10573         * gnus-util.el (gnus-read-shell-command): New function.
10574         * mm-decode.el (mm-pipe-part):
10575         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10576
10577 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10580
10581 2008-06-03  Glenn Morris  <rgm@gnu.org>
10582
10583         * pop3.el (nnheader-accept-process-output): Autoload it.
10584
10585 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10588         are not 2-digit hexadecimal characters that follow `%'s.
10589
10590 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * message.el (message-bogus-recipient-p): Fix type in doc string.
10593         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10594         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10595         Improve custom options.
10596         (message-bogus-recipient-p): Adjust accordingly.
10597
10598 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10599
10600         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10601         long-form month and day names.
10602
10603 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * dgnushack.el: Autoload debug, eudc-expand-inline and
10606         pgg-snarf-keys-region for XEmacs.
10607
10608         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10609
10610         * nnmairix.el: Require edmacro when compiling with XEmacs.
10611
10612 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10615         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10616
10617 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10618
10619         * auth-source.el: Add more docs.
10620
10621         * netrc.el (netrc-machine): Always match if the port is not given.
10622
10623 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10624
10625         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10626         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10627         retrieval faster in some cases, but might make CPU usage larger.
10628         If this has any bad side effects, we might revert this change.
10629
10630         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10631         seems to make mail retrieval much, much faster.
10632         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10633         unconditionally.
10634
10635         * gnus-draft.el (gnus-group-send-queue):
10636         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10637
10638 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10641
10642         * message.el (message-bogus-address-regexp): Fix and improve custom
10643         type.
10644         (message-setup-hook): Add message-check-recipients as custom option.
10645
10646 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * message.el (message-cite-function): Remove bogus autoload which crept
10649         in during merge from v5-10.
10650
10651 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10652
10653         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10654
10655         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10656
10657         * auth-source.el: Preliminary Tramp docs.
10658         (auth-sources): Change the default auth-sources to use
10659         EPA .gpg files.
10660
10661 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10662
10663         * nntp.el: Autoload `auth-source-user-or-password'.
10664         (nntp-send-authinfo): Use it.
10665
10666         * nnimap.el: Autoload `auth-source-user-or-password'.
10667         (nnimap-open-connection): Use it.
10668
10669         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10670         for the gnus-message function.
10671         (auth-source-user-or-password): Use it.
10672
10673 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10674
10675         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10676         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10677         (rfc2104-hash): Use it.
10678
10679 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10680
10681         * gnus-art.el (gnus-article-toggle-truncate-lines):
10682         Don't use `iff' in docstring.
10683
10684 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10685
10686         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10687
10688         * gnus-util.el (gnus-extract-address-component-name)
10689         (gnus-extract-address-component-email): Convenience functions around
10690         `gnus-extract-address-components'.
10691
10692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10693         Use `gnus-extract-address-component-email' to fix bug of comparing full
10694         sender name to `user-mail-address'.
10695
10696 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10697
10698         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10699         catch/throw to optimize.
10700         (gnus-registry-find-keywords): Just use member to find a keyword.
10701
10702 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10705         is current before calling gnus-server-prepare.
10706         (gnus-server-setup-buffer, gnus-server-update-server)
10707         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10708
10709 2008-05-04  Juri Linkov  <juri@jurta.org>
10710
10711         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10712         (mailcap-file-default-commands): Use mailcap-replace-in-string
10713         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10714         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10715
10716 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10717
10718         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10719
10720 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10721
10722         * gnus.el: Bump version to 0.11.
10723
10724 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10725
10726         * gnus.el: No Gnus v0.10 is released.
10727
10728 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10731         hooks.
10732         (gnus-update-read-articles): Speed up non-marks-using users.
10733         (gnus-use-marks): Define gnus-use-marks.
10734         (gnus-propagate-marks): Rename variable to something more sensible.
10735
10736 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10737
10738         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10739         (gmm-image-load-path-for-library): Fix typos in docstrings.
10740         (gmm-message): Reflow docstring.
10741
10742 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10743
10744         * mail-source.el (mail-source-set-1, mail-source-bind):
10745         Move auth-source code out of the macro to clean it up and fix bugs.
10746
10747 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10750         by sender if it's equal to user-mail-address, it's likely to be
10751         useless.
10752
10753         * mail-source.el (mail-source-bind): Don't use user or password if they
10754         are not bound.  Unintern them if they are nil.  Don't use server unless
10755         it's bound, and default it to empty string otherwise.
10756
10757 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10758
10759         * mail-source.el: Load auth-source.el.
10760         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10761         get user name or password, if auth-sources is set up.
10762
10763         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10764         strategy of splitting with parent.
10765         (gnus-registry-split-fancy-with-parent)
10766         (gnus-registry-post-process-groups): Use it and fix prior
10767         bug (returning a list as the split result).
10768
10769         * auth-source.el (auth-sources): Remove server parameter.
10770         (auth-source-pick, auth-source-user-or-password)
10771         (auth-source-user-or-password-imap)
10772         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10773         (auth-source-user-or-password-sftp)
10774         (auth-source-user-or-password-smtp): Remove server parameter.
10775
10776 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10777
10778         * smime.el (smime-sign-region, smime-encrypt-region)
10779         (smime-decrypt-region):
10780         Remove redundant calls to `generate-new-buffer-name'.
10781
10782 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10783
10784         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10785         Don't use QP for message/rfc822.
10786         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10787
10788 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10789
10790         * sieve-manage.el (sieve-string-bytes): Remove.
10791         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10792         correct byte-length only if the process's coding-system is the same as
10793         the one used internally by Emacs to represent strings.
10794
10795 2008-04-22  Juri Linkov  <juri@jurta.org>
10796
10797         * mailcap.el (mailcap-file-default-commands): New function.
10798
10799 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * message.el (message-signature-separator, message-cite-function):
10802         Change custom version.
10803
10804 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10805
10806         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10807         commands.
10808         (tls-checktrust): Ditto.
10809
10810 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * mm-decode.el (mm-display-external): Make temp file read-only.
10813
10814 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10817         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10818         `C-c C-f d'.
10819
10820 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10821
10822         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10823
10824 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * gnus.el: Bump version to 0.9.
10827
10828 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus.el: No Gnus v0.8 is released.
10831
10832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * mail-source.el (mail-source-value):
10835         Prefer fboundp to functionp so it works with macros as well.
10836
10837 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10840         Fix last change in case the element is not even a symbol.
10841
10842 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10843
10844         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10845         Prefer fboundp to functionp so it works with macros as well.
10846
10847 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * auth-source.el: Add docs.
10850         (auth-sources): Modify format to support server.
10851         (auth-source-pick, auth-source-user-or-password)
10852         (auth-source-user-or-password-imap)
10853         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10854         (auth-source-user-or-password-sftp)
10855         (auth-source-user-or-password-smtp): Add server parameter.
10856
10857 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10858
10859         * gnus-registry.el: Initialize the registry when gnus-registry-install
10860         is t.
10861
10862 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * compface.el (uncompface): Make buffer unibyte.
10865
10866 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10867
10868         * mail-source.el (mail-source-value):
10869         Prefer fboundp to functionp so it works with macros as well.
10870
10871 2008-04-05  Glenn Morris  <rgm@gnu.org>
10872
10873         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10874
10875 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10876
10877         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10878         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10879
10880         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10881         multibyteness after rather than before erasing it.
10882
10883         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10884         mm-with-multibyte.
10885         (gnus-request-article-this-buffer): Make sure the proper decoding is
10886         used if gnus-original-article-buffer happens to be unibyte.
10887
10888         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10889         default-enable-multibyte-characters.
10890
10891         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10892         default-enable-multibyte-characters.
10893
10894         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10895
10896         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10897
10898 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10899
10900         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10901         Fix last change in case the element is not even a symbol.
10902
10903 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10904
10905         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10906         (imap-message-copyuid-1): Use it.
10907         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10908         J. Williams in
10909         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10910
10911         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10912         imap-enable-exchange-bug-workaround.
10913         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10914
10915 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10916
10917         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10918         a 100 byte status-checks into a 2-3MB transfer for each group.
10919         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10920         to enable bug workaround or not.
10921         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10922
10923 2008-03-31  Glenn Morris  <rgm@gnu.org>
10924
10925         * message.el (mml2015-use): Declare for compiler.
10926         (message-info): Require mml2015 when appropriate.
10927
10928 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10931         whitespace.
10932
10933 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10934
10935         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10936         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10937         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10938         (nntp-service-to-port): New function.
10939         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10940         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10941         (nntp-open-netcat-stream): New function.
10942         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10943
10944 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10945
10946         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10947
10948 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10949
10950         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10951
10952 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10953
10954         * dns.el (dns-write): Use set-buffer-multibyte.
10955
10956 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10957
10958         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10959
10960 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * message.el (message-signature-separator): Change default.
10963         Improve custom type.
10964         (message-cite-function): Change default to
10965         message-cite-original-without-signature.
10966
10967         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10968         toggle.
10969
10970         * message.el (message-check-news-body-syntax): Fix signature check.
10971         (message-setup-1): Mark buffer as unmodified _after_ running
10972         message-setup-hook and handling message-alternative-emails.
10973         (message-shorten-references): Be more strict when building list of
10974         valid references to comply with GNKSA.
10975
10976         * gnus-group.el (gnus-read-ephemeral-bug-group)
10977         (gnus-read-ephemeral-debian-bug-group)
10978         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10979
10980         * message.el (message-info): Don't use booleanp which isn't supported
10981         in Emacs 21 and XEmacs.
10982
10983 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10986         gnus-group-gmane-group-download-format.
10987         (gnus-group-read-ephemeral-gmane-group): Rename from
10988         gnus-group-read-ephemeral-gmane-group.
10989         (gnus-read-ephemeral-gmane-group-url): Rename from
10990         gnus-group-read-ephemeral-gmane-group-url.
10991         (gnus-bug-group-download-format-alist): New variable.
10992         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10993         (gnus-read-ephemeral-emacs-bug-group): New commands.
10994
10995 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10998         (gnus-visible-headers): Improve custom type.
10999
11000 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * mml.el (mml-menu): Add workarounds for XEmacs.
11003
11004         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11005         X-Boundary header.
11006
11007         * message.el (message-simplify-recipients): Fix previous commit.
11008
11009 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11010
11011         * mm-util.el (mm-set-buffer-multibyte): New function.
11012         * mm-decode.el (mm-copy-to-buffer): Use it.
11013
11014         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11015         Prefer fboundp to functionp so it works with macros as well.
11016
11017 2008-03-19  Glenn Morris  <rgm@gnu.org>
11018
11019         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11020         Accidentally removed in the sync process with Emacs.
11021
11022 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * message.el (message-alter-recipients-discard-bogus-full-name):
11025         New function.
11026         (message-alter-recipients-function): New variable.
11027         (message-get-reply-headers): Use it.
11028         (message-replace-header): New helper function.
11029         (message-recipients-without-full-name): New variable.
11030         (message-simplify-recipients): New command.
11031
11032         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11033
11034         * message.el (message-info): Handle EasyPG manual.
11035
11036         * mml.el (mml-menu): Add entry for EasyPG.
11037
11038 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11039
11040         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11041         parameter.
11042
11043         * message.el (message-disassociate-draft): Specify drafts group name
11044         fully.
11045
11046 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11047
11048         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11049         Eliminate unnecessary duplicates from the match list.
11050
11051 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11054
11055         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11056
11057         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11058         args of `how-many' of which the XEmacs version doesn't take; declare
11059         Info-index-next as function.
11060
11061 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * gnus-score.el (gnus-score-headers): Fix handling of
11064         gnus-inhibit-slow-scoring.
11065
11066         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11067         string.
11068         (gnus-button-url-regexp): Improve handling of parenthesis.
11069         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11070         (gnus-button-handle-info-keystrokes): Handle index entries.
11071
11072 2008-03-15  Glenn Morris  <rgm@gnu.org>
11073
11074         * parse-time.el (parse-time-string): Simplify.
11075
11076 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11079         Incoming* files.
11080
11081 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11082
11083         * auth-source.el (auth-sources): Rename from auth-source-choices.
11084         (auth-source-pick): Use it.
11085
11086 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11087
11088         * binhex.el (binhex-decode-region-internal):
11089         * uudecode.el (uudecode-decode-region-internal):
11090         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11091         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11092         setting default-enable-multibyte-characters.
11093
11094 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * auth-source.el (auth-source-protocols)
11097         (auth-source-protocols-customize, auth-source-choices): Add and
11098         modified variable customizations and defaults.
11099         (auth-source-pick, auth-source-user-or-password)
11100         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11101         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11102         (auth-source-user-or-password-sftp)
11103         (auth-source-user-or-password-smtp): Use new variables and provide an
11104         interface to netrc.el.
11105
11106 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11109         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11110         Make sure the nntp port to specify is a string.
11111
11112 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11113
11114         * nntp.el: Use with-current-buffer.
11115         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11116         dubious mm-with-unibyte-current-buffer.
11117         (nntp-with-open-group-function): New function extracted from
11118         nntp-with-open-group macro.
11119         (nntp-with-open-group): Use the function, so it's easier to debug.
11120         Add indentation and debugging info.
11121         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11122         Recommend the use of the netcat alternatives.
11123
11124         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11125         Avoid mm-string-as-multibyte as well.
11126
11127         * nnweb.el (nnweb-insert-html):
11128         Remove use of nnheader-string-as-multibyte.
11129
11130         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11131         (nnheader-string-as-multibyte): Remove.
11132
11133         * mm-view.el: Use inhibit-read-only.
11134         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11135         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11136         or unibyte-string.
11137
11138         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11139         (mm-uu-yenc-extract): Use with-current-buffer.
11140
11141         * gnus-soup.el (gnus-soup-send-packet): Don't use
11142         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11143
11144         * nnmh.el: Use with-current-buffer.
11145         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11146         mm-string-as-multibyte on the output of mm-encode-coding-string.
11147
11148         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11149         (nnimap-request-move-article): Use with-current-buffer.
11150
11151         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11152         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11153         conversion uses string-make-unibyte rather than string-as-unibyte.
11154
11155         * gnus-msg.el: Use with-current-buffer.
11156
11157         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11158
11159 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11160
11161         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11162         string for caching if it is 'PIN.
11163
11164 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * lpath.el: Consider the case without Emacs/W3.
11167
11168 2008-03-08  Glenn Morris  <rgm@gnu.org>
11169
11170         * time-date.el (date-to-time, time-subtract, time-add)
11171         (safe-date-to-time): Doc fixes.
11172
11173 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * mail-source.el (mail-source-delete-old-incoming-confirm):
11176         Change default to nil.
11177         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11178
11179 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * lpath.el: Rearrange.
11182
11183         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11184         (gnus-article-goto-prev-page): Work for articles having ^L's.
11185
11186         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11187
11188         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11189
11190 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11191
11192         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11193         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11194         (gnus-bookmark-jump): Adjust some variable names.
11195
11196 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11197
11198         * auth-source.el: New package.
11199         (auth-source-choices): Add customization entry point variable.
11200
11201         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11202         bug.
11203
11204 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11205
11206         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11207         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11208         (gnus-registry-install-shortcuts): Rename from
11209         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11210         the `gnus-registry-mark-map' keymap dynamically from
11211         `gnus-registry-marks'.  The generated functions update the summary line
11212         when a registry mark is added or deleted, and will call
11213         `gnus-registry-install-p' (see the comments in the code).
11214         (gnus-registry-user-format-function-M): Use concat intelligently.
11215
11216         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11217         the registry mark functions.
11218
11219 2008-03-05  Glenn Morris  <rgm@gnu.org>
11220
11221         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11222         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11223         gnus-art.
11224         (top-level): No need to load own source when compiling.
11225
11226 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11229         Suggested by <chris.anderton@zetnet.co.uk>.
11230
11231 2008-03-04  Glenn Morris  <rgm@gnu.org>
11232
11233         * gnus-sum.el (top-level): No need to require gnus when compiling,
11234         since unconditionally required near start of file.
11235         (gnus-summary-display-while-building): Move definition before use.
11236
11237 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * gnus-registry.el (gnus-registry-user-format-function-M):
11240         Add formatting function.
11241
11242 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11243
11244         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11245         with plists.
11246         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11247         Use new format.
11248
11249 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11252         `where-is-internal' that returns a range of key sequences.
11253
11254 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11255
11256         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11257
11258         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11259         (gnus-summary-jump-to-group): Consider windows on other displayed
11260         frames as well.  Similar changes might be needed elsewhere, but that's
11261         the one I've bumped into during my use.
11262
11263         * nndoc.el (nndoc-oe-dbx-type-p):
11264         * gnus-msg.el (gnus-debug):
11265         * gnus-group.el (gnus-update-group-mark-positions):
11266         Use mm-string-to-multibyte.
11267
11268 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11271         doesn't handle NotDashEscaped.
11272
11273         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11274         (mml-dnd-attach-options): Fix typo in custom choice.
11275
11276         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11277         Change nndoc-article-type to mbox.
11278         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11279
11280         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11281         to nil, instead of html2text.
11282
11283         * imap.el (imap-debug): Add `imap-ping-server'.
11284
11285         * gnus-bookmark.el: Add FIXMEs.
11286
11287         * message.el (message-form-letter-separator)
11288         (message-send-form-letter-delay): New variables.
11289         (message-send-form-letter): Use them.  New command to send form
11290         letters.  Requested by Uwe Siart.
11291         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11292
11293 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * Update copyright years.
11296
11297 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         Sync from EMACS_22_BASE.
11300
11301         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11302
11303 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11304
11305         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11306         empty author.
11307
11308 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11309
11310         * gnus-registry.el (gnus-registry-marks): Add variable for
11311         customization of marks and their appearance.
11312         (gnus-registry-read-mark): Use it.
11313         (gnus-registry-do-marks): Add utility function to loop through
11314         `gnus-registry-marks'.
11315         (gnus-registry-install-shortcuts-and-menus): Add function to install
11316         shortcuts and menus.
11317         (gnus-registry-initialize): Use it.
11318         (gnus-registry-default-mark): Clarify documentation.
11319
11320 2008-02-29  Glenn Morris  <rgm@gnu.org>
11321
11322         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11323         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11324         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11325         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11326         Change defcustom :version from 23.0 to 23.1.
11327
11328 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11329
11330         * gnus-registry.el (gnus-registry-follow-group-p)
11331         (gnus-registry-post-process-groups): Add functions to aid registry
11332         splitting and improve logging.  Clarify behavior in function
11333         documentation.
11334         (gnus-registry-split-fancy-with-parent): Use them.
11335
11336 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11337
11338         * gnus-art.el: Use with-current-buffer.
11339
11340 2008-02-27  David Engster  <dengste@eml.cc>
11341
11342         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11343         Express real group name in the response.
11344
11345 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11348         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11349         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11350         autoload gnus-registry-fetch-group when compiling.
11351         (nnmairix-request-group-with-article-number-correction):
11352         Remove unreferenced argument passed to nnmairix-call-backend.
11353
11354 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11357         (mm-uu-extract): Improve face for low color ttys.
11358         Reported by Sascha Wilde.
11359
11360 2008-02-27  Glenn Morris  <rgm@gnu.org>
11361
11362         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11363         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11364         variables to defconsts.  Convert comments to doc-strings.
11365         (nnmairix-last-server, nnmairix-current-server): Convert from free
11366         variables to defvars.  Convert comments to doc-strings.
11367         (gnus-registry-fetch-group): Autoload.
11368         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11369         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11370         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11371         caddr.
11372         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11373         nnmairix-request-group-with-article-number-correction call.
11374         (nnmairix-fast, nnmairix-group): New, less general names, for free
11375         variables passed from nnmairix-request-group to
11376         nnmairix-request-group-with-article-number-correction.  Declare.
11377         (nnmairix-request-group-with-article-number-correction):
11378         Use nnmairix-fast, nnmairix-group rather than fast, group.
11379
11380 2008-02-26  David Engster  <dengste@eml.cc>
11381
11382         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11383         version 0.5.
11384
11385 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11386
11387         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11388         instead of making an extra function call.  Don't add the current group
11389         to articles only when they have the group.  Use
11390         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11391         Reported by David <de_bb@arcor.de>.
11392
11393 2008-02-24  Miles Bader  <miles@gnu.org>
11394
11395         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11396         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11397         (mm-find-mime-charset-region):
11398         * mm-bodies.el (mm-encode-body):
11399         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11400
11401 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11404         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11405
11406 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * mail-source.el (mail-source-delete-incoming): Change default.
11409         Supplement doc string.
11410
11411         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11412
11413 2008-02-14  Glenn Morris  <rgm@gnu.org>
11414
11415         * time-date.el (format-seconds): New function.
11416
11417 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * nnmail.el (nnmail-message-id-cache-file): Derive from
11420         `gnus-home-directory'.
11421
11422 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11425         Document negative prefix.
11426
11427         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11428
11429 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430
11431         * message.el (message-unsent-separator): Add the Exim bounce
11432         separator.
11433
11434 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11435
11436         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11437         list.
11438         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11439         recipient/signer list.
11440
11441 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * Makefile.in (datarootdir): Define.
11444         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11445         name that might contain whitespace.
11446
11447 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11450         fbound (Emacs 23 unicode), signal an error.
11451
11452 2008-02-08  Glenn Morris  <rgm@gnu.org>
11453
11454         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11455
11456 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11457
11458         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11459         ports to the calls to `netrc-machine-user-or-password' in addition to
11460         "imap" and "imaps".
11461
11462 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11463
11464         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11465
11466         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11467
11468 2008-02-01  Kenichi Handa  <handa@m17n.org>
11469
11470         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11471         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11472         (rfc2104-hash): Convert the result of concat to unibyte string.
11473
11474 2008-02-01  Dave Love  <fx@gnu.org>
11475
11476         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11477         coding-system-for-read.
11478         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11479
11480 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11483         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11484         <hanche@math.ntnu.no>.
11485
11486 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11489
11490         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11491
11492 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11493
11494         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11495         * message.el (message-beginning-of-line): Use featurep instead of bound
11496         tests in order to resolve conditionals at compile time.
11497
11498 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11499
11500         * mail-source.el (mail-sources): Add `group' choice.
11501
11502         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11503         parameter `in-group' to control into which group the articles go.
11504         Add treatment of `group' mail-source.
11505
11506 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11509
11510         * mm-decode.el (mm-dissect-buffer): Decode description.
11511
11512         * mml.el (mml-to-mime): Encode message header first.
11513
11514 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11517         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11518
11519         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11520         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11521
11522 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11523
11524         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11525
11526 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11529         prefix keys.
11530         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11531         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11532         gnus-xmas.el.
11533
11534         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11535         (gnus-xmas-article-describe-bindings): New function.
11536         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11537         gnus-xmas-article-describe-bindings.
11538
11539         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11540
11541 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11542
11543         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11544         Add new variables for article mark management.
11545         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11546         list of extra data entries which, when present, will indicate that the
11547         article ID should not be trimmed from the registry.
11548         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11549         functions.
11550         (gnus-registry-read-mark): New function to read a mark name from the
11551         user.
11552         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11553         (gnus-registry-set-article-mark-internal): New functions to add and
11554         remove marks.
11555         (gnus-registry-get-article-marks): New function to show the marks for
11556         an article, or retrieve them for further use.
11557
11558 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11561         keys when no argument is given.
11562
11563 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * imap.el (imap-ping-server): New variable.
11566         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11567         (imap-ping-server): Minor doc string fixes.
11568
11569 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11570
11571         * imap.el (imap-ping-server): New function.
11572         (imap-opened): Call imap-ping-server.
11573
11574 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-sum.el (gnus-article-sort-by-random)
11577         (gnus-thread-sort-by-random): Fix doc strings.
11578         Reported by jidanni@jidanni.org.
11579
11580 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * gnus-art.el (gnus-article-describe-bindings): New function.
11583         (gnus-article-read-summary-keys): Use it.
11584         (gnus-article-mode-map): Bind `C-h b' to it.
11585
11586 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11589         XEmacs.
11590         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11591         Protect against non-character events.
11592
11593         * lpath.el: Fbind map-keymap for Emacs 21.
11594
11595 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11598         New command.
11599         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11600         instead of END.  Change name of the temp file.
11601         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11602         customizable.
11603
11604 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11607         bind `S W' to gnus-article-wide-reply-with-original; set default
11608         binding to gnus-article-read-summary-send-keys.
11609         (gnus-article-read-summary-keys): Fix the order of keys; display
11610         continuation keys correctly in the echo area; describe bindings
11611         correctly when keys end with `C-h'.
11612         (gnus-article-read-summary-send-keys): New function.
11613         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11614         Work for gnus-article-read-summary-send-keys; display continuation keys
11615         correctly in the echo area.
11616         (gnus-article-reply-with-original): Ignore prefix argument.
11617         (gnus-article-wide-reply-with-original): New function.
11618
11619         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11620         Emacs 21.
11621
11622 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11625         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11626
11627 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11630         (gnus-group-read-ephemeral-gmane-group): New command.
11631
11632 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11633
11634         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11635
11636 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * message.el (message-send-mail-function): Increase custom version.
11639
11640         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11641         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11642
11643 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11644
11645         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11646         for the cases where imap-authenticate is called with a nil buffer
11647         parameter.
11648
11649 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11652         html parts correctly; support forwarded messages.
11653         (gnus-article-browse-html-article): Remove work buffers.
11654
11655         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11656         compiling.
11657         (netrc-bound-and-true-p): New macro.
11658         (netrc-parse): Use it instead of bound-and-true-p that is not available
11659         in XEmacs 21.4.
11660
11661 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11662
11663         * gnus-registry.el (gnus-registry-mark-article)
11664         (gnus-registry-article-marks): Add functionality to mark articles
11665         through the Gnus registry.
11666
11667         * encrypt.el: Clarify documentation for the new pgg method.
11668         (encrypt-file-alist): Add PGG option.
11669         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11670         functionality.  Abstract password key and messaging to external
11671         functions.
11672         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11673         (encrypt-message-method-and-cipher): Add new convenience external
11674         functions.
11675         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11676         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11677
11678         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11679         (netrc-parse): Use encrypt-file-alist to determine if
11680         encrypt-find-model or encrypt-insert-file-contents should be used.
11681
11682         * encrypt.el: Clarify documentation.  Load password-cache or
11683         password, whichever one is found first, instead of autoloading.
11684
11685 2007-12-19  Glenn Morris  <rgm@gnu.org>
11686
11687         * mml.el (message-options-set, message-narrow-to-head)
11688         (message-in-body-p, message-mail-p, message-encode-message-body):
11689         Autoload.
11690         (message-remove-header, message-narrow-to-headers-or-head)
11691         (message-subscribed-p, message-make-mail-followup-to)
11692         (message-position-on-field, message-news-p)
11693         (message-options-set-recipient, message-generate-headers)
11694         (message-sort-headers): Declare as functions.
11695
11696 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11699         convention in doc string.
11700
11701 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11704         title to html parts.
11705         (gnus-article-browse-html-article): Pass message header to it.
11706
11707         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11708
11709 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11712         or password compatible with XEmacs.
11713
11714 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11717         format document.
11718         (gnus-mime-delete-part): Don't write description line if empty.
11719         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11720
11721 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11722
11723         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11724         (gnus-summary-mark-read-and-unread-as-read)
11725         (gnus-summary-mark-current-read-and-unread-as-read)
11726         (gnus-summary-mark-unread-as-ticked): Doc fix.
11727         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11728
11729 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11732         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11733
11734 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11737         yes-or-no-p.
11738
11739 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * mm-decode.el (mm-add-meta-html-tag): New function.
11742         (mm-save-part-to-file, mm-pipe-part): Use it.
11743
11744         * gnus-art.el (gnus-article-browse-delete-temp-files):
11745         Use gnus-y-or-n-p instead of y-or-n-p.
11746         (gnus-article-browse-html-parts): Work with message/external-body; use
11747         mm-add-meta-html-tag.
11748
11749 2007-12-11  Glenn Morris  <rgm@gnu.org>
11750
11751         * gnus-cache.el: Require gnus-sum not just when compiling.
11752
11753         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11754
11755         * gnus-int.el (gnus-server-opened, gnus-status-message):
11756         Move definitions before use.
11757
11758         * mm-decode.el: Require gnus-util.
11759         (mm-remove-part): Only call delete-annotation on XEmacs.
11760
11761         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11762
11763         * nnmail.el: Require gnus-int.
11764
11765         * spam.el: Move `require's before `eval-when-compile's.
11766
11767         * gnus-ems.el (gnus-alive-p):
11768         * gnus-fun.el (message-goto-eoh):
11769         * gnus-util.el (gnus-group-name-decode):
11770         * mail-source.el (gnus-compress-sequence):
11771         * message.el (Info-goto-node, format-spec):
11772         * mm-bodies.el (message-options-get):
11773         * mm-decode.el (mm-view-pkcs7):
11774         * mm-util.el (gmm-write-region):
11775         * mml-smime.el (mml-compute-boundary)
11776         (gnus-completing-read-with-default):
11777         * mml.el (widget-button-press, gnus-make-hashtable):
11778         * mml1991.el (mm-decode-content-transfer-encoding)
11779         (mm-encode-content-transfer-encoding)
11780         (message-options-get, message-options-set):
11781         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11782         * nnfolder.el (gnus-request-group):
11783         * nnheader.el (ietf-drums-unfold-fws):
11784         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11785         * smime.el (gnus-run-mode-hooks):
11786         * spam-stat.el (gnus-message): Autoload.
11787
11788         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11789         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11790         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11791         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11792         Add declare-function compatibility definition.
11793
11794         * gnus-cache.el (nnvirtual-find-group-art):
11795         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11796         (gnus-add-image, gnus-add-wash-type):
11797         * gnus-group.el (nnkiboze-score-file):
11798         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11799         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11800         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11801         (message-tokenize-header, gnus-get-buffer-create)
11802         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11803         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11804         * gnus.el (gnus-group-decoded-name):
11805         * mail-source.el (imap-capability):
11806         * mm-bodies.el (message-options-set):
11807         * mm-decode.el (gnus-configure-windows):
11808         * mm-extern.el (message-goto-body):
11809         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11810         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11811         (epg-sub-key-validity, message-options-set):
11812         * mml.el (widget-event-point, gnus-configure-windows):
11813         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11814         * mml2015.el (epg-check-configuration, epg-configuration)
11815         (message-options-set):
11816         * nndb.el (nndb-request-article):
11817         * nnfolder.el (gnus-request-create-group):
11818         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11819         * nnmaildir.el (gnus-group-mark-article-read):
11820         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11821         * rfc1843.el (message-fetch-field):
11822         * spam.el (gnus-extract-address-components):
11823         Declare as functions.
11824
11825 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11828
11829         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11830
11831         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11832         bind show-trailing-whitespace for XEmacs.
11833
11834 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11837         new no-op macro for backward compatibility.
11838
11839         * imap.el (imap-string-to-integer): New function.
11840
11841 2007-12-09  Glenn Morris  <rgm@gnu.org>
11842
11843         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11844
11845         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11846         * message.el, mm-view.el, sieve-manage.el, smime.el:
11847         Add declare-function compatibility definition.
11848
11849         * gnus-art.el (w3-region, w3m-region, Info-menu):
11850         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11851         * gnus-sum.el (gnus-get-predicate):
11852         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11853         * message.el (mail-abbrev-in-expansion-header-p):
11854         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11855         (w3m-detect-meta-charset, w3m-region):
11856         * sieve-manage.el (password-read, password-cache-add)
11857         (password-cache-remove):
11858         * smime.el (password-read-and-add): Declare as functions.
11859
11860 2007-12-08  David Kastrup  <dak@gnu.org>
11861
11862         * gnus-sum.el (gnus-summary-simplify-subject-query):
11863         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11864         `message'.
11865
11866 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11869         it to bind idna-program, installation-directory, defined-colors, and
11870         face-attribute for XEmacs of the version that compiles defcustom forms.
11871
11872 2007-12-07  Glenn Morris  <rgm@gnu.org>
11873
11874         * gnus-art.el (article-make-date-line): Revert previous change.
11875
11876 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11879
11880 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11881
11882         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11883         Call gnus-add-to-range ranges only once with a prepared article-list.
11884
11885 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11886
11887         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11888         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11889         group names with backslashes.
11890         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11891
11892 2007-12-06  Deepak Goel  <deego3@gmail.com>
11893
11894         * gnus-art.el (article-make-date-line):
11895         * gnus-start.el (gnus-load):
11896         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11897
11898 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-art.el (gnus-use-idna):
11901         * gnus-start.el (gnus-site-init-file):
11902         * message.el (message-use-idna):
11903         * mm-uu.el (mm-uu-hide-markers):
11904         * smiley.el (smiley-style): Revert changes that suppress warnings.
11905
11906 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11909         specify charset to html source.
11910         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11911
11912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11915         idna-program in order to suppress byte compile warning issued by XEmacs
11916         that came to byte compile the default value section of defcustom forms
11917         recently.
11918
11919         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11920         value of installation-directory.
11921
11922         * message.el (message-use-idna): Don't directly refer to the value of
11923         idna-program.
11924
11925         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11926
11927         * smiley.el (smiley-style): Don't directly call face-attribute.
11928
11929 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11932
11933         * gnus-dired.el: Reduce Gnus dependencies.
11934         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11935         Don't require.  Use autoloads instead.
11936         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11937         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11938         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11939         (gnus-dired-mode): Adjust doc string.
11940         (gnus-dired-mail-mode): New variable.
11941         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11942         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11943         (gnus-dired-mail-buffers): New function.  Return mail or message
11944         composition buffers.
11945         (gnus-dired-attach): Use it.
11946         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11947         NO-DECODE.
11948         (gnus-dired-print): Use `gnus-print-buffer' depending on
11949         `gnus-dired-mail-mode'.
11950
11951 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * rfc2047.el (rfc2047-encoded-word-regexp)
11954         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11955         explaining what regexp patterns are for.
11956
11957 2007-12-04  Glenn Morris  <rgm@gnu.org>
11958
11959         * password.el: Move to password-cache.el.
11960
11961         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11962         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11963         * mml-smime.el (password-read, password-cache-add)
11964         (password-cache-remove):
11965         No need to autoload, since mml-sec requires password.
11966
11967         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11968         * message.el (gnus-extract-address-components):
11969         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11970
11971         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11972         password.
11973
11974 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * mailcap.el: Reduce dependencies.
11977         (mail-header-parse-content-type): Autoload.
11978         (mailcap-delete-duplicates): New alias.
11979         (mailcap-mime-info): Add optional argument NO-DECODE.
11980         (mailcap-mime-types): Use mailcap-delete-duplicates.
11981
11982         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11983
11984 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11985
11986         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11987         (imap-parse-status): Upcase status-att for servers that sends them
11988         lower-case (e.g., MS Exchange 2007).
11989
11990 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11991
11992         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11993         function.
11994
11995         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11996         (gnus-uu-yenc-article): New function.
11997
11998         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11999
12000         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12001
12002 2007-12-02  Glenn Morris  <rgm@gnu.org>
12003
12004         * binhex.el (binhex): New custom group.
12005         (binhex-decoder-program, binhex-decoder-switches)
12006         (binhex-use-external): Move to the binhex custom group.
12007
12008         * uudecode.el (uudecode): New custom group.
12009         (uudecode-decoder-program, uudecode-decoder-switches)
12010         (uudecode-use-external): Move to the uudecode custom group.
12011
12012         * netrc.el (top-level): Don't load `encrypt' features.
12013         (netrc-parse): Don't use encrypt.
12014         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12015
12016         * encrypt.el: Remove file.
12017
12018 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12021         matches on patches.
12022
12023         * gnus-art.el (gnus-article-browse-html-article):
12024         Mention `mm-text-html-renderer' in the doc string.
12025
12026         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12027         string.  Add comments.
12028
12029         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12030         if rhs is ASCII.
12031
12032 2007-12-01  Glenn Morris  <rgm@gnu.org>
12033
12034         * mail-source.el (top-level): Require format-spec before
12035         eval-when-compile.
12036
12037 2007-11-30  Glenn Morris  <rgm@gnu.org>
12038
12039         * encrypt.el: Require password, rather than autoloading password-read.
12040
12041 2007-11-29  Glenn Morris  <rgm@gnu.org>
12042
12043         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12044         (sasl-make-client, sasl-next-step, sasl-step-data)
12045         (sasl-step-set-data): Declare as functions.
12046
12047 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12050
12051 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12052
12053         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12054         certs should be verified and what is to be done in the event of a
12055         verification failure.
12056
12057         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12058         caller can indicate whether the cache should be disregarded for this
12059         call.  This way the result of the call is reproducible at all times and
12060         can be considered a canonical server name for the supplied method.
12061         (gnus-agent-method-p): Canonicalize server names by pushing their
12062         method through `gnus-method-to-server' using the no-cache argument.
12063
12064         * gnus-srvr.el (gnus-server-insert-server-line):
12065         Call `gnus-method-to-server' with `no-cache' argument.
12066
12067         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12068         gnus-agent-possibly-synchronize-flags as this should be called when the
12069         server is actually being opened.
12070         (gnus-agent-possibly-synchronize-flags)
12071         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12072         flags file of an agentized server to the latter function.
12073
12074         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12075         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12076         after a connection has been established successfully.
12077
12078 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-art.el (article-display-face): Force to display face if called
12081         interactively; check if gnus-article-x-face-too-ugly matches author.
12082         (article-display-x-face): Display face even if From header is missing
12083         as article-display-face does.
12084
12085 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12086
12087         * hashcash.el (message-narrow-to-headers-or-head)
12088         (message-fetch-field, message-goto-eoh)
12089         (message-narrow-to-headers): Declare as functions.
12090
12091 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mail-source.el (mail-sources): Default to fetch from file for
12094         compatibility with default of nnmail-spool-file.
12095
12096 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12099         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12100         to look for encoded word that should be encoded again.
12101         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12102         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12103         encoding pattern.
12104         (rfc2047-decode-region): Switch strict regexp and loose one according
12105         to rfc2047-allow-irregular-q-encoded-words.
12106
12107 2007-11-25  Romain Francoise  <romain@orebokech.com>
12108
12109         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12110
12111 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * tls.el (tls-program): Provide more custom choices from
12114         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12115         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12116
12117 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12120         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12121
12122         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12123         `nnmail-spool-file'.
12124
12125         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12126         `nnmail-spool-file'.
12127
12128         * gnus-move.el (gnus-change-server): Ditto.
12129
12130         * gnus-kill.el (gnus-batch-score): Ditto.
12131
12132         * gnus-cache.el (gnus-jog-cache): Ditto.
12133
12134         * gnus-msg.el (gnus-summary-reply):
12135         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12136
12137 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12140         version.  Minor improvement to doc strings.
12141         (tls-program): Add comment.
12142
12143 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12144
12145         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12146         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12147         mismatch between the hostname provided in the certificate and the name
12148         of the host connnecting to.
12149         (open-tls-stream): Use them.  Check certificates against trusted root
12150         certificates.
12151
12152 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-cache.el (gnus-cache-generate-nov-databases):
12155         Use nnml-generate-nov-databases-directory instead of
12156         nnml-generate-nov-databases-1.
12157
12158 2007-11-24  Glenn Morris  <rgm@gnu.org>
12159
12160         * message.el (message-tool-bar-retro): Update for rename
12161         mail_send.xpm->mail-send.xpm.
12162
12163 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12166         `smime-ldap-search' for Emacs 22 and up.
12167
12168 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12169
12170         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12171
12172         * message.el (message-send-mail-function): Fix error convention.
12173         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12174         (message-widen-reply, message-send-mail, message-talkative-question)
12175         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12176         (message-clone-locals, message-send-news): Use with-current-buffer.
12177         (message-insert-or-toggle-importance): Remove unused var `valid'.
12178         (message-make-references): Remove unused var `new-references'.
12179         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12180
12181 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12182
12183         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12184         (spam-split-symbolic-return-positive): Reflow docstring.
12185         (spam-backends, spam-summary-exit-behavior)
12186         (spam-mark-ham-unread-before-move-from-spam-group)
12187         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12188         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12189         (spam-clear-cache, spam-backend-check, spam-install-backend)
12190         (spam-install-statistical-backend, spam-list-of-processors)
12191         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12192         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12193         (spam-check-crm114, spam-initialize, spam-unload-hook):
12194         Fix typos in docstrings.
12195
12196 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12199         been checked if they have never been read and those group levels are
12200         higher than the one that a user specified.
12201
12202 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12205         foreign groups unless a group level is specified by a user.
12206         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12207
12208 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * message.el (message-send-mail-function): Require sendmail.
12211
12212 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * message.el (message-send-mail-function): Check for smtpmail too.
12215
12216         * utf7.el (utf7-encode, utf7-decode): Use coding system
12217         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12218
12219         * message.el (message-send-mail-function): New function.
12220         (message-send-mail-function): Set default using
12221         message-send-mail-function.  Adjust doc string.
12222         (message-send-mail-with-mailclient): New function.
12223
12224 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12225
12226         * smime.el (from):
12227         * rfc2047.el (message-posting-charset):
12228         * qp.el (mm-use-ultra-safe-encoding):
12229         * pop3.el (parse-time-months):
12230         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12231         * nnml.el (files):
12232         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12233         (jka-compr-compression-info-list, ange-ftp-path-format)
12234         (efs-path-regexp):
12235         * nndiary.el (files):
12236         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12237         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12238         (epg-digest-algorithm-alist, inhibit-redisplay)
12239         (password-cache-expiry):
12240         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12241         (pgg-output-buffer, password-cache-expiry):
12242         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12243         (efs-path-regexp):
12244         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12245         (inhibit-redisplay):
12246         * mm-uu.el (file-name, start-point, end-point, entry)
12247         (gnus-newsgroup-name, gnus-newsgroup-charset):
12248         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12249         (latin-unity-ucs-list):
12250         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12251         (mm-uu-binhex-decode-function):
12252         * message.el (gnus-message-group-art, gnus-list-identifiers)
12253         (rmail-enable-mime-composing, gnus-local-organization)
12254         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12255         (gnus-read-active-file, facemenu-add-face-function)
12256         (facemenu-remove-face-function, gnus-article-decoded-p)
12257         (tool-bar-mode):
12258         * mail-source.el (display-time-mail-function):
12259         * gnus-util.el (nnmail-pathname-coding-system)
12260         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12261         (gnus-original-article-buffer, gnus-user-agent)
12262         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12263         (xemacs-codename, sxemacs-codename, emacs-program-version):
12264         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12265         * gnus-start.el (gnus-agent-covered-methods)
12266         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12267         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12268         (gnus-newsgroup-headers, gnus-group-list-mode)
12269         (gnus-group-mark-positions, gnus-newsgroup-data)
12270         (gnus-newsgroup-unreads, nnoo-state-alist)
12271         (gnus-current-select-method, mail-sources)
12272         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12273         (nnmail-spool-file, gnus-cache-active-hashtb):
12274         * gnus-mh.el (mh-lib-progs):
12275         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12276         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12277         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12278         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12279         (gnus-group-buffer):
12280         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12281         (font-lock-set-defaults):
12282         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12283         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12284         (gnus-summary-post-menu, total-parts, type, condition, length):
12285         * gnus-agent.el (gnus-agent-read-agentview):
12286         * flow-fill.el (show-trailing-whitespace):
12287         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12288         eval-and-compile wrappers for byte compiler pacifiers.
12289
12290         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12291         (mm-display-inline-fontify): Check for featurep 'xemacs not
12292         extent-list.
12293
12294         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12295         itimer-list.
12296         (mm-create-image-xemacs): Only do something for XEmacs.
12297         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12298
12299         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12300
12301         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12302         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12303
12304 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12305
12306         * nnimap.el (nnimap-split-download-body):
12307         * gnus-demon.el (gnus-demon):
12308         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12309
12310 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12313         New macros.
12314         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12315         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12316         copy data from unibyte buffer to multibyte current buffer.
12317         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12318         to copy data from unibyte current buffer to multibyte buffer.
12319         (nntp-make-process-buffer): Make process buffer unibyte.
12320
12321         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12322
12323 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12324
12325         * pop3.el (pop3-open-server): Accept and process data more robustly at
12326         connection start to avoid spurious "POP SSL connection failed" errors.
12327
12328 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12331         read group names.
12332
12333 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12336
12337 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12340         (nnmail-save-active): Use a unibyte buffer when saving active file,
12341         which may contain non-ASCII group names.
12342
12343         * nnml.el (nnml-request-group): Decode group names in messages.
12344
12345 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * message.el (message-citation-line-function)
12348         (message-insert-formatted-citation-line): Fix spelling of
12349         `message-insert-formated-citation-line'.
12350
12351 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12354
12355 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12358         nnmail-pathname-coding-system.
12359
12360         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12361         that a user enters; decode group names in messages.
12362
12363         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12364
12365 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12368
12369         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12370
12371         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12372         risky local variable.
12373
12374         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12375
12376 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12377
12378         * encrypt.el: Improve documentation to fix function name typo.
12379         Reported by Daiki Ueno <ueno@unixuser.org>.
12380
12381 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12384         even if the point is not in the last page of an article.
12385         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12386         back to the previous page.
12387
12388 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12391
12392 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12395
12396 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * message.el (message-check-news-body-syntax):
12399         Avoid mm-string-as-multibyte.
12400         (message-hide-headers): Don't assume (point-min)==1.
12401
12402 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * message.el (message-remove-blank-cited-lines): Fix if remove is
12405         given.
12406         (message-bogus-address-regexp): New variable.
12407         (message-bogus-recipient-p): New function.
12408         (message-check-recipients): New command.
12409         (message-syntax-checks): Add `bogus-recipient'.
12410         (message-fix-before-sending): Add `bogus-recipient'.
12411
12412         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12413         (gnus-treat-body-boundary): Don't test window-system.
12414
12415 2007-10-28  Leo  <sdl.web@gmail.com>
12416
12417         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12418
12419 2007-10-28  Miles Bader  <miles@gnu.org>
12420
12421         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12422         at compile-time too.
12423
12424 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-msg.el (gnus-message-setup-hook):
12427         Add `message-remove-blank-cited-lines' to options.
12428
12429 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * message.el (message-remove-blank-cited-lines): New function.
12432         Suggested by Karl Plästerer.
12433
12434 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12437         mapc.
12438
12439         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12440         (top-level): Use mapc to set functions to be traced for debugging.
12441
12442         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12443         called for effect with while loop.
12444
12445         * message.el (message-talkative-question): Replace mapcar called for
12446         effect with mapc.
12447
12448         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12449         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12450         called for effect with dolist.
12451
12452         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12453
12454         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12455         gnus-extra-headers and nnmail-extra-headers.
12456
12457         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12458         called for effect with dolist.
12459         (top-level): Use mapc to set functions to be traced for debugging.
12460
12461         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12462         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12463         dolist.
12464
12465         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12466         Replace mapcar called for effect with mapc.
12467         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12468         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12469         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12470         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12471
12472         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12473         remove-if that's a cl function.
12474
12475         * webmail.el (webmail-debug): Replace mapcar called for effect with
12476         dolist.
12477
12478         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12479         with mapc.
12480
12481 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12484         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12485         with while loop.
12486
12487         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12488         functions from article-* functions.
12489         (gnus-multi-decode-header): Replace mapcar called for effect with
12490         dolist.
12491
12492         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12493         (gnus-bookmark-show-details): Replace mapcar called for effect with
12494         while loop.
12495
12496         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12497         called for effect with while loop.
12498
12499         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12500         with dolist.
12501
12502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12503         Replace mapcar called for effect with dolist.
12504
12505         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12506
12507         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12508         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12509         Replace mapcar called for effect with dolist.
12510         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12511         mapc.
12512
12513         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12514         Replace mapcar called for effect with dolist.
12515         (gnus-topic-list): Replace mapcar called for effect with mapc.
12516
12517         * gnus.el: Use mapc instead of mapcar to add autoloads.
12518
12519 2007-10-23  Richard Stallman  <rms@gnu.org>
12520
12521         * gnus-group.el (gnus-group-highlight): Mark as risky.
12522
12523 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus.el (gnus-server-to-method): Return method found first in
12526         gnus-newsrc-alist.
12527
12528         * gnus-art.el (gnus-article-highlight-signature)
12529         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12530         button overlay without the front stickiness.
12531
12532 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12533
12534         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12535         overview buffer needed a catch to receive its throw.
12536         (gnus-agent-flush-cache): Declare as interactive to make this function
12537         easier to use.
12538
12539 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12542         `next-line'.
12543
12544 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12547         exclude address matching message-dont-reply-to-names.
12548
12549 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-util.el (gnus-string<): New function.
12552
12553         * gnus-sum.el (gnus-article-sort-by-author)
12554         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12555
12556 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12559         the frame-focus tag is set in gnus-buffer-configuration.
12560
12561 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12564         the front stickiness.
12565
12566 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12569         url pattern; remove duplicate one.
12570         (gnus-article-extend-url-button): New function.
12571         (gnus-article-add-buttons): Use it.
12572         (gnus-button-push): Use concatenated url that it makes.
12573
12574 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12575
12576         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12577
12578 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12579
12580         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12581         Don't hardcode point-min==1.
12582
12583 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12586         Fix comment about "iso8859-1".
12587
12588 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12589
12590         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12591         ones returned from the verify-function.
12592
12593         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12594         Call mml2015-extract-cleartext-signature if extraction failed.
12595
12596 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12597
12598         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12599         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12600         failed.
12601
12602 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12605
12606 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12609         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12610         recommends to use EasyPG instead of PGG.
12611
12612         * pgg.el: Revert to revision 6.23.2.16.
12613
12614         * pgg-def.el: Revert to revision 6.6.2.14.
12615
12616         * pgg-gpg.el: Revert to revision 6.23.2.34.
12617
12618 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12621         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12622         thread for both the null and zero (kill/expire thread) universal prefix
12623         cases.
12624         (gnus-summary-expire-thread): Add new function to expire a thread,
12625         using gnus-summary-kill-thread.
12626         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12627         shortcuts for gnus-summary-expire-thread.
12628         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12629         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12630
12631 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12634         extras value, so an extras entry can be deleted.
12635         (gnus-registry-delete-extra-entry): Use it.
12636         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12637         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12638         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12639         storage through the gnus-registry, and provide an appropriate API for
12640         it.
12641
12642 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12645         Suggested by Leo <sdl.web@gmail.com>.
12646
12647         * gnus.el: Do.
12648
12649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12652         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12653
12654         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12655
12656         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12657         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12658
12659 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12662         newline.
12663         (nnmbox-request-accept-article): Don't change article in source buffer;
12664         narrow to header to use message-fetch-field rather than
12665         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12666         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12667         as delimiters; make sure article ends with newline.
12668         (nnmbox-delete-mail): Correct last position of article to be deleted;
12669         ignore X-Gnus-Newsgroup header in article body.
12670         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12671         positions; make sure article ends with newline.
12672
12673         * message.el (message-display-abbrev): Don't infloop when a user
12674         inserts SPC in the beginning of header.
12675
12676         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12677         coding-system-for-read and coding-system-for-write for XEmacs having no
12678         file-coding feature.
12679
12680         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12681
12682 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12683
12684         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12685         list of groups not followed by default.  Fix type to be regexp.
12686         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12687
12688 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12689
12690         * hmac-def.el (define-hmac-function): Switch from old-style to
12691         new-style backquotes.
12692
12693         * md4.el (md4-make-step): Likewise.
12694
12695 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12698         raw-text coding system when saving .newsrc file, which may contain
12699         non-ASCII group names.
12700
12701 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-cus.el (gnus-score-extra): New widget.
12704         (gnus-score-extra-convert): New function.
12705         (gnus-score-customize): Use it for Extra.
12706
12707 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12708
12709         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12710         (mml2015-mailcrypt-clear-verify): Use it.
12711         (mml2015-gpg-clear-verify): Use it.
12712         (mml2015-pgg-clear-verify): Use it.
12713         (mml2015-epg-clear-verify): Replace the current part with the output
12714         from GnuPG; don't extract the plaintext by itself.
12715
12716         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12717         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12718         mml2015-clear-verify-function; don't touch the armor headers or
12719         dash-escaped text here.
12720
12721 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12724         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12725         parts, or application/octet-stream as a last resort.
12726         (gnus-mime-view-part-as-type): Don't toggle display.
12727         (gnus-mime-view-part-as-charset): Don't turn off display before
12728         querying charset.
12729
12730         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12731         stuff to undisplayer function in Emacs.
12732         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12733
12734         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12735         text/calendar parts.
12736
12737 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12740         decoding text/calendar parts.
12741
12742         * message.el (message-forward-make-body-mime): Always mark body as
12743         having no illegible text; remove signed-or-encrypted argument.
12744         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12745
12746         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12747         (mml-generate-mime-1): Don't encode body if it is specified to be in
12748         raw form; don't make buffer be unibyte when inserting multibyte string.
12749
12750 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12751
12752         * sha1.el: Fix up comment style.
12753         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12754         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12755
12756         * hex-util.el: Fix up comment style.
12757         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12758
12759         * gnus-salt.el: Use with-current-buffer.
12760         (gnus-pick-setup-message): Fix long-standing typo.
12761
12762 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * imap.el (imap-logout-timeout): New variable.
12765         (imap-logout, imap-logout-wait): New functions.
12766         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12767
12768         * nnimap.el (nnimap-logout-timeout): New server variable.
12769         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12770         nnimap-logout-timeout.
12771
12772         * gnus-art.el (gnus-article-summary-command-nosave)
12773         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12774
12775 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus.el (gnus-maximum-newsgroup): New variable.
12778
12779         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12780         according to gnus-maximum-newsgroup.
12781
12782         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12783         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12784         Limit the range of articles according to gnus-maximum-newsgroup.
12785
12786 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12787
12788         * gnus-art.el (gnus-sticky-article): Fix problems described in
12789         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12790         Don't perform gnus-configure-windows here; reuse existing sticky
12791         article buffer.
12792
12793         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12794         it doesn't exist in gnus-article-mode.
12795
12796 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12799         (gnus-agent-decoded-group-name): New function.
12800         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12801         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12802
12803 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12804
12805         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12806         Add binding for gnus-sticky-article.
12807         (gnus-summary-exit): Don't kill sticky article buffers.
12808
12809         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12810         article buffer.
12811         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12812         (gnus-kill-sticky-article-buffers): New commands.
12813
12814 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * nntp.el (nntp-xref-number-is-evil): New server variable.
12817         (nntp-find-group-and-number): If it is non-nil, don't trust article
12818         numbers in the Xref header.
12819
12820 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-agent.el (gnus-agent-read-group): New function.
12823         (gnus-agent-flush-group, gnus-agent-expire-group)
12824         (gnus-agent-regenerate-group): Use it.
12825         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12826         nnmail-pathname-coding-system.
12827
12828 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12831
12832         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12833         that are unread as unread, and also as selected so that information of
12834         marks having been changed by a user may be updated when exiting group.
12835
12836 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12839
12840 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12843         calculated ignoring signature parts to gnus-treat-article.
12844
12845 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12848         a point here in order to keep the window start.
12849         (gnus-insert-mime-security-button): Make a button overlay without the
12850         front stickiness.
12851         (gnus-mime-display-security): Goto the end of a button.
12852
12853         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12854
12855 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12858         group-name-at-point.
12859         (gnus-group-completing-read): New function that offers decoded
12860         non-ASCII group names for completion.
12861         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12862         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12863         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12864         (gnus-group-fetch-control): Use it.
12865         (gnus-fetch-group): Use group-name-at-point for the initial value
12866         rather than the default value; use gnus-alive-p.
12867
12868         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12869         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12870         (gnus-summary-post-news): Use gnus-group-completing-read.
12871
12872         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12873         (gnus-read-move-group-name): Decode group name for completion.
12874
12875 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12876
12877         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12878         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12879         Yamaoka slightly modified the code).
12880
12881 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12884         (nnmail-split-incoming): Bind it.
12885
12886         * nnml.el (nnml-group-name-charset): New function.
12887         (nnml-decoded-group-name): Use it; don't decode group name if
12888         nnmail-group-names-not-encoded-p is non-nil.
12889         (nnml-encoded-group-name): New function.
12890         (nnml-group-pathname): Inline nnml-decoded-group-name.
12891         (nnml-request-expire-articles): Decode group name in message.
12892         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12893         nnmail-pathname-coding-system.
12894         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12895         not decoded ones according to nnmail-group-names-not-encoded-p.
12896         (nnml-generate-active-info): Use nnml-encoded-group-name.
12897
12898 2007-08-08  Glenn Morris  <rgm@gnu.org>
12899
12900         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12901         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12902         doc-strings and comments.
12903
12904 2007-07-25  Glenn Morris  <rgm@gnu.org>
12905
12906         * Relicense all FSF files to GPLv3 or later.
12907
12908 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-sum.el (gnus-summary-move-article):
12911         Make gnus-summary-respool-article work.
12912
12913 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12916         string.
12917
12918 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12919
12920         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12921         that should be ignored when comparing distant RSS articles with local
12922         ones.
12923         (nnrss-make-hash-index): New function.  Create a hash index according
12924         to the ignored fields.
12925         (nnrss-check-group): Use it.
12926
12927 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12930
12931         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12932
12933         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12934         the new optional argument ENCODED is non-nil.
12935         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12936         coding system for encoding group name.
12937         (gnus-group-make-rss-group): Pass un-encoded group name to
12938         gnus-group-make-group.
12939         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12940         encoded.
12941
12942         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12943         Encode group name to which articles are moved or copied.
12944         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12945         coding system for encoding Newsgroup, Followup-To and Xref headers.
12946
12947         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12948         marks; use nnheader-file-coding-system to write a file.
12949         (nnagent-retrieve-headers): Bind file-name-coding-system to
12950         nnmail-pathname-coding-system.
12951
12952         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12953
12954         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12955         (nnml-request-article, nnml-request-create-group)
12956         (nnml-request-rename-group, nnml-find-id)
12957         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12958         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12959         (nnml-save-marks): Use nnml-group-pathname instead of
12960         nnmail-group-pathname.
12961
12962         (nnml-request-create-group, nnml-request-expire-articles)
12963         (nnml-request-move-article, nnml-request-delete-group)
12964         (nnml-deletable-article-p, nnml-possibly-create-directory)
12965         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12966         (nnml-open-marks): Bind file-name-coding-system to
12967         nnmail-pathname-coding-system.
12968
12969         (nnml-request-article): Pass server argument to nnml-find-group-number.
12970         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12971         Pass server argument to nnml-possibly-create-directory.
12972         (nnml-request-accept-article): Pass server argument to
12973         nnml-active-number and nnml-save-mail.
12974         (nnml-find-group-number): Pass server argument to nnml-find-id.
12975         (nnml-request-update-info): Pass server argument to
12976         nnml-marks-changed-p.
12977
12978         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12979         (nnml-save-mail, nnml-active-number): Add server argument.
12980
12981         (nnml-request-delete-group): Warn if group is missing.
12982         (nnml-get-nov-buffer): Decode group name.
12983         (nnml-generate-active-info): Encode group name.
12984         (nnml-open-marks): Decode group name in messages.
12985
12986 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12989         if it is not specified.
12990         (gnus-article-pipe-part, gnus-article-save-part)
12991         (gnus-article-interactively-view-part, gnus-article-copy-part)
12992         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12993         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12994         (gnus-article-replace-part, gnus-article-delete-part)
12995         (gnus-article-view-part-as-type): Pass raw prefix argument to
12996         gnus-article-part-wrapper.
12997
12998 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-agent.el (gnus-agent-save-active):
13001         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13002
13003         * gnus-cache.el (gnus-cache-save-buffers)
13004         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13005         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13006         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13007         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13008         (gnus-cache-generate-active, gnus-cache-rename-group)
13009         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13010         (gnus-cache-update-overview-total-fetched-for):
13011         Bind file-name-coding-system to nnmail-pathname-coding-system.
13012         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13013         New variables.
13014         (gnus-cache-decoded-group-name): New function.
13015         (gnus-cache-file-name): Use it.
13016         (gnus-cache-generate-active): Use non-decoded group name for active.
13017
13018         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13019         right place.
13020         (gnus-write-active-file): Don't break non-ASCII group names.
13021
13022         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13023         nnmail-pathname-coding-system.
13024
13025         * lpath.el: Bind default-file-name-coding-system,
13026         file-name-coding-system and language-info-alist for XEmacs.
13027
13028         * gnus-uu.el (gnus-uu-decode-save): Typo.
13029
13030 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13033
13034 2007-07-14  David Kastrup  <dak@gnu.org>
13035
13036         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13037         finishing actions if we did not edit the article.
13038
13039 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13042         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13043         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13044         (gnus-agent-flush-group, gnus-agent-flush-cache)
13045         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13046         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13047         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13048         (gnus-agent-regenerate-group)
13049         (gnus-agent-update-files-total-fetched-for)
13050         (gnus-agent-update-view-total-fetched-for):
13051         Bind file-name-coding-system to nnmail-pathname-coding-system.
13052         (gnus-agent-group-pathname): Don't encode file names by
13053         nnmail-pathname-coding-system.
13054         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13055         coding-system-for-write instead of buffer-file-coding-system to
13056         gnus-agent-file-coding-system.
13057
13058         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13059         Decode group name.
13060
13061         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13062
13063         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13064         (gnus-read-newsrc-el-file): Make group names unibyte.
13065
13066         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13067         nnmail-pathname-coding-system.
13068
13069         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13070         (nnrss-request-delete-group): Bind file-name-coding-system to
13071         nnmail-pathname-coding-system.
13072         (nnrss-read-server-data, nnrss-read-group-data):
13073         Bind file-name-coding-system correctly.
13074         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13075
13076         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13077         (nntp-server-to-method-cache): New variable.
13078         (nntp-group-pathname): New function that decodes non-ASCII group names.
13079         (nntp-possibly-create-directory, nntp-marks-changed-p)
13080         (nntp-save-marks, nntp-open-marks): Use it.
13081         (nntp-possibly-create-directory, nntp-open-marks):
13082         Bind file-name-coding-system to nnmail-pathname-coding-system.
13083         (nntp-open-marks): Decode group names when bootstrapping marks.
13084
13085         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13086         Newsgroups and Followup-To headers.
13087
13088 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13091         (gnus-server-closed-face, gnus-server-denied-face)
13092         (gnus-server-offline-face): Remove variable.
13093         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13094
13095         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13096         of modifying message-stack directly for XEmacs.
13097
13098         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13099         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13100         if the coding-system argument is nil for XEmacs.
13101
13102         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13103         mm-charset-override-alist.
13104
13105         * rfc2047.el: Don't require base64; require rfc2045 for the function
13106         rfc2045-encode-string.
13107         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13108         to quote the parameter value.
13109
13110 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13113         form in gnus-group-name-charset-method-alist.
13114
13115         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13116         overrides the default layout edit-form.
13117
13118         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13119
13120         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13121
13122 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13125         as unfetched articles.
13126
13127 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13130
13131 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13134         original back end that keeps marks in the local system.
13135
13136 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13139         arg of pop-to-buffer for XEmacs.
13140         (gnus-article-read-summary-keys): Ditto; don't restore window
13141         configuration if summary command ends up with neither article buffer
13142         nor summary buffer; describe bindings if summary keys end with C-h.
13143
13144 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * message.el (message-fix-before-sending): Skip raw message part to be
13147         forwarded while checking illegible text.
13148         (message-forward-make-body-mime, message-forward-make-body):
13149         Mark signed or encrypted raw message as having no illegible text.
13150
13151 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13154         (gnus-message-with-timestamp-1): New macro.
13155         (gnus-message-with-timestamp): New function.
13156         (gnus-message): Use them.
13157
13158         * nnheader.el (nnheader-message): Use them.
13159
13160 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13163         .newsrc.eld file.
13164
13165 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-agent.el (gnus-agent-fetch-headers)
13168         (gnus-agent-retrieve-headers):
13169         Bind gnus-decode-encoded-address-function to identity.
13170
13171         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13172         available also when the server returns simply a dot.
13173
13174         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13175
13176 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13179
13180 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-ems.el (gnus-x-splash): Make it work.
13183
13184         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13185         from being used.
13186
13187         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13188
13189 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13192         4th and the 5th arguments.
13193
13194         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13195         the front stickiness.
13196         (gnus-article-summary-command-nosave): Correct the order of the
13197         arguments passed to pop-to-buffer.
13198         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13199         summary command ends up with the article buffer.
13200
13201         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13202         the same faces.
13203
13204 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13205
13206         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13207
13208 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13209
13210         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13211         * gnus-sum.el (gnus-summary-highlight):
13212         * pgg.el (pgg-sign-region, pgg-sign):
13213         * mail-source.el (mail-source-delete-old-incoming-confirm):
13214         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13215
13216 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-art.el (gnus-mime-view-part-externally)
13219         (gnus-mime-view-part-internally): Fix predicate function passed to
13220         completing-read.
13221
13222         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13223
13224         * gnus.el (gnus-update-message-archive-method): Add :version.
13225
13226 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus.el (gnus-update-message-archive-method): New variable.
13229
13230         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13231         according to gnus-message-archive-method if
13232         gnus-update-message-archive-method is non-nil.
13233
13234 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13237         Suggested by Loic Dachary <loic@dachary.org>.
13238         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13239
13240 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * message.el (message-pop-to-buffer): Add switch-function argument.
13243         (message-mail): Pass switch-function argument to it.
13244
13245 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13248         Improve doc string.
13249
13250 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13253         (gnus-header-content):
13254         * gnus-cite.el (gnus-cite-10):
13255         * gnus-srvr.el (gnus-server-closed):
13256         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13257         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13258         (gnus-group-mail-3-empty, gnus-group-mail-low)
13259         (gnus-group-mail-low-empty, gnus-splash):
13260         * message.el (message-header-to, message-header-cc)
13261         (message-header-subject, message-header-other, message-header-name)
13262         (message-header-xheader, message-separator, message-cited-text)
13263         (message-mml): Lighten colors of faces used for dark background.
13264
13265 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13266
13267         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13268         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13269
13270 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * message.el (message-narrow-to-headers-or-head):
13273         Ignore mail-header-separator in the body.
13274
13275 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13278         same as window size.
13279
13280 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13281
13282         * message.el (message-font-lock-keywords): Use message-header-xheader
13283         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13284         ahead of the anything pattern, to get it recognized.
13285
13286 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13289         spam.el loads uses it in the compiled defadvice form.
13290
13291 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13292
13293         * gnus-sum.el (gnus-articles-to-read)
13294         (gnus-summary-insert-old-articles): Don't truncate group name for
13295         `read-string'.
13296
13297         * gnus-util.el (gnus-limit-string): Delete this function.
13298
13299         * gnus-sum.el (gnus-simplify-subject-fully):
13300         Use `truncate-string-to-width' instead.
13301
13302 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13303
13304         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13305         Tell if, on summary exit, the next group has to be selected.
13306         (gnus-summary-exit): Use it.
13307
13308 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13311         non-break space.
13312
13313 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13316         Check if group is not a directory.
13317         (nnfolder-request-expire-articles): Don't delete articles if the target
13318         group is not available.
13319
13320         * nnml.el (nnml-request-create-group): Properly check if group is not a
13321         file.
13322         (nnml-request-expire-articles): Don't delete articles if the target
13323         group is not available.
13324
13325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13326         Don't quote characters that are within parentheses.
13327
13328 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13331         (gnus-handle-ephemeral-exit): Select article according to it.
13332
13333 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * message.el (message-insert-formated-citation-line): Remove newline.
13336         (message-citation-line-format): Add final \n here so that the user can
13337         avoid a blank line.
13338
13339 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13340
13341         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13342         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13343         Update lanl/arXiv support.
13344
13345 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * gnus.el: Bump version number.
13348
13349 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * gnus.el (gnus-version-number): Bump version.
13352
13353 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13354
13355         * gnus.el: No Gnus v0.6 is released.
13356
13357 2007-04-27  Didier Verna  <didier@xemacs.org>
13358
13359         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13360         * gmm-utils.el (gmm-regexp-concat): ... here.
13361         * message.el: Don't require 'gnus-util.
13362         (message-dont-reply-to-names): Handle name change above.
13363         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13364
13365 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13368         since the initial value varies according to the system.
13369
13370 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13373
13374 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13375
13376         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13377
13378 2007-04-24  Didier Verna  <didier@xemacs.org>
13379
13380         Improve the type of gnus-ignored-from-addresses.
13381         * gnus-util.el (gnus-orify-regexp): New function.
13382         * message.el (gnus-util): Require it.
13383         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13384         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13385         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13386
13387 2007-04-24  Didier Verna  <didier@xemacs.org>
13388
13389         * gnus-sum.el:
13390         * gnus-utils.el: Fix some trailing whitespaces.
13391
13392 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13395         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13396         article's Message-ID; refer parent article in summary buffer.
13397
13398         * message.el (message-bounce): Call mime-to-mml.
13399
13400         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13401         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13402         optimize and/or forms properly.
13403
13404 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13407         URL.
13408
13409 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13412
13413 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13416         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13417         displayed of multipart/alternative part if it is invoked from summary
13418         buffer.
13419
13420         * mm-view.el (mm-inline-text-html-render-with-w3m)
13421         (mm-inline-text-html-render-with-w3m-standalone)
13422         (mm-inline-render-with-function): Use mail-parse-charset by default.
13423
13424 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13425
13426         * parse-time.el (parse-time-string-chars): Check if CHAR
13427         is less than the length of parse-time-syntax.
13428
13429 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13432         from gnus-newsgroup-processable.
13433
13434 2007-04-16  Didier Verna  <didier@xemacs.org>
13435
13436         * gnus-msg.el (gnus-configure-posting-styles):
13437         Handle message-signature-directory properly with :file syntax.
13438         Reported by "Leo".
13439
13440 2007-04-11  Didier Verna  <didier@xemacs.org>
13441
13442         New user option: message-signature-directory.
13443         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13444         * message.el (message-insert-signature): Ditto.
13445         * message.el (message-signature-file): Doc update.
13446         * message.el (message-signature-directory): New.
13447
13448 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-msg.el (gnus-inews-yank-articles):
13451         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13452
13453 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * message.el (message-yank-original): Make sure cited text ends with
13456         newline; don't exchange point and mark.
13457
13458 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13459
13460         * tls.el (open-tls-stream): Properly handle case where there
13461         is no associated buffer.
13462
13463 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13464
13465         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13466         message-yank-original, make sure (< mark TEXT point).
13467
13468 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * message.el (message-fill-column): New variable.
13471         (message-mode): Use it.  Add comment on a possible new hook.
13472
13473         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13474         (nnmail-get-new-mail): Reformat.
13475
13476         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13477
13478         * gmm-utils.el: Fix Commentary.
13479         (gmm-tool-bar-from-list): Fix typo in doc string.
13480
13481 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13482
13483         * message.el (message-yank-original): Don't switch point and mark
13484         unnecessarily to put point and mark as documented.
13485
13486 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13489         from the message heads.
13490
13491 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13492
13493         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13494         article buffer does not have a window.  This may not be the best
13495         solution but is certainly better than setting the start of the null,
13496         that is the current, window.
13497
13498 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13501         (gnus-draft-setup): Run it.
13502
13503         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13504         gnus-score-fast-scoring.  Allow regexp.
13505         (gnus-score-headers): Use it.
13506
13507         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13508         XEmacs.
13509
13510         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13511         string.
13512         (gnus-button-alist): Also catch `<f1> k ...'.
13513         (gnus-treat-display-x-face): Fix doc string.
13514
13515 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13516
13517         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13518         evaluation of gnus-extended-version to ensure correct generation of the
13519         User-Agent header when message-generate-headers-first is used.
13520
13521 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13522
13523         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13524         hashcash-path is nil.  Don't call callback with incorrect number of
13525         parameters if val is 0.
13526
13527 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13528
13529         * message.el (message-required-news-headers):
13530         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13531
13532 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13533
13534         * tls.el (open-tls-stream): In handshake-waiting loop,
13535         don't wait more if there is output available to process.
13536
13537 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13538
13539         * tls.el (tls-program): Doc fix.
13540
13541 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * message.el (message-generate-new-buffers): Change the meaning of the
13544         nil value; add `standard' to the choices; treat t as `unique'; improve
13545         doc string.
13546         (gnus-select-frame-set-input-focus): Autoload.
13547         (message-buffer-name): Search for the existing message buffer if
13548         message-generate-new-buffers is nil or `standard'; treat the value t of
13549         message-generate-new-buffers as `unique'.
13550         (message-pop-to-buffer): Raise the frame already displaying the message
13551         buffer; clear the echo area after querying.
13552         (message-setup): Pass the `continue' argument to compose-mail.
13553         (message-mail): Prefer `switch-function' if it is given; search for the
13554         existing message buffer if the `continue' argument is non-nil; pass
13555         continue and switch-function arguments to compose-mail by way of
13556         message-setup.
13557         (message-mail-other-window): Adjust argument of message-setup.
13558         (message-mail-other-frame): Ditto.
13559
13560 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13563         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13564         to turn font-lock on when turning gnus-message-citation-mode on.
13565
13566 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13567
13568         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13569         (mml-smime-function-alist): New variable; add epg as the backend.
13570         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13571         mml-smime- functions instead.
13572         * mm-view.el: Require smime.
13573
13574 2007-03-05  Didier Verna  <didier@xemacs.org>
13575
13576         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13577         instead of just inheritance for posting styles.
13578         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13579
13580 2007-02-24  Chris Moore  <dooglus@gmail.com>
13581
13582         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13583         * pgg-pgp.el (pgg-pgp-encrypt-region):
13584         * pgg-gpg.el (pgg-gpg-encrypt-region):
13585         Check pgg-encrypt-for-me if no other recipients.
13586
13587 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13588
13589         * tls.el (tls-certtool-program): Fix custom type.
13590
13591 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13594         and point-at-eol instead of line-(beginning|end)-position.
13595
13596         * assistant.el (assistant-parse-buffer): Ditto.
13597
13598         * netrc.el (netrc-parse-services): Ditto.
13599
13600 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13601
13602         * mml2015.el (mml2015-epg-find-usable-key): New function.
13603         (mml2015-epg-sign): Use it.
13604         (mml2015-epg-encrypt): Use it.
13605
13606 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * message.el (message-make-in-reply-to): Quote name containing
13609         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13610         if there are special characters.  Reported by NAKAJI Hiroyuki
13611         <nakaji@jp.freebsd.org>.
13612
13613 2007-02-27  Didier Verna  <didier@xemacs.org>
13614
13615         Include the group parameters as well as the topic ones in the
13616         inheritance filter process.
13617         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13618         argument GROUP-PARAMS-LIST.
13619         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13620
13621 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * nntp.el (nntp-never-echoes-commands)
13624         (nntp-open-connection-functions-never-echo-commands): New variables.
13625         (nntp-send-command): Use them.
13626
13627 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13628
13629         * mml2015.el (mml2015-epg-verify): Simplify.
13630
13631 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mml.el (mml-content-disposition-alist): New user option.
13634         (mml-content-disposition): New function.
13635         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13636         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13637
13638 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13639
13640         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13641         verification.
13642
13643 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13644
13645         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13646         articles posted in the last 24 hours.
13647
13648 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13649
13650         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13651
13652 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13653
13654         * nntp.el (nntp-send-command): Don't wait for echoes when
13655         nntp-open-ssl-stream is used.
13656
13657 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13660         (gnus-message-add-citation-keywords)
13661         (gnus-message-remove-citation-keywords): Remove.
13662         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13663         directly, make the variables in font-lock-defaults buffer-local, add
13664         gnus-message-citation-keywords to them and then update the value of
13665         font-lock-keywords.
13666
13667 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * message.el (message-cite-original-1): Don't call
13670         gnus-article-highlight-citation.
13671
13672         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13673         citations; fix line count.
13674
13675 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13678         (gnus-message-add-citation-keywords)
13679         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13680         versions of font-lock-add-keywords and font-lock-remove-keywords to
13681         work with XEmacs correctly.
13682
13683 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-cite.el (gnus-cite-face-list): Set the values of
13686         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13687         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13688         (gnus-message-cite-prefix-regexp): New variable.
13689         (gnus-message-search-citation-line): Use it; protect against long
13690         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13691         the 0th match data for Emacs.
13692         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13693         (gnus-message-add-citation-keywords): Append keywords rather than
13694         prepending; emulate font-lock-add-keywords if it is not available.
13695         (gnus-message-remove-citation-keywords):
13696         Emulate font-lock-remove-keywords if it is not available.
13697
13698         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13699
13700         * message.el (message-cite-prefix-regexp): Set the value of
13701         gnus-message-cite-prefix-regexp.
13702
13703 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13704
13705         * nnweb.el (nnweb-google-parse-1): Update parser.
13706
13707 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13708
13709         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13710
13711 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13712
13713         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13714         regexp.
13715
13716 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13719         string-to-multibyte.
13720         (uudecode-decode-region-internal): Use it.
13721
13722         * lpath.el: Fbind string-as-multibyte for XEmacs.
13723
13724 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13727         Fix custom choice.
13728
13729         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13730
13731 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13732
13733         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13734
13735         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13736         `write-region' to respect `mm-inhibit-file-name-handlers'.
13737
13738 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13741         Use gnus-home-directory instead of "~/" or "$HOME".
13742
13743 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13744
13745         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13746         to mention filename.
13747         Add comments at beginning regarding usage.
13748         (encrypt-write-file-contents): Change interactive so a string is
13749         acceptable.  If the file has no associated model, show an error instead
13750         of a nonsense prompt.
13751
13752 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13753
13754         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13755         Thanks to Yoshihiko Yamada for kind notification of this typo.
13756
13757 2007-01-12  Kenichi Handa  <handa@m17n.org>
13758
13759         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13760         multibyte buffer.
13761
13762 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * gnus-score.el (gnus-score-fast-scoring): New variable.
13765         (gnus-score-headers): Use it.
13766
13767         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13768
13769         * message.el (message-cite-original-1):
13770         Call gnus-article-highlight-citation if requested.
13771         (message-make-from): Allow name and address as optional arguments.
13772
13773         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13774
13775         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13776         bugs to doc string.
13777         (gnus-button-alist): Add mid\\|message-id.
13778         (gnus-button-fetch-group): Extend for use in
13779         `browse-url-browser-function'.
13780         (gnus-button-url-regexp): Try to catch paired parentheses like in
13781         Wikipedia URLs.
13782
13783         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13784         Suggested by Simon Krahnke <overlord@gmx.li>.
13785
13786 2007-01-13  Romain Francoise  <romain@orebokech.com>
13787
13788         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13789         Update copyright.
13790
13791 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13792
13793         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13794
13795 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13796
13797         * gnus-registry.el (gnus-registry-unfollowed-groups)
13798         (gnus-registry-split-fancy-with-parent): Fix documentation.
13799
13800 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13801
13802         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13803         from nnweb groups.
13804
13805 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13806
13807         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13808         Xref urls.  Erase buffer before requesting head.
13809
13810         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13811
13812 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13815         customizable.
13816
13817 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13818
13819         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13820         no signing key is found.
13821         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13822         no encrypting and/or signing key is found.
13823
13824 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13827
13828 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13829
13830         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13831         headers read from disk with the ones newly found in the current search.
13832         This should no longer cause problems, because the article numbers in
13833         Gmane's `nov.php' output are ignored since the previous change.
13834
13835 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13836
13837         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13838
13839 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13842         replace-regexp-in-string; bind url-version; fbind display-images-p and
13843         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13844         find-face and set-itimer-function for Emacs; bind itimer-list for
13845         Emacs.
13846
13847         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13848
13849 2007-01-01  Romain Francoise  <romain@orebokech.com>
13850
13851         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13852
13853 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13854
13855         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13856         `define-minor-mode' macro definition expanded properly.
13857         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13858         exclude it there.
13859
13860         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13861         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13862         `fboundp' test.
13863         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13864         This is OK to autoload in (S)XEmacs now.
13865
13866 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867
13868         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13869         keystroke.
13870         (gnus-summary-limit-to-singletons): Fix typo.
13871
13872         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13873         else fails.
13874
13875 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13876
13877         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13878         docstring.
13879
13880         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13881         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13882         (gnus-summary-insert-dormant-articles): Fix typo in message.
13883
13884 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13887         nil for XEmacs.
13888         (gnus-message-citation-mode): Don't autoload in XEmacs.
13889
13890         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13891
13892 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13893
13894         * nnimap.el (nnimap-expunge-search-string):
13895         Mention nnimap-search-uids-not-since-is-evil in docstring.
13896
13897 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * spam.el: Revert to make-obsolete-variable because
13900         define-obsolete-variable-alias is not supported in Emacs 21.
13901
13902         * spam.el (spam-ifile-path, spam-ifile-database-path)
13903         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13904         make-obsolete-variable.
13905         (spam-bsfilter-path, spam-bsfilter-program)
13906         (spam-spamassassin-path, spam-spamassassin-program)
13907         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13908         Don't use "path" inappropriately.
13909         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13910         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13911         variable names.
13912
13913 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13914
13915         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13916         summary buffer.
13917
13918         * password.el (password-cache-remove): Use clear-string to burn
13919         password, if available.
13920
13921 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13924
13925         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13926
13927         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13928         (gnus-message-highlight-citation): Move defcustom here from
13929         gnus-cite.el.
13930         (gnus-message-citation-mode): Autoload.
13931
13932         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13933         checks to make it compile with XEmacs.
13934         (gnus-message-citation-mode): New minor mode.
13935         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13936         (gnus-message-highlight-citation): New variables.
13937         (gnus-message-search-citation-line)
13938         (gnus-message-add-citation-keywords)
13939         (gnus-message-remove-citation-keywords)
13940         (turn-on-gnus-message-citation-mode)
13941         (turn-off-gnus-message-citation-mode): New functions.
13942
13943 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13944
13945         * gnus-cite.el: Enable highlighting of different citation levels in
13946         message-mode.
13947
13948 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * message.el (message-make-fqdn): Fix comment.
13951         (message-bogus-system-names): Add ".local".
13952
13953         * spam.el (spam-ifile-path, spam-ifile-program)
13954         (spam-ifile-database-path, spam-ifile-database)
13955         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13956         Don't use "path" inappropriately.
13957         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13958         strings.
13959         (spam-check-ifile, spam-ifile-register-with-ifile)
13960         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13961         Use new variable names.
13962
13963         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13964         (gnus-treat-display-smileys): Simplify using
13965         gnus-image-type-available-p.
13966
13967         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13968         available.
13969
13970         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13971         Use `display-images-p' if available.
13972
13973 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13976         one after turning on the buffer's multibyteness instead of decoding
13977         them directly in the unibyte buffer that causes unexpected conversion
13978         in Emacs 23 (unicode).
13979
13980 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13981
13982         * message.el (message-generate-hashcash): Fix custom type.
13983
13984 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13987
13988 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13991         disconnect icons.  Add help text.
13992
13993 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13996         negated to be consistent with the others we handle.
13997
13998 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13999
14000         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14001         version of gnus-summary-buffer to something, so that we can use two
14002         article buffers at the same time.
14003
14004 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14007         trigger all the extra headers.
14008         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14009         sorting.
14010
14011 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14012
14013         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14014         solid groups.
14015
14016 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14017
14018         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14019
14020 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * legacy-gnus-agent.el: Add Copyright notice.
14023
14024 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14025
14026         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14027
14028 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14029
14030         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14031
14032         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14033         to make it work reliably in CVS Emacs.
14034         (gnus-summary-limit-strange-charsets-predicate)
14035         (gnus-summary-limit-to-predicate): New functions.
14036
14037 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14038
14039         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14040         specifying array size.
14041         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14042         array if it is too small.
14043         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14044         (gnus-sort-threads-loop): New function.
14045
14046 2006-12-06  Chris Moore  <dooglus@gmail.com>
14047
14048         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14049         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14050
14051 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14052
14053         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14054         options.
14055
14056 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14059         DOS-ing the recipient.
14060
14061         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14062         the headers when creating the mapping to avoid mismappings.
14063         (nnweb-gmane-create-mapping): Always nix out old mapping.
14064
14065 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14068         and mm-verify-option to never.
14069
14070 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * message.el (message-signed-or-encrypted-p): New function.
14073         (message-forward-make-body): Use it.
14074
14075         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14076         Replace encode-coding-string with mm-encode-coding-string.
14077
14078 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * nneething.el (nneething-decode-file-name):
14081         Replace decode-coding-string with mm-decode-coding-string.
14082
14083         * gnus-int.el (gnus-open-server): Say failed server's name.
14084
14085 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14086
14087         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14088         strings to a single string.  Quote `errors-file-name'.
14089         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14090         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14091         Adjust calls.  Use `shell-quote-argument'.
14092
14093 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14094
14095         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14096         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14097
14098         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14099         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14100         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14101         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14102         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14103         (gnus-subscribe-newsgroup, gnus-1):
14104         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14105         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14106         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14107         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14108
14109 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14110
14111         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14112         keystroke.
14113         (gnus-summary-limit-to-bodies): Implement headersp.
14114
14115 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14118
14119 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14122
14123 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * message.el (message-generate-hashcash): Expand range of values to
14126         include `opportunistic'.
14127         (message-send-mail): Use it.
14128
14129 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14130
14131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14132         and comment it.
14133
14134         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14135
14136 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * gnus-util.el (gnus-extract-address-components): Improve comment.
14139
14140 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-util.el (gnus-extract-address-components): Work with address in
14143         which the name portion contains @.
14144
14145         * lpath.el: Fbind custom-autoload.
14146
14147 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gnus.el (gnus-start): Move custom group up.
14150         (gnus-select-method): Don't autoload, but make it available for
14151         `customize-variable'.
14152         (gnus-getenv-nntpserver): Don't autoload.
14153
14154 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14157
14158 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * message.el (message-sendmail-extra-arguments): New variable.
14161         (message-send-mail-with-sendmail): Use it.
14162
14163 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14166         mm-with-unibyte-current-buffer to make string unibyte.
14167
14168         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14169         mm-string-as-multibyte.
14170
14171 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14172
14173         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14174         Reported by Werner Koch <wk@gnupg.org>.
14175
14176 2006-11-14  Daiki Ueno  <ueno@p360>
14177
14178         * mml2015.el: Autoload epa-select-keys when compiling.
14179
14180 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14181
14182         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14183         message-options.
14184         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14185
14186 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14187
14188         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14189         EasyPG (< 0.0.6).
14190         (mml2015-always-trust): New user option.
14191         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14192         prompt.
14193
14194 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * nntp.el (nntp-authinfo-force): New variable.
14197         (nntp-send-authinfo): Use it.
14198
14199 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14202         decode encoded words.  Improve prompt.  Add comment about forwarding.
14203         (message-replacement-char): Move up.
14204
14205 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14206
14207         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14208         instead of gnus-intersection because arguments of gnus-sorted-nunion
14209         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14210
14211 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14214         (message-simplify-subject-functions):
14215         Enable message-strip-subject-encoded-words by default.
14216
14217 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * message.el (message-strip-subject-encoded-words): New function.
14220         (message-simplify-subject-functions): New variable.
14221         (message-simplify-subject): Use it.  Fix typo in doc string.
14222         Support message-strip-subject-encoded-words.
14223
14224 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14225
14226         * gnus-diary.el (gnus-diary-delay-format-function):
14227         * nndiary.el (nndiary-reminders):
14228         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14229
14230 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-art.el (article-hide-boring-headers): Fetch date from
14233         gnus-original-article-buffer to avoid problems with localized date
14234         strings.
14235
14236 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14239
14240 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14243         New variables.
14244         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14245         (mm-charset-synonym-alist): Move some entries to
14246         mm-codepage-iso-8859-list.
14247         (mm-charset-synonym-alist, mm-charset-override-alist):
14248         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14249
14250 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14253
14254 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14257         with Emacs 21 and XEmacs.
14258
14259 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * spam.el (spam-parse-address): New function for better parsing,
14262         catching errors, etc.
14263         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14264
14265 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * mm-view.el: Add interactive arg to html2text autoload.
14268
14269 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14272
14273 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14276         New variables.
14277         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14278         (mm-charset-synonym-alist): Move some entries to
14279         mm-codepage-iso-8859-list.
14280
14281         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14282
14283 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * message.el (message-citation-line-format)
14286         (message-insert-formated-citation-line): Fix implementation of %E, %N
14287         and %n according to the doc string.
14288
14289 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14290
14291         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14292         Use car-safe to avoid bad parses.
14293
14294 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14297         names.
14298
14299         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14300
14301 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14304         header.
14305
14306         * message.el (message-draft-headers): Add Date.
14307         (message-headers-to-generate): Fix typo in docstring.
14308
14309         * nndraft.el (nndraft-required-headers): New variable.
14310         (nndraft-generate-headers): Use it.
14311
14312         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14313
14314 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14315
14316         * gnus-registry.el (gnus-registry-wash-for-keywords)
14317         (gnus-registry-find-keywords): New functions to allow easy searching of
14318         articles that are in the registry.
14319
14320 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14323         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14324         Reported by Damien Elmes <damien@repose.cx>.
14325
14326 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * gnus.el (gnus-mime): Remove unused custom group.
14329
14330 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14331
14332         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14333         "blank line" when searching for end of armor headers.
14334
14335 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gmm-utils.el (gmm-write-region): Fix variable name.
14338
14339 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gmm-utils.el (gmm-write-region): New function based on compatibility
14342         code from `mm-make-temp-file'.
14343
14344         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14345
14346         * nnmaildir.el (nnmaildir--update-nov)
14347         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14348         Use `gmm-write-region'.
14349
14350 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14353         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14354
14355         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14356
14357         * message.el (message-replacement-char): New variable.
14358         (message-fix-before-sending): Use it.
14359         (message-simplify-subject): New function to remove duplicate code.
14360         (message-reply, message-followup): Use it.
14361
14362         * gnus-sum.el (gnus-summary-make-menu-bar):
14363         Clarify gnus-summary-limit-to-articles.
14364
14365 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-util.el (gnus-with-local-quit): New macro.
14368
14369         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14370
14371 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14374         ignore non-string data.
14375
14376 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14379         non-string data (needs to be done in the registry too).
14380
14381 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14384         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14385         (gnus-registry-split-fancy-with-parent)
14386         (gnus-registry-fetch-simplified-message-subject-fast)
14387         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14388         Remove text properties on ingress into the registry and when it's saved.
14389         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14390         registry from entries with no groups.
14391
14392 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14395         function to remove string properties.
14396
14397 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * gmm-utils.el (gmm): Adjust custom version.
14400
14401         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14402         Adjust custom version.
14403
14404         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14405
14406 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * gnus-art.el (gnus-insert-prev-page-button)
14409         (gnus-insert-next-page-button): Simplify.  Reformat.
14410
14411 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14412
14413         * gnus-art.el (gnus-insert-prev-page-button)
14414         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14415
14416 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14417
14418         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14419
14420 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14421
14422         * gnus-art.el (gnus-insert-mime-button)
14423         (gnus-insert-mime-security-button):
14424         Apply gnus-article-button-face to MIME and security buttons.
14425
14426 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14429         readable.
14430
14431 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14434
14435 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14436
14437         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14438         `browse-url-of-file' instead of `browse-url'.
14439
14440 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14441
14442         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14443         regexp.  Articles containing quotation were cut prematurely.
14444
14445 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * message.el (message-cite-original-1): Use nobody by default for the
14448         value of From header.
14449         (message-reply): Ditto.
14450
14451 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14452
14453         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14454         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14455         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14456
14457 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14460         mails in the doc string.  Add some URLs in comment.
14461         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14462
14463 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14466         backslashes handling and the way to find boundaries of quoted strings.
14467
14468 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14469
14470         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14471         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14472         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14473         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14474
14475 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14478         doc string.
14479         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14480
14481 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * lpath.el: Fbind epg-check-configuration.
14484
14485 2006-09-06  Simon Josefsson  <jas@extundo.com>
14486
14487         * mml2015.el (mml2015-use): Doc fix, mention epg.
14488
14489 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14490
14491         * mml2015.el (mml2015-use): Default to epg, if available.
14492
14493 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14494
14495         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14496         message-sender.
14497         (mml1991-epg-encrypt): Ditto.
14498         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14499         message-sender.
14500         (mml2015-epg-encrypt): Ditto.
14501
14502 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14503
14504         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14505         several common directories.
14506
14507 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14508
14509         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14510         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14511
14512 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-art.el (article-decode-encoded-words): Make it fast.
14515
14516 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14519
14520         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14521         in quoted string into `\'.
14522
14523 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14526         Use standard-syntax-table.
14527
14528 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-art.el (gnus-decode-address-function): New variable.
14531         (article-decode-encoded-words): Use it to decode headers which are
14532         assumed to contain addresses.
14533         (gnus-mime-delete-part): Remove useless `or'.
14534
14535         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14536         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14537         (gnus-nov-parse-line): Use it to decode From header.
14538         (gnus-get-newsgroup-headers): Ditto.
14539         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14540
14541         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14542         (mail-decode-encoded-address-string): New alias.
14543
14544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14545         New function.
14546         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14547         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14548         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14549         (rfc2047-decode-string): Ditto.
14550         (rfc2047-decode-address-region): New function.
14551         (rfc2047-decode-address-string): New function.
14552
14553 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14554
14555         * message.el (message-caesar-buffer-body): Allow rotating headers.
14556
14557         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14558
14559         * message.el (message-insert-formated-citation-line): Fix %f.
14560         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14561
14562 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14565         (gnus-bookmark-mouse-available-p): New macro.
14566         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14567         (gnus-bookmark-bmenu-show-infos): Use it.
14568         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14569         (gnus-bookmark-bmenu-hide-infos): Ditto.
14570         (gnus-bookmark-remove-properties): New function.
14571         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14572         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14573         (gnus-bookmark-write-file): Bind coding-system-for-write.
14574         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14575         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14576         group before selecting it.
14577         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14578         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14579         quit-window if it is not available; use gnus-mouse-2 and bind it to
14580         gnus-bookmark-bmenu-select-by-mouse.
14581         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14582         (gnus-bookmark-bmenu-select-by-mouse): New function.
14583
14584 2006-08-13  Romain Francoise  <romain@orebokech.com>
14585
14586         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14587         space.
14588
14589 2006-08-10  Romain Francoise  <romain@orebokech.com>
14590
14591         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14592         (dns-mode-soa-auto-increment-serial): New user option.
14593         (dns-mode-soa-maybe-increment-serial): New function.
14594         (dns-mode): Add the latter to `write-contents-functions'.
14595
14596 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * compface.el (uncompface): Use binary rather than raw-text-unix.
14599
14600 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * compface.el (uncompface): Make sure the eol conversion doesn't take
14603         place when communicating with the external programs.
14604         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14605
14606 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14609
14610 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14611
14612         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14613         Make it more robust by parsing author and date independently.
14614
14615 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14618
14619 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14620
14621         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14622         first matching secret key.
14623         (mml2015-epg-encrypt): Ditto.
14624
14625         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14626         first matching secret key.
14627         (mml1991-epg-encrypt): Ditto.
14628
14629         * mml2015.el (mml2015-encrypt-to-self): New user option.
14630         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14631         mml2015-epg-encrypt-to-self is set.
14632
14633         * mml1991.el (mml1991-encrypt-to-self): New variable.
14634         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14635         mml1991-epg-encrypt-to-self is set.
14636
14637         * mml2015.el (mml2015-signers): New user option.
14638         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14639         (mml2015-epg-encrypt): Allow to select signing keys.
14640
14641         * mml1991.el (mml1991-signers): New variable.
14642         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14643         (mml1991-epg-encrypt): Allow to select signing keys.
14644
14645 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * nnheader.el (nnheader-insert-head): Make it work even if the file
14648         uses CRLF for the line-break code.
14649
14650 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14651
14652         * mml2015.el: Require mml-sec instead of password.
14653         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14654         (mml2015-cache-passphrase): Inherit the default value from
14655         mml-secure-cache-passphrase.
14656         (mml2015-passphrase-cache-expiry): Inherit the default value from
14657         mml-secure-passphrase-cache-expiry.
14658
14659         * mml1991.el: Require mml-sec instead of password.
14660         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14661         (mml1991-cache-passphrase): Inherit the default value from
14662         mml-secure-cache-passphrase.
14663         (mml1991-passphrase-cache-expiry): Inherit the default value from
14664         mml-secure-passphrase-cache-expiry.
14665
14666         * mml-sec.el: Require password.
14667         (mml-secure-verbose): New user option.
14668         (mml-secure-cache-passphrase): New user option.
14669         (mml-secure-passphrase-cache-expiry): New user option.
14670
14671 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14672             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14673
14674         * pgg-def.el (pgg-truncate-key-identifier):
14675         Truncate the key ID to 8 letters from the end.
14676
14677 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14678
14679         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14680         workaround for the url package included with Emacs.
14681
14682         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14683
14684 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14687         correctly.  This fixes a bug caused by the 2006-05-12 change.
14688
14689 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14690
14691         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14692         some information about the error when saying that the `bogus' mail
14693         group will be used.
14694
14695 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14698         string.
14699
14700 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14701
14702         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14703
14704 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14705
14706         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14707
14708 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14709
14710         * mml1991.el (mml1991-function-alist): Add epg.
14711         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14712         (mml1991-epg-encrypt): New functions.
14713
14714 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14715
14716         * mml2015.el (mml2015-verbose): New variable.
14717         (mml2015-cache-passphrase): Ditto.
14718         (mml2015-passphrase-cache-expiry): Ditto.
14719         (mml2015-function-alist): Add epg.
14720         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14721         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14722         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14723         New functions.
14724
14725 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14726
14727         * message.el (message-cite-original-1): Preserve region when removing
14728         quoted text due to X-No-Archive in order to avoid bogus attribution
14729         when citing multiple messages.
14730
14731 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14732
14733         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14734         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14735
14736 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus-diary.el (gnus-user-format-function-d)
14739         (gnus-user-format-function-D): Autoload.
14740
14741         * imap.el (Commentary): Fix typo.
14742
14743         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14744         2006-04-22 contribution.
14745
14746 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14747
14748         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14749         It didn't really fix the bogosity I'm seeing with solid web groups.
14750
14751 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14752
14753         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14754         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14755         created using server names.  If we use the feature without declaring
14756         it, Gnus does not properly manage server and group state.
14757
14758         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14759         bound.
14760
14761 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14762
14763         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14764         looking up the method using GROUP's prefix before inventing a new one.
14765         It is used on killed/unknown groups in various places where returning
14766         an all-new method isn't expected by the caller.
14767
14768         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14769         and match semantics of gnus-group-real-prefix.
14770
14771 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * nnmail.el (nnmail-broken-references-mailers): New variable.
14774         (nnmail-ignore-broken-references): New function generalizing
14775         nnmail-fix-eudora-headers.
14776         (nnmail-fix-eudora-headers): Now obsolete.
14777
14778         * gnus-art.el (gnus-button-handle-custom):
14779         Support `customize-apropos*'.
14780
14781 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14782
14783         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14784
14785         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14786         articles.
14787
14788 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * message.el (message-cite-reply-above): New variable.
14791         (message-yank-original): Use it.
14792
14793 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14796
14797 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14800         as read.
14801
14802         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14803
14804 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14807         (gnus-bookmark-default-file): Use gnus-directory.
14808         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14809         Remove "*" in doc string.
14810         (gnus-bookmark-write-file): Simplify.
14811         (gnus-bookmark-maybe-sort-alist): Use `when'.
14812         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14813         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14814         Add FIXME about Emacs 21 and XEmacs compatibility.
14815         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14816         compatibility.
14817         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14818         compatibility.
14819         (gnus-bookmark-menu-heading): Fix version.
14820
14821 2006-06-19  Bastien Guerry  <bzg@altern.org>
14822
14823         * gnus-bookmark.el: New file.
14824
14825 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * message.el (message-syntax-checks): Doc fix.
14828
14829 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14830
14831         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14832         unsubscribed groups as if they were killed ones.  It causes duplicate
14833         entries in gnus-newsrc-alist.
14834
14835 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * message.el (message-syntax-checks): Doc fix.
14838         (message-send-mail): Add check for continuation headers.
14839         (message-check-news-header-syntax): Fix regexp used to check for
14840         continuation headers.
14841
14842 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14845
14846 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14849
14850 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14853         default-truncate-lines.
14854
14855 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14858         to fill the utf-8 entry.
14859
14860         * lpath.el: Fbind unicode-precedence-list.
14861
14862 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14863
14864         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14865
14866 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14867
14868         * gnus-agent.el (directory-files-and-attributes): Move all the way
14869         forward (the third and final move).
14870         (gnus-agent-read-agentview): Trap reconstruction errors due to
14871         nonexistent directory.  Handle by returning nil.
14872
14873 2006-05-30  Didier Verna  <didier@xemacs.org>
14874
14875         * message.el (message-dont-reply-to-names): Update the custom type.
14876         * message.el (message-dont-reply-to-names): New defsubst: potentially
14877         convert a list of regexps into a single one.
14878         * message.el (message-get-reply-headers): Use it.
14879         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14880
14881 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-agent.el (directory-files-and-attributes): Move forward.
14884
14885 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * gnus-ml.el (gnus-mailing-list-subscribe)
14888         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14889         (gnus-mailing-list-message): Fix doc strings.
14890
14891 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14892
14893         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14894         of doing it manually.
14895
14896 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14899         comment.
14900
14901 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14902
14903         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14904         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14905         (gnus-agent-read-local): All symbols allocated in my-obarray.
14906         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14907         (gnus-agent-regenerate-group): Check numeric names to see if they are
14908         messages or groups.
14909         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14910         better way of do this...)
14911
14912         * gnus-cache.el (gnus-agent-total-fetched-for):
14913         Ignore 'dummy.group' (there should be a better way of do this...)
14914
14915 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14918         (gnus-saved-headers): Ditto.
14919         (gnus-default-article-saver): Mention functions may have properties.
14920         (gnus-article-save): Override gnus-save-all-headers and
14921         gnus-saved-headers by :headers property which saver function may have.
14922         (gnus-summary-save-in-file): Add :headers property.
14923         (gnus-summary-write-to-file): Ditto.
14924
14925         * gnus-sum.el (gnus-summary-save-article): Bind
14926         gnus-prompt-before-saving to t when saving many articles in a file;
14927         always show all headers.
14928
14929         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14930
14931 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14934         marks.
14935
14936         * message.el (message-indent-citation): Add optional arguments to allow
14937         using it outside of message buffers.
14938
14939         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14940         (gnus-article-treat-unfold-headers): Use it.
14941         (gnus-article-truncate-lines): New variable.
14942         (gnus-article-mode): Use it.
14943         (gnus-article-toggle-truncate-lines): New function.
14944
14945         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14946         Add gnus-article-toggle-truncate-lines.
14947
14948         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14949         coding system in XEmacs, use binary.
14950
14951 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14954         after-load-alist.
14955
14956         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14957         this function should save decoded articles.
14958         (gnus-summary-write-to-file): Use property to specify this function
14959         should save decoded articles and specify gnus-summary-save-in-file
14960         should be used to save articles other than the first one when saving
14961         many articles.
14962         (gnus-summary-save-body-in-file): Use property to specify this
14963         function should save decoded articles.
14964         (gnus-summary-write-body-to-file): Use property to specify this
14965         function should save decoded articles and specify
14966         gnus-summary-save-body-in-file should be used to save articles other
14967         than the first one when saving many articles.
14968
14969         * gnus-sum.el (gnus-summary-save-article): Simplify.
14970
14971 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (gnus-default-article-saver):
14974         Add gnus-summary-write-body-to-file.
14975         (gnus-article-save-coding-system): Don't use coding system object
14976         in XEmacs.
14977         (gnus-read-save-file-name): Add optional `dir-var' argument which
14978         specifies directory in which files are saved; work even if optional
14979         `variable' argument is not specified.
14980         (gnus-summary-write-to-file): Read file name.
14981         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14982         (gnus-summary-write-body-to-file): New function.
14983
14984         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14985         (gnus-summary-local-variables): Add it.
14986         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14987         (gnus-summary-save-article): Remove optional `decode' argument;
14988         determine whether to decode articles by the value of
14989         gnus-default-article-saver; when saving many files using
14990         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14991         it first and use gnus-summary-save-in-file or
14992         gnus-summary-save-body-in-file thereafter unless
14993         gnus-prompt-before-saving is always; move point to article which
14994         will be saved.
14995         (gnus-summary-save-article-file): Revert.
14996         (gnus-summary-write-article-file): Revert.
14997         (gnus-summary-save-article-body-file): Revert.
14998         (gnus-summary-write-article-body-file): New function.
14999
15000 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-art.el (gnus-default-article-saver): Doc fix.
15003         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15004         from gnus-summary-save-article-coding-system, and default to a
15005         certain coding system.
15006         (gnus-output-to-file): Add coding cookie and encode text according
15007         to gnus-article-save-coding-system; don't use mm-append-to-file.
15008
15009         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15010         gnus-art.el and rename to gnus-article-save-coding-system.
15011         (gnus-summary-save-article): Require gnus-art; don't show all
15012         headers if it decodes articles; don't add coding cookie here;
15013         don't bind mm-text-coding-system-for-write.
15014         (gnus-summary-save-article-file): Save decoded articles.
15015         (gnus-summary-write-article-file): When saving many files, use
15016         gnus-summary-write-to-file first and gnus-summary-save-in-file
15017         thereafter unless gnus-prompt-before-saving is always.
15018         (gnus-summary-save-article-body-file): Save decoded articles.
15019
15020         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15021
15022 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * nnrss.el (nnrss-check-group): Bind hash-index.
15025
15026 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15027
15028         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15029         its hash index.  Store this hash in `nnrss-group-data'.
15030         (nnrss-read-group-data): Update accordingly.
15031
15032 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15035         entry.
15036
15037         * gnus-sum.el (gnus-summary-make-menu-bar):
15038         Add gnus-article-browse-html-article.
15039
15040 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15041
15042         * gnus-sum.el (gnus-summary-mime-map):
15043         Add gnus-article-browse-html-article.
15044
15045         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15046
15047 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15050         suitable coding systems in customize.
15051
15052 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * mail-source.el (mail-sources): Fix custom type.
15055
15056 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15059         (gnus-summary-expire-articles-now): Shorten prompt.
15060
15061         * gmm-utils.el (wid-edit): Require.
15062         (defun-gmm): Rename from `gmm-defun-compat'.
15063         (gmm-image-search-load-path): Use it.
15064         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15065
15066 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-sum.el (gnus-summary-save-article-coding-system):
15069         New variable.
15070         (gnus-summary-save-article): Add optional `decode' argument.
15071         If it is set and gnus-summary-save-article-coding-system is non-nil,
15072         save decoded article.
15073         (gnus-summary-write-article-file): Save decoded article if
15074         gnus-summary-save-article-coding-system is non-nil.
15075
15076         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15077         type.
15078
15079 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15082
15083 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15086         first to test gnus-single-article-buffer which may be buffer-local.
15087
15088         * gnus-sum.el (gnus-summary-setup-buffer):
15089         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15090         group; make gnus-article-buffer, gnus-article-current, and
15091         gnus-original-article-buffer always buffer-local.
15092         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15093         group.
15094         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15095
15096 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15097
15098         * nnml.el (nnml-request-compact-group): Compressed files might not
15099         have .gz extension.
15100
15101 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15102
15103         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15104         (mm-copy-to-buffer): Use with-current-buffer.
15105         (mm-display-part): Simplify.
15106         (mm-inlinable-p): Add optional arg `type'.
15107
15108 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15109
15110         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15111         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15112         Try harder to show the attachment internally or externally using
15113         gnus-mime-view-part-as-type.
15114
15115 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * message.el (message-from-style, message-signature-separator)
15118         (message-user-organization-file, message-send-mail-function)
15119         (message-citation-line-function, message-yank-prefix)
15120         (message-indent-citation-function, message-signature)
15121         (message-signature-file, message-signature-insert-empty-line):
15122         Remove autoloads.
15123
15124         * gnus-art.el (gnus-buttonized-mime-types):
15125         Remove "multipart/signed".  Revert 2006-04-26 change.
15126
15127 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15128
15129         * gnus.el (gnus-version-number): Bump version.
15130
15131 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15132
15133         * gnus.el: No Gnus v0.5 is released.
15134
15135 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15136
15137         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15138         fetching articles by message-id.
15139
15140 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * message.el (hashcash): Require hashcash as normal.
15143
15144         * ecomplete.el (ecomplete-highlight-match-line):
15145         Use point-at-eol.
15146         (ecomplete-highlight-match-line): Use `highlight', because that
15147         face exists in both Emacs and XEmacs.
15148
15149         * message.el (message-display-abbrev): Use point-at-bol.
15150
15151         * mail-source.el: Don't require timer/timer-funcs.
15152
15153         * gnus-async.el: Ditto.
15154
15155         * password.el: Ditto.
15156
15157         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15158
15159         * mm-url.el: Ditto.
15160
15161         * gnus-xmas.el: Don't require timer-funcs.
15162
15163         * mm-util.el: Require timer/timer-funcs.
15164
15165 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15166
15167         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15168         Close.
15169
15170 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15173         unibyte after clear-decrypt function runs.
15174
15175         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15176         returns as a unibyte string.
15177
15178 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * lpath.el: Revert.
15181
15182         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15183         (pgg-gpg-process-sentinel): Revert.
15184
15185         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15186         (pgg-pgp-lookup-key): Revert.
15187
15188         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15189         (pgg-pgp5-lookup-key): Revert.
15190
15191         * pgg.el (pgg-fetch-key): Revert.
15192
15193 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * lpath.el: Fbind string-as-multibyte for XEmacs.
15196
15197         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15198         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15199         (mml1991-pgg-encrypt): Ditto.
15200
15201         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15202         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15203         a multibyte buffer.
15204
15205         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15206         (pgg-pgp-lookup-key): Ditto.
15207
15208         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15209         (pgg-pgp5-lookup-key): Ditto.
15210
15211         * pgg.el (pgg-fetch-key): Ditto.
15212
15213 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * message.el (message-user-organization-file): Check several
15216         locations of the organization file.
15217
15218         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15219         Add gnus-article-view-part-as-type.
15220
15221         * gnus-art.el (gnus-article-view-part-as-type): New function.
15222
15223         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15224         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15225
15226         * mml.el: Simplify autoload.
15227         (mml-mode): defvar dnd-protocol-alist instead of using
15228         symbol-value.
15229         (mml-default-directory): New variable.
15230         (mml-minibuffer-read-file): Use it.
15231         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15232
15233         * message.el (message-citation-line-format): New variable.
15234         (message-insert-formated-citation-line): New function.
15235         (message-citation-line-function):
15236         Add `message-insert-formated-citation-line' to custom type.
15237
15238         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15239         to doc string.
15240
15241         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15242         depending on mm-verify-option.
15243
15244 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15247         binding pgg-* variables; reimplement the section which prevents
15248         MIME header from being signed.
15249         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15250         pgg-text-mode; remove a blank line at the top of body.
15251
15252         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15253         lines at the top of body; use gnus-newsgroup-charset if there's no
15254         Charset header.
15255
15256 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * message.el (message-self-insert-commands): Doc fix.
15259
15260         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15261         (mm-uu-pgp-encrypted-test): Ditto.
15262         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15263         between header and body; return application/pgp-encrypted handle
15264         if decryption failed; decode decrypted body by charset.
15265
15266         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15267         element match to application/pgp-*.
15268
15269 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15270
15271         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15272         HTML.
15273
15274 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15275
15276         * mail-source.el (mail-source-call-script): Message the error
15277         string.
15278
15279 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * gnus-util.el (gnus-byte-compile): Use it.
15282
15283 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15284
15285         * gnus-util.el (kill-empty-logs): New function.
15286
15287 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * message.el (message-mail-alias-type): Doc fix.
15290         (message-mail-alias-type-p): New function.
15291         (message-send): Use it.
15292         (message-mode): Ditto.
15293         (message-strip-forbidden-properties): Ditto.
15294
15295         * ecomplete.el (ecomplete-database-file-coding-system):
15296         New variable.
15297         (ecomplete-save): Use it.
15298         (ecomplete-setup): Use it.
15299
15300 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * message.el (message-self-insert-commands): New variable.
15303         (message-strip-forbidden-properties): Use it.
15304
15305 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15306
15307         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15308         that doesn't make XEmacs choke.
15309
15310 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-util.el (gnus-replace-in-string):
15313         Prefer replace-regexp-in-string over of replace-in-string.
15314
15315 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-util.el (gnus-select-frame-set-input-focus):
15318         Use select-frame-set-input-focus if it is available in XEmacs; use
15319         definition defined in Emacs 22 for old Emacsen.
15320
15321         * dgnushack.el: Autoload unmorse-region for XEmacs.
15322
15323         * lpath.el: Bind cursor-in-non-selected-windows and
15324         select-frame-set-input-focus for XEmacs.
15325
15326 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15329
15330 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15331
15332         * gnus-registry.el (gnus-registry-cache-save): Remove text
15333         properties when saving via the temp buffer.
15334
15335 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * message.el (message-generate-hashcash): Honor custom type.
15338
15339 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15340
15341         * message.el (message-generate-hashcash): Default to non-nil when
15342         hashcash is found.
15343
15344         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15345         (gnus-refer-thread-limit): Increase default to 500.
15346
15347         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15348
15349         * flow-fill.el (fill-flowed): Allow delete-space.
15350
15351 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15354         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15355         Remove autoloads.
15356
15357 2006-04-18  Simon Josefsson  <jas@extundo.com>
15358
15359         * message.el (message-generate-hashcash): Default to.
15360
15361 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15364         concatenating segments rather than before concatenating them.
15365
15366 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15367
15368         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15369
15370 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15371
15372         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15373
15374         * message.el (message-forward-make-body-plain):
15375         Allow message-forward-ignored-headers to be a list.
15376         (message-remove-ignored-headers): Factor out into function.
15377         (message-forward-make-body-mml): Use it.
15378
15379         * imap.el (imap-quote-specials): New function.
15380         (imap-login-auth): Quote specials.
15381
15382         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15383         (rfc2231-parse-string): Allow concatanation of parameters that
15384         aren't contiguous.  The test case is
15385           (mail-header-parse-content-type "message/external-body;
15386             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15387             access-type=LOCAL-FILE;
15388             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15389
15390 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15391
15392         * nntp.el (nntp-accept-process-output): Return the value of
15393         `nnheader-accept-process-output'.
15394
15395 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15396
15397         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15398         (gnus-button-alist): Recognize more diff formats.
15399         (gnus-button-patch): Strip directory.
15400
15401 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15404         Emacs 22 when setting focus.
15405
15406 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15407
15408         * gnus-art.el (gnus-article-treat-types): Do treatment of
15409         text/x-verbatim parts.
15410         (gnus-button-patch): New command.
15411
15412         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15413         addresses that contain invalid characters.
15414
15415 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15416
15417         * message.el (message-put-addresses-in-ecomplete):
15418         Use gnus-replace-in-string.
15419         (message-is-yours-p): Use the more correct
15420         mail-header-parse-address instead of
15421         mail-extract-address-components.
15422         (message-put-addresses-in-ecomplete): Fix typo.
15423
15424         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15425         keystroke.
15426
15427         * gnus-art.el (gnus-treatment-function-alist): Change order of
15428         newsgroups/generic header folding to avoid double-folding.
15429
15430         * message.el (message-hidden-headers): Add X-Draft-From.
15431
15432         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15433         New command.
15434         (gnus-summary-repeat-search-article-backward): New command.
15435
15436         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15437         groups in the parent topic.
15438
15439 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15440
15441         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15442         (spam-extra-header-to-number): Return the CRM114 number as a
15443         number instead of a string.
15444
15445 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15446
15447         * gnus-art.el (gnus-face-properties-alist): Move here from
15448         gnus-fun.
15449
15450         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15451
15452 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15453
15454         * message.el (message-strip-forbidden-properties): Only display on
15455         self-insert-command.
15456
15457         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15458         reindent.
15459         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15460
15461 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15462
15463         * smiley.el (smiley-style): Fix typo.
15464
15465 2006-03-23  Kenichi Handa  <handa@m17n.org>
15466
15467         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15468         instead of set-buffer-multibyte.
15469
15470 2006-03-23  Kenichi Handa  <handa@m17n.org>
15471
15472         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15473         buffer and then decode the buffer text if necessary.
15474         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15475         first, and after mm-encode-body, change the buffer to unibyte.
15476
15477 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15478
15479         * hashcash.el (hashcash-insert-payment-async-2):
15480         Use message-goto-eoh instead of doing it manually.
15481         (mail-add-payment): Use message-narrow-to-header instead of trying
15482         to do the same itself.
15483
15484         * message.el (message-hidden-headers): Add Face.
15485
15486         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15487         reparenting code.
15488         (gnus-summary-reparent-children): Refactored out code.
15489         (gnus-summary-thread-map): New keystroke.
15490         (gnus-summary-reparent-children): Make into command.
15491
15492         * smiley.el (smiley-style): Default to `medium' if using a large
15493         font.
15494
15495         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15496         does it itself.
15497
15498         * message.el (message-point-in-header-p): Simplify definition.
15499
15500 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15501
15502         * nnagent.el (nnagent-request-set-mark): Silence log file
15503         writing.
15504         (nnagent-request-set-mark): Use write-region instead of
15505         append-to-file.
15506
15507         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15508         strange select method.
15509
15510         * ecomplete.el (ecomplete-display-matches): Get highlightling
15511         right.
15512         (ecomplete-display-matches): Use literals.
15513         (ecomplete-display-matches): Disable message logging.
15514
15515         * message.el (message-display-abbrev): Small optimization.
15516
15517         * ecomplete.el (ecomplete-display-matches): Allow automatic
15518         display.
15519
15520         * message.el (message-strip-forbidden-properties):
15521         Display abbrevs.
15522         (message-display-abbrev): Get automatic display right.
15523
15524         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15525         keystrokes.
15526
15527 2006-04-13  Romain Francoise  <romain@orebokech.com>
15528
15529         TODO: Backport to v5-10!
15530
15531         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15532         Move here (and rename) from gnus-registry.el.
15533
15534         * gnus-registry.el: Require gnus-util.
15535         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15536
15537 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * gnus-group.el (gnus-group-catchup-current):
15540         Change if-then-else-if-then-else into cond.
15541         (gnus-group-catchup): Indent.
15542         (group-name-at-point): New function.
15543         (gnus-fetch-group): Provide default from thing at point.
15544
15545 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546
15547         * message.el (message-display-abbrev): Fix regexp.
15548
15549         * ecomplete.el (ecomplete-highlight-match-line):
15550         Reimplement choosing.
15551         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15552         dead variables.
15553
15554         * message.el (message-newline-and-indent): Remove debugging.
15555         (message-display-abbrev): Use new implementation.
15556
15557 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * gnus-art.el (gnus-article-mode):
15560         Set cursor-in-non-selected-windows to nil.
15561
15562         * smiley.el: Revert previous change.
15563         (smiley-data-directory): defvar it before using it in the
15564         defcustom of `smiley-style'.
15565
15566 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * message.el (message-newline-and-indent): New function.
15569
15570         * ecomplete.el: Implement more bits.
15571
15572         * message.el (message-put-addresses-in-ecomplete): Clean up the
15573         string.
15574
15575         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15576
15577         * gnus-sum.el (gnus-summary-save-parts):
15578         Bind gnus-summary-save-parts-counter and use it to make unique file
15579         names.
15580
15581         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15582
15583         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15584         parameter to say whether to actually parse the individual
15585         addresses.
15586
15587         * message.el (message-put-addresses-in-ecomplete): New function.
15588         (ecomplete): Require.
15589         (message-mail-alias-type): Add ecomplete as an option.
15590
15591 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15592
15593         * flow-fill.el (fill-flowed): Remove trailing space from blank
15594         quoted lines.
15595
15596 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * smiley.el (smiley-style): Move definition later to avoid a
15599         compilation warning.
15600
15601 2006-04-12  Kenichi Handa  <handa@m17n.org>
15602
15603         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15604         buffer and then decode the buffer text if necessary.
15605         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15606         first, and after mm-encode-body, change the buffer to unibyte.
15607         Use mm-disable-multibyte instead of set-buffer-multibyte.
15608
15609 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15612         Content-Type header instead of Content-Disposition header.
15613         (gnus-mime-inline-part): Ditto.
15614         (gnus-mime-view-part-as-charset): Ignore charset that the part
15615         specifies.
15616
15617         * mm-decode.el (mm-display-part): Work with external parts and
15618         usual parts similarly.
15619
15620         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15621         instead of gnus-display-mime.
15622
15623         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15624         instead of with-temp-buffer.
15625
15626         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15627         tag to summarized topics part in order to encode non-ASCII text.
15628
15629 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * smiley.el (smiley-style): New variable.
15632         (smiley-directory): New function.
15633         (smiley-data-directory): Derive from `smiley-style' using
15634         `smiley-directory'.
15635         (smiley-regexp-alist): Add new entries.
15636
15637         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15638         (gnus-article-browse-delete-temp): Add :version.
15639
15640 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15641
15642         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15643         the sieve region.
15644
15645 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * gnus.el (gnus-version-number): Bump version.
15648
15649 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * gnus.el: No Gnus v0.4 is released.
15652
15653 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15656         layout.
15657
15658         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15659         unknown charset.
15660
15661         * message.el (message-header-synonyms): Add Original-To to the
15662         default.
15663
15664         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15665         optional parameter.
15666
15667 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * gnus-fun.el (gnus): Require it for gnus-directory.
15670
15671 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15674
15675 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15676
15677         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15678
15679 2006-04-05  Simon Josefsson  <jas@extundo.com>
15680
15681         * password.el (password-reset): New function.
15682
15683 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15684
15685         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15686         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15687
15688 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15689
15690         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15691         Some whitespace was matched into the url, which broke browsing hits
15692         > 100 when mm-url-use-external was nil.
15693
15694 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15697         Check gnus-extra-headers for 'Newsgroups.
15698
15699         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15700         bound.
15701
15702 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15703
15704         * pgg-gpg.el: Clean up process buffers every time gpg processes
15705         complete.
15706
15707 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15710         doc string.
15711
15712 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15713
15714         * pgg-gpg.el (pgg-gpg-process-filter)
15715         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15716
15717         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15718         lines, temporary fix.
15719
15720 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15723
15724 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15725
15726         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15727         default-enable-multibyte-characters.  This reverts the change from
15728         revision 6.17 which is no longer necessary because the passphrase
15729         is sent separately now.  GnuPG messages are unreadable under
15730         multibyte locales with default-enable-multibyte-characters set to
15731         nil.
15732
15733 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15734
15735         * message.el (message-tool-bar-gnome): Move "spell".
15736
15737 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15740         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15741         instead.
15742
15743 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15744
15745         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15746         Improve newsgroups handling for NNTP overviews which don't include
15747         Newsgroups.
15748
15749 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15750
15751         * message.el (message-resend): Bind message-generate-hashcash to nil.
15752
15753 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15754
15755         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15756         when searching for already-paid recipients.
15757
15758 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15759
15760         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15761         passphrases when it is not needed.
15762         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15763         passphrase stuff from gpg, should only be necessary when you use
15764         gpg with a smartcard.
15765
15766 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * mml.el (mml-insert-mime): Ignore cached contents of
15769         message/external-body part.
15770
15771         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15772         (mm-insert-part): Ditto.
15773
15774 2006-03-23  Simon Josefsson  <jas@extundo.com>
15775
15776         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15777         Reiner.
15778         (pgg-gpg-use-agent-p): Use it again.
15779
15780 2006-03-23  Simon Josefsson  <jas@extundo.com>
15781
15782         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15783         older emacsen.
15784         (pgg-gpg-use-agent-p): Don't use it.
15785
15786 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15789         if we can.
15790
15791 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15792
15793         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15794         (pgg-gpg-update-agent): New function.
15795         (pgg-gpg-use-agent-p): New function.
15796         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15797         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15798         (pgg-gpg-sign-region): Use it.
15799
15800 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15803         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15804
15805 2006-03-21  Simon Josefsson  <jas@extundo.com>
15806
15807         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15808         <wilde@sha-bang.de>.
15809         (pgg-gpg-use-agent): New variable.
15810         (pgg-gpg-process-region): Use it.
15811         (pgg-gpg-encrypt-region): Likewise.
15812         (pgg-gpg-encrypt-symmetric-region): Likewise.
15813         (pgg-gpg-decrypt-region): Likewise.
15814         (pgg-gpg-sign-region): Likewise.
15815         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15816
15817 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15820
15821         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15822         Add comment on version.
15823
15824 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15825
15826         * smiley.el: Add missing test smiley.
15827
15828 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * mm-decode.el (mm-with-part): New macro.
15831         (mm-get-part): Use it; work with message/external-body as well.
15832         (mm-save-part): Treat name and filename equally.
15833
15834         * mm-extern.el (mm-extern-cache-contents): New function.
15835         (mm-inline-external-body): Use it; force the part to be displayed;
15836         move undisplayer added to the cached handle to the parent.
15837
15838         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15839         (gnus-mime-view-part-as-type): Work with message/external-body.
15840
15841         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15842
15843 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15846         images in image-load-path.  [Sync with image.el, revision 1.60, in
15847         Emacs.]
15848
15849 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15852         path rather than symbol.  Always return list of directories.
15853         Guarantee that image directory comes first.  [Sync with image.el,
15854         revision 1.59, in Emacs.]
15855
15856         * message.el (message-make-tool-bar): Adjust to new API of
15857         `gmm-image-load-path-for-library'.
15858
15859         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15860
15861         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15862
15863 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15864
15865         * gnus-art.el (gnus-article-only-boring-p):
15866         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15867         intangible text.
15868         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15869
15870 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15873         Use `defun' instead of `gmm-defun-compat'.
15874
15875 2006-03-14  Simon Josefsson  <jas@extundo.com>
15876
15877         * message.el (message-unique-id): Don't use message-number-base36
15878         if (user-uid) is a float.
15879         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15880
15881 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15884
15885         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15886         empty line between a part and a message part.
15887
15888 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * smiley.el: Add more test smileys.
15891         (smiley-data-directory, smiley-regexp-alist)
15892         (gnus-smiley-file-types): Fix doc strings.
15893         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15894         adding new elements.
15895         (smiley-mouse-map): Unused code.  Make it a comment.
15896
15897 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15900         scan latest NoCeM messages instead of old ones.
15901         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15902         delimiters that are recently used.
15903         (gnus-nocem-load-cache): Add autoload cookie.
15904
15905         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15906
15907         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15908         level which is larger than gnus-use-nocem is specified.
15909
15910         * gnus-group.el (gnus-group-get-new-news): Ditto.
15911
15912 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-util.el (gnus-tool-bar-update): New function.
15915
15916         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15917         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15918
15919         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15920
15921         * gnus-group.el (gnus-group-redraw-when-idle)
15922         (gnus-group-redraw-check): Remove.
15923         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15924
15925 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15928         if optional last element is specified in splits (FIELD VALUE...).
15929
15930 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15933         to gmm-image-load-path-for-library.  Call with no-error argument.
15934         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15935
15936         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15937
15938         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15939
15940         * gmm-utils.el (gmm-image-load-path): Remove alias.
15941
15942 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15943
15944         * gmm-utils.el (gmm-image-load-path): Add alias.
15945
15946         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15947         nnml-generate-nov-databases-1.
15948         (nnml-generate-nov-databases): Use it.
15949         (nnml-generate-nov-databases-directory): Document no-active
15950         argument.
15951
15952         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15953         directory if path is t.  Add no-error.
15954
15955         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15956         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15957
15958         * gnus-art.el (gnus-article-browse-delete-temp-files):
15959         Simplify resetting gnus-article-browse-html-temp-list.
15960
15961         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15962         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15963         Add example to docstring.  Rename local variables.  Move error
15964         checks to default case in cond and simplify.
15965
15966 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15969         handle is multipart when calling it recursively.
15970         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15971
15972 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15973
15974         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15975         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15976
15977 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15980         is loaded.
15981
15982         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15983         loaded.
15984
15985 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15988         to "Emacs 23 (unicode)" in doc string.
15989
15990         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15991         "Emacs 23 (unicode)" in comment.
15992
15993 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15996
15997         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15998         characters 160 through 255 in Emacs 23.
15999
16000 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16003         gnus-article-browse-html-temp.
16004         (gnus-article-browse-delete-temp): Make it customizable.
16005         Add `file'.  Adjust doc string.
16006         (gnus-article-browse-delete-temp-files): Add argument.
16007         Allow query for each file.  Adjust doc string.
16008         (gnus-article-browse-html-parts):
16009         Add `gnus-article-browse-delete-temp-files' to
16010         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16011
16012 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16013
16014         * gnus-art.el (gnus-article-browse-html-temp)
16015         (gnus-article-browse-delete-temp): New variables.
16016         (gnus-article-browse-delete-temp-files): New function.
16017         (gnus-article-browse-html-parts): Use it.
16018
16019 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16022
16023         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16024         string.
16025
16026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16027         gnus-summary-insert-new-articles when unplugged.
16028         Remove gnus-summary-search-article-forward.
16029
16030         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16031         display-visual-class instead of display-color-cells.
16032
16033 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * dgnushack.el: Autoload customize-group for XEmacs.
16036
16037         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16038         message/* containing non-ASCII text properly.
16039
16040 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * message.el: Require gmm-utils, remove autoloads.
16043         (message-tool-bar): Set default based on
16044         gmm-tool-bar-style.
16045         (message-tool-bar-gnome): Add gmm-customize-mode.
16046
16047         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16048         gmm-tool-bar-style.
16049         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16050
16051         * gnus-group.el (gnus-group-tool-bar): Set default based on
16052         gmm-tool-bar-style.
16053         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16054
16055         * gmm-utils.el (gmm-image-directory): Rename variable from
16056         gmm-image-load-path.
16057         (gmm-image-load-path): Use gmm-image-directory.
16058         (gmm-customize-mode): New function.
16059         (gmm-tool-bar-style): New variable.
16060
16061         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16062         gnus-group-redraw-line-number.
16063         (gnus-group-redraw-check): Simplify.
16064         (gnus-group-tool-bar-update): Remove redraw check.
16065         (gnus-group-make-tool-bar): Add redraw check.
16066
16067 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16068
16069         * gnus-art.el (gnus-button): Add missing parentheses.
16070
16071 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * lpath.el: Fbind line-number-at-pos.
16074
16075 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16078
16079 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * gnus-art.el (gnus-button): New face.
16082         (gnus-article-button-face): Use it.
16083
16084         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16085         Add gnus-summary-next-page.  Re-order.
16086
16087         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16088         next-node are now included.
16089         (gnus-group-redraw-line-number): New internal variable.
16090         (gnus-group-redraw-check): Helper function for updating the tool
16091         bar.
16092         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16093
16094         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16095
16096         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16097         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16098         Use it to match format of Spamassassin 3.0 and later.
16099         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16100         (spam-check-bogofilter)
16101         (spam-bogofilter-register-with-bogofilter): Fix args of
16102         `gnus-error' calls.
16103
16104 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16107         unnecessary interaction when sending queued mails.
16108         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16109
16110 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16111
16112         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16113         first or last are nil.
16114
16115 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16116
16117         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16118
16119 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16120
16121         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16122
16123 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124
16125         * dns.el (query-dns): Protect more against buggy tcp output.
16126
16127 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16130         nov.php.
16131
16132 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16133
16134         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16135         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16136         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16137         output on the server side.
16138         (nnweb-google-create-mapping): Update regexps and add some
16139         progress indication.
16140
16141 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * gnus-group.el (gnus-group-tool-bar-gnome):
16144         Fix gnus-agent-toggle-plugged.  Re-order icons.
16145         (gnus-group-tool-bar-gnome):
16146         Add gnus-group-{prev,next}-unread-group.
16147         (gnus-group-tool-bar-gnome): Re-order icons.
16148
16149         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16150         Move gnus-summary-insert-new-articles.
16151
16152         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16153         Fix comments.
16154
16155         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16156         also available in Emacs 21.3.
16157
16158         * message.el (message-fix-before-sending): Change "Emacs 22" to
16159         "Emacs 23 (unicode)" in comment.
16160
16161         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16162         "Emacs 23 (unicode)" in comment.
16163
16164         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16165         comment.
16166         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16167
16168         * mm-view.el (mm-fill-flowed): Add :version.
16169
16170 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16173         and load-path.
16174
16175 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * message.el: Autoload gmm-image-load-path.
16178         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16179         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16180         consitency.
16181
16182         * gmm-utils.el (gmm-image-load-path): Also search in
16183         "../etc/images".  Don't set gmm-image-load-path if we don't find
16184         the image.
16185
16186 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gmm-utils.el (gmm-image-load-path): Don't make
16189         `gmm-image-load-path' include subdirectories which the second arg
16190         `image' might specify.
16191
16192         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16193         subdirectory to icon file names.
16194
16195         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16196
16197 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16200         gmm-image-load-path calls.
16201
16202         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16203
16204         * message.el (message-make-tool-bar): Ditto.
16205
16206         * mml.el (mml-preview): Add comment concerning tool bar icons.
16207
16208         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16209         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16210
16211         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16212         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16213
16214         * message.el (message-tool-bar-gnome): Use new icon names.
16215         (message-make-tool-bar): Use `gmm-image-load-path'.
16216
16217         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16218         New functions from MH-E.
16219         (gmm-image-load-path): New variable from MH-E.
16220         (gmm-image-load-path): New function from MH-E.  Add arguments
16221         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16222         *-image-load-path-called-flag.
16223
16224 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16225
16226         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16227
16228 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16229
16230         * nnimap.el (nnimap-request-move-article): Change folder back to
16231         source group before deleting.
16232
16233 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16236
16237         * gnus-art.el (mm-url-insert-file-contents-external):
16238         Autoload mm-url.
16239
16240         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16241
16242 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16245         coding system which mm-charset-to-coding-system returns for a
16246         given charset is valid.
16247
16248 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16249
16250         * html2text.el (html2text-remove-tag-list):
16251         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16252
16253 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16254
16255         * gnus-cus.el: Revert 2005-10-17 change.
16256
16257 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-art.el (article-strip-banner):
16260         Call article-really-strip-banner only when the regexp match is made.
16261
16262 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-art.el (article-strip-banner):
16265         Use gnus-extract-address-components instead of
16266         mail-header-parse-addresses to make it work with non-ASCII text;
16267         remove mail-encode-encoded-word-string.
16268
16269         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16270         values which are surrounded with \"...\"; make it never cause a
16271         Lisp error; give up parsing of parameters if it failed in
16272         extracting type.
16273
16274 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16275
16276         * smime.el (smime-cert-by-ldap-1): Fix bug where
16277         `smime-ldap-search' returns results without userCertificates.
16278
16279 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16282
16283 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * spam.el (spam-check-spamassassin-headers): Adapt format for
16286         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16287         <ari@mbf.ocn.ne.jp>.
16288         (spam-list-of-processors): Add spam-use-gmane.
16289
16290 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16293         make-temp-file; make it work with XEmacs as well.
16294
16295         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16296         mm-make-temp-file.
16297
16298         * mm-decode.el (mm-display-external): Use the 3rd arg of
16299         mm-make-temp-file.
16300         (mm-create-image-xemacs): Ditto.
16301
16302 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16305         with message-narrow-to-headers.
16306         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16307         (gnus-draft-check-draft-articles): New function.
16308         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16309
16310 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-art.el (gnus-article-browse-html-parts):
16313         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16314         Don't use suffix argument for mm-make-temp-file for Emacs 21
16315         compatibility.  Remove useless `format'.
16316
16317 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16318
16319         * nnweb.el (nnweb-google-wash-article): Update regexps.
16320         (nnweb-group-alist): Use defvoo instead of defvar.
16321
16322 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16325         re-loading nn* modules.
16326
16327 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16330         for `tool-bar-mode' and don't check it's default-value.
16331
16332         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16333
16334         * message.el (message-make-tool-bar): Ditto.
16335
16336         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16337         `substring'.  Shorten tmp-file name.
16338
16339         * gnus.el: Remove bogus comment.
16340
16341 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16342
16343         * gnus-art.el (gnus-article-browse-html-parts): New function.
16344         (gnus-article-browse-html-article): New function for viewing html
16345         articles with a browser.
16346
16347 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16348
16349         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16350         in elisp.
16351         (pgg-gpg-encrypt-symmetric-region): Ditto.
16352         (pgg-gpg-sign-region): Ditto.
16353
16354         * pgg-def.el (pgg-text-mode): New variable.
16355
16356         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16357         (mml2015-pgg-encrypt): Ditto.
16358
16359         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16360         (mml1991-pgg-encrypt): Ditto.
16361
16362 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * nnfolder.el (nnfolder-insert-newsgroup-line):
16365         Use message-make-date instead of current-time-string.
16366
16367         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16368         to gnus-decoded which mm-uu might set.
16369
16370 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16373         don't decode quoted parameters; remove misimported Emacs code.
16374         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16375         (rfc2231-decode-encoded-string): Don't use split-string which
16376         behaves differently according to Emacs version; use
16377         mm-decode-coding-region to convert charset to coding-system.
16378         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16379         (rfc2231-encode-string): Remove misimported Emacs code.
16380
16381 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16384         when calling mail-header-parse-content-type.
16385         (article-de-quoted-unreadable): Ditto.
16386         (article-de-base64-unreadable): Ditto.
16387         (article-wash-html): Ditto.
16388
16389         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16390         calling mail-header-parse-content-type and
16391         mail-header-parse-content-disposition.
16392         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16393         mail-header-parse-content-type.
16394
16395         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16396         insert charset and format parameters; encode description after
16397         inserting it to buffer.
16398         (mml-insert-parameter): Fold lines properly even if a parameter is
16399         segmented into two or more lines; change the max column to 76.
16400
16401         * rfc1843.el (rfc1843-decode-article-body): Don't use
16402         ignore-errors when calling mail-header-parse-content-type.
16403
16404         * rfc2231.el (rfc2231-parse-string): Return at least type if
16405         possible; don't cause an error even if it fails in parsing of
16406         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16407         (rfc2231-encode-string): Don't break lines at the beginning, leave
16408         it to mml-insert-parameter.
16409
16410         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16411         calling mail-header-parse-content-type.
16412
16413 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * spam-report.el (spam-report-gmane-use-article-number):
16416         Improve doc string.
16417         (spam-report-gmane-internal): Check if a suitable header was found
16418         in the article.
16419
16420 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16423         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16424
16425 2006-02-05  Romain Francoise  <romain@orebokech.com>
16426
16427         Update copyright notices of all files in the gnus directory.
16428
16429 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16430
16431         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16432
16433 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16436         segmented lines of parameter value to cope with Thunderbird 1.5
16437         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16438         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16439         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16440
16441 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16442
16443         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16444         parts.
16445
16446 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16447
16448         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16449         there's only one active file for all servers.
16450         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16451         solid groups.  Gnus might have used a FAST request to select the group.
16452         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16453         and nnweb-search redundantly in the active file.
16454         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16455         (nnweb-request-create-group): Don't use ARGS.
16456         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16457         initializations.  Let nnoo do the work.
16458
16459 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16462         Say the part has been decoded.
16463
16464         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16465
16466 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16467
16468         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16469         mailcap-viewer-test-cache when there's no 'test clause, since that
16470         will invert the meaning of a "nil" test previously determined by
16471         mailcap-mailcap-entry-passes-test.
16472
16473 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16476         compiling.
16477
16478         * gnus-sum.el: Ditto.
16479
16480         * message.el: Don't bind tool-bar-map when compiling.
16481
16482 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16485
16486 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16487
16488         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16489         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16490         current Google Groups.
16491
16492 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16495         and tool-bar-mode.
16496
16497         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16498         and tool-bar-mode.
16499
16500         * message.el (message-tool-bar-update): Simplify.
16501         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16502
16503         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16504         gnus-summary-buffer.
16505         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16506         gnus-summary-reply.
16507
16508         * gmm-utils.el (gmm): Add :version.
16509
16510 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * Makefile.in (clean): New rule.
16513         (distclean): Use it.
16514
16515 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16516
16517         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16518         Don't autoload.
16519
16520 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gmm-utils.el (gmm-verbose): Add :group.
16523
16524 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * message.el: Change some comments WRT tool-bars.
16527
16528         * gnus-sum.el (gnus-summary-tool-bar)
16529         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16530         (gnus-summary-tool-bar-zap-list): New variables.
16531         (gnus-summary-make-tool-bar): Complete rewrite using
16532         `gmm-tool-bar-from-list'.
16533
16534         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16535         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16536         New variables.
16537         (gnus-group-make-tool-bar): Complete rewrite using
16538         `gmm-tool-bar-from-list'.
16539         (gnus-group-tool-bar-update): New function.
16540
16541         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16542
16543 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16546         is dissected into a single part of which the type is the same as
16547         the given one; decode charset.
16548
16549 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16550
16551         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16552         into alists as symbol not string, since that's what
16553         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16554         look for.
16555
16556 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16559         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16560
16561         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16562
16563 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16566         (gnus-xmas-mime-security-button-menu): New function.
16567
16568         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16569         (gnus-mime-security-button-menu): New definition.
16570         (gnus-mime-security-button-map): Use them.
16571         (gnus-mime-security-button-menu): New function.
16572         (gnus-insert-mime-security-button): Addition to help echo.
16573         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16574         (gnus-mime-security-pipe-part): New functions.
16575
16576         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16577         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16578
16579         * mm-decode.el (mm-handle-set-disposition): Remove.
16580         (mm-handle-set-description): Remove.
16581
16582 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16585         (mm-w3m-standalone-supports-m17n-p): New function.
16586         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16587         w3m usage.
16588
16589         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16590         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16591
16592 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16593
16594         * message.el (message-tool-bar-zap-list):
16595         Use gmm-tool-bar-zap-list as custom type.
16596         (message-tool-bar-update): New function.
16597         (message-tool-bar, message-tool-bar-gnome)
16598         (message-tool-bar-retro): Add message-tool-bar-update.
16599         (message-tool-bar-gnome): Add flyspell-buffer.
16600
16601         * gnus-util.el (gnus-error): Describe `args'.
16602
16603         * gmm-utils.el (gmm-error): Describe `args'.
16604         (gmm-tool-bar-zap-list): New widget.
16605         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16606
16607 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16610         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16611         the number of recursive calls.
16612
16613         * mm-decode.el (mm-handle-set-disposition): New macro.
16614         (mm-handle-set-description): New macro.
16615
16616 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16619         encoding.
16620
16621 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * message.el (message-tool-bar-zap-list, message-tool-bar)
16624         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16625         (message-tool-bar-local-item-from-menu): Remove.
16626         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16627         (message-make-tool-bar): New function.
16628         (message-mode): Use `message-make-tool-bar'.
16629
16630         * gmm-utils.el: New file.
16631         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16632         (gmm-lazy): New widget copied from `nnmail.el'.
16633         (gmm-tool-bar-from-list): New function for creating customizable
16634         tool bars.
16635         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16636         output.
16637         (gmm): Add :prefix to defgroup.
16638
16639 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16640
16641         * gmm-utils.el (gmm-widget-p): New function.
16642
16643 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * mml.el (mml-attach-file): Describe `description' in doc string.
16646         (mml-menu): Add Emacs MIME manual and PGG manual.
16647
16648 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16649
16650         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16651
16652 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16653
16654         * nntp.el (nntp-end-of-line): Doc fix.
16655
16656 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16657
16658         * imap.el (imap-open): Handle case where buffer is a buffer
16659         object.
16660
16661 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16662
16663         * gnus-delay.el (gnus-delay): Don't autoload.
16664         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16665         to be re-loaded when customizing the `gnus-delay' group.
16666
16667 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16668
16669         * message.el (message-insert-citation-line): Use newlines.
16670
16671 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16672
16673         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16674         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16675         these routines, so the passphrase can be managed externally and
16676         passed in to the system.
16677         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16678         pgg-add-passphrase-to-cache function.
16679
16680         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16681         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16682         these routines, so the passphrase can be managed externally and
16683         passed in to the system.
16684         (pgg-pgp5-sign-region): Use new name of
16685         pgg-add-passphrase-to-cache function.
16686
16687 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16688
16689         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16690         part of the decoded armor to find the key-identifier.
16691         (pgg-gpg-lookup-key-owner): New function to return the
16692         human-readable identifier of a key owner.
16693         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16694         itself.
16695         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16696         the key value) if we have a key and can match it against a secret
16697         key.  Also, added a note pointing out fact that the prompt only
16698         indicates the first matching key.
16699
16700         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16701         pgg-decrypt-region.
16702         (pgg-add-passphrase-to-cache): Rename from
16703         `pgg-add-passphrase-cache' to reduce confusion (all callers
16704         changed).
16705         (pgg-remove-passphrase-from-cache): Rename from
16706         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16707         changed).
16708         (pgg-read-passphrase, pgg-add-passphrase-cache)
16709         (pgg-remove-passphrase-cache): Add informative docstrings.
16710         (pgg-decrypt): Convey provided passphrase in subordinate call to
16711         pgg-decrypt-region.
16712
16713 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16714
16715         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16716         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16717         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16718         'passphrase' argument, so the passphrase can be managed externally
16719         and then passed in to the system.
16720
16721         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16722         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16723         so the passphrase cache can be used reliably with identifiers
16724         besides a pgp packet's key id.
16725
16726         * pgg-gpg.el (pgg-gpg-encrypt-region)
16727         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16728         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16729         these routines, so the passphrase can be managed externally and
16730         passed in to the system.
16731
16732         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16733         'notruncate' argument, so the passphrase cache can be used
16734         reliably with identifiers besides a pgp packet's key id.
16735
16736 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16737
16738         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16739         symmetric encryption.
16740         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16741         encrypted session key.
16742         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16743         message ask for the passphrase in a proper way.
16744
16745         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16746         New user commands for symmetric encryption.
16747
16748 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16751
16752         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16753
16754 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16755
16756         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16757
16758 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * mm-decode.el (mm-inlined-types): Add application/pgp.
16761         (mm-automatic-display): Ditto.
16762
16763         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16764         part as text.
16765
16766 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * nnrss.el: Update copyright.
16769         (nnrss-opml-import): Query whether to subscribe to each entry.
16770
16771         * gnus-art.el:
16772         * gnus-sum.el:
16773         * gnus-xmas.el:
16774         * messagexmas.el:
16775         * mm-uu.el:
16776         * mm-view.el: Update copyright.
16777
16778 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16779
16780         * message.el (message-info): New function.
16781         (message-mode-menu): Add it.
16782         Update copyright.
16783
16784         * ChangeLog: Fix and update copyright.
16785
16786 2006-01-13  Romain Francoise  <romain@orebokech.com>
16787
16788         * message.el (message-forward-subject-name-subject): Prefer the
16789         address to 'nowhere' if the sender has no name.
16790         Fix typo.  Update copyright year.
16791
16792 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (article-wash-html):
16795         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16796         (gnus-article-wash-html-with-w3m-standalone): New function.
16797
16798         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16799         mm-inline-text-html-render-with-w3m-standalone.
16800         (mm-text-html-washer-alist): Map w3m-standalone to
16801         gnus-article-wash-html-with-w3m-standalone.
16802         (mm-inline-text-html-render-with-w3m-standalone): New function.
16803
16804 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16807         Improve LaTeX.
16808
16809 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16812         (nnrss-request-article): Render text/plain parts as HTML.
16813
16814         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16815         the buffer.
16816
16817 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16820         custom definition of `gnus-posting-styles'.
16821
16822         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16823         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16824
16825 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16828         Use nntp for bug archive.
16829
16830 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16833         parts.
16834         (nnrss-normalize-date): New function converts ISO 8601 date into
16835         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16836         (nnrss-check-group): Use it.
16837
16838 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16841
16842         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16843         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16844         (nnrss-insert-w3): Ditto.
16845
16846 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16849         the articles to be forwarded including the case where neither a
16850         number of articles nor a region is specified.
16851
16852 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * nnrss.el (nnrss-request-article): Fix last change; fill
16855         text/plain parts.
16856
16857 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16860         in text/plain part.
16861         (nnrss-check-group): Don't add excessive newline to dc:subject.
16862
16863 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16864
16865         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16866         article.
16867
16868 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16871         (nnml-use-compressed-files, nnml-save-mail): Support other
16872         comression programs such as bzip2.
16873
16874 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * dns.el (query-dns): Make sure we check the buffer size before
16877         removing tcp headers.
16878
16879 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16882         remove MIME buttons associated with multipart/alternative parts.
16883         (gnus-mime-display-alternative): Tag buttons using `article-type'
16884         text property.
16885
16886         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16887         associated with multipart/alternative parts.
16888
16889         * gnus-art.el (gnus-signature-separator): Fix custom type.
16890
16891         * mm-decode.el (mm-inlined-types): Fix custom type.
16892         (mm-keep-viewer-alive-types): Ditto.
16893         (mm-automatic-display): Ditto.
16894         (mm-attachment-override-types): Ditto.
16895         (mm-inline-override-types): Ditto.
16896         (mm-automatic-external-display): Ditto.
16897
16898 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16899
16900         * spam-report.el (spam-report-user-mail-address)
16901         (spam-report-user-agent): New variables.
16902         (spam-report-url-ping-plain): Use spam-report-user-agent.
16903
16904 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16905
16906         * gnus-art.el (gnus-button-handle-custom): Do not just use
16907         `customize-apropos' for any "M-x customize-*" button but the
16908         function called for.  Accept both the function name and its
16909         argument in order to achieve this.
16910         (gnus-button-alist): Remove support for "custom:" URL's.
16911         Pass function name to `gnus-button-handle-custom' in case of "M-x
16912         customize-*" buttons.
16913
16914 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16917         multipart/alternative and add xref to mm-discouraged-alternatives
16918         in doc string.
16919
16920         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16921         gnus-buttonized-mime-types in doc string.
16922
16923 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16926         Suggest image/.* in the doc string.
16927
16928 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16931         message-marks (Debian bug #342521).
16932
16933 2005-12-12  Simon Josefsson  <jas@extundo.com>
16934
16935         * password.el (password-read-from-cache): Add.
16936         (password-read): Use it.
16937
16938 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * rfc2047.el (rfc2047-charset-to-coding-system):
16941         Recognize us-ascii as a MIME charset.
16942
16943         * mm-bodies.el (mm-decode-content-transfer-encoding):
16944         Protect against the case where the 2nd arg TYPE is nil.
16945
16946 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * pop3.el (pop3-stream-type): Fix custom version.
16949
16950         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16951
16952 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16953
16954         * mm-decode.el (mm-display-external): Add missing cdr.
16955
16956 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16959         RFC1524) if it is in mailcap or add a suffix according to
16960         mailcap-mime-extensions when generating a temp filename; postpone
16961         deleting a temp file for 2 seconds for some wrappers, shell
16962         scripts, and so on, which might exit right after having started a
16963         viewer command as a background job.
16964
16965 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * nntp.el (nntp-marks-directory): Fix custom group.
16968
16969         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16970         steps when < 10.
16971
16972         * gnus-start.el (gnus-no-server-1):
16973         Mention `gnus-level-default-subscribed' in doc string.
16974
16975 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16976
16977         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16978         parens.
16979
16980 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-xmas.el (gnus-use-toolbar): Revert.
16983         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16984         gnus-use-toolbar is default.
16985
16986         * messagexmas.el (message-use-toolbar): Revert.
16987         (message-setup-toolbar): Use global default-toolbar if
16988         message-use-toolbar is default.
16989
16990 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16993         according to default-toolbar-visible-p.
16994
16995         * messagexmas.el (message-use-toolbar): Ditto.
16996
16997 2005-11-26  Dave Love  <fx@gnu.org>
16998
16999         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17000         (tls-program, tls-success): Provide openssl alternative.
17001
17002         * starttls.el: Doc fixes.
17003         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17004         SERVICE to PORT.
17005
17006         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17007         port null or service name.
17008         (starttls-negotiate): Autoload.
17009
17010 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * message.el (message-kill-to-signature): Fix interactive spec.
17013
17014 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * pop3.el (pop3-open-server): Recognize a string as a service name.
17017
17018 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17019
17020         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17021
17022 2005-11-23  Dave Love  <fx@gnu.org>
17023
17024         Add pop3s, pop3/starttls.
17025
17026         * pop3.el (pop3-authentication-scheme): Clarify doc.
17027         (open-tls-stream, starttls-open-stream): Autoload.
17028         (pop3-stream-type): New.
17029         (pop3-open-server): Use it.
17030
17031         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17032         for POP.
17033         (mail-source-keyword-map): Add :stream for POP.
17034         (mail-source-fetch-pop): Use pop3-stream-type.
17035
17036 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17039         of current-time-string.
17040
17041 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17042
17043         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17044         date header.
17045
17046 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17047
17048         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17049         it can seriously impact performance as it bypasses the agent's
17050         local caches.
17051
17052 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17053
17054         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17055         must be explicitly online rather than "not explicitly offline" for
17056         its flags to be synchronized.
17057
17058         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17059         that gnus-uu-unmark-thread will function correctly.
17060
17061         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17062         1024K is instead displayed as 1M.
17063
17064 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17067
17068 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17069
17070         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17071
17072 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17073
17074         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17075         error message to display actual error condition.
17076         (gnus-agent-save-local): Avoid saving symbols that are bound to
17077         nil as they simply result in a warning message in
17078         gnus-agent-read-local.
17079
17080 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17083         rather than make-variable-buffer-local for file-precious-flag.
17084
17085 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17086
17087         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17088         for duplicates which are removed.  The invalid sort check then
17089         triggers a rescan after the sort as sorting may have moved
17090         duplicate entries such that they can be cheaply detected.
17091
17092 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17095
17096 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17097
17098         * gnus-agent.el (gnus-agent-article-alist-save-format):
17099         Change internal variable to a custom variable.  Change default value
17100         from compressed(2) to uncompressed(1).
17101         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17102         support for uncompressed agentview files.  Taken together, reading
17103         the agentview file should now be 6-7 times faster.
17104
17105 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17106
17107         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17108         as a buffer-local variable.  This avoids creating truncated
17109         dribble files as a result of a hang up, eg.
17110
17111 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17112
17113         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17114         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17115         XEmacs.
17116
17117 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17118
17119         * gnus-start.el (gnus-start-draft-setup):
17120         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17121
17122         * gnus.el (gnus-splash): Change custom group.
17123         (gnus-group-get-parameter, gnus-group-parameter-value):
17124         Describe allow-list argument.
17125
17126         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17127         string.
17128
17129 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * gnus-art.el (gnus-default-article-saver): Add user-defined
17132         `function' to custom type.
17133
17134 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17135
17136         * imap.el (imap-open): Handle case where buffer is a buffer
17137         object.
17138
17139 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17142         long lines.
17143         (gnus-cache-delete-group): Wrap doc strings.
17144
17145         * gnus-agent.el (gnus-agent-rename-group)
17146         (gnus-agent-delete-group): Wrap doc strings.
17147
17148 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * messagexmas.el (message-use-toolbar): Change the valid values
17151         into default, top, bottom, left, and right.
17152         (message-toolbar-thickness): New variable.
17153         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17154         well.
17155         (message-setup-toolbar): Make it work.
17156
17157         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17158         (gnus-use-toolbar): Change the valid values into default, top,
17159         bottom, left, and right.
17160         (gnus-toolbar-thickness): New variable.
17161         (gnus-xmas-setup-toolbar): New function.
17162         (gnus-xmas-setup-group-toolbar): Use it.
17163         (gnus-xmas-setup-summary-toolbar): Use it.
17164
17165 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17166
17167         * gnus-start.el (gnus-1): Add "native" to
17168         gnus-predefined-server-alist.
17169
17170         * gnus.el (gnus-method-to-server): Don't add "native" to the
17171         lists here, because that leads to problems when
17172         gnus-select-method is bound.
17173
17174 2005-11-09  Simon Josefsson  <jas@extundo.com>
17175
17176         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17177         use (not sort-by-date) instead.
17178
17179 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17180
17181         * gnus-delay.el (gnus-delay-group): Don't autoload.
17182         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17183         to be re-loaded when customizing the `gnus-delay' group.
17184
17185 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17186
17187         * message.el: Revert last changes.
17188         (message-insert-citation-line): Use newlines.
17189
17190 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17191
17192         * message.el (message-courtesy-message)
17193         (message-mark-insert-begin, message-mark-insert-end)
17194         (message-elide-ellipsis, message-cancel-message)
17195         (message-add-header, message-change-subject)
17196         (message-cross-post-followup-to-header)
17197         (message-cross-post-insert-note, message-reduce-to-to-cc)
17198         (message-widen-reply, message-delete-not-region)
17199         (message-kill-to-signature, message-insert-signature)
17200         (message-insert-importance-high, message-insert-importance-low)
17201         (message-insert-or-toggle-importance)
17202         (message-insert-disposition-notification-to)
17203         (message-indent-citation, message-yank-original)
17204         (message-cite-original-without-signature, message-cite-original)
17205         (message-insert-citation-line, message-position-on-field)
17206         (message-fix-before-sending, message-send-mail-partially)
17207         (message-send-mail, message-send-mail-with-sendmail)
17208         (message-send-mail-with-qmail, message-send-news)
17209         (message-check-news-header-syntax, message-generate-headers)
17210         (message-insert-courtesy-copy, message-fill-address)
17211         (message-fill-header, message-shorten-references)
17212         (message-setup-1, message-cancel-news)
17213         (message-forward-make-body-plain, message-forward-make-body-mime)
17214         (message-forward-make-body-mml, message-encode-message-body)
17215         (message-forward-make-body-digest-plain)
17216         (message-forward-make-body-digest-mime)
17217         (message-use-alternative-email-as-from): Insert `hard-newline'
17218         instead of ordinary newlines.
17219
17220 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * message.el (message-generate-headers): Downcase the argument
17223         given to message-check-element.
17224
17225 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17226
17227         * nntp.el (nntp-authinfo-rejected): New error condition.
17228         (nntp-wait-for): Use new error condition to signal authentication
17229         error.
17230         (nntp-retrieve-data): Rethrow new error condition to break out of
17231         recursive call to nntp-send-authinfo.
17232
17233 2005-11-08  Romain Francoise  <romain@orebokech.com>
17234
17235         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17236         (gnus-summary-exit-map): Bind to `Z p'.
17237         (gnus-summary-make-menu-bar): Add menu item.
17238
17239 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17242         (gnus-treat-*): Add `first' in all doc strings.
17243
17244         * gnus-group.el (gnus-group-compact-group): Fix typo.
17245
17246 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * gnus.el (gnus-parameters-case-fold-search): New variable.
17249         (gnus-parameters-get-parameter): Use it.
17250
17251         * gnus-score.el (gnus-home-score-file): Doc fix.
17252
17253 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17254
17255         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17256
17257 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * mm-util.el (mm-special-display-p): New function.
17260
17261         * mml.el (mml-preview): Use it; doc fix.
17262
17263 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17264
17265         * imap.el (imap-open): Handle case where buffer is a buffer object.
17266
17267 2005-10-29  Romain Francoise  <romain@orebokech.com>
17268
17269         * message.el (message-fix-before-sending): Fix comment.
17270
17271 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17272
17273         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17274
17275 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17276
17277         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17278         Used in gnus-score.el.
17279
17280 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17281
17282         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17283
17284 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17287         whitespace removed in revision 7.8.  Use concatenated string to
17288         protect trailing whitespace.
17289
17290 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17291
17292         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17293         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17294         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17295         Courier IMAP ("some version from 2004").  Mostly based on similar
17296         code in the same function.
17297
17298 2005-10-26  Didier Verna  <didier@xemacs.org>
17299
17300         * gnus-group.el (gnus-group-compact-group): Invalidate original
17301         article buffer.
17302         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17303         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17304         NOV database and in article itself.
17305         Invalidate article backlog.
17306
17307 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17310
17311 2005-10-26  Simon Josefsson  <jas@extundo.com>
17312
17313         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17314         part of 2004-07-25 change.
17315
17316 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * message.el (message-display-completion-list): New function.
17319         (message-expand-group): Use it; make sure the Completions buffer
17320         is modifiable.
17321 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17322
17323         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17324         user-mail-name is an empty string.
17325
17326 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17327
17328         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17329         depending on gnus-score-decay-constant.
17330
17331         * encrypt.el (encrypt-insert-file-contents)
17332         (encrypt-write-file-contents): Don't use `gnus-message'.
17333
17334         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17335         arguments.
17336         (mm-uu-type-alist): Add message-marks and insert-marks.
17337         Pass arguments to mm-uu-verbatim-marks-extract.
17338         (mm-uu-hide-markers): New variable.
17339         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17340
17341         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17342         (gnus-convert-image-to-face-command): Use "convert" by default to
17343         allow other input image formats.
17344         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17345         accordingly.
17346
17347 2005-10-23  Simon Josefsson  <jas@extundo.com>
17348
17349         * imap.el (imap-gssapi-program): Align command line parameters
17350         with latest GNU SASL.
17351         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17352
17353 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17356         HTML.
17357         (nnslashdot-request-article): Ditto.
17358
17359         * lpath.el (featurep): Add nobreak-char-display.
17360
17361 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17362
17363         * mail-source.el (mail-source-fetch-pop): Require pop3.
17364         (mail-source-check-pop): Ditto.
17365
17366 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17369         errors.
17370
17371 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17374         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17375
17376         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17377
17378         * mm-bodies.el (mm-decode-string):
17379         Call `mm-charset-to-coding-system' with allow-override argument.
17380
17381 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17384         (rfc2047-charset-to-coding-system): New function.
17385         (rfc2047-decode-encoded-words): New function.
17386         (rfc2047-decode-region): Use them.
17387         (rfc2047-decode-cte): Remove.
17388         (rfc2047-parse-and-decode): Remove.
17389         (rfc2047-decode): Remove.
17390
17391 2005-10-15  Kenichi Handa  <handa@m17n.org>
17392
17393         * rfc2047.el (rfc2047-decode-cte): New function.
17394         (rfc2047-decode-region): Change the way to decode successive
17395         encoded-words: decode B- or Q-encoding in each encoded-word,
17396         concatenate them, and decode it as charset.
17397
17398 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * lpath.el: Fbind codepage-setup for XEmacs.
17401
17402 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17403
17404         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17405         widget-move-and-invoke.
17406         (gnus-custom-mode): Use gnus-custom-map.
17407
17408 2005-10-15  Bill Wohler  <wohler@newt.com>
17409
17410         * message.el (message-tool-bar-map): Rename image file from
17411         mail_send to mail/send.
17412
17413 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17414
17415         * message.el (message-expand-group): Pass the common
17416         prefix substring of completion to `display-completion-list'.
17417
17418 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * mml-sec.el (mml-secure-method): New internal variable.
17421         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17422         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17423         New functions using mml-secure-method.
17424
17425         * mml.el (mml-mode-map): Add key bindings for those functions.
17426         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17427         Harder <harder@myrealbox.com>.
17428         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17429         Goto end of message if point is the headers of the message.
17430
17431         * message.el (message-in-body-p): New function.
17432
17433         * assistant.el: Autoload gnus-util and netrc.
17434
17435         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17436         Use `mm-charset-override-alist' only when decoding.
17437
17438         * mm-bodies.el (mm-decode-body):
17439         Call `mm-charset-to-coding-system' with allow-override argument.
17440
17441         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17442         `filename' from Content-Disposition if Content-Type doesn't
17443         provide `name'.
17444         (gnus-mime-view-part-as-type): Set default instead of
17445         initial-input.
17446
17447 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17448
17449         * format-spec.el (format-spec): Propagate text properties of % spec.
17450
17451 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * gnus-art.el (gnus-treat-predicate): Add `first'.
17454
17455 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17458         (mm-charset-override-alist): New variable.
17459         (mm-charset-to-coding-system): Use it.
17460         (mm-codepage-setup): New helper function.
17461         (mm-charset-eval-alist): New variable.
17462         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17463         Warn about unknown charsets.
17464
17465         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17466
17467 2005-10-04  David Hansen  <david.hansen@gmx.net>
17468
17469         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17470         (nnrss-check-group): Ditto.
17471
17472 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17475         Rename x-gnus-verbatim to x-verbatim.
17476         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17477
17478         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17479         x-verbatim.
17480
17481         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17482
17483         * gnus-util.el (gnus-remove-duplicates): Remove.
17484
17485         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17486         instead of gnus-remove-duplicates.
17487
17488         * message.el (message-remove-duplicates): Remove.
17489         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17490         message-remove-duplicates.
17491
17492         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17493         available, else use implementation from `delete-dups'.
17494
17495         * message.el (message-insert-expires): New function.
17496         (message-mode-map): Add key binding.
17497         (message-mode-field-menu): Add menu entry.
17498         (message-mode): Document it.
17499         (message-make-expires-date): Use `message-make-date'.
17500
17501 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17502
17503         * message.el (message-make-expires-date): New function.
17504
17505 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * Makefile.in (list-installed-shadows): New entry.
17508         (install): Use it.
17509         (remove-installed-shadows): New entry.
17510
17511         * dgnushack.el (dgnushack-default-load-path): New variable.
17512         (dgnushack-find-lisp-shadows): New function.
17513         (dgnushack-remove-lisp-shadows): New function.
17514
17515 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * Makefile.in (install-el-elc): New entry.
17518         (install): Use it so that .el files are necessarily installed.
17519
17520 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17523
17524 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17525
17526         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17527         function rather than the diff-mode.el package.
17528         (mm-display-external): Use with-current-buffer.
17529         (mm-viewer-completion-map, mm-viewer-completion-map):
17530         Move initialization inside declaration.
17531
17532 2005-09-29  Simon Josefsson  <jas@extundo.com>
17533
17534         * spam.el: Load hashcash when compiling, to avoid warnings.
17535         Don't autoload mail-check-payment.
17536         (spam-check-hashcash): Define unconditionally, since hashcash.el
17537         is part of Gnus now.  Ignore errors from payment checking.
17538
17539 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17540
17541         * message.el (message-bold-region, message-unbold-region):
17542         Rename from `bold-region' and `unbold-region'.
17543
17544         * message.el: Remove useless autoloads.
17545
17546 2005-09-28  Simon Josefsson  <jas@extundo.com>
17547
17548         * message.el (message-use-idna): Default to t.
17549         (message-use-idna): Test whether encoding works too.  Doc fix.
17550
17551 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * nntp.el (nntp-warn-about-losing-connection): Remove.
17554
17555 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17558         customizable.  Change default value.
17559         (mm-uu-diff-groups-regexp): Change default value.
17560         (mm-uu-type-alist): Add doc string.
17561         (mm-uu-configure): Add doc string.  Make it interactive.
17562         (mm-uu-tex-groups-regexp): New variable.
17563         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17564         (mm-uu-type-alist): Add LaTeX documents.
17565         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17566         of "text/verbatim".
17567         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17568
17569         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17570         instead of "text/verbatim".
17571
17572         * message.el (message-mark-inserted-region)
17573         (message-mark-insert-file): Use slrn style marks when called with
17574         prefix argument.
17575
17576 2005-09-27  Simon Josefsson  <jas@extundo.com>
17577
17578         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17579
17580 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17581
17582         * message.el (message-remove-duplicates): New function.
17583         Implementation borrowed from `gnus-remove-duplicates'.
17584         (message-idna-to-ascii-rhs): Also encode idna addresses in
17585         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17586         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17587         only ask about the same idna domain once per header and also tell
17588         in what header to replace the idna domain.
17589
17590         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17591         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17592         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17593         a header is decoded and not just the last one.
17594
17595 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17598         has been decoded.
17599
17600         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17601         (mm-insert-part): Don't modify text if it has been decoded.
17602
17603         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17604         decoded.
17605
17606         * mm-view.el (mm-inline-text): Don't strip text props unless
17607         decoding enriched or richtext parts.
17608
17609 2005-09-25  Romain Francoise  <romain@orebokech.com>
17610
17611         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17612         * gnus-start.el (gnus-subscribe-interactively):
17613         * gnus-uu.el (gnus-uu-grab-articles):
17614         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17615         space.
17616
17617 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17618
17619         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17620         * mm-view.el (mm-view-pkcs7-decrypt):
17621         * gnus-sum.el (gnus-summary-limit-to-extra)
17622         (gnus-summary-respool-article, gnus-read-move-group-name):
17623         * gnus-score.el (gnus-summary-increase-score):
17624         * gnus-util.el (gnus-completing-read-with-default):
17625         * gnus-art.el (gnus-read-save-file-name)
17626         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17627         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17628         * message.el (message-check-news-header-syntax):
17629         Follow convention for reading with the minibuffer.
17630
17631 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * spam-report.el (spam-report-url-ping-plain):
17634         Use gnus-extended-version as User-Agent.
17635
17636         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17637         default value is nil.
17638
17639         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17640         (mm-uu-verbatim-marks-extract): New function.
17641         (mm-uu-extract): New face.
17642         (mm-uu-copy-to-buffer): Use it.
17643
17644         * spam-report.el (spam-report-gmane-ham): Rename from
17645         `spam-report-gmane-unspam'.
17646         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17647         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17648
17649         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17650         Autoload.
17651         (spam-report-gmane-unregister-routine):
17652         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17653
17654 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17657         (spam-report-gmane-unregister-routine): Add support for gmane
17658         unregistration.
17659
17660         * spam-report.el (spam-report-gmane-unspam)
17661         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17662         (spam-report-gmane): Change to take a single article and do unspam
17663         registration.
17664
17665 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * mm-url.el (mm-url-decode-entities): Fix regexp.
17668
17669 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17670
17671         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17672         default to nil, to be able to use Gnus at all.  If the default
17673         switches to something else, then the function should be fixed not
17674         be exceedingly slow.
17675
17676 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17677
17678         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17679         fail hard.
17680
17681         * spam-report.el: Add better Keywords line.
17682
17683         * spam.el: Add Maintainer and better Keywords line.
17684
17685 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * gnus-art.el (gnus-article-replace-part)
17688         (gnus-mime-replace-part): New functions.
17689         (gnus-mime-action-alist, gnus-mime-button-commands)
17690         (gnus-mime-save-part-and-strip): Add file argument.
17691         (gnus-article-part-wrapper): Add interactive argument.
17692
17693         * gnus-sum.el (gnus-summary-mime-map):
17694         Add `gnus-article-replace-part'.
17695
17696 2005-09-19  Didier Verna  <didier@xemacs.org>
17697
17698         The nnml compaction feature:
17699         * nnml.el (nnml-request-compact-group): New function.
17700         * nnml.el (nnml-request-compact): New function.
17701         * gnus-int.el (gnus-request-compact-group): New function.
17702         * gnus-int.el (gnus-request-compact): New function.
17703         * gnus-group.el (gnus-group-compact-group): New function.
17704         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17705         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17706         * gnus-srvr.el (gnus-server-compact-server): New function.
17707         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17708         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17709
17710 2005-09-18  Deepak Goel  <deego@gnufans.org>
17711
17712         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17713         format spec.
17714
17715 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17718
17719 2005-09-15  Romain Francoise  <romain@orebokech.com>
17720
17721         * message.el (message-fill-paragraph): Clarify docstring.
17722
17723 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-art.el (gnus-mime-display-part): Protect against broken
17726         MIME messages.
17727
17728 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17731         before parsing header.
17732
17733 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17734
17735         * html2text.el (html2text-replace-list): Add new entities.
17736
17737 2005-09-11  Romain Francoise  <romain@orebokech.com>
17738
17739         * message.el (message-alternative-emails): Improve docstring.
17740         (message-setup-1): Call `message-use-alternative-email-as-from'
17741         after `message-setup-hook' to give it precedence over posting
17742         styles, etc.
17743         (message-use-alternative-email-as-from): Add docstring.
17744         Remove the original From header if present.
17745
17746         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17747         (nnml-save-mail): Use it.
17748
17749         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17750         articles.  Add new argument `silent'.
17751         (gnus-uu-mark-all): Report the total number of marked articles.
17752
17753 2005-09-10  Romain Francoise  <romain@orebokech.com>
17754
17755         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17756         (gnus-uu-mark-series): Likewise.
17757
17758 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * spam-report.el (spam-report-gmane): Fix generation of spam
17761         report URL.
17762
17763 2005-09-10  Simon Josefsson  <jas@extundo.com>
17764
17765         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17766         t, based on discussion on the ding list with Robert Epprecht
17767         <epprecht@solnet.ch>.
17768
17769 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * spam-report.el (spam-report-gmane): Make it work without
17772         X-Report-Spam header.  Gmane now only provides Archived-At.
17773         This is only used if `spam-report-gmane-use-article-number' is nil.
17774         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17775
17776         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17777         make `gnus-summary-sort-by-recipient' work with threading.
17778
17779         * nnweb.el (nnweb-google-wash-article): Print a message if article
17780         is not available.
17781
17782 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17783
17784         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17785         change.  Decode text/* parts content before displaying.
17786
17787 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17790
17791 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17794
17795         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17796         url-package-name, url-package-version,
17797         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17798         w3m-display-inline-images, and w3m-minor-mode-map.
17799
17800 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * message.el (message-tab-body-function): Fix mismatched custom type.
17803
17804         * gnus.el (gnus-group-change-level-function): Ditto.
17805
17806         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17807
17808         * gnus-art.el (gnus-signature-limit)
17809         (gnus-article-mime-part-function): Ditto.
17810
17811 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * mml.el (mml-mode): Silence the byte compiler.
17814
17815         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17816         using `(sit-for 0)' before moving the point to the specified part;
17817         skip unbuttonized parts.
17818         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17819         return to the summary window if gnus-auto-select-part is non-nil.
17820
17821 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17824         New variables.
17825         (mml-dnd-attach-file, mml-mode): Use them.
17826
17827         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17828         Make fetching article by MID work again for Google Groups.
17829         Add FIXME concerning gnus-group-make-web-group.
17830
17831         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17832         Don't depend on Gnus by using mail-extract-address-components if
17833         gnus-extract-address-components is not bound.
17834
17835 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836
17837         * gnus-art.el (gnus-mime-display-security): Don't display the
17838         signature, but only the signed part.
17839
17840 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17843
17844         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17845         list, not listp.
17846
17847 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17848
17849         * mm-encode.el (mm-encode-content-transfer-encoding):
17850         Likewise when encoding.
17851
17852         * mm-bodies.el (mm-decode-content-transfer-encoding):
17853         De-canonicalize CRLF for all text content types, not just
17854         text/plain.
17855
17856 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17859         valid article; point arrow and cursor at the MIME button.
17860
17861 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17864         Suggested by Dan Christensen <jdc@uwo.ca>.
17865
17866         * mm-decode.el (mm-save-part): Enable change of prompt.
17867
17868 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17869
17870         * gnus-msg.el (gnus-inews-add-send-actions):
17871         Make `message-post-method' lambda parameter ARG `&optional'.
17872
17873 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17874
17875         * gnus-sum.el (gnus-summary-mime-map):
17876         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17877         gnus-article-jump-to-part.
17878
17879         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17880         (gnus-article-edit-part): Use it.
17881         (gnus-article-part-wrapper): Add no-handle argument.
17882         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17883         New functions.
17884
17885 2005-08-29  Romain Francoise  <romain@orebokech.com>
17886
17887         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17888         docstring.
17889         (gnus-face-from-file): Likewise.
17890
17891 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17894         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17895         non-nil.
17896         (gnus-auto-select-part): New variable.
17897         (gnus-article-jump-to-part): New function.
17898         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17899         (gnus-mime-delete-part): Allow selecting specified part after
17900         deleting or stripping parts.
17901         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17902         part if argument is bogus.
17903
17904 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17905
17906         * gnus-art.el (w3m-minor-mode-map):
17907         * gnus-spec.el (gnus-newsrc-file-version):
17908         * gnus-util.el (nnmail-active-file-coding-system)
17909         (gnus-original-article-buffer, gnus-user-agent):
17910         * gnus.el (gnus-ham-process-destinations)
17911         (gnus-parameter-ham-marks-alist)
17912         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17913         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17914         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17915         * mm-decode.el (gnus-current-window-configuration):
17916         * mm-extern.el (gnus-article-mime-handles):
17917         * mm-url.el (url-current-object, url-package-name)
17918         (url-package-version):
17919         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17920         (smime-keys, w3m-cid-retrieve-function-alist)
17921         (w3m-current-buffer, w3m-display-inline-images)
17922         (w3m-minor-mode-map):
17923         * mml-smime.el (gnus-extract-address-components):
17924         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17925         (gnus-newsrc-hashtb, message-default-charset)
17926         (message-deletable-headers, message-options)
17927         (message-posting-charset, message-required-mail-headers)
17928         (message-required-news-headers):
17929         * mml1991.el (mc-pgp-always-sign):
17930         * mml2015.el (mc-pgp-always-sign):
17931         * nnheader.el (nnmail-extra-headers):
17932         * rfc1843.el (gnus-decode-encoded-word-function)
17933         (gnus-decode-header-function, gnus-newsgroup-name):
17934         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17935
17936 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17937
17938         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17939         the end of the date treatments.
17940
17941 2005-08-15  Simon Josefsson  <jas@extundo.com>
17942
17943         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17944         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17945         Capello and Romain Francoise.
17946         (pgg-fetch-key-function): Remove, not used?
17947         (pgg-insert-url-with-w3): Require url, to get
17948         url-insert-file-contents regardless of where it is defined.
17949
17950 2005-08-13  Romain Francoise  <romain@orebokech.com>
17951
17952         * message.el (message-cite-original-1): New function.
17953         (message-cite-original): Use it.
17954         (message-cite-original-without-signature): Ditto.
17955
17956 2005-08-08  Romain Francoise  <romain@orebokech.com>
17957
17958         * message.el (message-yank-empty-prefix): New variable.
17959         (message-indent-citation): Use it.
17960         (message-cite-original-without-signature): Respect X-No-Archive.
17961
17962 2005-08-08  Simon Josefsson  <jas@extundo.com>
17963
17964         * pgg.el: Autoload url-insert-file-contents instead of loading
17965         w3/url.
17966         (pgg-insert-url-with-w3): Don't load url here.
17967
17968 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17969
17970         * message.el (message-kill-to-signature): Don't insert newline at
17971         bol.
17972         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17973
17974 2005-08-06  Romain Francoise  <romain@orebokech.com>
17975
17976         * message.el (message-user-fqdn): Fix typo in docstring.
17977
17978 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17979
17980         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17981
17982         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17983
17984 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mm-bodies.el (mm-encode-body): Use coding system rather than
17987         charset to encode text.
17988
17989         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17990         number of charsets if utf-8 is available (XEmacs).
17991
17992 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17995         taken from `gnus-button-mid-or-mail-regexp'.
17996         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17997         (gnus-button-alist): Improve regexp for domain part of the MIDs
17998         for news:localpart@domain buttons.
17999         (gnus-button-ctan-directory-regexp): Update.
18000
18001 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * sieve-manage.el (sieve-manage-interactive-login):
18004         Use make-local-variable rather than make-variable-buffer-local.
18005         (sieve-manage-open): Ditto.
18006         (sieve-manage-authenticate): Ditto.
18007
18008         * mml.el (mml-generate-mime-1): Make the content type default to
18009         text/plain if the filename is not specified.
18010
18011 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18014         instead of insert-buffer.
18015
18016         * message.el (message-yank-original): Ditto; set the mark at the
18017         end of the yanked message.
18018
18019 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18022         lines to scroll rather than to stop it.
18023
18024         * mml.el (mml-generate-default-type): Add doc string.
18025         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18026         default to application/octet-stream when determining the content
18027         type if it is not specified for the part or the mml contents; add
18028         a comment about mml-generate-default-type.
18029
18030 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18031
18032         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18033         make it default to application/octet-stream when determining the
18034         content type if it is not specified for the external contents.
18035
18036 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18039         segmented parameter but also other parameters might be there.
18040
18041 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * mm-decode.el (mm-display-external): Delete temp file, directory
18044         and buffer immediately if the external process is exited.
18045
18046 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18049         fewer lines than that of scroll-margin.
18050         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18051
18052 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * gnus-art.el (gnus-article-next-page): Revert.
18055         (gnus-article-beginning-of-window): New macro.
18056         (gnus-article-next-page-1): Use it.
18057         (gnus-article-prev-page): Ditto.
18058         (gnus-article-edit-part): Use insert-buffer-substring instead of
18059         insert-buffer.
18060         (gnus-article-edit-exit): Ditto.
18061
18062         * gnus-util.el (gnus-beginning-of-window): Remove.
18063         (gnus-end-of-window): Remove.
18064
18065         * lpath.el: Don't bind header-line-format and scroll-margin.
18066
18067 2005-07-25  Simon Josefsson  <jas@extundo.com>
18068
18069         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18070         to have the url package without w3.  Reported by Daiki Ueno
18071         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18072
18073 2005-07-20  Didier Verna  <didier@xemacs.org>
18074
18075         * gnus-diary.el: Remove the description comment (nndiary is now
18076         properly documented in the Gnus manual).
18077         Fix the spelling of "Back End".
18078         * nndiary.el: Ditto.
18079         Fix the copyright notice.
18080
18081 2005-07-18  Romain Francoise  <romain@orebokech.com>
18082
18083         * gnus-sum.el (gnus-summary-to-prefix)
18084         (gnus-summary-newsgroup-prefix): New variables.
18085         (gnus-summary-from-or-to-or-newsgroups): Use them.
18086
18087 2005-07-17  Romain Francoise  <romain@orebokech.com>
18088
18089         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18090         space as it's generally not especially interesting to the user.
18091
18092 2005-07-16  Romain Francoise  <romain@orebokech.com>
18093
18094         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18095         nil to avoid prompting and file modification if one of the
18096         messages at the top of the nnfolder file contains a copyright
18097         notice.
18098         Update copyright notice.
18099
18100         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18101         instead of `current-time-string' as the latter creates a time
18102         string that is not RFC 2822 compliant (it lacks the zone).
18103         Update copyright notice.
18104
18105 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18106
18107         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18108         for text/rtf.  Display default in prompt.  Pass default for M-n.
18109
18110         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18111
18112 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18113
18114         * gnus-msg.el (gnus-button-mailto):
18115         Remove save-selected-window-window hackery because it relies on
18116         save-selected-window internals.
18117
18118 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18121         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18122         (gnus-article-prev-page): Ditto.
18123
18124         * gnus-util.el (gnus-beginning-of-window): New function.
18125         (gnus-end-of-window): New function.
18126
18127         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18128
18129 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18130
18131         * gnus-score.el (gnus-score-edit-all-score):
18132         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18133         gnus-message.
18134
18135 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136
18137         * gnus-msg.el (gnus-button-mailto):
18138         Remove save-selected-window-window hackery because it relies on
18139         save-selected-window internals.
18140
18141 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18144         add-minor-mode.
18145         (gnus-binary-mode): Ditto.
18146
18147         * gnus-topic.el (gnus-topic-mode): Ditto.
18148
18149 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18150
18151         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18152         (gnus-article-prev-page): Take scroll-margin into consideration.
18153
18154 2005-07-04  Lute Kamstra  <lute@gnu.org>
18155
18156         Update FSF's address in GPL notices.
18157
18158 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18159
18160         * gnus.el (gnus-exit):
18161         * gnus-group.el (gnus-group-icons):
18162         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18163
18164         * gnus-nocem.el (gnus-nocem):
18165         * message.el (message-various, message-buffers, message-sending)
18166         (message-interface, message-forwarding, message-insertion)
18167         (message-headers, message-news, message-mail):
18168         * pgg-gpg.el (pgg-gpg):
18169         * pgg-parse.el (pgg-parse):
18170         * pgg-pgp.el (pgg-pgp):
18171         * pgg-pgp5.el (pgg-pgp5):
18172         * pop3.el (pop3): Finish `defgroup' description with period.
18173
18174 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-art.el (article-display-face): Improve the efficiency.
18177         (article-display-x-face): Ditto; remove gray x-face stuff.
18178
18179 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * gnus-art.el (article-display-face): Correct the position in
18182         which Faces are inserted.
18183
18184 2005-06-29  Didier Verna  <didier@xemacs.org>
18185
18186         * gnus-art.el (article-display-face): Display faces in correct
18187         order.
18188
18189 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18192         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18193         (gnus-nocem-check-article): Fetch the Type header.
18194         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18195         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18196         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18197         make sure gnus-nocem-hashtb is initialized.
18198         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18199         (gnus-nocem-unwanted-article-p): Ditto.
18200
18201         * pgg.el (pgg-verify): Return the verification result.
18202
18203 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18204
18205         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18206         is ascii.
18207
18208 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18209
18210         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18211         `show-nonbreak-escape'.
18212
18213 2005-06-23  Lute Kamstra  <lute@gnu.org>
18214
18215         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18216
18217         * dig.el (dig-mode):
18218         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18219
18220 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18221
18222         * nnimap.el (nnimap-split-download-body): Fix spellings.
18223
18224 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18225
18226         * gnus-art.el (gnus-article-encrypt-body):
18227         * gnus-cus.el (gnus-score-customize):
18228         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18229         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18230
18231 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18232
18233         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18234         header by looking for magic "MII" at the beginning.
18235
18236 2005-06-16  Miles Bader  <miles@gnu.org>
18237
18238         * gnus-xmas.el (gnus-xmas-group-startup-message):
18239         Use renamed gnus-splash face.
18240
18241         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18242         (assistant-field-face): New backward-compatibility alias for renamed
18243         face.
18244         (assistant-render-text): Use renamed assistant-field face.
18245
18246         * spam.el (spam): Remove "-face" suffix from face name.
18247         (spam-face): New backward-compatibility alias for renamed face.
18248         (spam-face, spam-initialize): Use renamed spam face.
18249
18250         * message.el (message-header-to, message-header-cc)
18251         (message-header-subject, message-header-newsgroups)
18252         (message-header-other, message-header-name)
18253         (message-header-xheader, message-separator, message-cited-text)
18254         (message-mml): Remove "-face" suffix from face names.
18255         (message-header-to-face, message-header-cc-face)
18256         (message-header-subject-face, message-header-newsgroups-face)
18257         (message-header-other-face, message-header-name-face)
18258         (message-header-xheader-face, message-separator-face)
18259         (message-cited-text-face, message-mml-face):
18260         New backward-compatibility aliases for renamed faces.
18261         (message-font-lock-keywords): Use renamed message faces.
18262
18263         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18264         (sieve-test-commands, sieve-tagged-arguments):
18265         Remove "-face" suffix from face names.
18266         (sieve-control-commands-face, sieve-action-commands-face)
18267         (sieve-test-commands-face, sieve-tagged-arguments-face):
18268         New backward-compatibility aliases for renamed faces.
18269         (sieve-control-commands-face, sieve-action-commands-face)
18270         (sieve-test-commands-face, sieve-tagged-arguments-face):
18271         Use renamed sieve faces.
18272
18273         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18274         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18275         (gnus-group-news-3-empty, gnus-group-news-4)
18276         (gnus-group-news-4-empty, gnus-group-news-5)
18277         (gnus-group-news-5-empty, gnus-group-news-6)
18278         (gnus-group-news-6-empty, gnus-group-news-low)
18279         (gnus-group-news-low-empty, gnus-group-mail-1)
18280         (gnus-group-mail-1-empty, gnus-group-mail-2)
18281         (gnus-group-mail-2-empty, gnus-group-mail-3)
18282         (gnus-group-mail-3-empty, gnus-group-mail-low)
18283         (gnus-group-mail-low-empty, gnus-summary-selected)
18284         (gnus-summary-cancelled, gnus-summary-high-ticked)
18285         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18286         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18287         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18288         (gnus-summary-low-undownloaded)
18289         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18290         (gnus-summary-low-unread, gnus-summary-normal-unread)
18291         (gnus-summary-high-read, gnus-summary-low-read)
18292         (gnus-summary-normal-read, gnus-splash):
18293         Remove "-face" suffix from face names.
18294         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18295         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18296         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18297         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18298         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18299         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18300         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18301         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18302         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18303         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18304         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18305         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18306         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18307         (gnus-summary-normal-ticked-face)
18308         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18309         (gnus-summary-normal-ancient-face)
18310         (gnus-summary-high-undownloaded-face)
18311         (gnus-summary-low-undownloaded-face)
18312         (gnus-summary-normal-undownloaded-face)
18313         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18314         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18315         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18316         (gnus-splash-face):
18317         New backward-compatibility aliases for renamed faces.
18318         (gnus-group-startup-message): Use renamed gnus faces.
18319
18320         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18321         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18322         (gnus-server-agent): Remove "-face" suffix from face names.
18323         (gnus-server-agent-face, gnus-server-opened-face)
18324         (gnus-server-closed-face, gnus-server-denied-face)
18325         (gnus-server-offline-face):
18326         New backward-compatibility aliases for renamed faces.
18327         (gnus-server-agent-face, gnus-server-opened-face)
18328         (gnus-server-closed-face, gnus-server-denied-face)
18329         (gnus-server-offline-face): Use renamed gnus faces.
18330
18331         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18332         Remove "-face" suffix from face names.
18333         (gnus-picon-xbm-face, gnus-picon-face):
18334         New backward-compatibility aliases for renamed faces.
18335
18336         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18337         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18338         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18339         (gnus-cite-11): Remove "-face" suffix from face names.
18340         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18341         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18342         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18343         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18344         New backward-compatibility aliases for renamed faces.
18345         (gnus-cite-attribution-face, gnus-cite-face-list)
18346         (gnus-article-boring-faces): Use renamed gnus faces.
18347
18348         * gnus-art.el (gnus-signature, gnus-header-from)
18349         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18350         (gnus-header-content): Remove "-face" suffix from face names.
18351         (gnus-signature-face, gnus-header-from-face)
18352         (gnus-header-subject-face, gnus-header-newsgroups-face)
18353         (gnus-header-name-face, gnus-header-content-face):
18354         New backward-compatibility aliases for renamed faces.
18355         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18356
18357         * gnus-sum.el (gnus-summary-selected-face)
18358         (gnus-summary-highlight): Use renamed gnus faces.
18359         * gnus-group.el (gnus-group-highlight): Likewise.
18360
18361 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18362
18363         * gnus-sieve.el (gnus-sieve-article-add-rule):
18364         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18365         * spam-stat.el (spam-stat-buffer-change-to-spam)
18366         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18367
18368         * message.el (message-is-yours-p):
18369         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18370
18371 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * mm-view.el (mm-inline-text): Withdraw the last change.
18374
18375 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18378         executing enriched-decode.
18379
18380 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18383         charset of tar files.
18384
18385 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18386
18387         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18388
18389 2005-06-04  Lute Kamstra  <lute@gnu.org>
18390
18391         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18392         information is never recorded.
18393
18394 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18395
18396         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18397
18398 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * pop3.el (pop3-apop): Run md5 in the binary mode.
18401
18402         * starttls.el (starttls-set-process-query-on-exit-flag):
18403         Use eval-and-compile.
18404
18405 2005-05-31  Simon Josefsson  <jas@extundo.com>
18406
18407         * smime.el (smime-replace-in-string): Define.
18408         (smime-cert-by-ldap-1): Use it.
18409
18410 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-art.el (article-display-x-face): Replace
18413         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18414
18415         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18416         set-process-query-on-exit-flag or process-kill-without-query.
18417
18418         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18419         loop instead of replace-regexp.
18420
18421         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18422         instead of process-kill-without-query if it is available.
18423
18424         * lpath.el: Fbind ldap-search-entries.
18425
18426         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18427         instead of find-file-hooks if it is available.
18428
18429         * mml1991.el: Bind pgg-default-user-id when compiling.
18430
18431         * mml2015.el: Bind pgg-default-user-id when compiling.
18432
18433         * nndraft.el (nndraft-request-associate-buffer):
18434         Use write-contents-functions instead of write-contents-hooks if it is
18435         available.
18436
18437         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18438         instead of find-file-hooks if it is available.
18439
18440         * nntp.el (nntp-open-connection): Replace
18441         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18442         (nntp-open-ssl-stream): Ditto.
18443         (nntp-open-tls-stream): Ditto.
18444
18445         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18446         set-process-query-on-exit-flag or process-kill-without-query.
18447         (starttls-open-stream-gnutls): Use it instead of
18448         process-kill-without-query.
18449         (starttls-open-stream): Ditto.
18450
18451 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18452
18453         * smime.el (smime-cert-by-ldap-1): Don't use
18454         replace-regexp-in-string.
18455
18456 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18457
18458         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18459
18460         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18461         in PEM format.  Adjust to the XEmacs compatibility.
18462
18463 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18466         by `string-to-number'.
18467         * gnus-agent.el (gnus-agent-regenerate-group)
18468         (gnus-agent-fetch-articles): Ditto.
18469         * gnus-art.el (gnus-button-fetch-group): Ditto.
18470         * gnus-cache.el (gnus-cache-generate-active)
18471         (gnus-cache-articles-in-group): Ditto.
18472         * gnus-group.el (gnus-group-set-current-level)
18473         (gnus-group-insert-group-line): Ditto.
18474         * gnus-score.el (gnus-score-set-expunge-below)
18475         (gnus-score-set-mark-below, gnus-summary-score-effect)
18476         (gnus-summary-score-entry): Ditto.
18477         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18478         (gnus-soup-pack): Ditto.
18479         * gnus-spec.el (gnus-xmas-format): Ditto.
18480         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18481         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18482         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18483         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18484         * nndb.el (nndb-get-remote-expire-response): Ditto.
18485         * nndiary.el (nndiary-parse-schedule-value)
18486         (nndiary-string-to-number, nndiary-request-replace-article)
18487         (nndiary-request-article): Ditto.
18488         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18489         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18490         * nneething.el (nneething-make-head): Ditto.
18491         * nnfolder.el (nnfolder-request-article)
18492         (nnfolder-retrieve-headers): Ditto.
18493         * nnheader.el (nnheader-file-to-number): Ditto.
18494         * nnkiboze.el (nnkiboze-request-article): Ditto.
18495         * nnmail.el (nnmail-process-unix-mail-format)
18496         (nnmail-process-babyl-mail-format): Ditto.
18497         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18498         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18499         (nnmh-request-create-group, nnmh-request-list-1)
18500         (nnmh-request-group, nnmh-request-article): Ditto.
18501         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18502         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18503         * nnsoup.el (nnsoup-make-active): Ditto.
18504         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18505         * nntp.el (nntp-find-group-and-number)
18506         (nntp-retrieve-headers-with-xover): Ditto.
18507         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18508         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18509         (pgg-format-key-identifier): Ditto.
18510         * pop3.el (pop3-last, pop3-stat): Ditto.
18511         * qp.el (quoted-printable-decode-region): Ditto.
18512
18513         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18514         of concat.
18515
18516 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18519
18520         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18521
18522         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18523
18524         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18525
18526         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18527
18528         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18529
18530         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18531         (gnus-carpal-mode): Ditto.
18532
18533         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18534         (gnus-browse-mode): Ditto.
18535
18536         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18537
18538         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18539
18540 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18541
18542         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18543
18544 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * gnus-util.el (gnus-run-mode-hooks): New function.
18547
18548         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18549
18550         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18551         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18552
18553 2005-05-27  Lute Kamstra  <lute@gnu.org>
18554
18555         * dns-mode.el (dns-mode): Specify customization group.
18556
18557 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18558
18559         * gnus-agent.el (gnus-agent-make-mode-line-string):
18560         Use mode-line-highlight as mouse-face.
18561
18562 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * canlock.el (canlock): Change the parent group to news.
18565
18566         * deuglify.el (gnus-outlook-deuglify): Add :group.
18567
18568         * dig.el (dig): Add :group.
18569
18570         * dns-mode.el (dns-mode): Add :group.
18571
18572         * encrypt.el (encrypt): Add :group.
18573
18574         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18575         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18576         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18577         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18578         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18579
18580         * gnus-diary.el (gnus-diary): Add :group.
18581
18582         * gnus.el (gnus-group-news-1-face): Add :group.
18583         (gnus-group-news-1-empty-face): Ditto.
18584         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18585         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18586         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18587         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18588         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18589         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18590         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18591         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18592         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18593         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18594         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18595         (gnus-summary-high-ticked-face): Ditto.
18596         (gnus-summary-low-ticked-face): Ditto.
18597         (gnus-summary-normal-ticked-face): Ditto.
18598         (gnus-summary-high-ancient-face): Ditto.
18599         (gnus-summary-low-ancient-face): Ditto.
18600         (gnus-summary-normal-ancient-face): Ditto.
18601         (gnus-summary-high-undownloaded-face): Ditto.
18602         (gnus-summary-low-undownloaded-face): Ditto.
18603         (gnus-summary-normal-undownloaded-face): Ditto.
18604         (gnus-summary-high-unread-face): Ditto.
18605         (gnus-summary-low-unread-face): Ditto.
18606         (gnus-summary-normal-unread-face): Ditto.
18607         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18608         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18609
18610         * hashcash.el (hashcash): New custom group.
18611         (hashcash-default-payment): Add :group.
18612         (hashcash-payment-alist): Ditto.
18613         (hashcash-default-accept-payment): Ditto.
18614         (hashcash-accept-resources): Ditto.
18615         (hashcash-path): Ditto.
18616         (hashcash-extra-generate-parameters): Ditto.
18617         (hashcash-double-spend-database): Ditto.
18618         (hashcash-in-news): Ditto.
18619
18620         * message.el (message-minibuffer-local-map): Add :group.
18621
18622         * netrc.el (netrc): Add :group.
18623
18624         * sieve-manage.el (sieve-manage-log): Add :group.
18625         (sieve-manage-default-user): Diito.
18626         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18627         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18628         (sieve-manage-authenticators): Ditto.
18629         (sieve-manage-authenticator-alist): Ditto.
18630         (sieve-manage-default-port): Ditto.
18631
18632         * sieve-mode.el (sieve-control-commands-face): Add :group.
18633         (sieve-action-commands-face): Ditto.
18634         (sieve-test-commands-face): Ditto.
18635         (sieve-tagged-arguments-face): Ditto.
18636
18637         * smime.el (smime): Add :group.
18638
18639         * spam-report.el (spam-report): Add :group.
18640
18641         * spam.el (spam, spam-face): Add :group.
18642
18643 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18644
18645         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18646         return \n.\n.\n at the end of articles.  Protect against that.
18647         (nntp-with-open-group): Allow debugging.
18648
18649         * nnheader.el (mail-header-set-extra): Make into a function
18650         because I just could't understand how to quote the list properly.
18651
18652         * dns.el (query-dns-cached): New function.
18653
18654 2005-05-26  Lute Kamstra  <lute@gnu.org>
18655
18656         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18657
18658 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18661
18662         * gnus-art.el: Don't autoload mail-extract-address-components.
18663
18664         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18665         eval-and-compile to evaluate it.
18666
18667         * hashcash.el: Don't autoload executable-find.
18668
18669         * nndb.el: Don't declare the nndb back end two or more times; don't
18670         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18671
18672         * nntp.el: Autoload format-spec instead of format; use
18673         eval-and-compile to evaluate autoload forms.
18674
18675 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18676
18677         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18678
18679 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18680
18681         * gnus.el (gnus-version-number): Bump version.
18682
18683 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18684
18685         * gnus.el: No Gnus v0.3 is released.
18686
18687 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * lpath.el (featurep): Bind show-nonbreak-escape.
18690
18691 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * gnus-art.el (gnus-article-edit-part): Disable undo.
18694
18695 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18698         gnus-article-date-lapsed-new-header is t if date timer is active;
18699         skip headers in which the original date value is empty.
18700         (gnus-article-save-original-date): Redefine it as a macro.
18701         (gnus-display-mime): Use it.
18702
18703 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gnus-art.el (article-date-ut): Support converting date in
18706         forwarded parts as well.
18707         (gnus-article-save-original-date): New function.
18708         (gnus-display-mime): Use it.
18709
18710 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18711
18712         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18713         enclosure element of <item>.
18714
18715 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * message.el (message-kill-buffer-query): Rename from
18718         `message-kill-buffer-query-if-modified'.  Add :version.
18719
18720 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18721
18722         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18723         window layout.
18724
18725 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * mml.el: Autoload dnd when compiling.
18728
18729 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18732         x-dnd-*.
18733
18734 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * qp.el (quoted-printable-encode-region): Save excursion.
18737
18738 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18739
18740         * message.el (message-kill-buffer-query-if-modified): Add new variable
18741         so the user can kill a modified message buffer quickly.
18742         (message-kill-buffer): Use it.
18743
18744 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * lpath.el: Fbind display-time-event-handler; don't fbind
18747         string-to-multibyte.
18748
18749         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18750
18751 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18754         contained in text because xml.el decodes entities) with LFs.
18755
18756 2005-04-11  Lute Kamstra  <lute@gnu.org>
18757
18758         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18759         differently.
18760
18761 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18762
18763         * mm-util.el (mm-detect-coding-region): Typo.
18764
18765 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18768
18769 2005-04-06  Deepak Goel  <deego@gnufans.org>
18770
18771         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18772         user-function allow user modifications of the scores.
18773         (spam-stat-score-buffer-user): New function, to allow
18774         user-computed modifications to the score.
18775         (spam-stat-score-buffer-user-functions): List of additional
18776         scoring functions.
18777         (spam-stat-error-holder): Global temporary error holder.
18778         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18779         variable.
18780
18781 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * gnus-registry.el (gnus-registry-clean-empty-function)
18784         (gnus-registry-trim, gnus-registry-fetch-groups)
18785         (gnus-registry-delete-group): Groups that match
18786         `gnus-registry-ignored-groups' are removed from the registry
18787         entries, not just ignored for splitting.  This helps clean up the
18788         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18789         to get all the groups a message ID is in.
18790
18791         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18792         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18793         (spam-stat-score-buffer-user-functions): Add :number custom type.
18794
18795 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18798         argument in XEmacs.
18799
18800         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18801         (nnrss-request-group): Decode group name first.
18802         (nnrss-request-article): Make a text/plain article if mml-to-mime
18803         failed.
18804         (nnrss-get-encoding): Return a compatible encoding according to
18805         nnrss-compatible-encoding-alist.
18806         (nnrss-find-el): Use consp instead of listp.
18807         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18808
18809 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18812         which Emacs 20 doesn't support.
18813         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18814
18815 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18818         silence the byte compiler inside the defun.
18819
18820         * gnus-demon.el (parse-time-string): Add autoload.
18821
18822         * gnus-delay.el (parse-time-string): Add autoload.
18823
18824         * gnus-art.el (parse-time-string): Add autoload.
18825
18826         * nnultimate.el (parse-time): Require for `parse-time-string'.
18827
18828 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18829
18830         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18831
18832         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18833
18834         * smime.el (smime-ldap-host-list): Add :version.
18835
18836 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18839         pass it to `gnus-browse-read-group'.
18840         (gnus-browse-read-group): Add NUMBER argument and pass it to
18841         `gnus-group-read-ephemeral-group'.
18842
18843         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18844         argument and pass it to `gnus-group-read-group'.
18845
18846 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18847
18848         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18849         mm-xemacs-find-mime-charset-1 if we have the mule feature
18850         available at runtime.
18851
18852 2005-03-25  Werner Lemberg  <wl@gnu.org>
18853
18854         * nnmaildir.el: Replace `illegal' with `invalid'.
18855
18856 2005-03-23  Lute Kamstra  <lute@gnu.org>
18857
18858         * time-date.el: Add comment on time value formats.
18859         Don't require parse-time.
18860         (with-decoded-time-value): New macro.
18861         (encode-time-value): New function.
18862         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18863         (days-to-time): Return a valid time value when arg is huge.
18864         (time-since): Use time-subtract.
18865         (time-to-number-of-days): Use time-to-seconds.
18866
18867 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18868
18869         * gnus-start.el (gnus-display-time-event-handler):
18870         Check display-time-timer at runtime rather than only at load time
18871         in case display-time-mode is turned off in the mean time.
18872
18873 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18876         used.
18877
18878         * nneething.el (nneething-map-file-directory): Derive from
18879         `gnus-directory'.
18880
18881         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18882         the To/Cc button.
18883
18884 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * nnmaildir.el (nnmaildir-request-accept-article):
18887         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18888
18889 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18890
18891         * gnus-async.el: Require timer-funcs at compile time when in
18892         XEmacs for `run-with-idle-timer'.
18893
18894 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18895
18896         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18897         autoloaded function.
18898
18899 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18900
18901         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18902
18903 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18904
18905         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18906
18907 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18910         Add gnus-expert-user to default.
18911
18912 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18913
18914         * nnimap.el (nnimap-open-server): Ditto.
18915
18916         * imap.el (imap-authenticate): Fix typo.
18917
18918 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18919
18920         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18921         buffer (since IMAP server might return FETCH response out of
18922         order, and the nntp buffer must be sorted).
18923
18924 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18925
18926         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18927         comparison on string.
18928
18929         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18930         (gnus-agent-score): Rename category keywords to match gnus-cus.
18931         (gnus-agent-summary-fetch-series): Modify to protect against
18932         gnus-agent-summary-fetch-group clearing processable flags.
18933         (gnus-agent-synchronize-group-flags): Update live group buffer as
18934         synchronization may occur due to the user toggle the plugged
18935         status.
18936         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18937         successfully downloaded.
18938         (gnus-agent-expire-group-1): Avoid using markers when the overview
18939         is in ascending order; greatly improves performance.
18940         (gnus-agent-regenerate-group):
18941         Use gnus-agent-synchronize-group-flags to reset read status in both
18942         gnus and server.
18943         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18944
18945 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18946
18947         * message.el: Don't autoload former message-utils variables.
18948         (message-strip-subject-trailing-was): Change doc string.
18949
18950         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18951         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18952         (nnweb-google-search): Add "hl=en" here.
18953         (nnweb-google-parse-1, nnweb-google-create-mapping):
18954         Don't hardcode URL.
18955
18956 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * message.el (message-get-reply-headers, message-followup):
18959         Mention related variables `message-use-followup-to' and
18960         `message-use-mail-followup-to', in the information buffer.
18961
18962         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18963         of broken groups(-beta).google.com.
18964
18965 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18968         parameter to invoked gnus-request-move-article; remove the
18969         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18970         all at once instead of once per article.
18971         (gnus-summary-remove-process-mark): Accept a list of articles as
18972         well as a single article for processing.
18973
18974         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18975         parameter.
18976
18977         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18978
18979         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18980
18981         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18982         parameter.
18983
18984         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18985         parameter.
18986
18987         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18988         parameter and remove the gnus-sum-hint-move-is-internal variable.
18989
18990         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18991         parameter.
18992
18993         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18994         parameter.
18995
18996         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18997         parameter.
18998
18999         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19000
19001         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19002         parameter.
19003
19004         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19005         parameter.
19006
19007 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19008
19009         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19010         a more conservative way.
19011
19012 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19013
19014         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19015         buffer, so it moves the window's cursor.
19016
19017 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19018
19019         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19020         `mm-dissect-multipart' and receive the from field as an (optional)
19021         argument from `mm-dissect-multipart'.
19022         (mm-dissect-multipart): Receive the from field as an argument and
19023         pass it on when we call `mm-dissect-buffer' on MIME parts.
19024         Fixes verification/decryption of signed/encrypted MIME parts.
19025
19026 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * gnus-sum.el (gnus-summary-move-article):
19029         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19030         whatever it calls (right now, only nnimap-request-move article
19031         respects it).
19032
19033         * nnimap.el (nnimap-request-move-article):
19034         When gnus-sum-hint-move-is-internal is set, don't do the extra
19035         nnimap-request-article.
19036
19037 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19038
19039         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19040
19041         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19042         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19043
19044         * gnus-sum.el (gnus-summary-caesar-message):
19045         Apply `gnus-treat-article' after rotation.
19046
19047         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19048         doc string.
19049
19050 2005-02-22  Simon Josefsson  <jas@extundo.com>
19051
19052         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19053         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19054         <arne@arnested.dk>.
19055         (encrypt): Add password-cache and password-cache-expiry as group
19056         members.
19057
19058 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19059
19060         * smime.el (smime-ldap-host-list): Doc fix.
19061         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19062         cache) password.
19063         (smime-sign-region): Use it.
19064         (smime-decrypt-region): Use it.
19065         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19066         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19067         fails.
19068         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19069         certificate from DER to PEM format rather than calling openssl.
19070
19071         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19072
19073         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19074         for signing/encryption.
19075
19076         * mml.el (mml-parse-1): Use them.
19077
19078 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19079
19080         * nnrss.el (nnrss-verbose): Remove.
19081         (nnrss-request-group): Use `nnheader-message' instead.
19082
19083 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19084
19085         * nnrss.el (nnrss-verbose): New variable.
19086         (nnrss-request-group): Make it say nnrss is requesting a group.
19087
19088 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19089
19090         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19091         Handle news URL with given port correctly.
19092
19093 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19096         containing special characters.
19097
19098         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19099
19100         * mml.el (mime-to-mml): Ditto.
19101
19102         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19103         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19104         (rfc2047-decode-region): Quote decoded words containing special
19105         characters when rfc2047-quote-decoded-words-containing-tspecials
19106         is non-nil.
19107
19108 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19111
19112         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19113
19114 2005-02-15  Simon Josefsson  <jas@extundo.com>
19115
19116         * nnimap.el (nnimap-debug): Doc fix.
19117
19118         * imap.el (imap-debug): Doc fix.
19119
19120 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19123
19124 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19125
19126         * gnus.el (spam-contents): Improve docs for spam-contents
19127         parameter in its variable incarnation.
19128
19129 2005-02-14  Simon Josefsson  <jas@extundo.com>
19130
19131         * smime-ldap.el: Use require instead of load-library for ldap.
19132         (smime-ldap-search): Indent.
19133         (smime-ldap-search-internal): Shorten line.
19134
19135         * smime.el (smime-cert-by-dns): Add doc-string.
19136         (smime-cert-by-ldap-1): Indent.
19137
19138         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19139         mml-smime-get-dns-ldap.
19140         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19141
19142 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19143
19144         * smime.el: Require smime-ldap.
19145         (smime-ldap-host-list): New variable.
19146         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19147
19148         * mml-smime.el (mml-smime-encrypt-query): New function.
19149         (mml-smime-encrypt-query): Use it.
19150
19151         * smime-ldap.el: New file.
19152
19153 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19156
19157 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19158
19159         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19160         argument in doc string.  Make query for type more clear.
19161
19162 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus.el (gnus-group-startup-message): Search for gnus images in
19165         etc/images/gnus.
19166         * mm-util.el (mm-image-load-path): Likewise.
19167         * smiley.el (smiley-data-directory): Search for smilies in
19168         etc/images/smilies.
19169
19170 2005-02-09  Kim F. Storm  <storm@cua.dk>
19171
19172         Change Emacs release version from 21.4 to 22.1 throughout.
19173         Change Emacs development version from 21.3.50 to 22.0.50.
19174
19175 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19178
19179         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19180         non-Mule XEmacs as well.
19181         (mm-decompress-buffer): Signal an error intentionally if it does
19182         not decompress compressed data because auto-compression-mode is
19183         disabled.
19184
19185 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19186
19187         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19188         an ID in the registry even if it has no groups.
19189
19190 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19193         merge it into mm-decompress-buffer.
19194         (gnus-mime-copy-part): Use the MIME part charset, the value which
19195         a user specified or gnus-newsgroup-charset for decoding, like
19196         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19197         save-buffer what was used.  Suggested by Kevin Ryde
19198         <user42@zip.com.au>.
19199         (gnus-mime-inline-part): Allow the name parameter as well as the
19200         filename parameter; force decompressing of compressed data; always
19201         display contents being not decoded as unibyte.
19202
19203         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19204         as well as the filename parameter.
19205
19206         * mm-util.el (mm-decompress-buffer):
19207         Merge gnus-mime-jka-compr-maybe-uncompress.
19208         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19209         of compressed data.
19210
19211 2005-02-08  Simon Josefsson  <jas@extundo.com>
19212
19213         * imap.el (imap-log): Doc fix.
19214
19215 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19218         the coding cookies; decompress compressed parts.
19219
19220         * mml.el (mml-generate-mime-1): Add the charset parameter according
19221         to the value which a user specified manually or the coding cookie.
19222
19223         * mm-util.el (mm-string-to-multibyte): New function.
19224         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19225         (mm-coding-system-to-mime-charset): New function.
19226         (mm-decompress-buffer): New function.
19227         (mm-find-buffer-file-coding-system): New function.
19228
19229         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19230         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19231         parts.
19232
19233 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19234
19235         * mm-view.el (mm-display-inline-fontify): Decode a part according
19236         to the charset parameter.
19237
19238 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19241         prefix arg is neither nil nor a number, as info specifies.
19242
19243 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19246         timestamps.
19247
19248 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19249
19250         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19251         groups error checking and notify user.
19252
19253 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19254
19255         * message.el (message-send-mail-function): Check existence of
19256         sendmail-program first before using default value
19257         `message-send-mail-with-sendmail'.  Otherwise use more generic
19258         `smtpmail-send-it'.
19259
19260 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * nntp.el (nntp-request-update-info): Always return nil.
19263
19264 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19265
19266         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19267
19268 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19269
19270         * message.el (message-beginning-of-line): Change the behavior when
19271         invoked between BOL and : so that it first moves backward.
19272
19273 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19276         article buffer when editing of the article is discarded.
19277         (gnus-article-prepare): Revert.
19278
19279 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * gnus-art.el (gnus-article-prepare):
19282         Remove message-strip-forbidden-properties from the local hook.
19283
19284 2005-01-27  Simon Josefsson  <jas@extundo.com>
19285
19286         * password.el (password-cache-add): Only start one timer per key.
19287         Reported by Derek Atkins <warlord@MIT.EDU>.
19288
19289 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19290
19291         * run-at-time.el: Remove.  It is no longer needed as
19292         timer-funcs.el in the xemacs-base package has a working version of
19293         `run-at-time'.
19294
19295         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19296
19297         * password.el: Require timer-funcs instead of run-at-time in
19298         XEmacs.
19299         Remove `password-run-at-time' macro.
19300         (password-cache-add): Use `run-at-time' instead of
19301         `password-run-at-time'.
19302
19303         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19304         Remove `nnheader-cancel-function-timers' alias,
19305         `cancel-function-timers' exists in XEmacs in timer-funcs.
19306
19307         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19308         for `run-with-idle-timer'.
19309
19310         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19311         for `run-at-time'.
19312
19313         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19314         for `with-timeout'.
19315
19316         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19317         the same as for XEmacs 21.4.
19318         No need to ignore `run-with-idle-timer', this function exists in
19319         XEmacs now in timer-funcs.el in the xemacs-base package.
19320         (dgnushack-compile): No need to delete
19321         run-at-time.el from the list of files to compile because it
19322         doesn't exist anymore.
19323
19324 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19327         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19328
19329 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19330
19331         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19332         sensitively.
19333
19334 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19335
19336         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19337
19338 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19341         which will be inserted according to the multibyteness of a buffer
19342         rather than the type of contents.  Suggested by ARISAWA Akihiro
19343         <ari@mbf.ocn.ne.jp>.
19344
19345         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19346         of string which old xml.el may return rather than a string.
19347
19348 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19351
19352 2005-01-16  Simon Josefsson  <jas@extundo.com>
19353
19354         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19355         idn/idna.el isn't available.
19356         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19357         <michael@waxrat.com>.
19358
19359         * hashcash.el: Remove non-FSF copyright header.
19360
19361         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19362         (hashcash-generate-payment): Use it.
19363         (hashcash-generate-payment-async): Use it.
19364
19365 2005-01-15  Simon Josefsson  <jas@extundo.com>
19366
19367         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19368         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19369
19370         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19371         gnus-summary-idna-message.
19372         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19373         (gnus-summary-idna-message): New function.
19374
19375 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19378         gnus-novice-user.
19379
19380 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * nnrss.el (nnrss-request-delete-group): Delete entries in
19383         nnrss-group-alist as well.
19384         (nnrss-save-server-data): Insert newline.
19385
19386 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * gnus.el (gnus-user-agent): Use list of symbols instead of
19389         symbols.  Display full version number for (S)XEmacs.
19390         Optionally display (S)XEmacs codename.
19391
19392         * gnus-util.el (gnus-emacs-version): Update for new
19393         `gnus-user-agent'.
19394
19395         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19396         Gnus version.
19397
19398 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19401         which is unreadable in some setups.
19402
19403 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * gnus-spec.el (gnus-update-format-specifications): Flush the
19406         group format spec cache if it doesn't support decoded group names.
19407
19408 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19411         Allow to apply decay on score files matching a regexp.
19412
19413 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19416         compatibility in %g and %c.
19417
19418 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19421         name for only %g and %c.
19422         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19423         of gnus-tmp-group to decoded group name.
19424         (gnus-group-make-rss-group): Exclude `/'s from group names.
19425
19426 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * nnrss.el (nnrss-get-encoding): Fix regexp.
19429
19430 2004-12-27  Simon Josefsson  <jas@extundo.com>
19431
19432         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19433         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19434         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19435
19436 2004-12-17  Kim F. Storm  <storm@cua.dk>
19437
19438         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19439
19440         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19441
19442 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19443
19444         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19445
19446 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * nnrss.el: Require rfc2047 and mml.
19449         (nnrss-file-coding-system): New variable.
19450         (nnrss-format-string): Redefine it as an inline function.
19451         (nnrss-decode-group-name): New function.
19452         (nnrss-string-as-multibyte): Remove.
19453         (nnrss-retrieve-headers): Decode group name; don't use
19454         nnrss-format-string.
19455         (nnrss-request-group): Decode group name.
19456         (nnrss-request-article): Decode group name; allow a Message-ID as
19457         well as an article number; don't use nnrss-format-string; encode a
19458         Message-ID string which may contain non-ASCII characters; use
19459         mml-to-mime to compose a MIME article.
19460         (nnrss-request-expire-articles): Decode group name.
19461         (nnrss-request-delete-group): Decode group name.
19462         (nnrss-fetch): Clarify error message.
19463         (nnrss-read-server-data): Use insert-file-contents instead of load;
19464         bind file-name-coding-system; use multibyte buffer.
19465         (nnrss-save-server-data): Bind coding-system-for-write to the
19466         value of nnrss-file-coding-system; bind file-name-coding-system;
19467         add coding cookie.
19468         (nnrss-read-group-data): Use insert-file-contents instead of load;
19469         bind file-name-coding-system; use multibyte buffer.
19470         (nnrss-save-group-data): Bind coding-system-for-write to the
19471         value of nnrss-file-coding-system; bind file-name-coding-system.
19472         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19473         make it work with non-ASCII text.
19474         (nnrss-find-el): Make it work with old xml.el as well.
19475
19476 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19477
19478         * nnrss.el (nnrss-get-encoding): New function.
19479         (nnrss-fetch): Use unibyte buffer initially; bind
19480         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19481         decode contents according to the encoding attribute.
19482         (nnrss-save-group-data): Add coding cookie.
19483         (nnrss-mime-encode-string): New function.
19484         (nnrss-check-group): Use it to encode subject and author.
19485
19486 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19487
19488         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19489         imaginary variable.
19490
19491 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19494         correctly even if there are wide characters.
19495
19496 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19497
19498         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19499         downcased symbol names; make a new cache instead of reusing
19500         bbdb-hashtable.
19501
19502 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19505         concatenating segments rather than before concatenating them.
19506         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19507
19508         * message.el (message-get-reply-headers): Bind `extra'.
19509
19510 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * message.el (message-extra-wide-headers): New variable.
19513         (message-get-reply-headers): Use it.
19514
19515 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19518         (gnus-agent-group-pathname): Ditto.
19519
19520         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19521
19522         * gnus-group.el (gnus-group-make-group): Decode group name.
19523         (gnus-group-make-rss-group): Register the group data after opening
19524         the nnrss group.
19525
19526 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19527
19528         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19529         by expiry now get marked as read.
19530
19531 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19534
19535 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19536
19537         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19538         unify Latin characters in XEmacs.
19539         (mm-find-mime-charset-region): Use it.
19540
19541 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * gnus-util.el (gnus-delete-directory): New function.
19544
19545         * gnus-agent.el (gnus-agent-delete-group): Use it.
19546
19547         * gnus-cache.el (gnus-cache-delete-group): Use it.
19548
19549 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19552         names.
19553
19554 2004-12-16  Simon Josefsson  <jas@extundo.com>
19555
19556         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19557
19558 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19561
19562         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19563         (gnus-group-set-current-level): Decode group name.
19564
19565 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19566
19567         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19568         failed.
19569
19570 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-group.el (gnus-group-delete-group): Decode group name.
19573         (gnus-group-make-rss-group): Encode group name.
19574         (gnus-group-catchup-current): Decode group name.
19575         (gnus-group-kill-group): Decode group name.
19576
19577 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19578
19579         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19580
19581 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * gnus-group.el (gnus-group-make-rss-group):
19584         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19585
19586         * gnus-start.el (gnus-setup-news): Honor user's setting to
19587         gnus-message-archive-method.  Suggested by Lute Kamstra
19588         <lute@gnu.org>.
19589
19590 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19591
19592         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19593         global counterparts of the buffer-local variables.
19594
19595 2004-11-16  Romain Francoise  <romain@orebokech.com>
19596
19597         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19598         counterparts of the buffer-local variables.
19599
19600 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * message.el (message-forbidden-properties): Fix typo in doc
19603         string.
19604
19605 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19606
19607         * gnus-util.el (gnus-replace-in-string): Add doc string.
19608
19609         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19610         to avoid problems when splitting mails with many recipients.
19611
19612 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19613
19614         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19615         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19616
19617 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19618
19619         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19620         if there is no hashtable in memory or file modification time is
19621         newer than cached timestamp.
19622
19623 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-sum.el (gnus-summary-limit-to-recipient):
19626         Implement not-matching option.
19627
19628 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19629
19630         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19631         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19632         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19633         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19634         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19635         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19636
19637 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * message.el (message-forward-make-body-mml): Remove headers
19640         according to message-forward-ignored-headers if a message is decoded.
19641
19642 2004-12-02  Romain Francoise  <romain@orebokech.com>
19643
19644         * message.el (message-forward-make-body-plain): Always remove
19645         headers according to message-forward-ignored-headers.
19646
19647 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19648
19649         * spam.el (spam-summary-prepare-exit): Remove the
19650         gnus-summary-limit pop for now, it has problems with ham marks for
19651         me.
19652
19653 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19654
19655         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19656         correctly.
19657
19658 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19659
19660         * format-spec.el (format-spec): Message the char.
19661
19662 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19663
19664         * gnus-art.el (gnus-split-methods): Reformat comments.
19665
19666         * spam.el (spam-summary-prepare-exit): Remove article limits
19667         before exiting the summary buffer.
19668
19669 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19672         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19673
19674         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19675         order to silence the byte compiler.
19676
19677         * spam.el: Fix the way to silence the byte compiler, which
19678         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19679         bbdb-search-simple, spam-BBDB-register-routine,
19680         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19681         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19682         spam-stat-buffer-is-spam, spam-stat-load,
19683         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19684         spam-stat-save and spam-stat-split-fancy.
19685
19686 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19689         which may confuse users.
19690         (canlock-password-for-verify): Ditto.
19691
19692         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19693
19694         * gnus-art.el (gnus-emphasis-alist): Ditto.
19695
19696         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19697
19698         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19699
19700         * gnus-start.el (gnus-save-killed-list): Ditto.
19701
19702         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19703         (gnus-sum-thread-tree-root): Ditto.
19704         (gnus-sum-thread-tree-false-root): Ditto.
19705         (gnus-sum-thread-tree-single-indent): Ditto.
19706
19707         * message.el (message-courtesy-message): Ditto.
19708         (message-archive-note): Ditto.
19709         (message-subscribed-address-file): Ditto.
19710         (message-user-fqdn): Ditto.
19711
19712         * spam-report.el (spam-report-gmane-regex): Ditto.
19713
19714         * spam.el (spam-blackhole-good-server-regex): Ditto.
19715
19716 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * mml.el (mml-preview): Widen the message buffer before copying
19719         the contents to the preview buffer; sort headers before previewing.
19720
19721         * message.el (message-hidden-headers): Fix the way to avoid a bug
19722         in the `repeat' widget in Emacs 21.3 or earlier.
19723
19724 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * message.el (message-hidden-headers): Default to "^References:".
19727         Improve customization type.  Suggested by Reiner Steib
19728         <Reiner.Steib@gmx.de>.
19729
19730 2004-11-25  Romain Francoise  <romain@orebokech.com>
19731
19732         * message.el (message-strip-forbidden-properties): Remove check for
19733         obsolete `message-hidden' text property, hidden headers are not
19734         accessible in the buffer anymore.
19735
19736 2004-11-22  Romain Francoise  <romain@orebokech.com>
19737
19738         * message.el (message-header-format-alist): Add `From' in list
19739         so that it can be sorted.
19740         (message-fix-before-sending): Widen and sort headers before
19741         sending.
19742         (message-hide-headers): Use narrowing to hide headers by moving
19743         them to the top of the buffer and narrowing to the region
19744         underneath.
19745
19746 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19747
19748         * message.el (message-strip-forbidden-properties):
19749         Bind buffer-read-only (etc) to nil.
19750
19751 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19754         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19755
19756 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19757
19758         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19759
19760 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19761
19762         * dns.el (query-dns): Use sit-for to time instead of
19763         accept-process-output, since that doesn't seem to work on udp
19764         sockets.
19765
19766 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19769
19770 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19771
19772         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19773         doc string.  Improve doc string.
19774
19775 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * nntp.el (nntp-request-update-info): Return nil if
19778         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19779         may not call gnus-activate-group which uselessly issues the GROUP
19780         commands for all nntp groups and wastes time.  Reported by Romain
19781         Francoise <romain@orebokech.com>.
19782
19783         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19784
19785 2004-11-15  Simon Josefsson  <jas@extundo.com>
19786
19787         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19788         headers separately.
19789         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19790         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19791
19792 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * gnus-start.el (gnus-convert-old-newsrc):
19795         Assign legacy-gnus-agent to 5.10.7.
19796
19797 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19798
19799         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19800         start of the lines.
19801
19802 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19803
19804         * hashcash.el (hashcash-default-payment): Change default to 20.
19805         (hashcash-default-accept-payment): Change default to 20.
19806         (hashcash-process-alist): New variable.
19807         (hashcash-generate-payment-async): Add.
19808         (hashcash-already-paid-p): Add.
19809         (hashcash-insert-payment): Don't generate payments twice.
19810         (hashcash-insert-payment-async): Add.
19811         (hashcash-insert-payment-async-2): Add.
19812         (hashcash-cancel-async): Add.
19813         (hashcash-wait-async): Add.
19814         (hashcash-processes-running-p): Add.
19815         (hashcash-wait-or-cancel): Add.
19816         (mail-add-payment): New optional argument.  Conditionally start
19817         asynchronous calculation.
19818         (mail-add-payment-async): Add.
19819
19820         * message.el (message-send-mail): Wait for asynchronous hashcash
19821         results.  Don't clobber existing X-Hashcash headers.
19822         (message-setup-1): Call mail-add-payment-async when
19823         message-generate-hashcash is non-nil.
19824
19825 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19826
19827         * message.el (message-use-alternative-email-as-from): Examine the
19828         From header as well; use message-make-from in order to include a
19829         user's full name.
19830
19831 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19834         default; improve customization type.
19835         (gnus-emphasis-custom-with-format): New macro.
19836         (gnus-emphasis-custom-value-to-external): New function.
19837         (gnus-emphasis-custom-value-to-internal): New function.
19838
19839 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840
19841         * dns.el (query-dns): Resolve reverse addresses.
19842
19843 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19844
19845         * gnus-group.el (gnus-group-get-new-news): Use it.
19846
19847         * gnus-start.el (gnus-check-reasonable-setup): New function.
19848
19849 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19852         "Args out of range" error.  Reported by Arnaud Giersch
19853         <arnaud.giersch@free.fr>.
19854
19855 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19856
19857         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19858
19859 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19860
19861         * spam.el (spam group): Add :version.
19862
19863         * pgg-def.el (pgg group): Add :version.
19864
19865 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-art.el (gnus-article-edit-article): Don't associate the
19868         article buffer with a draft file.  This is a temporary measure
19869         against the 2004-08-22 change to gnus-article-edit-mode.
19870
19871 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19874         (html2text-format-tags): Remove unused variable `attr'.
19875
19876 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19879
19880         * tls.el (tls-process-connection-type, tls-success)
19881         (tls-certtool-program): Add :version.
19882
19883         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19884         (starttls-extra-arguments, starttls-process-connection-type)
19885         (starttls-connect, starttls-failure, starttls-success): Add :version.
19886
19887         * spam-stat.el (spam-stat): Add :version.
19888
19889         * sieve.el (sieve): Add :version.
19890
19891         * sha1.el (sha1): Add :version.
19892         (sha1-use-external): Remove redundant version.
19893
19894         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19895         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19896         (nnmail-split-fancy-match-partial-words)
19897         (nnmail-split-lowercase-expanded): Add :version.
19898
19899         * nndiary.el (nndiary): Add :version.
19900
19901         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19902
19903         * mml-sec.el (mml-default-sign-method)
19904         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19905         Add :version.
19906
19907         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19908
19909         * mm-url.el (mm-url-use-external, mm-url-program)
19910         (mm-url-arguments): Add :version.
19911
19912         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19913         (mm-attachment-file-modes, mm-decrypt-option)
19914         (mm-w3m-safe-url-regexp): Add :version.
19915
19916         * message.el (message-cite-prefix-regexp)
19917         (message-sendmail-envelope-from, message-minibuffer-local-map)
19918         (message-user-fqdn, message-completion-alist): Add :version.
19919
19920         * gnus-win.el (gnus-configure-windows-hook)
19921         (gnus-use-frames-on-any-display): Add :version.
19922
19923         * gnus-art.el (gnus-article-address-banner-alist)
19924         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19925         (gnus-treat-from-picon, gnus-treat-mail-picon)
19926         (gnus-treat-x-pgp-sig): Add :version.
19927
19928         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19929         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19930         (gnus-summary-article-delete-hook)
19931         (gnus-summary-display-while-building): Add :version.
19932
19933         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19934         (gnus-get-top-new-news-hook): Add :version.
19935
19936         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19937         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19938
19939         * gnus-registry.el (gnus-registry): Add :version.
19940
19941         * gnus-spec.el (gnus-use-correct-string-widths)
19942         (gnus-make-format-preserve-properties): Add :version.
19943
19944         * gnus.el (gnus-group-charter-alist)
19945         (gnus-group-fetch-control-use-browse-url)
19946         (gnus-install-group-spam-parameters): Add :version.
19947
19948         * gnus-diary.el (gnus-diary): Add :version.
19949
19950         * gnus-delay.el (gnus-delay): Add :version.
19951
19952         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19953         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19954         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19955         Add :version.
19956
19957         * gnus-agent.el (gnus-agent-max-fetch-size)
19958         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19959         (gnus-agent-prompt-send-queue): Add :version.
19960
19961         * deuglify.el (gnus-outlook-deuglify): Add :version.
19962
19963         * html2text.el: Beautify code.  Improve doc strings.
19964         Some checkdoc cleanup.
19965         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19966
19967 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19968
19969         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19970
19971 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19972
19973         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19974         when package is loaded.
19975
19976         * spam.el (spam-summary-score-preferred-header): Add global preference
19977         for people who want to override the default SpamAssassin over
19978         Bogofilter preference (when both are set).
19979         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19980         (spam-user-format-function-S):
19981         Check spam-summary-score-preferred-header.
19982         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19983         (spam-user-format-function-S): Format the score correctly.
19984
19985 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19988         signature file.  Suggested by Manoj Srivastava
19989         <srivasta@golden-gryphon.com>.
19990
19991         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19992         iso-2022-jp even in the Japanese language environment.
19993         Suggested by Jason Rumney <jasonr@gnu.org>.
19994
19995 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19996
19997         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19998         use the same characters as the dummy marks; make it free from
19999         getting affected by the language environment.
20000         (gnus-summary-read-group-1): Update mark positions only when the
20001         format spec is updated.
20002
20003         * gnus-spec.el (gnus-update-format-specifications): Return a list
20004         of updated types.
20005
20006 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20009         of boundp to check if display-warning is available.
20010
20011 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20012
20013         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20014
20015 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * nnspool.el (nnspool-spool-directory): Use news-path if the
20018         news-directory variable is not bound.
20019
20020         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20021         function instead of display-warning if it is not available.
20022
20023 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20024
20025         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20026         v5-10: Use `point-at-bol'.
20027
20028 2004-10-26  Simon Josefsson  <jas@extundo.com>
20029
20030         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20031         <chenggao@gmail.com>.
20032
20033 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20034
20035         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20036         instead.
20037
20038 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20041         to remove a server from the nnimap-server-buffer-alist.
20042         (nnimap-open-connection, nnimap-close-server): Use it.
20043
20044         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20045
20046 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20049         running the major-mode function.
20050
20051 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20054         dummy marks in the right way.
20055
20056 2004-10-18  David Edmondson  <dme@dme.org>
20057
20058         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20059         excessively.
20060
20061 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20062
20063         * gnus-util.el (gnus-split-references): Accept a nil references
20064         string and go on blissfully.
20065
20066         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20067         cases where the references string is non-nil but has no references.
20068
20069         * encrypt.el: Add autoload tags.
20070
20071         * spam.el (spam-resolve-registrations-routine): Remove article
20072         from unregistration list too.  Reported by David Hanak
20073         <dhanak@isis.vanderbilt.edu>
20074
20075 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20076
20077         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20078         nil.  Change custom type.
20079
20080 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20081
20082         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20083
20084         * gnus-sum.el (gnus-summary-move-article): Use it.
20085
20086 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20087
20088         * encrypt.el: Add autoload cookies.
20089
20090         * spam.el (spam-backend-article-list-property)
20091         (spam-backend-get-article-todo-list)
20092         (spam-backend-put-article-todo-list)
20093         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20094         Resolve registrations separately.
20095         (spam-register-routine): Format comments.
20096         (spam-unregister-routine, spam-register-routine): Always call with
20097         specific-articles, no default list.
20098         (spam-summary-prepare-exit): Use the spam-classifications function.
20099
20100         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20101         gnus-encrypt.el.
20102
20103         * encrypt.el: Copied from gnus-encrypt.el.
20104
20105         * gnus-encrypt.el: Commented that it's obsolete.
20106
20107 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20108
20109         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20110         (gnus-score-save): Use it.
20111
20112         * message.el (message-bury): Use `window-dedicated-p'.
20113
20114 2004-10-15  Simon Josefsson  <jas@extundo.com>
20115
20116         * pop3.el (top-level): Don't require nnheader.
20117         (pop3-read-timeout): Add.
20118         (pop3-accept-process-output): Add.
20119         (pop3-read-response, pop3-retr): Use it.
20120
20121 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20122
20123         * spam.el (spam-register-routine): Move comment.
20124         (spam-verify-bogofilter): Use 'unknown for the initial
20125         spam-bogofilter-valid state, not 'never.
20126
20127         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20128         for netrc-machine.
20129
20130         * nnimap.el (nnimap-open-connection):
20131         Use netrc-machine-user-or-password.
20132
20133 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20134
20135         * gnus-registry.el (gnus-registry-unload-hook):
20136         Set as a variable with add-hook.
20137
20138         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20139         of news-path.
20140
20141         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20142
20143         * spam.el: Delete duplicate `provide'.
20144         (spam-unload-hook): Set as a variable with add-hook.
20145
20146 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20147
20148         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20149         in the doc string.
20150
20151         * message.el (message-ignored-news-headers)
20152         (message-ignored-supersedes-headers)
20153         (message-ignored-resent-headers)
20154         (message-forward-ignored-headers): Improve custom type.
20155
20156 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * message.el (message-tokenize-header): Fix 2004-09-06 change
20159         which used point-min in the wrong place.
20160
20161 2004-10-12  Simon Josefsson  <jas@extundo.com>
20162
20163         * tls.el (tls-certtool-program): New variable.
20164         (tls-certificate-information): New function, based on
20165         ssl-certificate-information.
20166
20167 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * compface.el: Move the version of ELisp-based uncompface program
20170         to the contrib directory because of the copyright problem.
20171
20172 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20173
20174         * message.el (message-kill-buffer): Raise the current frame.
20175
20176 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20177
20178         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20179
20180         * gnus.el (message-y-or-n-p): Autoload.
20181
20182         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20183         (pop3-password-required, pop3-authentication-scheme)
20184         (pop3-leave-mail-on-server): Make customizable.
20185         (pop3): New custom group.
20186         (pop3-retr): Remove `sleep-for' statements.
20187         Suggested by Dave Love <fx@gnu.org>.
20188
20189         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20190         Windows/DOS.
20191
20192         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20193         (imap-parse-body): Fix incorrect use of `assert'.
20194         Suggested by Dave Love <fx@gnu.org>.
20195
20196         * mml.el (mml-minibuffer-read-disposition): Require match.
20197         Suggested by Dave Love <fx@gnu.org>.
20198
20199 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20200
20201         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20202         doc string.
20203
20204 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20207
20208 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20209
20210         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20211         instead of calling `mm-insert-inline', to decode text/* parts
20212         before displaying them.
20213
20214 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * mm-uu.el (mm-uu-text-plain-type): New variable.
20217         (mm-uu-pgp-signed-extract-1): Use it.
20218         (mm-uu-pgp-encrypted-extract-1): Use it.
20219         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20220         bind mm-uu-text-plain-type with that value.
20221         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20222         mm-uu-dissect.
20223
20224 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * gnus-group.el (gnus-update-group-mark-positions):
20227         * gnus-sum.el (gnus-update-summary-mark-positions):
20228         * message.el (message-check-news-body-syntax):
20229         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20230         of string-as-multibyte.
20231
20232 2004-10-05  Juri Linkov  <juri@jurta.org>
20233
20234         * gnus-group.el (gnus-update-group-mark-positions):
20235         * gnus-sum.el (gnus-update-summary-mark-positions):
20236         * message.el (message-check-news-body-syntax):
20237         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20238         8-bit unibyte values to a multibyte string for search functions.
20239
20240 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20243         (mm-uu-dissect-text-parts): New function.
20244
20245         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20246         dissect text parts.
20247
20248         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20249         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20250
20251         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20252
20253         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20254         Use gnus-current-topics instead of gnus-current-topic.
20255
20256 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20257
20258         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20259
20260 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20261
20262         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20263         where appropriate.
20264
20265         * nnml.el (nnml-generate-active-info): do.
20266
20267         * nndiary.el (nndiary-generate-active-info): do.
20268
20269         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20270         (gnus-topic-move): do.
20271
20272         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20273         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20274
20275         * gnus-srvr.el (gnus-server-prepare)
20276         (gnus-server-open-all-servers): do.
20277
20278         * gnus-msg.el (gnus-summary-cancel-article)
20279         (gnus-summary-resend-message)
20280         (gnus-summary-mail-crosspost-complaint): do.
20281
20282         * gnus-move.el (gnus-change-server): do.
20283
20284         * gnus-group.el (gnus-group-unmark-all-groups)
20285         (gnus-group-set-current-level): do.
20286
20287 2004-10-04  Simon Josefsson  <jas@extundo.com>
20288
20289         * message.el (message-generate-hashcash): Doc fix.
20290
20291 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20292
20293         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20294         avoid infinite recursion via gnus-get-function.
20295
20296 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20297
20298         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20299
20300         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20301
20302         * nnmail.el (nnmail-split-history): do.
20303
20304         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20305         (nnml-request-delete-group): do.
20306
20307         * nnslashdot.el (nnslashdot-read-groups): do.
20308
20309         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20310         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20311
20312         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20313         (nnspool-sift-nov-with-sed): Use last.
20314         (nnspool-retrieve-headers-with-nov): Use mapc.
20315         (nnspool-request-newgroups): Use dolist.
20316         (nnspool-request-group): Use last.
20317
20318         * nntp.el (nntp-read-server-type): Use dolist.
20319
20320         * nnvirtual.el (nnvirtual-create-mapping)
20321         (nnvirtual-update-read-and-marked): Use dolist.
20322         (nnvirtual-convert-headers): Simplify.
20323
20324 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20325
20326         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20327         Add support for sync'ing tick marks.
20328
20329 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20332         there's no visible header.
20333
20334 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20335
20336         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20337         When necessary, pass full group name to gnus-request-set-marks.
20338
20339 2004-10-01  Simon Josefsson  <jas@extundo.com>
20340
20341         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20342         acroread.
20343
20344 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20345
20346         * spam-report.el (spam-report-gmane): Fix interactive.
20347
20348         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20349
20350         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20351         when writing file.
20352         (gnus-agent-synchronize-flags): Don't default to being
20353         interactive.
20354
20355 2004-09-30  Simon Josefsson  <jas@extundo.com>
20356
20357         * message.el (message-generate-hashcash): Add.
20358         (message-send-mail): Use it, call mail-add-payment.
20359
20360 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20361
20362         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20363
20364 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20365
20366         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20367         gnus-requst-update-info with explicit code to sync the in-memory
20368         info read flags with the marks being sync'd to the backend.
20369
20370         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20371
20372 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20373
20374         * spam.el (spam-verify-bogofilter): Add new function.
20375         (spam-check-bogofilter)
20376         (spam-bogofilter-register-with-bogofilter): Use it.
20377         (spam-verify-bogofilter): Add small fixes.
20378
20379 2004-09-28  Simon Josefsson  <jas@extundo.com>
20380
20381         * hashcash.el (hashcash-generate-payment): Revert.
20382
20383 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20384
20385         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20386         Use gnus-extract-references instead of gnus-split-references.
20387
20388         * gnus-util.el (gnus-extract-references): Add new function, analogous
20389         to gnus-split-references but extracts only the message-ID without
20390         anything extra.
20391
20392         * hashcash.el (hashcash-generate-payment)
20393         (hashcash-check-payment): Do the right thing if hashcash-path is
20394         nil (because the hashcash program could not be found).
20395
20396         * spam.el (spam-use-hashcash): Remove comment.
20397
20398 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20399
20400         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20401         (gnus-cache-enter-article, gnus-cache-remove-article)
20402         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20403
20404         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20405
20406         * gnus-art.el (article-hide-boring-headers)
20407         (article-translate-strings, article-display-face)
20408         (gnus-article-mime-match-handle-first)
20409         (gnus-article-highlight-headers)
20410         (gnus-article-add-buttons-to-head): do.
20411
20412 2004-09-27  Simon Josefsson  <jas@extundo.com>
20413
20414         * hashcash.el: New version, from
20415         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20416         ../contrib/.
20417
20418 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20421
20422 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20423
20424         * gnus-dup.el (gnus-dup-open): Use mapc.
20425         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20426
20427         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20428         Reported by Stefan Wiens <s.wi@gmx.net>.
20429
20430         * gnus.el (gnus-shutdown): Use dolist.
20431
20432         * gnus-undo.el (gnus-undo): Use mapc.
20433
20434         * nnrss.el (nnrss-generate-active): do.
20435
20436         * message.el (message-cite-original-without-signature)
20437         (message-cite-original): Use mapc.
20438         (message-do-actions, message-make-forward-subject): Use dolist.
20439
20440 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20441
20442         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20443         deletion to remove entire duplicate line.  Fixes merged article
20444         number bug.
20445
20446 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20447
20448         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20449         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20450         first ask if you want to open a server and then, even when you
20451         responded with no, asking if you want to synchronize the server's
20452         flags.
20453         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20454         multi-line expressions.
20455         (gnus-agent-synchronize-group-flags): New internal function.
20456         Updates marks in memory (in the info structure) AND in the
20457         backend.
20458
20459         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20460
20461         * nnagent.el (nnagent-request-set-mark):
20462         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20463         method, to ensure that synchronization updates marks in the
20464         backend and in the info (in memory) structure.
20465
20466 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20469         convention fully; don't miss the root article of a thread; make
20470         the X-Draft-From header with correct article numbers.
20471
20472 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20473
20474         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20475         unless plugged.  Disable the agent so that an open failure causes
20476         an error.
20477
20478         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20479         Revert 2004-09-21 change.  The backend must be opened while
20480         synchronizing flags even when the backend stores the flags
20481         locally.
20482
20483 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20484
20485         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20486         in `header' match.  Reported by Svend Tollak Munkejord.
20487
20488         * message.el (message-cite-original): Fix use of
20489         `message-cite-articles-with-x-no-archive'.
20490
20491 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20494         (gnus-window-to-buffer): Ditto.
20495
20496         * mml.el (mml-preview-buffer): New variable.
20497         (mml-preview): Manage window layout with gnus-buffer-configuration.
20498
20499         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20500         X-Draft-From header even if those articles aren't quoted.
20501
20502 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20503
20504         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20505         (gnus-request-set-mark, gnus-request-update-mark): Use new
20506         g-s-t-u-l-m to decide to use backend even when unplugged.
20507
20508 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20509
20510         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20511         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20512
20513 2004-09-20  Simon Josefsson  <jas@extundo.com>
20514
20515         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20516         "utf-16-le".
20517
20518 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20519
20520         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20521
20522 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * uudecode.el (uudecode-use-external): Add :version.
20525
20526         * smime.el (smime-CA-file, smime-encrypt-cipher)
20527         (smime-dns-server): Add :version.
20528
20529         * smiley.el (gnus-smiley-file-types): Add :version.
20530
20531         * sha1.el (sha1-use-external): Add :version.
20532
20533         * pgg-def.el (pgg-query-keyserver): Add :version.
20534
20535         * nnmail.el (nnmail-fancy-expiry-targets)
20536         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20537         Add :version.
20538
20539         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20540         (nnimap-retrieve-groups-asynchronous): Add :version.
20541         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20542
20543         * mml.el (mml-content-disposition-parameters)
20544         (mml-insert-mime-headers-always): Add :version.
20545
20546         * mm-util.el (mm-coding-system-priorities): Add :version.
20547
20548         * mm-decode.el (mm-inline-text-html-with-images)
20549         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20550         (mm-verify-option): Add :version.
20551         (mm-text-html-renderer): Change :version.
20552
20553         * message.el (message-fcc-externalize-attachments)
20554         (message-required-headers, message-draft-headers)
20555         (message-subject-trailing-was-query)
20556         (message-subject-trailing-was-ask-regexp)
20557         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20558         (message-mark-insert-end, message-archive-header)
20559         (message-archive-note, message-cross-post-default)
20560         (message-cross-post-note, message-followup-to-note)
20561         (message-cross-post-note-function, message-use-mail-followup-to)
20562         (message-subscribed-address-functions)
20563         (message-subscribed-address-file, message-subscribed-addresses)
20564         (message-subscribed-regexps, message-allow-no-recipients)
20565         (message-yank-cited-prefix, message-signature-insert-empty-line)
20566         (message-hidden-headers, message-hierarchical-addresses)
20567         (message-mail-user-agent, message-use-idna)
20568         (message-valid-fqdn-regexp)
20569         (message-strip-special-text-properties, message-header-synonyms)
20570         (message-beginning-of-line, message-tab-body-function): Add :version.
20571         (message-insert-canlock, message-wide-reply-confirm-recipients):
20572         Change :version.
20573
20574         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20575         and :version.
20576         (mail-source-delete-old-incoming-confirm)
20577         (mail-source-movemail-program): Add :version.
20578
20579         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20580         (gnus-agent-cache, gnus-agent): Change :version.
20581
20582         * gnus-util.el (gnus-use-byte-compile): Change :version.
20583
20584         * gnus-sum.el (gnus-summary-make-false-root-always)
20585         (gnus-summary-default-high-score)
20586         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20587         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20588         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20589         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20590         (gnus-sum-thread-tree-single-indent)
20591         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20592         (gnus-sum-thread-tree-leaf-with-other)
20593         (gnus-sum-thread-tree-single-leaf): Add :version.
20594         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20595         (gnus-article-loose-mime): Change :version.
20596
20597         * gnus-start.el (gnus-backup-startup-file)
20598         (gnus-save-startup-file-via-temp-buffer): Add :version.
20599
20600         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20601         (gnus-server-offline-face): Add :version.
20602
20603         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20604
20605         * gnus-msg.el (gnus-gcc-externalize-attachments)
20606         (gnus-debug-files, gnus-debug-exclude-variables)
20607         (gnus-discouraged-post-methods): Change :version.
20608         (gnus-confirm-mail-reply-to-news)
20609         (gnus-confirm-treat-mail-like-news): Add :version.
20610
20611         * gnus-int.el (gnus-server-unopen-status): Add :version.
20612
20613         * gnus-group.el (gnus-group-jump-to-group-prompt)
20614         (gnus-large-ephemeral-newsgroup)
20615         (gnus-fetch-old-ephemeral-headers): Add :version.
20616
20617         * gnus-fun.el (gnus-x-face-directory)
20618         (gnus-convert-pbm-to-x-face-command)
20619         (gnus-convert-image-to-x-face-command)
20620         (gnus-convert-image-to-face-command): Add :version.
20621
20622         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20623
20624         * gnus-cite.el (gnus-cite-blank-line-after-header)
20625         (gnus-article-boring-faces): Add :version.
20626
20627         * gnus-art.el (gnus-buttonized-mime-types)
20628         (gnus-inhibit-mime-unbuttonizing)
20629         (gnus-treat-display-face)
20630         (gnus-treat-body-boundary): Change :version.
20631         (gnus-body-boundary-delimiter, gnus-picon-databases)
20632         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20633         (gnus-treat-date-english, gnus-treat-fold-headers)
20634         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20635         (gnus-treat-mail-picon, gnus-treat-wash-html)
20636         (gnus-article-encrypt-protocol)
20637         (gnus-use-idna, gnus-article-over-scroll)
20638         (gnus-mime-display-multipart-alternative-as-mixed)
20639         (gnus-mime-display-multipart-related-as-mixed)
20640         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20641         (gnus-ctan-url, gnus-button-ctan-handler)
20642         (gnus-button-handle-ctan-bogus-regexp)
20643         (gnus-button-ctan-directory-regexp)
20644         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20645         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20646         (gnus-button-man-level, gnus-button-emacs-level)
20647         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20648
20649         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20650         (gnus-agent-go-online): Change :version.
20651         (gnus-agent-expire-unagentized-dirs)
20652         (gnus-agent-auto-agentize-methods): Add :version.
20653
20654         * flow-fill.el (fill-flowed-display-column)
20655         (fill-flowed-encode-column): Add :version.
20656
20657         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20658         (gnus-outlook-deuglify-unwrap-max)
20659         (gnus-outlook-deuglify-cite-marks)
20660         (gnus-outlook-deuglify-unwrap-stop-chars)
20661         (gnus-outlook-deuglify-no-wrap-chars)
20662         (gnus-outlook-deuglify-attrib-cut-regexp)
20663         (gnus-outlook-deuglify-attrib-verb-regexp)
20664         (gnus-outlook-deuglify-attrib-end-regexp)
20665         (gnus-outlook-display-hook): Add :version.
20666
20667         * binhex.el (binhex-use-external): Add :version.
20668
20669 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20672         and `invisible'.
20673
20674 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20675
20676         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20677         in gnus-registry-trim.
20678
20679 2004-09-13  Simon Josefsson  <jas@extundo.com>
20680
20681         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20682
20683         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20684
20685         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20686         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20687         <yamaoka@jpl.org>.
20688         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20689         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20690         <yamaoka@jpl.org>.
20691
20692         * sieve.el (sieve-manage-mode): Ditto.
20693
20694 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20695
20696         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20697
20698 2004-09-11  Simon Josefsson  <jas@extundo.com>
20699
20700         * dns-mode.el: Add.
20701
20702         * mm-view.el (mm-display-dns-inline): Add.
20703
20704         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20705         (mm-automatic-display): Ditto.
20706
20707         * mailcap.el (mailcap-mime-data): Add text/dns.
20708         (mailcap-mime-extensions): Map .soa to text/dns.
20709
20710 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20711
20712         * gnus-art.el (article-decode-mime-words, article-babel)
20713         (gnus-article-highlight-signature, gnus-article-add-buttons)
20714         (gnus-signature-toggle): Remove unnecessary bindings of
20715         `inhibit-read-only' inherited from v5.10 merge.
20716
20717 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20718
20719         * nntp.el (nntp): New customization group.
20720         (nntp-authinfo-file): Add customization group.
20721
20722         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20723
20724         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20725
20726         * gnus.el (to-address, to-list, subscribed)
20727         (large-newsgroup-initial): Ditto.
20728
20729         * flow-fill.el (fill-flowed-display-column)
20730         (fill-flowed-encode-column): Ditto.
20731
20732 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20733
20734         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20735         Use point-min rather than 1.
20736         (message-send-mail): Use buffer-size rather than point-max.
20737
20738         * gnus-sum.el (gnus-summary-search-article-forward):
20739         Signal a specific `search-failed' rather than a generic `error'.
20740
20741         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20742         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20743         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20744
20745 2004-09-10  Simon Josefsson  <jas@extundo.com>
20746
20747         * nndb.el (require): Remove tcp and duplicate cl.
20748
20749 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20750
20751         * gnus-agent.el (directory-files-and-attributes): Move forward.
20752
20753 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20754
20755         * gnus-agent.el (directory-files-and-attributes):
20756         Optionally defined to support XEmacs.
20757
20758 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20759
20760         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20761         to avoid run-time CL dependencies.
20762         (gnus-agent-unfetch-articles): New function.
20763         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20764         article numbers even when local .overview file is missing.
20765         (gnus-agent-read-article-number): New function.  Only accepts
20766         27-bit article numbers.
20767         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20768         Use gnus-agent-read-article-number.
20769         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20770         from backend while recognizing that article numbers in .overview
20771         must be valid.
20772         (gnus-agent-update-files-total-fetched-for):
20773         Use directory-files-and-attributes to improve performance.
20774         * gnus-int.el (gnus-request-move-article):
20775         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20776         improve performance.
20777
20778         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20779         some users confused by references to .newsrc when they only have a
20780         .newsrc.eld file.
20781         (gnus-convert-mark-converter-prompt)
20782         (gnus-convert-converter-needs-prompt): Fix use of property list.
20783         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20784         New function.  Used internally to only display 'gnus converting
20785         files' message when actually necessary.
20786
20787         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20788         methods now autoloaded.
20789
20790 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20793         identifiers.
20794
20795 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20796
20797         * gnus-picon.el: Fix indentation and closing parenthesis.
20798
20799 2004-09-01  Simon Josefsson  <jas@extundo.com>
20800
20801         * message.el (message-canlock-generate): Require sha1, not
20802         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20803         to require within a function.  Sadly, if sha1.el isn't loaded, the
20804         let binding in m-c-g will hide the defcustom definition, which is
20805         bad.)
20806
20807         * canlock.el: Require sha1, not sha1-el.
20808
20809         * message.el: Don't autoload sha1 (there is a autoload cookie in
20810         sha1.el).
20811
20812         * sha1-el.el: Rename to sha1.el.
20813
20814 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20815
20816         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20817
20818 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20819
20820         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20821
20822 2004-08-30  Kim F. Storm  <storm@cua.dk>
20823
20824         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20825
20826         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20827         Add :group 'nnimap.
20828
20829 2004-08-30  Andreas Schwab  <schwab@suse.de>
20830
20831         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20832         ?* and ?\;.
20833
20834         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20835         and ?\' to symbol instead of whitespace.
20836
20837 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20840
20841         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20842         instead of re-search-forward.
20843
20844         * gnus-uu.el (gnus-uu-save-article): Ditto.
20845         (gnus-uu-post-encode-uuencode): Ditto.
20846
20847         * html2text.el (html2text-clean-list-items): Ditto.
20848         (html2text-clean-dtdd): Ditto.
20849         (html2text-format-tags): Ditto.
20850
20851         * message.el (message-send-mail-with-sendmail): Fix regexp.
20852         (message-fill-field-general): Use search-forward instead of
20853         re-search-forward.
20854         (unbold-region): Ditto.
20855
20856         * nnrss.el (nnrss-request-article): Ditto.
20857
20858         * nnslashdot.el (nnslashdot-request-article): Ditto.
20859
20860         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20861
20862         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20863         "Unrecognized menu descriptor" error in XEmacs.
20864
20865 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20866
20867         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20868         parent article of a sparse article in the thread hashtb.
20869
20870 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20871
20872         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20873         (nnmail-expand-newtext): Lowercase expanded entries if
20874         nnmail-split-lowercase-expanded is non-nil.
20875
20876 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20877
20878         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20879
20880         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20881         of gnus-tmp-news-method into string under XEmacs.  It will be
20882         passed to gnus-correct-length which takes only a string argument.
20883
20884 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * gnus-util.el (gnus-bind-print-variables): New macro.
20887         (gnus-prin1): Use it.
20888         (gnus-prin1-to-string): Use it.
20889         (gnus-pp): New function.
20890         (gnus-pp-to-string): New function.
20891
20892         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20893         Replace pp-to-string with gnus-pp-to-string.
20894         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20895         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20896         * gnus-msg.el (gnus-debug): Ditto.
20897         * gnus-score.el (gnus-score-save): Ditto.
20898         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20899         gnus-pp-to-string.
20900         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20901         with gnus-pp.
20902         * score-mode.el (gnus-score-pretty-print): Ditto.
20903         * webmail.el (webmail-debug): Ditto.
20904
20905 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20906
20907         * gnus-art.el (article-display-face, article-display-x-face):
20908         Use buffer-read-only.
20909
20910 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * gnus-art.el (article-hide-list-identifiers):
20913         Bind inhibit-read-only as t.
20914
20915 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20916
20917         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20918
20919 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20920
20921         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20922         (gnus-narrow-to-page): Don't assume point-min == 1.
20923         (gnus-article-edit-mode): Derive from message-mode.
20924
20925         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20926         point-min == 1.
20927
20928         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20929         Disable incorrect use of `assert'.
20930
20931         * message.el (message-mode): Set comment-start-skip.
20932
20933
20934 2004-08-22  Sam Steingold  <sds@gnu.org>
20935
20936         * pop3.el (pop3-leave-mail-on-server): New user variable.
20937         (pop3-movemail): Delete mail only when it is nil.
20938
20939 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20940
20941         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20942
20943         * mml.el (mml-preview): Use `pop-to-buffer'.
20944
20945         * message.el (message-goto-mail-followup-to): Insert after "To".
20946         (message-carefully-insert-headers): Add comment.
20947
20948         * gnus.el: Remove unused variable `gnus-article-check-size'.
20949
20950         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20951
20952         * gnus-art.el (gnus-button-alist):
20953         Improve `gnus-button-handle-library' entry.
20954
20955 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20956
20957         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20958         Use downcase, since XEmacs capitalizes error messages differently.
20959
20960 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20961
20962         * nntp.el: Add (require 'gnus) due to reference to
20963         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20964
20965 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20966
20967         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20968         Bind `mm-fill-flowed'.
20969
20970         * mm-decode.el (mm-dissect-singlepart): Check it.
20971
20972 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20973
20974         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20975         'imap' for netrc parsing.
20976
20977 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20978
20979         * mailcap.el (mailcap-mime-data): Mark as risky.
20980
20981 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20982
20983         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20984         may be included in the encoded word.
20985         (rfc2047-encode): Don't append a space if the encoded word
20986         includes close parenthesis.
20987
20988 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20989
20990         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20991         of text within parentheses.
20992
20993 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20994
20995         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20996         (gnus-encrypt-write-file-contents): Make the password key the file
20997         name PLUS the cipher, not just the cipher.  Also remove failed
20998         passwords from the cache.
20999
21000 2004-08-06  Simon Josefsson  <jas@extundo.com>
21001
21002         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21003         Doc fix.
21004
21005 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21008         LWSP.
21009
21010 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21011
21012         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21013         Try to append in-reply-to: data to the references: header.
21014
21015         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21016         (netrc-parse): Use gnus-encrypt.el functions.
21017
21018         * gnus-encrypt.el: Add new file for encryption support; currently
21019         does only a few GPG ciphers and an internal XOR cipher.
21020
21021         * password.el: Add comments on using password-read-and-add.
21022         (password-read-and-add): Add function to read and add the
21023         password to the cache at once.
21024
21025 2004-07-28  Simon Josefsson  <jas@extundo.com>
21026
21027         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21028         parameter (but don't use it, for now).
21029
21030         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21031         instead of hard coding to nil.
21032
21033 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21036         as mm-inline-image-xemacs does.
21037
21038 2004-07-26  Simon Josefsson  <jas@extundo.com>
21039
21040         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21041         Revert part of 2004-07-17 change below.
21042
21043 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21044
21045         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21046         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21047
21048 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21049
21050         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21051         quotes that actually start with ">" at the beginning of the
21052         lines.
21053
21054 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * rfc2047.el (rfc2047-encode-region): Fix last change.
21057         (rfc2047-encode-parameter): Remove useless concat.
21058
21059 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21062         encode special characters; fix some kind of misconfigured headers;
21063         signal a real error if debug-on-quit or debug-on-error is non-nil.
21064         (rfc2047-encode-max-chars): New variable.
21065         (rfc2047-encode-1): Use it.
21066         (rfc2047-encode-parameter): New function.
21067
21068         * mml.el (mml-insert-parameter): Remove an excessive space.
21069
21070 2004-07-17  Simon Josefsson  <jas@extundo.com>
21071
21072         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21073         Kai Grossjohann <kai@emptydomain.de>.
21074         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21075         (gnus-group-make-menu-bar): Ditto.
21076
21077         * gnus-util.el (gnus-group-server): Add.
21078
21079 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21080
21081         * message.el (message-clone-locals): Clone sendmail and smtp
21082         variables.
21083
21084 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21085
21086         * rfc2047.el (rfc2047-encode-region): Fix last change.
21087
21088 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21091         characters as non-special.
21092
21093 2004-07-09  Simon Josefsson  <jas@extundo.com>
21094
21095         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21096         Users will lose all flag changes made while unplugged with
21097         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21098         good default.  See numerous reports on ding mailing list.
21099
21100 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21103         add generate-head-function and generate-article-function to the
21104         rfc822-forward entry.
21105         (nndoc-rfc822-forward-generate-article): New function.
21106         (nndoc-rfc822-forward-generate-head): New function.
21107
21108         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21109
21110 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21111
21112         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21113         respect display group parameter and gnus-summary-expunge-below.
21114         (gnus-articles-to-read): Remove unused reference to display group
21115         parameter.
21116
21117 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21118
21119         * nnheader.el (nnheader-uniquify-message-id): New experimental
21120         variable.
21121         (nnheader-nov-read-message-id): Use it.
21122
21123         * spam-report.el (spam-report-gmane): Add interactive.
21124
21125 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * mm-encode.el (mm-content-transfer-encoding-defaults):
21128         Use qp-or-base64 for the application/* types.
21129
21130 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21131
21132         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21133
21134 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21135
21136         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21137         trim value.
21138
21139 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21140
21141         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21142         New macro and function.
21143         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21144
21145 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21148         after-load-alist.
21149
21150 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21151
21152         * gnus-group.el (gnus-group-get-new-news-this-group):
21153         Don't update info that isn't there.
21154
21155 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21156
21157         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21158         entry.
21159
21160 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * mm-view.el (mm-inline-render-with-function): Use multibyte
21163         buffer; decode html source by charset.
21164
21165         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21166
21167         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21168         Mule-UCS is loaded under XEmacs.
21169         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21170
21171 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21172
21173         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21174
21175 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21176
21177         * mm-util.el (mm-coding-system-p): Return a coding-system.
21178         (mm-mime-mule-charset-alist): Use shift_jis instead of
21179         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21180         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21181         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21182         instead of japanese-shift-jis and iso-latin-1 respectively in
21183         order to share the default value with both Emacs and XEmacs-mule.
21184         (mm-mule-charset-to-mime-charset):
21185         Make mm-coding-system-priorities effective.
21186         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21187         while predicating of candidates upon the priorities.
21188
21189 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21190
21191         * gnus-sum.el (gnus-summary-make-menu-bar):
21192         Add gnus-uu-invert-processable.
21193
21194         * gnus.el: Autoload gnus-uu-invert-processable.
21195
21196 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * mm-util.el (mm-with-multibyte-buffer): New macro.
21199
21200         * rfc2047.el (rfc2047-encode-string): Use it.
21201         (rfc2047-encode-region): Move point to the end of the region after
21202         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21203
21204 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21207         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21208
21209 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21212         (gnus-cite-parse): Ignore quoted envelope From_.
21213         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21214
21215 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21216
21217         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21218         invalid addresses.
21219
21220 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21221
21222         * spam.el: Change section markers, revise TODO list.
21223         (spam-backends): Make new master list of all installed backends.
21224         (spam-summary-exit-behavior): Add new variable to determine how
21225         messages moves are done at summary exit.
21226         (spam-move-spam-nonspam-groups-only)
21227         (spam-process-ham-in-nonham-groups)
21228         (spam-process-ham-in-spam-groups): Remove variables, the
21229         spam-summary-exit-behavior variable should be used to manage this
21230         behavior.
21231         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21232         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21233         and spam-old-spam-articles.
21234         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21235         Add empty variables, placeholders for the backends they represent.
21236         (spam-set-difference): Move, unchanged.
21237         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21238         unless the user has a processor variable.
21239         (spam-classifications, spam-classification-valid-p)
21240         (spam-backend-properties, spam-backend-property-valid-p)
21241         (spam-backend-function-type-valid-p)
21242         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21243         (spam-report-articles-gmane, spam-report-articles-resend):
21244         Remove functions, they are not needed.
21245         (spam-install-backend-super, spam-backend-list)
21246         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21247         (spam-backend-function, spam-backend-ham-registration-function)
21248         (spam-backend-spam-registration-function)
21249         (spam-backend-ham-unregistration-function)
21250         (spam-backend-spam-unregistration-function)
21251         (spam-backend-statistical-p, spam-backend-mover-p)
21252         (spam-install-backend-alias, spam-install-checkonly-backend)
21253         (spam-install-mover-backend, spam-install-nocheck-backend)
21254         (spam-install-backend, spam-install-statistical-backend)
21255         (spam-install-statistical-checkonly-backend): Add backend installation
21256         support.
21257         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21258         (spam-group-processor-p): Use the new backend code and respect the
21259         summary exit behavior.
21260         (spam-mark-spam-as-expired-and-move-routine): Remove.
21261         (spam-summary-prepare): Change to use the new spam-old-articles
21262         variable.
21263         (spam-copy-or-move-routine, spam-copy-spam-routine)
21264         (spam-move-spam-routine, spam-copy-ham-routine)
21265         (spam-move-ham-routine): Add code to copy/move ham or spam.
21266         (spam-fetch-field-fast): Improve doc and code, plus allow the
21267         'number request.
21268         (spam-list-of-checks, spam-list-of-statistical-checks):
21269         Remove variables.
21270         (spam-split, spam-find-spam): Use the new backend code.
21271         (spam-registration-functions): Remove variable.
21272         (spam-unregister-routine): Add convenience wrapper.
21273         (spam-log-undo-registration, spam-register-routine)
21274         (spam-log-processing-to-registry)
21275         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21276         where possible.
21277         (spam-check-gmane-xref, spam-check-regex-headers)
21278         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21279         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21280         (spam-check-bogofilter-headers, spam-check-spamoracle)
21281         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21282         (spam-check-crm114-headers): Use the spam-split-group that
21283         spam-split prepares, no need to determine it every time.
21284
21285         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21286         to the nnheader-parse-naked-head call.
21287
21288         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21289
21290         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21291         the nnheader-nov-read-message-id call.
21292
21293 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21296         gnus-activate-group twice.  Suggested by Markus Peter
21297         <warp@spin.de>.
21298
21299 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21300
21301         * gnus-art.el (gnus-article-time-format): Exchange the order of
21302         day and month in the default value; fix customization type.
21303         (article-date-ut): Use add-text-properties.
21304         (article-make-date-line): Use message-make-date instead of
21305         current-time-string.
21306
21307         * message.el (message-fetch-field): Don't use set-text-properties.
21308         (message-make-date): Simplify.
21309
21310         * messagexmas.el (message-xmas-make-date): New function.
21311         (message-xmas-redefine): Defalias message-make-date to it.
21312
21313 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21314
21315         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21316         (rfc2047-encode-region): Treat text within parentheses as special;
21317         show the original text when error has occurred.
21318
21319         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21320         already-computed method to gnus-activate-group.
21321
21322         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21323         same select-methods identical Lisp objects.
21324
21325         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21326         object when modifying the info.
21327
21328 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21331         gnus-opened-servers since it has never been opened with the new
21332         configuration yet.
21333
21334 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21337         arg to nnheader-generate-fake-message-id.
21338
21339 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21340
21341         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21342         number and build a fake message ID localized to a group and
21343         article number (so it's repeatable from that point on).
21344         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21345         ID format.
21346
21347         * gnus-sum.el (gnus-get-newsgroup-headers):
21348         Call nnheader-generate-fake-message-id with the article number.
21349
21350 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21351
21352         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21353         end-of-buffer.
21354
21355 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21356
21357         * message.el (message-ignored-supersedes-headers): Add Approved.
21358
21359 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21360
21361         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21362         goto-char.
21363         (rfc2047-encode): Fold the line before encoding.
21364
21365 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21366
21367         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21368         folding -- not all headers can be folded, and this should be done
21369         by the message composition mode.  Probably.  I think.
21370
21371 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21374         fast.
21375
21376         * gnus-ems.el (gnus-remove-image): Don't use
21377         message-text-with-property; remove only the image found first.
21378
21379         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21380         found first.
21381
21382 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21383
21384         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21385
21386 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * message.el (message-text-with-property): Make it fast and accept
21389         optional arguments.
21390         (message-strip-forbidden-properties): Use it.
21391         (message-fix-before-sending): Follow the m-t-w-p change.
21392
21393         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21394
21395 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21396
21397         * gnus-art.el (article-hide-headers): Don't change the buffer
21398         mistakenly when performing mml-preview even if
21399         gnus-single-article-buffer is nil.
21400
21401 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21402
21403         * message.el (message-expand-name-databases): New user option.
21404         (message-expand-name): Use it.
21405
21406 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21407
21408         * spam.el (spam-report-articles-resend)
21409         (spam-report-resend-register-routine): Allow ham reporting.
21410         (spam-report-resend-register-ham-routine): Add wrapper.
21411         (spam-registration-functions): Add ham resending functions.
21412         (spam-list-of-processors): Add ham resend processor.
21413
21414         * gnus.el (ham-resend-to): Add new group parameter.
21415         (spam-process): Add ham resend option.
21416
21417         * spam-report.el (spam-report-resend): Allow reporting ham.
21418         (spam-report-resend-ham): Add wrapper.
21419
21420 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21421
21422         * message.el (message-cite-articles-with-x-no-archive):
21423         New variable.
21424         (message-cite-original): Use it.
21425
21426 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21427
21428         * message.el (message-cite-original): Respect X-No-Archive.
21429
21430 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-art.el (article-hide-headers): Refer to the values for
21433         gnus-ignored-headers and gnus-visible-headers in the summary
21434         buffer since a user may have set them as group parameters.
21435
21436 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21437
21438         * assistant.el (assistant-node-name): Add convenience function.
21439         (assistant-render-text, assistant-render-node): Add error handling,
21440         plus handle multiple next nodes.
21441         (assistant-find-next-node): Comment out for now.
21442         (assistant-find-next-nodes): Add function, returns list of next
21443         nodes.
21444
21445 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21446
21447         * mail-source.el (mail-source-directory): Fix doc-string.
21448
21449 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21450
21451         * assistant.el (assistant-render-text, assistant-eval): Add :set
21452         widget type, which is different because it takes and returns a
21453         list.  Much hilarity ensues.
21454
21455 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21456
21457         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21458
21459         * gnus-group.el (gnus-group-get-new-news-this-group):
21460         Add doc-string.
21461
21462         * gnus-start.el (gnus-activate-group): Add doc-string.
21463
21464 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21467
21468 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21469
21470         * assistant.el (assistant-render-text): Try to add a :set
21471         widget, more to come.
21472
21473         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21474         strings.
21475         (spam-report-articles-resend)
21476         (spam-register-routine): Do registration iff any articles warrant
21477         it.
21478         (spam-summary-prepare-exit): Change log message for nil group
21479         destinations.
21480
21481 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21482
21483         * spam.el (spam-report-resend-register-routine):
21484         Allow spam-report-resend-to to be a group parameter or a global value.
21485
21486 2004-05-26  Simon Josefsson  <jas@extundo.com>
21487
21488         * starttls.el: Merge with my GNUTLS based starttls.el.
21489         (starttls-gnutls-program, starttls-use-gnutls)
21490         (starttls-extra-arguments, starttls-process-connection-type)
21491         (starttls-connect, starttls-failure, starttls-success):
21492         New variables.
21493         (starttls-program, starttls-extra-args): Doc fix.
21494         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21495         New functions.
21496         (starttls-negotiate, starttls-open-stream):
21497         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21498         function if it is set.
21499
21500 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21503         structured fields.
21504
21505 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21506
21507         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21508
21509 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21510
21511         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21512         Add variable.
21513         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21514         assigning the spam-mark to new messages.
21515
21516 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21517
21518         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21519
21520 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21523
21524         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21525         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21526         default.
21527
21528 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21529
21530         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21531         correct data.
21532
21533 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21534
21535         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21536         (spam-group-processor-p): Fix function.
21537         (spam-group-processor-multiple-p)
21538         (spam-group-spam-processor-report-gmane-p)
21539         (spam-group-spam-processor-report-resend-p)
21540         (spam-group-spam-processor-bogofilter-p)
21541         (spam-group-spam-processor-blacklist-p)
21542         (spam-group-spam-processor-ifile-p)
21543         (spam-group-ham-processor-ifile-p)
21544         (spam-group-spam-processor-spamoracle-p)
21545         (spam-group-spam-processor-crm114-p)
21546         (spam-group-ham-processor-bogofilter-p)
21547         (spam-group-spam-processor-stat-p)
21548         (spam-group-ham-processor-stat-p)
21549         (spam-group-ham-processor-whitelist-p)
21550         (spam-group-ham-processor-BBDB-p)
21551         (spam-group-ham-processor-spamoracle-p)
21552         (spam-group-ham-processor-copy-p): Remove functions with some
21553         prejudice against unneeded code.
21554         (spam-report-articles-resend)
21555         (spam-report-resend-register-routine): Allow the group/topic
21556         spam-resend-to value to override spam-report-resend-to.
21557         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21558         properly now.
21559
21560         * gnus.el (spam-resend-to): Add group/topic parameter.
21561         (spam-process): Move the OBSOLETE processors to the end of the
21562         choices.
21563
21564 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21565
21566         * spam-report.el (spam-report-resend-to, spam-report-resend):
21567         Start with resend-to set to nil, and then ask the user if necessary.
21568         (spam-report-resend): spam-report-resend takes a list of articles, not
21569         separate article numbers.
21570
21571 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21574         addition to emacs-w3m.
21575
21576 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21577
21578         * assistant.el (assistant-authinfo-data): New function.
21579         (assistant-eval): Eval for entire assistant.
21580
21581         * netrc.el (netrc-services-file): New variable.
21582         (netrc-parse-services): New function.
21583         (netrc-find-service-name): New function.
21584         (netrc-find-service-number): New function.
21585         (netrc-port-equal): New function.
21586         (netrc-machine): Use it.
21587
21588         * nnimap.el (nnimap-open-connection): Use netrc.
21589
21590         * gnus-util.el (gnus-netrc-get): Remove aliases.
21591
21592         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21593
21594         * assistant.el (wid-edit): Fix compilation.
21595
21596         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21597
21598 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21599
21600         * gnus-util.el (gnus-set-file-modes): New function.  (small
21601         patch).
21602
21603 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21604
21605         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21606
21607         * assistant.el (assistant-render-node): Fix up rendering and
21608         read-only text.
21609         (assistant-render-node): Reset.
21610         (assistant-make-read-only): Not sticky.
21611
21612 2004-05-20  Danny Siu  <dsiu@adobe.com>
21613
21614         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21615         centered even when gnus-auto-center-summary is t.
21616
21617 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21618
21619         * dns.el (dns-get-txt-answer): New function.
21620         (dns-read-txt): Ditto.
21621         (query-dns): Use it.
21622
21623 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21624
21625         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21626         active for foreign groups even if the group level is higher than
21627         the specified value.
21628
21629 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21630
21631         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21632         non-active groups.
21633
21634         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21635
21636 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21637
21638         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21639
21640 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21641
21642         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21643         (spam-crm114-header, spam-crm114-spam-switch)
21644         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21645         (spam-crm114-positive-spam-header)
21646         (spam-crm114-database-directory, spam-list-of-processors)
21647         (spam-group-spam-processor-crm114-p)
21648         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21649         (spam-generic-score, spam-list-of-checks)
21650         (spam-list-of-statistical-checks, spam-registration-functions)
21651         (spam-check-crm114-headers, spam-crm114-score)
21652         (spam-check-crm114, spam-crm114-register-with-crm114)
21653         (spam-crm114-register-spam-routine)
21654         (spam-crm114-unregister-spam-routine)
21655         (spam-crm114-register-ham-routine)
21656         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21657
21658 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21659
21660         * gnus.el: Add spam-use-crm114.
21661
21662         * spam.el (spam-list-of-processors, spam-registration-functions):
21663         Add spam-use-resend.
21664         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21665         (spam-report-articles-gmane): Add doc fix.
21666         (spam-report-articles-resend, spam-report-resend-register-routine):
21667         Add wrappers around spam-report-resend-to.
21668
21669         * spam-report.el (spam-report-resend-to, spam-report-resend):
21670         Add support for resending spam.
21671         (spam-report-gmane): Fix line length >80.
21672
21673         * gnus.el (spam-process): Add spam-use-resend.
21674
21675 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21676
21677         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21678         number of processed spam messages.
21679         (spam-ham-copy-or-move-routine): Return the number of processed
21680         ham messages.
21681         (spam-summary-prepare-exit): Use the above values to decide
21682         whether status messages shouled be displayed.
21683
21684 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21685
21686         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21687         `rfc2047-encoding-function-alist' in order to avoid conflicting
21688         with the old version.
21689         (rfc2047-encode-region): Concatenate words containing non-ASCII
21690         characters in structured fields; don't encode space-delimited
21691         ASCII words even in unstructured fields; don't break words at
21692         char-category boundaries.
21693         (rfc2047-encode-1): New function.
21694         (rfc2047-encode): Use it; encode text so that it occupies the
21695         maximum width within 76-column; work correctly on Q encoding for
21696         iso-2022-* charsets.
21697         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21698         sure not to break a line just after the header name.
21699         (rfc2047-b-encode-region): Remove.
21700         (rfc2047-b-encode-string): New function.
21701         (rfc2047-q-encode-region): Remove.
21702         (rfc2047-q-encode-string): New function.
21703
21704         * mm-util.el (mm-replace-in-string): New function.
21705
21706 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21707
21708         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21709         Really get it right.
21710         (gnus-inews-make-draft): Really.
21711
21712 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21713
21714         * nnmh.el (nnmh-request-list-1): Don't check the link count
21715         before descending.  (small patch)
21716
21717 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21718
21719         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21720         stuff.
21721
21722         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21723         Match on real group name.
21724
21725         * gnus-art.el (gnus-signature-limit): Doc fix.
21726
21727         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21728
21729         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21730
21731 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21732
21733         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21734         isn't a string.
21735
21736 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21737
21738         * gnus-draft.el (gnus-draft-send):
21739         Bind rfc2047-encode-encoded-words.
21740
21741         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21742         (rfc2047-encodable-p): Say that =? needs encoding.
21743         (rfc2047-encode-encoded-words): New variable.
21744
21745         * gnus-group.el (gnus-group-select-group): Doc fix.
21746
21747         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21748
21749         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21750         to nil.
21751
21752         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21753
21754         * nnheader.el (nnheader-get-lines-and-char): New function.
21755
21756 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21757
21758         * gnus-msg.el (gnus-summary-followup-with-original):
21759         Document yanking of region when active.
21760
21761 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21762
21763         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21764         groups if the group level is higher than the specified value.
21765
21766 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21767
21768         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21769         (gnus-group-jump-to-group): Add prefix argument using
21770         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21771         non-active group.
21772
21773         * compface.el (uncompface): Be verbose when changing
21774         `uncompface-use-external'.
21775
21776         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21777         handle manual section.
21778
21779 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21780
21781         * gnus-art.el (gnus-button-alist): Revert previous change.
21782
21783 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21784
21785         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21786
21787 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21788
21789         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21790         whether backend can accept message.
21791
21792         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21793
21794 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21795
21796         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21797         Avoid creating directory when nntp-marks-is-evil is true.
21798         Reported by Reiner Steib.
21799
21800 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21801
21802         * gnus-picon.el (gnus-picon-insert-glyph):
21803         Add optional `nostring' argument.
21804
21805 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21806
21807         * gnus-picon.el (gnus-picon-style): New variable.
21808         (gnus-picon-transform-address): Support `gnus-picon-style'.
21809
21810 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21811
21812         * message.el (message-fill-field): Return point.
21813         (message-generate-headers): Go to end of field.
21814
21815         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21816         stuff for non-living groups.
21817
21818 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21819
21820         * gnus-art.el (gnus-article-followup-with-original)
21821         (gnus-article-reply-with-original): gnus-mark-active-p ->
21822         gnus-region-active-p.
21823
21824 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21825
21826         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21827         only when there is spam or ham to be processed.
21828
21829 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21830
21831         * mail-source.el (mail-source-delete-crash-box): Refactor.
21832         (mail-source-fetch): Use it.
21833         (mail-source-fetch-file): Ditto.
21834         (mail-source-fetch-directory): Run postscript in loop.
21835         (mail-source-fetch-pop): Delete.
21836         (mail-source-fetch-maildir): Ditto.
21837         (mail-source-fetch-imap): Ditto.
21838
21839         * imap.el (imap-authenticators): Comment out sasl.
21840
21841         * message.el (message-skip-to-next-address): New function.
21842         (message-fill-header-address): Refactor.
21843         (message-fill-address): Use it.
21844         (message-delete-address): Use it.
21845         (message-fill-header-general): Refactor.
21846         (message-fill-field-address): Rename.
21847         (message-narrow-to-field): Find the start of the header.
21848         (message-header-format-alist): Don't pre-fill.
21849         (message-fill-header): Remove.
21850         (message-insert-header): New function.
21851         (message-shorten-references): Use it.
21852
21853         * rfc2047.el (rfc2047-field-value): Strip props.
21854
21855         * mail-parse.el (mail-header-make-address): New alias.
21856
21857         * ietf-drums.el (ietf-drums-make-address): New function.
21858
21859         * imap.el: Add compiler directives.
21860
21861         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21862
21863         * gnus-art.el (article-decode-idna-rhs): Don't use
21864         message-idna-inside-rhs-p.
21865
21866 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21867
21868         * message.el (message-idna-inside-rhs-p): Remove.
21869         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21870
21871         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21872         false positives.
21873
21874 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21875
21876         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21877
21878 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21879
21880         * nneething.el (nneething-file-name): Don't create spurious
21881         files.
21882
21883         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21884         (gnus-inews-do-gcc): Remove sleep.
21885
21886         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21887         part under point.
21888
21889         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21890         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21891
21892 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21893
21894         * spam.el (spam-summary-prepare-exit): Fix (length).
21895
21896 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21897
21898         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21899         as expired without moving it" message when there are spam
21900         messages left.
21901
21902 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21903
21904         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21905         header is not nil.
21906
21907 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21908
21909         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21910         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21911         (nntp-marks-changed-p): New arg SERVER.
21912         (nntp-request-update-info): Adjust caller.
21913
21914 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21915
21916         * nntp.el (nntp-save-marks): Pass missing arg.
21917
21918 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21919
21920         * nntp.el: Support marks.
21921         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21922         (nntp-marks-modtime, nntp-marks-directory): New variables.
21923         (nntp-request-set-mark, nntp-request-update-info)
21924         (nntp-possibly-create-directory, nntp-marks-changed-p)
21925         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21926         New functions.
21927
21928 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21929
21930         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21931         (gnus-xmas-redefine): Rename.
21932
21933         * gnus-score.el (gnus-score-insert-help):
21934         Use gnus-select-lowest-window.
21935
21936         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21937         appt-select-lowest-window and rename to gnus-select-lowest-window.
21938
21939         * gnus.el: do.
21940
21941 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21942
21943         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21944         encodings of MIME-encoded words, in order to improve
21945         interoperability with several broken MUAs.
21946
21947 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21948
21949         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21950         tags, only when charsets are not specified in headers.
21951         (mm-inline-text-html-render-with-w3m): Ditto.
21952
21953         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21954         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21955
21956 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21957
21958         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21959         instead of MIME-decoded from fields when checking
21960         `gnus-article-address-banner-alist'.
21961
21962 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21963
21964         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21965         description rather than subject.
21966
21967 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21968
21969         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21970
21971 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21972
21973         * gnus.el (gnus-version-number): Bump.
21974
21975 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21976
21977         * gnus.el: No Gnus v0.2 is released.
21978
21979 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21980
21981         * gnus-agent.el (gnus-agent-read-agentview):
21982         Inline gnus-uncompress-range.
21983
21984 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21985
21986         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21987         `exec-installed-p'.
21988
21989 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21990
21991         * gnus.el (spam-process, spam-autodetect-methods):
21992         Add bsfilter and bsfilter-headers.
21993
21994         * spam.el (spam-bsfilter): New customize group.
21995         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21996         (spam-bsfilter-header, spam-bsfilter-probability-header)
21997         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21998         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21999         (spam-bsfilter-database-directory): New options.
22000         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22001         (spam-list-of-statistical-checks, spam-registration-functions):
22002         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22003         (spam-bsfilter-score): New command.
22004         (spam-check-bsfilter-headers, spam-check-bsfilter)
22005         (spam-bsfilter-register-with-bsfilter)
22006         (spam-bsfilter-register-spam-routine)
22007         (spam-bsfilter-unregister-spam-routine)
22008         (spam-bsfilter-register-ham-routine)
22009         (spam-bsfilter-unregister-ham-routine): New functions.
22010         (spam-generic-score): Support bsfilter; Accept an optional argument
22011         to recalcurate spam score even if scoring header has already been
22012         added.
22013         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22014         optional argument to recalcurate spam score even if scoring header
22015         has already been added.
22016
22017 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22018
22019         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22020         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22021         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22022         link is missing.
22023
22024 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22025
22026         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22027         (html2text-get-attr): Rewrite.
22028
22029         * message.el (message-setup-1): Remove redundant put-text-property
22030         on mail-header-separator.
22031
22032 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22033
22034         * gnus-registry.el (gnus-registry-cache-whitespace)
22035         (gnus-registry-action, gnus-registry-spool-action)
22036         (gnus-registry-split-fancy-with-parent): Change message levels
22037         from 5 to 3 or 7, as needed.
22038
22039         * spam.el (spam-summary-prepare-exit)
22040         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22041         (spam-split, spam-find-spam, spam-log-undo-registration)
22042         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22043         level from 5 to 6.
22044
22045 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22046
22047         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22048         2004-03-04 change).
22049
22050 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22051
22052         * sieve-manage.el (sieve-manage-open):
22053         * nnweb.el (nnweb-insert-html):
22054         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22055         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22056         * nnspool.el (nnspool-request-group):
22057         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22058         * nnml.el (nnml-request-update-info):
22059         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22060         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22061         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22062         (nnimap-request-set-mark):
22063         * nnfolder.el (nnfolder-request-update-info):
22064         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22065         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22066         * gnus-uu.el (gnus-uu-find-articles-matching):
22067         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22068         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22069         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22070         * gnus-nocem.el (gnus-nocem-scan-groups):
22071         * gnus-int.el (gnus-start-news-server):
22072         * gnus-group.el (gnus-group-make-kiboze-group)
22073         (gnus-group-browse-foreign-server):
22074         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22075         Use mapc when appropriate.
22076
22077 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22078             Adam Sjøgren  <asjo@koldfront.dk>
22079             Wes Hardaker  <wes@hardakers.net>
22080             Michael Shields  <shields@msrl.com>
22081
22082         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22083         may need for spam sorting and scoring.
22084         (spam-user-format-function-S): Add user format function suitable for
22085         general use.
22086         (spam-article-sort-by-spam-status): Add sorting function for summary
22087         sorting.
22088         (spam-extra-header-to-number): Add function to get a score from a
22089         header.
22090         (spam-summary-score): Add function to get a numeric score from the
22091         headers.
22092         (spam-generic-score): Fix function doc, was in wrong place.
22093         (spam-initialize): Take symbols when it's run, and install the
22094         extra headers that spam-necessary-extra-headers thinks we need.
22095
22096 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22097
22098         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22099         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22100
22101 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22102
22103         * gnus-sum.el (gnus-set-global-variables)
22104         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22105         (gnus-article-get-xrefs, gnus-summary-best-group)
22106         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22107         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22108         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22109         Use with-current-buffer.
22110
22111 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22112
22113         * spam.el (spam-summary-prepare-exit): Simplify logic.
22114         (spam-fetch-article-header): Read the article header if it's not
22115         available.
22116         (spam-list-articles): Simplify logic.
22117         (spam-filelist-register-routine): Fix bug with unregister-list.
22118
22119         * gnus-registry.el: Fix comments at beginning.
22120
22121 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22122
22123         * message.el (message-cater-to-broken-inn): Remove.
22124         (message-shorten-references): Make sure the total folded length of
22125         References is shorter than 998 characters to cater to a bug in INN
22126         2.3.  Also, don't pretend that references aren't folded -- this
22127         hasn't worked for a while.
22128
22129 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22130
22131         * gnus-agent.el (gnus-agentize):
22132         gnus-agent-send-mail-real-function no longer set to current value
22133         of message-send-mail-function but rather a lambda that calls
22134         message-send-mail-function.  The change makes the agent real-time
22135         responsive to user changes to message-send-mail-function.
22136
22137 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22138
22139         * legacy-gnus-agent.el
22140         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22141         help from Florian Weimer <fw@deneb.enyo.de>
22142
22143 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22144
22145         * nnmail.el (nnmail-cache-insert): Revert last change.
22146
22147 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * nnmail.el (nnmail-cache-insert): Always check whether
22150         nnmail-cache-ignore-groups matches a group name.
22151
22152 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22153
22154         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22155         (spam-find-spam, spam-log-processing-to-registry)
22156         (spam-log-registered-p, spam-log-unregistration-needed-p)
22157         (spam-log-undo-registration): Use gnus-message instead of
22158         gnus-error, none of these errors are fatal.
22159
22160         * gnus-registry.el (gnus-registry-clean-empty-function)
22161         (gnus-registry-clean-empty): Remove only empty entries without
22162         extra data.
22163
22164 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22165
22166         * spam-stat.el (spam-stat-buffer-change-to-spam)
22167         (spam-stat-buffer-change-to-non-spam): Change (error) to
22168         (gnus-message 8) invocation.
22169
22170 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22171
22172         * nntp.el (nntp-via-netcat-command): New variable.
22173         (nntp-via-netcat-switches): New variable.
22174         (nntp-open-via-rlogin-and-netcat): New function.
22175         (nntp-open-connection-function): Doc fix.
22176         (nntp-telnet-command): Doc fix.
22177         (nntp-end-of-line): Doc fix.
22178         (nntp-via-rlogin-command): Doc fix.
22179         (nntp-via-user-name): Doc fix.
22180         (nntp-via-address): Doc fix.
22181
22182 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22185         error in Emacs 21.1.
22186
22187 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22188
22189         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22190
22191 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22192
22193         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22194         (gnus-agent-with-refreshed-group): New macro.
22195         (gnus-agent-rename-group): New function.
22196         (gnus-agent-delete-group): New function.
22197         (gnus-agent-save-group-info): Use gnus-command-method when
22198         `method' parameter is nil.  Don't write nil entries into the
22199         active file.
22200         (gnus-agent-get-group-info): New function.
22201         (gnus-agent-fetch-articles):
22202         Use gnus-agent-update-files-total-fetched-for to increment disk space
22203         used.
22204         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22205         Use gnus-agent-update-view-total-fetched-for to increment disk space
22206         used.
22207         (gnus-agent-get-local): Add optional parameters to avoid calling
22208         gnus-group-real-name and gnus-find-method-for-group.
22209         (gnus-agent-set-local): Delete stored entry if either min, or max,
22210         are nil.
22211         (gnus-agent-fetch-session): Reworded error/quit messages.
22212         On quit, use gnus-agent-regenerate-group to record existance of any
22213         articles fetched to disk before the quit occurred.
22214         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22215         gnus-agent-update-view-total-fetched-for, and
22216         gnus-agent-update-files-total-fetched-for to decrement disk space
22217         used.
22218         (gnus-agent-retrieve-headers):
22219         Use gnus-agent-update-view-total-fetched-for to increment disk space
22220         used.
22221         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22222         with gnus-agent-update-files-total-fetched-for to decrement disk
22223         space and fresh group buffer.
22224         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22225         (gnus-agent-need-update-total-fetched-for): New variable.
22226         (gnus-agent-update-files-total-fetched-for): New function.
22227         (gnus-agent-update-view-total-fetched-for): New function.
22228         (gnus-agent-total-fetched-for): New function.
22229
22230         * gnus-cache.el (gnus-cache-save-buffers):
22231         Use gnus-cache-update-overview-total-fetched-for to change disk space
22232         used by this group.
22233         (gnus-cache-possibly-enter-article):
22234         Use gnus-cache-update-file-total-fetched-for to increment disk space
22235         used by this group.
22236         (gnus-cache-possibly-remove-article):
22237         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22238         used by this group.
22239         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22240         (gnus-cache-rename-group): New function.
22241         (gnus-cache-delete-group): New function.
22242         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22243         (gnus-cache-need-update-total-fetched-for): New variable.
22244         (gnus-cache-with-refreshed-group): New macro.
22245         (gnus-cache-update-file-total-fetched-for): New function.
22246         (gnus-cache-update-overview-total-fetched-for): New function.
22247         (gnus-cache-rename-group-total-fetched-for): New function.
22248         (gnus-cache-delete-group-total-fetched-for): New function.
22249         (gnus-cache-total-fetched-for): New function.
22250
22251         * gnus-group.el: Require gnus-sum and autoload functions to
22252         resolve warnings when gnus-group.el compiled alone.
22253         (gnus-group-line-format): Documented new %F.
22254         (size of Fetched data) group line format; identifies disk space
22255         used by agent and cache.
22256         (gnus-group-line-format-alist): Defined new F format.
22257         (gnus-total-fetched-for): New function.
22258         (gnus-group-delete-group): No longer update
22259         gnus-cache-active-altered as gnus-request-delete-group now keeps
22260         the cache in sync.
22261         (gnus-group-list-active): Let the agent store a server's active
22262         list if currently plugged.
22263
22264         * gnus-int.el (gnus-request-delete-group):
22265         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22266         local disk in sync with the server.
22267         (gnus-request-rename-group):
22268         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22269         local disk in sync with the server.
22270
22271         * gnus-start.el (gnus-get-unread-articles):
22272         Cosmetic simplification to logic.
22273
22274         * gnus-util.el (gnus-rename-file): New function.
22275
22276 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22277
22278         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22279
22280 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22281
22282         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22283         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22284
22285 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22286
22287         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22288         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22289
22290 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22291
22292         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22293
22294 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22295
22296         * spam.el (spam-set-difference): Add function to replace
22297         gnus-set-difference in spam.el.
22298         (spam-summary-prepare-exit): Use spam-set-difference.
22299
22300 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22301
22302         * gnus-registry.el (gnus-registry-cache-file): Update to use
22303         gnus-dribble-directory OR gnus-home-directory OR ~.
22304         (gnus-registry-split-fancy-with-parent): Fix doc.
22305
22306 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * message.el (message-exchange-point-and-mark):
22309         Use message-mark-active-p.  Suggested by Jesper Harder
22310         <harder@ifa.au.dk>.
22311
22312 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22313
22314         * message.el (message-exchange-point-and-mark): Don't activate
22315         region if it was inactive.  Suggested by Hiroshi Fujishima
22316         <pooh@nature.tsukuba.ac.jp>.
22317
22318 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22319
22320         * gnus-art.el (article-display-face): Display Faces in the same
22321         order as X-Faces.
22322
22323 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22326
22327 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22330         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22331         (gnus-article-mime-hierarchy): Remove.
22332         (gnus-article-mime-hierarchy-next): Remove.
22333         (gnus-article-mode): Revert 2004-03-19 change.
22334         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22335         (gnus-insert-mime-button): Revert 2004-03-19 change.
22336         (gnus-mime-accumulate-hierarchy): Remove.
22337         (gnus-mime-enter-multipart): Remove.
22338         (gnus-mime-leave-multipart): Remove.
22339         (gnus-mime-display-part): Revert 2004-03-19 change.
22340         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22341
22342         * mml.el (mml-preview): Revert 2004-03-19 change.
22343
22344 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22345
22346         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22347
22348 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22351         t while entering a file name using the mm-with-multibyte macro.
22352         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22353
22354         * mm-util.el (mm-with-multibyte): New macro.
22355
22356 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22359         New user option.
22360         (gnus-mime-multipart-functions): Doc and customization fix.
22361         (gnus-article-mime-hierarchy): New variable.
22362         (gnus-article-mime-hierarchy-next): New variable.
22363         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22364         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22365         gnus-article-mime-hierarchy-next to nil.
22366         (gnus-insert-mime-button): Show hierarchy numbers.
22367         (gnus-mime-accumulate-hierarchy): New function.
22368         (gnus-mime-enter-multipart): New function.
22369         (gnus-mime-leave-multipart): New function.
22370         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22371         (gnus-mime-display-alternative): Show hierarchy numbers.
22372
22373         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22374         gnus-article-mime-hierarchy-next to nil.
22375
22376 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22377
22378         * dns.el: Don't require gnus-xmas.
22379
22380 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22381
22382         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22383         inline PGP.
22384         (mml-menu): Disable mml-quote-region if mark is inactive.
22385
22386 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22389         when the group's active is not available.
22390
22391 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22394         error.
22395
22396 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22397
22398         * imap.el (imap-store-password): New variable.
22399         (imap-interactive-login): Use it.
22400         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22401
22402 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22405         window-start and hscroll to summary window.
22406
22407 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22408
22409         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22410         conversion message to newsrc-dribble when an actual conversion is
22411         performed.
22412
22413 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22414
22415         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22416
22417 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * mm-decode.el (mm-complicated-handles): New function reviving
22420         former definition of mm-multiple-handles.
22421
22422         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22423         (gnus-mime-delete-part): Use it.
22424
22425 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22426
22427         * gnus-agent.el (gnus-agent-read-local):
22428         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22429         avoid the implicit assumption that they will always be equal.
22430         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22431         coding-system-for-write, as the with-temp-file macro first prints
22432         to a buffer then saves the buffer.
22433
22434 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * gnus-art.el (gnus-article-edit-part): New function.
22437         (gnus-mime-save-part-and-strip): Use it; do query instead of
22438         signaling an error; don't use mm-multiple-handles.
22439         (gnus-mime-delete-part): Ditto.
22440
22441 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22442
22443         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22444         old file versions.
22445         (gnus-group-prepare-hook): Remove function that converted list
22446         form of gnus-agent-expire-days to group properties.
22447
22448         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22449         (gnus-request-accept-article): Re-indented.
22450
22451         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22452         converters to handle old agent file formats.  Add logic for a
22453         "backup before upgrading warning".
22454         (gnus-convert-mark-converter-prompt): Developers can mark
22455         functions as needing (default), or not needing,
22456         gnus-convert-old-newsrc's "backup before upgrading warning".
22457         (gnus-convert-converter-needs-prompt): Tests whether the user
22458         should be protected from potentially irreversable changes by the
22459         function.
22460
22461         * legacy-gnus-agent.el: New.  Provides converters that are only
22462         loaded when gnus-convert-old-newsrc needs to call them.
22463
22464 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * mail-source.el (mail-source-touch-pop): Doc fix.
22467
22468         * message.el (message-smtpmail-send-it): Doc fix.
22469
22470 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22471
22472         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22473
22474         * nnmail.el (nnmail-split-fancy): do.
22475
22476         * gnus-kill.el (gnus-kill, gnus-execute): do.
22477
22478 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22479
22480         * gnus-sum.el (gnus-widget-reversible-match)
22481         (gnus-widget-reversible-to-internal)
22482         (gnus-widget-reversible-to-external): New functions.
22483         (gnus-widget-reversible): New widget.
22484         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22485
22486 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22487
22488         * gnus-sum.el (gnus-thread-sort-functions)
22489         (gnus-article-sort-functions): Document `(not F)' items.
22490
22491 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22492
22493         * spam.el (spam-use-gmane-xref): Add new backend.
22494         (spam-gmane-xref-spam-group): Add variable to control the name of the
22495         Gmane spam group.
22496         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22497         (spam-regex-headers-spam, spam-regex-headers-ham)
22498         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22499         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22500         backends and checks.
22501         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22502
22503         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22504         an autodetect method.
22505
22506 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22507
22508         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22509         articles are being added to a group.
22510         (gnus-request-replace-article): Inform the agent that articles
22511         need to be uncached as the cached contents are no longer valid.
22512
22513 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22514
22515         * binhex.el: Don't autoload executable-find.
22516
22517         * canlock.el: Don't autoload mail-fetch-field.
22518
22519         * dgnushack.el: Autoload c-mode for XEmacs.
22520
22521         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22522
22523         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22524         rmail-dont-reply-to and rmail-output.
22525
22526         * gnus-score.el: Don't autoload ffap-string-at-point.
22527
22528         * gnus-setup.el: Don't autoload sc-cite-original.
22529
22530         * imap.el: Don't autoload base64-decode-string,
22531         base64-encode-string and md5.
22532
22533         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22534         and rmail-msg-restore-non-pruned-header.
22535
22536         * mm-decode.el: Don't autoload executable-find.
22537
22538         * mm-url.el: Don't autoload executable-find.
22539
22540         * mm-view.el: Don't autoload diff-mode.
22541
22542         * nndb.el: Don't autoload news-reply-mode, news-setup,
22543         cancel-timer and telnet.
22544
22545         * password.el: Don't autoload run-at-time for Emacs.
22546
22547         * sha1-el.el: Don't autoload executable-find.
22548
22549         * sieve-mode.el: Don't autoload c-mode.
22550
22551         * uudecode.el: Don't autoload executable-find.
22552
22553 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22554
22555         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22556         (gnus-agent-possibly-alter-active): Avoid null in numeric
22557         comparison.
22558         (gnus-agent-set-local): Refuse to save null in local object table.
22559         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22560         list of articles that will be marked as unread.
22561
22562 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22565
22566 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22567
22568         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22569         language tags.
22570
22571 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22572
22573         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22574         Don't bind "obarray".
22575
22576         * gnus-sum.el (gnus-thread-sort-functions):
22577         Add `gnus-thread-sort-by-most-recent-number' and
22578         `gnus-thread-sort-by-most-recent-date'.
22579         Reported by Kai Grossjohann <kai@emptydomain.de>.
22580
22581 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22582
22583         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22584
22585 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22586
22587         * gnus-cus.el (gnus-agent-customize-category):
22588         Remove ignore-errors macro reference that required cl to be loaded at
22589         run-time.
22590
22591         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22592         single-interval range of the form (min . max).  Previously the
22593         range had to look like ((min . max)).  Likewise, return
22594         (min . max) rather than ((min . max)).
22595         (gnus-range-map): Use gnus-range-normalize to accept
22596         single-interval range.
22597
22598         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22599         the cache, but not the agent, now appear with their usual face.
22600
22601         * dgnushack.el (loaddir): New variable that is bound to the
22602         directory containing the dgnushack.el file. Use loaddir, rather
22603         than srcdir, to update load-path. Change lets dgnushack compile
22604         code in directories other than GNUS/lisp.
22605
22606 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * lpath.el: Don't bind w3m-safe-url-regexp.
22609
22610         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22611         w3m-safe-url-regexp variable buffer-local.
22612
22613         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22614
22615 2004-02-27  Simon Josefsson  <jas@extundo.com>
22616
22617         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22618         gnus-group-real-prefix.
22619         (gnus-summary-move-article): Use it, instead of
22620         gnus-group-real-prefix.
22621
22622 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22623
22624         * lpath.el: Bind w3m-safe-url-regexp.
22625
22626         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22627         w3m-safe-url-regexp variable buffer-local and set it as the value
22628         of mm-w3m-safe-url-regexp.
22629
22630         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22631
22632         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22633         parsing gnus-posting-styles when the message is not for replying.
22634
22635         * dgnushack.el: Autoload sgml-mode for XEmacs.
22636
22637         * nnrss.el (nnrss-opml-export):
22638         Use mm-set-buffer-file-coding-system instead of
22639         set-buffer-file-coding-system.
22640
22641 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22642
22643         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22644         of checkdoc.el).
22645         * nnrss.el: do.
22646         * gnus-mlspl.el: do.
22647         * gnus-ml.el: do.
22648         * gnus-srvr.el: do.
22649
22650         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22651
22652 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22653
22654         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22655         Corrections to custom-manual links.
22656
22657         * gnus-art.el (gnus-article): Ditto.
22658
22659         * mm-decode.el (mime-display, mime-security): Ditto.
22660
22661 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22662
22663         * flow-fill.el: Typo.
22664
22665 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22666
22667         * spam-wash.el: New file.
22668
22669 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22670
22671         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22672
22673 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22674
22675         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22676         to be run with new-articles as LIST1, not LIST2.
22677         (spam-registration-functions): Add spam-use-ham-copy as a nil
22678         registration backend.
22679
22680 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22681
22682         * spam-stat.el (spam-stat-washing-hook): New option.
22683         (spam-stat-buffer-words): Use it.
22684         (spam-stat-process-directory, spam-stat-test-directory):
22685         Use insert-file-contents-literally.
22686         (spam-stat-coding-system): New variable.
22687         (spam-stat-load, spam-stat-save): Use it.
22688
22689 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22690
22691         * spam-report.el (spam-report-plug-agent):
22692         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22693
22694 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22695
22696         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22697         Allow / in mailto URLs.
22698
22699 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22700
22701         * spam-report.el (spam-report-process-queue): Fix interactive use.
22702         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22703         (spam-report-unplug-agent): Doc fixes.
22704         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22705         (spam-report-agentize, spam-report-deagentize): Autoload.
22706
22707 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22710
22711         * message.el (message-setup-fill-variables): Add mml tags to
22712         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22713         <ajk@iu.edu>.
22714         (message-mode): Don't modify paragraph-separate there.
22715
22716 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * compface.el (uncompface-use-external): Default to undecided.
22719         (uncompface-use-external-threshold): New variable.
22720         (uncompface-float-time): New macro.
22721         (uncompface): Determine whether to use the external decoder if
22722         uncompface-use-external is undecided.
22723
22724 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22725
22726         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22727         after images.
22728
22729         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22730
22731 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22732
22733         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22734
22735         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22736
22737         * gnus-sum.el (gnus-summary-limit-to-age)
22738         (gnus-summary-limit-children): do.
22739
22740         * gnus-int.el (gnus-request-scan): do.
22741
22742         * gnus-group.el (gnus-group-suspend): do.
22743
22744         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22745
22746         * gnus-cite.el (gnus-cite-parse-attributions): do.
22747
22748         * gnus-agent.el (gnus-summary-set-agent-mark)
22749         (gnus-agent-regenerate-group): do.
22750
22751         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22752
22753         * binhex.el (binhex-decode-region-internal): do.
22754
22755 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22756
22757         * gnus-fun.el (gnus-face-properties-alist): New user option.
22758         (gnus-display-x-face-in-from): Use it.
22759
22760         * gnus-art.el (article-display-face): Ditto.
22761
22762         * compface.el (uncompface-use-external): Default to nil.
22763
22764 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22765
22766         * nntp.el (nntp-erase-buffer): New function.
22767         (nntp-retrieve-data, nntp-send-command)
22768         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22769         (nntp-possibly-change-group): Use it.
22770
22771         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22772         Use with-current-buffer.
22773
22774 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22775
22776         * compface.el: Merge the ELisp-based uncompface program.
22777         (compface): New customization group.
22778         (uncompface-use-external): New user option.
22779         (uncompface): Call uncompface-internal if uncompface-use-external
22780         is nil.
22781         (uncompface-internal): New function.  Note that there are also
22782         some other functions and variables added for this function.
22783
22784 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22785
22786         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22787         if necessary.
22788
22789 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22790
22791         * spam-report.el (spam-report-unplug-agent)
22792         (spam-report-plug-agent, spam-report-deagentize)
22793         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22794         Add support for the Agent in spam-report: when unplugged, report to a
22795         file; when plugged, submit all the requests.
22796
22797         * spam.el (spam-register-routine): Fix message about
22798         registration.
22799
22800 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22801
22802         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22803         dependencies.
22804         (rfc2047-encode): Use it.
22805
22806         * gnus-art.el (gnus-button-marker-list): Move before first
22807         reference.
22808
22809         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22810         (imap-parse-body): Fix format string mismatch.
22811
22812         * gnus-score.el (gnus-summary-increase-score): do.
22813
22814         * nnrss.el (nnrss-close): New function.
22815
22816 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22817
22818         * nnrss.el (nnrss-make-filename): New function.
22819         (nnrss-request-delete-group, nnrss-read-server-data)
22820         (nnrss-save-server-data, nnrss-read-group-data)
22821         (nnrss-save-group-data): Use it.
22822         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22823         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22824         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22825
22826 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22827
22828         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22829
22830 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22831
22832         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22833         files.
22834
22835         * message.el (message-generate-headers-first): Don't quote nil
22836         and t in docstrings.
22837
22838         * imap.el (imap-id): do.
22839
22840         * gnus-agent.el (gnus-agent-consider-all-articles)
22841         (gnus-agent-queue-mail): do.
22842
22843 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22844
22845         * spam-report.el (spam-report-process-queue): New function.
22846         Process requests from `spam-report-requests-file'.
22847         (spam-report-process-queue): Doc fix.
22848
22849 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22850
22851         * spam.el (spam-register-routine)
22852         (spam-log-processing-to-registry, spam-log-registered-p)
22853         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22854         Change "check" to "spam-check" for semi-clarity.
22855
22856 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22857
22858         * pop3.el: Require nnheader.
22859
22860         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22861
22862         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22863
22864         * gnus-picon.el: Require cl.
22865
22866         * gnus-fun.el: Require gnus-ems and gnus-util.
22867
22868         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22869
22870         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22871
22872         * gnus-art.el (gnus-article-edit-mode): Define before first
22873         reference.
22874
22875 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22876
22877         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22878         (gnus-uu-post-encoded): Use point-at-bol.
22879
22880         * gnus-topic.el (gnus-group-active-topic-p): do.
22881
22882         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22883
22884         * gnus-group.el (gnus-group-kill-region): do.
22885
22886         * gnus-art.el (article-date-ut): do.
22887
22888         * message.el (message-fetch-field): Remove redundant
22889         case-fold-search binding.
22890         (message-narrow-to-field): Simplify.
22891
22892 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22893
22894         * spam.el (spam-directory): Derive from `gnus-directory'.
22895
22896         * spam-report.el (spam-report-url-to-file)
22897         (spam-report-requests-file): New function and variable for offline
22898         reporting.
22899         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22900         and user defined function.
22901         (spam-report-url-ping-mm-url): Remove doubled slash.
22902
22903 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22904
22905         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22906
22907 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22908
22909         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22910         Fix format string mismatch.
22911
22912         * sieve.el (sieve-deactivate-all): do.
22913
22914         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22915
22916         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22917
22918         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22919
22920         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22921
22922 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22923
22924         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22925         the list of checks.
22926
22927 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22928
22929         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22930         padding.
22931
22932 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22933
22934         * mm-view.el (mm-fill-flowed): New variable.
22935         (mm-inline-text): Use it.
22936
22937 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22938
22939         * spam.el (spam-spamassassin-register-ham-routine)
22940         (spam-spamassassin-register-spam-routine): Fix function names.
22941
22942 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * gnus.el (gnus-tmp-grouplens): Remove.
22945         (gnus-summary-line-format): Remove grouplens.
22946
22947         * gnus-group.el (gnus-group-line-format): Ditto.
22948
22949         * gnus-spec.el (gnus-format-specs): Ditto.
22950         (gnus-update-format-specifications): Flush the group format spec
22951         cache if there's the grouplens stuff.
22952         (gnus-parse-simple-format): Replace %l with the empty string.
22953
22954 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22955
22956         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22957         omission.
22958
22959 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22962         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22963
22964 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22965
22966         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22967         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22968         New macros and functions.
22969         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22970         Handle > NLINK_MAX messages.
22971         * nnmaildir.el (nnmaildir-request-set-mark):
22972         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22973
22974 2004-01-25  Alex Schroeder  <alex@gnu.org>
22975
22976         * spam-stat.el (spam-stat-process-directory-age): New option.
22977         (spam-stat-process-directory): Use it.
22978
22979 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22980
22981         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22982         (spam-stat-save): Accept prefix argument.
22983
22984 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22985
22986         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22987         links" error.
22988
22989 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22990
22991         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22992         the rest of the and/or forms.
22993
22994 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22995
22996         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22997         compatibility with old .newsrc.eld files.
22998
22999         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23000
23001         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23002
23003         * gnus-start.el (gnus-1): do.
23004
23005         * gnus-group.el (gnus-group-line-format-alist): do.
23006
23007         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23008
23009         * gnus-gl.el: Remove.
23010
23011 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23012
23013         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23014         marks consisting of a single range {for example, (3 . 5)} rather
23015         than a list of a single range { ((3 . 5)) }.
23016
23017 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23018
23019         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23020         Use with-current-buffer.
23021         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23022         avoid consing a string.
23023
23024         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23025         Remove obsolete entries for big5 and gb2312.
23026
23027 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23028
23029         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23030         uncompressed list.
23031
23032 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23033
23034         * spam-stat.el (spam-stat-strip-xref): New function.
23035         (spam-stat-process-directory): Use it.
23036
23037         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23038         here -- it's done in message-fetch-field.
23039
23040 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23041
23042         * gnus-agent.el (gnus-agent-queue-mail)
23043         (gnus-agent-prompt-send-queue): New variables.
23044         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23045         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23046         "nndraft:queue" along to gnus-draft-send.
23047         Use gnus-agent-prompt-send-queue.
23048         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23049         is "nndraft:queue".  Suggested by Gaute Strokkenes
23050         <gs234@srcf.ucam.org>
23051
23052         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23053         (agent-enable-undownloaded-faces): Add.
23054         (gnus-agent-cat-groups): Use eval-and-compile, not
23055         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23056         method of gnus-agent-cat-groups even when the buffer has been
23057         evaled.
23058         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23059         delete gnus-agent-save-active-1.
23060         (gnus-agent-save-groups): Delete.  Identical to
23061         gnus-agent-save-active.
23062         (gnus-agent-write-active): No longer adjust agent's copy of active
23063         file as agent's adjustments are now stored in their own
23064         file.  Remove optional parameter.
23065         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23066         servers.  Add use of min/max range limits from server's local
23067         file.
23068         (gnus-agent-save-alist): Remove unused optional argument.
23069         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23070         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23071         (gnus-agent-set-local): A per-server file that keeps min/max range
23072         limits for articles known to the agent.  Provides a fast mechanism
23073         for altering many active ranges.
23074         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23075         active file (local makes it unnecessary).
23076         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23077
23078         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23079         (agent-enable-undownloaded-faces): Add.
23080
23081         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23082         disable it when sending to "nndraft:queue".
23083         (gnus-group-send-queue): Add safety check to avoid sending queue
23084         when unplugged.
23085
23086         * gnus-group.el (gnus-group-catchup): Use new
23087         gnus-sequence-of-unread-articles, not
23088         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23089         numbers of articles.  Use gnus-range-map to avoid having to
23090         uncompress the unread list.
23091         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23092         Fix invalid ange-ftp reference.
23093
23094         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23095         (gnus-sorted-range-intersection): Intersection of two ranges
23096         without requiring that they first be uncompressed.
23097
23098         * gnus-start.el (gnus-activate-group): Unless blocked by the
23099         caller, possibly expand the active range to include both cached
23100         and agentized articles.
23101         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23102         multiple version-dependent converters.
23103         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23104         gnus-agent-save-active.
23105         (gnus-save-newsrc-file): Save dirty agent range limits.
23106
23107         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23108         gnus-agent-possibly-alter-active.
23109         (gnus-adjust-marked-articles): Faster handling of simple lists.
23110
23111 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23112
23113         * spam-stat.el (spam-stat-test-directory): New optional argument
23114         displays a list of files detected.  Suggested by Andrew Cohen
23115         <cohen@andy.bu.edu>.
23116         (spam-stat-buffer-words-with-scores): Don't narrow and change
23117         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23118
23119 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23120
23121         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23122         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23123         (spam-spamassassin-arguments)
23124         (spam-spamassassin-spam-flag-header)
23125         (spam-spamassassin-positive-spam-flag-header)
23126         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23127         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23128         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23129         (spam-list-of-processors, spam-list-of-checks)
23130         (spam-list-of-statistical-checks, spam-registration-functions)
23131         (spam-check-spamassassin-headers, spam-check-spamassassin)
23132         (spam-spamassassin-score)
23133         (spam-spamassassin-register-with-sa-learn)
23134         (spam-spamassassin-register-spam-routine)
23135         (spam-spamassassin-register-ham-routine)
23136         (spam-assassin-register-spam-routine)
23137         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23138         (spam-bogofilter-score): Fix to show article before scoring.
23139
23140 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23141
23142         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23143         default scoring function.
23144         (spam-generic-score): Call spam-spamassassin-score if
23145         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23146         spam-bogofilter-score otherwise.
23147
23148         * gnus.el (spam-process, spam-autodetect-methods):
23149         Add spamassassin and spamassassin-headers.
23150
23151 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23152
23153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23154         Suppress unnecessary messages.
23155
23156 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23157
23158         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23159         make-hash-table.
23160
23161 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * canlock.el (base64-encode-string): Don't autoload it.
23164
23165 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23166
23167         * run-at-time.el: Remove useless (require 'itimer),
23168         eval-and-compile and (featurep 'xemacs).
23169
23170 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23171
23172         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23173         GROUP is a virtual group.
23174
23175 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23176
23177         * gnus.el: Autoload `message-y-or-n-p'.
23178
23179 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23180
23181         * pgg-parse.el: Remove unnecessary (require 'custom).
23182
23183         * pgg-def.el: do.
23184
23185         * nnmail.el: do.
23186
23187         * gnus-undo.el: do.
23188
23189         * gnus-picon.el: do.
23190
23191         * gnus-util.el: do.
23192
23193 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23194
23195         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23196
23197 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23198
23199         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23200         handle, as well as a list.
23201
23202         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23203         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23204         (mm-w3m-cid-retrieve): Simplify.
23205
23206 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23207
23208         * message.el (message-kill-to-signature): Allow prefix arg to
23209         specify number of lines to keep before signature.
23210
23211 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23212
23213         * message.el (message-kill-to-signature): Change docstring.
23214
23215 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23216
23217         * canlock.el: Always require sha1-el.
23218         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23219
23220         * message.el: Autoload sha1 only when compiling.
23221
23222         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23223         eudc-expand-inline for XEmacs.
23224
23225 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23226
23227         * message.el (message-canlock-generate): Require sha1-el.
23228
23229 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23230
23231         * message.el (message-expand-name): Silence the byte compiler.
23232
23233         * lpath.el: Add detect-coding-system.
23234
23235         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23236         cus-edit.
23237
23238 2004-01-13  Simon Josefsson  <jas@extundo.com>
23239
23240         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23241         Invoke gnus-score-mode.
23242         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23243
23244         * gnus-range.el (gnus-compress-sequence): Doc fix.
23245         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23246
23247 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23248
23249         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23250
23251 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23252
23253         * spam.el (spam-get-article-as-string): Update to use
23254         gnus-request-article-this-buffer, much simpler.
23255         (spam-get-article-as-buffer): Remove.
23256
23257 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23258
23259         * message.el (message-expand-name): Use EUDC if the user uses that.
23260
23261 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23262
23263         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23264         character for the encoding to avoid consing a string.
23265
23266         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23267         unnecessarily.
23268
23269         * mm-util.el (mm-replace-chars-in-string): Remove.
23270
23271         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23272         of mm-replace-chars-in-string.
23273
23274 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23275
23276         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23277
23278         * mm-util.el (mm-subst-char-in-string): Support inplace.
23279
23280         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23281         a new string in every iteration.  Use shy groups.
23282
23283 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23284
23285         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23286         * gnus-soup.el (gnus-soup-group-brew):
23287         * gnus-msg.el (gnus-put-message):
23288         * gnus-move.el (gnus-group-move-group-to-server):
23289         * gnus-kill.el (gnus-batch-score):
23290         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23291         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23292         (gnus-group-update-group, gnus-group-read-group)
23293         (gnus-group-make-group, gnus-group-make-help-group)
23294         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23295         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23296         (gnus-group-sort-by-unread, gnus-group-catchup)
23297         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23298         (gnus-group-yank-group, gnus-group-set-info)
23299         (gnus-group-list-groups):
23300         * gnus.el (gnus-generate-new-group-name):
23301         * gnus-delay.el (gnus-delay-send-queue):
23302         * nnvirtual.el (nnvirtual-catchup-group):
23303         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23304         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23305         (gnus-group-prepare-topics, gnus-topic-check-topology):
23306         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23307         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23308         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23309         (gnus-group-make-articles-read):
23310         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23311         (gnus-group-change-level, gnus-kill-newsgroup)
23312         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23313         (gnus-get-unread-articles, gnus-make-articles-unread)
23314         (gnus-make-ascending-articles-unread): Use accessor
23315         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23316         to get group information for improved readability.
23317
23318
23319 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23320
23321         * gnus-art.el (article-decode-mime-words, article-babel)
23322         (gnus-article-highlight-signature, gnus-article-add-buttons)
23323         (gnus-signature-toggle): Use gnus-with-article-buffer.
23324
23325         * gnus-art.el (gnus-article-highlight-headers)
23326         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23327
23328         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23329         (gnus-article-set-globals, gnus-request-article-this-buffer)
23330         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23331         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23332         (gnus-mime-display-alternative): Use with-current-buffer.
23333
23334 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23335
23336         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23337         also under 80 char limit, and call gnus-error if needed.
23338         (spam-fetch-article-header): Fix - it was a
23339         buffer-local variable (gnus-newsgroup-data).
23340         (spam-find-spam): Use spam-generate-fake-headers, forget about
23341         spam-insert-fake-headers.
23342         (spam-insert-fake-headers): Remove.
23343
23344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23345
23346         * deuglify.el (gnus-article-outlook-unwrap-lines)
23347         (gnus-outlook-rearrange-article)
23348         (gnus-outlook-repair-attribution-outlook)
23349         (gnus-outlook-repair-attribution-block)
23350         (gnus-outlook-repair-attribution-other): Remove redundant
23351         save-excursion.
23352
23353 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23354
23355         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23356         (spam-fetch-field-subject-fast)
23357         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23358         (spam-fetch-article-header): Add functions to deal with Gnus
23359         internals for fast retrieval of article header data.
23360         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23361
23362 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23363
23364         * pop3.el (pop3-md5): Remove.
23365         (pop3-apop): Replace pop3-md5 with md5.
23366
23367         * mm-bodies.el: base64 is always built-in.
23368
23369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23370         Use with-current-buffer.
23371
23372 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23373
23374         * canlock.el (canlock-insert-header): Remove excessive grouping in
23375         regexp.
23376
23377         * gnus-sum.el (gnus-summary-read-document): Ditto.
23378
23379         * gnus-uu.el (gnus-uu-part-number): Ditto.
23380
23381         * html2text.el (html2text-remove-tags): Ditto.
23382         (html2text-format-tags): Ditto.
23383         (html2text-format-single-elements): Ditto.
23384
23385         * mml.el (mml-parse-1): Ditto.
23386
23387 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23388
23389         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23390
23391         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23392
23393         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23394
23395         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23396
23397 2003-11-15  Simon Josefsson  <jas@extundo.com>
23398
23399         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23400         (pgg-gpg-lookup-key): Use regexp match instead of
23401         split-string (split-string is different between emacs 21.2 and
23402         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23403
23404 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23405
23406         * gnus-art.el (gnus-mime-view-all-parts)
23407         (gnus-article-part-wrapper, gnus-article-view-part):
23408         Use with-current-buffer.
23409
23410 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23411
23412         * spam.el (spam-disable-spam-split-during-ham-respool)
23413         (spam-spamoracle-database, spam-cache-lookups)
23414         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23415         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23416         (spam-group-ham-marks, spam-group-spam-marks)
23417         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23418         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23419         also add spam-use-blackholes to the statistical checks.
23420         (spam-fetch-field-fast): Add interface to fetching fields, may
23421         become a macro.
23422         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23423         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23424         (spam-insert-fake-headers): Fake an article when needed.
23425         (spam-find-spam): Fake article when possible.
23426         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23427         (spam-check-bogofilter-headers): Use message-fetch-field instead
23428         of nnmail-fetch-field.
23429
23430 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23431
23432         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23433
23434 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23435
23436         * spam.el (spam-split): Do not require spam-use-CHECK to be
23437         enabled if that check is passed to spam-split explicitly; also
23438         fix so 'spam doesn't get converted to spam-split-group when
23439         spam-split-symbolic-return is t.
23440         (spam-find-spam): Find registrations of the article and use those
23441         instead of re-running spam-split to find the spam/ham
23442         classification of the article.
23443         (spam-log-processing-to-registry, spam-log-registered-p)
23444         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23445         Use gnus-error instead of gnus-message.
23446         (spam-log-registration-type): Add function to determine the
23447         classification of a message based on registry entries; will
23448         return nil if both 'spam and 'ham are found.
23449         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23450         a reasonably fast local cache without the loading errors.
23451         (spam-cache-lookups): Set to t by default.
23452         (spam-find-spam): Don't try to guess spam-cache-lookups.
23453         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23454         spam-caches entry.
23455         (spam-filelist-build-cache, spam-filelist-check-cache):
23456         Fix caching of whitelist/blacklist entries.
23457         (spam-check-whitelist, spam-check-blacklist):
23458         Invoke spam-from-listed-p with a type, not a cache variable.
23459         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23460
23461 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23462
23463         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23464
23465         * nnmail.el (nnmail-split-fancy): do.
23466
23467         * mml.el (mml-parse): do.
23468
23469         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23470         (gnus-score-adaptive): do.
23471
23472 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23475         (gnus-mime-button-map): Don't set keymap parent.
23476         (gnus-button-ctan-directory-regexp): Use shy grouping.
23477         (gnus-prev-page-map): Don't set keymap parent.
23478         (gnus-prev-page-map): Remove duplicated one.
23479         (gnus-next-page-map): Don't set keymap parent.
23480         (gnus-mime-security-button-map): Ditto.
23481
23482         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23483         version number.
23484
23485         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23486
23487 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23488
23489         * canlock.el (canlock-sha1-function): Remove.
23490         (canlock-sha1-function-for-verify): Remove.
23491         (canlock-openssl-program): Remove.
23492         (canlock-openssl-args): Remove.
23493         (canlock-ignore-errors): Remove.
23494         (canlock-sha1-with-openssl): Remove.
23495         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23496         (canlock-verify): Don't use canlock-ignore-errors.
23497
23498         * sha1-el.el (sha1-string-external): Make it can return a string
23499         in binary form.
23500         (sha1-region-external): Ditto.
23501         (sha1-string-internal): Ditto.
23502         (sha1-region-internal): Ditto.
23503         (sha1-region): Ditto.
23504         (sha1-string): Ditto.
23505         (sha1): Ditto.
23506
23507 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23508
23509         * spam.el (spam-report-articles-gmane): New command.
23510
23511 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23514
23515         * run-at-time.el (run-at-time-saved): Remove.
23516         (run-at-time): Doc fix.
23517
23518 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23519
23520         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23521         (gnus-summary-limit-map): Add it.
23522         (gnus-summary-make-menu-bar): do.
23523
23524 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23525
23526         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23527         Make attempt at some caching support (done for BBDB only now).
23528         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23529         addresses to be checked.
23530         (spam-clear-cache-BBDB): Add function, to be invoked by
23531         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23532         (spam-check-BBDB): Check and use the caches, if
23533         spam-cache-lookups is on, remove superfluous (provide).
23534
23535 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23536
23537         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23538
23539 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23540
23541         * run-at-time.el (run-at-time-saved): Move to after the definition
23542         of `run-at-time'.
23543
23544         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23545
23546 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23549         mm-w3m-local-map-property.
23550
23551         * mm-view.el (mm-w3m-mode-map): Remove.
23552         (mm-w3m-local-map-property): Remove.
23553         (mm-inline-text-html-render-with-w3m): Don't use
23554         mm-w3m-local-map-property.
23555
23556 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23557
23558         * run-at-time.el: New file.
23559
23560         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23561         under Emacs.
23562
23563         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23564         of gnus-set-text-properties.
23565
23566         * gnus-uu.el (gnus-uu-save-article): Ditto.
23567
23568         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23569
23570         * gnus-cite.el (gnus-cite-parse): Ditto.
23571
23572         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23573         of gnus-.
23574
23575         * gnus-xmas.el (run-at-time): Require run-at-time.
23576
23577         * gnus.el: Change calls to nnheader-run-at-time and
23578         password-run-at-time throughout to use run-at-time directly.
23579
23580         * password.el: Remove definition of run-at-time.
23581
23582         * nnheaderxm.el: Remove definition of run-at-time.
23583
23584 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23585
23586         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23587         in prompt.
23588
23589 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23590
23591         * messagexmas.el (message-xmas-redefine): Alias
23592         `message-make-caesar-translation-table' to
23593         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23594         version.
23595
23596         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23597         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23598         `gnus-xmas-set-text-properties'.
23599         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23600         `gnus-xmas-completing-read'.
23601         (gnus-xmas-completing-read): Removed.
23602         (gnus-xmas-open-network-stream): Removed.
23603
23604         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23605         XEmacs version.
23606
23607         * dns.el (dns-make-network-process): Use `open-network-stream'
23608         instead of `gnus-xmas-open-network-stream'.
23609
23610         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23611
23612         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23613
23614 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23615
23616         * gnus-art.el (gnus-mime-display-alternative)
23617         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23618         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23619         Don't use gnus-local-map-property.
23620
23621         * gnus-util.el (gnus-local-map-property): Remove.
23622
23623         * mm-view.el (mm-view-pkcs7-decrypt):
23624         Replace gnus-completing-read-maybe-default with completing-read.
23625
23626         * gnus-util.el (gnus-completing-read): do.
23627         (gnus-completing-read-maybe-default): Remove.
23628
23629 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23630
23631         * password.el: Only autoload `run-at-time' if not XEmacs.
23632         Only autoload the itimer functions if XEmacs.
23633
23634 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23635
23636         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23637         XEmacsen.
23638
23639         * dgnushack.el: Autoload executable-find for XEmacs.
23640
23641 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23642
23643         * gnus-art.el (gnus-read-string): Remove.
23644         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23645         read-string.
23646
23647 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23648
23649         * netrc.el: Autoload password-read.
23650         (netrc): Add configuration group.
23651         (netrc-encoding-method, netrc-openssl-path):
23652         Add variables for encoding and decoding of files with symmetric
23653         ciphers.
23654         (netrc-encode): Add assistant function to encode a file with
23655         netrc-encoding-method.
23656         (netrc-parse): Add interactive parameter, added optional
23657         decoding if netrc-encoding-method is non-nil but otherwise
23658         behavior is standard.
23659         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23660         Do s/encode/encrypt/ everywhere.
23661
23662         * spam.el: Remove executable-find autoload.
23663
23664 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23665
23666         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23667
23668         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23669
23670 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23671
23672         * gnus-art.el (gnus-treat-ansi-sequences)
23673         (article-treat-ansi-sequences): New variable and function.
23674         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23675
23676         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23677         Use it.
23678
23679 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23680
23681         * mm-util.el (mm-quote-arg): Remove.
23682
23683         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23684         shell-quote-argument.
23685
23686         * gnus-uu.el (gnus-uu-command): do.
23687
23688         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23689
23690         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23691         with make-char.
23692
23693         * mm-util.el (mm-make-char): Remove.
23694
23695         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23696         add-minor-mode.
23697
23698         * gnus-undo.el (gnus-undo-mode): do.
23699
23700         * gnus-topic.el (gnus-topic-mode): do.
23701
23702         * gnus-sum.el (gnus-dead-summary-mode): do.
23703
23704         * gnus-start.el (gnus-slave-mode): do.
23705
23706         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23707
23708         * gnus-ml.el (gnus-mailing-list-mode): do.
23709
23710         * gnus-gl.el (gnus-grouplens-mode): do.
23711
23712         * gnus-draft.el (gnus-draft-mode): do.
23713
23714         * gnus-dired.el (gnus-dired-mode): do.
23715
23716         * gnus-ems.el (gnus-add-minor-mode): Remove.
23717
23718         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23719         Replace gnus-char-width with char-width.
23720
23721         * gnus-ems.el (gnus-char-width): Remove.
23722
23723         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23724         Replace gnus-char-width with char-width.
23725
23726         * gnus-ems.el (gnus-char-width): Remove.
23727
23728         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23729         definition.
23730         Remove Emacs 20 hash table compatibility code.
23731
23732         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23733         20 compatibility code.
23734
23735         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23736
23737         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23738
23739         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23740         Replace with point-at-{eol,bol}.
23741
23742         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23743
23744         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23745
23746         * flow-fill.el (fill-flowed-point-at-bol)
23747         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23748
23749         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23750         Replace with point-at-{eol,bol} throughout all files.
23751
23752 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * ntlm.el (ntlm-string-as-unibyte): New macro.
23755         (ntlm-build-auth-response): Use it.
23756
23757         Remove Emacs 20 stuff:
23758         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23759         (butlast, mapc, remove): Remove the compiler macros.
23760         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23761         of delq and copy-sequence.
23762         * gnus-art.el (popup-menu): Remove the compiler macro.
23763         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23764         Emacs 20.
23765
23766 2004-01-05  Simon Josefsson  <jas@extundo.com>
23767
23768         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23769         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23770         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23771         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23772         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23773         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23774         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23775         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23776         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23777         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23778         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23779         string-xor into ntlm-string-xor.
23780         Suggested by Jesper Harder <harder@myrealbox.com>.
23781
23782         * ntlm.el: Don't include poem.
23783
23784         * md4.el (print-int32, print-string-hexa): Remove.
23785         Suggested by Jesper Harder <harder@myrealbox.com>.
23786
23787         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23788
23789         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23790         probably breaks emacs with DL patch, but do we care? Is anyone
23791         still using the DL stuff?)
23792
23793         * sieve-manage.el: Use the password package.
23794         (sieve-manage-read-passwd): Remove.
23795         (sieve-manage-interactive-login): Use password.  Re-add
23796         condition-case around loop.
23797
23798         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23799         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23800         Use the password package.
23801
23802 2003-02-19  Simon Josefsson  <jas@extundo.com>
23803
23804         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23805         token.
23806
23807 2002-08-07  Simon Josefsson  <jas@extundo.com>
23808
23809         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23810         (sieve-manage-authenticators):
23811         (sieve-manage-authenticator-alist): Add some SASL mechs.
23812         (sieve-sasl-auth): New function.
23813         (sieve-manage-cram-md5-auth):
23814         (sieve-manage-plain-auth): Rewrite using SASL library.
23815         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23816         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23817         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23818         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23819
23820 2004-01-05  Simon Josefsson  <jas@extundo.com>
23821
23822         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23823         New files.
23824
23825 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23826
23827         * gnus-group.el (gnus-no-groups-message): Update.
23828
23829         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23830
23831 2003-11-09  Simon Josefsson  <jas@extundo.com>
23832
23833         * imap.el: Support for ID IMAP extension (RFC 2971).
23834         (imap-local-variables): Add imap-id.
23835         (imap-id): New variable.
23836         (imap-id): New function.
23837         (imap-parse-response): Parse untagged ID response.
23838         * nnimap.el (nnimap-id): New variable.
23839         (nnimap-open-connection): Use it.
23840
23841 2003-12-28  Simon Josefsson  <jas@extundo.com>
23842
23843         * gnus-score.el (gnus-score-edit-all-score): New.
23844         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23845
23846 2004-01-04  Simon Josefsson  <jas@extundo.com>
23847
23848         * password.el: Add.
23849
23850 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23851
23852         * dns.el (dns-query-types): Fix typo.
23853         (dns-query-types): New function.
23854         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23855         PTR and SOA replies, see RFC 1035.
23856
23857 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23858
23859         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23860
23861         * Move to Changelog.2.
23862
23863 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23864
23865         * gnus.el (gnus-version-number): Bump version.
23866
23867 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23868
23869         * gnus.el: No Gnus v0.1 is released.
23870
23871 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23872
23873         * gnus.el: No Gnus v0.0 is released.
23874
23875 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23876
23877         * gnus.el (gnus-version-number): Bump.
23878         (gnus-version): No.
23879
23880 See ChangeLog.2 for earlier changes.
23881
23882   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23883
23884   This file is part of GNU Emacs.
23885
23886   GNU Emacs is free software: you can redistribute it and/or modify
23887   it under the terms of the GNU General Public License as published by
23888   the Free Software Foundation, either version 3 of the License, or
23889   (at your option) any later version.
23890
23891   GNU Emacs is distributed in the hope that it will be useful,
23892   but WITHOUT ANY WARRANTY; without even the implied warranty of
23893   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23894   GNU General Public License for more details.
23895
23896   You should have received a copy of the GNU General Public License
23897   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23898
23899 ;; Local Variables:
23900 ;; coding: utf-8
23901 ;; fill-column: 79
23902 ;; add-log-time-zone-rule: t
23903 ;; End: