Display archives that have directory structures better in mm-archive
[gnus] / lisp / ChangeLog
1 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4         Use recursive deletion.
5
6         * gnus-util.el (gnus-recursive-directory-files): New function.
7
8         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
9         (mm-archive-decoders): Add tgz support.
10
11         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
12         Otherwise inserting text into the Gnus buffer can look odd.
13
14         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
15
16         * mm-archive.el (mm-archive-decoders): Add support for tar.
17
18         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
19
20         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
21
22 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
25
26         * mm-archive.el: New file.
27
28         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
29
30         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
31
32         * message.el (message-goto-*): Make all the `message-goto-*' commands
33         push the mark before moving point.  This makes it easier to go back to
34         where you came from after editing whatever you jumped to.
35
36 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
37
38         * gnus.el: Ma Gnus v0.1 is released.
39
40 2012-01-31  Jim Meyering  <jim@meyering.net>
41
42         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
43         Correct a comment (insert "not") and hide nominally-doubled "to".
44
45 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus.el (gnus-version): Change name to "Ma Gnus".
48
49 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
50
51         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
52         section in the manual.
53
54 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
55
56         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
57         words.
58         (rfc2047-encode-string): Ditto.
59         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
60         understand folded filename="..." parameters, for instance.
61
62         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
63         the message for greater debuggability.
64
65 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
68         instead of setting it locally, since the latter doesn't seem to have
69         any effect (most of the time).
70
71 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
72
73         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
74         function call.
75
76 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
77
78         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
79         seconds, and make the repeat clause with HH:MM specs work as
80         documented.
81
82 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
83
84         * proto-stream.el (proto-stream-capability-open): Fall back on
85         :end-of-command if :end-of-capability doesn't exist.
86
87 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
90         bound globally in old Emacsen and XEmacsen.
91
92 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
95         so that previous errors don't prohibit getting new news.
96
97         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
98
99         * nntp.el (nntp-retrieve-group-data-early): Ditto.
100
101 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
102
103         * gnus.el (gnus-group-find-parameter): Check for liveness of the
104         buffer, not of the string which is its name.
105
106 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
107
108         * proto-stream.el (proto-stream-capability-open): Wait for
109         :end-of-capability, not :end-of-command.
110
111         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
112         non-server-marks groups.
113         (gnus-group-make-articles-read): Ditto.
114
115         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
116         methods (bug#9676).
117
118         * gnus.el (gnus-method-ephemeral-p): New function.
119
120 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
123         left-to-right.
124
125 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
128         warning.
129
130 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
133         macroexpand the nnir things, since they haven't been defined yet, and
134         nnir requires gnus-sum.
135
136 2012-01-24  Julien Danjou  <julien@danjou.info>
137
138         * color.el (color-rgb-to-hsl): Fix value computing.
139         (color-hue-to-rgb): New function.
140         (color-hsl-to-rgb): New function.
141         (color-clamp, color-saturate-hsl, color-saturate-name)
142         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
143         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
144
145 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * mm-decode.el (mm-interactively-view-part): Fix prompt.
148
149 2012-01-19  Julien Danjou  <julien@danjou.info>
150
151         * color.el (color-name-to-rgb): Use the white color to find the max
152         color component value and return correctly computed values.
153         (color-name-to-rgb): Add missing float conversion for max value.
154
155 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
158         logical server name in addition to the actual machine address.
159
160         * auth-source.el (auth-source-user-and-password): Add convenience
161         wrapper to search by just host and optionally user.
162
163 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (shr-visit-file): Move point to the beginning of the buffer
166         after rendering.
167
168 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
171         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
172         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
173
174 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-sum.el (gnus-summary-read-group): Document more parameters
177         (bug#9693).
178         (gnus-summary-setup-buffer): Document return value (bug#9697).
179
180         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
181         since ido doesn't work on symbols (bug#9632).
182
183         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
184         when getting a single value as when getting all the values.  This means
185         that atoms like `gcc-self' work cumulatively, like variable settings,
186         instead of getting the value from the last matching clause.
187         (gnus-group-find-parameter): Protect against the group buffer not
188         existing (bug#9585).
189
190 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-start.el (gnus-activate-group): Document more parameters
193         (bug#9694).
194
195         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
196         (bug#9692).
197
198         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
199         article was fetched, so that it can be expired later (bug#9958).
200         (gnus-agent-summary-fetch-series): Add doc string.
201         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
202         (bug#9517).
203
204         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
205         retrieval is happening.
206
207         * gnus.el (gnus-parameters): Doc fix.
208
209 2012-01-06  Dave Abrahams  <dave@boostpro.com>
210
211         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
212         show the thread after expansion.
213
214 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-art.el (article-narrow-to-head): If the head is completely
217         empty, narrow to the empty region (bug#9764).
218
219         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
220         read, and then mark them as unread only when the unread mark is used.
221         This makes `C-- T k' actually work, even though it's confusing.
222
223         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
224         alive before we try to find its window.
225
226 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
227
228         * mm-decode.el (mm-display-external): Use a longer timeout for the
229         deletion to allow slow programs to display the file.
230
231 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
234         prompt to be less confusing.
235
236         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
237         argument to `message-reply'.  This broke `special-display-*' frame
238         pop-uping (bug#10238).
239
240 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
243         systems, since these allegedly don't work there.
244
245 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
246
247         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
248         live buffer.
249
250 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * nnir.el (nnir-retrieve-headers): Protect against the article not
253         existing on the server (bug#10335).
254
255 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
256
257         * gnus-agent.el (gnus-agent-load-local): Recompute
258         gnus-agent-article-local on changing method.
259
260 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus.el (gnus-parameters): Note precedence.
263
264 2012-01-04  Leo  <sdl.web@gmail.com>
265
266         * nndraft.el (nndraft-update-unread-articles): Don't move point around
267         in the group buffer.
268
269 2012-01-04  Julien Danjou  <julien@danjou.info>
270
271         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
272         change.
273
274 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
277         too.
278
279         * nntp.el (nntp-retrieve-group-data-early): Use it.
280
281 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * nntp.el (nntp-retrieval-in-progress): New variable.
284         (nntp-make-process-buffer): Make it buffer-local.
285
286         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
287         2010.
288         (gnus-demon-init): Use it to compute the time if time is on the form
289         "04:23".
290
291         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
292
293         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
294         status in the correct buffer.
295
296 2012-01-03  Leo  <sdl.web@gmail.com>
297
298         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
299         when opening topics (bug#10407).
300
301 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
302
303         * gnus-cus.el (gnus-score-customize):
304         * gnus-sum.el (gnus-sort-gathered-threads):
305         * message.el (message-shorten-references):
306         * nnmairix.el (nnmairix-request-group):
307         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
308
309 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
310
311         * gnus-agent.el (gnus-agent-regenerate-group):
312         * gnus-int.el (gnus-retrieve-group-data-early):
313         * mm-util.el (mm-codepage-ibm-list):
314         * nndiary.el (Commentary, nndiary-get-new-mail):
315         * nnir.el (nnir):
316         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
317
318 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * mm-view.el (mm-display-inline-fontify): Add comment.
321
322 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
323
324         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
325         * ntlm.el (ntlm-smb-dohash): Spelling fix.
326
327 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
328
329         * gnus-art.el (gnus-split-methods):
330         * gnus-msg.el (gnus-configure-posting-styles):
331         * gnus-spec.el (gnus-parse-simple-format):
332         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
333         * message.el (message-do-actions): Spelling fix.
334
335 2011-12-15  Juri Linkov  <juri@jurta.org>
336
337         * mm-decode.el (mm-inline-media-tests): Add missing
338         `mm-handle-media-subtype'.
339
340 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
341
342         * gnus-group.el (gnus-group-tool-bar):
343         * gnus-sum.el (gnus-summary-tool-bar):
344         * message.el (message-tool-bar):
345         * rfc2231.el (rfc2231-parse-string): Spelling fix.
346
347 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
348
349         * plstore.el (plstore--insert-buffer): Spelling fix.
350
351 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
352
353         * message.el (message-valid-fqdn-regexp): Update with newly approved
354         top-level domain names ".tel" and ".asia".
355
356 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-sum.el (gnus-summary-show-article): Don't load shr
359         unconditionally.
360
361 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
364         pop-to-buffer-same-window for old Emacsen.
365
366 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
367
368         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
369
370 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * netrc.el (netrc-credentials): Spelling fix.
373
374 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
375
376         * gnus-fun.el (gnus-fun-ppm-change-string):
377         * gnus-msg.el (gnus-inews-do-gcc):
378         * gnus-sum.el (gnus-summary-find-for-reselect):
379         * gnus.el (gnus-summary-cancelled):
380         * message.el (message-cancel-hook, message-send-news):
381         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
382         * nnir.el (nnir-run-hyrex):
383         * nntp.el (nntp-with-open-group-function):
384         * pgg.el (pgg-pending-timers): Spelling fix.
385
386 2011-12-04  Chong Yidong  <cyd@gnu.org>
387
388         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
389         change (Bug#10200).
390
391 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * compface.el (uncompface):
394         * gnus-art.el (gnus-article-x-face-command): Update the header format
395         of icon data for the most recent icontopbm program.
396
397 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-msg.el (gnus-inews-do-gcc):
400         * message.el (message-send-mail):
401         * mml.el (mml-generate-mime): Share the value of the buffer-local
402         `message-options' variable between a draft buffer and temprary working
403         buffers.
404
405 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
406
407         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
408
409 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
412         for Cygwin.
413
414 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * gnus-group.el (gnus-group-prepare-flat):
417         * mm-bodies.el (mm-encode-body):
418         * mml.el (mml-preview):
419         * nnml.el (nnml-request-compact-group):
420         * pop3.el (pop3-stream-type): Spelling fix.
421
422 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
423
424         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
425
426 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * color.el (color-rgb-to-hsl):
429         * gmm-utils.el (gmm-tool-bar-style):
430         * gnus-group.el (gnus-group-prepare-flat):
431         * gnus-topic.el (gnus-topic-prepare-topic):
432         * mm-decode.el (mm-discouraged-alternatives):
433         * rfc2047.el (rfc2047-encode-1):
434         * starttls.el: Spelling fix.
435
436 2011-11-24  Glenn Morris  <rgm@gnu.org>
437
438         * binhex.el (binhex-begin-line): Give it basic doc-string.
439
440         * starttls.el, tls.el: Fix case of "GnuTLS".
441
442 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
443
444         * gnus-group.el (gnus-group-highlight): Fix typo.
445
446 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
447
448         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
449         value of `delete-file', that returns nil for a local file but returns t
450         for a remote file using ssh.
451
452 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
453
454         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
455
456 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
459         avoid later breakage.
460
461 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
464         article buffers' name.
465
466 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
469         by Paul Eggert's spellfixes two days ago.
470
471 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
474         doesn't have it.
475
476         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
477         buffer-local instead of binding them to avoid warnings.  Also demote
478         errors (bug#10063).
479         (font-lock-mode-hook): Shut up byte compiler.
480
481 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
482
483         * mm-util.el (mm-charset-after):
484         * nnir.el (nnir-run-hyrex):
485         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
486         (ntlm-get-password-hashes, ntlm-md4hash):
487         * smime.el: Fix typo.
488
489 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
490
491         * gnus-agent.el (gnus-agent-expire-group-1):
492         * nndiary.el (nndiary-last-occurence):
493         * nnimap.el (nnimap-request-set-mark):
494         * nnmairix.el (nnmairix-only-use-registry):
495         * gnus-group.el (gnus-group-prepare-flat):
496         * gnus-sum.el (gnus-decode-encoded-word-methods):
497         * message.el (message-wash-subject):
498         * nntp.el (nntp-retrieve-headers-with-xover):
499         * smime.el (smime-certificate-directory): Spelling fix.
500
501 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
502
503         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
504
505         * color.el:
506         * gnus-agent.el (gnus-agent-possibly-alter-active):
507         * gnus-dired.el (gnus-dired-print):
508         * mail-parse.el:
509         * nnmairix.el (nnmairix-request-group):
510         * shr.el (shr-image-displayer):
511         * sieve-manage.el:
512         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
513
514 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
515
516         * gnus-sum.el (gnus-auto-select-subject):
517         * spam-report.el (spam-report-resend): Spelling fix.
518
519 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
520
521         * gnus-agent.el (gnus-agent-get-undownloaded-list):
522         * gnus-art.el (gnus-default-article-saver):
523         * gnus-srvr.el (gnus-server-copy-server):
524         * gnus.el (gnus-sloppily-equal-method-parameters):
525         * html2text.el (html2text-format-tag-list):
526         * message.el (message-narrow-to-head):
527         * nndiary.el:
528         * nnmairix.el (nnmairix-determine-original-group-from-registry):
529         * sieve.el: Spelling fix.
530
531 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
532
533         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
534         * gnus-sum.el (gnus-summary-make-menu-bar):
535         * gnus-uu.el (gnus-uu-decode-postscript)
536         (gnus-uu-decode-postscript-and-save):
537         * mailcap.el (mailcap-print-command):
538         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
539         Fix typos.
540
541 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
542
543         * gnus-art.el (gnus-article-part-wrapper):
544         * html2text.el (html2text-fix-paragraphs):
545         * mm-decode.el (mm-image-fit-p):
546         * rfc2047.el (rfc2047-encode-message-header):
547         * shr-color.el (shr-color-visible-distance-min)
548         (shr-color-relative-to-absolute, set-minimum-interval)
549         (shr-color-visible): Fix typos.
550
551 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
552
553         * gmm-utils.el (gmm-tool-bar-item):
554         * gnus-art.el (gnus-treat-body-boundary):
555         * gnus-diary.el (gnus-user-format-function-d):
556         * gnus-start.el (gnus-get-unread-articles):
557         * pgg-gpg.el (pgg-gpg-update-agent):
558         * smime.el (smime-cert-by-ldap-1): Spelling fix.
559
560 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
561
562         * gnus-topic.el (gnus-group-prepare-topics):
563         * gnus-uu.el (gnus-extract-view):
564         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
565
566 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * spam.el: Move BBDB autoloads.
569         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
570         BBDB 2 and 3.
571         (spam-check-BBDB): Use it.
572         (spam-enter-ham-BBDB): Use it.
573
574 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
575
576         * smime.el (smime-draw-buffer): Spelling fix.
577
578 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
579
580         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
581         for scanning exactly one level.
582         * gnus-start.el (gnus-get-unread-articles): Ditto.
583
584 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
587         slightly clearer.
588
589 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * gnus-sync.el: More commentary about setup.
592
593 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * message.el (message-send-and-exit): Document `arg'.
596
597 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
598
599         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
600
601 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
604
605         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
606         we don't use `bound-and-true-p'.
607
608 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
609
610         * gnus-util.el (gnus-bound-and-true-p): Remove.
611         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
612         * nnir.el: Use it.
613         * nnmairix.el: Use it.
614
615 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * gnus-sync.el: Improve docs about CouchDB admins.
618
619         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
620         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
621         for reasons unknown.
622         * nnir.el: Use it.
623         * nnmairix.el: Use it.
624
625         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
626         * nnir.el: Ditto.
627         * nnmairix.el: Ditto.
628
629         * gnus-registry.el (gnus-registry-enabled): Default to nil.
630
631 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
634         not needed.  Provide xmlplistread list function to produce XML plist
635         output for non-Gnus LeSync clients.
636
637 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
638
639         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
640
641         * gnus-sync.el: Add LeSync synchronization backend and logic to read
642         and save against it.  Group subscriptions, read marks, other marks,
643         subscription levels, topic names, and topic offsets (the group's
644         position within the topic) are saved.  This is an experimental backend
645         and may change significantly.  Load json.el from the gnus-fallback-lib
646         if it's not available otherwise.
647         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
648
649 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
650
651         * message.el (message-completion-function): Make sure
652         message-tab-body-function is not attempted if one of
653         message-completion-alist fails to find a completion (bug#9158).
654
655 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
656
657         * mml.el (mml-quote-region): Quote <#secure> tag.
658         (mml-generate-mime-1): Unquote <#secure> tag.
659
660 2011-10-20  Chong Yidong  <cyd@gnu.org>
661
662         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
663         calling a minor mode from Lisp with nil arg enables it, so we have to
664         make the wording a bit ambiguous here).
665
666 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
669         * nnir.el (nnir-mode): Use it.
670         * nnmairix.el (nnmairix-determine-original-group-from-registry):
671         Use it.
672
673         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
674         * nnmairix.el (gnus-registry-enabled): Ditto.
675
676 2011-10-17  Dave Abrahams  <dave@boostpro.com>
677
678         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
679         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
680         only while we need to find out if it should be t or nil.
681         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
682         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
683         the registry is installed.  Set it to nil when it's unloaded.
684         (gnus-registry-install-p): Provide user guidance for the initial value
685         of `gnus-registry-install' when it's 'ask, otherwise return its value.
686         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
687         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
688         * nnmairix.el (nnmairix-determine-original-group-from-registry):
689         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
690         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
691         `gnus-registry-install'.
692
693 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
694
695         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
696         previous change.
697         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
698         primary key is marked as disabled.
699
700 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
701
702         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
703         primary key is marked as disabled.
704
705 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
706
707         * html2text.el (html2text-clean-anchor): Check for quotes around
708         `href' value.
709
710 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
711
712         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
713         searching.  Drop `bbdb-cache'.
714
715 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * message.el (message-signed-or-encrypted-p): Exclude header when
718         checking if there is signed or encrypted body in text/plain message.
719
720 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
721
722         * html2text.el (html2text-get-attr): Correctly handle attribute values
723         containing "=".
724
725 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
726
727         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
728         handle bindings.
729
730 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-win.el (gnus-configure-windows): Protect against reading
733         ephemeral groups outside of Gnus.
734
735 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * shr.el (shr-tag-img): Don't get images displayed in tables.
738
739 2011-10-03  Glenn Morris  <rgm@gnu.org>
740
741         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
742         the "maintainer" version of debbugs.gnu.org reports.
743
744 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
747         make asynchronous adjacent image insertion work better.
748
749 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
750
751         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
752         documentation.
753
754 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
757         `gnus-asynchronous' isn't shadowed.
758
759 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
762
763         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
764         (nnimap-insert-partial-structure): The charset parameter isn't
765         case-sensitive.
766
767         * nnheader.el (nnheader-message-maybe): New function.
768
769         * shr.el (shr-tag-table): Render totally broken tables better.
770
771         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
772         computing the boundary.
773
774 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * pop3.el (pop3-number-of-responses): Remove.
777         (pop3-wait-for-messages): Rewrite to take linear time instead of
778         exponential time.
779
780 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
783         re-fetch images.
784
785         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
786         re-fetch images when hitting `g' in Gnus.
787
788 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * mml.el (mml-inhibit-compute-boundary): New internal variable.
791         (mml-compute-boundary): Don't check collision if it is non-nil.
792         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
793         before checking collision.
794
795 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * message.el (message-indent-citation): Really make sure there's a
798         newline at the end.
799
800         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
801         Fix suggested by John Wiegley.
802
803         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
804
805         * gnus-art.el (gnus-treat-hide-citation): Add doc.
806
807         * message.el (message-default-send-rename-function): Break out into its
808         own function.
809
810         * ecomplete.el (ecomplete-display-matches): Revert patch since it
811         doesn't work under XEmacs.
812
813         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
814         of "imaps" to word around Windows problems.
815         (nnimap-open-connection-1): Use it.
816
817         * message.el (message-indent-citation): Revert last change which made
818         `F' not work.
819
820 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
821
822         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
823         terminal as well.
824
825 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
828         because it displays images using overlays that aren't easy to copy to
829         the article buffer.
830
831 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
832
833         * message.el (message-indent-citation): Fix empty line removal at the
834         end of the citation.
835
836 2011-09-20  Julien Danjou  <julien@danjou.info>
837
838         * auth-source.el (auth-source-netrc-create): Use default value for
839         password if specified.  Evaluate default.
840         (auth-source-plstore-create): Ditto.
841         (auth-source-plstore-create, auth-source-netrc-create): Fix default
842         value evaluation.
843         (auth-source-netrc-create): Typo fix.
844         (auth-source-plstore-create): Ditto.
845
846         * password-cache.el (password-cache-remove): Remove entries even if the
847         value is nil, so that password with a nil value (negative caching) is
848         possible to invalidate.
849
850         * auth-source.el (auth-source-format-cache-entry): New function.
851
852 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
855
856 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
859
860 2011-09-19  Julien Danjou  <julien@danjou.info>
861
862         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
863         which work with things that are not ASCII.
864
865 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
868
869 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
872         message level.
873
874 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
877
878 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus.el (gnus-interactive-exit): Update defcustom spec.
881
882 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
883
884         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
885         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
886
887 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
888
889         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
890         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
891         articles.
892
893 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
894
895         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
896         (message-mail-other-window, message-mail-other-frame)
897         (message-news-other-window, message-news-other-frame):
898         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
899         instead of setting buffer display varibles.
900
901 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
904
905         * gnus-sum.el (gnus-fetch-headers): Bump message level.
906
907 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
910         duplicates" to a higher level.
911
912         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
913         most egregious messages.
914
915 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
918
919 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
920
921         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
922         up the file (bug#9351).
923
924 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
927         it does with all other backends, but decode the names immediately after
928         getting them.
929
930         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
931         decoding nnimap groups.
932
933         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
934         newsrc file.  It doesn't seem like an important optimization any more.
935
936 2011-09-10  Dave Abrahams  <dave@boostpro.com>
937
938         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
939         overflows.
940
941 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus.el (gnus-article-mark-lists): Remove `recent'.
944         (gnus-interactive-exit): Extend to `quiet'.
945
946         * gnus-sum.el (gnus-offer-save-summaries): Use it.
947
948         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
949         string.
950
951         * plstore.el (plstore--get-buffer): Silence compiler warnings by
952         renaming function arguments from `this'.
953
954         * gnus-sum.el (gnus-newsgroup-recent): Remove.
955
956         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
957         has been renamed.
958         (gnus-lrm-string-p): Include RLM and PDF, too.
959
960         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
961         (bug#9225).
962
963 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
964
965         Add autoload cookies for functions used by sendmail.el.
966         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
967
968         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
969
970 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-art.el (article-date-ut): Work properly even when there are
973         things like Date header in the body; work for forwarded parts.
974
975 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
976
977         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
978         original-article-buffer.
979
980 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
981
982         * nnir.el (nnir-compose-result): Fix matching of server type.
983         (nnir-run-swish++): Ditto.
984         (nnir-run-namazu): Ditto.
985         (nnir-run-notmuch): Ditto.
986
987 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
990         (bug#9405).
991
992         * gnus-score.el (gnus-summary-increase-score): Doc clarification
993         (bug#9421).
994
995         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
996         (bug#9425).
997
998         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
999         thing (bug#9426).
1000
1001 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1004         the error message.
1005
1006 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1007
1008         * message.el (message-setup-1): Return t (Bug#9392).
1009
1010 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1011
1012         * gnus-sum.el: When adding article headers to a summary buffer also
1013         update gnus-newsgroup-articles (bug#9386).
1014
1015 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * auth-source.el: Autoload help-mode.
1018
1019 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1022         names.
1023
1024 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1025
1026         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1027         mm-replace-in-string for compatibility issues.
1028         * mml2015.el (mml2015-epg-verify): Ditto.
1029
1030 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1033
1034         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1035
1036 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1039         continue on and do the clean-up phase (bug#9188).
1040
1041         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1042         just ignore groups that can't be opened instead of erroring out
1043         (bug#9225).
1044
1045         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1046         nil since some many people are fuddy-duddies.
1047
1048         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1049         images.
1050
1051         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1052         instead.
1053
1054         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1055
1056         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1057
1058         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1059         processing.
1060
1061         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1062         buffer to avoid warnings.
1063
1064 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1065
1066         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1067         specified to reduce precision.
1068
1069 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1072         bodystructures (bug#9314).
1073
1074 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1077         Make button keymap non-sticky after buttons.
1078
1079 2011-08-18  David Engster  <dengste@eml.cc>
1080
1081         * nnmairix.el (nnmairix-request-set-mark)
1082         (nnmairix-goto-original-article): Remove adding of article to registry,
1083         since `gnus-registry-add-group' isn't available anymore.
1084         (nnmairix-determine-original-group-from-registry):
1085         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1086         available anymore.
1087
1088 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1089
1090         * starttls.el (starttls-any-program-available): Define as obsolete
1091         function.
1092
1093 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1096         versions which Gnus use when appropriate.
1097
1098         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1099         a pretty destructive command.
1100
1101         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1102
1103 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * message.el (message-fix-before-sending): Make a different warning
1106         about NUL characters (bug#9270).
1107
1108         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1109         from custom (bug#9260).
1110
1111         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1112         things work in Emacs 22 and XEmacs, too.
1113
1114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1115         default From.
1116
1117         * gnus-spec.el (gnus-lrm-string-p): New macro.
1118         (gnus-lrm-string): New constant.
1119         (gnus-summary-line-format-spec): LRM-ify the from.
1120         (gnus-tilde-max-form): LRM-ify string chopping.
1121
1122         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1123
1124         * message.el (message-is-yours-p): Allow disabling canlock checking
1125         (bug#9295).
1126         (message-shoot-gnksa-feet): Add `canlock-verify'.
1127         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1128         message directory isn't writable (bug#9304).
1129
1130         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1131         non-world-readable.
1132
1133 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1136         articles.
1137
1138 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1139
1140         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1141         copy-list.
1142
1143 2011-08-12  Sam Steingold  <sds@gnu.org>
1144
1145         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1146         in the reverse order to avoid modifying the cache with `nreverse'.
1147         (gnus-all-score-files): Do not modify the value returned by
1148         `gnus-score-find-alist' because it lives in a cache variable.
1149         (gnus-current-home-score-file): No need to `nreverse' the return value
1150         of `gnus-score-find-alist', it is already in the correct order.
1151
1152 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1153
1154         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1155         type MESSAGE and subtype RFC822 is slightly different from those of
1156         type TEXT.
1157
1158 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1159
1160         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1161         This allows article-referral to work from an nnir group.
1162
1163 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1164
1165         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1166
1167 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1168
1169         * mml1991.el (mml1991-epg-find-usable-key)
1170         (mml1991-epg-find-usable-secret-key): New function.
1171         (mml1991-epg-sign): Check if signing key is usable.
1172         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1173
1174 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1175
1176         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1177         server-variables only.  This should fix a bug introduced with commit
1178         e1889675b7f4adf057833c5513c9374134c4e053.
1179         (nnir-run-query): 'nnir-search-engine should not be set from the global
1180         environment.
1181
1182 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1183
1184         * nnir.el (nnir-search-thread): Position point on referring article
1185         line.
1186         (nnir-warp-to-article): Clean up summary buffers.
1187
1188         * nnimap.el (nnimap-request-thread): Whitespace fix.
1189
1190 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1191
1192         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1193
1194 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * starttls.el (starttls-available-p): Rename from
1197         `starttls-any-program-available' and changed return convention.
1198
1199 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1202         `unix-sync' unless it's defined.
1203
1204 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1205
1206         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1207         `aref' for XEmacs compatibiltiy.
1208
1209 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1212
1213 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1214
1215         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1216         closures, quote the form properly (bug#9194).
1217
1218 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1221         (gnus-summary-insert-new-articles): Protect against servers that are
1222         down.
1223
1224 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1225
1226         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1227         in mm handle if none is specified.
1228
1229 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1232
1233 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1234
1235         * nnir.el (nnir-search-thread): New function to make an nnir group
1236         based on a thread query.
1237
1238         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1239         of nnir in thread referral.
1240         (gnus-summary-refer-thread): Use it.
1241
1242         * nnimap.el (nnimap-request-thread): Use it.
1243
1244 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * shr.el (shr-tag-comment): Ignore HTML comments.
1247
1248 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1249
1250         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1251         argument.
1252         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1253         Use `nnir-address' to handle server info rather than passing an arg.
1254
1255         * nnimap.el (nnimap-make-thread-query): New utility function to format
1256         an imap thread search query.
1257         (nnimap-request-thread): Use it.
1258
1259         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1260         right select-method if we are not going back to the group buffer.
1261
1262 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1265         enter invalid buffer configurations into the quit form (bug#9107).
1266         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1267         unplugged/plugged.
1268
1269         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1270         keep track of which ones are unread (bug#9061).
1271
1272         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1273         (bug#9055).
1274
1275         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1276         (bug#9041).
1277
1278         * gnus-html.el (mm-util): Require (bug#9073).
1279
1280         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1281         (gnus-summary-refer-thread): Use it to remove duplicates in the
1282         un-threaded view (bug#9053).
1283         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1284
1285 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1286
1287         * nnir.el (nnir-read-server-parm): Use default value from global
1288         variable.  Without this the default search engine parameters aren't
1289         used at all.
1290
1291 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * message.el (message-unique-id): Don't use the undocumented return
1294         value from (random t) (bug#9118).
1295
1296 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * message.el (message-auto-save-directory): If the ~/Mail directory
1299         doesn't exist, use ~ as the auto-save directory (bug#4432).
1300
1301         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1302         hasn't already been started.
1303
1304 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1307
1308         * message.el (message-reply): Work around mysterious bug where
1309         `message-mode' seems to overwrite the locally bound `subject' variable.
1310
1311 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1312
1313         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1314         correct group.
1315
1316         * gnus-int.el (gnus-request-thread): Add group argument.
1317
1318         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1319
1320 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1323
1324         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1325         renamed to `debbugs-gnu-*'.
1326
1327 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * plstore.el: Revert the editing feature since it is not urgent.
1330         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1331         (plstore-mode-decoded): Remove.
1332
1333 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1336         isn't very interesting any more, and it leaks potentially secret data.
1337         (gnus-debug): Remove.
1338
1339         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1340         use of :custom-show.
1341
1342 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1343
1344         * plstore.el: Add documentation.
1345         (plstore-mode): New mode to edit plstore file.
1346         (plstore-mode-toggle-display, plstore-mode-original)
1347         (plstore-mode-decoded): New command.
1348         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1349         (plstore--insert-buffer, plstore--make): New function.
1350         (plstore-open, plstore-save): Simplify by using them.
1351
1352 2011-07-06  Glenn Morris  <rgm@gnu.org>
1353
1354         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1355
1356 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1359         no longer is much used.
1360         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1361         Articles".
1362
1363 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1364
1365         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1366         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1367         `notmuch' backend.
1368
1369 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * mm-decode.el (mm-text-html-renderer): Doc fix.
1372
1373         * gnus-msg.el (gnus-bug): Fix the MML tag.
1374
1375         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1376
1377 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1378
1379         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1380         secondary methods if started with `gnus-no-server'.
1381
1382 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1383
1384         * message.el (message-return-action): Fix typo in docstring.
1385
1386 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1389         bug reports at once.
1390
1391         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1392
1393 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * nndraft.el: Require gnus-group.
1396         (nndraft-request-list): Declare.
1397
1398         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1399         no unread article unless it matches gnus-permanently-visible-groups.
1400
1401         * nndraft.el (nndraft-update-unread-articles): New function.
1402         (nndraft-request-associate-buffer): Use it to update the number of
1403         unread articles for the nndraft groups in the group buffer when saving
1404         or killing a draft message.
1405
1406 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1409         systems to binary before writing and reading the mbox files.
1410
1411         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1412         instead of trying to list them all (bug#8978).
1413
1414 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1415
1416         * pop3.el (pop3-open-server): Use :end-of-capability.
1417
1418 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1421         the id is always a number.
1422
1423         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1424
1425         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1426         debbugs mode, if possible.
1427
1428 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1429
1430         * auth-source.el (auth-source-token-passphrase-callback-function):
1431         Reindent.
1432         (epg-context-operation): Remove unnecessary autoload.
1433
1434 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus.el (gnus-list-debbugs): New command.
1437
1438         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1439         mboxstat instead of the maintbox, since the stat seems to be fuller.
1440
1441         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1442         summary buffers.
1443
1444         * message.el (message-get-reply-headers): Delete all duplicates,
1445         instead of the first.
1446         (message-get-reply-headers): Ensure that we have progress while
1447         deleting duplicates.
1448
1449         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1450         gnus-posting-style value from the summary buffer to make it easier to
1451         make that a per-buffer conf.
1452
1453 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1454
1455         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1456         found by setting `shortcut' in 'query.
1457         (nnir-request-article): Use `shortcut' setting when requesting article
1458         by Message-ID.
1459
1460 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1463         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1464         Bring the pseudo-headers back too.
1465
1466 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1467
1468         * auth-source.el (auth-source-token-passphrase-callback-function):
1469         Simplify and remove EPA dependency.
1470
1471 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1472
1473         * nnir.el (nnir-request-article): Fix error message text.
1474
1475 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1476
1477         * auth-source.el (plstore-delete): Autoload.
1478         (auth-source-plstore-search): Support delete operation.
1479         * plstore.el (plstore-delete): New function.
1480
1481 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1484         mark actually existing articles as unread rather than the ones that
1485         active asserts.
1486
1487 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1488
1489         * nntp.el (nntp-record-command):
1490         * gnus-util.el (gnus-message-with-timestamp-1):
1491         Use format-time-string rather than decoding time stamps by hand.
1492         This is simpler and insulates the code from potential changes to
1493         current-time format.
1494
1495 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1498
1499 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1500
1501         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1502         (plstore-save): Support public key encryption.
1503         (plstore--init-from-buffer): New function.
1504         (plstore-open): Use it; fix error when opening a non-existent file.
1505         (plstore-revert): Use plstore--init-from-buffer.
1506
1507 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1508
1509         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1510
1511 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1514         for old Emacsen.
1515
1516 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1517
1518         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1519         is not fully working.
1520
1521 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * dgnushack.el: Autoload sha1 on XEmacs.
1524
1525         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1526         quit window configuration.
1527
1528         * auth-source.el (epg-context-set-passphrase-callback):
1529         Remove duplicate autoload.
1530
1531 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * nnir.el (nnir-request-article): Allow requesting articles by
1534         Message-ID with nnimap.
1535
1536         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1537         current server.
1538
1539 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         * auth-source.el: Autoload EPA/EPG functions.
1542         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1543         changed when EPA/EPG is not available.
1544         (auth-source-backend): Rename "arg" member to "data".
1545         (auth-source-backend-parse, auth-source-plstore-search)
1546         (auth-source-plstore-create): Use it.
1547
1548 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1549
1550         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1551         `gnus-refer-article-methods'.
1552
1553 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1554
1555         * auth-source.el: Require EPA and EPG.
1556         (auth-source-passphrase-alist): New variable.
1557         (auth-source-passphrase-callback-function)
1558         (auth-source-token-passphrase-callback-function): Callbacks for the
1559         netrc field encryption (GPG tokens).
1560         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1561         Symmetric encryption and decryption of the netrc GPG tokens.
1562         (auth-source-netrc-normalize): Use them, simplifying the closure.
1563
1564 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1567         is available.
1568
1569 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1572         non-nil, and `nnimap-split-methods' is nil, use the former.
1573
1574 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1575
1576         * plstore.el (plstore-revert): New function.
1577         (plstore-open): Use it; hide the buffer from user.
1578
1579 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1580
1581         * auth-source.el (auth-source-backend): New member "arg".
1582         (auth-source-backend-parse): Handle new backend 'plstore.
1583         * plstore.el: New file.
1584
1585 2011-06-30  Glenn Morris  <rgm@gnu.org>
1586
1587         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1588
1589 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1592         expiring articles to.
1593
1594         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1595         variations as ASCII (bug#5458).
1596
1597 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1600
1601 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * message.el (message-point-in-header-p): Tweak the function to default
1604         to saying that we're not in the headers if there is no separator at
1605         all.  This makes it possible to use the Message version of `M-q' in
1606         buffers with no headers (bug#7987).
1607         (message-point-in-header-p): Fix last checkin to work with an empty
1608         mail-header-separator, too.
1609
1610         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1611         again, save the choice via customize.
1612
1613 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1616
1617         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1618         ended the connection, bail out before waiting infinitely on a new
1619         connection.
1620
1621 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1622
1623         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1624         reports.
1625
1626         * gnus.el (gnus-bug-package): Use "gnus."
1627         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1628
1629 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * dgnushack.el: Make the timer warning go away on XEmacs.
1632
1633         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1634         animations going on at article exit time.
1635
1636         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1637         since removing it breaks people upgrading.
1638
1639         * shr.el (shr-put-image): Use the new interface for animating images.
1640         (shr-put-image): Animate for 60 seconds.
1641
1642         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1643         avoid compiler warnings.
1644
1645         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1646         error with `find-file-hooks' on Emacs 22.
1647         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1648         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1649         on all architectures.
1650
1651         * spam.el (spam-stat): Require in a normal fashion without binding
1652         `spam-stat-install-hooks' to avoid compilation warnings.
1653
1654         * spam-stat.el (spam-stat-install-hooks): Remove.
1655         (spam-stat-install-hooks): Don't run automatically.
1656
1657 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1658
1659         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1660         and keystroke.
1661
1662 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * auth-source.el (auth-source-netrc-cache): Move forward.
1665
1666 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * proto-stream.el (proto-stream-open-starttls): Use
1669         `gnutls-available-p' to see whether we have built-in support.
1670
1671         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1672         we already know.
1673         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1674         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1675
1676 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1679         %S format, since that looks odd.
1680         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1681         file, especially when saving.
1682
1683 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1684
1685         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1686         article found.
1687
1688 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1691         `auth-source-save-secrets' with a more sensitive alist that can be
1692         configured per file.  Experimental, so defaults to 'never.
1693         (auth-source-netrc-create): Use it.  Still experimental code.
1694         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1695         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1696
1697 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         * auth-source.el (auth-source-save-secrets): New variable to control if
1700         secret tokens should be saved encrypted.
1701         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1702         to `auth-source-netrc-normalize'.
1703         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1704         on the EPA variables being defined.
1705         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1706         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1707         the lexical-let closure.
1708         (auth-source-netrc-create): Create "gpg:" tokens according to
1709         `auth-source-save-secrets'.
1710
1711 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-group.el (gnus-group-update-group): Add new argument
1714         `info-unchanged' that stops updating dribble buffer.
1715
1716         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1717         deletes lines matching to it in dribble buffer.
1718
1719         * gnus-agent.el (gnus-agent-fetch-group-1):
1720         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1721         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1722         * gnus-start.el (gnus-group-change-level):
1723         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1724
1725         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1726         if newsgroup info is not changed.
1727
1728         * gnus-group.el (gnus-group-get-new-news-this-group):
1729         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1730         Don't update dribble buffer.
1731
1732 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1735         remove entries with groups we ignore.
1736
1737 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1740         the underline comes at the bottom.
1741
1742 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1745         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1746         (gnus-registry-article-marks-to-names): Rename from
1747         `gnus-registry-user-format-function-M2'.
1748
1749 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1752         ephemeral group.
1753
1754 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el (shr-browse-image): Copy the URL if called interactively.
1757
1758 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1761         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1762         done, then unselected articles may be marked as read.
1763
1764         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1765         since not doing this seems to lead to a race condition in pop3-logon.
1766
1767         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1768         so that the call chain it correct when we call "upwards".
1769
1770         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1771         in read-only groups.
1772
1773         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1774
1775         * message.el (message-cite-reply-position): Doc string fix.
1776
1777         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1778         avoid regexp overflow.
1779         (nnimap-transform-split-mail): Ditto.
1780
1781         * pop3.el (pop3-retr): Error out if the server closes the connection.
1782
1783 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1784
1785         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1786         mm-with-unibyte-current-buffer.  The buffer should not contain any
1787         multibyte chars anyway at this stage.
1788
1789 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1792         at the end of lines.
1793
1794 2011-05-29  Julien Danjou  <julien@danjou.info>
1795
1796         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1797
1798 2011-05-27  Glenn Morris  <rgm@gnu.org>
1799
1800         * gnus-group.el (gnus-bug-group-download-format-alist):
1801         Use the "maintainer" version of debian reports as well.
1802
1803 2011-05-26  Glenn Morris  <rgm@gnu.org>
1804
1805         * gnus-group.el (gnus-bug-group-download-format-alist):
1806         Use the "maintainer" version of debbugs.gnu.org reports.
1807
1808 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1811
1812 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1813
1814         * gnus-cus.el (gnus-agent-customize-category):
1815         * gnus-delay.el (gnus-delay-send-queue):
1816         * gnus.el (gnus-other-frame):
1817         Don't quote lambda expressions with `quote'.
1818
1819 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1822         the thread moves us backwards and so we loop forever.
1823
1824 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1827         whitespace in base64 data lines.
1828
1829 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * gnus-registry.el (gnus-registry-user-format-function-M):
1832         Use `mapconcat'.
1833         (gnus-registry-user-format-function-M2): Use to see the full text of
1834         the marks.  Make "," the mark text separator.
1835
1836         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1837         authentication with auth-source.
1838
1839 2011-05-17  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-group.el (gnus-import-other-newsrc-file):
1842         Use insert-file-contents.
1843
1844 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1847         1000 iterations.
1848
1849 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * nntp.el (nntp-open-connection): Check if process-type is available.
1852
1853 2011-05-16  Julien Danjou  <julien@danjou.info>
1854
1855         * shr.el (shr-tag-del): Add support for del tag.
1856
1857 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-html.el (gnus-html-put-image): Register a displayer.
1860
1861         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1862
1863 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * registry.el (prune-factor): New initialization parameter defaulting
1866         to 0.1.
1867         (registry-prune-hard): Use it.
1868
1869         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1870         0.1 expicitly.
1871
1872 2011-05-13  Glenn Morris  <rgm@gnu.org>
1873
1874         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1875         is bound, since this function requires sendmail.
1876
1877 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * registry.el (registry-usage-test): Disable pruning test.
1880
1881 2011-05-11  David Engster  <dengste@eml.cc>
1882
1883         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1884         Bind set-network-process-option for XEmacs.
1885
1886 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * registry.el (registry-prune-hard-candidates)
1889         (registry-prune-soft-candidates): Helper methods for registry pruning.
1890         (registry-prune): Use them.  Make the sort function optional.
1891
1892 2011-05-10  Jim Meyering  <meyering@redhat.com>
1893
1894         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1895
1896 2011-05-10  Julien Danjou  <julien@danjou.info>
1897
1898         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1899         symbol and not a list.
1900
1901 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (gnus-article-mode): Move binding of
1904         shr-put-image-function here from gnus-article-prepare-display.
1905
1906         * shr.el (shr-put-image-function): New variable.
1907         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1908         (shr-put-image): Return scaled image.
1909
1910         * gnus-art.el (gnus-shr-put-image): New function.
1911         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1912
1913         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1914         original ones, as deletable.
1915
1916 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1917
1918         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1919
1920 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * registry.el (registry-full): Add convenience method.  Fix logic.
1923         (registry-insert): Use it.  Fix logic here too.
1924
1925         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1926         `registry-prune' if `registry-full' returns t.
1927         (gnus-registry-handle-action)
1928         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1929         (gnus-registry-usage-test): Use it.
1930
1931 2011-05-07  Julien Danjou  <julien@danjou.info>
1932
1933         * shr.el (shr-link): Make shr-link inherit from link by default.
1934
1935 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1938
1939 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1942         error out because the face is not a list.
1943
1944 2011-05-05  Glenn Morris  <rgm@gnu.org>
1945
1946         * proto-stream.el (gnutls-negotiate): Fix declarations.
1947
1948         * gnus-start.el (gnus-propagate-marks): Declare.
1949
1950 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * registry.el (registry-reindex): Fix percentage message.
1953
1954         * proto-stream.el (network-stream-open-starttls): Adjust to call
1955         `gnutls-negotiate' with :process and :hostname arguments.
1956
1957 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1958
1959         * shr.el: Add shr-link face for links.
1960         (shr-urlify): Use it.
1961
1962         * registry.el (registry-insert): Make error message more helpful.
1963
1964 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-html.el (gnus-html-schedule-image-fetching):
1967         Use url-queue-retrieve, if it exists.
1968
1969         * shr.el (shr-tag-img): Ditto.
1970
1971         * gnus.el: Autoload more gnus-agent functions.
1972
1973         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1974         agent if we haven't already (bug#8502).
1975
1976         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1977         into the Agent, too.
1978
1979         * gnus-agent.el (gnus-agent-store-article): New function.
1980
1981         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1982         and moved from that file for reuse.
1983
1984         * pop3.el (pop3-open-server): Error messages are "-ERR".
1985
1986 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1989         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1990
1991 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1992
1993         * gnus.el: No Gnus v0.17 is released.
1994
1995 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1996
1997         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1998         buffer has moved to a different frame.
1999
2000 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2003         to get the conversion from unibyte to multibyte buffers to work on
2004         Emacs 22.
2005
2006         * nntp.el (nntp-request-article): Slight clean-up.
2007
2008 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * shr.el (shr-strike-through): New face.
2011         (shr-tag-s): Use it to provide <s> support.
2012         (shr-tag-s): Remove duplicate definition.
2013
2014 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2017         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2018
2019 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2020
2021         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2022         `gnutls-negotiate'.
2023         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2024
2025 2011-04-23  Glenn Morris  <rgm@gnu.org>
2026
2027         * gnus-sum.el (gnus-extra-headers): Bump :version.
2028
2029 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * shr.el (shr-tag-sup): New function.
2032         (shr-tag-sub): Ditto.
2033
2034 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2035
2036         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2037         for the case where `gnus-registry-ignored-groups' is a list of lists,
2038         and don't call `gnus-parameter-registry-ignore' otherwise.
2039
2040 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2041
2042         * nnimap.el (nnimap-user): New backend variable.
2043         (nnimap-open-connection-1): Use it.
2044         (nnimap-credentials): Accept user parameter so it's explicit what user
2045         name is desired.
2046
2047         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2048         default.
2049
2050         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2051         not gnus-registry.el.
2052
2053         * gnus-registry.el: Mention in comments how to modify
2054         `gnus-extra-headers' for proper recipient tracking and that it may
2055         already have To and Cc recently, which it does as of this commit.
2056         (gnus-registry-ignored-groups): Remove defcustom.
2057         Explain why in comments.
2058         (gnus-registry-action): Fix data-header reference to use the extra
2059         headers.  Explain in package commentary how to add To and Cc headers to
2060         the gnus-extra-headers.
2061         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2062         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2063         parameter list or a string list in `gnus-registry-ignored-groups'.
2064         Fix logic error.
2065
2066 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * shr.el (shr-expand-url): Protect against null urls.
2069
2070 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * shr.el (shr-base): New binding.
2073         (shr-tag-base): Keep track of <base>.
2074         (shr-expand-url): New function used throughout.
2075
2076 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2077
2078         * gnus-registry.el
2079         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2080         (gnus-registry-ignored-groups): New variable.
2081         (gnus-registry-ignore-group-p): Use it.
2082         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2083         set the destination group to nil (same as delete) if it's ignored.
2084
2085 2011-04-20  David Engster  <dengste@eml.cc>
2086
2087         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2088
2089         * Makefile.in (test-nntp): New rule.
2090         (check): Add it.
2091         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2092
2093 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * gnus-registry.el (gnus-registry-action)
2096         (gnus-registry-fetch-header-fast):
2097         Don't use mail-header that looks an internal function of mailheader.el.
2098
2099 2011-04-19  Glenn Morris  <rgm@gnu.org>
2100
2101         * time-date.el (time-to-days): Remove unused local variables.
2102
2103 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-registry.el: Eliminate cl functions.
2106         (gnus-registry-sort-addresses): New function that replaces mapcan.
2107         (gnus-registry-action, gnus-registry-spool-action)
2108         (gnus-registry-split-fancy-with-parent)
2109         (gnus-registry-fetch-recipients-fast): Use it.
2110         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2111
2112         * registry.el (initialize-instance, registry-lookup)
2113         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2114         (registry-lookup-secondary-value, registry-search, registry-delete)
2115         (registry-insert, registry-reindex, registry-size, registry-prune):
2116         Use eval-and-compile.
2117
2118 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * registry.el (registry-reindex): New method to recreate the secondary
2121         registry indices.
2122
2123         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2124         tracked field changes.
2125         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2126         (gnus-registry-action, gnus-registry-spool-action)
2127         (gnus-registry-handle-action)
2128         (gnus-registry--split-fancy-with-parent-internal)
2129         (gnus-registry-split-fancy-with-parent)
2130         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2131         move, and delete actions, and for fancy splitting with parent.
2132         (gnus-registry-extract-addresses)
2133         (gnus-registry-fetch-recipients-fast)
2134         (gnus-registry-fetch-header-fast): Convenience functions.
2135         (gnus-registry-misc-test): ERT test of
2136         `gnus-registry-extract-addresses'.
2137
2138 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2141         Track by subject first, then sender.
2142
2143 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2144
2145         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2146
2147         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2148         Lisp.
2149
2150         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2151         (gnus-draft-send): Use it to avoid popping
2152         up frames from gnus-group-send-queue.
2153
2154 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * gnus-registry.el: Updated gnus-registry docs.
2157
2158 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2161         Fix logic bug.
2162         (gnus-registry-post-process-groups): Fix logging of no results and
2163         quote sender and subject.
2164
2165 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2168         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2169         gnutls-cli are too slow to be done opportunistically.
2170
2171         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2172         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2173         we had no early-data returned.
2174         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2175         two async commands to the same server at the same time.
2176
2177 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2178
2179         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2180
2181 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2184         "warning" level.
2185
2186         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2187         (mm-url-insert-file-contents): Don't set the package names.
2188
2189 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2190
2191         * gnus-registry.el (gnus-registry-action): Remove properties and
2192         simplify subject in `gnus-registry-handle-action'.
2193         (gnus-registry-spool-action): Get subject and sender from message if
2194         they are not passed in.
2195         (gnus-registry-handle-action): Remove properties and simplify subject
2196         consistently.
2197
2198 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2199
2200         * registry.el: Require CL before using defmacro*.
2201
2202 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-art.el (article-treat-date): Assume that
2205         gnus-article-date-headers may be a group parameter.
2206
2207 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2210
2211         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2212         interactively so the newsrc file can contain foreign groups too.
2213         Useful for debugging but not much for users.
2214
2215 2011-04-07  David Engster  <dengste@eml.cc>
2216
2217         * registry.el (registry-usage-test): Only do
2218         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2219         lexical binding.
2220
2221 2011-04-07  David Engster  <dengste@eml.cc>
2222
2223         * Makefile.in (check, test-registry): New rules for test-suite.
2224
2225 2011-04-06  David Engster  <dengste@eml.cc>
2226
2227         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2228         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2229
2230 2011-04-06  David Engster  <dengste@eml.cc>
2231
2232         * registry.el (initialize-instance): Change :after to :AFTER to be
2233         compatible with old EIEIO version in XEmacs.
2234
2235 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * gnus-registry.el (gnus-registry-post-process-groups)
2238         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2239         and provide better messaging.
2240
2241 2011-04-06  David Engster  <dengste@eml.cc>
2242
2243         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2244         errors.
2245
2246         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2247         dgnushack-compile with error-on-warn enabled, and to signal an error if
2248         clean compilation failed.
2249         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2250         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2251
2252 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2253
2254         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2255         unconditionally anyway, discarding errors.
2256         (gnus-registry-delete-entries): New convenience function.
2257         (gnus-registry-import-eld): Import from old .eld registry.
2258
2259         * registry.el: Don't use ERT if it's not available.  Load it
2260         unconditionally anyway, discarding errors.
2261
2262         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2263         version from the Claudio Bley GnuTLS patch (extra optional parameters
2264         and host name).
2265
2266 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2269         fixup the parameters that can be customized by the user between
2270         save/read cycles.
2271         (gnus-registry-read): Use it.
2272         (gnus-registry-make-db): Use it.
2273         (gnus-registry-spool-action, gnus-registry-handle-action):
2274         Fix messaging.
2275         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2276         Map references to actual group names with sender and subject tracking.
2277         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2278         (gnus-registry-usage-test): Add subject lookup test.
2279
2280         * registry.el (registry-db, initialize-instance): Set up constructor
2281         instead of :initform arguments for the sake of older Emacsen.
2282         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2283         pre-lexbind merge bug.
2284         (registry-usage-test): Use it.
2285         (initialize-instance, registry-db): Move the non-function initforms
2286         back to the class definition.
2287
2288 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2289
2290         * registry.el: New library to manage gnus-registry-style data.
2291
2292         * gnus-registry.el: Use it (major rewrite).
2293
2294         * nnregistry.el: Use it.
2295
2296         * spam.el: Use it.
2297
2298 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2301         marks on non-selected articles.
2302
2303 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2304
2305         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2306         parameter to open-protocol-stream.
2307
2308 2011-04-01  Julien Danjou  <julien@danjou.info>
2309
2310         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2311         fundamental-mode.
2312
2313 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2316         servers.
2317
2318 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2321         made marks not propagate, again.
2322
2323 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2324
2325         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2326         Make this the default type.
2327         (proto-stream-open-plain): Rename from proto-stream-open-default.
2328         (open-protocol-stream, proto-stream-open-starttls)
2329         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2330         with `plain'.
2331
2332         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2333         value.
2334
2335         * nntp.el (nntp-open-connection-function): Document the fact that some
2336         values are not functions but are instead handled specially.
2337         Recognize nntp-open-plain-stream value.
2338         (nntp-open-connection): Recognize that value.
2339
2340 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2343         where it seems to be needed.
2344
2345 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2348         stuff.
2349
2350         * gnus-score.el (gnus-score-string): Fix calling convention of
2351         `gnus-simplify-buffer-fuzzy' after last patches.
2352
2353         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2354         server for articles we didn't get any headers for.  This is a sanity
2355         check.
2356
2357 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2358
2359         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2360         new CAPABILITY, use it.
2361
2362 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2365         downloading anything.
2366
2367         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2368
2369 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2370
2371         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2372         colors.
2373         (gnus-splash-svg-color-symbols): New function.
2374
2375 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2378         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2379         (gnus-simplify-subject-fuzzy): Use the local
2380         gnus-simplify-subject-fuzzy-regex instead of the global one.
2381         This makes using this variable in group parameters work.
2382
2383 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2384
2385         * gnus-registry.el (gnus-registry-unfollowed-groups):
2386         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2387         archive:sent-YYYY-MM-DD groups).
2388         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2389         tracking if there are more than `gnus-registry-max-track-groups'
2390         matches.
2391
2392 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2393
2394         * message.el (message--yank-original-internal): New function to do the
2395         insertion cleanly inside eval in `message-yank-original'.
2396         (message-yank-original): Use it.
2397
2398 2011-03-29  Julien Danjou  <julien@danjou.info>
2399
2400         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2401         local variables disabled rather than `normal-mode'.
2402
2403 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2404
2405         * imap.el (imap-shell-open, imap-process-connection-type):
2406         Use imap-process-connection-type for 'shell' streams as well as
2407         Kerberos, SSL, other subprocesses.
2408
2409 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2410
2411         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2412         with open-network-stream.
2413         (proto-stream-always-use-starttls): Option removed.
2414         (open-protocol-stream): Return a process object by default.  Provide a
2415         new parameter :return-list specifying a list-type return value, which
2416         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2417         :type `network' to `try-starttls', and `network-only' to `default'.
2418         Make `default' the default, for compatibility with open-network-stream.
2419         Handle the no-parameter case exactly as open-network-stream, with no
2420         additional stream processing.  Search plists using plist-get.
2421         Explicitly add :end-of-commend parameter if it is missing.
2422         (proto-stream-open-default): Rename from
2423         proto-stream-open-network-only.  Return 'default as the type.
2424         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2425         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2426         failed.  Always return a list with a (possibly dead) process as the
2427         first element, for compatibility with open-network-stream.
2428         (proto-stream-open-tls): Use plist-get.  Always return a list.
2429         (proto-stream-open-shell): Return `default' as connection type.
2430         (proto-stream-capability-open): Use plist-get.
2431         (proto-stream-eoc): Function deleted.
2432
2433         * nnimap.el (nnimap-stream, nnimap-open-connection)
2434         (nnimap-open-connection-1): Handle renaming of :type parameter for
2435         open-protocol-stream.
2436         (nnimap-open-connection-1): Pass a :return-list parameter
2437         open-protocol-stream to obtain a list return value.  Parse this list
2438         using plist-get.
2439
2440         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2441         for open-protocol-stream.  Accept open-protocol-stream return value
2442         that is a subprocess object instead of a list.  Handle the case of a
2443         dead returned process.
2444
2445 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2446
2447         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2448
2449         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2450
2451 2011-03-21  Julien Danjou  <julien@danjou.info>
2452
2453         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2454         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2455         query.
2456         (mm-inline-text): Render normal text with fontification whenever
2457         possible.
2458
2459         * gnus-sum.el (gnus-summary-save-parts-1):
2460         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2461         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2462         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2463         Use `mm-handle-filename'.
2464
2465         * mm-util.el (mm-handle-filename): New function, return the filename of
2466         an handle.
2467
2468 2011-03-18  Julien Danjou  <julien@danjou.info>
2469
2470         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2471         (gnus-buffer-live-p): Check that buffer is not nil.
2472
2473 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2474
2475         * gnus.el: No Gnus v0.15 is released.
2476
2477 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2480         avoid warning on XEmacs.
2481
2482         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2483         on XEmacs.
2484
2485         * gnus-art.el: Require mouse, which the build bot seems to say is
2486         needed.
2487
2488         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2489
2490         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2491         XEmacs, since it doesn't have url-retrieve-synchronously.
2492
2493         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2494         since assoc-string doesn't exist in XEmacs.
2495
2496 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2497
2498         * gnus-group.el (gnus-group-list-ticked): New function.
2499         (gnus-group-make-menu-bar): Provide a menu entry for it.
2500         (gnus-group-list-map): Provide a binding for it.
2501
2502 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * shr.el (shr-visit-file): New command.
2505
2506         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2507
2508 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2509
2510         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2511         servers.
2512
2513 2011-03-16  Julien Danjou  <julien@danjou.info>
2514
2515         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2516         inline.
2517
2518         * gnus-art.el (article-hide-list-identifiers):
2519         Use gnus-group-get-list-identifiers.
2520
2521         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2522         (gnus-summary-remove-list-identifiers):
2523         Use gnus-group-get-list-identifiers to get regexp.
2524         (gnus-select-newsgroup, gnus-summary-insert-subject)
2525         (gnus-summary-insert-articles):
2526         Call gnus-summary-remove-list-identifiers unconditionally.
2527
2528 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2531         we're selecting a group with unread articles.
2532
2533         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2534
2535         * gssapi.el: New file separated out from imap.el to provide a general
2536         Kerberos 5 connection facility for Emacs.
2537
2538         * message.el (message-elide-ellipsis): Document the format spec
2539         ellipsis.
2540
2541 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * message.el (message-elide-region): Allow the ellipsis to say how many
2544         lines were removed.
2545
2546 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2549         window configurations containing buffers that are now dead.
2550
2551         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2552         parsing to avoid integer overflows.
2553         (nnimap-parse-flags): Simplify the last change.
2554         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2555         too large for 32-bit Emacsen.
2556
2557 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * auth-source.el (auth-source-netrc-create):
2560         * message.el (message-yank-original): Fix use of `case'.
2561
2562 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2563
2564         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2565         XEmacs, which was one character too wide.
2566
2567 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2568
2569         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2570         default number of articles to display.
2571         (gnus-articles-to-read): Use pretty names for prompt.
2572
2573 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-int.el (gnus-open-server): Ditto.
2576
2577         * gnus-start.el (gnus-activate-group): Give a backtrace if
2578         debug-on-quit is set and the user hits `C-g'.
2579         (gnus-read-active-file): Ditto.
2580
2581         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2582
2583 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * message.el (message-yank-original): Use cond instead of CL case.
2586
2587 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * auth-source.el (auth-source-netrc-create): Use usual format for the
2590         default in prompts.
2591
2592 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * lpath.el: Fbind read-char-choice for XEmacs.
2595
2596 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * auth-source.el (auth-source-netrc-create): Show the default in the
2599         prompt when prompting for token creation.
2600
2601 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2602
2603         * auth-source.el (auth-source-format-prompt): Always convert the value
2604         to a string to avoid evaluating non-string arguments.
2605         (auth-source-netrc-create): Offer default properly, not as initial
2606         content in `read-string'.
2607         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2608         of line to determine if we've been run before.  If so, don't run again,
2609         but print a trivial message to indicate the cache was hit instead.
2610
2611 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2612
2613         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2614         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2615         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2616         Gnus.
2617
2618 2011-03-11  Julien Danjou  <julien@danjou.info>
2619
2620         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2621         modified file".
2622
2623 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * auth-source.el (auth-source-read-char-choice): New function to read a
2626         character choice using `dropdown-list', `read-char-choice', or
2627         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2628         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2629         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2630         (auth-source-netrc-saver): Use it.
2631         (auth-source-pick-first-password): New convenience function.
2632
2633 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2636         parameter in the credentials.
2637         (nnimap-open-connection-1): Use it after a successful login.
2638         (nnimap-credentials): Add IMAP-specific user and password prompt.
2639
2640         * auth-source.el (auth-source-search): Add :require parameter, taking a
2641         list.  Document it and the :save-function return token.  Pass :require
2642         down.  Change the CREATED message from a warning to a debug statement.
2643         (auth-source-search-backends): Pass :require down.
2644         (auth-source-netrc-search): Pass :require down.
2645         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2646         Change save prompt to indicate all modifications saved here are
2647         deletions.
2648         (auth-source-netrc-create): Take user login name as default in user
2649         prompt.  Move all the save functionality to a lexically bound function
2650         under the :save-function token in the returned list.  Set up clearer
2651         default prompts for user, host, port, and secret.
2652         (auth-source-netrc-saver): New function, intended to be wrapped for
2653         :save-function.
2654
2655 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2658         lines to be spaces instead.
2659
2660 2011-03-07  Julien Danjou  <julien@danjou.info>
2661
2662         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2663         (sieve-sasl-auth): Check that auth-source-search did return something,
2664         or just return an empty string.
2665
2666 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2667
2668         * gnus.el (gnus-interactive): Use read-directory-name.
2669
2670         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2671         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2672         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2673         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2674         Likewise.
2675
2676         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2677
2678 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2681         onto the list of killed groups, too.  This makes killed nnimap groups,
2682         for instance, more reliably not reappear.
2683
2684         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2685         the parent.
2686
2687         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2688
2689         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2690         really have server-side marks.
2691
2692         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2693         since most backends do not usefully have server-side marks.
2694         (gnus-update-read-articles): Propagate marks to all backends that
2695         really have server-side marks.
2696
2697 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2698
2699         * message.el (message-cite-reply-position, message-cite-style):
2700         New variables.
2701         (message-yank-original): Use the new citation styles.
2702
2703 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2704
2705         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2706         buffer-local issue); don't mark it buffer-local when running under
2707         XEmacs.
2708
2709 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2710
2711         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2712         numbers too big to be `read'.
2713
2714 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * password-cache.el (password-in-cache-p): Add autoload.
2717
2718         * message.el (message-options): Make buffer-local two ways to attempt
2719         to fix a XEmacs bug.
2720
2721 2011-03-02  Julien Danjou  <julien@danjou.info>
2722
2723         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2724
2725 2011-03-01  Julien Danjou  <julien@danjou.info>
2726
2727         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2728         group.
2729         (article-hide-list-identifiers): Use list-identifier group parameter.
2730
2731 2011-02-28  Julien Danjou  <julien@danjou.info>
2732
2733         * sieve.el (sieve-buffer-script-name): New local variable to store
2734         sieve script name.
2735         (sieve-edit-script): Store sieve script name.
2736         (sieve-upload): Use sieve script name when uploading.
2737         (sieve-upload): Use substitute-command-keys.
2738         (sieve-edit-script): Use substitute-command-keys.
2739         (sieve-refresh-scriptlist): Use substitute-command-keys.
2740         (sieve-manage-mode-map): Define keymap properly.
2741         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2742         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2743         Remove commented code about cvs.
2744         (sieve-manage-quit): New function.
2745         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2746
2747 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2750
2751 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2752
2753         * auth-source.el (auth-source-search): Cache empty result sets.
2754
2755         * password-cache.el (password-in-cache-p): Convenience function to
2756         check if a key is in the cache, even if the value is nil.
2757
2758         * auth-source.el (auth-source-save-behavior): New variable to replace
2759         `auth-source-never-create'.
2760         (auth-source-netrc-create): Use it.
2761         (auth-source-never-save): Remove.
2762
2763 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nnimap.el (nnimap-stream): Doc fix.
2766         (nnimap-open-connection-1): Reverse the order of the ports to that the
2767         prompted-for port is first.
2768
2769         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2770         retrieval by the no-group selection.
2771
2772         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2773         numerical parameters.
2774
2775 2011-02-25  Julien Danjou  <julien@danjou.info>
2776
2777         * gnus-gravatar.el: Use gnus-with-article-buffer.
2778
2779         * gnus-art.el (gnus-with-article-buffer): Check that the
2780         gnus-article-buffer is alive.
2781
2782 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         * auth-source.el (auth-source-creation-prompts): New variable to manage
2785         creation-time prompts.
2786         (auth-source-search): Document it.
2787         (auth-source-format-prompt): Add utility function.
2788         (auth-source-netrc-create): Don't default the user name to
2789         user-login-name.  Use `auth-source-creation-prompts' and some default
2790         prompts for user, host, port, and password (the default generic prompt
2791         remains ugly).
2792         (auth-source-never-save): Add customizable option to never save info.
2793         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2794         mode excursion.
2795
2796 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2799         argument that XEmacs doesn't support.
2800
2801         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2802         compiled for Emacsen having no `libxml-parse-html-region' support.
2803
2804         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2805
2806         * lpath.el: Bind buffer-save-without-query for XEmacs.
2807
2808 2011-02-23  Julien Danjou  <julien@danjou.info>
2809
2810         * gnus-art.el (article-make-date-line): Ignore errors if time is
2811         invalid and not convertible.
2812         (article-make-date-line): Only add lapsed time if time is not nil.
2813
2814 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2817         `read-char-choice' for backwards compatibility.
2818         (auth-source-netrc-element-or-first): New function to DTRT for
2819         parameter extraction.
2820         (auth-source-netrc-create): Use it and fix multiple parameter print
2821         bug.  Use the default passed from above (given-default) or the
2822         built-in (user-login-name for :user).
2823
2824 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-start.el (gnus-dribble-read-file):
2827         Set buffer-save-without-query, since we always want to save the dribble
2828         file, probably.
2829
2830         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2831         nnimap.
2832
2833         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2834         -summary- since it's a user-visible variable.
2835
2836         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2837         first time you use the new Gnus.
2838
2839 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * auth-source.el: Don't load netrc.el.
2842         (auth-sources): Search ~/.netrc as well by default.
2843         (auth-source-debug): Add 'trivia option for extra output.
2844         (auth-source-do-trivia): Use it.
2845         (auth-source-search): Simplify logic to use
2846         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2847         appropriate.  Don't keep a running count at this level.  Layer :create
2848         and :delete options appropriately on the first and second passes.
2849         Don't track the backend with the search results.
2850         (auth-source-search-backends): New function to search a list of
2851         backends for a processed spec.
2852         (auth-source-netrc-parse): Cache all netrc files, making
2853         auth-source-netrc-cache an alist keyed by the file name and using the
2854         file mtime as the caching criterion.  Keep the obfuscated data secret
2855         with a lexical bind.
2856         (auth-source-netrc-search): Don't calculate the length of the results
2857         unnecessarily.
2858         (auth-source-search-backends): Fix bug.
2859         (auth-source-netrc-create): Rework prompts.
2860
2861 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2862
2863         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2864         Lower case names of search constraints.
2865         (nnir-run-query): Cache and reuse search constraints for all imap
2866         servers.
2867
2868 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2871         after exit.
2872         (gnus-setup-message): Define missing variable from last checkin.
2873
2874         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2875         value, show the raw article.
2876
2877 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2878
2879         * gnus.el: No Gnus v0.13 is released.
2880
2881 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2884         auth-source now accepts numbers.
2885
2886         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2887         spec, too.
2888         (auth-source-ensure-strings): New function.
2889
2890         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2891         (gnus-article-setup-buffer): Always restart the date timer so that user
2892         changes to the frequency is respected.
2893
2894         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2895         port numbers, so make sure it gets that if nnimap-server-port is
2896         explicit.
2897
2898 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2899
2900         * nnimap.el (nnimap-inbox): Doc fix.
2901
2902 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2903
2904         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2905         Autoload.  Add optional arg FRAME, and pass it to color-values.
2906         (color-complement): Caller changed.  Doc fix.
2907         (color-gradient): Rewrite for better clarity and efficiency.
2908
2909 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2910
2911         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2912         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2913         color-lab-to-srgb.
2914
2915 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2916
2917         * color.el: First part of merge from hexrgb.el.
2918         (color-rgb-to-hex): Rename from color-rgb->hex.
2919         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2920         saturation to zero if the value is too small.
2921         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2922         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2923         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2924         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2925         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2926         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2927         (color-cie-de2000): Doc fix.
2928
2929 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2930
2931         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2932         given method as in the group name if we're using an extended method.
2933         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2934         command, if we're using that, instead of waiting for the beginning.
2935
2936         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2937         we're sure to get unique server names, and we don't output two async
2938         commands in the same buffer.  This fixes an NNTP hang for some users.
2939
2940 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2941
2942         * gnus.el: No Gnus v0.11 is released.
2943
2944 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2947         summary buffer before reading going to the next buffer.  This avoids
2948         putting the point in the group buffer if you `C-g' the command.
2949
2950         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2951         cache (for now) to make ~/.authinfo.gpg files usable.
2952
2953         * nnfolder.el (copyright-update): Define for the compiler.
2954
2955         * auth-source.el (auth-source-search): Fix unbound variable.
2956
2957 2011-02-19  Glenn Morris  <rgm@gnu.org>
2958
2959         * gnus.el (gnus-meta): Doc fix.
2960
2961 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2962
2963         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2964         in case it's not yet loaded.
2965
2966 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2967
2968         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2969         line we're waiting for.
2970
2971 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2972
2973         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2974         face with line-width greater than zero will cause RET in gnus summary
2975         buffer to scroll down article page-wise because auto vscroll happens,
2976         it should be temporally disabled when doing a scroll-up.
2977
2978 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2979
2980         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2981         outputs from the server.
2982
2983 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2984
2985         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2986         later so that bbdb can hook in easier.
2987
2988 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2989
2990         * auth-source.el (auth-source-search): Don't try to create credentials
2991         if the caller doesn't want that.
2992         (auth-source-search): If we don't find a match, don't bug out on
2993         non-bound variables.
2994         (auth-source-search): Only ask a single backend to create the
2995         credentials.
2996
2997         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2998         logging.
2999         (nnimap-credentials): Protect against auth-source-search returning nil.
3000         (nnimap-request-list): Protect against not being able to open the
3001         server.
3002
3003 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3004
3005         * auth-source.el (auth-source-search): Do a two-phase search, one with
3006         no :create to get the responses from all backends.
3007
3008         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3009         when getting credentials.
3010
3011         * gnus-util.el (gnus-delete-duplicates): New function.
3012
3013 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3016         a creation default, pass the whole port list down.  It will be
3017         completed.
3018
3019         * auth-source.el (auth-source-search): Updated docs to talk about
3020         multiple creation choices.
3021         (auth-source-netrc-create): Accept a list as a value (from the search
3022         parameters) and do completion on that list.  Keep a separate netrc line
3023         with the password obscured for showing the user.
3024
3025         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3026         first choice to `auth-source-search' so it will be used for entry
3027         creation instead of the server's Gnus-specific name.
3028         (nnimap-credentials): Rely on the auth-source library to select which
3029         port is actually wanted in the new netrc entry, so don't override
3030         `auth-source-creation-defaults'.
3031
3032         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3033         :protocol and accept a missing user, host, or port as a wildcard match.
3034         (auth-source-debug): Default to off.
3035
3036         (auth-source-netrc-search, auth-source-netrc-create)
3037         (auth-source-secrets-search, auth-source-secrets-create)
3038         (auth-source-user-or-password, auth-source-backend, auth-sources)
3039         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3040         instead of :protocol.
3041
3042         * nnimap.el (nnimap-credentials): Pass a port default to
3043         `auth-source-search' in case an entry needs to be created.
3044         (nnimap-open-connection-1): Use :port instead of :protocol.
3045
3046 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * auth-source.el: Bind load-path when loading EIEIO from
3049         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3050         21.4 doesn't support, to `require'.
3051         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3052         delete-dups that is not available in XEmacs 21.4.
3053
3054 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3055
3056         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3057         as EIEIO must also be loaded when auth-source.el is being
3058         byte-compiled.
3059
3060 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3061
3062         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3063
3064         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3065
3066         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3067
3068         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3069
3070         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3071
3072         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3073
3074         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3075
3076         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3077         necessary.
3078
3079 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3080
3081         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3082         nil means that nnimap doesn't get updated.
3083
3084 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3085
3086         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3087         result when the user doesn't want to write to the file.
3088         (auth-source-netrc-search): Expect a synthetic result and proceed
3089         accordingly.
3090         (auth-source-cache-expiry): New variable to override
3091         `password-cache-expiry'.
3092         (auth-source-remember): Use it.
3093
3094         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3095         parameter.  Create entry if necessary by using :create t.
3096         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3097
3098 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         * auth-source.el (auth-source-debug): Enable by default and don't
3101         mention the obsolete `auth-source-hide-passwords'.
3102         (auth-source-do-warn): New function to debug unconditionally.
3103         (auth-source-do-debug): Use it.
3104         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3105         and for Secrets API entries when the secrets.el library is not
3106         available.
3107
3108 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3111         (gnus-summary-exit): Kill the correct article buffer on exit from a
3112         `C-d' group.
3113
3114         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3115         gnus-propagate-marks.
3116
3117         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3118         before killing the buffers so that a non-full window conf gets handled
3119         correctly.
3120         (gnus-summary-exit): Ditto.
3121         (gnus-summary-read-group-1): Ditto.
3122
3123         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3124         async code again so that we can debug it properly.
3125
3126         * message.el (message-reply): Take an optional switch-buffer parameter
3127         so that Gnus window confs are respected better.
3128
3129 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3130
3131         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3132         `plist-get' to accept non-list parameters (XEmacs issue).
3133         Fix docstring.
3134         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3135         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3136         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3137         Login collection is "Login" and not "login".
3138
3139 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3142         multiple headers.
3143
3144         * nnimap.el (nnimap-inhibit-logging): New variable.
3145         (nnimap-log-command): Don't log login commands.
3146
3147         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3148         to have more parameters.
3149
3150         * nnimap.el (nnimap-send-command): Mark the command time for each
3151         command, so that we don't get NOOPs stepping on our toes.
3152
3153         * gnus-art.el (article-date-ut): Get the date from the Date header on
3154         `t'.
3155
3156 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * auth-source.el (auth-source-search): Use copy-sequence instead of
3159         the cl.el copy-list.
3160
3161 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3162
3163         * imap.el: Bring it back (revert
3164         84d800cd31de3064f0ed39617d725709a2f8f42f).
3165
3166 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3167
3168         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3169         Improve prompt.
3170
3171 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3174         washing status from the default format.  It isn't very informative.
3175
3176 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3177
3178         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3179         Fix Gcc processing on imap.
3180
3181 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * imap.el: Remove file.  All the functionality is in nnimap.el.
3184
3185 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3186
3187         * message.el (message-bury): Don't pop up a new window when selected
3188         window is dedicated.
3189
3190 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3191
3192         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3193
3194 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * sieve-manage.el: Autoload `auth-source-search'.
3197         (sieve-sasl-auth): Use it.
3198
3199 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * nnimap.el: Autoload `auth-source-forget+'.
3202         (nnimap-open-connection-1): Use it if the connection fails.
3203
3204         * auth-source.el: Require `password-cache'.
3205         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3206         obsolete.
3207         (auth-source-magic): Marker for `password-cache' keys.
3208         (auth-source-do-cache): Update docstring.
3209         (auth-source-search): Use and check cache.
3210         (auth-source-forget-all-cached, auth-source-remember)
3211         (auth-source-recall, auth-source-forget, auth-source-forget+)
3212         (auth-source-specmatchp): Caching support functions.
3213         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3214         Remove and obsolete.
3215         (auth-source-user-or-password): Remove caching to further discourage
3216         using it.  Always hide passwords.
3217
3218         * password-cache.el (password-cache-remove): Accept secrets that are
3219         not strings.
3220
3221 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3224         code for now, since it doesn't work for all users.
3225
3226 2011-02-09  Julien Danjou  <julien@danjou.info>
3227
3228         * message.el (message-options): Make message-options really buffer
3229         local.
3230
3231 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3232
3233         * mail-source.el: Autoload `auth-source-search'.
3234         (mail-source-keyword-map): Note order matters.
3235         (mail-source-set-1): Get all the mail-source source values and
3236         defaults and search auth-source on those if needed.  This can all
3237         probably be simplified.
3238
3239         * nnimap.el: Autoload `auth-source-search'.
3240         (nnimap-credentials): Use it.
3241         (nnimap-open-connection-1): Ask for the virtual server and physical
3242         address in one shot.
3243
3244         * nntp.el: Autoload `auth-source-search'.
3245         (nntp-send-authinfo): Use it.  Note TODO.
3246
3247 2011-02-08  Julien Danjou  <julien@danjou.info>
3248
3249         * shr.el (shr-tag-body): Add support for text attribute in body
3250         markups.
3251
3252         * message.el (message-options): Make message-options a local variable.
3253
3254 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * auth-source.el (auth-source-secrets-search)
3257         (auth-source-user-or-password): Use `append' instead of `nconc'.
3258         (auth-source-user-or-password): Build return list better and protect
3259         against nil :secret.
3260
3261 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3262
3263         * nnimap.el (nnimap-update-info): Refactor slightly.
3264         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3265         (nnimap-update-info): Clean up slightly.
3266         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3267         characters.
3268         (nnimap-process-quirk): Rename function to avoid collision.
3269         (nnimap-update-info): Fix macrology bug-out.
3270         (nnimap-update-info): Simplify split history test.
3271
3272 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3273
3274         * auth-source.el (top): Require 'eieio unconditionally.
3275         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3276         (auth-source-secrets-search): Limit search when `max' is greater than
3277         number of results.
3278
3279 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3280
3281         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3282         part not returning any data.
3283
3284         * proto-stream.el (open-protocol-stream): Document the return value.
3285
3286 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3287
3288         * auth-source.el (auth-source-secrets-search): Add examples.
3289
3290 2011-02-06  Julien Danjou  <julien@danjou.info>
3291
3292         * message.el (message-setup-1): Handle message-generate-headers-first
3293         set to t.
3294
3295 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3298         API with a string "secrets:collection-name" and with 'default.
3299         (auth-source-backend-parse): Parse "secrets:collection-name" and
3300         'default.  Recurse on parses instead of repeating code.  Use the
3301         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3302         message when ignoring a source.
3303         (auth-source-search): List ignored search keys at the top level.
3304         (auth-source-netrc-create): Use `case' instead of `cond'.
3305         (auth-source-secrets-search): Created with TODOs.
3306         (auth-source-secrets-create): Created with TODOs.
3307         (auth-source-retrieve, auth-source-create, auth-source-delete)
3308         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3309         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3310         (auth-source-user-or-password-sftp)
3311         (auth-source-user-or-password-smtp): Remove.
3312         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3313         around `auth-source-search'.  Not tested thoroughly.
3314
3315 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * auth-source.el: Bring in assoc and eioeio libraries.
3318         (secrets-enabled): New variable to track the status of the Secrets API.
3319         (auth-source-backend): New EIOEIO class to represent a backend.
3320         (auth-source-creation-defaults): New variable to set prompt defaults
3321         during token creation (see the `auth-source-search' docstring for
3322         details).
3323         (auth-sources): Simplify to allow a simple string as a netrc backend
3324         spec.
3325         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3326         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3327         (auth-source-search): Main auth-source API entry point.
3328         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3329         (auth-source-search-collection): Helper function for searching.
3330         (auth-source-netrc-parse, auth-source-netrc-normalize)
3331         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3332         Supports search, create, and delete.
3333         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3334         backend stubs.
3335         (auth-source-user-or-password): Call `auth-source-search' but it's not
3336         ready yet.
3337
3338 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3339
3340         * message.el (message-setup-1): Remove the read-only stuff, since it
3341         doesn't work under XEmacs, for some reason.
3342
3343         * gnus-sum.el (gnus-user-date): Rename back from
3344         gnus-summary-user-date since user code refers to it.
3345
3346         * shr.el (shr-render-td): Store the actual background color used.
3347
3348         * message.el (message-setup-1): Don't bind the constant
3349         -forbidden-properties.
3350         (message-setup-1): Revert previous change, since it needs to bind the
3351         props to insert them.
3352         (message-resend): Allow removing the read-only separator line.
3353
3354 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3355
3356         * nnimap.el (nnimap-request-accept-article): Give an error message if
3357         the APPEND wasn't successful.
3358
3359 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3360
3361         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3362         that have no groups.
3363
3364 2011-02-03  Julien Danjou  <julien@danjou.info>
3365
3366         * gnus-draft.el: Remove progn around gnus-draft-setup.
3367
3368 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-start.el (gnus-read-active-for-groups): This function is never
3371         called with a nil `infos', so clean that up.
3372         (gnus-get-unread-articles): Request active files from primary/secondary
3373         methods that have no groups (yet).
3374
3375 2011-02-03  Julien Danjou  <julien@danjou.info>
3376
3377         * message.el (message-setup-1): Always generate References first.
3378         (message-mail): Return the return value of message-setup, not always t.
3379         (message-setup-1): Insert mail-header-separator with read-only and
3380         intangible properties set.
3381
3382         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3383         user-date in docstring.
3384
3385         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3386
3387         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3388         docstring.
3389
3390         * gnus.el (gnus-user-date-format-alist): Change default value.
3391         Use defcustom, with type and group. Move from gnus-util.el.
3392         Rename to gnus-summary-user-date-format-alist.
3393
3394 2011-02-03  Glenn Morris  <rgm@gnu.org>
3395
3396         * nnimap.el (gnus-fetch-headers): Declare.
3397
3398         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3399
3400 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3401
3402         * message.el (message-forward-make-body-digest-plain)
3403         (message-followup, message-reply): Clean up things noted by Stefan.
3404
3405         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3406         gnus-article-update-date-headers is nil.
3407         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3408         it didn't really work with defcustom.
3409         (article-update-date-lapsed): Make sure the window start doesn't move,
3410         either.
3411
3412 2011-02-01  Julien Danjou  <julien@danjou.info>
3413
3414         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3415         format.
3416
3417         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3418         standard in Emacs nowadays.
3419
3420         * color.el (color-gradient): Add a color-gradient function.
3421
3422 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3423
3424         * message.el (message-expand-name): Don't trust the return value of
3425         bbdb-complete-name.
3426         (message-check-news-header-syntax): Remove unused var `start'.
3427         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3428         (message-inhibit-body-encoding): Move to before first use.
3429         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3430         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3431         (Organization, Message-ID, Date, mh-previous-window-config):
3432         Defvar the vars using dynamic scoping.
3433
3434 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3435
3436         * shr.el (shr-render-td): Only do colors at the final rendering.
3437         Should be slightly faster.
3438         (shr-insert-table): Fix up TD background colors when doing the
3439         vertical padding.
3440
3441         * gnus-art.el (article-date-ut): Protect against articles with no Date
3442         header.
3443         (article-update-date-lapsed): Don't use current-column to find the
3444         horizontal position.  It's fragile in the presence of \003 characters.
3445
3446         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3447
3448 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-art.el (article-transform-date): Rewrite to still work when
3451         there are several rfc2822 parts.
3452         (article-transform-date): Fix infinite recursion.
3453         (article-date-ut): Replace infinitely many Date headers with a single
3454         one when called interactively.
3455
3456         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3457         secure manner.
3458
3459         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3460         move around by not using save-window-excursion.  It seems to work...
3461
3462 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (article-make-date-line): Work for user-defined format.
3465
3466 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3467
3468         * nntp.el (nntp-retrieve-group-data-early)
3469         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3470         fetching functions.
3471
3472         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3473         thoroughly for all backends that have no known groups.  This should
3474         allow new nnml methods to retrieve mail.
3475
3476         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3477         that Gnus doesn't know exists again.
3478
3479         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3480         (gnus-treat-date-ut): Ditto.
3481         (gnus-article-update-date-header): Rename.
3482         (gnus-treat-date-local): Remove.
3483         (gnus-treat-date-english): Remove.
3484         (gnus-treat-date-lapsed): Remove.
3485         (gnus-treat-date-combined-lapsed): Remove.
3486         (gnus-treat-date-original): Remove.
3487         (gnus-treat-date-iso8601): Remove.
3488         (gnus-treat-date-user-defined): Remove.
3489         (gnus-article-date-headers): New variable to control all the date
3490         header options.
3491         (article-date-ut): Rewrite to allow using the new way to format date
3492         headers(s).
3493
3494 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3495
3496         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3497         method.
3498         (nnmail-article-group): A better test for fanciness.
3499
3500         * nnimap.el (nnimap-request-head): Protect against not finding the
3501         article by Message-ID.
3502
3503 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3504
3505         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3506         keep point at the "same place".
3507
3508 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3511         data if the group is inactive.
3512
3513 2011-01-28  Julien Danjou  <julien@danjou.info>
3514
3515         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3516         (gnus-all-windows-visible-p): Remove old compatibility code.
3517         (gnus-window-top-edge): Add docstring.
3518
3519         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3520
3521 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3524         older request-update-info.
3525
3526         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3527
3528 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3529
3530         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3531         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3532
3533 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3536         groups.  This makes the nndraft:queue group pop up if it's not already
3537         there.
3538
3539         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3540         messages" logic, which was reversed.
3541
3542         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3543         the "same place" even if point is on the line being replaced.
3544         (article-update-date-lapsed): Allow updating both the combined lapsed
3545         and the lapsed headers.
3546         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3547         (article-make-date-line): Limit the number of segments dynamically to
3548         avoid too-long lines.
3549
3550 2011-01-27  Julien Danjou  <julien@danjou.info>
3551
3552         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3553         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3554
3555 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3558         Use plist-get instead of the cl function getf.
3559
3560 2011-01-27  Glenn Morris  <rgm@gnu.org>
3561
3562         * gnus-util.el (float-time): Get rid of compiler warning, again.
3563
3564 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3565
3566         * shr.el (shr-put-color): Special-case background colors: Do put them
3567         at the blank parts at the front of the lines.
3568
3569         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3570         exit hook to nix out all data on readedness on group exit.
3571
3572         * gnus-util.el (float-time): If float-time is bound, always use it on
3573         all Emacsen.  It's unclear why the subrp check was there.
3574         (time-date): Require to make some autoload issues on XEmacs go away.
3575
3576         * shr.el (shr-put-color): Don't do the box padding in tables, since
3577         they're already padded.
3578
3579 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-art.el (gnus-article-next-page): When the last line of the
3582         article is displayed, scroll down once more instead of going to the
3583         next article at once.
3584         (article-lapsed-string): Refactor out and allow specifying how many
3585         segments you want.
3586         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3587         (gnus-article-update-lapsed-header): New variable.
3588
3589         * shr.el: Revert change that made headings use different-sized faces.
3590         The Emacs display engine isn't advanced enough that, for instance,
3591         tables can comfortably use differently-sized faces.
3592
3593 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3594
3595         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3596         used.
3597         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3598         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3599         we're using an encrypted connection.
3600
3601         * proto-stream.el: Alter the interface functions to also return the
3602         actual stream type used: network or tls.
3603
3604 2011-01-25  Julien Danjou  <julien@danjou.info>
3605
3606         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3607         (mm-display-javascript-inline): New function.
3608
3609         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3610         viewing function.
3611
3612 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * shr.el (shr-expand-newlines): Fix variable name.
3615
3616 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3617
3618         * shr.el (shr-expand-newlines): Make nested boxes work.
3619
3620 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3621
3622         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3623         backgrounds.
3624         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3625         in a more sensible manner.
3626
3627 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3630         if EPG is loaded.
3631
3632 2011-01-24  Julien Danjou  <julien@danjou.info>
3633
3634         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3635         tags.
3636
3637 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3640         commands.
3641
3642         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3643         in the article buffer.
3644         (gnus-gravatar-insert): Use blank space from the current buffer to
3645         avoid breaking text properties.  This makes X-Sent updating work again.
3646
3647         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3648
3649 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3652         fix the bug in url-http.el instead.
3653
3654         * shr.el (shr-image-fetched): Ditto.
3655
3656         * shr.el (shr-image-fetched): Avoid having point move in the article
3657         buffer.
3658
3659         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3660         buffer after being called.  It's apparently being killed by url.el, and
3661         killing it made point move to end-of-buffer in a random buffer.
3662
3663         * shr.el (shr-image-fetched): Ditto.
3664
3665 2011-01-23  Julien Danjou  <julien@danjou.info>
3666
3667         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3668
3669         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3670         text/x-org.
3671
3672 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3675         (i.e., nnimap) returning nil as the article number.
3676
3677 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3678
3679         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3680         "DelSp" parameter in RFC3676.
3681
3682 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3683
3684         * message.el (message-check-recipients): Display the encoded version of
3685         the bogus address if they differ.
3686
3687         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3688         after sending.
3689
3690         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3691
3692         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3693
3694         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3695         group buffer after sending the queue.
3696
3697         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3698
3699 2011-01-22  Julien Danjou  <julien@danjou.info>
3700
3701         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3702
3703 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3704
3705         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3706         nested related parts.
3707
3708         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3709         unexpired articles.  This fixes the regression that led expiry marks to
3710         disappear from nnfolder groups.
3711
3712 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3713
3714         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3715         Don't confuse the "ret" of "retrograde" with RET.
3716
3717 2011-01-21  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3720         than mm-insert-inline.
3721
3722 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3725         Widen article buffer.
3726
3727 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3728
3729         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3730         the temp buffer.
3731         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3732
3733 2011-01-20  Julien Danjou  <julien@danjou.info>
3734
3735         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3736
3737         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3738         than mm-insert-inline to insert inline part: this respect
3739         mm-inline-media-tests displayers.
3740
3741         * mm-view.el (mm-display-shell-script-inline): New function.
3742
3743         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3744
3745         * mm-uu.el (mm-uu-type-alist): Add org block.
3746         (mm-uu-org-src-code-block-extract): New function.
3747
3748         * mm-view.el (mm-display-org-inline): New function.
3749
3750         * mm-decode.el (mm-automatic-display): Add text/org.
3751
3752         * mailcap.el (mailcap-mime-extensions): Add .org.
3753
3754 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3757         gnus-article-add-buttons.
3758
3759 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3760
3761         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3762         From header with a date and "nobody" as the sender.
3763
3764 2011-01-19  Julien Danjou  <julien@danjou.info>
3765
3766         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3767         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3768         if you have the same regexp several times.
3769         (gnus-button-push): Fix matching when regexp is symbol.
3770
3771 2011-01-15  Glenn Morris  <rgm@gnu.org>
3772
3773         * message.el (message-mail): A compose-mail function should
3774         accept headers as strings.
3775
3776 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3777
3778         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3779         Add :vert-only tags.
3780         (message-mail): New arg RETURN-ACTION.
3781         (message-return-action): New var.
3782         (message-bury): Use it.
3783         (message-mode): Make it buffer-local.
3784         (message-send-and-exit): Always call message-bury.
3785
3786         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3787         message-mail.
3788
3789 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * nnimap.el (nnimap-convert-partial-article): Protect against
3792         zero-length body parts.
3793
3794         * mm-decode.el (mm-preferred-alternative-precedence):
3795         Discourage showing empty parts.
3796
3797         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3798         and stuff if the backend didn't return the article number.  This fixes
3799         an Exchange-related nnimap bug.
3800
3801         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3802         group window, because it does the wrong thing when a separate frame
3803         displays the group buffer.
3804
3805         * proto-stream.el (open-protocol-stream): Protect against the low-level
3806         transport functions returning nil.
3807
3808 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3809
3810         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3811         (mml2015-epg-find-usable-secret-key): New function.
3812         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3813         mml2015-epg-find-usable-key (Bug#7797).
3814         (mml2015-epg-encrypt): Ditto.
3815
3816 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * dgnushack.el (rot13-string): Fix the way to get the argument.
3819
3820 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3823
3824 2011-01-03  Glenn Morris  <rgm@gnu.org>
3825
3826         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3827
3828         * sieve.el (sieve-open-server): Give a more explicit error if
3829         sieve-manage-open returns nil.  (Bug#7720)
3830
3831 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3832
3833         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3834
3835 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3838         This avoids sending passwords in plain text over non-encrypted
3839         channels.
3840
3841         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3842
3843         * nnimap.el (nnimap-login): Refactored out into own function, and
3844         implement CRAM-MD5.
3845         (nnimap-wait-for-line): Refactored out.
3846
3847         * mm-view.el (mml-smime): Require.
3848
3849 2010-12-20  David Engster  <deng@eml.cc>
3850
3851         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3852         use EPG to decrypt S/MIME messages instead of openssl.
3853
3854 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3857
3858         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3859         status is the group clearly is unreachable.
3860
3861         * auth-source.el (auth-source-create): Add the optional second
3862         parameter to `local-variable-p' to be compatible with XEmacs.
3863
3864 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3865
3866         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3867         work when using a compressed nnml folder.
3868
3869 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3872         backends after sanitising on entry, because this never makes sense:
3873         If the articles have gone missing, then the data no longer exists on
3874         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3875         overwrite anything anyway.
3876
3877         * shr.el (shr-insert-document): Bind shr-width dynamically to
3878         window-width if it's nil.
3879
3880 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3881
3882         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3883         with the meaning of using the full emacs window width for rendering.
3884
3885 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3886
3887         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3888         case when sender is not given.
3889
3890 2010-12-23  Julien Danjou  <julien@danjou.info>
3891
3892         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3893         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3894         the addresses, otherwise we might misplaced the gravatar.
3895
3896 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3897
3898         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3899         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3900         obsolete in Emacs.
3901
3902 2010-12-20  Julien Danjou  <julien@danjou.info>
3903
3904         * gnus-util.el (gnus-rescale-image): Revert last change.
3905
3906 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3907
3908         * binhex.el: Improve commentary (Bug#7482).
3909
3910 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * gnus-group.el (gnus-group-delete-articles): New command.
3913
3914 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3915
3916         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3917
3918 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3921         here, since it's up to the backends to do CRLF removal if their
3922         protocol has it.
3923
3924         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3925
3926 2010-12-17  Julien Danjou  <julien@danjou.info>
3927
3928         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3929         they are from file.  Can also scale up.
3930
3931 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3932
3933         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3934         Restore gnus-use-agent.
3935         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3936
3937         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3938
3939 2010-12-17  Julien Danjou  <julien@danjou.info>
3940
3941         * gravatar.el (gravatar-retrieve-synchronously): New function.
3942         (gravatar-get-data): Make more robust.
3943
3944 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3947
3948 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3951         to really consider the last line.
3952
3953 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3954
3955         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3956         list of recipient keys, or use symmetric encryption if not a list.
3957         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3958         EPA override, replacing the call to `netrc-store-data'.
3959
3960 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3961
3962         * gnus-srvr.el: Avoid passing nil regexp argument to
3963         delete-matching-lines.
3964
3965 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3968         fetching stops when Gnus exits.
3969
3970         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3971         function.
3972         (nnfolder-request-expire-articles): Save all the buffers after doing
3973         expiry.
3974
3975         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3976         the last article", since that led to serious performance regressions
3977         when expiring nnml groups.
3978
3979 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3980
3981         * nnir.el: Improve customizations.
3982
3983 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3986
3987         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3988         group has been killed.
3989         (gnus-group-yank-group): Ditto.
3990
3991         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3992
3993         * nnimap.el (nnimap-request-update-group-status): New function.
3994
3995         * gnus-int.el (gnus-request-update-group-status): New interface
3996         function.
3997
3998         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3999         copying read-ness to the backends.
4000
4001         * nnimap.el (nnimap-quirk): New function.
4002         (nnimap-retrieve-group-data-early): Use it.
4003         (nnimap-quirks): New alist.
4004
4005 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4008         don't delete it within indentation.
4009
4010 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4013         previous line.
4014
4015 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4018         QRESYNC command by deleting a superfluous space which broke Cyrus
4019         servers.  This change will break other servers that are buggy the other
4020         way around.
4021
4022 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * spam.el: Reindent and fix long lines.
4025         (spam-copy-or-move-routine): Exclude invalid move destinations.
4026
4027 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4028
4029         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4030         installed the registry.
4031
4032 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4035
4036 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4037
4038         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4039         groupname doesn't contain "gmane".
4040
4041 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4044         and netrc-bound-and-true-p bindings.
4045         (netrc-parse): Cache the netrc contents.
4046
4047         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4048         (gnus-1): Don't create the nndrafts group twice.
4049         (gnus-setup-news): There's no need to read the active file here, since
4050         that's done again later on a per-backend basis.
4051         (gnus-start-draft-setup): Make sure that the new group is started out
4052         empty.
4053
4054         * gnus-agent.el (gnus-agentize): Don't create the queue group
4055         automatically on startup.  It'll be created later, if needed.
4056
4057         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4058         of automatically subscribed groups.
4059         (gnus-auto-subscribed-categories): New variable.
4060         (gnus-matches-options-n): Use it.
4061         (gnus-default-subscribed-newsgroups): Remove unused variable.
4062         (gnus-start-draft-setup): Message a bit less.
4063
4064 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4065
4066         * nnir.el (nnir-run-imap): Return article list in order of increasing
4067         UID.
4068
4069 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-sum.el (gnus-summary-enter-digest-group):
4072         Mention gnus-auto-select-on-ephemeral-exit.
4073
4074         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4075         convention of the network-only option.
4076
4077 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * proto-stream.el (proto-stream-open-network-only): New function to
4080         have a way to specify non-STARTTLS upgrade connections.
4081
4082 2010-12-10  Julien Danjou  <julien@danjou.info>
4083
4084         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4085         email address is nil.
4086
4087         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4088
4089 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4090
4091         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4092         deletion.
4093         (nnir-run-imap): Only need to parse list once.
4094
4095 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * shr.el (shr-tag-script): Ignore <script>.
4098         (shr-tag-label): Add <label> support.
4099
4100 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4103
4104         * shr.el (shr-image-displayer): Work for images lined side by side.
4105
4106 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4107
4108         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4109         parameter, since XEmacs doesn't accept t as a parameter.
4110
4111 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4112
4113         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4114         ids.
4115         (nnir-run-gmane): Simplify groupspec formatting.
4116         (nnir-request-expire-articles): New function.
4117
4118 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4121         overflow, possibly.
4122
4123         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4124         (shr-render-td): Handle td style="" better.
4125         (shr-tag-table): Use the color from the style sheet.
4126         (shr-render-td): Make sure we copy over all the overlays, too.
4127
4128 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4129
4130         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4131         (nnir-request-article): Improve article retrieval.
4132
4133 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mm-util.el (mm-extra-numeric-entities): New variable.
4136
4137         * mm-url.el (mm-url-decode-entities):
4138         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4139
4140         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4141
4142 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4143
4144         * message.el: Use completion-at-point.
4145         (message-completion-function): New fun, extracted from message-tab.
4146         (message-mode): Use it for completion-at-point-functions.
4147         (message-tab): Use it and completion-at-point.
4148
4149 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4152         character if a non-breakable character follows.
4153
4154 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4157         any stream.
4158
4159         * shr.el (shr-tag-font): Colorize the region.
4160         (shr-tag-body): Ditto.
4161         (shr-tag-font): Actually let the styles be inherited instead of
4162         overwriting them.
4163         (shr-tag-font): Get the background color right.
4164         (shr-tag-style): Ignore all <style> tags for the moment.
4165
4166         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4167         a Message-ID to avoid having nnimap depend on gnus-sum.
4168
4169         * shr.el (shr-descend): Only colorize something if we have a node that
4170         sets colors.
4171
4172 2010-12-06  Julien Danjou  <julien@danjou.info>
4173
4174         * shr.el (shr-render-td): Render td content with shr-descend, so style
4175         will be applied to <td> too.
4176         (shr-colorize-region): Colorize region even if we only have a background.
4177         (shr-tag-body): Fix color and background color inheritance.
4178         Do not recolorize after shr-generic.
4179         (shr-tag-font): Let shr-generic colorize via inheritance.
4180
4181 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4184
4185 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4186
4187         * nnir.el (nnir-request-move-article): Remove obsolete code.
4188
4189 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4192
4193 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus-sum.el (gnus-summary-respool-article): The completion function
4196         expects a list instead of an alist.
4197
4198         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4199         string as the parameter.
4200
4201         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4202
4203         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4204         styles.
4205         (shr-colorize-region): New function.
4206         (shr-insert-background-overlay): Remove.
4207         (shr-render-td): Background setting should be taken care of on a higher
4208         level.
4209         (shr-tag-body): Use post-hoc colorizations.
4210         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4211         (shr-put-color-1): Don't overwrite old colors.
4212         (shr-colorize-region): When the background color isn't explicit, use
4213         a fixed background.
4214
4215         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4216         nnmail variables.
4217
4218 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4219
4220         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4221         unless necessary.
4222
4223 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4224
4225         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4226         server.
4227
4228 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4231         so that TAB works.
4232
4233         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4234         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4235
4236         * shr.el (shr-urlify): Show the URL before the title to avoid
4237         misleading URLs.
4238
4239 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4240
4241         * shr.el (shr-urlify): Display the title in <a> tags.
4242
4243 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4244
4245         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4246
4247 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4248
4249         * nnir.el: Rearrange code to allow macros to be autoloaded by
4250         gnus-sum.el.
4251         (nnir-retrieve-headers-override-function): Make this variable
4252         customizable.
4253         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4254
4255         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4256         from nnir.el.
4257
4258 2010-12-03  Julien Danjou  <julien@danjou.info>
4259
4260         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4261
4262 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4265         allow optional argument `environment'.
4266
4267 2010-12-03  Glenn Morris  <rgm@gnu.org>
4268
4269         * mm-extern.el (message-goto-body): Update declaration.
4270
4271 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-util.el (gnus-macroexpand-all): New function.
4274
4275         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4276         instead of macroexpand-all that is unavailable in XEmacs.
4277
4278 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4279
4280         * nnir.el (nnir-summary-line-format): New variable.
4281         (nnir-mode): Use it.
4282         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4283         (nnir-article-ids): Reimplement as defsubst.
4284         (nnir-retrieve-headers): Don't mangle the subject header.
4285         (nnir-run-imap): Use 100 as RSV score.
4286         (nnir-run-find-grep): Fix for full server searching.
4287         (nnir-run-gmane): Better restriction to gmane groups.
4288
4289         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4290         summary buffers.
4291
4292 2010-12-02  Julien Danjou  <julien@danjou.info>
4293
4294         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4295
4296         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4297
4298         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4299         support.
4300
4301 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4302
4303         * nnir.el: Update to handle the registry better.
4304         (autoload): Silence byte-compiler.
4305         (nnir-open-server): Add a hook for nnir groups.
4306         (nnir-request-move-article): Don't mangle the header.  Better to use
4307         formatting variables (which will be added in the future).
4308         (nnir-registry-action): Update the registry using the original article
4309         group name.
4310         (nnir-mode): Install nnir-specific hooks for updating the registry.
4311
4312         * gnus-sum.el
4313         (gnus-article-original-subject,gnus-newsgroup-original-name):
4314         Remove obsolete variables.
4315         (gnus-summary-move-article): Remove use of obsolete variables.
4316         (gnus-summary-local-variables): Make move and delete hooks local to
4317         summary buffers.
4318
4319 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * rtree.el: New file.
4322
4323 2010-12-01  Julien Danjou  <julien@danjou.info>
4324
4325         * message.el (message-user-organization): Do not use
4326         gnus-local-organization.
4327
4328         * gnus.el: Remove gnus-local-organization.
4329
4330         * gnus-msg.el: Remove nastygram thing.
4331
4332 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4335         funcall.
4336
4337 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4340         names.
4341
4342         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4343         characters.
4344
4345         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4346         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4347         Suggested by Štěpán Němec <stepnem@gmail.com>.
4348         (gnus-gravatar-transform-address): Use mail-extract-address-components
4349         that supports non-ASCII names rather than mail-header-parse-addresses.
4350
4351 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * proto-stream.el (open-protocol-stream): All starttls connections are
4354         handled by the network handler.
4355
4356 2010-11-30  Julien Danjou  <julien@danjou.info>
4357
4358         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4359         (nnimap-open-connection-1): Fix PREAUTH.
4360
4361         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4362
4363 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4366         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4367         (shr-insert): Use them.
4368         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4369
4370 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4371
4372         * nnir.el (nnir-request-move-article): Bail out if original group
4373         doesn't support article moves.
4374         (nnir-get-active): Improve active list retrieval.
4375
4376 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4379
4380 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4381
4382         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4383         seem to accept strings-with-numbers as port numbers,
4384
4385 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4386
4387         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4388         change the registry.
4389
4390 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4393         delete-dups that is not available in XEmacs 21.4.
4394
4395         * mm-util.el (mm-delete-duplicates): Add comment.
4396
4397 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4398
4399         * nnir.el (nnir-ignored-newsgroups): New variable.
4400         (nnir-get-active): Use it.
4401
4402 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * proto-stream.el (proto-stream-open-network): Add some comments.
4405
4406         * nntp.el (nntp-open-connection): Provide a :success condition.
4407
4408         * nnimap.el (nnimap-open-connection-1): Ditto.
4409
4410         * proto-stream.el (proto-stream-open-network): See what the response to
4411         the STARTTLS command is.
4412
4413         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4414         backwards compatibility).
4415         (nnimap-open-connection-1): Really respect nnimap-server-port.
4416
4417         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4418         TLS upgrades we don't really care about the identity of the peer.
4419         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4420         that what we've checked for.
4421         (proto-stream-always-use-starttls): Only default to t if
4422         open-gnutls-stream exists.
4423         (proto-stream-open-network): If STARTTLS failed, then just open a
4424         normal connection.
4425         (proto-stream-open-network): Wait until the greeting before doing
4426         STARTTLS.
4427
4428         * nntp.el (nntp-open-connection): Report what the connection error is.
4429
4430         * proto-stream.el (open-protocol-stream): Rename from
4431         open-proto-stream.
4432
4433 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4434
4435         * nnimap.el (nnimap-stream): Change default to `undecided'.
4436         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4437         first, and then network.
4438         (nnimap-open-connection-1): Respect nnimap-server-port.
4439         (nnimap-open-connection): Be more backwards-compatible.
4440
4441         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4442         (proto-stream-open-starttls): De-duplicate the starttls code.
4443         (proto-stream-open-starttls): Folded back into the main function.
4444         (proto-stream-open-network): Fix typo in the gnutls path.
4445         (proto-stream-command): Refactor out.
4446
4447         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4448
4449         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4450         starttls.el STARTTLS.
4451
4452         * color.el (color-lab->srgb): Fix function call name.
4453
4454         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4455         if we're using tls.el.
4456         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4457         built in, then don't try to establish a STARTTLS connection.
4458
4459         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4460         servers.
4461
4462         * proto-stream.el (open-proto-stream): Use network, not stream.
4463         (open-proto-stream): Add a way to specify what the end of a command is.
4464
4465         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4466         connections types.
4467         (nntp-open-network-stream): Remove.
4468         (nntp-open-ssl-stream): Remove.
4469         (nntp-open-tls-stream): Remove.
4470         (nntp-ssl-program): Remove.
4471
4472         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4473
4474 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4475
4476         * nnir.el: Fix typos.
4477         (nnir-retrieve-headers-override-function): Rename variable to reflect
4478         new semantics.
4479         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4480         macros.
4481         (nnir-request-article, nnir-request-move-article): Use them.
4482         (nnir-categorize): New function.
4483         (nnir-run-query): Use it.
4484         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4485         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4486         sorted.
4487         (nnir-group-full-name): Use gnus-group-full-name instead.
4488         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4489         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4490
4491 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4494
4495         * proto-stream.el: New library to provide protocol-specific
4496         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4497         protocols.
4498         (open-proto-stream): Complete the documentation.
4499         (proto-stream-open-network): Fix some typos.
4500
4501         * nnimap.el (nnimap-open-connection): Use it.
4502
4503 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4504
4505         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4506         negotiation.
4507
4508 2010-11-26  Julien Danjou  <julien@danjou.info>
4509
4510         * color.el: Rename various rgb functions to srgb.
4511
4512 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4515         names.
4516
4517 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * shr.el (shr-insert): Revert last change.
4520         (shr-find-fill-point): Never leave point being at bol;
4521         relax the kinsoku limitation when rendering tables.
4522
4523 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4526         results from -accept-article.
4527
4528         * shr-color.el: Require cl when compiling.
4529
4530         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4531         checkin.
4532
4533         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4534
4535         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4536
4537         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4538         'add and 'delete to set backend marks.
4539
4540         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4541
4542         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4543
4544         * nntp.el (nntp-request-set-mark): Use it.
4545
4546         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4547
4548         * nnml.el (nnml-request-set-mark): Ditto.
4549
4550         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4551         introduces regressions in article selection.
4552         (nnimap-find-uid-response): New function.
4553         (nnimap-request-accept-article): Use the UID returned, if any.
4554         (nnimap-request-move-article): Use the UID returned, if any.
4555         (nnimap-get-groups): Reimplement to work with folded lines.
4556         (nnimap-find-uid-response): The UID is the last element in the list.
4557         (nnimap-request-set-mark): Extend syntax with 'set.
4558
4559         * nnml.el (nnml-request-set-mark): Ditto.
4560
4561         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4562
4563         * nntp.el (nntp-request-set-mark): Ditto.
4564
4565 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * message.el (message-called-interactively-p): A temporary macro.
4568         (message-goto-body): Use it temporarily.
4569
4570 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4573         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4574         (nnimap-last-response-string): Fix last unfolding fix.
4575
4576 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * shr.el (shr-insert): Fix the way to fold lines.
4579
4580 2010-11-25  Julien Danjou  <julien@danjou.info>
4581
4582         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4583
4584         * color.el: Rename from color-lab.el
4585         (color-rgb->hex): Add.
4586         (color-complement): Add.
4587         (color-complement-hex): Add.
4588
4589         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4590
4591 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * shr-color.el (shr-color-visible): Don't bug out if the color names
4594         don't exist.
4595
4596 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4599         assuming that article displaying or another mml-preview may be
4600         interrupted for an error or for the like.
4601
4602         * shr.el (shr-get-background): Fix argument name.
4603
4604 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4607
4608         * gnus-sum.el (gnus-summary-include-articles): New function.
4609
4610         * message.el (message-goto-body): called-interactively-p needs a
4611         parameter, so use `any'.
4612
4613         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4614         clear marks before moving, since they're synced from the Gnus side
4615         first.
4616
4617         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4618         (gnus-summary-move-article): Copy over all marks before moving, so that
4619         IMAP doesn't think a new article has arrived.
4620
4621 2010-11-24  Julien Danjou  <julien@danjou.info>
4622
4623         * shr.el (shr-insert-background-overlay): Fix typo.
4624         (shr-render-td): Copy the background before rendering.
4625
4626         * shr-color.el (shr-color-visible): Fix docstring.
4627
4628         * shr.el (shr-tag-table): Add bgcolor support.
4629         (shr-render-td): Add bgcolor support.
4630         (shr-get-background): Add.
4631         (shr-insert-foreground-overlay): Use shr-get-background.
4632
4633         * message.el (message-goto-body): Use called-interactively-p.
4634         (message-in-body-p): message-goto-body returns point.
4635
4636 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4639         Fixes something or other in Emacs 23, and is backwards compatible.
4640
4641         * message.el (message-goto-body): Remove the <#secure special-casing,
4642         which is too special.
4643
4644         * shr.el (shr-parse-style): Drop !important from styles.
4645
4646 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4647
4648         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4649         this function to return incorrect results when calling it with an
4650         explicit article argument different from
4651         (gnus-summary-article-number).
4652
4653 2010-11-24  Julien Danjou  <julien@danjou.info>
4654
4655         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4656         (shr-tag-body): Add background support.
4657         (shr-descend): Add background support.
4658         (shr-tag-title): Add.
4659
4660         * shr-color.el (shr-color-visible): Really return original background
4661         if fixed.
4662
4663 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * shr.el (shr-color-check): Protect against non-existent color names.
4666
4667 2010-11-24  Julien Danjou  <julien@danjou.info>
4668
4669         * color-lab.el: Require 'cl when compiling.
4670
4671         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4672
4673         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4674         matched part.
4675
4676         * color-lab.el: Fix all expt calls to use float type.
4677
4678 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4681         expression to shr-color-check as is.
4682
4683         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4684
4685         * color-lab.el: Add coding cookie.
4686         (float-pi): Use eval-and-compile.
4687
4688         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4689         compiled for Emacsen having no `libxml-parse-html-region' support.
4690
4691 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * shr.el (shr-insert-color-overlay): Split stuff like
4694         "#444444 !important" to find the real color.
4695         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4696         parse <font color="red"> entries.
4697
4698 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4699
4700         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4701         point when parsing headers.
4702
4703         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4704         is positioned properly when parsing headers.
4705
4706 2010-11-23  Julien Danjou  <julien@danjou.info>
4707
4708         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4709
4710         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4711
4712         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4713
4714         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4715         Use shr-color-hue-to-rgb.
4716         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4717
4718 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * shr.el (shr-color->hexadecimal): Autoload.
4721         (shr-descend): Add color to all tags.
4722
4723 2010-11-22  Julien Danjou  <julien@danjou.info>
4724
4725         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4726         shr-color->hexadecimal.
4727
4728         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4729         RGB() or HSL() color representation.
4730
4731         * shr.el (shr-tag-font): Add.
4732         (shr-tag-color-check): New function to get better colors.
4733         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4734         tag-span.
4735
4736         * shr-color.el: New file.
4737
4738         * color-lab.el: New file.
4739
4740         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4741
4742 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4743
4744         * nnir.el: Fix typo in comments.
4745         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4746         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4747
4748 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4751
4752         * nnimap.el (nnimap-get-capabilities): Refactor out.
4753         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4754
4755 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4756
4757         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4758         appearing when `mm-uu-hide-markers' is nil.
4759
4760 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * nnimap.el (nnimap-unselect-group): Make into its own function.
4763         (nnimap-request-rename-group): Unselect group before renaming.
4764         This had gotten lost somewhere.
4765         (nnimap-request-accept-article): Keep track of examined groups, and
4766         unselect the group before APPENDing to read-only groups.
4767         (nnimap-request-move-article): Clear flags before moving so that they
4768         can be re-set later.
4769
4770 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4773         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4774
4775 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-art.el (gnus-mime-display-single):
4778         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4779         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4780         parameter.
4781
4782 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4785         (shr-table-vertical-line): New variable.
4786         (shr-insert-table): Use it.
4787
4788 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-html.el (gnus-html-wash-images): Don't display images if
4791         gnus-inhibit-images is non-nil; register displayer for cid images.
4792         (gnus-html-display-image): Work for cid image.
4793         (gnus-html-insert-image): Allow arguments.
4794         (gnus-html-put-image): Inhibit read-only.
4795         (gnus-html-prefetch-images): Don't prefetch images if
4796         gnus-inhibit-images is non-nil.
4797
4798 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * shr.el (shr-put-image): Break lines when inserting big pictures.
4801
4802 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4803
4804         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4805         sender, thanks Katsumi Yamaoka.
4806
4807 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4808
4809         * nnir.el (nnir-run-imap): Reverse the article list for each group
4810         rather than the whole list.
4811
4812 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * shr.el (shr-image-displayer): Protect function against non-existent
4815         image source.
4816
4817         * gnus-art.el (gnus-inhibit-images): New user option.
4818         (gnus-mime-display-single): Don't display image if it is non-nil.
4819
4820         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4821         gnus-inhibit-images.
4822
4823         * shr.el (shr-image-displayer): New function.
4824         (shr-tag-img): Use it.
4825
4826 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4827
4828         * mml2015.el (mml2015-epg-sign): Use From header.
4829
4830 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4833
4834         * gnus-util.el (gnus-find-text-property-region): Return markers.
4835
4836         * shr.el (shr-tag-img): Put a displayer in the text property.
4837
4838         * gnus-util.el (gnus-find-text-property-region): New utility function.
4839
4840         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4841         (gnus-html-show-images): Remove.
4842
4843         * gnus-art.el (gnus-article-show-images): New, more general function.
4844
4845         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4846         image url text properties.
4847
4848         * shr.el: Ditto.
4849
4850         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4851         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4852
4853 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4856         work for two or more articles.
4857
4858 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4861         divide an image that's in an html article to two or more when washing
4862         non-ASCII characters in alt text of it.
4863
4864 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4867         smime-decrypt-region using function argument.
4868         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4869
4870         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4871
4872         * smime.el (smime-decrypt-region): Catch it.
4873
4874 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4875
4876         * smime.el (smime-mode-map): Move initialization into declaration.
4877         (gnus-run-mode-hooks): Don't autoload.
4878         (smime-mode): Use define-derived-mode.
4879
4880 2010-11-11  Glenn Morris  <rgm@gnu.org>
4881
4882         * smime.el (from): Restrict declaration to XEmacs.
4883
4884         * nnir.el (gnus-group-topic-name): Autoload.
4885
4886 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * shr.el (shr-insert): Don't break long line if it is because of
4889         kinsoku-bol characters in the line end.
4890
4891 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4892
4893         * nnir.el (nnir-request-move-article): Fix to provide original group
4894         and subject.
4895         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4896         been retrieved.
4897
4898         * gnus-sum.el (gnus-summary-move-article): Use original group and
4899         subject for virtual articles such as those in an nnir summary buffer.
4900
4901 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4904         least 21.5).
4905
4906         * smime.el (from): Declare it again for XEmacs.
4907
4908 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * message.el (message-resend): Don't disable encoding unless it's
4911         already encoded.
4912
4913         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4914         low-numbered articles.
4915
4916 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * rfc2047.el (rfc2047-syntax-table): Simplify.
4919
4920         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4921
4922         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4923         set-char-table-range for XEmacs.
4924
4925 2010-11-10  Glenn Morris  <rgm@gnu.org>
4926
4927         * time-date.el (time-to-seconds): Always an alias on Emacs,
4928         never a real function.
4929         (with-no-warnings): Remove compat stub, now unused.
4930         (time-less-p): Doc fix.
4931         (time-to-number-of-days): Simplify.
4932
4933         * smime.el (from): Remove unused declaration.
4934
4935         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4936         (gnus-float-time): On Emacs, always an alias.
4937
4938         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4939         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4940
4941 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * dgnushack.el: Don't use ignore-errors in the top level form since it
4944         is unavailable in XEmacs even if cl is loaded.
4945
4946         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4947
4948 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * shr.el (browse-url-mailto): Autoload.
4951
4952         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4953
4954         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4955         regexp doesn't need quoting.
4956
4957 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4958
4959         * message.el (message-subject-trailing-was-ask-regexp)
4960         (message-subject-trailing-was-regexp): Match was: in addition to was.
4961
4962 2010-11-09  Glenn Morris  <rgm@gnu.org>
4963
4964         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4965         (nnbabyl-check-mbox): Use point-at-bol.
4966
4967 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4970
4971         * message.el (message-mailto): New function.
4972         (message-mailto): Should accept other parameters.
4973         (message-mailto): Remove since it duplicates browse-url-mailto
4974         functionality.
4975
4976 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4979         methods.
4980         (gnus-read-active-file): Ditto.
4981
4982         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4983         ": " from the prompt.
4984         (gnus-group-make-group): Ditto.
4985
4986 2010-11-07  Glenn Morris  <rgm@gnu.org>
4987
4988         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4989         (gnus-bookmark-kill-line): Use point-at-eol.
4990
4991 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4994         asterisks in From header.
4995
4996 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4999         string to avoid making the From headers syntactically invalid.
5000
5001         * message.el (message-send-mail): Don't insert courtesy messages if the
5002         message already has List-Post and List-ID messages.
5003
5004 2010-11-06  Glenn Morris  <rgm@gnu.org>
5005
5006         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5007         `condition', `type', `length' a prefix.
5008         (gnus-treat-predicate): Update for above name changes.
5009
5010 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5011
5012         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5013         binding.  Handled by `gnus-summary-refer-thread' instead.
5014         (nnir-warp-to-article): New backend function.
5015
5016         * nnimap.el (nnimap-request-thread): Force dependency updating.
5017
5018         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5019         (gnus-summary-refer-thread): Rework to improve thread-referral.
5020
5021         * gnus-int.el (gnus-warp-to-article): New function.
5022
5023         * gnus-sum.el (gnus-summary-article-map): Bind it.
5024
5025 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5026
5027         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5028         gnus-summary-refer-thread.
5029
5030         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5031         headers.
5032         (gnus-summary-limit-include-thread): Prevent articles in thread from
5033         being cut in gnus-cut-threads.
5034         (gnus-summary-refer-thread): Limit retrieved headers to those in
5035         thread.
5036
5037 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * message.el (message-send-mail): Use the value of
5040         message-courtesy-message from the message buffer.
5041
5042         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5043
5044         * shr.el (shr-browse-url): Implement mailto: URLs.
5045
5046         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5047         "raw".
5048
5049         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5050         if it's already selected.
5051
5052         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5053
5054 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5057         to measure the length and truncate alt text.
5058
5059 2010-11-03  Glenn Morris  <rgm@gnu.org>
5060
5061         * nndiary.el (nndiary-generate-nov-databases-1)
5062         (nndiary-generate-active-info): Rename dynamic variable `files' to
5063         something less generic.
5064
5065 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5066
5067         * nnir.el (nnir-request-move-article): Call the underlying backend to
5068         move articles from nnir.
5069
5070 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5073
5074 2010-11-02  Julien Danjou  <julien@danjou.info>
5075
5076         * nnir.el: Remove wais support.
5077
5078 2010-11-02  Glenn Morris  <rgm@gnu.org>
5079
5080         * gnus-html.el: Reorder requirements to quieten compiler.
5081
5082 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5085         properly for XEmacs as well.
5086         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5087         (gnus-article-natural-long-line-p): Use window-width rather than
5088         frame-width.
5089
5090 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5091
5092         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5093         (nnir-read-parms): Don't modify query.
5094         (nnir-run-query): Add ability to search topic on current line.
5095         (nnir-get-active): Clean up.
5096
5097 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5100         degenerate articles.
5101
5102         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5103         (gnus-print-buffer): Just print the buffer as is, without any copying
5104         to a buffer and then re-highlighting.
5105
5106         * nnimap.el (nnimap-request-group): Store the new updated info.
5107         (nnimap-request-group): Select the group when we don't know whether it
5108         exists or not.
5109
5110         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5111         groups.
5112
5113         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5114         groups.
5115
5116         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5117         groups.
5118
5119         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5120         long-lines case by only filling the long lines.
5121
5122         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5123         (bug #7311).
5124
5125 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * shr.el: No need to declare `declare-function' since shr.el is for
5128         only Emacsen that provide `libxml-parse-html-region'.
5129
5130         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5131         effective only in a file it is referred to.
5132
5133 2010-11-01  Glenn Morris  <rgm@gnu.org>
5134
5135         * mm-util.el (gnus-completing-read): Autoload.
5136         (mm-read-coding-system): Simplify Emacs definition.
5137
5138         * nnmail.el (gnus-activate-group):
5139         * nnimap.el (gnutls-negotiate):
5140         * nntp.el (netrc-parse): Fix declarations.
5141
5142 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5145         string-match-p in Emacs >=23.
5146
5147         * gnus-msg.el (gnus-configure-posting-styles):
5148         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5149
5150 2010-11-01  Glenn Morris  <rgm@gnu.org>
5151
5152         * nnir.el (declare-function): Add compat stub.
5153         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5154         (nnir-run-gmane): Require 'mm-url.
5155
5156         * mm-util.el (mm-string-to-multibyte): Simplify.
5157
5158         * shr.el (declare-function): Add compat stub.
5159         (url-cache-create-filename): Declare.
5160         (mm-disable-multibyte, widget-convert-button): Autoload.
5161
5162         * smime.el (ldap-search): Declare.
5163         (smime-cert-by-ldap-1): Require ldap on Emacs.
5164
5165         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5166         (nnimap-keepalive): Use gnus-float-time.
5167
5168         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5169         (mail-source-delete-crash-box): Use gnus-float-time.
5170
5171         * gnus-dired.el (gnus-completing-read): Autoload.
5172
5173         * mm-view.el (gnus-rescale-image): Autoload.
5174
5175         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5176
5177         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5178
5179         * sieve-manage.el: Require 'cl when compiling.
5180
5181         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5182         (gnus-iswitchb-completing-read): Require iswitchb.
5183         (gnus-select-frame-set-input-focus): Silence compiler.
5184
5185 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * message.el (message-subject-trailing-was-query): Change default to t,
5188         since I think that's what most people want.
5189
5190         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5191         appending for easier debugging.
5192         (nnimap-wait-for-connection): Take a regexp.
5193         (nnimap-request-accept-article): Wait for the continuation line before
5194         sending anything unless we're streaming.
5195
5196         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5197         leave the header washing to take place.
5198
5199 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5200
5201         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5202         regular expression match and replace in posting styles.
5203
5204 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5205
5206         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5207         an entire server.
5208         (nnir-get-active): New function.
5209         (nnir-run-imap): Use it.
5210         (nnir-run-gmane): Who knew, gmane search returns an article score!
5211
5212         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5213         server on the current line with nnir.
5214
5215 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5218         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5219         left edge.
5220         (gnus-article-foldable-buffer): Skip past the prefix when determining
5221         raggedness.
5222
5223         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5224         the raw article, and change `C-u g' to show the article without doing
5225         treatments.
5226
5227         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5228         on to `gnus-treat-article'.
5229         (gnus-inhibit-article-treatments): New variable.
5230
5231         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5232
5233         * gnus-art.el (gnus-treatment-function-alist): Have
5234         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5235         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5236         sections.
5237
5238         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5239         parameter.
5240         (gnus-article-fill-cited-long-lines): New function.
5241         (gnus-article-fill-cited-article): Allow filling only long sections.
5242
5243         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5244         and non-punctuation (like after the apostrophe in "'We").
5245
5246         * gnus-sum.el (gnus-summary-select-article): Make sure
5247         gnus-original-article-buffer is alive.
5248
5249         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5250         reflect the order they're in in the digest.
5251
5252         * gnus.el (gnus-group-startup-message): Move point to the start of the
5253         buffer.
5254
5255         * nnimap.el (nnimap-capability): New function.
5256         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5257         is set.
5258
5259 2010-10-31  David Engster  <dengste@eml.cc>
5260
5261         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5262         conform with changes to gnus-completing-read.
5263
5264 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5267
5268 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5269
5270         * nnir.el: Move defvar, defcustom around to keep file organized
5271         and keep byte-compiler quiet.
5272         (nnir-read-parms): Accept search-engine as arg.
5273         (nnir-run-query): Pass search-engine as arg.
5274         (nnir-search-engine): Remove.
5275
5276 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * shr.el (shr-generic): The text nodes should be text, not :text.
5279
5280         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5281         later in the file.
5282
5283 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5284
5285         * nnir.el: General clean up.  Allow searching with multiple engines.
5286         Allow separate extra-parameters for each engine.
5287         Batch queries when possible.
5288         (nnir-imap-default-search-key,nnir-method-default-engines):
5289         Add customize interface.
5290         (nnir-run-gmane): New engine.
5291         (nnir-engines): Use it.  Qualify all prompts with engine name.
5292         (nnir-search-engine): Remove global variable.
5293         (nnir-run-hyrex): Restore for now.
5294         (nnir-extra-parms,nnir-search-history): New variables.
5295         (gnus-group-make-nnir-group): Use them.
5296         (nnir-group-server): Remove in favor of gnus-group-server.
5297         (nnir-request-group): Avoid searching twice.
5298         (nnir-sort-groups-by-server): New function.
5299
5300 2010-10-30  Julien Danjou  <julien@danjou.info>
5301
5302         * gnus-group.el: Remove gnus-group-fetch-control.
5303
5304         * gnus-start.el (gnus-find-new-newsgroups):
5305         Remove gnus-check-first-time-used.
5306
5307         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5308
5309 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5310
5311         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5312         set on groups that don't have \* permanentflags.
5313
5314 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5317         control the background color.
5318         (shr-tag-img): Ignore very small web bug type images.
5319         (shr-put-image): Add help-echo alt texts to the images.
5320         (shr-tag-video): Show the video poster image.
5321
5322 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * shr.el (shr-table-depth): New variable.
5325         (shr-tag-table-1): Only insert the images after the top-level table.
5326
5327         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5328
5329         * gnus-util.el (gnus-list-memq-of-list): New function.
5330
5331         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5332         selected.
5333         (nnimap-unsplittable-articles): New slot.
5334         (nnimap-new-articles): Use it.
5335
5336 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5337
5338         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5339         move to the previous line on `M-g'.
5340
5341 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5344         *-request-group, which seems unnecessary.
5345
5346         * nnimap.el (nnimap-quote-specials): Function copied over from
5347         imap.el.
5348         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5349         they support that.  Suggested by Tom Regner.
5350
5351 2010-10-29  Julien Danjou  <julien@danjou.info>
5352
5353         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5354         defalias.
5355         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5356
5357         * gnus.el: Remove `gnus-nntp-service' variable.
5358         (gnus-secondary-servers): Make obsolete.
5359         (gnus-nntp-server): Make obsolete.
5360
5361         * gnus-start.el (gnus-1): Remove x-splash calls.
5362
5363         * gnus-ems.el (gnus-x-splash): Remove.
5364
5365         * gnus.el (gnus-group-startup-message): Simplify/update code.
5366
5367         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5368         definition.
5369
5370         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5371         capability before doing anything.
5372         (gnus-group-insert-group-line): Remove useless
5373         gnus-group-remove-excess-properties.
5374
5375 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5378
5379 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5382         config after reselecting.
5383
5384 2010-10-28  Julien Danjou  <julien@danjou.info>
5385
5386         * shr.el (shr-put-image): Use point even if only inserting text.
5387         (shr-put-image): Save excursion when inserting alt text on non-graphic
5388         display, so the behavior is the same when we are on a graphic display.
5389
5390         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5391
5392 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5395         (gnus-mime-copy-part): Check coding system, not charset.
5396         (gnus-mime-view-part-externally): Never remove part.
5397         (gnus-mime-view-part-internally): Don't remove part here.
5398         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5399         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5400         multipart/alternative.
5401
5402         * mm-decode.el (mm-display-part): Take optional arg `force'.
5403
5404 2010-10-26  Julien Danjou  <julien@danjou.info>
5405
5406         * gnus-group.el (gnus-group-default-list-level): Add this function to
5407         compute the default list level.
5408         (gnus-group-default-list-level): Add possibility to use a function.
5409
5410 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5413
5414         * gnus-group.el (gnus-group-completing-read)
5415         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5416         gnus-replace-in-string.
5417
5418 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * shr.el (shr-tag-div): Add.
5421
5422         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5423
5424 2010-10-25  Julien Danjou  <julien@danjou.info>
5425
5426         * gnus-util.el: Remove `gnus-with-local-quit'.
5427
5428         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5429
5430 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5431
5432         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5433         the original article buffer.
5434
5435 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * nnimap.el (nnimap-request-head): New function.
5438         (nnimap-request-move-article): Try to be slightly faster by not
5439         requesting the entire message when moving.
5440         (nnimap-transform-headers): Don't bug out on bodiless articles.
5441         (nnimap-send-command): Have no outstanding messages if the IMAP server
5442         doesn't support streaming.
5443         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5444
5445 2010-10-24  Julien Danjou  <julien@danjou.info>
5446
5447         * message.el (message-default-headers): Fix type.
5448
5449 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5452         prefetching images.
5453
5454         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5455         backend for unknown groups.  This is mainly useful for nnimap groups.
5456
5457         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5458         group isn't covered by the agent.
5459
5460 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5461
5462         * nnir.el (nnir-method-default-engines): New variable.
5463         (nnir-run-query): Use it.
5464         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5465         (gnus-summary-nnir-goto-thread): Change group if needed.
5466
5467         * gnus-group.el (gnus-group-group-map): Add key binding for
5468         gnus-group-make-nnir-group.
5469
5470 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * shr.el (shr-tag-object): Add.
5473
5474         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5475         original article buffer live.
5476         (gnus-summary-select-article-buffer):
5477         Mention gnus-widen-article-buffer.
5478
5479 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * shr.el (shr-tag-strong): Add.
5482
5483 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5486         group names.  They mess up the group buffer badly.
5487
5488         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5489
5490         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5491         instead of the summary one.
5492
5493 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * mml.el (mml-preview): Work properly when editing article.
5496
5497         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5498         gnus-have-read-active-file if it's already been in.
5499
5500 2010-10-22  Tom Tromey  <tromey@redhat.com>
5501
5502         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5503         gnus-group-completing-read.
5504
5505 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * message.el (message-mode-map): Don't bind M-; to comment region, to
5508         allow the global comment-dwim to work.
5509
5510 2010-10-21  Julien Danjou  <julien@danjou.info>
5511
5512         * message.el (message-setup-1): Allow message-default-headers to be a
5513         function.
5514
5515 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * shr.el (shr-tag-table): Simplify.
5518
5519 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5522         to avoid trying to snarf invalid stuff.
5523
5524         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5525
5526         * gnus.el (gnus-message-archive-group): Quote value.
5527         (gnus-message-archive-group): Mark as changed.
5528
5529         * shr.el (shr-add-font): Don't put the font properties on the newline
5530         or the indentation.
5531
5532         * message.el (message-fix-before-sending): Change options when sending
5533         non-printable characters.
5534
5535         * gnus.el (gnus-message-archive-method): Change the default to
5536         monthly outgoing groups.
5537
5538         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5539         that have gotten new numbers.
5540
5541         * nnimap.el (nnimap-request-replace-article): New function.
5542
5543 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5546         (nnrss-request-article): Don't use special html washing code.
5547
5548 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * shr.el (shr-tag-table): Remove useless nconc.
5551
5552 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-art.el (article-wash-html): Simplify and remove the charset
5555         stuff.  Use the normal html rendering code instead of the special html
5556         washing code.
5557
5558         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5559         `gnus-w3m' symbols.
5560         (mm-text-html-washer-alist): Remove.
5561
5562         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5563         (mm-inline-media-tests): Remove use.
5564         (mm-text-html-renderer): Change default to the `shr' symbol.
5565
5566         * mm-view.el (mm-inline-text-html): Remove use.
5567
5568         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5569         `gnus-blocked-images' to be a function.
5570         (gnus-article-wash-function): Remove.
5571
5572 2010-10-20  Julien Danjou  <julien@danjou.info>
5573
5574         * spam.el (spam-list-of-processors): Mark as obsolete.
5575
5576         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5577         (nnimap-insert-partial-structure): Fix boundary detection.
5578
5579 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5580
5581         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5582         run file-truename on remote files.  This can be expensive and even
5583         prevent one from editing drafts if some unrelated buffer has a stale
5584         connection.
5585
5586 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5589         kinsoku-eol regardless of shr-kinsoku-shorten.
5590         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5591         (shr-tag-table): Support caption, thead, and tfoot.
5592
5593 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5596         lines.
5597         (shr-save-contents): New command and keystroke.
5598
5599         * nndoc.el (nndoc-type-alist): Add git support.
5600         (nndoc-git-type-p): New function.
5601         (nndoc-transform-git-article): Ditto.
5602         (nndoc-transform-git-headers): Ditto.
5603         (nndoc-transform-git-headers): Generate Subject headers.
5604
5605         * shr.el (shr-parse-style): New function.
5606         (shr-tag-span): Ditto.
5607
5608         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5609         to `G G' to avoid collisions.
5610
5611 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * shr.el: Load kinsoku if necessary.
5614         (shr-kinsoku-shorten): New internal variable.
5615         (shr-find-fill-point): Make kinsoku shorten text line if
5616         shr-kinsoku-shorten is bound to non-nil.
5617         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5618         shr-indentation too when testing if table is wider than frame width.
5619         (shr-insert-table): Use `string-width' instead of `length' to measure
5620         text width.
5621         (shr-insert-table-ruler): Make sure indentation is done at bol.
5622
5623 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5624
5625         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5626         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5627         undecoded network data.
5628
5629 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5632         name in the mode line spec so that the mode line menu works
5633         (bug #2431).
5634
5635         * message.el (message-get-reply-headers): If we're fed `to-address',
5636         then always use that.
5637
5638         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5639         aren't so wide as to need to switch off the edit menu.
5640
5641         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5642         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5643
5644         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5645         `M-g'.
5646         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5647         the permanent marks.
5648
5649 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5650
5651         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5652         Splitting according to references/in-reply-to obeys the ignore-groups
5653         variable, while splitting by sender and subject do not.
5654
5655 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5658         alist, so that we can look for non-Unicode chars.
5659         (article-translate-strings): Allow both character and string maps.
5660
5661 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * shr.el (shr-insert): Don't insert space behind a wide character
5664         categorized as kinsoku-bol, or between characters both categorized as
5665         nospace.
5666
5667 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5668
5669         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5670         headers to gnus-newsgroup-headers.
5671
5672 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * shr.el (shr-tag-img): Don't align images -- since we're not
5675         rescaling, this often leads to ugly displays.
5676
5677 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5678
5679         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5680         duplicates.
5681
5682 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5683
5684         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5685         call.
5686
5687 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus.el: Autoload gnus-html-show-images.
5690
5691         * nnimap.el: Use nnheader-message throughout.
5692
5693         * shr.el (shr-tag-img): Ignore images with no data.
5694
5695 2010-10-15  Julien Danjou  <julien@danjou.info>
5696
5697         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5698         a possibility to disable format=flow encoding when using hard newlines.
5699
5700 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * shr.el (shr-insert): Remove space inserted before or after a
5703         breakable character or at the beginning or the end of a line.
5704         (shr-find-fill-point): Do kinsoku; find the second best point or give
5705         it up if there's no breakable point.
5706
5707 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * nnimap.el (nnimap-open-connection): Message when opening connection
5710         for debugging purposes.
5711
5712         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5713         on every setup buffer call to allow this to change from article to
5714         article.
5715
5716         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5717         buffers where we have a wide table.
5718
5719 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5720
5721         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5722         uses *-request-thread.
5723
5724 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5727         incantation, which is no longer valid.
5728
5729 2010-10-14  Julien Danjou  <julien@danjou.info>
5730
5731         * shr.el: Fix defcustom type (char -> character).
5732
5733 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5736         programs.
5737
5738 2010-10-14  Julien Danjou  <julien@danjou.info>
5739
5740         * shr.el (shr-tag-a): Use url-link as widget type.
5741
5742         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5743         `gnus-group-get-icon'.
5744
5745 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5748         This should make server editing work better.
5749
5750         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5751
5752         * tls.el (tls-program): Remove spurious %s from openssl.
5753
5754         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5755         (nnimap-parse-flags): Fix regexp.
5756
5757         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5758         probably work for CJVK text, too.
5759
5760         * nnimap.el (nnimap-extend-tls-programs): Remove.
5761         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5762
5763         * tls.el (tls-starttls-switches): Remove starttls hack.
5764         (open-tls-stream): Ditto.
5765         (tls-find-starttls-argument): Ditto.
5766
5767 2010-10-13  Julien Danjou  <julien@danjou.info>
5768
5769         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5770         responses.
5771
5772 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5775
5776         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5777         anything in Emacs.
5778
5779         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5780
5781 2010-10-13  Julien Danjou  <julien@danjou.info>
5782
5783         * shr.el (shr-width): Make shr-width a defcustom with default to
5784         fill-column.
5785         (shr-tag-img): Use shr-width rather than fill-column.
5786
5787 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * dgnushack.el (byte-optimize-apply):
5790         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5791
5792         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5793         position when (X-)Faces exist.
5794         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5795         avatars when called interactively.
5796
5797 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5800         gnus-article-x-face-too-ugly is bound.
5801
5802 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5805
5806         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5807         mailbox that doesn't exist.
5808
5809 2010-10-12  Julien Danjou  <julien@danjou.info>
5810
5811         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5812         (shr-get-image-data): Encode URL properly when fetching from cache.
5813         (shr-tag-img): Use aligned-to spaces to align correctly images.
5814
5815         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5816         before inserting the Gravatar.
5817
5818         * shr.el (shr-tag-img): Add align attribute support for <img>.
5819
5820 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-gravatar.el (gnus-art): Require.
5823
5824         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5825         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5826         Remove long obsoleted functions.
5827
5828 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5831
5832         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5833
5834         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5835         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5836         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5837         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5838         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5839         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5840         * sieve-manage.el, smime.el, spam.el:
5841         Fix comment for declare-function.
5842
5843 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * nnimap.el (nnimap-request-rename-group): Select group read-only
5846         before renaming it.
5847
5848         * shr.el (shr-insert): Fix up the white space only regexp.
5849
5850         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5851         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5852
5853         * shr.el (shr-current-column): New function.
5854         (shr-find-fill-point): New function.
5855
5856 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5857
5858         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5859         numbers.
5860
5861 2010-10-11  Julien Danjou  <julien@danjou.info>
5862
5863         * shr.el (shr-hr-line): Add.
5864         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5865         display hr lines.
5866         (shr-max-columns): Do not change state to nil if we just inserting
5867         spaces.
5868
5869 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5872         select the last group.
5873
5874 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5877
5878 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5879
5880         * dig.el (dig-mode-map): Declare and define in one step.
5881
5882 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5885         for Gnus.
5886         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5887         (nnimap-update-qresync-info): Mark \Seen articles as read.
5888
5889         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5890         non-variable, too.
5891
5892         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5893         available.
5894         (nnimap-update-info): Rely more on the current active than the param
5895         active to avoid marking articles as read too much.
5896
5897         * auth-source.el (auth-source-create): Use (user-login-name) for the
5898         user name default.
5899
5900         * nnimap.el (nnimap-update-info): If the server doesn't return any
5901         useful info, just use the previous info.
5902         (nnimap-update-info): Prefer old info over start-article.
5903         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5904
5905 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5906
5907         * nnir.el (autoload): Clean up autoloads.
5908         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5909         Use key rather than value.
5910         (nnir-imap-search-other): New variable.
5911         (nnir-read-parm): Use it.
5912         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5913         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5914
5915 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5916
5917         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5918         the process, too.
5919
5920 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921
5922         * spam.el (gnus-summary-mode-map): Bind to "$".
5923         Suggested by Russ Allbery.
5924
5925         * shr.el: Rework the way things are indented by <li> slightly.
5926
5927         * gnus.el (gnus-group-set-parameter): Fix typo.
5928
5929         * nnimap.el: Start implementing QRESYNC support.
5930
5931 2010-10-09  Julien Danjou  <julien@danjou.info>
5932
5933         * nnir.el (nnir-engines): Fix too many arguments.
5934
5935 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5938         group is the "last", so that the backends like nnfolder actually save
5939         their folders.
5940
5941         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5942         try to use that for the tls stream.
5943         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5944         UIDVALIDITY and find out which groups are read-only and not.
5945         (nnimap-get-flags): Use the same marks parsing code as the rest of
5946         nnimap.
5947
5948 2010-10-09  Julien Danjou  <julien@danjou.info>
5949
5950         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5951
5952         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5953         retrieving gravatars.
5954
5955         * shr.el (shr-table-corner): Add.
5956         (shr-table-line): Add.
5957         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5958
5959 2010-10-08  Julien Danjou  <julien@danjou.info>
5960
5961         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5962
5963 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5966
5967         * gnus-sum.el (gnus-mark-article-as-unread)
5968         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5969         (gnus-summary-set-bookmark): Use it.
5970
5971         * gnus-msg.el (gnus-setup-message): Use it.
5972
5973         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5974
5975         * gnus.el (gnus-group-remove-parameter): Use it.
5976
5977         * gnus-group.el (gnus-group-make-web-group): Use it.
5978
5979         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5980
5981         * nnregistry.el: Update docs to mention manual.
5982
5983         * gnus-registry.el: Update docs to mention nnregistry.el.
5984         (gnus-registry-initialize): Don't install nnregistry refer method
5985         automatically.
5986         (gnus-registry-install-nnregistry): Remove it.
5987
5988 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * shr.el (shr-insert): Don't insert double spaces.
5991
5992 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-gravatar.el (gnus-treat-from-gravatar)
5995         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5996         called interactively.
5997
5998         * gnus-art.el (gnus-mime-view-part-externally)
5999         (gnus-mime-view-part-internally): Make predicate function passed to
6000         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6001         of a mime type.
6002
6003         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6004
6005 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * shr.el (require): Require cl when compiling.
6008         (shr-tag-hr): New function.
6009
6010         * nnimap.el (nnimap-update-info): Remove double setting of high.
6011         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6012         This makes nnimap work properly on Courier again.
6013
6014         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6015         the variable for backwards compatibility.
6016
6017         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6018         the file name before using to avoid setting mm-default-directory to
6019         nil.
6020
6021         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6022         bidning gnus-agent variables.
6023
6024         * shr.el (shr-render-td): Use a cache for the table rendering function
6025         to avoid getting an exponential rendering behavior in nested tables.
6026         (shr-insert): Rework the line-breaking algorithm.
6027         (shr-insert): Don't leave trailing spaces.
6028         (shr-insert-table): Also insert empty TDs.
6029         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6030
6031 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6032
6033         * gnus-sum.el (gnus-number): Rename from `number'.
6034         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6035         (gnus-summary-limit-children): Update uses correspondingly.
6036
6037 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6040         (gnus-gravatar-transform-address): Don't show avatars of people of
6041         which mail addresses match gnus-gravatar-too-ugly.
6042
6043 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * shr.el (shr-table-widths): Expand TD elements to fill available
6046         space.
6047
6048 2010-10-07  Julien Danjou  <julien@danjou.info>
6049
6050         * nnimap.el (nnimap-request-rename-group): Add this method.
6051
6052 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6055         name from XEmacs' function-arglist.
6056
6057         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6058         gravatar under XEmacs.
6059
6060 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * auth-source.el: Update docs with TODO items.
6063
6064         * gnus-sync.el: Update docs to explain state and plans.
6065
6066         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6067         Hooks for mark updates.
6068         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6069
6070         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6071         hooks with arguments, which is needed for mark update hooks.
6072
6073 2010-10-06  Julien Danjou  <julien@danjou.info>
6074
6075         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6076         was matched.
6077
6078         * sieve-manage.el: Update example in `Commentary'.
6079
6080         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6081
6082         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6083         not 2000.
6084         (sieve-manage-authenticate): Re-add function.
6085
6086 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * shr.el (shr-insert): Get 'space transition right.
6089         (shr-render-td): Only delete space at the end of the TD.
6090
6091         * nnimap.el (nnimap-open-connection): Prepare to support
6092         open-gnutls-stream.
6093
6094         * shr.el: Rearrange function order to be more logical.
6095
6096 2010-10-06  Julien Danjou  <julien@danjou.info>
6097
6098         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6099         (nnrss-discover-feed): Remove 404 URL in docstring.
6100
6101         * nnir.el: Fix Swish-E URL.
6102         Fix Namazu URL.
6103
6104         * message.el (message-change-subject): Remove 404 URL in a comment.
6105
6106 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6109         called interactively.
6110
6111         * gnus-util.el (gnus-remove-if): Allow hash table.
6112         (gnus-remove-if-not): New function.
6113
6114         * gnus-art.el (gnus-mime-view-part-as-type):
6115         * gnus-score.el (gnus-summary-score-effect):
6116         * gnus-sum.el (gnus-read-move-group-name):
6117         Replace remove-if-not with gnus-remove-if-not.
6118
6119         * gnus-group.el (gnus-group-completing-read):
6120         Regard collection as a hash table if it is not a list.
6121
6122 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6125
6126         * shr.el: Document the table-rendering algorithm.
6127
6128 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6131         for Emacsen having no `libxml-parse-html-region' support.
6132
6133 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6136         invalid URLs.
6137
6138         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6139         line-broken.
6140         (shr-tag-img): Ignore image fetching errors.
6141         (shr-overlays-in-region): Compute overlay positions correctly.
6142
6143         * mm-decode.el (mm-shr): Require shr.
6144
6145         * gnus-art.el (gnus-blocked-images): Move variable here.
6146
6147         * shr.el (shr-insert-table): Bind free variable.
6148
6149         * mm-decode.el (mm-shr): Bind shr-content-function.
6150
6151         * shr.el (shr-content-function): New variable.
6152
6153         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6154         added for symmetry.
6155
6156         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6157
6158         * gnus-group.el (gnus-group-make-group): Doc fix.
6159
6160         * nnimap.el (nnimap-request-newgroups): Return success.
6161
6162         * shr.el (shr-find-elements): New function.
6163         (shr-tag-table): Put all the images after the table.
6164         (shr-tag-table): Really inhibit images inside the table.
6165         (shr-collect-overlays): Copy over overlays from the TD elements to the
6166         main document.
6167
6168         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6169         gnus-blocked-images.
6170
6171 2010-10-05  Julien Danjou  <julien@danjou.info>
6172
6173         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6174
6175         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6176         (gnus-html-maximum-image-size): Add this function.
6177         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6178
6179         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6180         server-value of the capability is nil.
6181
6182 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * shr.el (shr-tag-em): Add <EM> tag.
6185
6186 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6187
6188         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6189         customizable.
6190
6191         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6192         handing broken links to browse-url.
6193
6194 2010-10-05  Julien Danjou  <julien@danjou.info>
6195
6196         * gnus-util.el (gnus-emacs-completing-read)
6197         (gnus-iswitchb-completing-read): Use autoload rather than require.
6198
6199 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6202         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6203         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6204         iswitchb-temp-buflist for XEmacs.
6205
6206         * gnus-util.el (gnus-completing-read-function): Exclude
6207         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6208         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6209         XEmacs.
6210
6211         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6212         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6213
6214         * gnus-html.el: Don't require help-fns under XEmacs.
6215         (gnus-html-schedule-image-fetching): Work for XEmacs.
6216
6217         * mm-decode.el (mm-shr): Decode contents by charset.
6218
6219 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6222         unknown.
6223
6224         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6225         (shr-get-image-data): Ensure against the cache file missing.
6226
6227         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6228         for data.
6229
6230         * spam-report.el (spam-report-url-ping-plain): Don't query about
6231         killing the process.
6232
6233         * shr.el (shr-render-td): Protect against too-wide text.
6234
6235 2010-10-04  Julien Danjou  <julien@danjou.info>
6236
6237         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6238         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6239
6240         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6241         retrieved.
6242
6243 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * shr.el (browse-url): Require.
6246         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6247         lines.
6248         (shr-show-alt-text, shr-browse-image): New commands.
6249         (shr-browse-url, shr-copy-url): New commands.
6250
6251         * gnus-sum.el (gnus-widen-article-window): New variable.
6252         (gnus-summary-select-article-buffer): Use it.
6253
6254         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6255         without @ signs.
6256
6257 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6258
6259         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6260
6261 2010-10-04  Julien Danjou  <julien@danjou.info>
6262
6263         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6264         for XEmacs.
6265
6266 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6269
6270         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6271         (nnimap-close-server): Implement.
6272
6273         * dgnushack.el (iswitchb): Require to shut up the compiler.
6274
6275         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6276         (shr-insert): Tweak line breaking.
6277         (shr-insert): Handle <pre> better.
6278         (shr-tag-li): Get <li> indentation right.
6279         (shr-tag-li): Get <li> indentation even righter.
6280         (shr-tag-blockquote): Ensure paragraph start.
6281         (shr-make-table): Tweak table generation.
6282         (shr-make-table): Fix typo.
6283
6284         * shr.el: Implement table rendering.
6285
6286 2010-10-04  Julien Danjou  <julien@danjou.info>
6287
6288         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6289
6290 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * shr.el (shr-insert): Use string anchors instead of line anchors.
6293
6294 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * shr.el: Add headings.
6297         (shr-ensure-paragraph): Actually work.
6298         (shr-tag-li): Make <ul> prettier.
6299         (shr-insert): Get white space at the beginning/end of elements right.
6300         (shr-tag-p): Collapse subsequent <p>s.
6301         (shr-ensure-paragraph): Don't insert double line feeds after blank
6302         lines.
6303         (shr-insert): \t is also space.
6304         (shr-tag-s): Fix "s" tag name function.
6305         (shr-tag-s): Fix face prop name.
6306
6307 2010-10-03  Julien Danjou  <julien@danjou.info>
6308
6309         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6310
6311         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6312         gnus-window-inside-pixel-edges.
6313
6314         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6315         gnus-ems.
6316
6317         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6318
6319         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6320         function.
6321
6322         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6323         resize choice.
6324
6325 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326
6327         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6328         beginning of the buffer.
6329
6330         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6331         article buffer again.
6332
6333         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6334
6335         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6336         when it's at the start of the buffer.
6337
6338         * shr.el (shr-tag-blockquote): Convert name.
6339         (shr-rescale-image): Use the right image-size variant.
6340
6341         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6342         buffer isn't shown, then select the current article first instead of
6343         bugging out.
6344         (gnus-summary-select-article-buffer): Show both the article and summary
6345         buffers again.
6346
6347         * shr.el (shr-fontize-cont): Protect against regions with no text.
6348         Rename tag functions to shr-tag-* for enhanced security.
6349         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6350
6351 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6352
6353         * shr.el (shr-insert):
6354         * pop3.el (pop3-movemail):
6355         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6356         loaded.
6357
6358 2010-10-03  Glenn Morris  <rgm@gnu.org>
6359
6360         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6361
6362         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6363
6364         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6365
6366         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6367
6368         * gnus-util.el (gnus-make-local-hook): Simplify.
6369
6370 2010-10-02  Julien Danjou  <julien@danjou.info>
6371
6372         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6373         (gnus-ido-completing-read): New function.
6374         (gnus-emacs-completing-read): New function.
6375         (gnus-completing-read): Use gnus-completing-read-function.
6376         Add gnus-completing-read-function.
6377
6378 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * shr.el (shr-insert-document): Autoload.
6381         (shr-img): Be silent.
6382         (shr-insert): Add a newline after every picture before text.
6383         (shr-add-font): Use overlays for combining faces.
6384         (shr-insert): Pass upwards the text start point.
6385
6386         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6387         possible.
6388         (mm-shr): New function.
6389
6390 2010-10-02  Julien Danjou  <julien@danjou.info>
6391
6392         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6393         should go backward.
6394
6395 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6396
6397         * shr.el (shr): Fix typo in provide call.
6398
6399 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * shr.el: New file.
6402
6403         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6404
6405         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6406         completing read.
6407
6408 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6411         we're being queried about.  Suggested by Dan Jacobson.
6412
6413         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6414         Suggested by Jason Eisner.
6415
6416         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6417         table, too.  Suggested by Stefan Wiens.
6418         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6419         the table unnecessary.  Suggested by Stefan Wiens.
6420
6421         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6422         longer needed, and probably doesn't work either, as pointed out by
6423         Stefan Wiens.
6424         (gnus-summary-exit): Remove call to the clearing function.
6425         (gnus-summary-exit-no-update): Ditto.
6426
6427         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6428         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6429         Reported by Stefan Monnier.
6430         (gnus-summary-save-in-rmail): Ditto.
6431
6432         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6433         article buffer, instead of both the article buffer and the summary
6434         buffer.  Sort of suggested by Dan Jacobson.
6435
6436         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6437
6438         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6439         Suggested by Dan Jacobson.
6440
6441         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6442         documentation clearer.
6443
6444         * message.el (message-shorten-references): Comment on the number "21".
6445         Suggested by Stefan Monnier.
6446
6447         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6448         Suggested by Dan Jacobson.
6449
6450         * gnus.el (gnus-large-newsgroup):
6451         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6452
6453         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6454         externalize attachments.  Bug reported by Steve Wen.
6455
6456         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6457         really message anything to the user.
6458
6459         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6460         directly.
6461
6462         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6463         messages in empty groups.
6464
6465 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6466
6467         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6468         non-UIDNEXT group.
6469
6470 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6473         not the value from the collection.
6474
6475         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6476         values.  This sometimes happens on some groups that have no info.
6477         (nnimap-request-newgroups): New function.
6478
6479 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6482         check into `gnus-registry-initialize'.
6483         (gnus-registry-initialize): Ditto.
6484         Fix and extend header docs.
6485
6486 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6489         regexp backtrace overflows.
6490
6491         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6492         for starttls that tls.el implements; i.e. openssl.
6493
6494         * tls.el (tls-starttls-switches): Give up on using starttls with
6495         gnutls-cli.
6496         (tls-program): Add --insecure to be consistent with the defaults from
6497         openssl s_client.  Now all three commands are insecure.
6498
6499 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * lpath.el: Bind completion-styles-alist for XEmacs.
6502
6503         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6504         (gravatar-create-image): New function that's an alias to
6505         gnus-xmas-create-image, gnus-create-image, or create-image.
6506         (gravatar-data->image): Use it.
6507
6508 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6511         install the nnregistry refer method.
6512         (gnus-registry-install-hooks): Use it.
6513         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6514         unfollowed groups.
6515
6516 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6517
6518         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6519         expanding threads.
6520
6521 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * nnir.el: Use the server names without suffixes (bug #7009).
6524
6525         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6526         unencrypted to STARTTLS, if possible.
6527
6528 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6529
6530         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6531         headers before superseding.
6532
6533 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * nnrss.el (nnrss-use-local): Add documentation.
6536
6537         * nnimap.el (nnimap-extend-tls-programs): New function.
6538         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6539         (nnimap-wait-for-connection): Accept the greeting from the stupid
6540         output from openssl s_client -starttls, too.
6541
6542         * tls.el (tls-starttls-switches): New variable.
6543         (tls-find-starttls-argument): Use it.
6544         (open-tls-stream): Ditto.
6545
6546         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6547         (netrc-machine): Ditto.
6548
6549         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6550         article number.
6551         (nnimap-split-fancy): New variable.
6552         (nnimap-split-incoming-mail): Use it.
6553
6554         * nntp.el (nntp-server-list-active-group): Document.
6555
6556         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6557         SELECT to get the message-id.
6558
6559         * mail-source.el (mail-sources): Remove webmail support.
6560         (defvar): Ditto.
6561         (mail-source-fetcher-alist): Ditto.
6562         (mail-source-fetch-webmail): Remove.
6563
6564         * webmail.el: Remove -- doesn't seem relevant any more.
6565
6566         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6567
6568         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6569         the \r.
6570
6571 2010-09-30  Julien Danjou  <julien@danjou.info>
6572
6573         * gnus-agent.el (gnus-agent-add-group): Fix call to
6574         gnus-completing-read.
6575
6576 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * nndoc.el (nndoc-retrieve-groups): New function.
6579
6580         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6581         `default', use nnmail-split-methods.
6582         (nnimap-request-article): Downcase the NILs so that they are nil.
6583
6584         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6585         symbol.
6586
6587         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6588         code, since if the user has requested network, that's what they ought
6589         to get.
6590         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6591         (nnimap-split-rule): Mark as obsolete.
6592
6593         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6594         New variable.
6595
6596         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6597         correct slot, too.
6598
6599 2010-09-29  Julien Danjou  <julien@danjou.info>
6600
6601         * gnus.el (gnus-local-domain): Declare variable obsolete.
6602
6603         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6604         Fix history computing.
6605         (gnus-ido-completing-read): Require ido.
6606
6607 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6610         build Gnus.
6611
6612         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6613         when interpreting the structures.
6614         (nnimap-request-accept-article): Add \r\n to the lines to make this
6615         work with Cyrus.
6616
6617         * nndraft.el (nndraft-request-expire-articles): Use the group name
6618         instead if "nndraft".  Fix found by Nils Ackermann.
6619
6620 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6621
6622         * nnregistry.el: Add.
6623
6624 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6625
6626         * nnmail.el (group, group-art-list, group-art):
6627         Remove unneeded directives.
6628
6629 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6632         (mm-mime-charset):
6633         * rfc2047.el (rfc2047-syntax-table):
6634         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6635
6636         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6637         rather than `insert-file-contents' and `eval-region'.
6638
6639         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6640         construction.
6641
6642         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6643
6644         * time-date.el: No need to require cl for Emacs 21.
6645
6646 2010-09-29  Julien Danjou  <julien@danjou.info>
6647
6648         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6649         replacement of `gnus-gravatar-relief' to mimic
6650         `gnus-faces-properties-alist'.
6651         Add :version property.
6652
6653 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * mail-source.el (mail-source-report-new-mail):
6656         * message.el (message-default-mail-headers):
6657         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6658
6659         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6660
6661 2010-09-28  Julien Danjou  <julien@danjou.info>
6662
6663         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6664         mail-address contains the same string as real-name.
6665
6666         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6667         non-blank in header, otherwise it'll get stripped.
6668
6669         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6670         real-name, and then for mail address rather than doing : or , search.
6671
6672 2010-09-27  Julien Danjou  <julien@danjou.info>
6673
6674         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6675         right completing-read function.
6676         (gnus-use-ido): New variable
6677         (gnus-completing-read-with-default): Remove.
6678         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6679         (gnus-agent-add-group):
6680         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6681         * mm-view.el (mm-view-pkcs7-decrypt):
6682         * mm-util.el (mm-codepage-setup):
6683         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6684         * mml-smime.el (mml-smime-openssl-sign-query):
6685         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6686         (mml-insert-multipart):
6687         * gnus-msg.el (gnus-summary-yank-message):
6688         * gnus-int.el (gnus-start-news-server):
6689         * mm-decode.el (mm-interactively-view-part):
6690         * gnus-dired.el (gnus-dired-attach):
6691         * gnus.el (gnus-read-method):
6692         * gnus-bookmark.el (gnus-bookmark-jump):
6693         * gnus-art.el (gnus-mime-view-part-as-type)
6694         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6695         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6696         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6697         * nnmairix.el (nnmairix-create-server-and-default-group)
6698         (nnmairix-update-groups, nnmairix-get-server)
6699         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6700         (nnmairix-get-group-from-file-path):
6701         * nnrss.el (nnrss-find-rss-via-syndic8):
6702         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6703         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6704         (gnus-group-browse-foreign-server):
6705         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6706         (gnus-summary-execute-command, gnus-summary-respool-article)
6707         (gnus-read-move-group-name):
6708         * gnus-score.el (gnus-summary-increase-score)
6709         (gnus-summary-score-effect):
6710         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6711
6712 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6715         x-focus-frame.
6716
6717         * nnimap.el (auth-source-forget-user-or-password)
6718         (auth-source-user-or-password): Autoload.
6719
6720         * message.el (message-from-style, message-interactive)
6721         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6722         (message-yank-prefix, message-indentation-spaces, message-signature)
6723         (message-signature-file): Add comment.
6724
6725 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6728         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6729         new articles.
6730
6731         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6732         parts.
6733         (nnimap-request-article): Work with the t setting, too.
6734
6735         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6736         that you don't get flashes of other buffers.
6737         (gnus-summary-show-complete-article): Intern before setting.
6738
6739 2010-09-27  David Engster  <dengste@eml.cc>
6740
6741         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6742         well as HEADERS.
6743         (nnmairix-retrieve-headers): Provide new argument for the above.
6744
6745 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus-sum.el (gnus-summary-move-article): Don't alter
6748         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6749         group.
6750
6751         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6752
6753         * message.el (message-cite-prefix-regexp): Revert my last edit.
6754
6755         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6756         variable instead of the Gnus variable.
6757
6758         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6759
6760         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6761
6762         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6763         since some servers don't like it.
6764         (nnimap-open-connection): Forget credentials if the server says the
6765         password was wrong.
6766         (nnimap-parse-line): Protect against invalid data.
6767
6768         * gnus-sum.el (gnus-summary-move-article): Add comment.
6769         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6770         nothing alters it while scanning for new messages.
6771
6772         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6773         which may or may not help.
6774         (nnimap-open-connection): If we're doing a stream connection, and then
6775         discover we're on a STARTTLS-capable server, then open a STARTTLS
6776         connection instead.
6777
6778 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * nnimap.el (utf7): Require.
6781
6782         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6783         prefix.
6784
6785 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6786
6787         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6788
6789 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * nnimap.el (nnimap-request-accept-article): Message the error on
6792         error.
6793
6794 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6797
6798 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * nndoc.el (nndoc-request-list): Return success always.
6801
6802         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6803         `fetch-old' -- we only want to fetch the articles we've requested.
6804         The rest are in the agent, probably.
6805         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6806         disappeared server" to something low.  It's not important.
6807
6808         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6809         arrived before the FETCH data.
6810
6811         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6812         target here, because we don't know the Gnus name of the group.
6813
6814         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6815         for the correct group.
6816
6817         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6818
6819         * gnus.el (gnus): Give a final warning after startup.
6820
6821         * gnus-util.el (gnus-action-message-log): New variable.
6822         (gnus-message): Use it.
6823         (gnus-final-warning): New function.
6824
6825         * nnimap.el (nnimap-open-connection): Record the greeting.
6826         (nnimap): Add greeting.
6827
6828 2010-09-26  Julien Danjou  <julien@danjou.info>
6829
6830         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6831         arguments.
6832         (gnus-html-wash-images): Fix spec computing to include start/end.
6833
6834         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6835
6836 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6839         deletion.
6840         (nnimap-retrieve-headers): Don't select the group, because that's
6841         already done by nnimap-possibly-change-group.
6842
6843         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6844         (gnus-picon-transform-address): Use it.
6845
6846         * mail-source.el (mail-source-value): Revert previous patch.
6847
6848         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6849         on failure.
6850         (nnimap-open-connection): Look up both virtual and physical server name
6851         credentials.
6852
6853         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6854
6855 2009-02-07  Dave Love  <fx@gnu.org>
6856
6857         * tls.el (open-tls-stream): Don't query killing process.
6858
6859 2009-02-08  Dave Love  <fx@gnu.org>
6860
6861         * gnus-win.el (gnus-window-to-buffer-helper)
6862         (gnus-all-windows-visible-p): Function needn't be a symbol.
6863
6864         * mail-source.el (mail-source-value): Function needn't be a symbol.
6865
6866 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * message.el (message-cite-prefix-regexp): Remove } from the cite
6869         prefix.
6870
6871         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6872         highlight again, so that the highlight is correct.
6873
6874         * gnus-picon.el (gnus-picon): Remove again.
6875         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6876
6877         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6878         doing the header highlightling, so that the background color of the
6879         picon is correct.
6880
6881         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6882         (gnus-picon): Ditto.
6883         (gnus-picon): Reinstate.  The background color for picons is white.
6884         (gnus-picon-insert-glyph): Make the background white.
6885
6886         * nnml.el (nnml-open-nov): Don't return dead buffers.
6887
6888         * auth-source.el (auth-source-create): Query the user for whether to
6889         store the credentials.
6890
6891         * netrc.el (netrc-store-data): New function.
6892
6893         * auth-source.el (auth-source-user-or-password): Use the existing auth
6894         sources, if any, for creation.
6895
6896         * gnus.el (gnus-group-fast-parameter): Return the last matching
6897         parameter instead of the first matching parameter.
6898
6899 2010-09-26  Julien Danjou  <julien@danjou.info>
6900
6901         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6902
6903 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * mml2015.el (mml2015-use): Remove gpg support.
6906
6907         * mml1991.el (mml1991-function-alist): Remove gpg function.
6908         (mml1991-gpg-sign): Remove.
6909
6910 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6911
6912         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6913         (gnus-browse-unsubscribe-current-group): Document it.
6914         (gnus-browse-unsubscribe-group): Use it.
6915
6916 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6919         address to the To list for easier response.
6920
6921         * gnus.el (gnus-play-startup-jingle): Remove.
6922         (gnus-splash): Don't play jingle.
6923         (gnus): Silence gnus-load message.
6924
6925         * gnus-art.el (gnus-treat-play-sounds): Remove.
6926
6927         * gnus.el (gnus-play-jingle): Remove audio support.
6928
6929         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6930
6931         * earcon.el: Remove -- no users.
6932
6933         * gnus-audio.el: Remove -- no users of this package.
6934
6935         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6936
6937         * gnus-start.el (gnus-setup-news): Remove nocem support.
6938
6939         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6940
6941         * gnus.el (gnus-use-nocem): Remove.
6942
6943         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6944         Remove.
6945
6946         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6947         uses NoCeM any more.
6948
6949         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6950         (gnus-button-ctan-handler): Ditto.
6951         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6952         (gnus-button-ctan-directory-regexp): Ditto.
6953         (gnus-button-handle-ctan): Ditto.
6954         (gnus-button-tex-level): Ditto.
6955         (gnus-button-alist): Remove CTAN stuff.
6956
6957 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6960         nnimap-streaming test.
6961
6962         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6963         servers twice.
6964
6965         * nnimap.el (nnimap-open-connection): Add more error reporting when
6966         nnimap fails early.
6967
6968         * nnheader.el (nnheader-get-report-string): New function.
6969         (nnheader-get-report): Use it.
6970
6971         * gnus-int.el (gnus-check-server): Say what the error was when opening
6972         failed.
6973
6974         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6975         using streaming.
6976
6977 2010-09-25  Julien Danjou  <julien@danjou.info>
6978
6979         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6980         gnus-window-inside-pixel-edges.
6981
6982 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6985
6986         * mm-decode.el (mm-save-part): Allow saving to other directories the
6987         normal Emacs way.
6988
6989         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6990         Suggested by Jay Berkenbilt.
6991
6992         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6993         there isn't a single byte.
6994
6995         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6996         just do it.  It doesn't really seem to matter what the user responds
6997         here, I think, so it's just a confusing question.
6998
6999         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7000         non-streaming case.
7001
7002         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7003         (gnus-article-encrypt-body): Use it.
7004
7005         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7006         keystroke.
7007
7008         * nnimap.el (nnimap-find-wanted-parts-1):
7009         Use gnus-fetch-partial-articles.
7010
7011         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7012
7013         * nnimap.el (nnimap-insert-partial-structure): New function.
7014         (nnimap-get-partial-article): New function.
7015         (nnimap-request-article): Use it.
7016         (nnimap-wait-for-response): Return whether the wait was successful.
7017         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7018         retrieval wasn't successful.
7019         (nnimap-retrieve-group-data-early): Allow throttling servers.
7020         (nnimap-streaming): New variable.
7021         (nnimap-fetch-partial-articles): Remove.
7022
7023         * mm-decode.el (mm-with-part): Protect against killed buffers.
7024
7025         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7026         for prettier summary display.
7027
7028 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7029
7030         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7031
7032 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7035         apparently third-party libraries depend on it.
7036
7037         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7038         before starting negotiation.
7039
7040         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7041         privacy reasons.
7042         (gnus-treat-mail-gravatar): Ditto.
7043
7044         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7045         buffer when inserting images.  Inserting text into the headers, for
7046         instance, can make them invalid.
7047
7048 2010-09-25  Julien Danjou  <julien@danjou.info>
7049
7050         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7051         variables.
7052
7053         * nnheader.el: Remove useless variables news-reply-yank-from and
7054         news-reply-yank-message-id.
7055
7056         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7057         variables.
7058
7059         * mml1991.el: Remove useless mml1991-verbose.
7060
7061         * gnus.el: Remove useless variable gnus-use-generic-from.
7062         Remove obsolete variable gnus-topic-indentation.
7063
7064         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7065
7066         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7067
7068         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7069
7070         * gnus-group.el: Remove useless gnus-group-icon-cache.
7071         Remove useless gnus-ephemeral-group-server.
7072
7073         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7074
7075         * mml2015.el: Remove useless mml2015-verbose.
7076
7077         * mml-smime.el: Remove useless mml-smime-verbose.
7078
7079         * gnus.el: Remove useless gnus-local-domain.
7080
7081         * gnus-gravatar.el (gnus-gravatar-transform-address):
7082         Use gnus-gravatar-size.
7083
7084         * gnus-art.el: Remove useless gnus-treat-translate.
7085
7086 2010-09-24  Julien Danjou  <julien@danjou.info>
7087
7088         * gnus-sum.el: Add support for Gravatars.
7089
7090         * gnus-art.el: Add support for Gravatars.
7091
7092         * gnus-gravatar.el: Add this file.
7093
7094         * gravatar.el: Add this file.
7095
7096 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7099
7100         * gnus-group.el (gnus-group-fetch-faq): Remove.
7101
7102         * gnus.el (gnus-group-faq-directory): Remove.
7103
7104         * gnus-group.el (gnus-group-fetch-charter): Remove.
7105
7106         * gnus.el (gnus-group-charter-alist): Remove.
7107
7108         * gnus-group.el (gnus-group-archive-directory): Remove.
7109         (gnus-group-recent-archive-directory): Ditto.
7110         (gnus-group-make-archive-group): Remove.
7111
7112         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7113
7114         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7115         use the same article number for all the cached articles.
7116
7117         * nnimap.el (nnimap-command): Register the last command time so
7118         that we can use it for idling NOOPs.
7119         (nnimap-open-connection): Start the keeplive timer.
7120         (nnimap-make-process-buffer): Store all the process buffers.
7121         (nnimap-keepalive): New function.
7122
7123         * starttls.el (starttls-open-stream): Add autoload cookie.
7124
7125 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7126
7127         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7128         handling.
7129
7130 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7133         its data structures.
7134
7135         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7136         instead of the cl.el copy-list.
7137         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7138         equalp.
7139
7140 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7143         and tool-bar-local-item-from-menu.
7144
7145         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7146         mode-line-highlight face for Emacs.
7147
7148         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7149         loading gnus-sum.elc; fix comment for canlock-verify.
7150         (gnus-article-jump-to-part): Use read-number.
7151         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7152         Remove Emacs pre-21 compatible code for help-echo.
7153         (gnus-article-next-page-1): No need to adjust the number of lines.
7154         (gnus-article-describe-bindings): Always use help-buffer.
7155
7156         * gnus-audio.el (gnus-audio-inline-sound):
7157         * gnus-cus.el (gnus-custom-mode):
7158         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7159
7160         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7161
7162         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7163         compatible code.
7164
7165 2010-09-24  Glenn Morris  <rgm@gnu.org>
7166
7167         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7168         visiting the fcc file in rmail-mode.
7169
7170         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7171
7172 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * nnir.el: Silence the byte compiler.
7175
7176         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7177         alias to browse-url-url-encode-chars if any.
7178         (gnus-html-encode-url): Use it.
7179
7180 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus-start.el (gnus-use-backend-marks): New variable.
7183         (gnus-get-unread-articles-in-group): Use it.
7184
7185         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7186         makeover.
7187
7188 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7189
7190         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7191
7192 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193
7194         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7195         Remove.
7196         (gnus-setup-news-hook):
7197         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7198
7199         * gnus-int.el (gnus-request-update-info): Protect against backends not
7200         having the function.
7201
7202         * nnimap.el (nnimap-stream): Mention starttls.
7203         (nnimap-open-connection): Add starttls support.
7204
7205 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7206
7207         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7208
7209 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7212         BODYSTRUCTUREs.
7213         (nnimap-transform-headers): Unfold quoted {42} headers.
7214
7215         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7216         the info.
7217         (gnus-get-unread-articles): Only call updatep on backends that support
7218         it.
7219
7220         * nnweb.el (nnweb-request-update-info): NOOP.
7221
7222         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7223
7224         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7225         since it only deals with marks.
7226
7227         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7228         gnus-request-marks, and make a new gnus-request-update-info.
7229
7230         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7231         the active instead of the high number, which is usually too low.
7232
7233 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7236         * encrypt.el: Remove.
7237
7238 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7241         server in symbolic form.
7242
7243         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7244
7245 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7246
7247         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7248         (nnimap-update-info): Fix up code slightly.
7249
7250         * gnus-int.el (gnus-open-server): Add tracing for performance
7251         debugging.
7252
7253         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7254         (gnus-group-insert-group-line): Pass the real group name so that it
7255         gets the right data.
7256
7257         * gnus-start.el (gnus-get-unread-articles): Don't have
7258         `gnus-get-unread-articles-in-group' update info, since that can be
7259         really slow and doesn't seem to be needed?
7260
7261 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7262
7263         * time-date.el (date-to-time): Try using parse-time-string first before
7264         using the slower timezone-make-date-arpa-standard.
7265
7266 2010-09-22  Julien Danjou  <julien@danjou.info>
7267
7268         * gnus-group.el (gnus-group-insert-group-line):
7269         Call gnus-group-highlight-line.
7270         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7271         default hook list.
7272         (gnus-group-update-eval-form): Add new function.
7273         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7274         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7275
7276 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7277
7278         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7279         immediate, then expire all articles.
7280         (nnimap-update-info): Fix off-by-one errors.
7281         (nnimap-flags-to-marks): Would return no marks lists for group with no
7282         flags.  Instead return the other data.
7283
7284 2010-09-22  Julien Danjou  <julien@danjou.info>
7285
7286         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7287         Only return an icon.
7288         (gnus-group-insert-group-line): Compute icon to return.
7289
7290         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7291         (gnus-html-image-fetched): Only cache if
7292         gnus-html-image-automatic-caching is set.
7293         (gnus-html-image-fetched): Check for errors.
7294
7295 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7298         once per method on `g'.  This ensures that backends like nnfolder don't
7299         open all their folders.
7300
7301         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7302         (nnimap-request-list): Nix out group in the correct buffer.
7303         (nnimap-parse-flags): Implement by using `read' instead of
7304         hand-parsing.
7305         (nnimap-flags-to-marks): Pass on permanent-flags.
7306         (nnimap-make-process-buffer): Record the server name.
7307         (nnimap-parse-flags): Fix typo.
7308         (nnimap-request-scan): Run split on the server in general, not just a
7309         single group.
7310
7311         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7312         parameter, and propagate this downwards.
7313
7314         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7315         since EXAMINE changes it on the server.
7316
7317         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7318         this command might take a while.
7319
7320 2010-09-22  Julien Danjou  <julien@danjou.info>
7321
7322         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7323         harmful if you have 2 images side-by-side, they can't be properly
7324         update on text deletion.  Using text-property is safer here.
7325         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7326         data.
7327
7328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * nnimap.el (nnimap-expunge-inbox): Remove.
7331         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7332         (nnimap-expunge): Flip default to t.
7333
7334         * gnus.el (gnus-method-to-server): Don't push things to the cache
7335         unless it's unique.
7336         (gnus-server-to-method): Ditto.
7337
7338 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7341
7342 2010-09-22  Julien Danjou  <julien@danjou.info>
7343
7344         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7345         get the start of data.
7346         (gnus-html-encode-url): Add this function to encode special chars in
7347         URL.
7348         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7349         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7350
7351         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7352         default.
7353         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7354
7355         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7356         images alt-text.
7357         (gnus-html-put-image): Put alt-text as help-echo.
7358
7359 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7362         * mm-util.el (mm-decompress-buffer):
7363         * nnir.el (nnir-run-find-grep):
7364         * pop3.el (pop3-list): Use 3rd arg of split-string.
7365
7366         * time-date.el (format-seconds): Comment fix.
7367
7368         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7369         and byte-optimize-form-code-walker.
7370         (dgnushack-make-auto-load): Don't advise make-autoload.
7371
7372         * lpath.el: Remove Emacs 21 stuff.
7373
7374 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7377         outside the active range.  Suggested by Dan Christensen.
7378
7379         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7380         slightly later to avoid double-getting it.
7381
7382         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7383         previous patch.
7384
7385         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7386
7387 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7388
7389         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7390
7391 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-int.el (gnus-open-server): Give a better error message in the
7394         "go offline" case.
7395
7396         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7397         marks for nnimap, which is seldom the right thing to do.
7398
7399         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7400         (gnus-same-method-different-name): New function.
7401
7402         * nnimap.el (parse-time): Require.
7403
7404         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7405         method in the presence of many similar methods.
7406
7407         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7408
7409         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7410         nnml-inhibit-expiry.
7411
7412         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7413         find out whether methods are equal.
7414
7415         * nnimap.el (nnimap-find-expired-articles): New function.
7416         (nnimap-process-expiry-targets): New function.
7417         (nnimap-request-move-article): Request the article before looking at
7418         what the Message-ID is.  Fix found by Andrew Cohen.
7419         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7420
7421         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7422         for oldness in addition to being a predicate.
7423
7424         * nnimap.el (nnimap-request-group): When we have zero articles, return
7425         the right data to Gnus.
7426         (nnimap-request-expire-articles): Only delete articles immediately if
7427         the target is 'delete.
7428
7429         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7430         method, this would bug out.
7431
7432         * gnus-group.el (gnus-group-expunge-group): Rename from
7433         gnus-group-nnimap-expunge, and implemented as a normal interface
7434         function.
7435
7436         * gnus-int.el (gnus-request-expunge-group): New function.
7437
7438         * nnimap.el (nnimap-request-create-group): Implement.
7439         (nnimap-request-expunge-group): New function.
7440
7441 2010-09-21  Julien Danjou  <julien@danjou.info>
7442
7443         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7444         (gnus-html-cache-expired): Add new function.
7445         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7446         wethever we should display image for fetch it.
7447         Compute alt-text earlier to pass it to the fetching function too.
7448         (gnus-html-schedule-image-fetching): Change function argument to only
7449         get one image at a time, not a list.
7450         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7451         cache.
7452         (gnus-html-get-image-data): New function to retrieve image data from
7453         cache.
7454         (gnus-html-put-image): Change buffer argument to use image data rather
7455         than file, and place image above region rather than inserting a new
7456         one.  Do not take alt-text as argument, since it's useless now: we place
7457         the image above alt-text.
7458         (gnus-html-prune-cache): Remove.
7459         (gnus-html-show-images): Start to fetch image when we find one, do not
7460         push into a temporary list.
7461         (gnus-html-prefetch-images): Only fetch image if they have expired.
7462         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7463         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7464
7465 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7468
7469 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7472         spec inser "*" if the group isn't active instead of 0.
7473
7474         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7475         opening the server.
7476         (nnimap-request-delete-group): Implement group deletion.
7477         (nnimap-transform-headers): Return the size of the entire message in
7478         the Bytes header, not just the size of the first part.
7479         (nnimap-request-move-article): When moving an article from nnimap,
7480         request the article first so the accepting form has an article to
7481         accept.  Reported by Dan Christensen.
7482         (nnimap-command): Make sure that the error message doesn't error out.
7483
7484 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7485
7486         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7487         we haven't requested anything.
7488
7489 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7492         "".  Fix found by Andrew Cohen.
7493
7494         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7495         instead of -encode-string.
7496
7497 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7500
7501         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7502         by mm-subst-char-in-string.
7503
7504 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7507         waiting for the connection string.
7508
7509         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7510         arriving.
7511
7512         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7513         bogus characters.  This allows selecting certain Gmail groups.
7514
7515         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7516         (nnimap-fetch-partial-articles): New variable.
7517         (nnimap-open-connection): When looking for credentials, also use the
7518         nnimap-server-port.
7519         (nnimap-request-article): Return the group/article number, so that Gnus
7520         `^' works as expected.
7521         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7522
7523         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7524         comments.
7525         (gnus-methods-sloppily-equal): New function.
7526         (gnus): When using the development version of Gnus, load the gnus-load
7527         file.
7528
7529         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7530         `gnus-open-server' on each method before trying to scan them etc.
7531         This ensures that all the backend parameters are set correctly.
7532
7533         * nnimap.el (nnimap-authenticator): New variable.
7534         (nnimap-open-connection): Allow anonymous login.
7535         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7536         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7537
7538         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7539         patch, found by Knut Anders Hatlen.
7540
7541 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7542
7543         * gnus-agent.el (gnus-agent-batch-confirmation)
7544         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7545         to gnus-message.
7546         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7547         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7548         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7549         * gnus-int.el (gnus-open-server): Likewise.
7550         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7551         (gnus-score-check-syntax): Likewise.
7552         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7553         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7554         Likewise.
7555         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7556
7557 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7560         calling conventions so that prefetch doesn't bug out.
7561
7562 2010-09-19  Julien Danjou  <julien@danjou.info>
7563
7564         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7565         rather than `subst-char-in-region' in order to be able to replace ASCII
7566         char by UTF-8 ones.
7567
7568         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7569         than curl.
7570         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7571         the right URL and ALT text on images.
7572         (gnus-html-wash-tags): Fix tag case.
7573         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7574         (gnus-article-html): Add -o display_ins_del=2 option.
7575         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7576
7577 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7580         the extra mail headers, which sometimes seem to happen for unknown
7581         reasons.
7582
7583         * mail-parse.el (mail-header-encode-parameter): Define as
7584         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7585         (or most, perhaps?) mail readers don't understand the latter, but do
7586         understand the former.
7587
7588         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7589         to nil, so that no methods are automatically agentized.  I think this
7590         is probably what most users want.
7591
7592         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7593         from url-retrieve, for instance about invalid URLs.
7594
7595         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7596         groups that have no articles.
7597         (nnimap-request-article): Check that we really got an article when we
7598         requested one.
7599
7600         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7601         doesn't exist.
7602
7603         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7604         nntp buffer so the agent can save it.
7605         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7606         that CRLF doesn't get translated to \n.
7607         (nnimap-open-connection): Don't make 'shell commands only send \n.
7608
7609 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7610
7611         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7612         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7613         Update var name.
7614         (nnml-generate-nov-file): Use dolist.
7615         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7616         Use with-current-buffer.
7617
7618 2010-09-18  Julien Danjou  <julien@danjou.info>
7619
7620         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7621         parallel.
7622
7623 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7626         the range update right.
7627         (nnimap-request-group): Don't make `M-g' bug out on group with no
7628         marks.
7629         (nnoo): Require, so that other packages can require nnimap.
7630         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7631         command we're looking for.  This helps when the server sends more
7632         responses after we've gotten everything we expected.
7633         (nnimap): Add a `newlinep' field to keep track of end-of-line
7634         conventions.
7635         Don't send CRLF to things that don't want it.
7636         (nnimap-request-accept-article): Ditto.
7637
7638 2010-09-18  Julien Danjou  <julien@danjou.info>
7639
7640         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7641         than curl to retrieve images.
7642
7643 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7646         the marks.
7647         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7648         (nnimap-wait-for-connection): New function.
7649         (nnimap-open-connection): If we have PREAUTH, don't query for login
7650         credentials.
7651         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7652         when doing a partial update.
7653
7654 2010-09-18  Julien Danjou  <julien@danjou.info>
7655
7656         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7657         tags.
7658
7659 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * nnimap.el (nnimap-credentials): New function.
7662         (nnimap-open-connection): Use the new function to look for credentials
7663         also on the numeric equivalents of "imap" and "imaps".
7664
7665         * gnus-start.el (gnus-activate-group): Send the info to
7666         gnus-request-group.
7667
7668         * nnimap.el (nnimap-request-group): Have the "check" version of the
7669         function parse flags and update the info, so that a `M-g' get a total
7670         resync of all flags from the group.
7671
7672         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7673         to allow backends to alter the info on group selection.  Also alter all
7674         the backend -request-group functions to take the parameter.
7675
7676         * nnimap.el (nnimap-store-info): New function.
7677         (nnimap-update-info): Store the info for later usage.
7678         (nnimap-request-group): Use the stored info for the dont-check case, so
7679         that we don't retrieve all marks when we enter a group.
7680
7681         * nnimap.el: Use deffoo instead of defun for interface functions.
7682
7683         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7684         update the group info.  This makes the nndraft groups, for instance, go
7685         back to their old behavior.
7686
7687         * gnus-sum.el (gnus-select-newsgroup): Indent.
7688
7689         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7690         in.
7691         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7692         nothing.
7693
7694         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7695         from methods that are denied.
7696
7697         * gnus-int.el (gnus-method-denied-p): New function.
7698
7699         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7700         store the password instead of netrc.
7701         (nnimap-open-connection): Don't error out when we can't make a
7702         connections.
7703
7704         * auth-source.el (auth-source-create): In the password prompt, say what
7705         we're querying for.  Also prompt for user name if that hasn't been
7706         given.
7707
7708         * nnimap.el (nnimap-with-process-buffer): Remove.
7709
7710 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7713         method when we're reading from the agent.
7714
7715         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7716
7717         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7718         that's probably most useful for users.
7719
7720         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7721         "failed" all the time.
7722
7723         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7724         ...)) with (with-current-buffer ... ).
7725
7726         * nntp.el (nntp-open-server): Return whether the open was successful or
7727         not.
7728
7729         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7730         select an unread unseen article first.
7731
7732         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7733         /etc/services, supply some sensible port defaults.
7734
7735         * dgnushack.el: Define netrc-credentials.
7736
7737 2010-09-17  Julien Danjou  <julien@danjou.info>
7738
7739         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7740
7741 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7742
7743         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7744         doesn't have any parameters.
7745
7746 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7749         only upcased checks.
7750
7751         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7752
7753         * nnimap.el (nnimap-open-shell-stream): New function.
7754         (nnimap-open-connection): Use it.
7755         (nnimap-transform-headers): Get the number of lines in each message.
7756         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7757         number of lines.
7758         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7759         problem.
7760
7761         * utf7.el (utf7-encode): Autoload.
7762
7763         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7764         to allow the mail splitting to not return a default group.  This is
7765         useful for nnimap, which will leave unmatched mail in the inbox.
7766
7767         * nnimap.el: Rewritten.
7768
7769         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7770         nnimap usage.
7771
7772         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7773         if the move is internal, so that nnimap can do fast internal moves.
7774
7775         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7776         data.
7777         (gnus-read-active-for-groups): Support finishing the early retrieval of
7778         data.
7779
7780         * gnus-range.el (gnus-range-nconcat): New function.
7781
7782         * gnus-int.el (gnus-finish-retrieve-group-infos)
7783         (gnus-retrieve-group-data-early): New functions.
7784
7785 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7786
7787         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7788         (nnrss-retrieve-groups):
7789         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7790         (pop3-quit): Use with-current-buffer.
7791
7792 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7795         instead of nnheader-accept-process-output.
7796
7797         * dgnushack.el (dgnushack-compile): Add comment.
7798
7799         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7800
7801         * gnus-html.el (gnus-html-schedule-image-fetching)
7802         (gnus-html-prefetch-images): Replace process-kill-without-query by
7803         gnus-set-process-query-on-exit-flag.
7804
7805 2010-09-16  Romain Francoise  <romain@orebokech.com>
7806
7807         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7808
7809 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7812         parameter to unintern is mandatory-ish in Emacs 24.
7813
7814         * gnus-html.el (gnus-html-schedule-image-fetching)
7815         (gnus-html-prefetch-images): Check for curl before using it.
7816
7817         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7818         depend on curl, which isn't essential.
7819
7820         * imap.el: Revert back to version
7821         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7822         seem problematic.
7823
7824 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7825
7826         * gnus-registry.el (gnus-registry-install-shortcuts):
7827         Explicitly pass `obarray' to `unintern' to avoid a warning.
7828
7829 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7832         change.
7833
7834         * nnrss.el (nnrss-request-list): Remove this function and related
7835         functions, including the moreover stuff.
7836
7837 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * nnrss.el (nnrss-retrieve-groups): New function.
7840
7841 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7842
7843         * .dir-locals.el: Add no-byte-compile cookie.
7844
7845 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * time-date.el (format-seconds): Comment fix.
7848
7849         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7850         for back end that doesn't support request-scan.
7851
7852 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7855         then do request scans from the backends.
7856
7857         * netrc.el (netrc-credentials): New conveniency function.
7858
7859         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7860         avoid running a hook per line, since this takes a lot of time,
7861         profiling shows.
7862         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7863         directly if gnus-visual-p is true.
7864
7865 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7868         groups; replace mapcar with dolist which is a bit faster; pass groups
7869         info to gnus-read-active-file-1.
7870         (gnus-read-active-file-1): Scan only specified groups if the new
7871         optional arg `infos' is given.
7872
7873 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7876
7877         * pop3.el (pop3-movemail): Remove.
7878         (pop3-streaming-movemail): Rename to pop3-movemail.
7879
7880         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7881         don't restrict end-tag searches to the end of the line.
7882
7883 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7886         articles of every unchecked group to t, which means unknown since the
7887         server has never been opened.
7888
7889 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * gnus-html.el (gnus-html-show-alt-text): New command.
7892         (gnus-html-browse-image): Ditto.
7893         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7894         to browse the image directly.
7895         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7896         better.
7897
7898         * gnus-async.el (gnus-async-article-callback):
7899         Call `gnus-html-prefetch-images' unconditionally.
7900
7901         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7902         before feeding URLs to curl.
7903
7904 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7907         internal images as deletable by `W D D'.
7908
7909         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7910         (gnus-async-article-callback): Fix typo.
7911
7912 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7915         current line to work around bugs in the output from w3m.
7916
7917         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7918         for groups that want that.
7919
7920         * nntp.el (nntp-wait-for-string): Supply a timeout for
7921         accept-process-output to ensure progress.
7922
7923         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7924         level to get unread articles from, then use that for foreign groups,
7925         too.
7926
7927         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7928         confuses the rest of the function.
7929
7930         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7931         for the methods that support -retrieve-groups, too.
7932
7933         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7934
7935 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7938         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7939
7940         * pop3.el: Require cl when compiling.
7941         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7942
7943 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7946         that aren't going to be activated.
7947         (gnus-get-unread-articles): Fix up the last commit.
7948
7949         * gnus-html.el (gnus-article-html): Allow calling without specifying
7950         the handle.  In that case, dissect the buffer first.
7951
7952         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7953
7954         * nnimap.el (nnimap-open-connection): Revert the change that would look
7955         into authinfo for imaps instead of imap.
7956
7957         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7958         say that you don't want to call gnus-request-group with don-check, but
7959         do check the reponse.  This is for virtual groups only.
7960         (gnus-get-unread-articles): Count the archive groups as secondary, so
7961         that they're activated the same way as before.
7962
7963         * imap.el (imap-message-map): Removed optional buffer parameter, since
7964         no callers use it.
7965         (imap-message-get): Ditto.
7966         (imap-message-put): Ditto.
7967         (imap-mailbox-map): Ditto.
7968         (imap-mailbox-put): Ditto.
7969         (imap-mailbox-get): Ditto.
7970         (imap-mailbox-get): Revert last change for this function.
7971
7972         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7973         case-insensitively.
7974         (nnimap-debug): Remove.
7975
7976         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7977         callers to use `imap-fetch' instead.  According to the comments, this
7978         should be safe, since all other IMAP clients use the 1:* syntax.
7979         (imap-enable-exchange-bug-workaround): Remove.
7980         (imap-debug): Remove -- doesn't seem very useful.
7981
7982         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7983         mail from a file, and the file doesn't exist.
7984
7985         * imap.el (imap-log): New convenience function used throughout instead
7986         of repeating the same code all over the place.
7987
7988         * pop3.el (pop3-streaming-movemail): Return t for success.
7989
7990         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7991         .authinfo if we're using ssl connection.
7992
7993         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7994         already have if we're in a main Gnus `g' run.
7995
7996         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7997
7998 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8001
8002         * nnmh.el (nnmh-request-list-1): Bind `file'.
8003
8004         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8005         alias to set-process-query-on-exit-flag or process-kill-without-query.
8006         (pop3-open-server): Use it.
8007
8008 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8011         box to the Incoming file.  Fixes mistake in previous checkin.
8012
8013         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8014         request loop (for debugging purposes) removed.
8015
8016         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8017         culprit is more visible.
8018         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8019         (nnml-add-incremental-nov): New functions to do "incremental" nov
8020         updates, where we just append to the end of the existing nov files
8021         without reading/writing them in full.
8022
8023         * mail-source.el (mail-source-delete-crash-box): Really only check the
8024         incoming files once in a while.
8025
8026         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8027
8028         * mail-source.el (mail-source-delete-crash-box): Only check the
8029         incoming files for deletion once per day to save a lot of file
8030         accesses.
8031
8032         * pop3.el (pop3-logon): Fix up unbound variable typo.
8033
8034         * mail-source.el (pop3-streaming-movemail): Autoload.
8035
8036         * pop3.el (pop3-streaming-movemail):
8037         Respect pop3-leave-mail-on-server.
8038
8039         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8040         retrieval.
8041
8042         * pop3.el (pop3-process-filter): Remove unused function.
8043         (pop3-streaming-movemail, pop3-send-streaming-command)
8044         (pop3-wait-for-messages, pop3-write-to-file)
8045         (pop3-number-of-responses): New functions for streaming pop3
8046         retrieval.
8047
8048         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8049         come from no known methods.
8050         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8051         list.
8052
8053         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8054         message sizes.
8055         (pop3-movemail): Use erase-buffer instead of looping and deleting
8056         regions, which seems rather odd.
8057
8058         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8059         file once per `g' run.
8060
8061         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8062         directories.  This makes the draft queue directory work.
8063
8064         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8065         data from the backends, so that we only request the list of groups from
8066         each method once.  This should speed things up considerably.
8067
8068         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8069         detect that it's not implemented.
8070
8071         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8072         we actually do recurse down into the tree, but don't stat all leaf
8073         nodes.
8074
8075         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8076         then say so instead of bugging out.
8077
8078         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8079         files exist before trying to read them.
8080
8081         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8082         around <pre_int>.
8083
8084         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8085
8086         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8087
8088 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * mm-util.el (mm-image-load-path): Just return the image directories,
8091         not all directories in the path in addition to the image directories.
8092         (mm-image-load-path): Maintain a cache of the image directories so that
8093         the `g' command in Gnus doesn't have to stat dozens of directories each
8094         time.
8095
8096         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8097         (gnus-html-wash-tags): Add a new `i' command to insert images.
8098         (gnus-html-insert-image): New command and keystroke.
8099         (gnus-html-redisplay-with-images): New command and keystroke.
8100         (gnus-html-show-images): Rename command.
8101         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8102         spacers.
8103         (gnus-html-wash-tags): Decode entities at the end, so that entities
8104         inside the tags don't mess up the rest of the "parsing".
8105
8106         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8107         so that nnimap methods aren't agentized by default.  There's apparently
8108         many problems related to agent/imap behavior.
8109
8110         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8111
8112         * gnus-html.el: Doc fix.
8113
8114 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8117         specifier-spec-list for Emacs 21.
8118
8119         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8120         glyph-width and glyph-height instead of display-graphic-p and
8121         image-size; make avoidance of displaying small images work for XEmacs.
8122
8123         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8124         for XEmacs.
8125
8126         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8127         of symbol that holds plist data.
8128         (gnus-process-plist): Remove plist of process after getting it.
8129
8130 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * message.el (message-generate-hashcash): Change default to
8133         'opportunistic if hashcash is installed.
8134
8135         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8136         (gnus-html-put-image): Only call image-size once, since it's somewhat
8137         time-consuming on remote X servers.
8138
8139 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8142         type on data, not a file name.
8143
8144         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8145         window-pixel-edges for Emacs 21.
8146
8147         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8148         decoded contents.
8149         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8150
8151 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8152
8153         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8154         group line format, since it isn't very interesting.
8155
8156         * gnus-agent.el (gnus-agent-short-article),
8157         (gnus-agent-long-article): Increase values for these two variables,
8158         since most people are likely to have more network connection and
8159         storage than before.
8160
8161         * gnus.el (gnus-refer-article-method): Change default to 'current.
8162         When referring an article, the common behavior is to refer it from the
8163         current select method, not the native select method.  The chances of
8164         the native select method having the message in question is rather slim
8165         these days.
8166
8167         * gnus-sum.el (gnus-auto-select-subject): Change default to
8168         `unseen-or-unread'.  I think it's likely that most people want to
8169         select an unseen article over a previously seen, but unread one.
8170
8171         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8172         means that in the article buffer none of the minor mode elements will
8173         be shown, usually, and this is not desirable in most cases.
8174
8175         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8176         that commands like `d' (and the like) go to the next line in the
8177         buffer, instead of the next unread article.  I think this is the
8178         behavior that is most natural for most users.
8179         (gnus-single-article-buffer): Change default to nil, so that people can
8180         have as many article buffers open as they have summary buffer.  I think
8181         this is the most natural way for the groups to behave.
8182
8183         * message.el (message-generate-new-buffers): Change default to
8184         `unsent', so that all new message buffers start their names with the
8185         string "*unsent", and it's easier to find the buffers if you move from
8186         them.
8187
8188 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8191         small.  They're probably tracking images.
8192         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8193         (gnus-html-rescale-image): Yet another try at getting the image sizing
8194         right.
8195
8196         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8197         nntp-marks-file-name is nil.
8198
8199 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-html.el (gnus-html-wash-tags)
8202         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8203         Better logging.
8204
8205 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8208
8209         * gnus-html.el (gnus-html-wash-tags): Check the value of
8210         gnus-blocked-images in the summary buffer.
8211
8212 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8213
8214         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8215
8216 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217
8218         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8219         like "a", it seems like.
8220         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8221         since it needs to be picked from the correct buffer.
8222
8223         * nnwfm.el: Remove.
8224
8225         * nnlistserv.el: Remove.
8226
8227 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8230         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8231
8232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * nnkiboze.el: Remove.
8235
8236         * nndb.el: Remove.
8237
8238         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8239         alt text.
8240         (gnus-html-rescale-image): Try to get the rescaling logic right for
8241         images that are just wide and not tall.
8242
8243         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8244         overshadow variable bindings.
8245
8246 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8247
8248         * gnus-html.el (gnus-html-wash-tags)
8249         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8250         Add extra logging.
8251
8252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8255         (gnus-max-image-proportion): New variable.
8256         (gnus-html-rescale-image): New function.
8257         (gnus-html-put-image): Rescale images.
8258
8259 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8260
8261         Fix up some byte-compiler warnings.
8262         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8263         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8264         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8265         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8266         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8267         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8268         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8269
8270 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-html.el (gnus-article-html): Decode contents by charset.
8273
8274 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8277         (gnus-html-frame-width, gnus-blocked-images):
8278         * message.el (message-prune-recipient-rules): Add custom version.
8279         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8280
8281         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8282         functions.
8283
8284         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8285         gnus-process-get.
8286
8287 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8288
8289         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8290         instead of lsub directly.
8291
8292 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * nnwarchive.el: Remove.
8295
8296         * gnus-soup.el: Remove.
8297
8298         * nnsoup.el: Remove.
8299
8300         * nnultimate.el: Remove.
8301
8302         * gnus-html.el (gnus-blocked-images): New variable.
8303
8304         * message.el (message-prune-recipients): New function.
8305         (message-prune-recipient-rules): New variable.
8306
8307         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8308         guess whether a long line is natural text or not.
8309
8310         * gnus-html.el (gnus-html-schedule-image-fetching):
8311         Use gnus-process-plist and friends for compatibility.
8312
8313 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * gnus-html.el: Require packages that define macros used in this file.
8316         (gnus-article-mouse-face): Declare to silence byte-compiler.
8317         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8318         process-get.
8319         (gnus-html-put-image): Use plist-get to avoid getf.
8320         (gnus-html-prefetch-images): Use with-current-buffer.
8321
8322 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-ems.el: Provide compatibility functions for
8325         gnus-set-process-plist.
8326
8327         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8328         header-line-format for XEmacs 21.4.
8329
8330         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8331         * gnus.el (gnus-valid-select-methods):
8332         * message.el (message-send-mail-partially-limit):
8333         * mm-decode.el (mm-text-html-renderer):
8334         * mml.el (mml-insert-mime-headers-always):
8335         * smiley.el (smiley-regexp-alist): Bump custom version.
8336
8337 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * gnus-html.el: require mm-url.
8340         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8341         with the url to `url'.
8342         (gnus-html-wash-tags): Support cid: URLs/images.
8343
8344 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345
8346         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8347         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8348         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8349
8350         * gnus-move.el: Remove file, since it doesn't really work.
8351
8352         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8353         UTF-8.  This seems to fix problems with some German web feeds.
8354
8355         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8356         at the top so that the proper colors are applied.
8357
8358         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8359         don't have dots in their names.
8360
8361         * gnus-art.el (gnus-article-view-part): Doc fix.
8362
8363         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8364         XEmacs-compatible.
8365         (gnus-html-put-image): Don't do images on non-graphic displays.
8366
8367         * nnslashdot.el: Remove this unused backend.
8368
8369         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8370         actions.
8371         (gnus-undo-register-1): Revert last change.
8372
8373         * gnus-group.el (gnus-group-completing-read): Protect against not
8374         having completion-styles bound.
8375
8376         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8377         make broken recipients happier.
8378
8379         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8380
8381         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8382         point parameter.
8383
8384         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8385
8386         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8387         completion-styles for group selection.
8388
8389 2009-02-04  Andreas Schwab  <schwab@suse.de>
8390
8391         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8392         headers and regexp-quote the match if necessary.
8393
8394 2009-03-24  Miles Bader  <miles@gnu.org>
8395
8396         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8397         the blinking smiley.
8398
8399 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8400
8401         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8402         blink smiley.
8403
8404 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8407         where the dribbel file lives exists.
8408
8409         * message.el (message-send-mail-partially-limit): Change the default to
8410         nil, since most people don't want this.
8411
8412         * mm-url.el (mm-url-decode-entities): Also decode entities like
8413         &#x3212.
8414
8415 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8416
8417         * gnus-sum.el (gnus-summary-idna-message):
8418         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8419         Hyperlink urls in docstrings with URL `...'.
8420
8421 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8422
8423         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8424         functions.
8425
8426 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8429         say what the mouseover text should be.
8430
8431         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8432         version of the mm-w3m-safe-url-regexp variable to only download images
8433         in the groups where we want that to happen.
8434
8435         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8436
8437         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8438         easier debugging.
8439         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8440         big pictures in the article buffer.
8441
8442         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8443         gnus-article-html.
8444         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8445         w3m.
8446
8447         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8448
8449 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8452         which doesn't exist.
8453
8454         * message.el (message-inhibit-ecomplete): New variable to allow some
8455         function to inhibit ecomplete address storage.
8456         (message-resend): Disable ecomplete message storage when resending
8457         messages.
8458
8459         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8460
8461 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8464         Save excursion while copying, moving, and deleting articles in order to
8465         prevent the cursor from jumping to unforeseen place.
8466
8467 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * lpath.el: No need to bind bookmark-current-buffer,
8470         bookmark-yank-point and bookmark-make-record-function.
8471
8472 2010-08-17  Glenn Morris  <rgm@gnu.org>
8473
8474         * gnus-sync.el: Require gnus components whose functions are used.
8475
8476         * gnus-art.el (bookmark-make-record-function):
8477         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8478         Declare for compiler.
8479
8480         * mm-url.el (mml-compute-boundary): Autoload.
8481
8482 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8485
8486 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         Typo fix "hoo4a" -> "hook".
8489
8490         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8491
8492 2010-08-14  Glenn Morris  <rgm@gnu.org>
8493
8494         * gnus-sync.el (gnus-sync): Fix defgroup version.
8495
8496 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8499
8500         * gnus-sync.el: Fix docs.
8501         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8502         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8503
8504 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         Optimizations for gnus-sync.el.
8507
8508         * gnus-sync.el: Add docs about gnus-sync-backend
8509         possibilities.
8510         (gnus-sync-save): Remove unnecessary message.
8511         (gnus-sync-read): Optimize and show what groups were skipped.
8512
8513 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8514
8515         Minor bug fixes for gnus-sync.el.
8516
8517         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8518         Don't read the sync on get-new-news.
8519
8520         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8521         quiet.
8522
8523         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8524         (fix typo).
8525
8526 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8527
8528         Make saving and restoring of hidden threads work with overlays.
8529         Patch applied by Ted Zlatanov.
8530
8531         * gnus-sum.el (gnus-hidden-threads-configuration)
8532         (gnus-restore-hidden-threads-configuration): Update to deal with text
8533         properties, rather than searching for a magic character.
8534
8535 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         New gnus-sync.el library for synchronization of marks.
8538
8539         * gnus-sync.el: New library for synchronization of marks.
8540
8541         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8542         renamed from `gnus-registry-grep-in-list'.
8543
8544         * gnus-registry.el (gnus-registry-follow-group-p):
8545         Use `gnus-grep-in-list'.
8546
8547         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8548
8549 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8552         determining charset of text fails.
8553
8554 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * nnmail.el (nnmail-get-new-mail-1): Revert.
8557
8558         * nnml.el (nnml-active-number): Make sure names of newly created groups
8559         in nnml-group-alist are encoded.
8560
8561 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8564         containing non-ASCII characters in active file for nnml back end.
8565
8566 2010-07-24  David Engster  <dengste@eml.cc>
8567
8568         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8569         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8570
8571 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8572
8573         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8574         tag (Bug#6654).
8575
8576 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8579         the article buffer, not the summary buffer.
8580
8581 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8584         Emacs 23 as well.
8585
8586 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8589         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8590
8591 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8592
8593         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8594         Patch applied by Karl Fogel.
8595
8596         * gnus-sum.el (gnus-summary-bookmark-make-record):
8597         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8598
8599 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8600
8601         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8602         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8603         C-w still not working correctly from Article buffers; Thierry's
8604         patch to fix that will be applied after this.
8605
8606         * gnus-art.el (bookmark-make-record-function): New local variable.
8607
8608         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8609         article buffer.
8610         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8611
8612 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8613
8614         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8615         on changes in bookmark.el.
8616
8617 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8620         `no-log' instead of message not to log prompt string.
8621
8622 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8623
8624         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8625         the *other* type of HTML form submission.
8626
8627 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8628
8629         * auth-source.el (auth-source-pick): If choice does not contain a
8630         questioned keyword, set the check to t.
8631
8632 2010-06-12  Romain Francoise  <romain@orebokech.com>
8633
8634         * gnus-util.el (gnus-date-get-time): Move up before first use.
8635
8636 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8639         (gnus-article-edit-part): Bind it to make last part that is substituted
8640         or deleted visible.
8641         (gnus-mime-display-single): Buttonize part of which id equals to
8642         gnus-mime-buttonized-part-id.
8643
8644 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8645
8646         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8647         (gnus-dd-mmm): Use gnus-date-get-time.
8648         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8649         simplify logic.
8650         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8651         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8652
8653 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8654
8655         * auth-source.el (top): Autoload `secrets-list-collections',
8656         `secrets-create-item', `secrets-delete-item'.
8657         (auth-sources): Fix tag string.
8658         (auth-get-source, auth-source-retrieve, auth-source-create)
8659         (auth-source-delete): New defuns.
8660         (auth-source-pick): Rewrite in order to avoid 2 passes.
8661         (auth-source-forget-user-or-password): New parameter USERNAME.
8662         (auth-source-user-or-password): New parameters CREATE-MISSING and
8663         DELETE-EXISTING.  Retrieve password interactively, if needed.
8664
8665 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8666
8667         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8668         deleting unused directories when gnus-expert-user is t.
8669
8670 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8673         for each temp file when gnus-article-browse-delete-temp is ask.
8674
8675 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8676
8677         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8678         Replace Lisp calls to delete-backward-char by calls to delete-char.
8679
8680 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8681
8682         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8683
8684 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8685
8686         * password-cache.el (password-cache-remove): Fix docstring.
8687
8688 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8691         article unless decoding article to be saved.
8692
8693 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8696         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8697         generated within the mm-with-unibyte-current-buffer macro.
8698
8699 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8702         to nil when we're in a mml-preview buffer and no group is selected.
8703
8704 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8705
8706         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8707         when catching the `C-g'.  Reported by "Leo".
8708
8709 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * message.el (message-forward-make-body-plain)
8712         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8713         multibyte-string-p.
8714
8715         * lpath.el: Revert.
8716
8717 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * message.el (message-forward-make-body-mml): Assume original message
8720         is multibyte string; error on unibyte.
8721         (message-forward-make-body-plain): Ditto; don't add excessive newline
8722         in body end.
8723
8724         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8725
8726 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8727
8728         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8729         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8730
8731 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * mm-extern.el (mm-extern-url): Don't use
8734         mm-with-unibyte-current-buffer.
8735         (mm-extern-cache-contents): Use with-current-buffer instead of
8736         save-excursion + set-buffer.
8737
8738 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * mm-util.el (mm-emacs-mule): Remove.
8741
8742 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8743
8744         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8745         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8746         change.
8747
8748 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8751         bind the default value of enable-multibyte-characters to nil.
8752
8753 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * message.el (message-forward-make-body-plain)
8756         (message-forward-make-body-mml):
8757         Don't use mm-with-unibyte-current-buffer.
8758
8759 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8760
8761         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8762
8763 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8764
8765         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8766         (Bug#5592).
8767
8768 2010-05-07  Julien Danjou  <julien@danjou.info>
8769
8770         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8771         it to mm-pipe-part.
8772
8773         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8774         it is given.
8775
8776 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * binhex.el (binhex-decode-region-internal):
8779         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8780         (dns-query):
8781         * nnweb.el (nnweb-gmane-search):
8782         * pgg-parse.el (pgg-parse-armor):
8783         * pgg.el (pgg-verify-region):
8784         * sha1.el (sha1-string-external):
8785         * uudecode.el (uudecode-decode-region-internal):
8786         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8787         XEmacs.
8788
8789         * gnus-art.el (gnus-article-browse-html-parts):
8790         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8791         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8792         make-temp-file.
8793
8794         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8795         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8796         compiling.
8797
8798         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8799         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8800         XEmacs when compiling.
8801
8802         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8803         gnus-pick-mode-off-hook for XEmacs when compiling.
8804         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8805         gnus-binary-mode-off-hook for XEmacs when compiling.
8806
8807         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8808         Return nil if char-charset is not available.
8809
8810         * imap.el (imap-disable-multibyte)
8811         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8812         macros.
8813
8814         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8815         instead of encode-coding-string.
8816
8817         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8818         'xemacs) instead of mm-emacs-mule to switch function definitions.
8819         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8820
8821         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8822         bind temporary-file-directory for XEmacs;
8823         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8824         timer-set-function for XEmacs 21.4 and SXEmacs;
8825         bind timer-list for XEmacs 21.4 and SXEmacs;
8826         fbind char-charset and find-charset-region for non-Mule XEmacs;
8827         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8828         encode-coding-region and encode-coding-string for XEmacs having no
8829         file-coding feature.
8830
8831 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8832
8833         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8834
8835 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8838         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8839
8840 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8841
8842         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8843         alias `jka-compr-delete-temp-file' no longer exists.
8844
8845 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8846
8847         Use define-minor-mode in Gnus where applicable.
8848         * mml.el (mml-mode): Use define-minor-mode.
8849         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8850         (gnus-undo-mode): Use define-minor-mode.
8851         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8852         (gnus-dead-summary-mode): Use define-minor-mode.
8853         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8854         Initialize in declaration.
8855         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8856         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8857         (gnus-mailing-list-mode): Use define-minor-mode.
8858         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8859         (gnus-draft-mode): Use define-minor-mode.
8860         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8861         (gnus-dired-mode): Use define-minor-mode.
8862
8863 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8864
8865         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8866         handles on recursive mml-to-mime translation and check them for
8867         boundary delimiter collisions.  Reported by Greg Troxel.
8868
8869 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8872
8873 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8874
8875         * mm-util.el (mm-find-buffer-file-coding-system):
8876         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8877
8878 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8879
8880         * message.el (message-generate-headers): Record insertion of optional
8881         headers as well.  Otherwise the check to prevent repeated insertion of
8882         optional headers is a no-op.
8883
8884 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8885
8886         * smime.el: Don't mention CVS.
8887
8888         * nnrss.el (nnrss-fetch): Don't mention CVS.
8889
8890         * nnir.el: Don't mention CVS.
8891
8892 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8893
8894         * gnus-sum.el (gnus-summary-bookmark-make-record):
8895         Add `location' field.
8896
8897 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * lpath.el: Fbind bookmark-default-handler,
8900         bookmark-get-bookmark-record, bookmark-make-record-default,
8901         bookmark-prop-get for Emacs <23 and XEmacs.
8902
8903 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8904
8905         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8906         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8907         Use with-current-buffer to silence the byte-compiler.
8908         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8909         bother to require `gnus'.
8910         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8911
8912 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8913
8914         * gnus-sum.el (gnus-summary-bookmark-make-record)
8915         (gnus-summary-bookmark-jump): New functions.
8916         (gnus-summary-mode): Setup bookmark support.
8917
8918 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8919
8920         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8921         if set.
8922
8923 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8926         gnus-article-browse-html-save-cid-image; make it work recursively for
8927         forwarded messages as well.
8928         (gnus-article-browse-html-parts): Work when prefix arg is given.
8929         (gnus-article-browse-html-article): Doc fix.
8930
8931 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8932
8933         * message.el (message-default-mail-headers):
8934         (message-default-headers): Carry the value mail-default-headers over
8935         into message-default-mail-headers, rather than message-default-headers.
8936
8937 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8938
8939         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8940         charset.
8941
8942         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8943         charset into the <meta> tag when the article is encoded to utf-8.
8944
8945 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-art.el (gnus-article-browse-delete-temp-files):
8948         Delete directories as well.
8949         (gnus-article-browse-html-parts): Work for images that do not specify
8950         file names; delete temp directory when quitting; insert header at the
8951         right place; use file: scheme for image files.
8952
8953 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8954
8955         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8956         (gnus-article-browse-html-parts): Use it to make temporary cid image
8957         files in addition to html file so that browser may display them.
8958
8959 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8962
8963 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8964
8965         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8966
8967 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8968
8969         * auth-source.el (auth-sources): Change default to be simpler.
8970         Explain about Secret Service API sources.  Improve Customize options.
8971         (auth-source-pick): Change to accept any number of search parameters.
8972         Implement fallbacks iteratively, not recursively.  Add scoring on the
8973         second pass and sort by score.  Call Secret Service API when needed.
8974         (auth-source-user-or-password): Use it.  Call Secret Service API
8975         directly when needed to get the user name and the password.
8976
8977 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8978
8979         * message.el (message-interactive): Doc fix.
8980         (message-qmail-inject-args): Reflow.
8981         (message-kill-to-signature): Fix typo in docstring.
8982
8983         * smiley.el (smiley-buffer): Fix typo in docstring.
8984
8985 2010-03-24  Glenn Morris  <rgm@gnu.org>
8986
8987         * mail-source.el (gnus-message): Declare.
8988         (mail-source-delete-old-incoming): Require gnus-util.
8989
8990 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8993
8994         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8995
8996         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8997         password-cache's default if it is not bound.
8998         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8999         password-cache-expiry's default if it is not bound.
9000
9001         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9002         available in Emacs 21.
9003
9004         * lpath.el: Suppress compiler warnings for:
9005         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9006         XEmacs;
9007         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9008         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9009         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9010
9011 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9012
9013         * auth-source.el (auth-sources): Fix up definition so extra parameters
9014         are always inline.
9015
9016 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9017
9018         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9019         wasn't updated after mismatch.  Clear cached mailbox info correctly
9020         when uidvalidity changes.
9021         (nnimap-group-prefixed-name): New function to avoid some code
9022         duplication.
9023         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9024         (nnimap-request-group): Use it.
9025         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9026         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9027         with many imap folders.  This is done by caching the group status from
9028         the imap server persistently in a group parameter `imap-status'.  (This
9029         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9030         but not persistently, so every Gnus startup was still very slow.)
9031
9032 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9033
9034         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9035         delete the extra newline.  Otherwise editing of :string and :number
9036         types don't work.
9037
9038 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9039
9040         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9041         secrets.el dependency.
9042         (auth-sources): Add optional user name.  Add secrets.el configuration
9043         choice (unused right now).
9044
9045 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         * gnus-sum.el (gnus-summary-make-menu-bar):
9048         Let `gnus-registry-install-shortcuts' fill in the functions.
9049
9050         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9051         warnings.
9052         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9053         (gnus-registry-install-shortcuts): Populate and use it in a
9054         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9055
9056 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9057
9058         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9059         In-place substitutions for the group name encoding/decoding.
9060         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9061         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9062         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9063         (nnimap-update-unseen, nnimap-request-list)
9064         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9065         (nnimap-request-set-mark, nnimap-split-to-groups)
9066         (nnimap-split-articles, nnimap-request-newgroups)
9067         (nnimap-request-create-group, nnimap-request-accept-article)
9068         (nnimap-request-delete-group, nnimap-request-rename-group)
9069         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9070         `encoded-mbx' for consistency.
9071         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9072         variable `imap-current-mailbox'.
9073
9074         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9075         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9076
9077 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9078
9079         * pop3.el (pop3-display-message-size-flag): Display message size byte
9080         counts during POP3 download.
9081         (pop3-movemail): Use it.
9082         (pop3-list): Implement listing of available messages.
9083
9084 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9085
9086         * nnir.el (nnir-get-article-nov-override-function): New function to
9087         override the normal NOV retrieval.
9088         (nnir-retrieve-headers): Use it.
9089
9090 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9091
9092         * auth-source.el (netrc-machine-user-or-password): Autoload.
9093
9094 2010-03-19  Glenn Morris  <rgm@gnu.org>
9095
9096         Stop message.el from loading about 40 libraries it doesn't always need.
9097         The general approach is to autoload rather than require, and to
9098         require in the specific functions rather than the file.  (Bug#5642)
9099
9100         * gmm-utils.el: Don't require wid-edit.
9101         (widget-create-child-value, widget-convert, widget-default-get):
9102         Autoload.
9103
9104         * gnus-util.el: Don't require time-date, netrc.
9105         (message-fetch-field, gnus-group-name-decode): Declare rather than
9106         autoloading.
9107         (gnus-fetch-field): Require message.
9108         (gnus-decode-newsgroups): Require gnus-group.
9109
9110         * ietf-drums.el: Don't require time-date.
9111
9112         * message.el: Don't require hashcash, canlock, ecomplete.
9113         Do require mail-utils.  Require nnheader only when compiling.
9114         (smtpmail-default-smtp-server): Remove declaration.
9115         (message-send-mail-function): Check smtpmail-default-smtp-server
9116         is bound rather than requiring smtpmail.
9117         (message-auto-save-directory, message-insert-signature):
9118         Use expand-file-name rather than nnheader-concat.
9119         (nnheader-insert-file-contents): Autoload.
9120         (hashcash-wait-async): Declare.
9121         (message-send-mail): Only call gnus-setup-posting-charset if
9122         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9123         (message-send-mail-with-sendmail): Require sendmail.
9124         (canlock-password, canlock-password-for-verify): Declare.
9125         (message-canlock-password): Require canlock.
9126         (nnheader-get-report): Autoload.
9127         (gnus-setup-posting-charset): Declare.
9128         (message-send-news): Require gnus-msg.
9129         (message-make-references, message-make-in-reply-to): Use mail-header-id
9130         rather than the alias mail-header-message-id.
9131         (ecomplete-add-item, ecomplete-save): Declare.
9132         (message-put-addresses-in-ecomplete): Require ecomplete.
9133         (ecomplete-display-matches): Autoload.
9134
9135         * mm-decode.el: Don't require mailcap, gnus-util.
9136         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9137         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9138         Autoload.
9139         (mailcap-mime-extensions): Declare.
9140
9141         * mm-encode.el: Don't require mailcap.
9142         (mailcap-extension-to-mime): Autoload.
9143
9144         * mml-sec.el: Don't require password-cache.
9145
9146         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9147         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9148         (mml-minibuffer-read-type): Require mailcap.
9149         (mml-preview): Require gnus-msg.
9150
9151         * mml1991.el: Require password-cache.
9152         (password-cache-expiry): Remove declaration.
9153
9154         * mml2015.el: Require password-cache.
9155         (password-cache-expiry): Remove declaration.
9156
9157         * nneething.el (mailcap): Require mailcap.
9158
9159         * nnheader.el (declare-function): Add compatibility stub.
9160         (message-remove-header): Declare rather than autoload.
9161         (nnheader-replace-header): Require message.
9162
9163         * nnimap.el (declare-function): Add compatibility stub.
9164         (netrc-parse, netrc-machine-user-or-password): Declare.
9165         (nnimap-open-connection): Require netrc.
9166
9167         * nntp.el (declare-function): Add compatibility stub.
9168         (netrc-parse, netrc-machine, netrc-get): Declare.
9169         (nntp-send-authinfo): Require netrc.
9170
9171         * rfc2047.el: Don't require qp.
9172         (quoted-printable-encode-region, quoted-printable-decode-string):
9173         Autoload.
9174
9175         * sieve-mode.el: Don't require easymenu.
9176         (easy-menu-add-item): Autoload it.
9177
9178         * spam-stat.el (time-to-number-of-days): Autoload it.
9179
9180 2010-03-19  Glenn Morris  <rgm@gnu.org>
9181
9182         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9183
9184 2010-03-18  Glenn Morris  <rgm@gnu.org>
9185
9186         * hashcash.el (declare-function): Remove duplicate definition.
9187
9188 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9189
9190         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9191         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9192         value if any backslash escapes).
9193
9194 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9197         if it is available.  (bug#5647)
9198
9199         * lpath.el: Suppress compiler warning for coding-system-from-name for
9200         Emacs 21 and XEmacs.
9201
9202 2010-03-14  Juri Linkov  <juri@jurta.org>
9203
9204         * hmac-def.el:
9205         * hmac-md5.el:
9206         * netrc.el: Fix keywords.
9207
9208 2010-02-26  Glenn Morris  <rgm@gnu.org>
9209
9210         * message.el (message-send-mail-function): Change the default, so that
9211         it inherits from a customized send-mail-function.  (Bug#5643)
9212
9213 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9214
9215         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9216         shell-command-to-string signals an error (bug#5299).
9217
9218 2010-02-24  Glenn Morris  <rgm@gnu.org>
9219
9220         * message.el (message-smtpmail-send-it)
9221         (message-send-mail-with-mailclient): Doc fixes.
9222
9223 2010-02-16  Glenn Morris  <rgm@gnu.org>
9224
9225         * message.el (message-default-mail-headers): Change the default value
9226         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9227
9228 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9231         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9232
9233 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9234
9235         * time-date.el (date-to-time): Doc fix (Bug#5408).
9236
9237 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9238
9239         * message.el (message-mail): Just pass yank-action on to message-setup.
9240         (message-setup): Handle (FUN . ARGS) form of yank-action.
9241         (message-with-reply-buffer, message-widen-reply)
9242         (message-yank-original): Handle non-buffer values of
9243         message-reply-buffer (Bug#4080).
9244         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9245
9246 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9247
9248         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9249         Fix typo in docstring.
9250
9251 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9252
9253         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9254         response.
9255
9256 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9259
9260         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9261
9262         * message.el (message-check-news-header-syntax): Protect against a
9263         string that `rfc822-addresses' returns when parsing fails.
9264
9265 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9268         (gnus-previous-char-property-change): New functions.
9269
9270         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9271
9272 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9273
9274         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9275         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9276
9277 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9278
9279         * message.el (message-exchange-point-and-mark): Rework last change to
9280         avoid using optional arg of exchange-point-and-mark, for backward
9281         compatibility.
9282
9283 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9284
9285         * message.el (message-exchange-point-and-mark):
9286         Call exchange-point-and-mark with an argument rather than setting
9287         mark-active by hand (Bug#5175).
9288
9289 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * nntp.el (nntp-service-to-port): Work for service expressed with
9292         numeric string; replace [:digit:] with [0-9] for XEmacs.
9293
9294 2009-12-17  Glenn Morris  <rgm@gnu.org>
9295
9296         * gnus-group.el (gnus-bug-group-download-format-alist):
9297         Change emacs entry to debbugs.gnu.org.  Bump :version.
9298
9299 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9302
9303 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * message.el (message-info): Explain why we use `Info-goto-node'.
9306
9307 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9310
9311 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9312
9313         * message.el (message-completion-in-region): New compatibility function.
9314         (message-expand-group): Use it.
9315
9316 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9319         with no unread article should be listed if the 2nd arg `predicate' is
9320         given.
9321
9322 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9325
9326 2009-11-29  Juri Linkov  <juri@jurta.org>
9327
9328         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9329         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9330         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9331
9332 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9333
9334         * sha1.el (sha1-string-external): default-directory "/" in case
9335         otherwise non-existent.  process-connection-type pipe for touch of
9336         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9337
9338 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9339
9340         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9341         it's comms related and sgml-mode.el has "comm" on that basis too.
9342
9343 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9346         containing tspecial characters if they have been already quoted.
9347
9348 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9349
9350         * dns-mode.el (auto-mode-alist): Purecopy string.
9351
9352 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9353
9354         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9355
9356 2009-10-24  Glenn Morris  <rgm@gnu.org>
9357
9358         * gnus-art.el (help-xref-stack-item): Define for compiler.
9359
9360 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9361
9362         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9363
9364 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9367
9368 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9371         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9372
9373 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9376         (gnus-overlays-in): New alias to overlays-in.
9377
9378         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9379         gnus-overlay-get, and gnus-delete-overlay.
9380         (gnus-summary-show-thread): Make it work as well for systems in which
9381         next-single-char-property-change is not available.
9382         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9383
9384         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9385         (gnus-overlay-get): New alias to extent-property.
9386         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9387
9388         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9389         SXEmacs.
9390
9391         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9392         SXEmacs.
9393
9394 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9397
9398 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9399
9400         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9401         and XEmacs that don't have `remove-overlays'.
9402
9403 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9404
9405         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9406         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9407         selective display.  Use overlays instead.
9408
9409 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9410
9411         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9412
9413 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9414
9415         * spam-stat.el (spam-stat-load): Fix typo in message.
9416
9417 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9418
9419         * dig.el (dig-invoke): Fix typo in docstring.
9420         (query-dig): Reflow docstring.
9421
9422 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9423
9424         * gnus-art.el (gnus-article-encrypt-body):
9425         * message.el (message-check-recipients):
9426         * mm-util.el (mm-codepage-setup):
9427         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9428         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9429
9430 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9431
9432         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9433         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9434         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9435         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9436         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9437
9438 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9439
9440         * dig.el: Add "Keywords: comm", as per net-utils.el.
9441
9442 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9443
9444         * dig.el (dig-mode): Use define-derived-mode.
9445
9446 2009-09-19  Glenn Morris  <rgm@gnu.org>
9447
9448         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9449
9450 2009-09-18  Glenn Morris  <rgm@gnu.org>
9451
9452         * gnus-diary.el (gnus-diary-check-message):
9453         * message.el (message-insert-formatted-citation-line):
9454         * nnbabyl.el (top-level):
9455         * nndiary.el (nndiary-schedule):
9456         Fix typos in condition-case handlers.
9457
9458 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9461         configuration that provides the sole article window in a frame;
9462         position point correctly after deleting a part.
9463
9464 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9465
9466         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9467         (spam-resolve-registrations-routine): Use it to unregister articles
9468         that change status.
9469
9470 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9473         with XEmacs.
9474         (parse-time-string-chars): Use it.
9475
9476 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * imap.el (imap-interactive-login): Better messages.
9479         (imap-open): Fix bug with renamed buffer on reconnect.
9480         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9481         for easier debugging and cleaner code.  On successful (guessed based on
9482         server capabilities) secondary authentication, set imap-state
9483         correctly.
9484         (imap-last-authenticator): Define imap-last-authenticator as a variable
9485         to avoid warnings.
9486
9487 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * nnrss.el (nnrss-request-article): Remove binding of
9490         default-enable-multibyte-characters that has gotten needless by
9491         the 2007-07-13 change in rfc2047-encode-message-header.
9492
9493         * mml.el (mml-insert-multipart): Error on the message header.
9494         (mml-insert-part): Error on the message header; position point at
9495         the end of a MIME tag.
9496
9497 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * time-date.el (autoload): Expand define-obsolete-function-alias into
9500         defalias and make-obsolete for old Emacsen that Gnus supports.
9501         (with-no-warnings): Define it for old Emacsen.
9502         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9503         is available.
9504         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9505         float-time is available; suppress compile warning for time-to-seconds.
9506
9507         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9508         (gnus-float-time): Alias to float-time if it exists.
9509
9510         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9511         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9512         float-time is available; suppress compile warning for time-to-seconds.
9513
9514         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9515         XEmacs.
9516
9517 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * imap.el (imap-message-map): Docstring fix.
9520
9521 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9524         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9525         Add the optional argument `encoding' that overrides the default.
9526
9527         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9528         mm-encode-buffer.
9529
9530 2009-09-04  Glenn Morris  <rgm@gnu.org>
9531
9532         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9533         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9534         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9535         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9536         * mm-util.el (mm-with-unibyte-current-buffer)
9537         (mm-find-buffer-file-coding-system):
9538         * yenc.el (yenc-decode-region): Use default-value rather than
9539         default-enable-multibyte-characters.
9540
9541 2009-09-03  Glenn Morris  <rgm@gnu.org>
9542
9543         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9544         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9545         than default-enable-multibyte-characters.
9546
9547 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9548
9549         * gnus-art.el (gnus-article-read-summary-keys):
9550         Fix gnus-buffer-configuration's value temporarily used.
9551
9552 2009-09-02  Glenn Morris  <rgm@gnu.org>
9553
9554         * gnus-util.el (gnus-float-time): New function.
9555         * gnus-delay.el (gnus-delay-article):
9556         * gnus-sum.el (gnus-thread-latest-date):
9557         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9558         * nnspool.el (nnspool-request-newgroups):
9559         Use gnus-float-time rather than time-to-seconds.
9560         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9561
9562         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9563         (gnus-header-subject-face, gnus-header-newsgroups-face)
9564         (gnus-header-name-face, gnus-header-content-face):
9565         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9566         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9567         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9568         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9569         (gnus-cite-face-11):
9570         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9572         (gnus-server-closed-face, gnus-server-denied-face)
9573         (gnus-server-offline-face):
9574         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9575         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9576         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9577         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9578         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9579         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9580         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9581         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9582         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9583         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9584         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9585         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9586         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9587         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9588         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9589         (gnus-summary-high-undownloaded-face)
9590         (gnus-summary-low-undownloaded-face)
9591         (gnus-summary-normal-undownloaded-face)
9592         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9593         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9594         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9595         (gnus-splash-face):
9596         * message.el (message-header-to-face, message-header-cc-face)
9597         (message-header-subject-face, message-header-newsgroups-face)
9598         (message-header-other-face, message-header-name-face)
9599         (message-header-xheader-face, message-separator-face)
9600         (message-cited-text-face, message-mml-face):
9601         * sieve-mode.el (sieve-control-commands-face)
9602         (sieve-action-commands-face, sieve-test-commands-face)
9603         (sieve-tagged-arguments-face):
9604         * spam.el (spam-face):
9605         Mark face aliases with "-face" in the name as obsolete.
9606
9607 2009-09-01  Glenn Morris  <rgm@gnu.org>
9608
9609         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9610         than goto-line.
9611
9612 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9615         Don't move point if the command is invoked inside the message header.
9616
9617 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9618
9619         * imap.el (imap-send-command): Simplify.
9620         (imap-wait-for-tag): point-max -> buffer-size.
9621
9622 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9623
9624         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9625         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9626         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9627         * nnir.el (nnir-swish-e-index-file):
9628         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9629         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9630         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9631         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9632         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9633         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9634
9635 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9638         Don't save excursion.
9639
9640 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9641
9642         * nnheader.el (nnheader-find-file-noselect):
9643         * mm-util.el (mm-insert-file-contents):
9644         Use (default-value 'major-mode) instead of default-major-mode.
9645
9646 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9647
9648         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9649
9650 2009-08-26  Glenn Morris  <rgm@gnu.org>
9651
9652         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9653         than placing in files.el.
9654
9655 2009-08-25  Glenn Morris  <rgm@gnu.org>
9656
9657         * nnir.el (top-level): Don't require cl at run-time.
9658         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9659         Replace cl-function substitute with gnus-replace-in-string.
9660         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9661         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9662         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9663         simplified expansions.
9664
9665 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9666
9667         * dig.el (dig): Add autoload cookie.
9668
9669 2009-08-22  Glenn Morris  <rgm@gnu.org>
9670
9671         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9672         goto-line.
9673
9674 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9675
9676         * parse-time.el (parse-time-string-chars): Save match data.
9677
9678 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9679
9680         * parse-time.el (parse-time-string-chars): Compute using character
9681         classes, to handle non-ascii characters (Bug#3190).
9682
9683 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9686
9687         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9688         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9689         (gnus-mm-display-part, gnus-mime-display-single)
9690         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9691         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9692
9693         * gnus-sum.el
9694         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9695         (gnus-summary-move-article): Add expirable mark to articles copied or
9696         moved to group that has auto-expire turned on if the option is non-nil.
9697
9698 2009-07-24  Glenn Morris  <rgm@gnu.org>
9699
9700         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9701         Fix typo.  (Bug#3903)
9702
9703 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9706         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9707         that should not be used for draft articles.
9708         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9709         that has no concern in minor mode keys.
9710         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9711         Abolish.
9712
9713 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9716         article without making inquiry to a user for unknown encoding.
9717
9718         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9719         (nnmaildir--scan): Assume i-node and device number that file-attributes
9720         returns might be cons-cell.
9721
9722         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9723
9724         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9725
9726 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9727
9728         * auth-source.el: Remove docs now in auth.texi.  Don't use
9729         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9730         `auth-source-hide-passwords' and use them.
9731
9732 2009-07-15  Glenn Morris  <rgm@gnu.org>
9733
9734         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9735
9736 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9739         excessive whitespace from the default values of title and description.
9740
9741 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9744         mail-fetch-field to fetch Content-Description header in order to
9745         exclude newlines.
9746
9747 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9748
9749         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9750         format used by GnuPG 2.0.11.
9751
9752 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9755         to deleted part.
9756
9757 2009-05-30  David Engster  <dengste@eml.cc>
9758
9759         * nnmairix.el: Remove old documentation in the commentary block.
9760         (nnmairix-request-group): Do not update active file for nnml back ends.
9761         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9762         end so that overview files are ignored.
9763         (nnmairix-update-groups): Make updating the groups more robust by using
9764         marks.
9765         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9766         with dollar characters in message-id.
9767
9768 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9771         2008-12-25 in dns.el.
9772
9773 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9774
9775         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9776         could happen if the text is only composed of spaces and/or tabs.
9777
9778 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9779
9780         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9781         when sending a queued message to avoid extra mml tags.
9782
9783 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9786
9787 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9790         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9791         rmail-toggle-header for XEmacs;
9792         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9793
9794 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-dired.el: Remove autoload for gnus-setup-message.
9797         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9798         displaying Gnus logo; always use compose-mail.
9799
9800 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9803
9804 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9807         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9808         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9809         available.
9810         (gnus-nocem-epg-verify): New function.
9811
9812 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9815
9816 2009-02-15  Glenn Morris  <rgm@gnu.org>
9817
9818         * gnus-util.el (rmail-insert-rmail-file-header)
9819         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9820         autoloads.
9821         (rmail-default-rmail-file): Remove unnecessary declaration.
9822         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9823
9824 2009-02-14  Glenn Morris  <rgm@gnu.org>
9825
9826         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9827         variable (only used in gnus-util, which declares it anyway).
9828         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9829         which was only needed by gnus-art (changed to not use it any more).
9830         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9831         only used in gnus-util, which autoloads it itself.
9832         (rmail-update-summary): Fix autoload.
9833
9834         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9835         rather than rmail-output-to-rmail-file.
9836
9837 2009-02-07  Glenn Morris  <rgm@gnu.org>
9838
9839         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9840         autoload of function that no longer exists.
9841         (rmail-toggle-header): Declare.
9842         (message-forward-rmail-make-body): Handle mbox Rmail.
9843
9844 2009-01-31  Glenn Morris  <rgm@gnu.org>
9845
9846         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9847         2009-01-09 change.
9848
9849 2009-01-31  Dave Love  <fx@gnu.org>
9850
9851         * imap.el (imap-fetch-safe): Bind debug-on-error.
9852         (imap-debug): Add imap-fetch-safe.
9853
9854 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9855
9856         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9857         (auth-source-forget-all-cached): New convenience function.
9858         (auth-source-user-or-password): Accept list of modes or a single mode.
9859
9860         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9861         auth-source modes.
9862
9863         * netrc.el (netrc-machine-user-or-password): Use list of
9864         auth-source modes.
9865
9866         * nnimap.el (nnimap-open-connection): Use list of
9867         auth-source modes.
9868
9869         * nntp.el (nntp-send-authinfo): Use list of
9870         auth-source modes.
9871
9872 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9873
9874         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9875         now.
9876
9877 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9880         coding system in XEmacs; add a workaround for XEmacs.
9881
9882         * lpath.el: Fbind coding-system-aliasee.
9883
9884 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9887         of current-language-environment.
9888
9889 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9892         available at runtime.
9893
9894 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9897
9898 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9899
9900         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9901         the greatest positive fixnum value doesn't work under an XEmacs with
9902         bignum support; use the most-positive-fixnum constant instead,
9903         available since Emacs 21.1 with cl and XEmacs 21.1.
9904
9905 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9908         XEmacs gets not to work.
9909
9910 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * mm-util.el (mm-coding-system-priorities): Allow the value like
9913         "Japanese (UTF-8)" of current-language-environment.
9914
9915 2009-01-09  Glenn Morris  <rgm@gnu.org>
9916
9917         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9918         with last-command-event.
9919
9920 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9923         in the doc string.
9924
9925         * message.el (message-fix-before-sending): Amend comment.
9926
9927 2009-01-08  Dave Love  <fx@gnu.org>
9928
9929         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9930
9931 2009-01-07  David Engster  <dengste@eml.cc>
9932
9933         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9934         simplified server definitions by converting it via
9935         gnus-server-to-method.
9936
9937 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9940         parameter's operands.
9941
9942 2009-01-06  David Engster  <dengste@eml.cc>
9943
9944         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9945         primary select method (for gnus-group-mark-article-as-read).
9946
9947 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9948
9949         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9950         `(gnus)Face', not `(gnus)X-Face'.
9951
9952 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * mm-util.el (mm-ucs-to-char): New function.
9955
9956         * mm-url.el (mm-url-decode-entities): Use it.
9957
9958         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9959         unicode-to-char.
9960
9961 2009-01-05  Dave Love  <fx@gnu.org>
9962
9963         * time-date.el: Require cl for `declare'.
9964
9965 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9968         Dave Love.
9969
9970 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * message.el (message-fix-before-sending): Add `eight-bit' to
9973         illegible-text check.
9974
9975 2009-01-03  Michael Olson  <mwolson@gnu.org>
9976
9977         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9978         `headers' is nil.  This can occur if the IMAP server does not have
9979         permissions to read messages from a folder, but can write new messages
9980         to the folder.
9981         (nnimap-request-article-part): Do not insert `data' if it is nil.
9982
9983         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9984         characters which will confuse `read', so skip past them.
9985
9986 2009-01-01  Dave Love  <fx@gnu.org>
9987
9988         * imap.el (imap-string-to-integer): Fix typo.
9989         (imap-fetch-safe): New function.
9990         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9991
9992         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9993
9994         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9995         (imap-parse-greeting): Fix doc strings.
9996         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9997         (imap-parse-flag-list): Make messages unique.
9998         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9999
10000         * nnimap.el: Fix author email.
10001         (nnimap-split-rule): Add FIXME comment.
10002         (nnimap-debug): Fix doc string.
10003
10004 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10007
10008 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10011         nslookup if resolv.conf isn't available.
10012         (dns-query): Rename from query-dns.
10013         (dns-query-cached): Rename from query-dns-cached.
10014
10015 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10018         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10019         to check if those variables exist (first appeared in Emacs 18.50).
10020
10021 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * mm-util.el (mm-line-number-at-pos): New function.
10024
10025         * spam-report.el (spam-report-process-queue): Use it.
10026
10027 2008-12-24  David Engster  <dengste@eml.cc>
10028
10029         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10030         parameters that haven't existed as variables as buffer-local variables.
10031
10032 2008-12-23  Dave Love  <fx@gnu.org>
10033
10034         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10035         cadar.
10036
10037         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10038         imap-starttls-p.
10039         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10040
10041 2008-12-22  Dave Love  <fx@gnu.org>
10042
10043         * imap.el: Fix author email.  Doc fixes.
10044         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10045         reply.
10046
10047 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * spam-report.el (spam-report-gmane-max-requests): New constant.
10050         (spam-report-gmane-wait): New variable.
10051         (spam-report-gmane-ham, spam-report-gmane-spam)
10052         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10053         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10054         the server.
10055
10056         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10057         Add explanations.
10058
10059         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10060         nnheader-accept-process-output and nnheader-read-timeout if available.
10061         (pop3-movemail): Use it.
10062
10063         * message.el (message-check-news-body-syntax): Fix signature check if
10064         there's an attachment.
10065
10066 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * mm-util.el: Add comments to the mm- emulating functions.
10069
10070 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10073         Reported by Stephen Berman <stephen.berman@gmx.net>.
10074
10075 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * mm-util.el (mm-substring-no-properties): New function.
10078         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10079         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10080         (mm-string-to-multibyte): Doc fix.
10081
10082         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10083
10084 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * mml.el (mml-attach-file): Strip text properties from file name.
10087         (Bug#1574)
10088
10089 2008-12-16  Glenn Morris  <rgm@gnu.org>
10090
10091         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10092
10093 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10096         knows since the charset specified might be a bogus alias that
10097         mm-charset-synonym-alist provides.
10098
10099 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10102         "ISO_8859-1".
10103
10104         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10105
10106 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * mm-util.el (mm-charset-eval-alist):
10109         Define it before mm-charset-to-coding-system.
10110         (mm-charset-to-coding-system): Add optional argument `silent';
10111         define it before mm-charset-override-alist.
10112         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10113         default value if it can be used in Emacs currently running;
10114         silence mm-charset-to-coding-system.
10115
10116 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10119         `allow-override' which says whether to use `mm-charset-override-alist'.
10120         (rfc2047-decode-encoded-words): Use it.
10121
10122         * mm-util.el (mm-charset-override-alist): Fix custom type;
10123         add `(gb2312 . gbk)' to choices.
10124
10125 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10128         fast.
10129
10130         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10131
10132         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10133
10134 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10135
10136         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10137         on links.
10138
10139         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10140
10141 2008-12-03  Lute Kamstra  <lute@gnu.org>
10142
10143         * sha1.el: Remove leading * from docstrings of defcustoms,
10144         deffaces, defconsts and defuns.
10145
10146 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10149         users' addresses that don't have domain parts.
10150         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10151         rather than message-narrow-to-head since there will be the message
10152         header separator.
10153
10154 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10155
10156         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10157         since the result is inserted in a unibyte buffer anyway.
10158         (nnimap-demule-use-string-to-multibyte): Remove.
10159         (nnimap-demule): Alias it to mm-string-to-multibyte.
10160
10161 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10164         variable for debugging bug#464 and bug#1174.
10165         (nnimap-demule): Use it.
10166
10167 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10170         score calculation correctly.
10171
10172 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10173
10174         * message.el (message-send-mail): Just set the buffer to unibyte
10175         rather than use mm-with-unibyte-current-buffer which does a lot more.
10176         (message-send-mail-partially): Don't bother with
10177         mm-with-unibyte-current-buffer since it's already been made unibyte by
10178         message-send-mail.
10179
10180 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10181
10182         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10183
10184 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10185
10186         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10187
10188 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10191         require itself and to remove `with-no-warnings'.
10192
10193 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * starttls.el (starttls-any-program-available): Get the name of the
10196         available TLS layer program.
10197         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10198         well as the host name in the "opening" message.
10199
10200         * auth-source.el (auth-source-cache, auth-source-do-cache)
10201         (auth-source-user-or-password): Cache passwords and logins by default,
10202         allow override with `auth-source-do-cache'.
10203         (auth-source-forget-user-or-password): Allow users to remove cache
10204         entries if needed.
10205
10206 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10207
10208         * md4.el (md4-buffer): Fix typo in docstring.
10209         (md4, md4-64): Doc fixes.
10210         (md4-pack-int32): Reflow docstring.
10211
10212 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10213
10214         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10215         condition-case to only the forward-sexp call.
10216
10217 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10218
10219         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10220         quotes contained.  Make it more robust regardless by an extra
10221         condition-case wrapper.
10222
10223 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10226
10227 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * nnml.el (nnml-request-expire-articles): Check if the function set to
10230         `nnmail-expiry-target' returns the symbol `delete'.
10231
10232         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10233
10234         * nnmail.el (nnmail-expiry-target): Fix custom type.
10235
10236 2008-10-02  Glenn Morris  <rgm@gnu.org>
10237
10238         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10239         Silence compiler warning.
10240
10241 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10242
10243         * tls.el (open-tls-stream): Show the actual command being
10244         executed, instead of the format string.
10245
10246 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * lpath.el: Fbind codepage-setup for Emacs 23.
10249
10250 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10251
10252         * mml.el (mml-menu): Don't assume mml2015 is bound.
10253
10254 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10257         exists.
10258
10259 2008-09-27  Glenn Morris  <rgm@gnu.org>
10260
10261         * gnus-util.el (mail-header-remove-comments): Autoload it.
10262
10263 2008-09-27  Andreas Schwab  <schwab@suse.de>
10264
10265         * gnus-util.el (gnus-split-references): Strip comments.
10266         (gnus-parent-id): Likewise.
10267
10268 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * message.el (message-confirm-send): Fix version.
10271
10272 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * message.el (message-idna-to-ascii-rhs-1): Use
10275         mail-extract-address-components rather than mail-header-parse-addresses
10276         that is an alias by default to ietf-drums-parse-addresses that does not
10277         support non-ASCII names in headers' contents.
10278
10279 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10280
10281         * message.el (message-confirm-send): Fix variable documentation to
10282         avoid the "y/n" wording.
10283
10284 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10285
10286         * message.el (message-set-auto-save-file-name): Save to a different
10287         filename so multiple messages (especially drafts) can be recovered.
10288
10289 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10290
10291         * message.el (message-confirm-send): Add appropriate version.
10292
10293 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10294
10295         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10296         defvar.
10297
10298 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10299
10300         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10301         (mm-pkcs7-enveloped-magic): Ditto.
10302
10303 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10304
10305         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10306         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10307
10308 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10309
10310         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10311         default, it's better.
10312
10313 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10314
10315         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10316         summary line gnus-number property and ignore them (with a warning
10317         message).
10318
10319 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10322         macro caddr in the interactive form since it won't be expanded.
10323
10324 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10327         `charset'; fix name of function called recursively.
10328         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10329
10330 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10333         (gnus-mime-set-charset-parameters): New function.
10334         (gnus-mime-view-part-as-charset): Use it to correctly display part
10335         specifying wrong charset.
10336
10337 2008-09-08  David Engster  <dengste@eml.cc>
10338
10339         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10340         in completing-read for back end server.
10341
10342 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10343
10344         * message.el (message-confirm-send): New variable to confirm sending a
10345         message.
10346         (message-send): Use it.
10347
10348 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10349
10350         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10351
10352 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10355
10356 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10357
10358         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10359         prevent tracking too many groups.
10360         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10361         Use it.
10362
10363 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10364
10365         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10366         moving point to the bottom of the window in order to avoid recentering.
10367
10368 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10371
10372         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10373         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10374         (gnus-article-beginning-of-window): Fix calculation.
10375
10376 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-msg.el (gnus-summary-supersede-article)
10379         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10380         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10381         message header.
10382
10383 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10384
10385         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10386         pending output coming after the status change.
10387
10388 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10389
10390         * message.el:
10391         * gnus-start.el:
10392         * gnus-registry.el: Remove VMS support.
10393
10394 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10397         macro.
10398         (rfc2104-hash): Use it.
10399
10400 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10403         (gnus-summary-sort-by-most-recent-date): New commands.
10404         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10405         and menu entries.
10406
10407 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10410         don't redisplay article for raw contents; remove plural articles stuff.
10411
10412         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10413         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10414         on gnus-summary-save-article; display results properly.
10415
10416 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * lpath.el: No need to fbind ns-focus-frame.
10419
10420 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10423
10424 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-summary-save-in-pipe):
10427         Consider gnus-save-all-headers.
10428
10429 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10430
10431         * gnus-util.el (ns-focus-frame): Remove declaration.
10432         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10433         like x.
10434
10435 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10436
10437         * rfc2104.el (rfc2104-zero): Delete defconst.
10438         (rfc2104-hex-alist): Likewise.
10439         (rfc2104-hex-to-int): Delete func.
10440         (rfc2104-hexstring-to-bitstring): Likewise.
10441         (rfc2104-nybbles): New defconst.
10442         (rfc2104-hash): Rewrite for speed.
10443
10444 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * tls.el (open-tls-stream): Make it work with the 2nd argument
10447         BUFFER that is a string but does not exist as a buffer object, as
10448         mentioned in the doc-string.
10449
10450 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10453         SXEmacs.
10454
10455 2008-07-16  Glenn Morris  <rgm@gnu.org>
10456
10457         * gnus-util.el (ns-focus-frame): Declare for compiler.
10458
10459 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10462         set as a group parameter.
10463         (gnus-summary-save-in-pipe): Work when it is called independently.
10464         (gnus-summary-pipe-to-muttprint): Don't modify
10465         gnus-summary-pipe-output-default-command.
10466
10467 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10468
10469         * message.el (message-send-mail-with-sendmail):
10470         Display the error message.
10471
10472 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el (gnus-default-article-saver):
10475         Add gnus-summary-save-in-pipe to choices.
10476         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10477         gnus-summary-pipe-output-default-command as the default command.
10478         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10479         instead of gnus-last-shell-command.
10480
10481         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10482         New user option.
10483         (gnus-summary-muttprint-program): Mention the value will be changed.
10484         (gnus-summary-save-article): Force showing of all headers.
10485         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10486
10487 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10488
10489         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10490
10491 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10492
10493         * nnimap.el (nnimap-id):
10494         * sieve-manage.el (sieve-manage-open): Doc fixes.
10495
10496 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10497
10498         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10499         if available.
10500
10501 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10502
10503         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10504
10505         * nnkiboze.el (nnkiboze-generate-group):
10506         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10507
10508         * nnmairix.el: Require CL.
10509
10510 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * dgnushack.el: Autoload get-display-table and put-display-table for
10513         XEmacs 21.5.
10514
10515         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10516         21.4 and SXEmacs.
10517
10518 2008-06-15  David Engster  <dengste@eml.cc>
10519
10520         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10521
10522 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10523
10524         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10525         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10526         runtime choice under XEmacs.
10527
10528         * gnus-sum.el (gnus-summary-set-display-table):
10529         Use `gnus-put-display-table', `gnus-get-display-table',
10530         `gnus-set-display-table' for the display table, instead of `aset'.
10531
10532         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10533         Use `gnus-put-display-table', `gnus-get-display-table',
10534         `gnus-set-display-table' for the display table.
10535
10536 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * nnmairix.el: Add autoloads.
10539
10540 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * nnmairix.el (nnmairix-delete-recreate-group)
10543         (nnmairix-update-and-clear-marks): Fix error messages.
10544
10545 2008-06-14  David Engster  <dengste@eml.cc>
10546
10547         * nnmairix.el: Upgrade to version 0.6.
10548         (nnmairix-group-toggle-propmarks-this-group)
10549         (nnmairix-group-toggle-readmarks-this-group)
10550         (nnmairix-group-delete-recreate-this-group)
10551         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10552         (nnmairix-remove-tick-mark-original-article): New commands.
10553         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10554         (nnmairix-propagate-marks-to-nnmairix-groups)
10555         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10556         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10557         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10558         functions needed for marks propagation and manipulation of read marks.
10559         (nnmairix-update-groups): New function.
10560         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10561         (nnmairix-determine-original-group-from-registry)
10562         (nnmairix-determine-original-group-from-path)
10563         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10564         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10565         New helper functions.
10566         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10567         keystrokes for new commands.
10568         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10569         (nnmairix-request-group): Check allow-fast group parameter.
10570         (nnmairix-request-create-group): Set allow-fast group parameter if
10571         nnmairix-allowfast-default is set.
10572         (nnmairix-close-group): Propagate marks upon closing if needed.
10573         (nnmairix-group-toggle-threads-this-group): Use new.
10574         nnmairix-group-toggle-parameter helper function.
10575         (nnmairix-search): Better check for empty search result.
10576         (nnmairix-goto-original-article): Use new helper functions for
10577         determining original article.
10578         (nnmairix-show-original-article): Make sure message-id is in brackets.
10579         (nnmairix-call-mairix-binary): Change variable name.
10580         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10581         helper function.
10582         (nnmairix-widget-toggle-activate): Fix doc string.
10583
10584 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * nnir.el: Require edmacro when compiling with XEmacs.
10587         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10588         available in Emacs 21.
10589
10590 2008-06-11  Glenn Morris  <rgm@gnu.org>
10591
10592         * gnus-util.el (x-focus-frame):
10593         * gnus.el (image-size):
10594         * mm-decode.el (image-size): Declare.
10595
10596         * gnus-picon.el (declare-function): Add compat definition.
10597         (image-size): Declare.
10598
10599         * gnus-group.el (tool-bar-map):
10600         * gnus-sum.el (tool-bar-map): Define for compiler.
10601
10602         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10603
10604         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10605
10606         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10607         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10608         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10609         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10610         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10611         * sieve-manage.el, spam-report.el, spam.el:
10612         Remove unnecessary eval-and-compile of autoloads.
10613
10614 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10615
10616         * auth-source.el: Precise Tramp doc.
10617
10618 2008-06-07  Glenn Morris  <rgm@gnu.org>
10619
10620         * nnmairix.el: Remove unnecessary eval-when-compile.
10621
10622 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * lpath.el: Fbind propertize for XEmacs 21.4.
10625
10626 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * nnir.el: Move here from ../contrib.
10629
10630 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10631
10632         * gnus-util.el (gnus-read-shell-command): New function.
10633         * mm-decode.el (mm-pipe-part):
10634         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10635
10636 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10639
10640 2008-06-03  Glenn Morris  <rgm@gnu.org>
10641
10642         * pop3.el (nnheader-accept-process-output): Autoload it.
10643
10644 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10647         are not 2-digit hexadecimal characters that follow `%'s.
10648
10649 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * message.el (message-bogus-recipient-p): Fix type in doc string.
10652         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10653         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10654         Improve custom options.
10655         (message-bogus-recipient-p): Adjust accordingly.
10656
10657 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10658
10659         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10660         long-form month and day names.
10661
10662 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * dgnushack.el: Autoload debug, eudc-expand-inline and
10665         pgg-snarf-keys-region for XEmacs.
10666
10667         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10668
10669         * nnmairix.el: Require edmacro when compiling with XEmacs.
10670
10671 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10674         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10675
10676 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10677
10678         * auth-source.el: Add more docs.
10679
10680         * netrc.el (netrc-machine): Always match if the port is not given.
10681
10682 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10685         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10686         retrieval faster in some cases, but might make CPU usage larger.
10687         If this has any bad side effects, we might revert this change.
10688
10689         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10690         seems to make mail retrieval much, much faster.
10691         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10692         unconditionally.
10693
10694         * gnus-draft.el (gnus-group-send-queue):
10695         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10696
10697 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10700
10701         * message.el (message-bogus-address-regexp): Fix and improve custom
10702         type.
10703         (message-setup-hook): Add message-check-recipients as custom option.
10704
10705 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * message.el (message-cite-function): Remove bogus autoload which crept
10708         in during merge from v5-10.
10709
10710 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10711
10712         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10713
10714         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10715
10716         * auth-source.el: Preliminary Tramp docs.
10717         (auth-sources): Change the default auth-sources to use
10718         EPA .gpg files.
10719
10720 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * nntp.el: Autoload `auth-source-user-or-password'.
10723         (nntp-send-authinfo): Use it.
10724
10725         * nnimap.el: Autoload `auth-source-user-or-password'.
10726         (nnimap-open-connection): Use it.
10727
10728         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10729         for the gnus-message function.
10730         (auth-source-user-or-password): Use it.
10731
10732 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10733
10734         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10735         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10736         (rfc2104-hash): Use it.
10737
10738 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10739
10740         * gnus-art.el (gnus-article-toggle-truncate-lines):
10741         Don't use `iff' in docstring.
10742
10743 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10744
10745         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10746
10747         * gnus-util.el (gnus-extract-address-component-name)
10748         (gnus-extract-address-component-email): Convenience functions around
10749         `gnus-extract-address-components'.
10750
10751         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10752         Use `gnus-extract-address-component-email' to fix bug of comparing full
10753         sender name to `user-mail-address'.
10754
10755 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10756
10757         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10758         catch/throw to optimize.
10759         (gnus-registry-find-keywords): Just use member to find a keyword.
10760
10761 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10762
10763         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10764         is current before calling gnus-server-prepare.
10765         (gnus-server-setup-buffer, gnus-server-update-server)
10766         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10767
10768 2008-05-04  Juri Linkov  <juri@jurta.org>
10769
10770         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10771         (mailcap-file-default-commands): Use mailcap-replace-in-string
10772         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10773         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10774
10775 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10776
10777         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10778
10779 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10780
10781         * gnus.el: Bump version to 0.11.
10782
10783 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10784
10785         * gnus.el: No Gnus v0.10 is released.
10786
10787 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10790         hooks.
10791         (gnus-update-read-articles): Speed up non-marks-using users.
10792         (gnus-use-marks): Define gnus-use-marks.
10793         (gnus-propagate-marks): Rename variable to something more sensible.
10794
10795 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10796
10797         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10798         (gmm-image-load-path-for-library): Fix typos in docstrings.
10799         (gmm-message): Reflow docstring.
10800
10801 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * mail-source.el (mail-source-set-1, mail-source-bind):
10804         Move auth-source code out of the macro to clean it up and fix bugs.
10805
10806 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10809         by sender if it's equal to user-mail-address, it's likely to be
10810         useless.
10811
10812         * mail-source.el (mail-source-bind): Don't use user or password if they
10813         are not bound.  Unintern them if they are nil.  Don't use server unless
10814         it's bound, and default it to empty string otherwise.
10815
10816 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10817
10818         * mail-source.el: Load auth-source.el.
10819         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10820         get user name or password, if auth-sources is set up.
10821
10822         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10823         strategy of splitting with parent.
10824         (gnus-registry-split-fancy-with-parent)
10825         (gnus-registry-post-process-groups): Use it and fix prior
10826         bug (returning a list as the split result).
10827
10828         * auth-source.el (auth-sources): Remove server parameter.
10829         (auth-source-pick, auth-source-user-or-password)
10830         (auth-source-user-or-password-imap)
10831         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10832         (auth-source-user-or-password-sftp)
10833         (auth-source-user-or-password-smtp): Remove server parameter.
10834
10835 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10836
10837         * smime.el (smime-sign-region, smime-encrypt-region)
10838         (smime-decrypt-region):
10839         Remove redundant calls to `generate-new-buffer-name'.
10840
10841 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10842
10843         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10844         Don't use QP for message/rfc822.
10845         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10846
10847 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10848
10849         * sieve-manage.el (sieve-string-bytes): Remove.
10850         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10851         correct byte-length only if the process's coding-system is the same as
10852         the one used internally by Emacs to represent strings.
10853
10854 2008-04-22  Juri Linkov  <juri@jurta.org>
10855
10856         * mailcap.el (mailcap-file-default-commands): New function.
10857
10858 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * message.el (message-signature-separator, message-cite-function):
10861         Change custom version.
10862
10863 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10864
10865         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10866         commands.
10867         (tls-checktrust): Ditto.
10868
10869 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * mm-decode.el (mm-display-external): Make temp file read-only.
10872
10873 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10876         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10877         `C-c C-f d'.
10878
10879 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10880
10881         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10882
10883 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * gnus.el: Bump version to 0.9.
10886
10887 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus.el: No Gnus v0.8 is released.
10890
10891 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * mail-source.el (mail-source-value):
10894         Prefer fboundp to functionp so it works with macros as well.
10895
10896 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10897
10898         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10899         Fix last change in case the element is not even a symbol.
10900
10901 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10902
10903         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10904         Prefer fboundp to functionp so it works with macros as well.
10905
10906 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10907
10908         * auth-source.el: Add docs.
10909         (auth-sources): Modify format to support server.
10910         (auth-source-pick, auth-source-user-or-password)
10911         (auth-source-user-or-password-imap)
10912         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10913         (auth-source-user-or-password-sftp)
10914         (auth-source-user-or-password-smtp): Add server parameter.
10915
10916 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * gnus-registry.el: Initialize the registry when gnus-registry-install
10919         is t.
10920
10921 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * compface.el (uncompface): Make buffer unibyte.
10924
10925 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10926
10927         * mail-source.el (mail-source-value):
10928         Prefer fboundp to functionp so it works with macros as well.
10929
10930 2008-04-05  Glenn Morris  <rgm@gnu.org>
10931
10932         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10933
10934 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10935
10936         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10937         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10938
10939         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10940         multibyteness after rather than before erasing it.
10941
10942         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10943         mm-with-multibyte.
10944         (gnus-request-article-this-buffer): Make sure the proper decoding is
10945         used if gnus-original-article-buffer happens to be unibyte.
10946
10947         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10948         default-enable-multibyte-characters.
10949
10950         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10951         default-enable-multibyte-characters.
10952
10953         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10954
10955         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10956
10957 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10958
10959         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10960         Fix last change in case the element is not even a symbol.
10961
10962 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10963
10964         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10965         (imap-message-copyuid-1): Use it.
10966         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10967         J. Williams in
10968         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10969
10970         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10971         imap-enable-exchange-bug-workaround.
10972         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10973
10974 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10975
10976         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10977         a 100 byte status-checks into a 2-3MB transfer for each group.
10978         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10979         to enable bug workaround or not.
10980         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10981
10982 2008-03-31  Glenn Morris  <rgm@gnu.org>
10983
10984         * message.el (mml2015-use): Declare for compiler.
10985         (message-info): Require mml2015 when appropriate.
10986
10987 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10990         whitespace.
10991
10992 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10993
10994         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10995         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10996         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10997         (nntp-service-to-port): New function.
10998         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10999         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11000         (nntp-open-netcat-stream): New function.
11001         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11002
11003 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11004
11005         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11006
11007 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11008
11009         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11010
11011 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11012
11013         * dns.el (dns-write): Use set-buffer-multibyte.
11014
11015 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11016
11017         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11018
11019 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * message.el (message-signature-separator): Change default.
11022         Improve custom type.
11023         (message-cite-function): Change default to
11024         message-cite-original-without-signature.
11025
11026         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11027         toggle.
11028
11029         * message.el (message-check-news-body-syntax): Fix signature check.
11030         (message-setup-1): Mark buffer as unmodified _after_ running
11031         message-setup-hook and handling message-alternative-emails.
11032         (message-shorten-references): Be more strict when building list of
11033         valid references to comply with GNKSA.
11034
11035         * gnus-group.el (gnus-read-ephemeral-bug-group)
11036         (gnus-read-ephemeral-debian-bug-group)
11037         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11038
11039         * message.el (message-info): Don't use booleanp which isn't supported
11040         in Emacs 21 and XEmacs.
11041
11042 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11045         gnus-group-gmane-group-download-format.
11046         (gnus-group-read-ephemeral-gmane-group): Rename from
11047         gnus-group-read-ephemeral-gmane-group.
11048         (gnus-read-ephemeral-gmane-group-url): Rename from
11049         gnus-group-read-ephemeral-gmane-group-url.
11050         (gnus-bug-group-download-format-alist): New variable.
11051         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11052         (gnus-read-ephemeral-emacs-bug-group): New commands.
11053
11054 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11057         (gnus-visible-headers): Improve custom type.
11058
11059 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * mml.el (mml-menu): Add workarounds for XEmacs.
11062
11063         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11064         X-Boundary header.
11065
11066         * message.el (message-simplify-recipients): Fix previous commit.
11067
11068 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * mm-util.el (mm-set-buffer-multibyte): New function.
11071         * mm-decode.el (mm-copy-to-buffer): Use it.
11072
11073         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11074         Prefer fboundp to functionp so it works with macros as well.
11075
11076 2008-03-19  Glenn Morris  <rgm@gnu.org>
11077
11078         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11079         Accidentally removed in the sync process with Emacs.
11080
11081 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * message.el (message-alter-recipients-discard-bogus-full-name):
11084         New function.
11085         (message-alter-recipients-function): New variable.
11086         (message-get-reply-headers): Use it.
11087         (message-replace-header): New helper function.
11088         (message-recipients-without-full-name): New variable.
11089         (message-simplify-recipients): New command.
11090
11091         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11092
11093         * message.el (message-info): Handle EasyPG manual.
11094
11095         * mml.el (mml-menu): Add entry for EasyPG.
11096
11097 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11098
11099         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11100         parameter.
11101
11102         * message.el (message-disassociate-draft): Specify drafts group name
11103         fully.
11104
11105 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11108         Eliminate unnecessary duplicates from the match list.
11109
11110 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11113
11114         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11115
11116         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11117         args of `how-many' of which the XEmacs version doesn't take; declare
11118         Info-index-next as function.
11119
11120 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus-score.el (gnus-score-headers): Fix handling of
11123         gnus-inhibit-slow-scoring.
11124
11125         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11126         string.
11127         (gnus-button-url-regexp): Improve handling of parenthesis.
11128         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11129         (gnus-button-handle-info-keystrokes): Handle index entries.
11130
11131 2008-03-15  Glenn Morris  <rgm@gnu.org>
11132
11133         * parse-time.el (parse-time-string): Simplify.
11134
11135 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11138         Incoming* files.
11139
11140 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11141
11142         * auth-source.el (auth-sources): Rename from auth-source-choices.
11143         (auth-source-pick): Use it.
11144
11145 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11146
11147         * binhex.el (binhex-decode-region-internal):
11148         * uudecode.el (uudecode-decode-region-internal):
11149         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11150         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11151         setting default-enable-multibyte-characters.
11152
11153 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11154
11155         * auth-source.el (auth-source-protocols)
11156         (auth-source-protocols-customize, auth-source-choices): Add and
11157         modified variable customizations and defaults.
11158         (auth-source-pick, auth-source-user-or-password)
11159         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11160         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11161         (auth-source-user-or-password-sftp)
11162         (auth-source-user-or-password-smtp): Use new variables and provide an
11163         interface to netrc.el.
11164
11165 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11168         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11169         Make sure the nntp port to specify is a string.
11170
11171 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11172
11173         * nntp.el: Use with-current-buffer.
11174         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11175         dubious mm-with-unibyte-current-buffer.
11176         (nntp-with-open-group-function): New function extracted from
11177         nntp-with-open-group macro.
11178         (nntp-with-open-group): Use the function, so it's easier to debug.
11179         Add indentation and debugging info.
11180         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11181         Recommend the use of the netcat alternatives.
11182
11183         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11184         Avoid mm-string-as-multibyte as well.
11185
11186         * nnweb.el (nnweb-insert-html):
11187         Remove use of nnheader-string-as-multibyte.
11188
11189         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11190         (nnheader-string-as-multibyte): Remove.
11191
11192         * mm-view.el: Use inhibit-read-only.
11193         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11194         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11195         or unibyte-string.
11196
11197         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11198         (mm-uu-yenc-extract): Use with-current-buffer.
11199
11200         * gnus-soup.el (gnus-soup-send-packet): Don't use
11201         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11202
11203         * nnmh.el: Use with-current-buffer.
11204         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11205         mm-string-as-multibyte on the output of mm-encode-coding-string.
11206
11207         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11208         (nnimap-request-move-article): Use with-current-buffer.
11209
11210         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11211         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11212         conversion uses string-make-unibyte rather than string-as-unibyte.
11213
11214         * gnus-msg.el: Use with-current-buffer.
11215
11216         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11217
11218 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11219
11220         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11221         string for caching if it is 'PIN.
11222
11223 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * lpath.el: Consider the case without Emacs/W3.
11226
11227 2008-03-08  Glenn Morris  <rgm@gnu.org>
11228
11229         * time-date.el (date-to-time, time-subtract, time-add)
11230         (safe-date-to-time): Doc fixes.
11231
11232 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * mail-source.el (mail-source-delete-old-incoming-confirm):
11235         Change default to nil.
11236         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11237
11238 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * lpath.el: Rearrange.
11241
11242         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11243         (gnus-article-goto-prev-page): Work for articles having ^L's.
11244
11245         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11246
11247         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11248
11249 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11250
11251         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11252         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11253         (gnus-bookmark-jump): Adjust some variable names.
11254
11255 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11256
11257         * auth-source.el: New package.
11258         (auth-source-choices): Add customization entry point variable.
11259
11260         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11261         bug.
11262
11263 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11264
11265         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11266         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11267         (gnus-registry-install-shortcuts): Rename from
11268         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11269         the `gnus-registry-mark-map' keymap dynamically from
11270         `gnus-registry-marks'.  The generated functions update the summary line
11271         when a registry mark is added or deleted, and will call
11272         `gnus-registry-install-p' (see the comments in the code).
11273         (gnus-registry-user-format-function-M): Use concat intelligently.
11274
11275         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11276         the registry mark functions.
11277
11278 2008-03-05  Glenn Morris  <rgm@gnu.org>
11279
11280         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11281         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11282         gnus-art.
11283         (top-level): No need to load own source when compiling.
11284
11285 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11288         Suggested by <chris.anderton@zetnet.co.uk>.
11289
11290 2008-03-04  Glenn Morris  <rgm@gnu.org>
11291
11292         * gnus-sum.el (top-level): No need to require gnus when compiling,
11293         since unconditionally required near start of file.
11294         (gnus-summary-display-while-building): Move definition before use.
11295
11296 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * gnus-registry.el (gnus-registry-user-format-function-M):
11299         Add formatting function.
11300
11301 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11304         with plists.
11305         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11306         Use new format.
11307
11308 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11311         `where-is-internal' that returns a range of key sequences.
11312
11313 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11314
11315         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11316
11317         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11318         (gnus-summary-jump-to-group): Consider windows on other displayed
11319         frames as well.  Similar changes might be needed elsewhere, but that's
11320         the one I've bumped into during my use.
11321
11322         * nndoc.el (nndoc-oe-dbx-type-p):
11323         * gnus-msg.el (gnus-debug):
11324         * gnus-group.el (gnus-update-group-mark-positions):
11325         Use mm-string-to-multibyte.
11326
11327 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11330         doesn't handle NotDashEscaped.
11331
11332         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11333         (mml-dnd-attach-options): Fix typo in custom choice.
11334
11335         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11336         Change nndoc-article-type to mbox.
11337         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11338
11339         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11340         to nil, instead of html2text.
11341
11342         * imap.el (imap-debug): Add `imap-ping-server'.
11343
11344         * gnus-bookmark.el: Add FIXMEs.
11345
11346         * message.el (message-form-letter-separator)
11347         (message-send-form-letter-delay): New variables.
11348         (message-send-form-letter): Use them.  New command to send form
11349         letters.  Requested by Uwe Siart.
11350         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11351
11352 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * Update copyright years.
11355
11356 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         Sync from EMACS_22_BASE.
11359
11360         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11361
11362 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11363
11364         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11365         empty author.
11366
11367 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11368
11369         * gnus-registry.el (gnus-registry-marks): Add variable for
11370         customization of marks and their appearance.
11371         (gnus-registry-read-mark): Use it.
11372         (gnus-registry-do-marks): Add utility function to loop through
11373         `gnus-registry-marks'.
11374         (gnus-registry-install-shortcuts-and-menus): Add function to install
11375         shortcuts and menus.
11376         (gnus-registry-initialize): Use it.
11377         (gnus-registry-default-mark): Clarify documentation.
11378
11379 2008-02-29  Glenn Morris  <rgm@gnu.org>
11380
11381         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11382         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11383         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11384         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11385         Change defcustom :version from 23.0 to 23.1.
11386
11387 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         * gnus-registry.el (gnus-registry-follow-group-p)
11390         (gnus-registry-post-process-groups): Add functions to aid registry
11391         splitting and improve logging.  Clarify behavior in function
11392         documentation.
11393         (gnus-registry-split-fancy-with-parent): Use them.
11394
11395 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11396
11397         * gnus-art.el: Use with-current-buffer.
11398
11399 2008-02-27  David Engster  <dengste@eml.cc>
11400
11401         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11402         Express real group name in the response.
11403
11404 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11407         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11408         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11409         autoload gnus-registry-fetch-group when compiling.
11410         (nnmairix-request-group-with-article-number-correction):
11411         Remove unreferenced argument passed to nnmairix-call-backend.
11412
11413 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11416         (mm-uu-extract): Improve face for low color ttys.
11417         Reported by Sascha Wilde.
11418
11419 2008-02-27  Glenn Morris  <rgm@gnu.org>
11420
11421         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11422         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11423         variables to defconsts.  Convert comments to doc-strings.
11424         (nnmairix-last-server, nnmairix-current-server): Convert from free
11425         variables to defvars.  Convert comments to doc-strings.
11426         (gnus-registry-fetch-group): Autoload.
11427         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11428         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11429         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11430         caddr.
11431         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11432         nnmairix-request-group-with-article-number-correction call.
11433         (nnmairix-fast, nnmairix-group): New, less general names, for free
11434         variables passed from nnmairix-request-group to
11435         nnmairix-request-group-with-article-number-correction.  Declare.
11436         (nnmairix-request-group-with-article-number-correction):
11437         Use nnmairix-fast, nnmairix-group rather than fast, group.
11438
11439 2008-02-26  David Engster  <dengste@eml.cc>
11440
11441         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11442         version 0.5.
11443
11444 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11447         instead of making an extra function call.  Don't add the current group
11448         to articles only when they have the group.  Use
11449         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11450         Reported by David <de_bb@arcor.de>.
11451
11452 2008-02-24  Miles Bader  <miles@gnu.org>
11453
11454         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11455         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11456         (mm-find-mime-charset-region):
11457         * mm-bodies.el (mm-encode-body):
11458         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11459
11460 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11463         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11464
11465 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * mail-source.el (mail-source-delete-incoming): Change default.
11468         Supplement doc string.
11469
11470         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11471
11472 2008-02-14  Glenn Morris  <rgm@gnu.org>
11473
11474         * time-date.el (format-seconds): New function.
11475
11476 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * nnmail.el (nnmail-message-id-cache-file): Derive from
11479         `gnus-home-directory'.
11480
11481 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11484         Document negative prefix.
11485
11486         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11487
11488 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11489
11490         * message.el (message-unsent-separator): Add the Exim bounce
11491         separator.
11492
11493 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11496         list.
11497         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11498         recipient/signer list.
11499
11500 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * Makefile.in (datarootdir): Define.
11503         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11504         name that might contain whitespace.
11505
11506 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11509         fbound (Emacs 23 unicode), signal an error.
11510
11511 2008-02-08  Glenn Morris  <rgm@gnu.org>
11512
11513         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11514
11515 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11516
11517         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11518         ports to the calls to `netrc-machine-user-or-password' in addition to
11519         "imap" and "imaps".
11520
11521 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11522
11523         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11524
11525         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11526
11527 2008-02-01  Kenichi Handa  <handa@m17n.org>
11528
11529         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11530         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11531         (rfc2104-hash): Convert the result of concat to unibyte string.
11532
11533 2008-02-01  Dave Love  <fx@gnu.org>
11534
11535         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11536         coding-system-for-read.
11537         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11538
11539 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11542         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11543         <hanche@math.ntnu.no>.
11544
11545 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11548
11549         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11550
11551 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11552
11553         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11554         * message.el (message-beginning-of-line): Use featurep instead of bound
11555         tests in order to resolve conditionals at compile time.
11556
11557 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11558
11559         * mail-source.el (mail-sources): Add `group' choice.
11560
11561         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11562         parameter `in-group' to control into which group the articles go.
11563         Add treatment of `group' mail-source.
11564
11565 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11568
11569         * mm-decode.el (mm-dissect-buffer): Decode description.
11570
11571         * mml.el (mml-to-mime): Encode message header first.
11572
11573 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11576         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11577
11578         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11579         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11580
11581 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11584
11585 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11588         prefix keys.
11589         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11590         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11591         gnus-xmas.el.
11592
11593         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11594         (gnus-xmas-article-describe-bindings): New function.
11595         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11596         gnus-xmas-article-describe-bindings.
11597
11598         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11599
11600 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11603         Add new variables for article mark management.
11604         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11605         list of extra data entries which, when present, will indicate that the
11606         article ID should not be trimmed from the registry.
11607         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11608         functions.
11609         (gnus-registry-read-mark): New function to read a mark name from the
11610         user.
11611         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11612         (gnus-registry-set-article-mark-internal): New functions to add and
11613         remove marks.
11614         (gnus-registry-get-article-marks): New function to show the marks for
11615         an article, or retrieve them for further use.
11616
11617 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11620         keys when no argument is given.
11621
11622 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * imap.el (imap-ping-server): New variable.
11625         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11626         (imap-ping-server): Minor doc string fixes.
11627
11628 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11629
11630         * imap.el (imap-ping-server): New function.
11631         (imap-opened): Call imap-ping-server.
11632
11633 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-sum.el (gnus-article-sort-by-random)
11636         (gnus-thread-sort-by-random): Fix doc strings.
11637         Reported by jidanni@jidanni.org.
11638
11639 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-article-describe-bindings): New function.
11642         (gnus-article-read-summary-keys): Use it.
11643         (gnus-article-mode-map): Bind `C-h b' to it.
11644
11645 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11648         XEmacs.
11649         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11650         Protect against non-character events.
11651
11652         * lpath.el: Fbind map-keymap for Emacs 21.
11653
11654 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11657         New command.
11658         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11659         instead of END.  Change name of the temp file.
11660         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11661         customizable.
11662
11663 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11666         bind `S W' to gnus-article-wide-reply-with-original; set default
11667         binding to gnus-article-read-summary-send-keys.
11668         (gnus-article-read-summary-keys): Fix the order of keys; display
11669         continuation keys correctly in the echo area; describe bindings
11670         correctly when keys end with `C-h'.
11671         (gnus-article-read-summary-send-keys): New function.
11672         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11673         Work for gnus-article-read-summary-send-keys; display continuation keys
11674         correctly in the echo area.
11675         (gnus-article-reply-with-original): Ignore prefix argument.
11676         (gnus-article-wide-reply-with-original): New function.
11677
11678         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11679         Emacs 21.
11680
11681 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11684         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11685
11686 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11689         (gnus-group-read-ephemeral-gmane-group): New command.
11690
11691 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11692
11693         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11694
11695 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * message.el (message-send-mail-function): Increase custom version.
11698
11699         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11700         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11701
11702 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11703
11704         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11705         for the cases where imap-authenticate is called with a nil buffer
11706         parameter.
11707
11708 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11711         html parts correctly; support forwarded messages.
11712         (gnus-article-browse-html-article): Remove work buffers.
11713
11714         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11715         compiling.
11716         (netrc-bound-and-true-p): New macro.
11717         (netrc-parse): Use it instead of bound-and-true-p that is not available
11718         in XEmacs 21.4.
11719
11720 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * gnus-registry.el (gnus-registry-mark-article)
11723         (gnus-registry-article-marks): Add functionality to mark articles
11724         through the Gnus registry.
11725
11726         * encrypt.el: Clarify documentation for the new pgg method.
11727         (encrypt-file-alist): Add PGG option.
11728         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11729         functionality.  Abstract password key and messaging to external
11730         functions.
11731         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11732         (encrypt-message-method-and-cipher): Add new convenience external
11733         functions.
11734         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11735         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11736
11737         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11738         (netrc-parse): Use encrypt-file-alist to determine if
11739         encrypt-find-model or encrypt-insert-file-contents should be used.
11740
11741         * encrypt.el: Clarify documentation.  Load password-cache or
11742         password, whichever one is found first, instead of autoloading.
11743
11744 2007-12-19  Glenn Morris  <rgm@gnu.org>
11745
11746         * mml.el (message-options-set, message-narrow-to-head)
11747         (message-in-body-p, message-mail-p, message-encode-message-body):
11748         Autoload.
11749         (message-remove-header, message-narrow-to-headers-or-head)
11750         (message-subscribed-p, message-make-mail-followup-to)
11751         (message-position-on-field, message-news-p)
11752         (message-options-set-recipient, message-generate-headers)
11753         (message-sort-headers): Declare as functions.
11754
11755 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11758         convention in doc string.
11759
11760 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11763         title to html parts.
11764         (gnus-article-browse-html-article): Pass message header to it.
11765
11766         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11767
11768 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11771         or password compatible with XEmacs.
11772
11773 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11776         format document.
11777         (gnus-mime-delete-part): Don't write description line if empty.
11778         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11779
11780 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11781
11782         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11783         (gnus-summary-mark-read-and-unread-as-read)
11784         (gnus-summary-mark-current-read-and-unread-as-read)
11785         (gnus-summary-mark-unread-as-ticked): Doc fix.
11786         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11787
11788 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11791         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11792
11793 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11796         yes-or-no-p.
11797
11798 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * mm-decode.el (mm-add-meta-html-tag): New function.
11801         (mm-save-part-to-file, mm-pipe-part): Use it.
11802
11803         * gnus-art.el (gnus-article-browse-delete-temp-files):
11804         Use gnus-y-or-n-p instead of y-or-n-p.
11805         (gnus-article-browse-html-parts): Work with message/external-body; use
11806         mm-add-meta-html-tag.
11807
11808 2007-12-11  Glenn Morris  <rgm@gnu.org>
11809
11810         * gnus-cache.el: Require gnus-sum not just when compiling.
11811
11812         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11813
11814         * gnus-int.el (gnus-server-opened, gnus-status-message):
11815         Move definitions before use.
11816
11817         * mm-decode.el: Require gnus-util.
11818         (mm-remove-part): Only call delete-annotation on XEmacs.
11819
11820         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11821
11822         * nnmail.el: Require gnus-int.
11823
11824         * spam.el: Move `require's before `eval-when-compile's.
11825
11826         * gnus-ems.el (gnus-alive-p):
11827         * gnus-fun.el (message-goto-eoh):
11828         * gnus-util.el (gnus-group-name-decode):
11829         * mail-source.el (gnus-compress-sequence):
11830         * message.el (Info-goto-node, format-spec):
11831         * mm-bodies.el (message-options-get):
11832         * mm-decode.el (mm-view-pkcs7):
11833         * mm-util.el (gmm-write-region):
11834         * mml-smime.el (mml-compute-boundary)
11835         (gnus-completing-read-with-default):
11836         * mml.el (widget-button-press, gnus-make-hashtable):
11837         * mml1991.el (mm-decode-content-transfer-encoding)
11838         (mm-encode-content-transfer-encoding)
11839         (message-options-get, message-options-set):
11840         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11841         * nnfolder.el (gnus-request-group):
11842         * nnheader.el (ietf-drums-unfold-fws):
11843         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11844         * smime.el (gnus-run-mode-hooks):
11845         * spam-stat.el (gnus-message): Autoload.
11846
11847         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11848         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11849         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11850         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11851         Add declare-function compatibility definition.
11852
11853         * gnus-cache.el (nnvirtual-find-group-art):
11854         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11855         (gnus-add-image, gnus-add-wash-type):
11856         * gnus-group.el (nnkiboze-score-file):
11857         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11858         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11859         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11860         (message-tokenize-header, gnus-get-buffer-create)
11861         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11862         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11863         * gnus.el (gnus-group-decoded-name):
11864         * mail-source.el (imap-capability):
11865         * mm-bodies.el (message-options-set):
11866         * mm-decode.el (gnus-configure-windows):
11867         * mm-extern.el (message-goto-body):
11868         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11869         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11870         (epg-sub-key-validity, message-options-set):
11871         * mml.el (widget-event-point, gnus-configure-windows):
11872         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11873         * mml2015.el (epg-check-configuration, epg-configuration)
11874         (message-options-set):
11875         * nndb.el (nndb-request-article):
11876         * nnfolder.el (gnus-request-create-group):
11877         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11878         * nnmaildir.el (gnus-group-mark-article-read):
11879         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11880         * rfc1843.el (message-fetch-field):
11881         * spam.el (gnus-extract-address-components):
11882         Declare as functions.
11883
11884 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11887
11888         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11889
11890         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11891         bind show-trailing-whitespace for XEmacs.
11892
11893 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11896         new no-op macro for backward compatibility.
11897
11898         * imap.el (imap-string-to-integer): New function.
11899
11900 2007-12-09  Glenn Morris  <rgm@gnu.org>
11901
11902         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11903
11904         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11905         * message.el, mm-view.el, sieve-manage.el, smime.el:
11906         Add declare-function compatibility definition.
11907
11908         * gnus-art.el (w3-region, w3m-region, Info-menu):
11909         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11910         * gnus-sum.el (gnus-get-predicate):
11911         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11912         * message.el (mail-abbrev-in-expansion-header-p):
11913         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11914         (w3m-detect-meta-charset, w3m-region):
11915         * sieve-manage.el (password-read, password-cache-add)
11916         (password-cache-remove):
11917         * smime.el (password-read-and-add): Declare as functions.
11918
11919 2007-12-08  David Kastrup  <dak@gnu.org>
11920
11921         * gnus-sum.el (gnus-summary-simplify-subject-query):
11922         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11923         `message'.
11924
11925 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11928         it to bind idna-program, installation-directory, defined-colors, and
11929         face-attribute for XEmacs of the version that compiles defcustom forms.
11930
11931 2007-12-07  Glenn Morris  <rgm@gnu.org>
11932
11933         * gnus-art.el (article-make-date-line): Revert previous change.
11934
11935 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11938
11939 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11940
11941         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11942         Call gnus-add-to-range ranges only once with a prepared article-list.
11943
11944 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11945
11946         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11947         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11948         group names with backslashes.
11949         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11950
11951 2007-12-06  Deepak Goel  <deego3@gmail.com>
11952
11953         * gnus-art.el (article-make-date-line):
11954         * gnus-start.el (gnus-load):
11955         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11956
11957 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-art.el (gnus-use-idna):
11960         * gnus-start.el (gnus-site-init-file):
11961         * message.el (message-use-idna):
11962         * mm-uu.el (mm-uu-hide-markers):
11963         * smiley.el (smiley-style): Revert changes that suppress warnings.
11964
11965 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11968         specify charset to html source.
11969         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11970
11971 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11974         idna-program in order to suppress byte compile warning issued by XEmacs
11975         that came to byte compile the default value section of defcustom forms
11976         recently.
11977
11978         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11979         value of installation-directory.
11980
11981         * message.el (message-use-idna): Don't directly refer to the value of
11982         idna-program.
11983
11984         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11985
11986         * smiley.el (smiley-style): Don't directly call face-attribute.
11987
11988 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11991
11992         * gnus-dired.el: Reduce Gnus dependencies.
11993         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11994         Don't require.  Use autoloads instead.
11995         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11996         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11997         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11998         (gnus-dired-mode): Adjust doc string.
11999         (gnus-dired-mail-mode): New variable.
12000         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12001         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12002         (gnus-dired-mail-buffers): New function.  Return mail or message
12003         composition buffers.
12004         (gnus-dired-attach): Use it.
12005         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12006         NO-DECODE.
12007         (gnus-dired-print): Use `gnus-print-buffer' depending on
12008         `gnus-dired-mail-mode'.
12009
12010 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * rfc2047.el (rfc2047-encoded-word-regexp)
12013         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12014         explaining what regexp patterns are for.
12015
12016 2007-12-04  Glenn Morris  <rgm@gnu.org>
12017
12018         * password.el: Move to password-cache.el.
12019
12020         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12021         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12022         * mml-smime.el (password-read, password-cache-add)
12023         (password-cache-remove):
12024         No need to autoload, since mml-sec requires password.
12025
12026         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12027         * message.el (gnus-extract-address-components):
12028         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12029
12030         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12031         password.
12032
12033 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * mailcap.el: Reduce dependencies.
12036         (mail-header-parse-content-type): Autoload.
12037         (mailcap-delete-duplicates): New alias.
12038         (mailcap-mime-info): Add optional argument NO-DECODE.
12039         (mailcap-mime-types): Use mailcap-delete-duplicates.
12040
12041         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12042
12043 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12044
12045         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12046         (imap-parse-status): Upcase status-att for servers that sends them
12047         lower-case (e.g., MS Exchange 2007).
12048
12049 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12052         function.
12053
12054         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12055         (gnus-uu-yenc-article): New function.
12056
12057         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12058
12059         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12060
12061 2007-12-02  Glenn Morris  <rgm@gnu.org>
12062
12063         * binhex.el (binhex): New custom group.
12064         (binhex-decoder-program, binhex-decoder-switches)
12065         (binhex-use-external): Move to the binhex custom group.
12066
12067         * uudecode.el (uudecode): New custom group.
12068         (uudecode-decoder-program, uudecode-decoder-switches)
12069         (uudecode-use-external): Move to the uudecode custom group.
12070
12071         * netrc.el (top-level): Don't load `encrypt' features.
12072         (netrc-parse): Don't use encrypt.
12073         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12074
12075         * encrypt.el: Remove file.
12076
12077 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12080         matches on patches.
12081
12082         * gnus-art.el (gnus-article-browse-html-article):
12083         Mention `mm-text-html-renderer' in the doc string.
12084
12085         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12086         string.  Add comments.
12087
12088         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12089         if rhs is ASCII.
12090
12091 2007-12-01  Glenn Morris  <rgm@gnu.org>
12092
12093         * mail-source.el (top-level): Require format-spec before
12094         eval-when-compile.
12095
12096 2007-11-30  Glenn Morris  <rgm@gnu.org>
12097
12098         * encrypt.el: Require password, rather than autoloading password-read.
12099
12100 2007-11-29  Glenn Morris  <rgm@gnu.org>
12101
12102         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12103         (sasl-make-client, sasl-next-step, sasl-step-data)
12104         (sasl-step-set-data): Declare as functions.
12105
12106 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12109
12110 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12111
12112         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12113         certs should be verified and what is to be done in the event of a
12114         verification failure.
12115
12116         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12117         caller can indicate whether the cache should be disregarded for this
12118         call.  This way the result of the call is reproducible at all times and
12119         can be considered a canonical server name for the supplied method.
12120         (gnus-agent-method-p): Canonicalize server names by pushing their
12121         method through `gnus-method-to-server' using the no-cache argument.
12122
12123         * gnus-srvr.el (gnus-server-insert-server-line):
12124         Call `gnus-method-to-server' with `no-cache' argument.
12125
12126         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12127         gnus-agent-possibly-synchronize-flags as this should be called when the
12128         server is actually being opened.
12129         (gnus-agent-possibly-synchronize-flags)
12130         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12131         flags file of an agentized server to the latter function.
12132
12133         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12134         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12135         after a connection has been established successfully.
12136
12137 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (article-display-face): Force to display face if called
12140         interactively; check if gnus-article-x-face-too-ugly matches author.
12141         (article-display-x-face): Display face even if From header is missing
12142         as article-display-face does.
12143
12144 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12145
12146         * hashcash.el (message-narrow-to-headers-or-head)
12147         (message-fetch-field, message-goto-eoh)
12148         (message-narrow-to-headers): Declare as functions.
12149
12150 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * mail-source.el (mail-sources): Default to fetch from file for
12153         compatibility with default of nnmail-spool-file.
12154
12155 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12158         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12159         to look for encoded word that should be encoded again.
12160         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12161         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12162         encoding pattern.
12163         (rfc2047-decode-region): Switch strict regexp and loose one according
12164         to rfc2047-allow-irregular-q-encoded-words.
12165
12166 2007-11-25  Romain Francoise  <romain@orebokech.com>
12167
12168         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12169
12170 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * tls.el (tls-program): Provide more custom choices from
12173         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12174         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12175
12176 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12179         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12180
12181         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12182         `nnmail-spool-file'.
12183
12184         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12185         `nnmail-spool-file'.
12186
12187         * gnus-move.el (gnus-change-server): Ditto.
12188
12189         * gnus-kill.el (gnus-batch-score): Ditto.
12190
12191         * gnus-cache.el (gnus-jog-cache): Ditto.
12192
12193         * gnus-msg.el (gnus-summary-reply):
12194         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12195
12196 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12199         version.  Minor improvement to doc strings.
12200         (tls-program): Add comment.
12201
12202 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12203
12204         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12205         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12206         mismatch between the hostname provided in the certificate and the name
12207         of the host connnecting to.
12208         (open-tls-stream): Use them.  Check certificates against trusted root
12209         certificates.
12210
12211 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-cache.el (gnus-cache-generate-nov-databases):
12214         Use nnml-generate-nov-databases-directory instead of
12215         nnml-generate-nov-databases-1.
12216
12217 2007-11-24  Glenn Morris  <rgm@gnu.org>
12218
12219         * message.el (message-tool-bar-retro): Update for rename
12220         mail_send.xpm->mail-send.xpm.
12221
12222 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12225         `smime-ldap-search' for Emacs 22 and up.
12226
12227 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12228
12229         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12230
12231         * message.el (message-send-mail-function): Fix error convention.
12232         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12233         (message-widen-reply, message-send-mail, message-talkative-question)
12234         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12235         (message-clone-locals, message-send-news): Use with-current-buffer.
12236         (message-insert-or-toggle-importance): Remove unused var `valid'.
12237         (message-make-references): Remove unused var `new-references'.
12238         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12239
12240 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12241
12242         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12243         (spam-split-symbolic-return-positive): Reflow docstring.
12244         (spam-backends, spam-summary-exit-behavior)
12245         (spam-mark-ham-unread-before-move-from-spam-group)
12246         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12247         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12248         (spam-clear-cache, spam-backend-check, spam-install-backend)
12249         (spam-install-statistical-backend, spam-list-of-processors)
12250         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12251         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12252         (spam-check-crm114, spam-initialize, spam-unload-hook):
12253         Fix typos in docstrings.
12254
12255 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12258         been checked if they have never been read and those group levels are
12259         higher than the one that a user specified.
12260
12261 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12264         foreign groups unless a group level is specified by a user.
12265         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12266
12267 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * message.el (message-send-mail-function): Require sendmail.
12270
12271 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * message.el (message-send-mail-function): Check for smtpmail too.
12274
12275         * utf7.el (utf7-encode, utf7-decode): Use coding system
12276         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12277
12278         * message.el (message-send-mail-function): New function.
12279         (message-send-mail-function): Set default using
12280         message-send-mail-function.  Adjust doc string.
12281         (message-send-mail-with-mailclient): New function.
12282
12283 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12284
12285         * smime.el (from):
12286         * rfc2047.el (message-posting-charset):
12287         * qp.el (mm-use-ultra-safe-encoding):
12288         * pop3.el (parse-time-months):
12289         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12290         * nnml.el (files):
12291         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12292         (jka-compr-compression-info-list, ange-ftp-path-format)
12293         (efs-path-regexp):
12294         * nndiary.el (files):
12295         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12296         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12297         (epg-digest-algorithm-alist, inhibit-redisplay)
12298         (password-cache-expiry):
12299         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12300         (pgg-output-buffer, password-cache-expiry):
12301         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12302         (efs-path-regexp):
12303         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12304         (inhibit-redisplay):
12305         * mm-uu.el (file-name, start-point, end-point, entry)
12306         (gnus-newsgroup-name, gnus-newsgroup-charset):
12307         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12308         (latin-unity-ucs-list):
12309         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12310         (mm-uu-binhex-decode-function):
12311         * message.el (gnus-message-group-art, gnus-list-identifiers)
12312         (rmail-enable-mime-composing, gnus-local-organization)
12313         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12314         (gnus-read-active-file, facemenu-add-face-function)
12315         (facemenu-remove-face-function, gnus-article-decoded-p)
12316         (tool-bar-mode):
12317         * mail-source.el (display-time-mail-function):
12318         * gnus-util.el (nnmail-pathname-coding-system)
12319         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12320         (gnus-original-article-buffer, gnus-user-agent)
12321         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12322         (xemacs-codename, sxemacs-codename, emacs-program-version):
12323         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12324         * gnus-start.el (gnus-agent-covered-methods)
12325         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12326         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12327         (gnus-newsgroup-headers, gnus-group-list-mode)
12328         (gnus-group-mark-positions, gnus-newsgroup-data)
12329         (gnus-newsgroup-unreads, nnoo-state-alist)
12330         (gnus-current-select-method, mail-sources)
12331         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12332         (nnmail-spool-file, gnus-cache-active-hashtb):
12333         * gnus-mh.el (mh-lib-progs):
12334         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12335         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12336         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12337         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12338         (gnus-group-buffer):
12339         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12340         (font-lock-set-defaults):
12341         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12342         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12343         (gnus-summary-post-menu, total-parts, type, condition, length):
12344         * gnus-agent.el (gnus-agent-read-agentview):
12345         * flow-fill.el (show-trailing-whitespace):
12346         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12347         eval-and-compile wrappers for byte compiler pacifiers.
12348
12349         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12350         (mm-display-inline-fontify): Check for featurep 'xemacs not
12351         extent-list.
12352
12353         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12354         itimer-list.
12355         (mm-create-image-xemacs): Only do something for XEmacs.
12356         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12357
12358         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12359
12360         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12361         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12362
12363 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12364
12365         * nnimap.el (nnimap-split-download-body):
12366         * gnus-demon.el (gnus-demon):
12367         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12368
12369 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12372         New macros.
12373         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12374         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12375         copy data from unibyte buffer to multibyte current buffer.
12376         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12377         to copy data from unibyte current buffer to multibyte buffer.
12378         (nntp-make-process-buffer): Make process buffer unibyte.
12379
12380         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12381
12382 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12383
12384         * pop3.el (pop3-open-server): Accept and process data more robustly at
12385         connection start to avoid spurious "POP SSL connection failed" errors.
12386
12387 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12390         read group names.
12391
12392 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12395
12396 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12399         (nnmail-save-active): Use a unibyte buffer when saving active file,
12400         which may contain non-ASCII group names.
12401
12402         * nnml.el (nnml-request-group): Decode group names in messages.
12403
12404 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * message.el (message-citation-line-function)
12407         (message-insert-formatted-citation-line): Fix spelling of
12408         `message-insert-formated-citation-line'.
12409
12410 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12413
12414 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12417         nnmail-pathname-coding-system.
12418
12419         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12420         that a user enters; decode group names in messages.
12421
12422         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12423
12424 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12427
12428         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12429
12430         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12431         risky local variable.
12432
12433         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12434
12435 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12436
12437         * encrypt.el: Improve documentation to fix function name typo.
12438         Reported by Daiki Ueno <ueno@unixuser.org>.
12439
12440 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12443         even if the point is not in the last page of an article.
12444         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12445         back to the previous page.
12446
12447 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12450
12451 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12454
12455 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12456
12457         * message.el (message-check-news-body-syntax):
12458         Avoid mm-string-as-multibyte.
12459         (message-hide-headers): Don't assume (point-min)==1.
12460
12461 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * message.el (message-remove-blank-cited-lines): Fix if remove is
12464         given.
12465         (message-bogus-address-regexp): New variable.
12466         (message-bogus-recipient-p): New function.
12467         (message-check-recipients): New command.
12468         (message-syntax-checks): Add `bogus-recipient'.
12469         (message-fix-before-sending): Add `bogus-recipient'.
12470
12471         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12472         (gnus-treat-body-boundary): Don't test window-system.
12473
12474 2007-10-28  Leo  <sdl.web@gmail.com>
12475
12476         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12477
12478 2007-10-28  Miles Bader  <miles@gnu.org>
12479
12480         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12481         at compile-time too.
12482
12483 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-msg.el (gnus-message-setup-hook):
12486         Add `message-remove-blank-cited-lines' to options.
12487
12488 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * message.el (message-remove-blank-cited-lines): New function.
12491         Suggested by Karl Plästerer.
12492
12493 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12496         mapc.
12497
12498         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12499         (top-level): Use mapc to set functions to be traced for debugging.
12500
12501         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12502         called for effect with while loop.
12503
12504         * message.el (message-talkative-question): Replace mapcar called for
12505         effect with mapc.
12506
12507         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12508         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12509         called for effect with dolist.
12510
12511         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12512
12513         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12514         gnus-extra-headers and nnmail-extra-headers.
12515
12516         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12517         called for effect with dolist.
12518         (top-level): Use mapc to set functions to be traced for debugging.
12519
12520         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12521         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12522         dolist.
12523
12524         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12525         Replace mapcar called for effect with mapc.
12526         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12527         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12528         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12529         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12530
12531         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12532         remove-if that's a cl function.
12533
12534         * webmail.el (webmail-debug): Replace mapcar called for effect with
12535         dolist.
12536
12537         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12538         with mapc.
12539
12540 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12543         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12544         with while loop.
12545
12546         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12547         functions from article-* functions.
12548         (gnus-multi-decode-header): Replace mapcar called for effect with
12549         dolist.
12550
12551         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12552         (gnus-bookmark-show-details): Replace mapcar called for effect with
12553         while loop.
12554
12555         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12556         called for effect with while loop.
12557
12558         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12559         with dolist.
12560
12561         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12562         Replace mapcar called for effect with dolist.
12563
12564         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12565
12566         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12567         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12568         Replace mapcar called for effect with dolist.
12569         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12570         mapc.
12571
12572         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12573         Replace mapcar called for effect with dolist.
12574         (gnus-topic-list): Replace mapcar called for effect with mapc.
12575
12576         * gnus.el: Use mapc instead of mapcar to add autoloads.
12577
12578 2007-10-23  Richard Stallman  <rms@gnu.org>
12579
12580         * gnus-group.el (gnus-group-highlight): Mark as risky.
12581
12582 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus.el (gnus-server-to-method): Return method found first in
12585         gnus-newsrc-alist.
12586
12587         * gnus-art.el (gnus-article-highlight-signature)
12588         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12589         button overlay without the front stickiness.
12590
12591 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12592
12593         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12594         overview buffer needed a catch to receive its throw.
12595         (gnus-agent-flush-cache): Declare as interactive to make this function
12596         easier to use.
12597
12598 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12601         `next-line'.
12602
12603 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12606         exclude address matching message-dont-reply-to-names.
12607
12608 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-util.el (gnus-string<): New function.
12611
12612         * gnus-sum.el (gnus-article-sort-by-author)
12613         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12614
12615 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12618         the frame-focus tag is set in gnus-buffer-configuration.
12619
12620 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12623         the front stickiness.
12624
12625 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12628         url pattern; remove duplicate one.
12629         (gnus-article-extend-url-button): New function.
12630         (gnus-article-add-buttons): Use it.
12631         (gnus-button-push): Use concatenated url that it makes.
12632
12633 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12634
12635         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12636
12637 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12638
12639         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12640         Don't hardcode point-min==1.
12641
12642 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12645         Fix comment about "iso8859-1".
12646
12647 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12648
12649         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12650         ones returned from the verify-function.
12651
12652         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12653         Call mml2015-extract-cleartext-signature if extraction failed.
12654
12655 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12656
12657         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12658         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12659         failed.
12660
12661 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12664
12665 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12668         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12669         recommends to use EasyPG instead of PGG.
12670
12671         * pgg.el: Revert to revision 6.23.2.16.
12672
12673         * pgg-def.el: Revert to revision 6.6.2.14.
12674
12675         * pgg-gpg.el: Revert to revision 6.23.2.34.
12676
12677 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12680         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12681         thread for both the null and zero (kill/expire thread) universal prefix
12682         cases.
12683         (gnus-summary-expire-thread): Add new function to expire a thread,
12684         using gnus-summary-kill-thread.
12685         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12686         shortcuts for gnus-summary-expire-thread.
12687         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12688         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12689
12690 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12691
12692         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12693         extras value, so an extras entry can be deleted.
12694         (gnus-registry-delete-extra-entry): Use it.
12695         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12696         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12697         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12698         storage through the gnus-registry, and provide an appropriate API for
12699         it.
12700
12701 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12704         Suggested by Leo <sdl.web@gmail.com>.
12705
12706         * gnus.el: Do.
12707
12708 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12711         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12712
12713         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12714
12715         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12716         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12717
12718 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12721         newline.
12722         (nnmbox-request-accept-article): Don't change article in source buffer;
12723         narrow to header to use message-fetch-field rather than
12724         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12725         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12726         as delimiters; make sure article ends with newline.
12727         (nnmbox-delete-mail): Correct last position of article to be deleted;
12728         ignore X-Gnus-Newsgroup header in article body.
12729         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12730         positions; make sure article ends with newline.
12731
12732         * message.el (message-display-abbrev): Don't infloop when a user
12733         inserts SPC in the beginning of header.
12734
12735         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12736         coding-system-for-read and coding-system-for-write for XEmacs having no
12737         file-coding feature.
12738
12739         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12740
12741 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12742
12743         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12744         list of groups not followed by default.  Fix type to be regexp.
12745         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12746
12747 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12748
12749         * hmac-def.el (define-hmac-function): Switch from old-style to
12750         new-style backquotes.
12751
12752         * md4.el (md4-make-step): Likewise.
12753
12754 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12757         raw-text coding system when saving .newsrc file, which may contain
12758         non-ASCII group names.
12759
12760 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-cus.el (gnus-score-extra): New widget.
12763         (gnus-score-extra-convert): New function.
12764         (gnus-score-customize): Use it for Extra.
12765
12766 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12767
12768         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12769         (mml2015-mailcrypt-clear-verify): Use it.
12770         (mml2015-gpg-clear-verify): Use it.
12771         (mml2015-pgg-clear-verify): Use it.
12772         (mml2015-epg-clear-verify): Replace the current part with the output
12773         from GnuPG; don't extract the plaintext by itself.
12774
12775         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12776         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12777         mml2015-clear-verify-function; don't touch the armor headers or
12778         dash-escaped text here.
12779
12780 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12783         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12784         parts, or application/octet-stream as a last resort.
12785         (gnus-mime-view-part-as-type): Don't toggle display.
12786         (gnus-mime-view-part-as-charset): Don't turn off display before
12787         querying charset.
12788
12789         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12790         stuff to undisplayer function in Emacs.
12791         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12792
12793         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12794         text/calendar parts.
12795
12796 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12799         decoding text/calendar parts.
12800
12801         * message.el (message-forward-make-body-mime): Always mark body as
12802         having no illegible text; remove signed-or-encrypted argument.
12803         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12804
12805         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12806         (mml-generate-mime-1): Don't encode body if it is specified to be in
12807         raw form; don't make buffer be unibyte when inserting multibyte string.
12808
12809 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12810
12811         * sha1.el: Fix up comment style.
12812         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12813         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12814
12815         * hex-util.el: Fix up comment style.
12816         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12817
12818         * gnus-salt.el: Use with-current-buffer.
12819         (gnus-pick-setup-message): Fix long-standing typo.
12820
12821 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * imap.el (imap-logout-timeout): New variable.
12824         (imap-logout, imap-logout-wait): New functions.
12825         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12826
12827         * nnimap.el (nnimap-logout-timeout): New server variable.
12828         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12829         nnimap-logout-timeout.
12830
12831         * gnus-art.el (gnus-article-summary-command-nosave)
12832         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12833
12834 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus.el (gnus-maximum-newsgroup): New variable.
12837
12838         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12839         according to gnus-maximum-newsgroup.
12840
12841         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12842         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12843         Limit the range of articles according to gnus-maximum-newsgroup.
12844
12845 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12846
12847         * gnus-art.el (gnus-sticky-article): Fix problems described in
12848         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12849         Don't perform gnus-configure-windows here; reuse existing sticky
12850         article buffer.
12851
12852         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12853         it doesn't exist in gnus-article-mode.
12854
12855 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12858         (gnus-agent-decoded-group-name): New function.
12859         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12860         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12861
12862 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12863
12864         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12865         Add binding for gnus-sticky-article.
12866         (gnus-summary-exit): Don't kill sticky article buffers.
12867
12868         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12869         article buffer.
12870         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12871         (gnus-kill-sticky-article-buffers): New commands.
12872
12873 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * nntp.el (nntp-xref-number-is-evil): New server variable.
12876         (nntp-find-group-and-number): If it is non-nil, don't trust article
12877         numbers in the Xref header.
12878
12879 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-agent.el (gnus-agent-read-group): New function.
12882         (gnus-agent-flush-group, gnus-agent-expire-group)
12883         (gnus-agent-regenerate-group): Use it.
12884         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12885         nnmail-pathname-coding-system.
12886
12887 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12890
12891         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12892         that are unread as unread, and also as selected so that information of
12893         marks having been changed by a user may be updated when exiting group.
12894
12895 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12898
12899 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12902         calculated ignoring signature parts to gnus-treat-article.
12903
12904 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12907         a point here in order to keep the window start.
12908         (gnus-insert-mime-security-button): Make a button overlay without the
12909         front stickiness.
12910         (gnus-mime-display-security): Goto the end of a button.
12911
12912         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12913
12914 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12917         group-name-at-point.
12918         (gnus-group-completing-read): New function that offers decoded
12919         non-ASCII group names for completion.
12920         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12921         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12922         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12923         (gnus-group-fetch-control): Use it.
12924         (gnus-fetch-group): Use group-name-at-point for the initial value
12925         rather than the default value; use gnus-alive-p.
12926
12927         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12928         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12929         (gnus-summary-post-news): Use gnus-group-completing-read.
12930
12931         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12932         (gnus-read-move-group-name): Decode group name for completion.
12933
12934 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12937         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12938         Yamaoka slightly modified the code).
12939
12940 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12943         (nnmail-split-incoming): Bind it.
12944
12945         * nnml.el (nnml-group-name-charset): New function.
12946         (nnml-decoded-group-name): Use it; don't decode group name if
12947         nnmail-group-names-not-encoded-p is non-nil.
12948         (nnml-encoded-group-name): New function.
12949         (nnml-group-pathname): Inline nnml-decoded-group-name.
12950         (nnml-request-expire-articles): Decode group name in message.
12951         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12952         nnmail-pathname-coding-system.
12953         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12954         not decoded ones according to nnmail-group-names-not-encoded-p.
12955         (nnml-generate-active-info): Use nnml-encoded-group-name.
12956
12957 2007-08-08  Glenn Morris  <rgm@gnu.org>
12958
12959         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12960         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12961         doc-strings and comments.
12962
12963 2007-07-25  Glenn Morris  <rgm@gnu.org>
12964
12965         * Relicense all FSF files to GPLv3 or later.
12966
12967 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-sum.el (gnus-summary-move-article):
12970         Make gnus-summary-respool-article work.
12971
12972 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12975         string.
12976
12977 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12978
12979         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12980         that should be ignored when comparing distant RSS articles with local
12981         ones.
12982         (nnrss-make-hash-index): New function.  Create a hash index according
12983         to the ignored fields.
12984         (nnrss-check-group): Use it.
12985
12986 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12989
12990         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12991
12992         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12993         the new optional argument ENCODED is non-nil.
12994         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12995         coding system for encoding group name.
12996         (gnus-group-make-rss-group): Pass un-encoded group name to
12997         gnus-group-make-group.
12998         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12999         encoded.
13000
13001         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13002         Encode group name to which articles are moved or copied.
13003         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13004         coding system for encoding Newsgroup, Followup-To and Xref headers.
13005
13006         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13007         marks; use nnheader-file-coding-system to write a file.
13008         (nnagent-retrieve-headers): Bind file-name-coding-system to
13009         nnmail-pathname-coding-system.
13010
13011         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13012
13013         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13014         (nnml-request-article, nnml-request-create-group)
13015         (nnml-request-rename-group, nnml-find-id)
13016         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13017         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13018         (nnml-save-marks): Use nnml-group-pathname instead of
13019         nnmail-group-pathname.
13020
13021         (nnml-request-create-group, nnml-request-expire-articles)
13022         (nnml-request-move-article, nnml-request-delete-group)
13023         (nnml-deletable-article-p, nnml-possibly-create-directory)
13024         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13025         (nnml-open-marks): Bind file-name-coding-system to
13026         nnmail-pathname-coding-system.
13027
13028         (nnml-request-article): Pass server argument to nnml-find-group-number.
13029         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13030         Pass server argument to nnml-possibly-create-directory.
13031         (nnml-request-accept-article): Pass server argument to
13032         nnml-active-number and nnml-save-mail.
13033         (nnml-find-group-number): Pass server argument to nnml-find-id.
13034         (nnml-request-update-info): Pass server argument to
13035         nnml-marks-changed-p.
13036
13037         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13038         (nnml-save-mail, nnml-active-number): Add server argument.
13039
13040         (nnml-request-delete-group): Warn if group is missing.
13041         (nnml-get-nov-buffer): Decode group name.
13042         (nnml-generate-active-info): Encode group name.
13043         (nnml-open-marks): Decode group name in messages.
13044
13045 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13048         if it is not specified.
13049         (gnus-article-pipe-part, gnus-article-save-part)
13050         (gnus-article-interactively-view-part, gnus-article-copy-part)
13051         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13052         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13053         (gnus-article-replace-part, gnus-article-delete-part)
13054         (gnus-article-view-part-as-type): Pass raw prefix argument to
13055         gnus-article-part-wrapper.
13056
13057 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-agent.el (gnus-agent-save-active):
13060         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13061
13062         * gnus-cache.el (gnus-cache-save-buffers)
13063         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13064         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13065         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13066         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13067         (gnus-cache-generate-active, gnus-cache-rename-group)
13068         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13069         (gnus-cache-update-overview-total-fetched-for):
13070         Bind file-name-coding-system to nnmail-pathname-coding-system.
13071         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13072         New variables.
13073         (gnus-cache-decoded-group-name): New function.
13074         (gnus-cache-file-name): Use it.
13075         (gnus-cache-generate-active): Use non-decoded group name for active.
13076
13077         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13078         right place.
13079         (gnus-write-active-file): Don't break non-ASCII group names.
13080
13081         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13082         nnmail-pathname-coding-system.
13083
13084         * lpath.el: Bind default-file-name-coding-system,
13085         file-name-coding-system and language-info-alist for XEmacs.
13086
13087         * gnus-uu.el (gnus-uu-decode-save): Typo.
13088
13089 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13092
13093 2007-07-14  David Kastrup  <dak@gnu.org>
13094
13095         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13096         finishing actions if we did not edit the article.
13097
13098 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13101         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13102         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13103         (gnus-agent-flush-group, gnus-agent-flush-cache)
13104         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13105         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13106         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13107         (gnus-agent-regenerate-group)
13108         (gnus-agent-update-files-total-fetched-for)
13109         (gnus-agent-update-view-total-fetched-for):
13110         Bind file-name-coding-system to nnmail-pathname-coding-system.
13111         (gnus-agent-group-pathname): Don't encode file names by
13112         nnmail-pathname-coding-system.
13113         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13114         coding-system-for-write instead of buffer-file-coding-system to
13115         gnus-agent-file-coding-system.
13116
13117         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13118         Decode group name.
13119
13120         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13121
13122         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13123         (gnus-read-newsrc-el-file): Make group names unibyte.
13124
13125         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13126         nnmail-pathname-coding-system.
13127
13128         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13129         (nnrss-request-delete-group): Bind file-name-coding-system to
13130         nnmail-pathname-coding-system.
13131         (nnrss-read-server-data, nnrss-read-group-data):
13132         Bind file-name-coding-system correctly.
13133         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13134
13135         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13136         (nntp-server-to-method-cache): New variable.
13137         (nntp-group-pathname): New function that decodes non-ASCII group names.
13138         (nntp-possibly-create-directory, nntp-marks-changed-p)
13139         (nntp-save-marks, nntp-open-marks): Use it.
13140         (nntp-possibly-create-directory, nntp-open-marks):
13141         Bind file-name-coding-system to nnmail-pathname-coding-system.
13142         (nntp-open-marks): Decode group names when bootstrapping marks.
13143
13144         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13145         Newsgroups and Followup-To headers.
13146
13147 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13150         (gnus-server-closed-face, gnus-server-denied-face)
13151         (gnus-server-offline-face): Remove variable.
13152         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13153
13154         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13155         of modifying message-stack directly for XEmacs.
13156
13157         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13158         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13159         if the coding-system argument is nil for XEmacs.
13160
13161         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13162         mm-charset-override-alist.
13163
13164         * rfc2047.el: Don't require base64; require rfc2045 for the function
13165         rfc2045-encode-string.
13166         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13167         to quote the parameter value.
13168
13169 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13172         form in gnus-group-name-charset-method-alist.
13173
13174         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13175         overrides the default layout edit-form.
13176
13177         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13178
13179         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13180
13181 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13184         as unfetched articles.
13185
13186 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13189
13190 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13193         original back end that keeps marks in the local system.
13194
13195 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13198         arg of pop-to-buffer for XEmacs.
13199         (gnus-article-read-summary-keys): Ditto; don't restore window
13200         configuration if summary command ends up with neither article buffer
13201         nor summary buffer; describe bindings if summary keys end with C-h.
13202
13203 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * message.el (message-fix-before-sending): Skip raw message part to be
13206         forwarded while checking illegible text.
13207         (message-forward-make-body-mime, message-forward-make-body):
13208         Mark signed or encrypted raw message as having no illegible text.
13209
13210 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13213         (gnus-message-with-timestamp-1): New macro.
13214         (gnus-message-with-timestamp): New function.
13215         (gnus-message): Use them.
13216
13217         * nnheader.el (nnheader-message): Use them.
13218
13219 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13222         .newsrc.eld file.
13223
13224 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * gnus-agent.el (gnus-agent-fetch-headers)
13227         (gnus-agent-retrieve-headers):
13228         Bind gnus-decode-encoded-address-function to identity.
13229
13230         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13231         available also when the server returns simply a dot.
13232
13233         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13234
13235 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13238
13239 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-ems.el (gnus-x-splash): Make it work.
13242
13243         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13244         from being used.
13245
13246         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13247
13248 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13251         4th and the 5th arguments.
13252
13253         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13254         the front stickiness.
13255         (gnus-article-summary-command-nosave): Correct the order of the
13256         arguments passed to pop-to-buffer.
13257         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13258         summary command ends up with the article buffer.
13259
13260         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13261         the same faces.
13262
13263 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13264
13265         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13266
13267 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13268
13269         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13270         * gnus-sum.el (gnus-summary-highlight):
13271         * pgg.el (pgg-sign-region, pgg-sign):
13272         * mail-source.el (mail-source-delete-old-incoming-confirm):
13273         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13274
13275 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (gnus-mime-view-part-externally)
13278         (gnus-mime-view-part-internally): Fix predicate function passed to
13279         completing-read.
13280
13281         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13282
13283         * gnus.el (gnus-update-message-archive-method): Add :version.
13284
13285 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus.el (gnus-update-message-archive-method): New variable.
13288
13289         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13290         according to gnus-message-archive-method if
13291         gnus-update-message-archive-method is non-nil.
13292
13293 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13296         Suggested by Loic Dachary <loic@dachary.org>.
13297         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13298
13299 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * message.el (message-pop-to-buffer): Add switch-function argument.
13302         (message-mail): Pass switch-function argument to it.
13303
13304 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13307         Improve doc string.
13308
13309 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13312         (gnus-header-content):
13313         * gnus-cite.el (gnus-cite-10):
13314         * gnus-srvr.el (gnus-server-closed):
13315         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13316         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13317         (gnus-group-mail-3-empty, gnus-group-mail-low)
13318         (gnus-group-mail-low-empty, gnus-splash):
13319         * message.el (message-header-to, message-header-cc)
13320         (message-header-subject, message-header-other, message-header-name)
13321         (message-header-xheader, message-separator, message-cited-text)
13322         (message-mml): Lighten colors of faces used for dark background.
13323
13324 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13325
13326         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13327         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13328
13329 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * message.el (message-narrow-to-headers-or-head):
13332         Ignore mail-header-separator in the body.
13333
13334 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13337         same as window size.
13338
13339 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13340
13341         * message.el (message-font-lock-keywords): Use message-header-xheader
13342         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13343         ahead of the anything pattern, to get it recognized.
13344
13345 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13348         spam.el loads uses it in the compiled defadvice form.
13349
13350 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13351
13352         * gnus-sum.el (gnus-articles-to-read)
13353         (gnus-summary-insert-old-articles): Don't truncate group name for
13354         `read-string'.
13355
13356         * gnus-util.el (gnus-limit-string): Delete this function.
13357
13358         * gnus-sum.el (gnus-simplify-subject-fully):
13359         Use `truncate-string-to-width' instead.
13360
13361 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13362
13363         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13364         Tell if, on summary exit, the next group has to be selected.
13365         (gnus-summary-exit): Use it.
13366
13367 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13370         non-break space.
13371
13372 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13375         Check if group is not a directory.
13376         (nnfolder-request-expire-articles): Don't delete articles if the target
13377         group is not available.
13378
13379         * nnml.el (nnml-request-create-group): Properly check if group is not a
13380         file.
13381         (nnml-request-expire-articles): Don't delete articles if the target
13382         group is not available.
13383
13384         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13385         Don't quote characters that are within parentheses.
13386
13387 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13390         (gnus-handle-ephemeral-exit): Select article according to it.
13391
13392 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * message.el (message-insert-formated-citation-line): Remove newline.
13395         (message-citation-line-format): Add final \n here so that the user can
13396         avoid a blank line.
13397
13398 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13399
13400         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13401         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13402         Update lanl/arXiv support.
13403
13404 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus.el: Bump version number.
13407
13408 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * gnus.el (gnus-version-number): Bump version.
13411
13412 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13413
13414         * gnus.el: No Gnus v0.6 is released.
13415
13416 2007-04-27  Didier Verna  <didier@xemacs.org>
13417
13418         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13419         * gmm-utils.el (gmm-regexp-concat): ... here.
13420         * message.el: Don't require 'gnus-util.
13421         (message-dont-reply-to-names): Handle name change above.
13422         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13423
13424 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13427         since the initial value varies according to the system.
13428
13429 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13432
13433 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13434
13435         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13436
13437 2007-04-24  Didier Verna  <didier@xemacs.org>
13438
13439         Improve the type of gnus-ignored-from-addresses.
13440         * gnus-util.el (gnus-orify-regexp): New function.
13441         * message.el (gnus-util): Require it.
13442         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13443         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13445
13446 2007-04-24  Didier Verna  <didier@xemacs.org>
13447
13448         * gnus-sum.el:
13449         * gnus-utils.el: Fix some trailing whitespaces.
13450
13451 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13454         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13455         article's Message-ID; refer parent article in summary buffer.
13456
13457         * message.el (message-bounce): Call mime-to-mml.
13458
13459         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13460         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13461         optimize and/or forms properly.
13462
13463 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13466         URL.
13467
13468 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13471
13472 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13475         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13476         displayed of multipart/alternative part if it is invoked from summary
13477         buffer.
13478
13479         * mm-view.el (mm-inline-text-html-render-with-w3m)
13480         (mm-inline-text-html-render-with-w3m-standalone)
13481         (mm-inline-render-with-function): Use mail-parse-charset by default.
13482
13483 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13484
13485         * parse-time.el (parse-time-string-chars): Check if CHAR
13486         is less than the length of parse-time-syntax.
13487
13488 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13491         from gnus-newsgroup-processable.
13492
13493 2007-04-16  Didier Verna  <didier@xemacs.org>
13494
13495         * gnus-msg.el (gnus-configure-posting-styles):
13496         Handle message-signature-directory properly with :file syntax.
13497         Reported by "Leo".
13498
13499 2007-04-11  Didier Verna  <didier@xemacs.org>
13500
13501         New user option: message-signature-directory.
13502         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13503         * message.el (message-insert-signature): Ditto.
13504         * message.el (message-signature-file): Doc update.
13505         * message.el (message-signature-directory): New.
13506
13507 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-msg.el (gnus-inews-yank-articles):
13510         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13511
13512 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * message.el (message-yank-original): Make sure cited text ends with
13515         newline; don't exchange point and mark.
13516
13517 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13518
13519         * tls.el (open-tls-stream): Properly handle case where there
13520         is no associated buffer.
13521
13522 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13523
13524         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13525         message-yank-original, make sure (< mark TEXT point).
13526
13527 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * message.el (message-fill-column): New variable.
13530         (message-mode): Use it.  Add comment on a possible new hook.
13531
13532         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13533         (nnmail-get-new-mail): Reformat.
13534
13535         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13536
13537         * gmm-utils.el: Fix Commentary.
13538         (gmm-tool-bar-from-list): Fix typo in doc string.
13539
13540 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13541
13542         * message.el (message-yank-original): Don't switch point and mark
13543         unnecessarily to put point and mark as documented.
13544
13545 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13548         from the message heads.
13549
13550 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13551
13552         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13553         article buffer does not have a window.  This may not be the best
13554         solution but is certainly better than setting the start of the null,
13555         that is the current, window.
13556
13557 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13560         (gnus-draft-setup): Run it.
13561
13562         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13563         gnus-score-fast-scoring.  Allow regexp.
13564         (gnus-score-headers): Use it.
13565
13566         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13567         XEmacs.
13568
13569         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13570         string.
13571         (gnus-button-alist): Also catch `<f1> k ...'.
13572         (gnus-treat-display-x-face): Fix doc string.
13573
13574 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13575
13576         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13577         evaluation of gnus-extended-version to ensure correct generation of the
13578         User-Agent header when message-generate-headers-first is used.
13579
13580 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13581
13582         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13583         hashcash-path is nil.  Don't call callback with incorrect number of
13584         parameters if val is 0.
13585
13586 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13587
13588         * message.el (message-required-news-headers):
13589         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13590
13591 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13592
13593         * tls.el (open-tls-stream): In handshake-waiting loop,
13594         don't wait more if there is output available to process.
13595
13596 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13597
13598         * tls.el (tls-program): Doc fix.
13599
13600 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * message.el (message-generate-new-buffers): Change the meaning of the
13603         nil value; add `standard' to the choices; treat t as `unique'; improve
13604         doc string.
13605         (gnus-select-frame-set-input-focus): Autoload.
13606         (message-buffer-name): Search for the existing message buffer if
13607         message-generate-new-buffers is nil or `standard'; treat the value t of
13608         message-generate-new-buffers as `unique'.
13609         (message-pop-to-buffer): Raise the frame already displaying the message
13610         buffer; clear the echo area after querying.
13611         (message-setup): Pass the `continue' argument to compose-mail.
13612         (message-mail): Prefer `switch-function' if it is given; search for the
13613         existing message buffer if the `continue' argument is non-nil; pass
13614         continue and switch-function arguments to compose-mail by way of
13615         message-setup.
13616         (message-mail-other-window): Adjust argument of message-setup.
13617         (message-mail-other-frame): Ditto.
13618
13619 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13622         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13623         to turn font-lock on when turning gnus-message-citation-mode on.
13624
13625 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13626
13627         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13628         (mml-smime-function-alist): New variable; add epg as the backend.
13629         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13630         mml-smime- functions instead.
13631         * mm-view.el: Require smime.
13632
13633 2007-03-05  Didier Verna  <didier@xemacs.org>
13634
13635         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13636         instead of just inheritance for posting styles.
13637         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13638
13639 2007-02-24  Chris Moore  <dooglus@gmail.com>
13640
13641         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13642         * pgg-pgp.el (pgg-pgp-encrypt-region):
13643         * pgg-gpg.el (pgg-gpg-encrypt-region):
13644         Check pgg-encrypt-for-me if no other recipients.
13645
13646 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13647
13648         * tls.el (tls-certtool-program): Fix custom type.
13649
13650 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13653         and point-at-eol instead of line-(beginning|end)-position.
13654
13655         * assistant.el (assistant-parse-buffer): Ditto.
13656
13657         * netrc.el (netrc-parse-services): Ditto.
13658
13659 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13660
13661         * mml2015.el (mml2015-epg-find-usable-key): New function.
13662         (mml2015-epg-sign): Use it.
13663         (mml2015-epg-encrypt): Use it.
13664
13665 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * message.el (message-make-in-reply-to): Quote name containing
13668         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13669         if there are special characters.  Reported by NAKAJI Hiroyuki
13670         <nakaji@jp.freebsd.org>.
13671
13672 2007-02-27  Didier Verna  <didier@xemacs.org>
13673
13674         Include the group parameters as well as the topic ones in the
13675         inheritance filter process.
13676         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13677         argument GROUP-PARAMS-LIST.
13678         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13679
13680 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * nntp.el (nntp-never-echoes-commands)
13683         (nntp-open-connection-functions-never-echo-commands): New variables.
13684         (nntp-send-command): Use them.
13685
13686 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13687
13688         * mml2015.el (mml2015-epg-verify): Simplify.
13689
13690 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mml.el (mml-content-disposition-alist): New user option.
13693         (mml-content-disposition): New function.
13694         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13695         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13696
13697 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13698
13699         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13700         verification.
13701
13702 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13703
13704         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13705         articles posted in the last 24 hours.
13706
13707 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13708
13709         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13710
13711 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13712
13713         * nntp.el (nntp-send-command): Don't wait for echoes when
13714         nntp-open-ssl-stream is used.
13715
13716 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13719         (gnus-message-add-citation-keywords)
13720         (gnus-message-remove-citation-keywords): Remove.
13721         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13722         directly, make the variables in font-lock-defaults buffer-local, add
13723         gnus-message-citation-keywords to them and then update the value of
13724         font-lock-keywords.
13725
13726 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * message.el (message-cite-original-1): Don't call
13729         gnus-article-highlight-citation.
13730
13731         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13732         citations; fix line count.
13733
13734 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13737         (gnus-message-add-citation-keywords)
13738         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13739         versions of font-lock-add-keywords and font-lock-remove-keywords to
13740         work with XEmacs correctly.
13741
13742 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-cite.el (gnus-cite-face-list): Set the values of
13745         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13746         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13747         (gnus-message-cite-prefix-regexp): New variable.
13748         (gnus-message-search-citation-line): Use it; protect against long
13749         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13750         the 0th match data for Emacs.
13751         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13752         (gnus-message-add-citation-keywords): Append keywords rather than
13753         prepending; emulate font-lock-add-keywords if it is not available.
13754         (gnus-message-remove-citation-keywords):
13755         Emulate font-lock-remove-keywords if it is not available.
13756
13757         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13758
13759         * message.el (message-cite-prefix-regexp): Set the value of
13760         gnus-message-cite-prefix-regexp.
13761
13762 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13763
13764         * nnweb.el (nnweb-google-parse-1): Update parser.
13765
13766 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13767
13768         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13769
13770 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13771
13772         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13773         regexp.
13774
13775 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13778         string-to-multibyte.
13779         (uudecode-decode-region-internal): Use it.
13780
13781         * lpath.el: Fbind string-as-multibyte for XEmacs.
13782
13783 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13786         Fix custom choice.
13787
13788         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13789
13790 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13791
13792         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13793
13794         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13795         `write-region' to respect `mm-inhibit-file-name-handlers'.
13796
13797 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13800         Use gnus-home-directory instead of "~/" or "$HOME".
13801
13802 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13805         to mention filename.
13806         Add comments at beginning regarding usage.
13807         (encrypt-write-file-contents): Change interactive so a string is
13808         acceptable.  If the file has no associated model, show an error instead
13809         of a nonsense prompt.
13810
13811 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13812
13813         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13814         Thanks to Yoshihiko Yamada for kind notification of this typo.
13815
13816 2007-01-12  Kenichi Handa  <handa@m17n.org>
13817
13818         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13819         multibyte buffer.
13820
13821 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-score.el (gnus-score-fast-scoring): New variable.
13824         (gnus-score-headers): Use it.
13825
13826         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13827
13828         * message.el (message-cite-original-1):
13829         Call gnus-article-highlight-citation if requested.
13830         (message-make-from): Allow name and address as optional arguments.
13831
13832         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13833
13834         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13835         bugs to doc string.
13836         (gnus-button-alist): Add mid\\|message-id.
13837         (gnus-button-fetch-group): Extend for use in
13838         `browse-url-browser-function'.
13839         (gnus-button-url-regexp): Try to catch paired parentheses like in
13840         Wikipedia URLs.
13841
13842         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13843         Suggested by Simon Krahnke <overlord@gmx.li>.
13844
13845 2007-01-13  Romain Francoise  <romain@orebokech.com>
13846
13847         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13848         Update copyright.
13849
13850 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13851
13852         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13853
13854 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * gnus-registry.el (gnus-registry-unfollowed-groups)
13857         (gnus-registry-split-fancy-with-parent): Fix documentation.
13858
13859 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13862         from nnweb groups.
13863
13864 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13865
13866         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13867         Xref urls.  Erase buffer before requesting head.
13868
13869         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13870
13871 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13874         customizable.
13875
13876 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13877
13878         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13879         no signing key is found.
13880         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13881         no encrypting and/or signing key is found.
13882
13883 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13886
13887 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13888
13889         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13890         headers read from disk with the ones newly found in the current search.
13891         This should no longer cause problems, because the article numbers in
13892         Gmane's `nov.php' output are ignored since the previous change.
13893
13894 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13895
13896         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13897
13898 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13901         replace-regexp-in-string; bind url-version; fbind display-images-p and
13902         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13903         find-face and set-itimer-function for Emacs; bind itimer-list for
13904         Emacs.
13905
13906         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13907
13908 2007-01-01  Romain Francoise  <romain@orebokech.com>
13909
13910         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13911
13912 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13913
13914         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13915         `define-minor-mode' macro definition expanded properly.
13916         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13917         exclude it there.
13918
13919         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13920         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13921         `fboundp' test.
13922         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13923         This is OK to autoload in (S)XEmacs now.
13924
13925 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13926
13927         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13928         keystroke.
13929         (gnus-summary-limit-to-singletons): Fix typo.
13930
13931         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13932         else fails.
13933
13934 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13935
13936         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13937         docstring.
13938
13939         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13940         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13941         (gnus-summary-insert-dormant-articles): Fix typo in message.
13942
13943 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13946         nil for XEmacs.
13947         (gnus-message-citation-mode): Don't autoload in XEmacs.
13948
13949         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13950
13951 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13952
13953         * nnimap.el (nnimap-expunge-search-string):
13954         Mention nnimap-search-uids-not-since-is-evil in docstring.
13955
13956 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * spam.el: Revert to make-obsolete-variable because
13959         define-obsolete-variable-alias is not supported in Emacs 21.
13960
13961         * spam.el (spam-ifile-path, spam-ifile-database-path)
13962         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13963         make-obsolete-variable.
13964         (spam-bsfilter-path, spam-bsfilter-program)
13965         (spam-spamassassin-path, spam-spamassassin-program)
13966         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13967         Don't use "path" inappropriately.
13968         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13969         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13970         variable names.
13971
13972 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13973
13974         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13975         summary buffer.
13976
13977         * password.el (password-cache-remove): Use clear-string to burn
13978         password, if available.
13979
13980 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13983
13984         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13985
13986         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13987         (gnus-message-highlight-citation): Move defcustom here from
13988         gnus-cite.el.
13989         (gnus-message-citation-mode): Autoload.
13990
13991         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13992         checks to make it compile with XEmacs.
13993         (gnus-message-citation-mode): New minor mode.
13994         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13995         (gnus-message-highlight-citation): New variables.
13996         (gnus-message-search-citation-line)
13997         (gnus-message-add-citation-keywords)
13998         (gnus-message-remove-citation-keywords)
13999         (turn-on-gnus-message-citation-mode)
14000         (turn-off-gnus-message-citation-mode): New functions.
14001
14002 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14003
14004         * gnus-cite.el: Enable highlighting of different citation levels in
14005         message-mode.
14006
14007 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * message.el (message-make-fqdn): Fix comment.
14010         (message-bogus-system-names): Add ".local".
14011
14012         * spam.el (spam-ifile-path, spam-ifile-program)
14013         (spam-ifile-database-path, spam-ifile-database)
14014         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14015         Don't use "path" inappropriately.
14016         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14017         strings.
14018         (spam-check-ifile, spam-ifile-register-with-ifile)
14019         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14020         Use new variable names.
14021
14022         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14023         (gnus-treat-display-smileys): Simplify using
14024         gnus-image-type-available-p.
14025
14026         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14027         available.
14028
14029         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14030         Use `display-images-p' if available.
14031
14032 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14035         one after turning on the buffer's multibyteness instead of decoding
14036         them directly in the unibyte buffer that causes unexpected conversion
14037         in Emacs 23 (unicode).
14038
14039 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14040
14041         * message.el (message-generate-hashcash): Fix custom type.
14042
14043 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14046
14047 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14050         disconnect icons.  Add help text.
14051
14052 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14055         negated to be consistent with the others we handle.
14056
14057 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14058
14059         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14060         version of gnus-summary-buffer to something, so that we can use two
14061         article buffers at the same time.
14062
14063 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14066         trigger all the extra headers.
14067         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14068         sorting.
14069
14070 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14071
14072         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14073         solid groups.
14074
14075 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14076
14077         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14078
14079 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * legacy-gnus-agent.el: Add Copyright notice.
14082
14083 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14084
14085         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14086
14087 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14088
14089         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14090
14091         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14092         to make it work reliably in CVS Emacs.
14093         (gnus-summary-limit-strange-charsets-predicate)
14094         (gnus-summary-limit-to-predicate): New functions.
14095
14096 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14097
14098         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14099         specifying array size.
14100         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14101         array if it is too small.
14102         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14103         (gnus-sort-threads-loop): New function.
14104
14105 2006-12-06  Chris Moore  <dooglus@gmail.com>
14106
14107         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14108         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14109
14110 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14111
14112         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14113         options.
14114
14115 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14118         DOS-ing the recipient.
14119
14120         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14121         the headers when creating the mapping to avoid mismappings.
14122         (nnweb-gmane-create-mapping): Always nix out old mapping.
14123
14124 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14127         and mm-verify-option to never.
14128
14129 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * message.el (message-signed-or-encrypted-p): New function.
14132         (message-forward-make-body): Use it.
14133
14134         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14135         Replace encode-coding-string with mm-encode-coding-string.
14136
14137 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * nneething.el (nneething-decode-file-name):
14140         Replace decode-coding-string with mm-decode-coding-string.
14141
14142         * gnus-int.el (gnus-open-server): Say failed server's name.
14143
14144 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14145
14146         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14147         strings to a single string.  Quote `errors-file-name'.
14148         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14149         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14150         Adjust calls.  Use `shell-quote-argument'.
14151
14152 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14153
14154         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14155         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14156
14157         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14158         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14159         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14160         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14161         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14162         (gnus-subscribe-newsgroup, gnus-1):
14163         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14164         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14165         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14166         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14167
14168 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169
14170         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14171         keystroke.
14172         (gnus-summary-limit-to-bodies): Implement headersp.
14173
14174 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175
14176         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14177
14178 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14181
14182 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14183
14184         * message.el (message-generate-hashcash): Expand range of values to
14185         include `opportunistic'.
14186         (message-send-mail): Use it.
14187
14188 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14189
14190         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14191         and comment it.
14192
14193         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14194
14195 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * gnus-util.el (gnus-extract-address-components): Improve comment.
14198
14199 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-util.el (gnus-extract-address-components): Work with address in
14202         which the name portion contains @.
14203
14204         * lpath.el: Fbind custom-autoload.
14205
14206 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus.el (gnus-start): Move custom group up.
14209         (gnus-select-method): Don't autoload, but make it available for
14210         `customize-variable'.
14211         (gnus-getenv-nntpserver): Don't autoload.
14212
14213 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14214
14215         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14216
14217 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * message.el (message-sendmail-extra-arguments): New variable.
14220         (message-send-mail-with-sendmail): Use it.
14221
14222 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14225         mm-with-unibyte-current-buffer to make string unibyte.
14226
14227         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14228         mm-string-as-multibyte.
14229
14230 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14231
14232         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14233         Reported by Werner Koch <wk@gnupg.org>.
14234
14235 2006-11-14  Daiki Ueno  <ueno@p360>
14236
14237         * mml2015.el: Autoload epa-select-keys when compiling.
14238
14239 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14240
14241         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14242         message-options.
14243         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14244
14245 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14246
14247         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14248         EasyPG (< 0.0.6).
14249         (mml2015-always-trust): New user option.
14250         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14251         prompt.
14252
14253 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * nntp.el (nntp-authinfo-force): New variable.
14256         (nntp-send-authinfo): Use it.
14257
14258 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14261         decode encoded words.  Improve prompt.  Add comment about forwarding.
14262         (message-replacement-char): Move up.
14263
14264 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14265
14266         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14267         instead of gnus-intersection because arguments of gnus-sorted-nunion
14268         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14269
14270 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14273         (message-simplify-subject-functions):
14274         Enable message-strip-subject-encoded-words by default.
14275
14276 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * message.el (message-strip-subject-encoded-words): New function.
14279         (message-simplify-subject-functions): New variable.
14280         (message-simplify-subject): Use it.  Fix typo in doc string.
14281         Support message-strip-subject-encoded-words.
14282
14283 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14284
14285         * gnus-diary.el (gnus-diary-delay-format-function):
14286         * nndiary.el (nndiary-reminders):
14287         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14288
14289 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-art.el (article-hide-boring-headers): Fetch date from
14292         gnus-original-article-buffer to avoid problems with localized date
14293         strings.
14294
14295 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14298
14299 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14302         New variables.
14303         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14304         (mm-charset-synonym-alist): Move some entries to
14305         mm-codepage-iso-8859-list.
14306         (mm-charset-synonym-alist, mm-charset-override-alist):
14307         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14308
14309 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14312
14313 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14316         with Emacs 21 and XEmacs.
14317
14318 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * spam.el (spam-parse-address): New function for better parsing,
14321         catching errors, etc.
14322         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14323
14324 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * mm-view.el: Add interactive arg to html2text autoload.
14327
14328 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14331
14332 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14335         New variables.
14336         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14337         (mm-charset-synonym-alist): Move some entries to
14338         mm-codepage-iso-8859-list.
14339
14340         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14341
14342 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * message.el (message-citation-line-format)
14345         (message-insert-formated-citation-line): Fix implementation of %E, %N
14346         and %n according to the doc string.
14347
14348 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14351         Use car-safe to avoid bad parses.
14352
14353 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14356         names.
14357
14358         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14359
14360 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14363         header.
14364
14365         * message.el (message-draft-headers): Add Date.
14366         (message-headers-to-generate): Fix typo in docstring.
14367
14368         * nndraft.el (nndraft-required-headers): New variable.
14369         (nndraft-generate-headers): Use it.
14370
14371         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14372
14373 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14374
14375         * gnus-registry.el (gnus-registry-wash-for-keywords)
14376         (gnus-registry-find-keywords): New functions to allow easy searching of
14377         articles that are in the registry.
14378
14379 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14382         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14383         Reported by Damien Elmes <damien@repose.cx>.
14384
14385 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus.el (gnus-mime): Remove unused custom group.
14388
14389 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14390
14391         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14392         "blank line" when searching for end of armor headers.
14393
14394 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gmm-utils.el (gmm-write-region): Fix variable name.
14397
14398 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gmm-utils.el (gmm-write-region): New function based on compatibility
14401         code from `mm-make-temp-file'.
14402
14403         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14404
14405         * nnmaildir.el (nnmaildir--update-nov)
14406         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14407         Use `gmm-write-region'.
14408
14409 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14412         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14413
14414         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14415
14416         * message.el (message-replacement-char): New variable.
14417         (message-fix-before-sending): Use it.
14418         (message-simplify-subject): New function to remove duplicate code.
14419         (message-reply, message-followup): Use it.
14420
14421         * gnus-sum.el (gnus-summary-make-menu-bar):
14422         Clarify gnus-summary-limit-to-articles.
14423
14424 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-util.el (gnus-with-local-quit): New macro.
14427
14428         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14429
14430 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14433         ignore non-string data.
14434
14435 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14438         non-string data (needs to be done in the registry too).
14439
14440 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14441
14442         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14443         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14444         (gnus-registry-split-fancy-with-parent)
14445         (gnus-registry-fetch-simplified-message-subject-fast)
14446         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14447         Remove text properties on ingress into the registry and when it's saved.
14448         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14449         registry from entries with no groups.
14450
14451 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14454         function to remove string properties.
14455
14456 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * gmm-utils.el (gmm): Adjust custom version.
14459
14460         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14461         Adjust custom version.
14462
14463         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14464
14465 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * gnus-art.el (gnus-insert-prev-page-button)
14468         (gnus-insert-next-page-button): Simplify.  Reformat.
14469
14470 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14471
14472         * gnus-art.el (gnus-insert-prev-page-button)
14473         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14474
14475 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14476
14477         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14478
14479 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14480
14481         * gnus-art.el (gnus-insert-mime-button)
14482         (gnus-insert-mime-security-button):
14483         Apply gnus-article-button-face to MIME and security buttons.
14484
14485 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14488         readable.
14489
14490 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14493
14494 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14495
14496         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14497         `browse-url-of-file' instead of `browse-url'.
14498
14499 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14500
14501         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14502         regexp.  Articles containing quotation were cut prematurely.
14503
14504 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * message.el (message-cite-original-1): Use nobody by default for the
14507         value of From header.
14508         (message-reply): Ditto.
14509
14510 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14511
14512         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14513         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14514         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14515
14516 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14519         mails in the doc string.  Add some URLs in comment.
14520         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14521
14522 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14525         backslashes handling and the way to find boundaries of quoted strings.
14526
14527 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14528
14529         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14530         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14531         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14532         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14533
14534 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14537         doc string.
14538         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14539
14540 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * lpath.el: Fbind epg-check-configuration.
14543
14544 2006-09-06  Simon Josefsson  <jas@extundo.com>
14545
14546         * mml2015.el (mml2015-use): Doc fix, mention epg.
14547
14548 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14549
14550         * mml2015.el (mml2015-use): Default to epg, if available.
14551
14552 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14553
14554         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14555         message-sender.
14556         (mml1991-epg-encrypt): Ditto.
14557         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14558         message-sender.
14559         (mml2015-epg-encrypt): Ditto.
14560
14561 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14562
14563         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14564         several common directories.
14565
14566 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14567
14568         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14569         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14570
14571 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (article-decode-encoded-words): Make it fast.
14574
14575 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14578
14579         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14580         in quoted string into `\'.
14581
14582 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14585         Use standard-syntax-table.
14586
14587 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-art.el (gnus-decode-address-function): New variable.
14590         (article-decode-encoded-words): Use it to decode headers which are
14591         assumed to contain addresses.
14592         (gnus-mime-delete-part): Remove useless `or'.
14593
14594         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14595         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14596         (gnus-nov-parse-line): Use it to decode From header.
14597         (gnus-get-newsgroup-headers): Ditto.
14598         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14599
14600         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14601         (mail-decode-encoded-address-string): New alias.
14602
14603         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14604         New function.
14605         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14606         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14607         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14608         (rfc2047-decode-string): Ditto.
14609         (rfc2047-decode-address-region): New function.
14610         (rfc2047-decode-address-string): New function.
14611
14612 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * message.el (message-caesar-buffer-body): Allow rotating headers.
14615
14616         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14617
14618         * message.el (message-insert-formated-citation-line): Fix %f.
14619         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14620
14621 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14624         (gnus-bookmark-mouse-available-p): New macro.
14625         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14626         (gnus-bookmark-bmenu-show-infos): Use it.
14627         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14628         (gnus-bookmark-bmenu-hide-infos): Ditto.
14629         (gnus-bookmark-remove-properties): New function.
14630         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14631         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14632         (gnus-bookmark-write-file): Bind coding-system-for-write.
14633         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14634         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14635         group before selecting it.
14636         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14637         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14638         quit-window if it is not available; use gnus-mouse-2 and bind it to
14639         gnus-bookmark-bmenu-select-by-mouse.
14640         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14641         (gnus-bookmark-bmenu-select-by-mouse): New function.
14642
14643 2006-08-13  Romain Francoise  <romain@orebokech.com>
14644
14645         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14646         space.
14647
14648 2006-08-10  Romain Francoise  <romain@orebokech.com>
14649
14650         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14651         (dns-mode-soa-auto-increment-serial): New user option.
14652         (dns-mode-soa-maybe-increment-serial): New function.
14653         (dns-mode): Add the latter to `write-contents-functions'.
14654
14655 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * compface.el (uncompface): Use binary rather than raw-text-unix.
14658
14659 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * compface.el (uncompface): Make sure the eol conversion doesn't take
14662         place when communicating with the external programs.
14663         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14664
14665 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14668
14669 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14670
14671         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14672         Make it more robust by parsing author and date independently.
14673
14674 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14677
14678 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14679
14680         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14681         first matching secret key.
14682         (mml2015-epg-encrypt): Ditto.
14683
14684         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14685         first matching secret key.
14686         (mml1991-epg-encrypt): Ditto.
14687
14688         * mml2015.el (mml2015-encrypt-to-self): New user option.
14689         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14690         mml2015-epg-encrypt-to-self is set.
14691
14692         * mml1991.el (mml1991-encrypt-to-self): New variable.
14693         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14694         mml1991-epg-encrypt-to-self is set.
14695
14696         * mml2015.el (mml2015-signers): New user option.
14697         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14698         (mml2015-epg-encrypt): Allow to select signing keys.
14699
14700         * mml1991.el (mml1991-signers): New variable.
14701         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14702         (mml1991-epg-encrypt): Allow to select signing keys.
14703
14704 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * nnheader.el (nnheader-insert-head): Make it work even if the file
14707         uses CRLF for the line-break code.
14708
14709 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14710
14711         * mml2015.el: Require mml-sec instead of password.
14712         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14713         (mml2015-cache-passphrase): Inherit the default value from
14714         mml-secure-cache-passphrase.
14715         (mml2015-passphrase-cache-expiry): Inherit the default value from
14716         mml-secure-passphrase-cache-expiry.
14717
14718         * mml1991.el: Require mml-sec instead of password.
14719         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14720         (mml1991-cache-passphrase): Inherit the default value from
14721         mml-secure-cache-passphrase.
14722         (mml1991-passphrase-cache-expiry): Inherit the default value from
14723         mml-secure-passphrase-cache-expiry.
14724
14725         * mml-sec.el: Require password.
14726         (mml-secure-verbose): New user option.
14727         (mml-secure-cache-passphrase): New user option.
14728         (mml-secure-passphrase-cache-expiry): New user option.
14729
14730 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14731             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14732
14733         * pgg-def.el (pgg-truncate-key-identifier):
14734         Truncate the key ID to 8 letters from the end.
14735
14736 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14737
14738         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14739         workaround for the url package included with Emacs.
14740
14741         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14742
14743 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14746         correctly.  This fixes a bug caused by the 2006-05-12 change.
14747
14748 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14749
14750         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14751         some information about the error when saying that the `bogus' mail
14752         group will be used.
14753
14754 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14757         string.
14758
14759 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14760
14761         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14762
14763 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14764
14765         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14766
14767 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14768
14769         * mml1991.el (mml1991-function-alist): Add epg.
14770         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14771         (mml1991-epg-encrypt): New functions.
14772
14773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14774
14775         * mml2015.el (mml2015-verbose): New variable.
14776         (mml2015-cache-passphrase): Ditto.
14777         (mml2015-passphrase-cache-expiry): Ditto.
14778         (mml2015-function-alist): Add epg.
14779         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14780         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14781         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14782         New functions.
14783
14784 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14785
14786         * message.el (message-cite-original-1): Preserve region when removing
14787         quoted text due to X-No-Archive in order to avoid bogus attribution
14788         when citing multiple messages.
14789
14790 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14791
14792         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14793         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14794
14795 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-diary.el (gnus-user-format-function-d)
14798         (gnus-user-format-function-D): Autoload.
14799
14800         * imap.el (Commentary): Fix typo.
14801
14802         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14803         2006-04-22 contribution.
14804
14805 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14806
14807         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14808         It didn't really fix the bogosity I'm seeing with solid web groups.
14809
14810 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14811
14812         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14813         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14814         created using server names.  If we use the feature without declaring
14815         it, Gnus does not properly manage server and group state.
14816
14817         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14818         bound.
14819
14820 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14821
14822         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14823         looking up the method using GROUP's prefix before inventing a new one.
14824         It is used on killed/unknown groups in various places where returning
14825         an all-new method isn't expected by the caller.
14826
14827         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14828         and match semantics of gnus-group-real-prefix.
14829
14830 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * nnmail.el (nnmail-broken-references-mailers): New variable.
14833         (nnmail-ignore-broken-references): New function generalizing
14834         nnmail-fix-eudora-headers.
14835         (nnmail-fix-eudora-headers): Now obsolete.
14836
14837         * gnus-art.el (gnus-button-handle-custom):
14838         Support `customize-apropos*'.
14839
14840 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14843
14844         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14845         articles.
14846
14847 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * message.el (message-cite-reply-above): New variable.
14850         (message-yank-original): Use it.
14851
14852 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14855
14856 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14859         as read.
14860
14861         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14862
14863 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14866         (gnus-bookmark-default-file): Use gnus-directory.
14867         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14868         Remove "*" in doc string.
14869         (gnus-bookmark-write-file): Simplify.
14870         (gnus-bookmark-maybe-sort-alist): Use `when'.
14871         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14872         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14873         Add FIXME about Emacs 21 and XEmacs compatibility.
14874         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14875         compatibility.
14876         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14877         compatibility.
14878         (gnus-bookmark-menu-heading): Fix version.
14879
14880 2006-06-19  Bastien Guerry  <bzg@altern.org>
14881
14882         * gnus-bookmark.el: New file.
14883
14884 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * message.el (message-syntax-checks): Doc fix.
14887
14888 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14889
14890         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14891         unsubscribed groups as if they were killed ones.  It causes duplicate
14892         entries in gnus-newsrc-alist.
14893
14894 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * message.el (message-syntax-checks): Doc fix.
14897         (message-send-mail): Add check for continuation headers.
14898         (message-check-news-header-syntax): Fix regexp used to check for
14899         continuation headers.
14900
14901 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14904
14905 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14908
14909 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14912         default-truncate-lines.
14913
14914 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14917         to fill the utf-8 entry.
14918
14919         * lpath.el: Fbind unicode-precedence-list.
14920
14921 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14922
14923         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14924
14925 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14926
14927         * gnus-agent.el (directory-files-and-attributes): Move all the way
14928         forward (the third and final move).
14929         (gnus-agent-read-agentview): Trap reconstruction errors due to
14930         nonexistent directory.  Handle by returning nil.
14931
14932 2006-05-30  Didier Verna  <didier@xemacs.org>
14933
14934         * message.el (message-dont-reply-to-names): Update the custom type.
14935         * message.el (message-dont-reply-to-names): New defsubst: potentially
14936         convert a list of regexps into a single one.
14937         * message.el (message-get-reply-headers): Use it.
14938         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14939
14940 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-agent.el (directory-files-and-attributes): Move forward.
14943
14944 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus-ml.el (gnus-mailing-list-subscribe)
14947         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14948         (gnus-mailing-list-message): Fix doc strings.
14949
14950 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14951
14952         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14953         of doing it manually.
14954
14955 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14958         comment.
14959
14960 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14961
14962         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14963         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14964         (gnus-agent-read-local): All symbols allocated in my-obarray.
14965         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14966         (gnus-agent-regenerate-group): Check numeric names to see if they are
14967         messages or groups.
14968         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14969         better way of do this...)
14970
14971         * gnus-cache.el (gnus-agent-total-fetched-for):
14972         Ignore 'dummy.group' (there should be a better way of do this...)
14973
14974 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14977         (gnus-saved-headers): Ditto.
14978         (gnus-default-article-saver): Mention functions may have properties.
14979         (gnus-article-save): Override gnus-save-all-headers and
14980         gnus-saved-headers by :headers property which saver function may have.
14981         (gnus-summary-save-in-file): Add :headers property.
14982         (gnus-summary-write-to-file): Ditto.
14983
14984         * gnus-sum.el (gnus-summary-save-article): Bind
14985         gnus-prompt-before-saving to t when saving many articles in a file;
14986         always show all headers.
14987
14988         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14989
14990 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14993         marks.
14994
14995         * message.el (message-indent-citation): Add optional arguments to allow
14996         using it outside of message buffers.
14997
14998         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14999         (gnus-article-treat-unfold-headers): Use it.
15000         (gnus-article-truncate-lines): New variable.
15001         (gnus-article-mode): Use it.
15002         (gnus-article-toggle-truncate-lines): New function.
15003
15004         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15005         Add gnus-article-toggle-truncate-lines.
15006
15007         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15008         coding system in XEmacs, use binary.
15009
15010 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15013         after-load-alist.
15014
15015         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15016         this function should save decoded articles.
15017         (gnus-summary-write-to-file): Use property to specify this function
15018         should save decoded articles and specify gnus-summary-save-in-file
15019         should be used to save articles other than the first one when saving
15020         many articles.
15021         (gnus-summary-save-body-in-file): Use property to specify this
15022         function should save decoded articles.
15023         (gnus-summary-write-body-to-file): Use property to specify this
15024         function should save decoded articles and specify
15025         gnus-summary-save-body-in-file should be used to save articles other
15026         than the first one when saving many articles.
15027
15028         * gnus-sum.el (gnus-summary-save-article): Simplify.
15029
15030 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (gnus-default-article-saver):
15033         Add gnus-summary-write-body-to-file.
15034         (gnus-article-save-coding-system): Don't use coding system object
15035         in XEmacs.
15036         (gnus-read-save-file-name): Add optional `dir-var' argument which
15037         specifies directory in which files are saved; work even if optional
15038         `variable' argument is not specified.
15039         (gnus-summary-write-to-file): Read file name.
15040         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15041         (gnus-summary-write-body-to-file): New function.
15042
15043         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15044         (gnus-summary-local-variables): Add it.
15045         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15046         (gnus-summary-save-article): Remove optional `decode' argument;
15047         determine whether to decode articles by the value of
15048         gnus-default-article-saver; when saving many files using
15049         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15050         it first and use gnus-summary-save-in-file or
15051         gnus-summary-save-body-in-file thereafter unless
15052         gnus-prompt-before-saving is always; move point to article which
15053         will be saved.
15054         (gnus-summary-save-article-file): Revert.
15055         (gnus-summary-write-article-file): Revert.
15056         (gnus-summary-save-article-body-file): Revert.
15057         (gnus-summary-write-article-body-file): New function.
15058
15059 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-art.el (gnus-default-article-saver): Doc fix.
15062         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15063         from gnus-summary-save-article-coding-system, and default to a
15064         certain coding system.
15065         (gnus-output-to-file): Add coding cookie and encode text according
15066         to gnus-article-save-coding-system; don't use mm-append-to-file.
15067
15068         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15069         gnus-art.el and rename to gnus-article-save-coding-system.
15070         (gnus-summary-save-article): Require gnus-art; don't show all
15071         headers if it decodes articles; don't add coding cookie here;
15072         don't bind mm-text-coding-system-for-write.
15073         (gnus-summary-save-article-file): Save decoded articles.
15074         (gnus-summary-write-article-file): When saving many files, use
15075         gnus-summary-write-to-file first and gnus-summary-save-in-file
15076         thereafter unless gnus-prompt-before-saving is always.
15077         (gnus-summary-save-article-body-file): Save decoded articles.
15078
15079         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15080
15081 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * nnrss.el (nnrss-check-group): Bind hash-index.
15084
15085 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15086
15087         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15088         its hash index.  Store this hash in `nnrss-group-data'.
15089         (nnrss-read-group-data): Update accordingly.
15090
15091 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15094         entry.
15095
15096         * gnus-sum.el (gnus-summary-make-menu-bar):
15097         Add gnus-article-browse-html-article.
15098
15099 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15100
15101         * gnus-sum.el (gnus-summary-mime-map):
15102         Add gnus-article-browse-html-article.
15103
15104         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15105
15106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15109         suitable coding systems in customize.
15110
15111 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * mail-source.el (mail-sources): Fix custom type.
15114
15115 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15118         (gnus-summary-expire-articles-now): Shorten prompt.
15119
15120         * gmm-utils.el (wid-edit): Require.
15121         (defun-gmm): Rename from `gmm-defun-compat'.
15122         (gmm-image-search-load-path): Use it.
15123         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15124
15125 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-sum.el (gnus-summary-save-article-coding-system):
15128         New variable.
15129         (gnus-summary-save-article): Add optional `decode' argument.
15130         If it is set and gnus-summary-save-article-coding-system is non-nil,
15131         save decoded article.
15132         (gnus-summary-write-article-file): Save decoded article if
15133         gnus-summary-save-article-coding-system is non-nil.
15134
15135         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15136         type.
15137
15138 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15141
15142 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15145         first to test gnus-single-article-buffer which may be buffer-local.
15146
15147         * gnus-sum.el (gnus-summary-setup-buffer):
15148         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15149         group; make gnus-article-buffer, gnus-article-current, and
15150         gnus-original-article-buffer always buffer-local.
15151         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15152         group.
15153         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15154
15155 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * nnml.el (nnml-request-compact-group): Compressed files might not
15158         have .gz extension.
15159
15160 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15161
15162         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15163         (mm-copy-to-buffer): Use with-current-buffer.
15164         (mm-display-part): Simplify.
15165         (mm-inlinable-p): Add optional arg `type'.
15166
15167 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15168
15169         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15170         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15171         Try harder to show the attachment internally or externally using
15172         gnus-mime-view-part-as-type.
15173
15174 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * message.el (message-from-style, message-signature-separator)
15177         (message-user-organization-file, message-send-mail-function)
15178         (message-citation-line-function, message-yank-prefix)
15179         (message-indent-citation-function, message-signature)
15180         (message-signature-file, message-signature-insert-empty-line):
15181         Remove autoloads.
15182
15183         * gnus-art.el (gnus-buttonized-mime-types):
15184         Remove "multipart/signed".  Revert 2006-04-26 change.
15185
15186 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15187
15188         * gnus.el (gnus-version-number): Bump version.
15189
15190 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15191
15192         * gnus.el: No Gnus v0.5 is released.
15193
15194 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15195
15196         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15197         fetching articles by message-id.
15198
15199 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15200
15201         * message.el (hashcash): Require hashcash as normal.
15202
15203         * ecomplete.el (ecomplete-highlight-match-line):
15204         Use point-at-eol.
15205         (ecomplete-highlight-match-line): Use `highlight', because that
15206         face exists in both Emacs and XEmacs.
15207
15208         * message.el (message-display-abbrev): Use point-at-bol.
15209
15210         * mail-source.el: Don't require timer/timer-funcs.
15211
15212         * gnus-async.el: Ditto.
15213
15214         * password.el: Ditto.
15215
15216         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15217
15218         * mm-url.el: Ditto.
15219
15220         * gnus-xmas.el: Don't require timer-funcs.
15221
15222         * mm-util.el: Require timer/timer-funcs.
15223
15224 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15225
15226         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15227         Close.
15228
15229 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15232         unibyte after clear-decrypt function runs.
15233
15234         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15235         returns as a unibyte string.
15236
15237 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * lpath.el: Revert.
15240
15241         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15242         (pgg-gpg-process-sentinel): Revert.
15243
15244         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15245         (pgg-pgp-lookup-key): Revert.
15246
15247         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15248         (pgg-pgp5-lookup-key): Revert.
15249
15250         * pgg.el (pgg-fetch-key): Revert.
15251
15252 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * lpath.el: Fbind string-as-multibyte for XEmacs.
15255
15256         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15257         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15258         (mml1991-pgg-encrypt): Ditto.
15259
15260         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15261         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15262         a multibyte buffer.
15263
15264         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15265         (pgg-pgp-lookup-key): Ditto.
15266
15267         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15268         (pgg-pgp5-lookup-key): Ditto.
15269
15270         * pgg.el (pgg-fetch-key): Ditto.
15271
15272 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * message.el (message-user-organization-file): Check several
15275         locations of the organization file.
15276
15277         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15278         Add gnus-article-view-part-as-type.
15279
15280         * gnus-art.el (gnus-article-view-part-as-type): New function.
15281
15282         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15283         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15284
15285         * mml.el: Simplify autoload.
15286         (mml-mode): defvar dnd-protocol-alist instead of using
15287         symbol-value.
15288         (mml-default-directory): New variable.
15289         (mml-minibuffer-read-file): Use it.
15290         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15291
15292         * message.el (message-citation-line-format): New variable.
15293         (message-insert-formated-citation-line): New function.
15294         (message-citation-line-function):
15295         Add `message-insert-formated-citation-line' to custom type.
15296
15297         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15298         to doc string.
15299
15300         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15301         depending on mm-verify-option.
15302
15303 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15306         binding pgg-* variables; reimplement the section which prevents
15307         MIME header from being signed.
15308         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15309         pgg-text-mode; remove a blank line at the top of body.
15310
15311         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15312         lines at the top of body; use gnus-newsgroup-charset if there's no
15313         Charset header.
15314
15315 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * message.el (message-self-insert-commands): Doc fix.
15318
15319         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15320         (mm-uu-pgp-encrypted-test): Ditto.
15321         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15322         between header and body; return application/pgp-encrypted handle
15323         if decryption failed; decode decrypted body by charset.
15324
15325         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15326         element match to application/pgp-*.
15327
15328 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15329
15330         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15331         HTML.
15332
15333 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15334
15335         * mail-source.el (mail-source-call-script): Message the error
15336         string.
15337
15338 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus-util.el (gnus-byte-compile): Use it.
15341
15342 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15343
15344         * gnus-util.el (kill-empty-logs): New function.
15345
15346 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15347
15348         * message.el (message-mail-alias-type): Doc fix.
15349         (message-mail-alias-type-p): New function.
15350         (message-send): Use it.
15351         (message-mode): Ditto.
15352         (message-strip-forbidden-properties): Ditto.
15353
15354         * ecomplete.el (ecomplete-database-file-coding-system):
15355         New variable.
15356         (ecomplete-save): Use it.
15357         (ecomplete-setup): Use it.
15358
15359 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * message.el (message-self-insert-commands): New variable.
15362         (message-strip-forbidden-properties): Use it.
15363
15364 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15365
15366         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15367         that doesn't make XEmacs choke.
15368
15369 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * gnus-util.el (gnus-replace-in-string):
15372         Prefer replace-regexp-in-string over of replace-in-string.
15373
15374 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-util.el (gnus-select-frame-set-input-focus):
15377         Use select-frame-set-input-focus if it is available in XEmacs; use
15378         definition defined in Emacs 22 for old Emacsen.
15379
15380         * dgnushack.el: Autoload unmorse-region for XEmacs.
15381
15382         * lpath.el: Bind cursor-in-non-selected-windows and
15383         select-frame-set-input-focus for XEmacs.
15384
15385 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15388
15389 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * gnus-registry.el (gnus-registry-cache-save): Remove text
15392         properties when saving via the temp buffer.
15393
15394 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * message.el (message-generate-hashcash): Honor custom type.
15397
15398 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * message.el (message-generate-hashcash): Default to non-nil when
15401         hashcash is found.
15402
15403         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15404         (gnus-refer-thread-limit): Increase default to 500.
15405
15406         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15407
15408         * flow-fill.el (fill-flowed): Allow delete-space.
15409
15410 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15413         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15414         Remove autoloads.
15415
15416 2006-04-18  Simon Josefsson  <jas@extundo.com>
15417
15418         * message.el (message-generate-hashcash): Default to.
15419
15420 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15423         concatenating segments rather than before concatenating them.
15424
15425 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15428
15429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15430
15431         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15432
15433         * message.el (message-forward-make-body-plain):
15434         Allow message-forward-ignored-headers to be a list.
15435         (message-remove-ignored-headers): Factor out into function.
15436         (message-forward-make-body-mml): Use it.
15437
15438         * imap.el (imap-quote-specials): New function.
15439         (imap-login-auth): Quote specials.
15440
15441         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15442         (rfc2231-parse-string): Allow concatanation of parameters that
15443         aren't contiguous.  The test case is
15444           (mail-header-parse-content-type "message/external-body;
15445             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15446             access-type=LOCAL-FILE;
15447             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15448
15449 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15450
15451         * nntp.el (nntp-accept-process-output): Return the value of
15452         `nnheader-accept-process-output'.
15453
15454 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15455
15456         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15457         (gnus-button-alist): Recognize more diff formats.
15458         (gnus-button-patch): Strip directory.
15459
15460 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15461
15462         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15463         Emacs 22 when setting focus.
15464
15465 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * gnus-art.el (gnus-article-treat-types): Do treatment of
15468         text/x-verbatim parts.
15469         (gnus-button-patch): New command.
15470
15471         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15472         addresses that contain invalid characters.
15473
15474 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * message.el (message-put-addresses-in-ecomplete):
15477         Use gnus-replace-in-string.
15478         (message-is-yours-p): Use the more correct
15479         mail-header-parse-address instead of
15480         mail-extract-address-components.
15481         (message-put-addresses-in-ecomplete): Fix typo.
15482
15483         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15484         keystroke.
15485
15486         * gnus-art.el (gnus-treatment-function-alist): Change order of
15487         newsgroups/generic header folding to avoid double-folding.
15488
15489         * message.el (message-hidden-headers): Add X-Draft-From.
15490
15491         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15492         New command.
15493         (gnus-summary-repeat-search-article-backward): New command.
15494
15495         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15496         groups in the parent topic.
15497
15498 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15499
15500         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15501         (spam-extra-header-to-number): Return the CRM114 number as a
15502         number instead of a string.
15503
15504 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15505
15506         * gnus-art.el (gnus-face-properties-alist): Move here from
15507         gnus-fun.
15508
15509         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15510
15511 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15512
15513         * message.el (message-strip-forbidden-properties): Only display on
15514         self-insert-command.
15515
15516         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15517         reindent.
15518         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15519
15520 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15521
15522         * smiley.el (smiley-style): Fix typo.
15523
15524 2006-03-23  Kenichi Handa  <handa@m17n.org>
15525
15526         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15527         instead of set-buffer-multibyte.
15528
15529 2006-03-23  Kenichi Handa  <handa@m17n.org>
15530
15531         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15532         buffer and then decode the buffer text if necessary.
15533         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15534         first, and after mm-encode-body, change the buffer to unibyte.
15535
15536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15537
15538         * hashcash.el (hashcash-insert-payment-async-2):
15539         Use message-goto-eoh instead of doing it manually.
15540         (mail-add-payment): Use message-narrow-to-header instead of trying
15541         to do the same itself.
15542
15543         * message.el (message-hidden-headers): Add Face.
15544
15545         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15546         reparenting code.
15547         (gnus-summary-reparent-children): Refactored out code.
15548         (gnus-summary-thread-map): New keystroke.
15549         (gnus-summary-reparent-children): Make into command.
15550
15551         * smiley.el (smiley-style): Default to `medium' if using a large
15552         font.
15553
15554         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15555         does it itself.
15556
15557         * message.el (message-point-in-header-p): Simplify definition.
15558
15559 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15560
15561         * nnagent.el (nnagent-request-set-mark): Silence log file
15562         writing.
15563         (nnagent-request-set-mark): Use write-region instead of
15564         append-to-file.
15565
15566         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15567         strange select method.
15568
15569         * ecomplete.el (ecomplete-display-matches): Get highlightling
15570         right.
15571         (ecomplete-display-matches): Use literals.
15572         (ecomplete-display-matches): Disable message logging.
15573
15574         * message.el (message-display-abbrev): Small optimization.
15575
15576         * ecomplete.el (ecomplete-display-matches): Allow automatic
15577         display.
15578
15579         * message.el (message-strip-forbidden-properties):
15580         Display abbrevs.
15581         (message-display-abbrev): Get automatic display right.
15582
15583         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15584         keystrokes.
15585
15586 2006-04-13  Romain Francoise  <romain@orebokech.com>
15587
15588         TODO: Backport to v5-10!
15589
15590         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15591         Move here (and rename) from gnus-registry.el.
15592
15593         * gnus-registry.el: Require gnus-util.
15594         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15595
15596 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * gnus-group.el (gnus-group-catchup-current):
15599         Change if-then-else-if-then-else into cond.
15600         (gnus-group-catchup): Indent.
15601         (group-name-at-point): New function.
15602         (gnus-fetch-group): Provide default from thing at point.
15603
15604 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * message.el (message-display-abbrev): Fix regexp.
15607
15608         * ecomplete.el (ecomplete-highlight-match-line):
15609         Reimplement choosing.
15610         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15611         dead variables.
15612
15613         * message.el (message-newline-and-indent): Remove debugging.
15614         (message-display-abbrev): Use new implementation.
15615
15616 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * gnus-art.el (gnus-article-mode):
15619         Set cursor-in-non-selected-windows to nil.
15620
15621         * smiley.el: Revert previous change.
15622         (smiley-data-directory): defvar it before using it in the
15623         defcustom of `smiley-style'.
15624
15625 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15626
15627         * message.el (message-newline-and-indent): New function.
15628
15629         * ecomplete.el: Implement more bits.
15630
15631         * message.el (message-put-addresses-in-ecomplete): Clean up the
15632         string.
15633
15634         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15635
15636         * gnus-sum.el (gnus-summary-save-parts):
15637         Bind gnus-summary-save-parts-counter and use it to make unique file
15638         names.
15639
15640         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15641
15642         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15643         parameter to say whether to actually parse the individual
15644         addresses.
15645
15646         * message.el (message-put-addresses-in-ecomplete): New function.
15647         (ecomplete): Require.
15648         (message-mail-alias-type): Add ecomplete as an option.
15649
15650 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15651
15652         * flow-fill.el (fill-flowed): Remove trailing space from blank
15653         quoted lines.
15654
15655 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15656
15657         * smiley.el (smiley-style): Move definition later to avoid a
15658         compilation warning.
15659
15660 2006-04-12  Kenichi Handa  <handa@m17n.org>
15661
15662         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15663         buffer and then decode the buffer text if necessary.
15664         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15665         first, and after mm-encode-body, change the buffer to unibyte.
15666         Use mm-disable-multibyte instead of set-buffer-multibyte.
15667
15668 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15671         Content-Type header instead of Content-Disposition header.
15672         (gnus-mime-inline-part): Ditto.
15673         (gnus-mime-view-part-as-charset): Ignore charset that the part
15674         specifies.
15675
15676         * mm-decode.el (mm-display-part): Work with external parts and
15677         usual parts similarly.
15678
15679         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15680         instead of gnus-display-mime.
15681
15682         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15683         instead of with-temp-buffer.
15684
15685         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15686         tag to summarized topics part in order to encode non-ASCII text.
15687
15688 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * smiley.el (smiley-style): New variable.
15691         (smiley-directory): New function.
15692         (smiley-data-directory): Derive from `smiley-style' using
15693         `smiley-directory'.
15694         (smiley-regexp-alist): Add new entries.
15695
15696         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15697         (gnus-article-browse-delete-temp): Add :version.
15698
15699 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15700
15701         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15702         the sieve region.
15703
15704 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15705
15706         * gnus.el (gnus-version-number): Bump version.
15707
15708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15709
15710         * gnus.el: No Gnus v0.4 is released.
15711
15712 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15715         layout.
15716
15717         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15718         unknown charset.
15719
15720         * message.el (message-header-synonyms): Add Original-To to the
15721         default.
15722
15723         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15724         optional parameter.
15725
15726 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * gnus-fun.el (gnus): Require it for gnus-directory.
15729
15730 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15733
15734 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15735
15736         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15737
15738 2006-04-05  Simon Josefsson  <jas@extundo.com>
15739
15740         * password.el (password-reset): New function.
15741
15742 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15743
15744         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15745         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15746
15747 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15748
15749         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15750         Some whitespace was matched into the url, which broke browsing hits
15751         > 100 when mm-url-use-external was nil.
15752
15753 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15756         Check gnus-extra-headers for 'Newsgroups.
15757
15758         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15759         bound.
15760
15761 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15762
15763         * pgg-gpg.el: Clean up process buffers every time gpg processes
15764         complete.
15765
15766 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15769         doc string.
15770
15771 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15772
15773         * pgg-gpg.el (pgg-gpg-process-filter)
15774         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15775
15776         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15777         lines, temporary fix.
15778
15779 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15782
15783 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15784
15785         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15786         default-enable-multibyte-characters.  This reverts the change from
15787         revision 6.17 which is no longer necessary because the passphrase
15788         is sent separately now.  GnuPG messages are unreadable under
15789         multibyte locales with default-enable-multibyte-characters set to
15790         nil.
15791
15792 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * message.el (message-tool-bar-gnome): Move "spell".
15795
15796 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15799         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15800         instead.
15801
15802 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15803
15804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15805         Improve newsgroups handling for NNTP overviews which don't include
15806         Newsgroups.
15807
15808 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15809
15810         * message.el (message-resend): Bind message-generate-hashcash to nil.
15811
15812 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15813
15814         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15815         when searching for already-paid recipients.
15816
15817 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15818
15819         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15820         passphrases when it is not needed.
15821         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15822         passphrase stuff from gpg, should only be necessary when you use
15823         gpg with a smartcard.
15824
15825 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mml.el (mml-insert-mime): Ignore cached contents of
15828         message/external-body part.
15829
15830         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15831         (mm-insert-part): Ditto.
15832
15833 2006-03-23  Simon Josefsson  <jas@extundo.com>
15834
15835         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15836         Reiner.
15837         (pgg-gpg-use-agent-p): Use it again.
15838
15839 2006-03-23  Simon Josefsson  <jas@extundo.com>
15840
15841         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15842         older emacsen.
15843         (pgg-gpg-use-agent-p): Don't use it.
15844
15845 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15848         if we can.
15849
15850 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15851
15852         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15853         (pgg-gpg-update-agent): New function.
15854         (pgg-gpg-use-agent-p): New function.
15855         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15856         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15857         (pgg-gpg-sign-region): Use it.
15858
15859 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15862         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15863
15864 2006-03-21  Simon Josefsson  <jas@extundo.com>
15865
15866         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15867         <wilde@sha-bang.de>.
15868         (pgg-gpg-use-agent): New variable.
15869         (pgg-gpg-process-region): Use it.
15870         (pgg-gpg-encrypt-region): Likewise.
15871         (pgg-gpg-encrypt-symmetric-region): Likewise.
15872         (pgg-gpg-decrypt-region): Likewise.
15873         (pgg-gpg-sign-region): Likewise.
15874         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15875
15876 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15879
15880         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15881         Add comment on version.
15882
15883 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * smiley.el: Add missing test smiley.
15886
15887 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * mm-decode.el (mm-with-part): New macro.
15890         (mm-get-part): Use it; work with message/external-body as well.
15891         (mm-save-part): Treat name and filename equally.
15892
15893         * mm-extern.el (mm-extern-cache-contents): New function.
15894         (mm-inline-external-body): Use it; force the part to be displayed;
15895         move undisplayer added to the cached handle to the parent.
15896
15897         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15898         (gnus-mime-view-part-as-type): Work with message/external-body.
15899
15900         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15901
15902 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15905         images in image-load-path.  [Sync with image.el, revision 1.60, in
15906         Emacs.]
15907
15908 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15909
15910         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15911         path rather than symbol.  Always return list of directories.
15912         Guarantee that image directory comes first.  [Sync with image.el,
15913         revision 1.59, in Emacs.]
15914
15915         * message.el (message-make-tool-bar): Adjust to new API of
15916         `gmm-image-load-path-for-library'.
15917
15918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15919
15920         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15921
15922 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15923
15924         * gnus-art.el (gnus-article-only-boring-p):
15925         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15926         intangible text.
15927         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15928
15929 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15932         Use `defun' instead of `gmm-defun-compat'.
15933
15934 2006-03-14  Simon Josefsson  <jas@extundo.com>
15935
15936         * message.el (message-unique-id): Don't use message-number-base36
15937         if (user-uid) is a float.
15938         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15939
15940 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15943
15944         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15945         empty line between a part and a message part.
15946
15947 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * smiley.el: Add more test smileys.
15950         (smiley-data-directory, smiley-regexp-alist)
15951         (gnus-smiley-file-types): Fix doc strings.
15952         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15953         adding new elements.
15954         (smiley-mouse-map): Unused code.  Make it a comment.
15955
15956 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15959         scan latest NoCeM messages instead of old ones.
15960         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15961         delimiters that are recently used.
15962         (gnus-nocem-load-cache): Add autoload cookie.
15963
15964         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15965
15966         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15967         level which is larger than gnus-use-nocem is specified.
15968
15969         * gnus-group.el (gnus-group-get-new-news): Ditto.
15970
15971 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15972
15973         * gnus-util.el (gnus-tool-bar-update): New function.
15974
15975         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15976         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15977
15978         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15979
15980         * gnus-group.el (gnus-group-redraw-when-idle)
15981         (gnus-group-redraw-check): Remove.
15982         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15983
15984 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15987         if optional last element is specified in splits (FIELD VALUE...).
15988
15989 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15992         to gmm-image-load-path-for-library.  Call with no-error argument.
15993         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15994
15995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15996
15997         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15998
15999         * gmm-utils.el (gmm-image-load-path): Remove alias.
16000
16001 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * gmm-utils.el (gmm-image-load-path): Add alias.
16004
16005         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16006         nnml-generate-nov-databases-1.
16007         (nnml-generate-nov-databases): Use it.
16008         (nnml-generate-nov-databases-directory): Document no-active
16009         argument.
16010
16011         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16012         directory if path is t.  Add no-error.
16013
16014         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16015         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16016
16017         * gnus-art.el (gnus-article-browse-delete-temp-files):
16018         Simplify resetting gnus-article-browse-html-temp-list.
16019
16020         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16021         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16022         Add example to docstring.  Rename local variables.  Move error
16023         checks to default case in cond and simplify.
16024
16025 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16028         handle is multipart when calling it recursively.
16029         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16030
16031 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16032
16033         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16034         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16035
16036 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16039         is loaded.
16040
16041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16042         loaded.
16043
16044 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16047         to "Emacs 23 (unicode)" in doc string.
16048
16049         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16050         "Emacs 23 (unicode)" in comment.
16051
16052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16055
16056         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16057         characters 160 through 255 in Emacs 23.
16058
16059 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16062         gnus-article-browse-html-temp.
16063         (gnus-article-browse-delete-temp): Make it customizable.
16064         Add `file'.  Adjust doc string.
16065         (gnus-article-browse-delete-temp-files): Add argument.
16066         Allow query for each file.  Adjust doc string.
16067         (gnus-article-browse-html-parts):
16068         Add `gnus-article-browse-delete-temp-files' to
16069         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16070
16071 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16072
16073         * gnus-art.el (gnus-article-browse-html-temp)
16074         (gnus-article-browse-delete-temp): New variables.
16075         (gnus-article-browse-delete-temp-files): New function.
16076         (gnus-article-browse-html-parts): Use it.
16077
16078 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16081
16082         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16083         string.
16084
16085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16086         gnus-summary-insert-new-articles when unplugged.
16087         Remove gnus-summary-search-article-forward.
16088
16089         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16090         display-visual-class instead of display-color-cells.
16091
16092 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * dgnushack.el: Autoload customize-group for XEmacs.
16095
16096         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16097         message/* containing non-ASCII text properly.
16098
16099 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * message.el: Require gmm-utils, remove autoloads.
16102         (message-tool-bar): Set default based on
16103         gmm-tool-bar-style.
16104         (message-tool-bar-gnome): Add gmm-customize-mode.
16105
16106         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16107         gmm-tool-bar-style.
16108         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16109
16110         * gnus-group.el (gnus-group-tool-bar): Set default based on
16111         gmm-tool-bar-style.
16112         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16113
16114         * gmm-utils.el (gmm-image-directory): Rename variable from
16115         gmm-image-load-path.
16116         (gmm-image-load-path): Use gmm-image-directory.
16117         (gmm-customize-mode): New function.
16118         (gmm-tool-bar-style): New variable.
16119
16120         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16121         gnus-group-redraw-line-number.
16122         (gnus-group-redraw-check): Simplify.
16123         (gnus-group-tool-bar-update): Remove redraw check.
16124         (gnus-group-make-tool-bar): Add redraw check.
16125
16126 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16127
16128         * gnus-art.el (gnus-button): Add missing parentheses.
16129
16130 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * lpath.el: Fbind line-number-at-pos.
16133
16134 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16137
16138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * gnus-art.el (gnus-button): New face.
16141         (gnus-article-button-face): Use it.
16142
16143         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16144         Add gnus-summary-next-page.  Re-order.
16145
16146         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16147         next-node are now included.
16148         (gnus-group-redraw-line-number): New internal variable.
16149         (gnus-group-redraw-check): Helper function for updating the tool
16150         bar.
16151         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16152
16153         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16154
16155         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16156         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16157         Use it to match format of Spamassassin 3.0 and later.
16158         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16159         (spam-check-bogofilter)
16160         (spam-bogofilter-register-with-bogofilter): Fix args of
16161         `gnus-error' calls.
16162
16163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16166         unnecessary interaction when sending queued mails.
16167         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16168
16169 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16172         first or last are nil.
16173
16174 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16175
16176         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16177
16178 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16179
16180         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16181
16182 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * dns.el (query-dns): Protect more against buggy tcp output.
16185
16186 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16189         nov.php.
16190
16191 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16192
16193         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16194         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16195         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16196         output on the server side.
16197         (nnweb-google-create-mapping): Update regexps and add some
16198         progress indication.
16199
16200 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-group.el (gnus-group-tool-bar-gnome):
16203         Fix gnus-agent-toggle-plugged.  Re-order icons.
16204         (gnus-group-tool-bar-gnome):
16205         Add gnus-group-{prev,next}-unread-group.
16206         (gnus-group-tool-bar-gnome): Re-order icons.
16207
16208         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16209         Move gnus-summary-insert-new-articles.
16210
16211         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16212         Fix comments.
16213
16214         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16215         also available in Emacs 21.3.
16216
16217         * message.el (message-fix-before-sending): Change "Emacs 22" to
16218         "Emacs 23 (unicode)" in comment.
16219
16220         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16221         "Emacs 23 (unicode)" in comment.
16222
16223         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16224         comment.
16225         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16226
16227         * mm-view.el (mm-fill-flowed): Add :version.
16228
16229 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16232         and load-path.
16233
16234 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16235
16236         * message.el: Autoload gmm-image-load-path.
16237         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16238         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16239         consitency.
16240
16241         * gmm-utils.el (gmm-image-load-path): Also search in
16242         "../etc/images".  Don't set gmm-image-load-path if we don't find
16243         the image.
16244
16245 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gmm-utils.el (gmm-image-load-path): Don't make
16248         `gmm-image-load-path' include subdirectories which the second arg
16249         `image' might specify.
16250
16251         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16252         subdirectory to icon file names.
16253
16254         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16255
16256 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16259         gmm-image-load-path calls.
16260
16261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16262
16263         * message.el (message-make-tool-bar): Ditto.
16264
16265         * mml.el (mml-preview): Add comment concerning tool bar icons.
16266
16267         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16268         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16269
16270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16271         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16272
16273         * message.el (message-tool-bar-gnome): Use new icon names.
16274         (message-make-tool-bar): Use `gmm-image-load-path'.
16275
16276         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16277         New functions from MH-E.
16278         (gmm-image-load-path): New variable from MH-E.
16279         (gmm-image-load-path): New function from MH-E.  Add arguments
16280         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16281         *-image-load-path-called-flag.
16282
16283 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16284
16285         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16286
16287 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16288
16289         * nnimap.el (nnimap-request-move-article): Change folder back to
16290         source group before deleting.
16291
16292 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16295
16296         * gnus-art.el (mm-url-insert-file-contents-external):
16297         Autoload mm-url.
16298
16299         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16300
16301 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16304         coding system which mm-charset-to-coding-system returns for a
16305         given charset is valid.
16306
16307 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16308
16309         * html2text.el (html2text-remove-tag-list):
16310         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16311
16312 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16313
16314         * gnus-cus.el: Revert 2005-10-17 change.
16315
16316 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-art.el (article-strip-banner):
16319         Call article-really-strip-banner only when the regexp match is made.
16320
16321 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-art.el (article-strip-banner):
16324         Use gnus-extract-address-components instead of
16325         mail-header-parse-addresses to make it work with non-ASCII text;
16326         remove mail-encode-encoded-word-string.
16327
16328         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16329         values which are surrounded with \"...\"; make it never cause a
16330         Lisp error; give up parsing of parameters if it failed in
16331         extracting type.
16332
16333 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16334
16335         * smime.el (smime-cert-by-ldap-1): Fix bug where
16336         `smime-ldap-search' returns results without userCertificates.
16337
16338 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16341
16342 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * spam.el (spam-check-spamassassin-headers): Adapt format for
16345         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16346         <ari@mbf.ocn.ne.jp>.
16347         (spam-list-of-processors): Add spam-use-gmane.
16348
16349 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16352         make-temp-file; make it work with XEmacs as well.
16353
16354         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16355         mm-make-temp-file.
16356
16357         * mm-decode.el (mm-display-external): Use the 3rd arg of
16358         mm-make-temp-file.
16359         (mm-create-image-xemacs): Ditto.
16360
16361 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16364         with message-narrow-to-headers.
16365         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16366         (gnus-draft-check-draft-articles): New function.
16367         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16368
16369 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus-art.el (gnus-article-browse-html-parts):
16372         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16373         Don't use suffix argument for mm-make-temp-file for Emacs 21
16374         compatibility.  Remove useless `format'.
16375
16376 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16377
16378         * nnweb.el (nnweb-google-wash-article): Update regexps.
16379         (nnweb-group-alist): Use defvoo instead of defvar.
16380
16381 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16384         re-loading nn* modules.
16385
16386 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16389         for `tool-bar-mode' and don't check it's default-value.
16390
16391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16392
16393         * message.el (message-make-tool-bar): Ditto.
16394
16395         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16396         `substring'.  Shorten tmp-file name.
16397
16398         * gnus.el: Remove bogus comment.
16399
16400 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16401
16402         * gnus-art.el (gnus-article-browse-html-parts): New function.
16403         (gnus-article-browse-html-article): New function for viewing html
16404         articles with a browser.
16405
16406 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16407
16408         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16409         in elisp.
16410         (pgg-gpg-encrypt-symmetric-region): Ditto.
16411         (pgg-gpg-sign-region): Ditto.
16412
16413         * pgg-def.el (pgg-text-mode): New variable.
16414
16415         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16416         (mml2015-pgg-encrypt): Ditto.
16417
16418         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16419         (mml1991-pgg-encrypt): Ditto.
16420
16421 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * nnfolder.el (nnfolder-insert-newsgroup-line):
16424         Use message-make-date instead of current-time-string.
16425
16426         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16427         to gnus-decoded which mm-uu might set.
16428
16429 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16432         don't decode quoted parameters; remove misimported Emacs code.
16433         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16434         (rfc2231-decode-encoded-string): Don't use split-string which
16435         behaves differently according to Emacs version; use
16436         mm-decode-coding-region to convert charset to coding-system.
16437         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16438         (rfc2231-encode-string): Remove misimported Emacs code.
16439
16440 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16443         when calling mail-header-parse-content-type.
16444         (article-de-quoted-unreadable): Ditto.
16445         (article-de-base64-unreadable): Ditto.
16446         (article-wash-html): Ditto.
16447
16448         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16449         calling mail-header-parse-content-type and
16450         mail-header-parse-content-disposition.
16451         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16452         mail-header-parse-content-type.
16453
16454         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16455         insert charset and format parameters; encode description after
16456         inserting it to buffer.
16457         (mml-insert-parameter): Fold lines properly even if a parameter is
16458         segmented into two or more lines; change the max column to 76.
16459
16460         * rfc1843.el (rfc1843-decode-article-body): Don't use
16461         ignore-errors when calling mail-header-parse-content-type.
16462
16463         * rfc2231.el (rfc2231-parse-string): Return at least type if
16464         possible; don't cause an error even if it fails in parsing of
16465         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16466         (rfc2231-encode-string): Don't break lines at the beginning, leave
16467         it to mml-insert-parameter.
16468
16469         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16470         calling mail-header-parse-content-type.
16471
16472 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * spam-report.el (spam-report-gmane-use-article-number):
16475         Improve doc string.
16476         (spam-report-gmane-internal): Check if a suitable header was found
16477         in the article.
16478
16479 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16482         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16483
16484 2006-02-05  Romain Francoise  <romain@orebokech.com>
16485
16486         Update copyright notices of all files in the gnus directory.
16487
16488 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16489
16490         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16491
16492 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16495         segmented lines of parameter value to cope with Thunderbird 1.5
16496         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16498         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16499
16500 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16501
16502         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16503         parts.
16504
16505 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16506
16507         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16508         there's only one active file for all servers.
16509         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16510         solid groups.  Gnus might have used a FAST request to select the group.
16511         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16512         and nnweb-search redundantly in the active file.
16513         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16514         (nnweb-request-create-group): Don't use ARGS.
16515         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16516         initializations.  Let nnoo do the work.
16517
16518 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16521         Say the part has been decoded.
16522
16523         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16524
16525 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16526
16527         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16528         mailcap-viewer-test-cache when there's no 'test clause, since that
16529         will invert the meaning of a "nil" test previously determined by
16530         mailcap-mailcap-entry-passes-test.
16531
16532 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16535         compiling.
16536
16537         * gnus-sum.el: Ditto.
16538
16539         * message.el: Don't bind tool-bar-map when compiling.
16540
16541 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16544
16545 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16546
16547         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16548         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16549         current Google Groups.
16550
16551 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16552
16553         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16554         and tool-bar-mode.
16555
16556         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16557         and tool-bar-mode.
16558
16559         * message.el (message-tool-bar-update): Simplify.
16560         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16561
16562         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16563         gnus-summary-buffer.
16564         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16565         gnus-summary-reply.
16566
16567         * gmm-utils.el (gmm): Add :version.
16568
16569 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * Makefile.in (clean): New rule.
16572         (distclean): Use it.
16573
16574 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16575
16576         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16577         Don't autoload.
16578
16579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gmm-utils.el (gmm-verbose): Add :group.
16582
16583 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * message.el: Change some comments WRT tool-bars.
16586
16587         * gnus-sum.el (gnus-summary-tool-bar)
16588         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16589         (gnus-summary-tool-bar-zap-list): New variables.
16590         (gnus-summary-make-tool-bar): Complete rewrite using
16591         `gmm-tool-bar-from-list'.
16592
16593         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16594         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16595         New variables.
16596         (gnus-group-make-tool-bar): Complete rewrite using
16597         `gmm-tool-bar-from-list'.
16598         (gnus-group-tool-bar-update): New function.
16599
16600         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16601
16602 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16605         is dissected into a single part of which the type is the same as
16606         the given one; decode charset.
16607
16608 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16609
16610         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16611         into alists as symbol not string, since that's what
16612         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16613         look for.
16614
16615 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16618         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16619
16620         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16621
16622 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16625         (gnus-xmas-mime-security-button-menu): New function.
16626
16627         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16628         (gnus-mime-security-button-menu): New definition.
16629         (gnus-mime-security-button-map): Use them.
16630         (gnus-mime-security-button-menu): New function.
16631         (gnus-insert-mime-security-button): Addition to help echo.
16632         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16633         (gnus-mime-security-pipe-part): New functions.
16634
16635         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16636         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16637
16638         * mm-decode.el (mm-handle-set-disposition): Remove.
16639         (mm-handle-set-description): Remove.
16640
16641 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16644         (mm-w3m-standalone-supports-m17n-p): New function.
16645         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16646         w3m usage.
16647
16648         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16649         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16650
16651 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16652
16653         * message.el (message-tool-bar-zap-list):
16654         Use gmm-tool-bar-zap-list as custom type.
16655         (message-tool-bar-update): New function.
16656         (message-tool-bar, message-tool-bar-gnome)
16657         (message-tool-bar-retro): Add message-tool-bar-update.
16658         (message-tool-bar-gnome): Add flyspell-buffer.
16659
16660         * gnus-util.el (gnus-error): Describe `args'.
16661
16662         * gmm-utils.el (gmm-error): Describe `args'.
16663         (gmm-tool-bar-zap-list): New widget.
16664         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16665
16666 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16669         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16670         the number of recursive calls.
16671
16672         * mm-decode.el (mm-handle-set-disposition): New macro.
16673         (mm-handle-set-description): New macro.
16674
16675 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16678         encoding.
16679
16680 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * message.el (message-tool-bar-zap-list, message-tool-bar)
16683         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16684         (message-tool-bar-local-item-from-menu): Remove.
16685         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16686         (message-make-tool-bar): New function.
16687         (message-mode): Use `message-make-tool-bar'.
16688
16689         * gmm-utils.el: New file.
16690         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16691         (gmm-lazy): New widget copied from `nnmail.el'.
16692         (gmm-tool-bar-from-list): New function for creating customizable
16693         tool bars.
16694         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16695         output.
16696         (gmm): Add :prefix to defgroup.
16697
16698 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16699
16700         * gmm-utils.el (gmm-widget-p): New function.
16701
16702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16703
16704         * mml.el (mml-attach-file): Describe `description' in doc string.
16705         (mml-menu): Add Emacs MIME manual and PGG manual.
16706
16707 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16708
16709         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16710
16711 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16712
16713         * nntp.el (nntp-end-of-line): Doc fix.
16714
16715 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16716
16717         * imap.el (imap-open): Handle case where buffer is a buffer
16718         object.
16719
16720 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16721
16722         * gnus-delay.el (gnus-delay): Don't autoload.
16723         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16724         to be re-loaded when customizing the `gnus-delay' group.
16725
16726 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16727
16728         * message.el (message-insert-citation-line): Use newlines.
16729
16730 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16731
16732         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16733         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16734         these routines, so the passphrase can be managed externally and
16735         passed in to the system.
16736         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16737         pgg-add-passphrase-to-cache function.
16738
16739         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16740         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16741         these routines, so the passphrase can be managed externally and
16742         passed in to the system.
16743         (pgg-pgp5-sign-region): Use new name of
16744         pgg-add-passphrase-to-cache function.
16745
16746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16747
16748         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16749         part of the decoded armor to find the key-identifier.
16750         (pgg-gpg-lookup-key-owner): New function to return the
16751         human-readable identifier of a key owner.
16752         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16753         itself.
16754         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16755         the key value) if we have a key and can match it against a secret
16756         key.  Also, added a note pointing out fact that the prompt only
16757         indicates the first matching key.
16758
16759         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16760         pgg-decrypt-region.
16761         (pgg-add-passphrase-to-cache): Rename from
16762         `pgg-add-passphrase-cache' to reduce confusion (all callers
16763         changed).
16764         (pgg-remove-passphrase-from-cache): Rename from
16765         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16766         changed).
16767         (pgg-read-passphrase, pgg-add-passphrase-cache)
16768         (pgg-remove-passphrase-cache): Add informative docstrings.
16769         (pgg-decrypt): Convey provided passphrase in subordinate call to
16770         pgg-decrypt-region.
16771
16772 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16773
16774         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16775         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16776         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16777         'passphrase' argument, so the passphrase can be managed externally
16778         and then passed in to the system.
16779
16780         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16781         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16782         so the passphrase cache can be used reliably with identifiers
16783         besides a pgp packet's key id.
16784
16785         * pgg-gpg.el (pgg-gpg-encrypt-region)
16786         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16787         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16788         these routines, so the passphrase can be managed externally and
16789         passed in to the system.
16790
16791         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16792         'notruncate' argument, so the passphrase cache can be used
16793         reliably with identifiers besides a pgp packet's key id.
16794
16795 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16796
16797         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16798         symmetric encryption.
16799         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16800         encrypted session key.
16801         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16802         message ask for the passphrase in a proper way.
16803
16804         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16805         New user commands for symmetric encryption.
16806
16807 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16810
16811         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16812
16813 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16814
16815         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16816
16817 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * mm-decode.el (mm-inlined-types): Add application/pgp.
16820         (mm-automatic-display): Ditto.
16821
16822         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16823         part as text.
16824
16825 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * nnrss.el: Update copyright.
16828         (nnrss-opml-import): Query whether to subscribe to each entry.
16829
16830         * gnus-art.el:
16831         * gnus-sum.el:
16832         * gnus-xmas.el:
16833         * messagexmas.el:
16834         * mm-uu.el:
16835         * mm-view.el: Update copyright.
16836
16837 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * message.el (message-info): New function.
16840         (message-mode-menu): Add it.
16841         Update copyright.
16842
16843         * ChangeLog: Fix and update copyright.
16844
16845 2006-01-13  Romain Francoise  <romain@orebokech.com>
16846
16847         * message.el (message-forward-subject-name-subject): Prefer the
16848         address to 'nowhere' if the sender has no name.
16849         Fix typo.  Update copyright year.
16850
16851 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-art.el (article-wash-html):
16854         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16855         (gnus-article-wash-html-with-w3m-standalone): New function.
16856
16857         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16858         mm-inline-text-html-render-with-w3m-standalone.
16859         (mm-text-html-washer-alist): Map w3m-standalone to
16860         gnus-article-wash-html-with-w3m-standalone.
16861         (mm-inline-text-html-render-with-w3m-standalone): New function.
16862
16863 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16866         Improve LaTeX.
16867
16868 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16871         (nnrss-request-article): Render text/plain parts as HTML.
16872
16873         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16874         the buffer.
16875
16876 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16879         custom definition of `gnus-posting-styles'.
16880
16881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16882         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16883
16884 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16885
16886         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16887         Use nntp for bug archive.
16888
16889 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16892         parts.
16893         (nnrss-normalize-date): New function converts ISO 8601 date into
16894         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16895         (nnrss-check-group): Use it.
16896
16897 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16900
16901         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16902         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16903         (nnrss-insert-w3): Ditto.
16904
16905 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16908         the articles to be forwarded including the case where neither a
16909         number of articles nor a region is specified.
16910
16911 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * nnrss.el (nnrss-request-article): Fix last change; fill
16914         text/plain parts.
16915
16916 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16919         in text/plain part.
16920         (nnrss-check-group): Don't add excessive newline to dc:subject.
16921
16922 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16923
16924         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16925         article.
16926
16927 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16930         (nnml-use-compressed-files, nnml-save-mail): Support other
16931         comression programs such as bzip2.
16932
16933 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934
16935         * dns.el (query-dns): Make sure we check the buffer size before
16936         removing tcp headers.
16937
16938 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16941         remove MIME buttons associated with multipart/alternative parts.
16942         (gnus-mime-display-alternative): Tag buttons using `article-type'
16943         text property.
16944
16945         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16946         associated with multipart/alternative parts.
16947
16948         * gnus-art.el (gnus-signature-separator): Fix custom type.
16949
16950         * mm-decode.el (mm-inlined-types): Fix custom type.
16951         (mm-keep-viewer-alive-types): Ditto.
16952         (mm-automatic-display): Ditto.
16953         (mm-attachment-override-types): Ditto.
16954         (mm-inline-override-types): Ditto.
16955         (mm-automatic-external-display): Ditto.
16956
16957 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * spam-report.el (spam-report-user-mail-address)
16960         (spam-report-user-agent): New variables.
16961         (spam-report-url-ping-plain): Use spam-report-user-agent.
16962
16963 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16964
16965         * gnus-art.el (gnus-button-handle-custom): Do not just use
16966         `customize-apropos' for any "M-x customize-*" button but the
16967         function called for.  Accept both the function name and its
16968         argument in order to achieve this.
16969         (gnus-button-alist): Remove support for "custom:" URL's.
16970         Pass function name to `gnus-button-handle-custom' in case of "M-x
16971         customize-*" buttons.
16972
16973 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16976         multipart/alternative and add xref to mm-discouraged-alternatives
16977         in doc string.
16978
16979         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16980         gnus-buttonized-mime-types in doc string.
16981
16982 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16985         Suggest image/.* in the doc string.
16986
16987 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16990         message-marks (Debian bug #342521).
16991
16992 2005-12-12  Simon Josefsson  <jas@extundo.com>
16993
16994         * password.el (password-read-from-cache): Add.
16995         (password-read): Use it.
16996
16997 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * rfc2047.el (rfc2047-charset-to-coding-system):
17000         Recognize us-ascii as a MIME charset.
17001
17002         * mm-bodies.el (mm-decode-content-transfer-encoding):
17003         Protect against the case where the 2nd arg TYPE is nil.
17004
17005 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * pop3.el (pop3-stream-type): Fix custom version.
17008
17009         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17010
17011 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17012
17013         * mm-decode.el (mm-display-external): Add missing cdr.
17014
17015 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17018         RFC1524) if it is in mailcap or add a suffix according to
17019         mailcap-mime-extensions when generating a temp filename; postpone
17020         deleting a temp file for 2 seconds for some wrappers, shell
17021         scripts, and so on, which might exit right after having started a
17022         viewer command as a background job.
17023
17024 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * nntp.el (nntp-marks-directory): Fix custom group.
17027
17028         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17029         steps when < 10.
17030
17031         * gnus-start.el (gnus-no-server-1):
17032         Mention `gnus-level-default-subscribed' in doc string.
17033
17034 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17035
17036         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17037         parens.
17038
17039 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-xmas.el (gnus-use-toolbar): Revert.
17042         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17043         gnus-use-toolbar is default.
17044
17045         * messagexmas.el (message-use-toolbar): Revert.
17046         (message-setup-toolbar): Use global default-toolbar if
17047         message-use-toolbar is default.
17048
17049 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17052         according to default-toolbar-visible-p.
17053
17054         * messagexmas.el (message-use-toolbar): Ditto.
17055
17056 2005-11-26  Dave Love  <fx@gnu.org>
17057
17058         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17059         (tls-program, tls-success): Provide openssl alternative.
17060
17061         * starttls.el: Doc fixes.
17062         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17063         SERVICE to PORT.
17064
17065         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17066         port null or service name.
17067         (starttls-negotiate): Autoload.
17068
17069 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * message.el (message-kill-to-signature): Fix interactive spec.
17072
17073 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * pop3.el (pop3-open-server): Recognize a string as a service name.
17076
17077 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17078
17079         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17080
17081 2005-11-23  Dave Love  <fx@gnu.org>
17082
17083         Add pop3s, pop3/starttls.
17084
17085         * pop3.el (pop3-authentication-scheme): Clarify doc.
17086         (open-tls-stream, starttls-open-stream): Autoload.
17087         (pop3-stream-type): New.
17088         (pop3-open-server): Use it.
17089
17090         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17091         for POP.
17092         (mail-source-keyword-map): Add :stream for POP.
17093         (mail-source-fetch-pop): Use pop3-stream-type.
17094
17095 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17098         of current-time-string.
17099
17100 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17101
17102         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17103         date header.
17104
17105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17106
17107         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17108         it can seriously impact performance as it bypasses the agent's
17109         local caches.
17110
17111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17112
17113         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17114         must be explicitly online rather than "not explicitly offline" for
17115         its flags to be synchronized.
17116
17117         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17118         that gnus-uu-unmark-thread will function correctly.
17119
17120         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17121         1024K is instead displayed as 1M.
17122
17123 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17124
17125         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17126
17127 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17128
17129         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17130
17131 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17132
17133         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17134         error message to display actual error condition.
17135         (gnus-agent-save-local): Avoid saving symbols that are bound to
17136         nil as they simply result in a warning message in
17137         gnus-agent-read-local.
17138
17139 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17142         rather than make-variable-buffer-local for file-precious-flag.
17143
17144 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17145
17146         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17147         for duplicates which are removed.  The invalid sort check then
17148         triggers a rescan after the sort as sorting may have moved
17149         duplicate entries such that they can be cheaply detected.
17150
17151 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17154
17155 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17156
17157         * gnus-agent.el (gnus-agent-article-alist-save-format):
17158         Change internal variable to a custom variable.  Change default value
17159         from compressed(2) to uncompressed(1).
17160         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17161         support for uncompressed agentview files.  Taken together, reading
17162         the agentview file should now be 6-7 times faster.
17163
17164 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17165
17166         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17167         as a buffer-local variable.  This avoids creating truncated
17168         dribble files as a result of a hang up, eg.
17169
17170 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17171
17172         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17173         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17174         XEmacs.
17175
17176 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gnus-start.el (gnus-start-draft-setup):
17179         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17180
17181         * gnus.el (gnus-splash): Change custom group.
17182         (gnus-group-get-parameter, gnus-group-parameter-value):
17183         Describe allow-list argument.
17184
17185         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17186         string.
17187
17188 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-art.el (gnus-default-article-saver): Add user-defined
17191         `function' to custom type.
17192
17193 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17194
17195         * imap.el (imap-open): Handle case where buffer is a buffer
17196         object.
17197
17198 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17201         long lines.
17202         (gnus-cache-delete-group): Wrap doc strings.
17203
17204         * gnus-agent.el (gnus-agent-rename-group)
17205         (gnus-agent-delete-group): Wrap doc strings.
17206
17207 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * messagexmas.el (message-use-toolbar): Change the valid values
17210         into default, top, bottom, left, and right.
17211         (message-toolbar-thickness): New variable.
17212         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17213         well.
17214         (message-setup-toolbar): Make it work.
17215
17216         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17217         (gnus-use-toolbar): Change the valid values into default, top,
17218         bottom, left, and right.
17219         (gnus-toolbar-thickness): New variable.
17220         (gnus-xmas-setup-toolbar): New function.
17221         (gnus-xmas-setup-group-toolbar): Use it.
17222         (gnus-xmas-setup-summary-toolbar): Use it.
17223
17224 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * gnus-start.el (gnus-1): Add "native" to
17227         gnus-predefined-server-alist.
17228
17229         * gnus.el (gnus-method-to-server): Don't add "native" to the
17230         lists here, because that leads to problems when
17231         gnus-select-method is bound.
17232
17233 2005-11-09  Simon Josefsson  <jas@extundo.com>
17234
17235         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17236         use (not sort-by-date) instead.
17237
17238 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17239
17240         * gnus-delay.el (gnus-delay-group): Don't autoload.
17241         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17242         to be re-loaded when customizing the `gnus-delay' group.
17243
17244 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17245
17246         * message.el: Revert last changes.
17247         (message-insert-citation-line): Use newlines.
17248
17249 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17250
17251         * message.el (message-courtesy-message)
17252         (message-mark-insert-begin, message-mark-insert-end)
17253         (message-elide-ellipsis, message-cancel-message)
17254         (message-add-header, message-change-subject)
17255         (message-cross-post-followup-to-header)
17256         (message-cross-post-insert-note, message-reduce-to-to-cc)
17257         (message-widen-reply, message-delete-not-region)
17258         (message-kill-to-signature, message-insert-signature)
17259         (message-insert-importance-high, message-insert-importance-low)
17260         (message-insert-or-toggle-importance)
17261         (message-insert-disposition-notification-to)
17262         (message-indent-citation, message-yank-original)
17263         (message-cite-original-without-signature, message-cite-original)
17264         (message-insert-citation-line, message-position-on-field)
17265         (message-fix-before-sending, message-send-mail-partially)
17266         (message-send-mail, message-send-mail-with-sendmail)
17267         (message-send-mail-with-qmail, message-send-news)
17268         (message-check-news-header-syntax, message-generate-headers)
17269         (message-insert-courtesy-copy, message-fill-address)
17270         (message-fill-header, message-shorten-references)
17271         (message-setup-1, message-cancel-news)
17272         (message-forward-make-body-plain, message-forward-make-body-mime)
17273         (message-forward-make-body-mml, message-encode-message-body)
17274         (message-forward-make-body-digest-plain)
17275         (message-forward-make-body-digest-mime)
17276         (message-use-alternative-email-as-from): Insert `hard-newline'
17277         instead of ordinary newlines.
17278
17279 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * message.el (message-generate-headers): Downcase the argument
17282         given to message-check-element.
17283
17284 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17285
17286         * nntp.el (nntp-authinfo-rejected): New error condition.
17287         (nntp-wait-for): Use new error condition to signal authentication
17288         error.
17289         (nntp-retrieve-data): Rethrow new error condition to break out of
17290         recursive call to nntp-send-authinfo.
17291
17292 2005-11-08  Romain Francoise  <romain@orebokech.com>
17293
17294         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17295         (gnus-summary-exit-map): Bind to `Z p'.
17296         (gnus-summary-make-menu-bar): Add menu item.
17297
17298 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17301         (gnus-treat-*): Add `first' in all doc strings.
17302
17303         * gnus-group.el (gnus-group-compact-group): Fix typo.
17304
17305 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus.el (gnus-parameters-case-fold-search): New variable.
17308         (gnus-parameters-get-parameter): Use it.
17309
17310         * gnus-score.el (gnus-home-score-file): Doc fix.
17311
17312 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17313
17314         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17315
17316 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * mm-util.el (mm-special-display-p): New function.
17319
17320         * mml.el (mml-preview): Use it; doc fix.
17321
17322 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17323
17324         * imap.el (imap-open): Handle case where buffer is a buffer object.
17325
17326 2005-10-29  Romain Francoise  <romain@orebokech.com>
17327
17328         * message.el (message-fix-before-sending): Fix comment.
17329
17330 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17331
17332         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17333
17334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17335
17336         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17337         Used in gnus-score.el.
17338
17339 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17342
17343 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17344
17345         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17346         whitespace removed in revision 7.8.  Use concatenated string to
17347         protect trailing whitespace.
17348
17349 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17350
17351         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17352         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17353         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17354         Courier IMAP ("some version from 2004").  Mostly based on similar
17355         code in the same function.
17356
17357 2005-10-26  Didier Verna  <didier@xemacs.org>
17358
17359         * gnus-group.el (gnus-group-compact-group): Invalidate original
17360         article buffer.
17361         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17362         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17363         NOV database and in article itself.
17364         Invalidate article backlog.
17365
17366 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17369
17370 2005-10-26  Simon Josefsson  <jas@extundo.com>
17371
17372         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17373         part of 2004-07-25 change.
17374
17375 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * message.el (message-display-completion-list): New function.
17378         (message-expand-group): Use it; make sure the Completions buffer
17379         is modifiable.
17380 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17381
17382         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17383         user-mail-name is an empty string.
17384
17385 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17388         depending on gnus-score-decay-constant.
17389
17390         * encrypt.el (encrypt-insert-file-contents)
17391         (encrypt-write-file-contents): Don't use `gnus-message'.
17392
17393         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17394         arguments.
17395         (mm-uu-type-alist): Add message-marks and insert-marks.
17396         Pass arguments to mm-uu-verbatim-marks-extract.
17397         (mm-uu-hide-markers): New variable.
17398         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17399
17400         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17401         (gnus-convert-image-to-face-command): Use "convert" by default to
17402         allow other input image formats.
17403         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17404         accordingly.
17405
17406 2005-10-23  Simon Josefsson  <jas@extundo.com>
17407
17408         * imap.el (imap-gssapi-program): Align command line parameters
17409         with latest GNU SASL.
17410         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17411
17412 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17413
17414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17415         HTML.
17416         (nnslashdot-request-article): Ditto.
17417
17418         * lpath.el (featurep): Add nobreak-char-display.
17419
17420 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17421
17422         * mail-source.el (mail-source-fetch-pop): Require pop3.
17423         (mail-source-check-pop): Ditto.
17424
17425 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17428         errors.
17429
17430 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17433         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17434
17435         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17436
17437         * mm-bodies.el (mm-decode-string):
17438         Call `mm-charset-to-coding-system' with allow-override argument.
17439
17440 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17443         (rfc2047-charset-to-coding-system): New function.
17444         (rfc2047-decode-encoded-words): New function.
17445         (rfc2047-decode-region): Use them.
17446         (rfc2047-decode-cte): Remove.
17447         (rfc2047-parse-and-decode): Remove.
17448         (rfc2047-decode): Remove.
17449
17450 2005-10-15  Kenichi Handa  <handa@m17n.org>
17451
17452         * rfc2047.el (rfc2047-decode-cte): New function.
17453         (rfc2047-decode-region): Change the way to decode successive
17454         encoded-words: decode B- or Q-encoding in each encoded-word,
17455         concatenate them, and decode it as charset.
17456
17457 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * lpath.el: Fbind codepage-setup for XEmacs.
17460
17461 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17462
17463         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17464         widget-move-and-invoke.
17465         (gnus-custom-mode): Use gnus-custom-map.
17466
17467 2005-10-15  Bill Wohler  <wohler@newt.com>
17468
17469         * message.el (message-tool-bar-map): Rename image file from
17470         mail_send to mail/send.
17471
17472 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17473
17474         * message.el (message-expand-group): Pass the common
17475         prefix substring of completion to `display-completion-list'.
17476
17477 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * mml-sec.el (mml-secure-method): New internal variable.
17480         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17481         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17482         New functions using mml-secure-method.
17483
17484         * mml.el (mml-mode-map): Add key bindings for those functions.
17485         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17486         Harder <harder@myrealbox.com>.
17487         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17488         Goto end of message if point is the headers of the message.
17489
17490         * message.el (message-in-body-p): New function.
17491
17492         * assistant.el: Autoload gnus-util and netrc.
17493
17494         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17495         Use `mm-charset-override-alist' only when decoding.
17496
17497         * mm-bodies.el (mm-decode-body):
17498         Call `mm-charset-to-coding-system' with allow-override argument.
17499
17500         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17501         `filename' from Content-Disposition if Content-Type doesn't
17502         provide `name'.
17503         (gnus-mime-view-part-as-type): Set default instead of
17504         initial-input.
17505
17506 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17507
17508         * format-spec.el (format-spec): Propagate text properties of % spec.
17509
17510 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17511
17512         * gnus-art.el (gnus-treat-predicate): Add `first'.
17513
17514 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17515
17516         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17517         (mm-charset-override-alist): New variable.
17518         (mm-charset-to-coding-system): Use it.
17519         (mm-codepage-setup): New helper function.
17520         (mm-charset-eval-alist): New variable.
17521         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17522         Warn about unknown charsets.
17523
17524         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17525
17526 2005-10-04  David Hansen  <david.hansen@gmx.net>
17527
17528         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17529         (nnrss-check-group): Ditto.
17530
17531 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17534         Rename x-gnus-verbatim to x-verbatim.
17535         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17536
17537         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17538         x-verbatim.
17539
17540         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17541
17542         * gnus-util.el (gnus-remove-duplicates): Remove.
17543
17544         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17545         instead of gnus-remove-duplicates.
17546
17547         * message.el (message-remove-duplicates): Remove.
17548         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17549         message-remove-duplicates.
17550
17551         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17552         available, else use implementation from `delete-dups'.
17553
17554         * message.el (message-insert-expires): New function.
17555         (message-mode-map): Add key binding.
17556         (message-mode-field-menu): Add menu entry.
17557         (message-mode): Document it.
17558         (message-make-expires-date): Use `message-make-date'.
17559
17560 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17561
17562         * message.el (message-make-expires-date): New function.
17563
17564 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * Makefile.in (list-installed-shadows): New entry.
17567         (install): Use it.
17568         (remove-installed-shadows): New entry.
17569
17570         * dgnushack.el (dgnushack-default-load-path): New variable.
17571         (dgnushack-find-lisp-shadows): New function.
17572         (dgnushack-remove-lisp-shadows): New function.
17573
17574 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * Makefile.in (install-el-elc): New entry.
17577         (install): Use it so that .el files are necessarily installed.
17578
17579 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17582
17583 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17584
17585         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17586         function rather than the diff-mode.el package.
17587         (mm-display-external): Use with-current-buffer.
17588         (mm-viewer-completion-map, mm-viewer-completion-map):
17589         Move initialization inside declaration.
17590
17591 2005-09-29  Simon Josefsson  <jas@extundo.com>
17592
17593         * spam.el: Load hashcash when compiling, to avoid warnings.
17594         Don't autoload mail-check-payment.
17595         (spam-check-hashcash): Define unconditionally, since hashcash.el
17596         is part of Gnus now.  Ignore errors from payment checking.
17597
17598 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * message.el (message-bold-region, message-unbold-region):
17601         Rename from `bold-region' and `unbold-region'.
17602
17603         * message.el: Remove useless autoloads.
17604
17605 2005-09-28  Simon Josefsson  <jas@extundo.com>
17606
17607         * message.el (message-use-idna): Default to t.
17608         (message-use-idna): Test whether encoding works too.  Doc fix.
17609
17610 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * nntp.el (nntp-warn-about-losing-connection): Remove.
17613
17614 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17615
17616         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17617         customizable.  Change default value.
17618         (mm-uu-diff-groups-regexp): Change default value.
17619         (mm-uu-type-alist): Add doc string.
17620         (mm-uu-configure): Add doc string.  Make it interactive.
17621         (mm-uu-tex-groups-regexp): New variable.
17622         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17623         (mm-uu-type-alist): Add LaTeX documents.
17624         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17625         of "text/verbatim".
17626         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17627
17628         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17629         instead of "text/verbatim".
17630
17631         * message.el (message-mark-inserted-region)
17632         (message-mark-insert-file): Use slrn style marks when called with
17633         prefix argument.
17634
17635 2005-09-27  Simon Josefsson  <jas@extundo.com>
17636
17637         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17638
17639 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17640
17641         * message.el (message-remove-duplicates): New function.
17642         Implementation borrowed from `gnus-remove-duplicates'.
17643         (message-idna-to-ascii-rhs): Also encode idna addresses in
17644         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17645         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17646         only ask about the same idna domain once per header and also tell
17647         in what header to replace the idna domain.
17648
17649         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17650         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17651         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17652         a header is decoded and not just the last one.
17653
17654 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17657         has been decoded.
17658
17659         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17660         (mm-insert-part): Don't modify text if it has been decoded.
17661
17662         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17663         decoded.
17664
17665         * mm-view.el (mm-inline-text): Don't strip text props unless
17666         decoding enriched or richtext parts.
17667
17668 2005-09-25  Romain Francoise  <romain@orebokech.com>
17669
17670         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17671         * gnus-start.el (gnus-subscribe-interactively):
17672         * gnus-uu.el (gnus-uu-grab-articles):
17673         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17674         space.
17675
17676 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17677
17678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17679         * mm-view.el (mm-view-pkcs7-decrypt):
17680         * gnus-sum.el (gnus-summary-limit-to-extra)
17681         (gnus-summary-respool-article, gnus-read-move-group-name):
17682         * gnus-score.el (gnus-summary-increase-score):
17683         * gnus-util.el (gnus-completing-read-with-default):
17684         * gnus-art.el (gnus-read-save-file-name)
17685         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17686         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17687         * message.el (message-check-news-header-syntax):
17688         Follow convention for reading with the minibuffer.
17689
17690 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * spam-report.el (spam-report-url-ping-plain):
17693         Use gnus-extended-version as User-Agent.
17694
17695         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17696         default value is nil.
17697
17698         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17699         (mm-uu-verbatim-marks-extract): New function.
17700         (mm-uu-extract): New face.
17701         (mm-uu-copy-to-buffer): Use it.
17702
17703         * spam-report.el (spam-report-gmane-ham): Rename from
17704         `spam-report-gmane-unspam'.
17705         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17706         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17707
17708         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17709         Autoload.
17710         (spam-report-gmane-unregister-routine):
17711         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17712
17713 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17714
17715         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17716         (spam-report-gmane-unregister-routine): Add support for gmane
17717         unregistration.
17718
17719         * spam-report.el (spam-report-gmane-unspam)
17720         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17721         (spam-report-gmane): Change to take a single article and do unspam
17722         registration.
17723
17724 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17725
17726         * mm-url.el (mm-url-decode-entities): Fix regexp.
17727
17728 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17729
17730         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17731         default to nil, to be able to use Gnus at all.  If the default
17732         switches to something else, then the function should be fixed not
17733         be exceedingly slow.
17734
17735 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17738         fail hard.
17739
17740         * spam-report.el: Add better Keywords line.
17741
17742         * spam.el: Add Maintainer and better Keywords line.
17743
17744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * gnus-art.el (gnus-article-replace-part)
17747         (gnus-mime-replace-part): New functions.
17748         (gnus-mime-action-alist, gnus-mime-button-commands)
17749         (gnus-mime-save-part-and-strip): Add file argument.
17750         (gnus-article-part-wrapper): Add interactive argument.
17751
17752         * gnus-sum.el (gnus-summary-mime-map):
17753         Add `gnus-article-replace-part'.
17754
17755 2005-09-19  Didier Verna  <didier@xemacs.org>
17756
17757         The nnml compaction feature:
17758         * nnml.el (nnml-request-compact-group): New function.
17759         * nnml.el (nnml-request-compact): New function.
17760         * gnus-int.el (gnus-request-compact-group): New function.
17761         * gnus-int.el (gnus-request-compact): New function.
17762         * gnus-group.el (gnus-group-compact-group): New function.
17763         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17764         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17765         * gnus-srvr.el (gnus-server-compact-server): New function.
17766         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17767         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17768
17769 2005-09-18  Deepak Goel  <deego@gnufans.org>
17770
17771         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17772         format spec.
17773
17774 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17777
17778 2005-09-15  Romain Francoise  <romain@orebokech.com>
17779
17780         * message.el (message-fill-paragraph): Clarify docstring.
17781
17782 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-art.el (gnus-mime-display-part): Protect against broken
17785         MIME messages.
17786
17787 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17790         before parsing header.
17791
17792 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17793
17794         * html2text.el (html2text-replace-list): Add new entities.
17795
17796 2005-09-11  Romain Francoise  <romain@orebokech.com>
17797
17798         * message.el (message-alternative-emails): Improve docstring.
17799         (message-setup-1): Call `message-use-alternative-email-as-from'
17800         after `message-setup-hook' to give it precedence over posting
17801         styles, etc.
17802         (message-use-alternative-email-as-from): Add docstring.
17803         Remove the original From header if present.
17804
17805         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17806         (nnml-save-mail): Use it.
17807
17808         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17809         articles.  Add new argument `silent'.
17810         (gnus-uu-mark-all): Report the total number of marked articles.
17811
17812 2005-09-10  Romain Francoise  <romain@orebokech.com>
17813
17814         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17815         (gnus-uu-mark-series): Likewise.
17816
17817 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * spam-report.el (spam-report-gmane): Fix generation of spam
17820         report URL.
17821
17822 2005-09-10  Simon Josefsson  <jas@extundo.com>
17823
17824         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17825         t, based on discussion on the ding list with Robert Epprecht
17826         <epprecht@solnet.ch>.
17827
17828 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * spam-report.el (spam-report-gmane): Make it work without
17831         X-Report-Spam header.  Gmane now only provides Archived-At.
17832         This is only used if `spam-report-gmane-use-article-number' is nil.
17833         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17834
17835         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17836         make `gnus-summary-sort-by-recipient' work with threading.
17837
17838         * nnweb.el (nnweb-google-wash-article): Print a message if article
17839         is not available.
17840
17841 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17842
17843         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17844         change.  Decode text/* parts content before displaying.
17845
17846 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17849
17850 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17853
17854         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17855         url-package-name, url-package-version,
17856         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17857         w3m-display-inline-images, and w3m-minor-mode-map.
17858
17859 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * message.el (message-tab-body-function): Fix mismatched custom type.
17862
17863         * gnus.el (gnus-group-change-level-function): Ditto.
17864
17865         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17866
17867         * gnus-art.el (gnus-signature-limit)
17868         (gnus-article-mime-part-function): Ditto.
17869
17870 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * mml.el (mml-mode): Silence the byte compiler.
17873
17874         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17875         using `(sit-for 0)' before moving the point to the specified part;
17876         skip unbuttonized parts.
17877         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17878         return to the summary window if gnus-auto-select-part is non-nil.
17879
17880 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17883         New variables.
17884         (mml-dnd-attach-file, mml-mode): Use them.
17885
17886         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17887         Make fetching article by MID work again for Google Groups.
17888         Add FIXME concerning gnus-group-make-web-group.
17889
17890         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17891         Don't depend on Gnus by using mail-extract-address-components if
17892         gnus-extract-address-components is not bound.
17893
17894 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895
17896         * gnus-art.el (gnus-mime-display-security): Don't display the
17897         signature, but only the signed part.
17898
17899 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17902
17903         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17904         list, not listp.
17905
17906 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17907
17908         * mm-encode.el (mm-encode-content-transfer-encoding):
17909         Likewise when encoding.
17910
17911         * mm-bodies.el (mm-decode-content-transfer-encoding):
17912         De-canonicalize CRLF for all text content types, not just
17913         text/plain.
17914
17915 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17918         valid article; point arrow and cursor at the MIME button.
17919
17920 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17923         Suggested by Dan Christensen <jdc@uwo.ca>.
17924
17925         * mm-decode.el (mm-save-part): Enable change of prompt.
17926
17927 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17928
17929         * gnus-msg.el (gnus-inews-add-send-actions):
17930         Make `message-post-method' lambda parameter ARG `&optional'.
17931
17932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * gnus-sum.el (gnus-summary-mime-map):
17935         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17936         gnus-article-jump-to-part.
17937
17938         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17939         (gnus-article-edit-part): Use it.
17940         (gnus-article-part-wrapper): Add no-handle argument.
17941         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17942         New functions.
17943
17944 2005-08-29  Romain Francoise  <romain@orebokech.com>
17945
17946         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17947         docstring.
17948         (gnus-face-from-file): Likewise.
17949
17950 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17953         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17954         non-nil.
17955         (gnus-auto-select-part): New variable.
17956         (gnus-article-jump-to-part): New function.
17957         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17958         (gnus-mime-delete-part): Allow selecting specified part after
17959         deleting or stripping parts.
17960         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17961         part if argument is bogus.
17962
17963 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17964
17965         * gnus-art.el (w3m-minor-mode-map):
17966         * gnus-spec.el (gnus-newsrc-file-version):
17967         * gnus-util.el (nnmail-active-file-coding-system)
17968         (gnus-original-article-buffer, gnus-user-agent):
17969         * gnus.el (gnus-ham-process-destinations)
17970         (gnus-parameter-ham-marks-alist)
17971         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17972         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17973         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17974         * mm-decode.el (gnus-current-window-configuration):
17975         * mm-extern.el (gnus-article-mime-handles):
17976         * mm-url.el (url-current-object, url-package-name)
17977         (url-package-version):
17978         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17979         (smime-keys, w3m-cid-retrieve-function-alist)
17980         (w3m-current-buffer, w3m-display-inline-images)
17981         (w3m-minor-mode-map):
17982         * mml-smime.el (gnus-extract-address-components):
17983         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17984         (gnus-newsrc-hashtb, message-default-charset)
17985         (message-deletable-headers, message-options)
17986         (message-posting-charset, message-required-mail-headers)
17987         (message-required-news-headers):
17988         * mml1991.el (mc-pgp-always-sign):
17989         * mml2015.el (mc-pgp-always-sign):
17990         * nnheader.el (nnmail-extra-headers):
17991         * rfc1843.el (gnus-decode-encoded-word-function)
17992         (gnus-decode-header-function, gnus-newsgroup-name):
17993         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17994
17995 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17996
17997         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17998         the end of the date treatments.
17999
18000 2005-08-15  Simon Josefsson  <jas@extundo.com>
18001
18002         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18003         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18004         Capello and Romain Francoise.
18005         (pgg-fetch-key-function): Remove, not used?
18006         (pgg-insert-url-with-w3): Require url, to get
18007         url-insert-file-contents regardless of where it is defined.
18008
18009 2005-08-13  Romain Francoise  <romain@orebokech.com>
18010
18011         * message.el (message-cite-original-1): New function.
18012         (message-cite-original): Use it.
18013         (message-cite-original-without-signature): Ditto.
18014
18015 2005-08-08  Romain Francoise  <romain@orebokech.com>
18016
18017         * message.el (message-yank-empty-prefix): New variable.
18018         (message-indent-citation): Use it.
18019         (message-cite-original-without-signature): Respect X-No-Archive.
18020
18021 2005-08-08  Simon Josefsson  <jas@extundo.com>
18022
18023         * pgg.el: Autoload url-insert-file-contents instead of loading
18024         w3/url.
18025         (pgg-insert-url-with-w3): Don't load url here.
18026
18027 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18028
18029         * message.el (message-kill-to-signature): Don't insert newline at
18030         bol.
18031         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18032
18033 2005-08-06  Romain Francoise  <romain@orebokech.com>
18034
18035         * message.el (message-user-fqdn): Fix typo in docstring.
18036
18037 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18038
18039         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18040
18041         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18042
18043 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * mm-bodies.el (mm-encode-body): Use coding system rather than
18046         charset to encode text.
18047
18048         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18049         number of charsets if utf-8 is available (XEmacs).
18050
18051 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18054         taken from `gnus-button-mid-or-mail-regexp'.
18055         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18056         (gnus-button-alist): Improve regexp for domain part of the MIDs
18057         for news:localpart@domain buttons.
18058         (gnus-button-ctan-directory-regexp): Update.
18059
18060 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * sieve-manage.el (sieve-manage-interactive-login):
18063         Use make-local-variable rather than make-variable-buffer-local.
18064         (sieve-manage-open): Ditto.
18065         (sieve-manage-authenticate): Ditto.
18066
18067         * mml.el (mml-generate-mime-1): Make the content type default to
18068         text/plain if the filename is not specified.
18069
18070 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18073         instead of insert-buffer.
18074
18075         * message.el (message-yank-original): Ditto; set the mark at the
18076         end of the yanked message.
18077
18078 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18081         lines to scroll rather than to stop it.
18082
18083         * mml.el (mml-generate-default-type): Add doc string.
18084         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18085         default to application/octet-stream when determining the content
18086         type if it is not specified for the part or the mml contents; add
18087         a comment about mml-generate-default-type.
18088
18089 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18092         make it default to application/octet-stream when determining the
18093         content type if it is not specified for the external contents.
18094
18095 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18098         segmented parameter but also other parameters might be there.
18099
18100 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * mm-decode.el (mm-display-external): Delete temp file, directory
18103         and buffer immediately if the external process is exited.
18104
18105 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18108         fewer lines than that of scroll-margin.
18109         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18110
18111 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-art.el (gnus-article-next-page): Revert.
18114         (gnus-article-beginning-of-window): New macro.
18115         (gnus-article-next-page-1): Use it.
18116         (gnus-article-prev-page): Ditto.
18117         (gnus-article-edit-part): Use insert-buffer-substring instead of
18118         insert-buffer.
18119         (gnus-article-edit-exit): Ditto.
18120
18121         * gnus-util.el (gnus-beginning-of-window): Remove.
18122         (gnus-end-of-window): Remove.
18123
18124         * lpath.el: Don't bind header-line-format and scroll-margin.
18125
18126 2005-07-25  Simon Josefsson  <jas@extundo.com>
18127
18128         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18129         to have the url package without w3.  Reported by Daiki Ueno
18130         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18131
18132 2005-07-20  Didier Verna  <didier@xemacs.org>
18133
18134         * gnus-diary.el: Remove the description comment (nndiary is now
18135         properly documented in the Gnus manual).
18136         Fix the spelling of "Back End".
18137         * nndiary.el: Ditto.
18138         Fix the copyright notice.
18139
18140 2005-07-18  Romain Francoise  <romain@orebokech.com>
18141
18142         * gnus-sum.el (gnus-summary-to-prefix)
18143         (gnus-summary-newsgroup-prefix): New variables.
18144         (gnus-summary-from-or-to-or-newsgroups): Use them.
18145
18146 2005-07-17  Romain Francoise  <romain@orebokech.com>
18147
18148         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18149         space as it's generally not especially interesting to the user.
18150
18151 2005-07-16  Romain Francoise  <romain@orebokech.com>
18152
18153         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18154         nil to avoid prompting and file modification if one of the
18155         messages at the top of the nnfolder file contains a copyright
18156         notice.
18157         Update copyright notice.
18158
18159         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18160         instead of `current-time-string' as the latter creates a time
18161         string that is not RFC 2822 compliant (it lacks the zone).
18162         Update copyright notice.
18163
18164 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18165
18166         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18167         for text/rtf.  Display default in prompt.  Pass default for M-n.
18168
18169         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18170
18171 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus-msg.el (gnus-button-mailto):
18174         Remove save-selected-window-window hackery because it relies on
18175         save-selected-window internals.
18176
18177 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18180         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18181         (gnus-article-prev-page): Ditto.
18182
18183         * gnus-util.el (gnus-beginning-of-window): New function.
18184         (gnus-end-of-window): New function.
18185
18186         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18187
18188 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18189
18190         * gnus-score.el (gnus-score-edit-all-score):
18191         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18192         gnus-message.
18193
18194 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18195
18196         * gnus-msg.el (gnus-button-mailto):
18197         Remove save-selected-window-window hackery because it relies on
18198         save-selected-window internals.
18199
18200 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18203         add-minor-mode.
18204         (gnus-binary-mode): Ditto.
18205
18206         * gnus-topic.el (gnus-topic-mode): Ditto.
18207
18208 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18209
18210         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18211         (gnus-article-prev-page): Take scroll-margin into consideration.
18212
18213 2005-07-04  Lute Kamstra  <lute@gnu.org>
18214
18215         Update FSF's address in GPL notices.
18216
18217 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18218
18219         * gnus.el (gnus-exit):
18220         * gnus-group.el (gnus-group-icons):
18221         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18222
18223         * gnus-nocem.el (gnus-nocem):
18224         * message.el (message-various, message-buffers, message-sending)
18225         (message-interface, message-forwarding, message-insertion)
18226         (message-headers, message-news, message-mail):
18227         * pgg-gpg.el (pgg-gpg):
18228         * pgg-parse.el (pgg-parse):
18229         * pgg-pgp.el (pgg-pgp):
18230         * pgg-pgp5.el (pgg-pgp5):
18231         * pop3.el (pop3): Finish `defgroup' description with period.
18232
18233 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-art.el (article-display-face): Improve the efficiency.
18236         (article-display-x-face): Ditto; remove gray x-face stuff.
18237
18238 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * gnus-art.el (article-display-face): Correct the position in
18241         which Faces are inserted.
18242
18243 2005-06-29  Didier Verna  <didier@xemacs.org>
18244
18245         * gnus-art.el (article-display-face): Display faces in correct
18246         order.
18247
18248 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18251         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18252         (gnus-nocem-check-article): Fetch the Type header.
18253         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18254         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18255         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18256         make sure gnus-nocem-hashtb is initialized.
18257         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18258         (gnus-nocem-unwanted-article-p): Ditto.
18259
18260         * pgg.el (pgg-verify): Return the verification result.
18261
18262 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18263
18264         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18265         is ascii.
18266
18267 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18268
18269         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18270         `show-nonbreak-escape'.
18271
18272 2005-06-23  Lute Kamstra  <lute@gnu.org>
18273
18274         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18275
18276         * dig.el (dig-mode):
18277         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18278
18279 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18280
18281         * nnimap.el (nnimap-split-download-body): Fix spellings.
18282
18283 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18284
18285         * gnus-art.el (gnus-article-encrypt-body):
18286         * gnus-cus.el (gnus-score-customize):
18287         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18288         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18289
18290 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18291
18292         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18293         header by looking for magic "MII" at the beginning.
18294
18295 2005-06-16  Miles Bader  <miles@gnu.org>
18296
18297         * gnus-xmas.el (gnus-xmas-group-startup-message):
18298         Use renamed gnus-splash face.
18299
18300         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18301         (assistant-field-face): New backward-compatibility alias for renamed
18302         face.
18303         (assistant-render-text): Use renamed assistant-field face.
18304
18305         * spam.el (spam): Remove "-face" suffix from face name.
18306         (spam-face): New backward-compatibility alias for renamed face.
18307         (spam-face, spam-initialize): Use renamed spam face.
18308
18309         * message.el (message-header-to, message-header-cc)
18310         (message-header-subject, message-header-newsgroups)
18311         (message-header-other, message-header-name)
18312         (message-header-xheader, message-separator, message-cited-text)
18313         (message-mml): Remove "-face" suffix from face names.
18314         (message-header-to-face, message-header-cc-face)
18315         (message-header-subject-face, message-header-newsgroups-face)
18316         (message-header-other-face, message-header-name-face)
18317         (message-header-xheader-face, message-separator-face)
18318         (message-cited-text-face, message-mml-face):
18319         New backward-compatibility aliases for renamed faces.
18320         (message-font-lock-keywords): Use renamed message faces.
18321
18322         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18323         (sieve-test-commands, sieve-tagged-arguments):
18324         Remove "-face" suffix from face names.
18325         (sieve-control-commands-face, sieve-action-commands-face)
18326         (sieve-test-commands-face, sieve-tagged-arguments-face):
18327         New backward-compatibility aliases for renamed faces.
18328         (sieve-control-commands-face, sieve-action-commands-face)
18329         (sieve-test-commands-face, sieve-tagged-arguments-face):
18330         Use renamed sieve faces.
18331
18332         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18333         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18334         (gnus-group-news-3-empty, gnus-group-news-4)
18335         (gnus-group-news-4-empty, gnus-group-news-5)
18336         (gnus-group-news-5-empty, gnus-group-news-6)
18337         (gnus-group-news-6-empty, gnus-group-news-low)
18338         (gnus-group-news-low-empty, gnus-group-mail-1)
18339         (gnus-group-mail-1-empty, gnus-group-mail-2)
18340         (gnus-group-mail-2-empty, gnus-group-mail-3)
18341         (gnus-group-mail-3-empty, gnus-group-mail-low)
18342         (gnus-group-mail-low-empty, gnus-summary-selected)
18343         (gnus-summary-cancelled, gnus-summary-high-ticked)
18344         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18345         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18346         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18347         (gnus-summary-low-undownloaded)
18348         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18349         (gnus-summary-low-unread, gnus-summary-normal-unread)
18350         (gnus-summary-high-read, gnus-summary-low-read)
18351         (gnus-summary-normal-read, gnus-splash):
18352         Remove "-face" suffix from face names.
18353         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18354         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18355         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18356         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18357         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18358         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18359         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18360         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18361         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18362         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18363         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18364         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18365         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18366         (gnus-summary-normal-ticked-face)
18367         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18368         (gnus-summary-normal-ancient-face)
18369         (gnus-summary-high-undownloaded-face)
18370         (gnus-summary-low-undownloaded-face)
18371         (gnus-summary-normal-undownloaded-face)
18372         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18373         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18374         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18375         (gnus-splash-face):
18376         New backward-compatibility aliases for renamed faces.
18377         (gnus-group-startup-message): Use renamed gnus faces.
18378
18379         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18380         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18381         (gnus-server-agent): Remove "-face" suffix from face names.
18382         (gnus-server-agent-face, gnus-server-opened-face)
18383         (gnus-server-closed-face, gnus-server-denied-face)
18384         (gnus-server-offline-face):
18385         New backward-compatibility aliases for renamed faces.
18386         (gnus-server-agent-face, gnus-server-opened-face)
18387         (gnus-server-closed-face, gnus-server-denied-face)
18388         (gnus-server-offline-face): Use renamed gnus faces.
18389
18390         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18391         Remove "-face" suffix from face names.
18392         (gnus-picon-xbm-face, gnus-picon-face):
18393         New backward-compatibility aliases for renamed faces.
18394
18395         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18396         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18397         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18398         (gnus-cite-11): Remove "-face" suffix from face names.
18399         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18400         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18401         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18402         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18403         New backward-compatibility aliases for renamed faces.
18404         (gnus-cite-attribution-face, gnus-cite-face-list)
18405         (gnus-article-boring-faces): Use renamed gnus faces.
18406
18407         * gnus-art.el (gnus-signature, gnus-header-from)
18408         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18409         (gnus-header-content): Remove "-face" suffix from face names.
18410         (gnus-signature-face, gnus-header-from-face)
18411         (gnus-header-subject-face, gnus-header-newsgroups-face)
18412         (gnus-header-name-face, gnus-header-content-face):
18413         New backward-compatibility aliases for renamed faces.
18414         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18415
18416         * gnus-sum.el (gnus-summary-selected-face)
18417         (gnus-summary-highlight): Use renamed gnus faces.
18418         * gnus-group.el (gnus-group-highlight): Likewise.
18419
18420 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18421
18422         * gnus-sieve.el (gnus-sieve-article-add-rule):
18423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18424         * spam-stat.el (spam-stat-buffer-change-to-spam)
18425         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18426
18427         * message.el (message-is-yours-p):
18428         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18429
18430 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * mm-view.el (mm-inline-text): Withdraw the last change.
18433
18434 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18437         executing enriched-decode.
18438
18439 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18442         charset of tar files.
18443
18444 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18445
18446         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18447
18448 2005-06-04  Lute Kamstra  <lute@gnu.org>
18449
18450         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18451         information is never recorded.
18452
18453 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18454
18455         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18456
18457 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * pop3.el (pop3-apop): Run md5 in the binary mode.
18460
18461         * starttls.el (starttls-set-process-query-on-exit-flag):
18462         Use eval-and-compile.
18463
18464 2005-05-31  Simon Josefsson  <jas@extundo.com>
18465
18466         * smime.el (smime-replace-in-string): Define.
18467         (smime-cert-by-ldap-1): Use it.
18468
18469 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * gnus-art.el (article-display-x-face): Replace
18472         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18473
18474         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18475         set-process-query-on-exit-flag or process-kill-without-query.
18476
18477         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18478         loop instead of replace-regexp.
18479
18480         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18481         instead of process-kill-without-query if it is available.
18482
18483         * lpath.el: Fbind ldap-search-entries.
18484
18485         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18486         instead of find-file-hooks if it is available.
18487
18488         * mml1991.el: Bind pgg-default-user-id when compiling.
18489
18490         * mml2015.el: Bind pgg-default-user-id when compiling.
18491
18492         * nndraft.el (nndraft-request-associate-buffer):
18493         Use write-contents-functions instead of write-contents-hooks if it is
18494         available.
18495
18496         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18497         instead of find-file-hooks if it is available.
18498
18499         * nntp.el (nntp-open-connection): Replace
18500         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18501         (nntp-open-ssl-stream): Ditto.
18502         (nntp-open-tls-stream): Ditto.
18503
18504         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18505         set-process-query-on-exit-flag or process-kill-without-query.
18506         (starttls-open-stream-gnutls): Use it instead of
18507         process-kill-without-query.
18508         (starttls-open-stream): Ditto.
18509
18510 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18511
18512         * smime.el (smime-cert-by-ldap-1): Don't use
18513         replace-regexp-in-string.
18514
18515 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18516
18517         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18518
18519         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18520         in PEM format.  Adjust to the XEmacs compatibility.
18521
18522 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18525         by `string-to-number'.
18526         * gnus-agent.el (gnus-agent-regenerate-group)
18527         (gnus-agent-fetch-articles): Ditto.
18528         * gnus-art.el (gnus-button-fetch-group): Ditto.
18529         * gnus-cache.el (gnus-cache-generate-active)
18530         (gnus-cache-articles-in-group): Ditto.
18531         * gnus-group.el (gnus-group-set-current-level)
18532         (gnus-group-insert-group-line): Ditto.
18533         * gnus-score.el (gnus-score-set-expunge-below)
18534         (gnus-score-set-mark-below, gnus-summary-score-effect)
18535         (gnus-summary-score-entry): Ditto.
18536         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18537         (gnus-soup-pack): Ditto.
18538         * gnus-spec.el (gnus-xmas-format): Ditto.
18539         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18540         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18541         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18542         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18543         * nndb.el (nndb-get-remote-expire-response): Ditto.
18544         * nndiary.el (nndiary-parse-schedule-value)
18545         (nndiary-string-to-number, nndiary-request-replace-article)
18546         (nndiary-request-article): Ditto.
18547         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18548         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18549         * nneething.el (nneething-make-head): Ditto.
18550         * nnfolder.el (nnfolder-request-article)
18551         (nnfolder-retrieve-headers): Ditto.
18552         * nnheader.el (nnheader-file-to-number): Ditto.
18553         * nnkiboze.el (nnkiboze-request-article): Ditto.
18554         * nnmail.el (nnmail-process-unix-mail-format)
18555         (nnmail-process-babyl-mail-format): Ditto.
18556         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18557         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18558         (nnmh-request-create-group, nnmh-request-list-1)
18559         (nnmh-request-group, nnmh-request-article): Ditto.
18560         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18561         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18562         * nnsoup.el (nnsoup-make-active): Ditto.
18563         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18564         * nntp.el (nntp-find-group-and-number)
18565         (nntp-retrieve-headers-with-xover): Ditto.
18566         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18567         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18568         (pgg-format-key-identifier): Ditto.
18569         * pop3.el (pop3-last, pop3-stat): Ditto.
18570         * qp.el (quoted-printable-decode-region): Ditto.
18571
18572         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18573         of concat.
18574
18575 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18578
18579         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18580
18581         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18582
18583         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18584
18585         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18586
18587         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18588
18589         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18590         (gnus-carpal-mode): Ditto.
18591
18592         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18593         (gnus-browse-mode): Ditto.
18594
18595         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18596
18597         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18598
18599 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18600
18601         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18602
18603 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * gnus-util.el (gnus-run-mode-hooks): New function.
18606
18607         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18608
18609         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18610         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18611
18612 2005-05-27  Lute Kamstra  <lute@gnu.org>
18613
18614         * dns-mode.el (dns-mode): Specify customization group.
18615
18616 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18617
18618         * gnus-agent.el (gnus-agent-make-mode-line-string):
18619         Use mode-line-highlight as mouse-face.
18620
18621 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * canlock.el (canlock): Change the parent group to news.
18624
18625         * deuglify.el (gnus-outlook-deuglify): Add :group.
18626
18627         * dig.el (dig): Add :group.
18628
18629         * dns-mode.el (dns-mode): Add :group.
18630
18631         * encrypt.el (encrypt): Add :group.
18632
18633         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18634         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18635         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18636         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18637         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18638
18639         * gnus-diary.el (gnus-diary): Add :group.
18640
18641         * gnus.el (gnus-group-news-1-face): Add :group.
18642         (gnus-group-news-1-empty-face): Ditto.
18643         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18644         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18645         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18646         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18647         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18648         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18653         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18654         (gnus-summary-high-ticked-face): Ditto.
18655         (gnus-summary-low-ticked-face): Ditto.
18656         (gnus-summary-normal-ticked-face): Ditto.
18657         (gnus-summary-high-ancient-face): Ditto.
18658         (gnus-summary-low-ancient-face): Ditto.
18659         (gnus-summary-normal-ancient-face): Ditto.
18660         (gnus-summary-high-undownloaded-face): Ditto.
18661         (gnus-summary-low-undownloaded-face): Ditto.
18662         (gnus-summary-normal-undownloaded-face): Ditto.
18663         (gnus-summary-high-unread-face): Ditto.
18664         (gnus-summary-low-unread-face): Ditto.
18665         (gnus-summary-normal-unread-face): Ditto.
18666         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18667         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18668
18669         * hashcash.el (hashcash): New custom group.
18670         (hashcash-default-payment): Add :group.
18671         (hashcash-payment-alist): Ditto.
18672         (hashcash-default-accept-payment): Ditto.
18673         (hashcash-accept-resources): Ditto.
18674         (hashcash-path): Ditto.
18675         (hashcash-extra-generate-parameters): Ditto.
18676         (hashcash-double-spend-database): Ditto.
18677         (hashcash-in-news): Ditto.
18678
18679         * message.el (message-minibuffer-local-map): Add :group.
18680
18681         * netrc.el (netrc): Add :group.
18682
18683         * sieve-manage.el (sieve-manage-log): Add :group.
18684         (sieve-manage-default-user): Diito.
18685         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18686         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18687         (sieve-manage-authenticators): Ditto.
18688         (sieve-manage-authenticator-alist): Ditto.
18689         (sieve-manage-default-port): Ditto.
18690
18691         * sieve-mode.el (sieve-control-commands-face): Add :group.
18692         (sieve-action-commands-face): Ditto.
18693         (sieve-test-commands-face): Ditto.
18694         (sieve-tagged-arguments-face): Ditto.
18695
18696         * smime.el (smime): Add :group.
18697
18698         * spam-report.el (spam-report): Add :group.
18699
18700         * spam.el (spam, spam-face): Add :group.
18701
18702 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703
18704         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18705         return \n.\n.\n at the end of articles.  Protect against that.
18706         (nntp-with-open-group): Allow debugging.
18707
18708         * nnheader.el (mail-header-set-extra): Make into a function
18709         because I just could't understand how to quote the list properly.
18710
18711         * dns.el (query-dns-cached): New function.
18712
18713 2005-05-26  Lute Kamstra  <lute@gnu.org>
18714
18715         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18716
18717 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18720
18721         * gnus-art.el: Don't autoload mail-extract-address-components.
18722
18723         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18724         eval-and-compile to evaluate it.
18725
18726         * hashcash.el: Don't autoload executable-find.
18727
18728         * nndb.el: Don't declare the nndb back end two or more times; don't
18729         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18730
18731         * nntp.el: Autoload format-spec instead of format; use
18732         eval-and-compile to evaluate autoload forms.
18733
18734 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18735
18736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18737
18738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18739
18740         * gnus.el (gnus-version-number): Bump version.
18741
18742 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18743
18744         * gnus.el: No Gnus v0.3 is released.
18745
18746 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18747
18748         * lpath.el (featurep): Bind show-nonbreak-escape.
18749
18750 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-art.el (gnus-article-edit-part): Disable undo.
18753
18754 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18757         gnus-article-date-lapsed-new-header is t if date timer is active;
18758         skip headers in which the original date value is empty.
18759         (gnus-article-save-original-date): Redefine it as a macro.
18760         (gnus-display-mime): Use it.
18761
18762 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-art.el (article-date-ut): Support converting date in
18765         forwarded parts as well.
18766         (gnus-article-save-original-date): New function.
18767         (gnus-display-mime): Use it.
18768
18769 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18770
18771         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18772         enclosure element of <item>.
18773
18774 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * message.el (message-kill-buffer-query): Rename from
18777         `message-kill-buffer-query-if-modified'.  Add :version.
18778
18779 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18782         window layout.
18783
18784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * mml.el: Autoload dnd when compiling.
18787
18788 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18789
18790         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18791         x-dnd-*.
18792
18793 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * qp.el (quoted-printable-encode-region): Save excursion.
18796
18797 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18798
18799         * message.el (message-kill-buffer-query-if-modified): Add new variable
18800         so the user can kill a modified message buffer quickly.
18801         (message-kill-buffer): Use it.
18802
18803 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * lpath.el: Fbind display-time-event-handler; don't fbind
18806         string-to-multibyte.
18807
18808         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18809
18810 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18813         contained in text because xml.el decodes entities) with LFs.
18814
18815 2005-04-11  Lute Kamstra  <lute@gnu.org>
18816
18817         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18818         differently.
18819
18820 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18821
18822         * mm-util.el (mm-detect-coding-region): Typo.
18823
18824 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18827
18828 2005-04-06  Deepak Goel  <deego@gnufans.org>
18829
18830         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18831         user-function allow user modifications of the scores.
18832         (spam-stat-score-buffer-user): New function, to allow
18833         user-computed modifications to the score.
18834         (spam-stat-score-buffer-user-functions): List of additional
18835         scoring functions.
18836         (spam-stat-error-holder): Global temporary error holder.
18837         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18838         variable.
18839
18840 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * gnus-registry.el (gnus-registry-clean-empty-function)
18843         (gnus-registry-trim, gnus-registry-fetch-groups)
18844         (gnus-registry-delete-group): Groups that match
18845         `gnus-registry-ignored-groups' are removed from the registry
18846         entries, not just ignored for splitting.  This helps clean up the
18847         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18848         to get all the groups a message ID is in.
18849
18850         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18851         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18852         (spam-stat-score-buffer-user-functions): Add :number custom type.
18853
18854 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18857         argument in XEmacs.
18858
18859         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18860         (nnrss-request-group): Decode group name first.
18861         (nnrss-request-article): Make a text/plain article if mml-to-mime
18862         failed.
18863         (nnrss-get-encoding): Return a compatible encoding according to
18864         nnrss-compatible-encoding-alist.
18865         (nnrss-find-el): Use consp instead of listp.
18866         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18867
18868 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18871         which Emacs 20 doesn't support.
18872         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18873
18874 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18877         silence the byte compiler inside the defun.
18878
18879         * gnus-demon.el (parse-time-string): Add autoload.
18880
18881         * gnus-delay.el (parse-time-string): Add autoload.
18882
18883         * gnus-art.el (parse-time-string): Add autoload.
18884
18885         * nnultimate.el (parse-time): Require for `parse-time-string'.
18886
18887 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18890
18891         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18892
18893         * smime.el (smime-ldap-host-list): Add :version.
18894
18895 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18898         pass it to `gnus-browse-read-group'.
18899         (gnus-browse-read-group): Add NUMBER argument and pass it to
18900         `gnus-group-read-ephemeral-group'.
18901
18902         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18903         argument and pass it to `gnus-group-read-group'.
18904
18905 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18906
18907         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18908         mm-xemacs-find-mime-charset-1 if we have the mule feature
18909         available at runtime.
18910
18911 2005-03-25  Werner Lemberg  <wl@gnu.org>
18912
18913         * nnmaildir.el: Replace `illegal' with `invalid'.
18914
18915 2005-03-23  Lute Kamstra  <lute@gnu.org>
18916
18917         * time-date.el: Add comment on time value formats.
18918         Don't require parse-time.
18919         (with-decoded-time-value): New macro.
18920         (encode-time-value): New function.
18921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18922         (days-to-time): Return a valid time value when arg is huge.
18923         (time-since): Use time-subtract.
18924         (time-to-number-of-days): Use time-to-seconds.
18925
18926 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18927
18928         * gnus-start.el (gnus-display-time-event-handler):
18929         Check display-time-timer at runtime rather than only at load time
18930         in case display-time-mode is turned off in the mean time.
18931
18932 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18933
18934         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18935         used.
18936
18937         * nneething.el (nneething-map-file-directory): Derive from
18938         `gnus-directory'.
18939
18940         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18941         the To/Cc button.
18942
18943 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18944
18945         * nnmaildir.el (nnmaildir-request-accept-article):
18946         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18947
18948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18949
18950         * gnus-async.el: Require timer-funcs at compile time when in
18951         XEmacs for `run-with-idle-timer'.
18952
18953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18954
18955         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18956         autoloaded function.
18957
18958 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18959
18960         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18961
18962 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18963
18964         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18965
18966 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18967
18968         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18969         Add gnus-expert-user to default.
18970
18971 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18972
18973         * nnimap.el (nnimap-open-server): Ditto.
18974
18975         * imap.el (imap-authenticate): Fix typo.
18976
18977 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18978
18979         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18980         buffer (since IMAP server might return FETCH response out of
18981         order, and the nntp buffer must be sorted).
18982
18983 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18984
18985         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18986         comparison on string.
18987
18988         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18989         (gnus-agent-score): Rename category keywords to match gnus-cus.
18990         (gnus-agent-summary-fetch-series): Modify to protect against
18991         gnus-agent-summary-fetch-group clearing processable flags.
18992         (gnus-agent-synchronize-group-flags): Update live group buffer as
18993         synchronization may occur due to the user toggle the plugged
18994         status.
18995         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18996         successfully downloaded.
18997         (gnus-agent-expire-group-1): Avoid using markers when the overview
18998         is in ascending order; greatly improves performance.
18999         (gnus-agent-regenerate-group):
19000         Use gnus-agent-synchronize-group-flags to reset read status in both
19001         gnus and server.
19002         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19003
19004 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * message.el: Don't autoload former message-utils variables.
19007         (message-strip-subject-trailing-was): Change doc string.
19008
19009         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19010         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19011         (nnweb-google-search): Add "hl=en" here.
19012         (nnweb-google-parse-1, nnweb-google-create-mapping):
19013         Don't hardcode URL.
19014
19015 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * message.el (message-get-reply-headers, message-followup):
19018         Mention related variables `message-use-followup-to' and
19019         `message-use-mail-followup-to', in the information buffer.
19020
19021         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19022         of broken groups(-beta).google.com.
19023
19024 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19025
19026         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19027         parameter to invoked gnus-request-move-article; remove the
19028         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19029         all at once instead of once per article.
19030         (gnus-summary-remove-process-mark): Accept a list of articles as
19031         well as a single article for processing.
19032
19033         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19034         parameter.
19035
19036         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19037
19038         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19039
19040         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19041         parameter.
19042
19043         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19044         parameter.
19045
19046         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19047         parameter and remove the gnus-sum-hint-move-is-internal variable.
19048
19049         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19050         parameter.
19051
19052         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19053         parameter.
19054
19055         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19056         parameter.
19057
19058         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19059
19060         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19061         parameter.
19062
19063         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19064         parameter.
19065
19066 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19067
19068         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19069         a more conservative way.
19070
19071 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19072
19073         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19074         buffer, so it moves the window's cursor.
19075
19076 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19077
19078         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19079         `mm-dissect-multipart' and receive the from field as an (optional)
19080         argument from `mm-dissect-multipart'.
19081         (mm-dissect-multipart): Receive the from field as an argument and
19082         pass it on when we call `mm-dissect-buffer' on MIME parts.
19083         Fixes verification/decryption of signed/encrypted MIME parts.
19084
19085 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19086
19087         * gnus-sum.el (gnus-summary-move-article):
19088         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19089         whatever it calls (right now, only nnimap-request-move article
19090         respects it).
19091
19092         * nnimap.el (nnimap-request-move-article):
19093         When gnus-sum-hint-move-is-internal is set, don't do the extra
19094         nnimap-request-article.
19095
19096 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19099
19100         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19101         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19102
19103         * gnus-sum.el (gnus-summary-caesar-message):
19104         Apply `gnus-treat-article' after rotation.
19105
19106         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19107         doc string.
19108
19109 2005-02-22  Simon Josefsson  <jas@extundo.com>
19110
19111         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19112         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19113         <arne@arnested.dk>.
19114         (encrypt): Add password-cache and password-cache-expiry as group
19115         members.
19116
19117 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19118
19119         * smime.el (smime-ldap-host-list): Doc fix.
19120         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19121         cache) password.
19122         (smime-sign-region): Use it.
19123         (smime-decrypt-region): Use it.
19124         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19125         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19126         fails.
19127         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19128         certificate from DER to PEM format rather than calling openssl.
19129
19130         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19131
19132         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19133         for signing/encryption.
19134
19135         * mml.el (mml-parse-1): Use them.
19136
19137 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19138
19139         * nnrss.el (nnrss-verbose): Remove.
19140         (nnrss-request-group): Use `nnheader-message' instead.
19141
19142 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19143
19144         * nnrss.el (nnrss-verbose): New variable.
19145         (nnrss-request-group): Make it say nnrss is requesting a group.
19146
19147 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19150         Handle news URL with given port correctly.
19151
19152 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19155         containing special characters.
19156
19157         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19158
19159         * mml.el (mime-to-mml): Ditto.
19160
19161         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19162         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19163         (rfc2047-decode-region): Quote decoded words containing special
19164         characters when rfc2047-quote-decoded-words-containing-tspecials
19165         is non-nil.
19166
19167 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19168
19169         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19170
19171         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19172
19173 2005-02-15  Simon Josefsson  <jas@extundo.com>
19174
19175         * nnimap.el (nnimap-debug): Doc fix.
19176
19177         * imap.el (imap-debug): Doc fix.
19178
19179 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19182
19183 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19184
19185         * gnus.el (spam-contents): Improve docs for spam-contents
19186         parameter in its variable incarnation.
19187
19188 2005-02-14  Simon Josefsson  <jas@extundo.com>
19189
19190         * smime-ldap.el: Use require instead of load-library for ldap.
19191         (smime-ldap-search): Indent.
19192         (smime-ldap-search-internal): Shorten line.
19193
19194         * smime.el (smime-cert-by-dns): Add doc-string.
19195         (smime-cert-by-ldap-1): Indent.
19196
19197         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19198         mml-smime-get-dns-ldap.
19199         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19200
19201 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19202
19203         * smime.el: Require smime-ldap.
19204         (smime-ldap-host-list): New variable.
19205         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19206
19207         * mml-smime.el (mml-smime-encrypt-query): New function.
19208         (mml-smime-encrypt-query): Use it.
19209
19210         * smime-ldap.el: New file.
19211
19212 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19215
19216 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19217
19218         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19219         argument in doc string.  Make query for type more clear.
19220
19221 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19222
19223         * gnus.el (gnus-group-startup-message): Search for gnus images in
19224         etc/images/gnus.
19225         * mm-util.el (mm-image-load-path): Likewise.
19226         * smiley.el (smiley-data-directory): Search for smilies in
19227         etc/images/smilies.
19228
19229 2005-02-09  Kim F. Storm  <storm@cua.dk>
19230
19231         Change Emacs release version from 21.4 to 22.1 throughout.
19232         Change Emacs development version from 21.3.50 to 22.0.50.
19233
19234 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19237
19238         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19239         non-Mule XEmacs as well.
19240         (mm-decompress-buffer): Signal an error intentionally if it does
19241         not decompress compressed data because auto-compression-mode is
19242         disabled.
19243
19244 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19245
19246         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19247         an ID in the registry even if it has no groups.
19248
19249 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19252         merge it into mm-decompress-buffer.
19253         (gnus-mime-copy-part): Use the MIME part charset, the value which
19254         a user specified or gnus-newsgroup-charset for decoding, like
19255         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19256         save-buffer what was used.  Suggested by Kevin Ryde
19257         <user42@zip.com.au>.
19258         (gnus-mime-inline-part): Allow the name parameter as well as the
19259         filename parameter; force decompressing of compressed data; always
19260         display contents being not decoded as unibyte.
19261
19262         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19263         as well as the filename parameter.
19264
19265         * mm-util.el (mm-decompress-buffer):
19266         Merge gnus-mime-jka-compr-maybe-uncompress.
19267         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19268         of compressed data.
19269
19270 2005-02-08  Simon Josefsson  <jas@extundo.com>
19271
19272         * imap.el (imap-log): Doc fix.
19273
19274 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19277         the coding cookies; decompress compressed parts.
19278
19279         * mml.el (mml-generate-mime-1): Add the charset parameter according
19280         to the value which a user specified manually or the coding cookie.
19281
19282         * mm-util.el (mm-string-to-multibyte): New function.
19283         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19284         (mm-coding-system-to-mime-charset): New function.
19285         (mm-decompress-buffer): New function.
19286         (mm-find-buffer-file-coding-system): New function.
19287
19288         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19289         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19290         parts.
19291
19292 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19293
19294         * mm-view.el (mm-display-inline-fontify): Decode a part according
19295         to the charset parameter.
19296
19297 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19300         prefix arg is neither nil nor a number, as info specifies.
19301
19302 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19305         timestamps.
19306
19307 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19308
19309         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19310         groups error checking and notify user.
19311
19312 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19313
19314         * message.el (message-send-mail-function): Check existence of
19315         sendmail-program first before using default value
19316         `message-send-mail-with-sendmail'.  Otherwise use more generic
19317         `smtpmail-send-it'.
19318
19319 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * nntp.el (nntp-request-update-info): Always return nil.
19322
19323 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19324
19325         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19326
19327 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19328
19329         * message.el (message-beginning-of-line): Change the behavior when
19330         invoked between BOL and : so that it first moves backward.
19331
19332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19335         article buffer when editing of the article is discarded.
19336         (gnus-article-prepare): Revert.
19337
19338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-art.el (gnus-article-prepare):
19341         Remove message-strip-forbidden-properties from the local hook.
19342
19343 2005-01-27  Simon Josefsson  <jas@extundo.com>
19344
19345         * password.el (password-cache-add): Only start one timer per key.
19346         Reported by Derek Atkins <warlord@MIT.EDU>.
19347
19348 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19349
19350         * run-at-time.el: Remove.  It is no longer needed as
19351         timer-funcs.el in the xemacs-base package has a working version of
19352         `run-at-time'.
19353
19354         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19355
19356         * password.el: Require timer-funcs instead of run-at-time in
19357         XEmacs.
19358         Remove `password-run-at-time' macro.
19359         (password-cache-add): Use `run-at-time' instead of
19360         `password-run-at-time'.
19361
19362         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19363         Remove `nnheader-cancel-function-timers' alias,
19364         `cancel-function-timers' exists in XEmacs in timer-funcs.
19365
19366         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19367         for `run-with-idle-timer'.
19368
19369         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19370         for `run-at-time'.
19371
19372         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19373         for `with-timeout'.
19374
19375         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19376         the same as for XEmacs 21.4.
19377         No need to ignore `run-with-idle-timer', this function exists in
19378         XEmacs now in timer-funcs.el in the xemacs-base package.
19379         (dgnushack-compile): No need to delete
19380         run-at-time.el from the list of files to compile because it
19381         doesn't exist anymore.
19382
19383 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19386         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19387
19388 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19389
19390         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19391         sensitively.
19392
19393 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19394
19395         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19396
19397 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19400         which will be inserted according to the multibyteness of a buffer
19401         rather than the type of contents.  Suggested by ARISAWA Akihiro
19402         <ari@mbf.ocn.ne.jp>.
19403
19404         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19405         of string which old xml.el may return rather than a string.
19406
19407 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19410
19411 2005-01-16  Simon Josefsson  <jas@extundo.com>
19412
19413         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19414         idn/idna.el isn't available.
19415         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19416         <michael@waxrat.com>.
19417
19418         * hashcash.el: Remove non-FSF copyright header.
19419
19420         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19421         (hashcash-generate-payment): Use it.
19422         (hashcash-generate-payment-async): Use it.
19423
19424 2005-01-15  Simon Josefsson  <jas@extundo.com>
19425
19426         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19427         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19428
19429         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19430         gnus-summary-idna-message.
19431         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19432         (gnus-summary-idna-message): New function.
19433
19434 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19437         gnus-novice-user.
19438
19439 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * nnrss.el (nnrss-request-delete-group): Delete entries in
19442         nnrss-group-alist as well.
19443         (nnrss-save-server-data): Insert newline.
19444
19445 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * gnus.el (gnus-user-agent): Use list of symbols instead of
19448         symbols.  Display full version number for (S)XEmacs.
19449         Optionally display (S)XEmacs codename.
19450
19451         * gnus-util.el (gnus-emacs-version): Update for new
19452         `gnus-user-agent'.
19453
19454         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19455         Gnus version.
19456
19457 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19460         which is unreadable in some setups.
19461
19462 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * gnus-spec.el (gnus-update-format-specifications): Flush the
19465         group format spec cache if it doesn't support decoded group names.
19466
19467 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19470         Allow to apply decay on score files matching a regexp.
19471
19472 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19475         compatibility in %g and %c.
19476
19477 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19480         name for only %g and %c.
19481         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19482         of gnus-tmp-group to decoded group name.
19483         (gnus-group-make-rss-group): Exclude `/'s from group names.
19484
19485 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * nnrss.el (nnrss-get-encoding): Fix regexp.
19488
19489 2004-12-27  Simon Josefsson  <jas@extundo.com>
19490
19491         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19492         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19493         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19494
19495 2004-12-17  Kim F. Storm  <storm@cua.dk>
19496
19497         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19498
19499         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19500
19501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19502
19503         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19504
19505 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * nnrss.el: Require rfc2047 and mml.
19508         (nnrss-file-coding-system): New variable.
19509         (nnrss-format-string): Redefine it as an inline function.
19510         (nnrss-decode-group-name): New function.
19511         (nnrss-string-as-multibyte): Remove.
19512         (nnrss-retrieve-headers): Decode group name; don't use
19513         nnrss-format-string.
19514         (nnrss-request-group): Decode group name.
19515         (nnrss-request-article): Decode group name; allow a Message-ID as
19516         well as an article number; don't use nnrss-format-string; encode a
19517         Message-ID string which may contain non-ASCII characters; use
19518         mml-to-mime to compose a MIME article.
19519         (nnrss-request-expire-articles): Decode group name.
19520         (nnrss-request-delete-group): Decode group name.
19521         (nnrss-fetch): Clarify error message.
19522         (nnrss-read-server-data): Use insert-file-contents instead of load;
19523         bind file-name-coding-system; use multibyte buffer.
19524         (nnrss-save-server-data): Bind coding-system-for-write to the
19525         value of nnrss-file-coding-system; bind file-name-coding-system;
19526         add coding cookie.
19527         (nnrss-read-group-data): Use insert-file-contents instead of load;
19528         bind file-name-coding-system; use multibyte buffer.
19529         (nnrss-save-group-data): Bind coding-system-for-write to the
19530         value of nnrss-file-coding-system; bind file-name-coding-system.
19531         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19532         make it work with non-ASCII text.
19533         (nnrss-find-el): Make it work with old xml.el as well.
19534
19535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19536
19537         * nnrss.el (nnrss-get-encoding): New function.
19538         (nnrss-fetch): Use unibyte buffer initially; bind
19539         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19540         decode contents according to the encoding attribute.
19541         (nnrss-save-group-data): Add coding cookie.
19542         (nnrss-mime-encode-string): New function.
19543         (nnrss-check-group): Use it to encode subject and author.
19544
19545 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19546
19547         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19548         imaginary variable.
19549
19550 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19553         correctly even if there are wide characters.
19554
19555 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19556
19557         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19558         downcased symbol names; make a new cache instead of reusing
19559         bbdb-hashtable.
19560
19561 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19562
19563         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19564         concatenating segments rather than before concatenating them.
19565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19566
19567         * message.el (message-get-reply-headers): Bind `extra'.
19568
19569 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19570
19571         * message.el (message-extra-wide-headers): New variable.
19572         (message-get-reply-headers): Use it.
19573
19574 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19577         (gnus-agent-group-pathname): Ditto.
19578
19579         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19580
19581         * gnus-group.el (gnus-group-make-group): Decode group name.
19582         (gnus-group-make-rss-group): Register the group data after opening
19583         the nnrss group.
19584
19585 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19586
19587         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19588         by expiry now get marked as read.
19589
19590 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19593
19594 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19595
19596         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19597         unify Latin characters in XEmacs.
19598         (mm-find-mime-charset-region): Use it.
19599
19600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus-util.el (gnus-delete-directory): New function.
19603
19604         * gnus-agent.el (gnus-agent-delete-group): Use it.
19605
19606         * gnus-cache.el (gnus-cache-delete-group): Use it.
19607
19608 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19611         names.
19612
19613 2004-12-16  Simon Josefsson  <jas@extundo.com>
19614
19615         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19616
19617 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19620
19621         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19622         (gnus-group-set-current-level): Decode group name.
19623
19624 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19625
19626         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19627         failed.
19628
19629 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * gnus-group.el (gnus-group-delete-group): Decode group name.
19632         (gnus-group-make-rss-group): Encode group name.
19633         (gnus-group-catchup-current): Decode group name.
19634         (gnus-group-kill-group): Decode group name.
19635
19636 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19637
19638         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19639
19640 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * gnus-group.el (gnus-group-make-rss-group):
19643         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19644
19645         * gnus-start.el (gnus-setup-news): Honor user's setting to
19646         gnus-message-archive-method.  Suggested by Lute Kamstra
19647         <lute@gnu.org>.
19648
19649 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19650
19651         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19652         global counterparts of the buffer-local variables.
19653
19654 2004-11-16  Romain Francoise  <romain@orebokech.com>
19655
19656         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19657         counterparts of the buffer-local variables.
19658
19659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * message.el (message-forbidden-properties): Fix typo in doc
19662         string.
19663
19664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * gnus-util.el (gnus-replace-in-string): Add doc string.
19667
19668         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19669         to avoid problems when splitting mails with many recipients.
19670
19671 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19672
19673         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19674         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19675
19676 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19677
19678         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19679         if there is no hashtable in memory or file modification time is
19680         newer than cached timestamp.
19681
19682 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * gnus-sum.el (gnus-summary-limit-to-recipient):
19685         Implement not-matching option.
19686
19687 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19688
19689         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19690         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19692         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19693         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19694         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19695
19696 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * message.el (message-forward-make-body-mml): Remove headers
19699         according to message-forward-ignored-headers if a message is decoded.
19700
19701 2004-12-02  Romain Francoise  <romain@orebokech.com>
19702
19703         * message.el (message-forward-make-body-plain): Always remove
19704         headers according to message-forward-ignored-headers.
19705
19706 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19707
19708         * spam.el (spam-summary-prepare-exit): Remove the
19709         gnus-summary-limit pop for now, it has problems with ham marks for
19710         me.
19711
19712 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19713
19714         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19715         correctly.
19716
19717 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19718
19719         * format-spec.el (format-spec): Message the char.
19720
19721 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19722
19723         * gnus-art.el (gnus-split-methods): Reformat comments.
19724
19725         * spam.el (spam-summary-prepare-exit): Remove article limits
19726         before exiting the summary buffer.
19727
19728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19731         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19732
19733         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19734         order to silence the byte compiler.
19735
19736         * spam.el: Fix the way to silence the byte compiler, which
19737         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19738         bbdb-search-simple, spam-BBDB-register-routine,
19739         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19740         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19741         spam-stat-buffer-is-spam, spam-stat-load,
19742         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19743         spam-stat-save and spam-stat-split-fancy.
19744
19745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19748         which may confuse users.
19749         (canlock-password-for-verify): Ditto.
19750
19751         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19752
19753         * gnus-art.el (gnus-emphasis-alist): Ditto.
19754
19755         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19756
19757         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19758
19759         * gnus-start.el (gnus-save-killed-list): Ditto.
19760
19761         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19762         (gnus-sum-thread-tree-root): Ditto.
19763         (gnus-sum-thread-tree-false-root): Ditto.
19764         (gnus-sum-thread-tree-single-indent): Ditto.
19765
19766         * message.el (message-courtesy-message): Ditto.
19767         (message-archive-note): Ditto.
19768         (message-subscribed-address-file): Ditto.
19769         (message-user-fqdn): Ditto.
19770
19771         * spam-report.el (spam-report-gmane-regex): Ditto.
19772
19773         * spam.el (spam-blackhole-good-server-regex): Ditto.
19774
19775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * mml.el (mml-preview): Widen the message buffer before copying
19778         the contents to the preview buffer; sort headers before previewing.
19779
19780         * message.el (message-hidden-headers): Fix the way to avoid a bug
19781         in the `repeat' widget in Emacs 21.3 or earlier.
19782
19783 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * message.el (message-hidden-headers): Default to "^References:".
19786         Improve customization type.  Suggested by Reiner Steib
19787         <Reiner.Steib@gmx.de>.
19788
19789 2004-11-25  Romain Francoise  <romain@orebokech.com>
19790
19791         * message.el (message-strip-forbidden-properties): Remove check for
19792         obsolete `message-hidden' text property, hidden headers are not
19793         accessible in the buffer anymore.
19794
19795 2004-11-22  Romain Francoise  <romain@orebokech.com>
19796
19797         * message.el (message-header-format-alist): Add `From' in list
19798         so that it can be sorted.
19799         (message-fix-before-sending): Widen and sort headers before
19800         sending.
19801         (message-hide-headers): Use narrowing to hide headers by moving
19802         them to the top of the buffer and narrowing to the region
19803         underneath.
19804
19805 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19806
19807         * message.el (message-strip-forbidden-properties):
19808         Bind buffer-read-only (etc) to nil.
19809
19810 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19813         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19814
19815 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19816
19817         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19818
19819 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19820
19821         * dns.el (query-dns): Use sit-for to time instead of
19822         accept-process-output, since that doesn't seem to work on udp
19823         sockets.
19824
19825 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19828
19829 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19830
19831         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19832         doc string.  Improve doc string.
19833
19834 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * nntp.el (nntp-request-update-info): Return nil if
19837         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19838         may not call gnus-activate-group which uselessly issues the GROUP
19839         commands for all nntp groups and wastes time.  Reported by Romain
19840         Francoise <romain@orebokech.com>.
19841
19842         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19843
19844 2004-11-15  Simon Josefsson  <jas@extundo.com>
19845
19846         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19847         headers separately.
19848         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19849         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19850
19851 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * gnus-start.el (gnus-convert-old-newsrc):
19854         Assign legacy-gnus-agent to 5.10.7.
19855
19856 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19857
19858         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19859         start of the lines.
19860
19861 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19862
19863         * hashcash.el (hashcash-default-payment): Change default to 20.
19864         (hashcash-default-accept-payment): Change default to 20.
19865         (hashcash-process-alist): New variable.
19866         (hashcash-generate-payment-async): Add.
19867         (hashcash-already-paid-p): Add.
19868         (hashcash-insert-payment): Don't generate payments twice.
19869         (hashcash-insert-payment-async): Add.
19870         (hashcash-insert-payment-async-2): Add.
19871         (hashcash-cancel-async): Add.
19872         (hashcash-wait-async): Add.
19873         (hashcash-processes-running-p): Add.
19874         (hashcash-wait-or-cancel): Add.
19875         (mail-add-payment): New optional argument.  Conditionally start
19876         asynchronous calculation.
19877         (mail-add-payment-async): Add.
19878
19879         * message.el (message-send-mail): Wait for asynchronous hashcash
19880         results.  Don't clobber existing X-Hashcash headers.
19881         (message-setup-1): Call mail-add-payment-async when
19882         message-generate-hashcash is non-nil.
19883
19884 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19885
19886         * message.el (message-use-alternative-email-as-from): Examine the
19887         From header as well; use message-make-from in order to include a
19888         user's full name.
19889
19890 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19893         default; improve customization type.
19894         (gnus-emphasis-custom-with-format): New macro.
19895         (gnus-emphasis-custom-value-to-external): New function.
19896         (gnus-emphasis-custom-value-to-internal): New function.
19897
19898 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19899
19900         * dns.el (query-dns): Resolve reverse addresses.
19901
19902 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19903
19904         * gnus-group.el (gnus-group-get-new-news): Use it.
19905
19906         * gnus-start.el (gnus-check-reasonable-setup): New function.
19907
19908 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19911         "Args out of range" error.  Reported by Arnaud Giersch
19912         <arnaud.giersch@free.fr>.
19913
19914 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19915
19916         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19917
19918 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19919
19920         * spam.el (spam group): Add :version.
19921
19922         * pgg-def.el (pgg group): Add :version.
19923
19924 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus-art.el (gnus-article-edit-article): Don't associate the
19927         article buffer with a draft file.  This is a temporary measure
19928         against the 2004-08-22 change to gnus-article-edit-mode.
19929
19930 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19931
19932         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19933         (html2text-format-tags): Remove unused variable `attr'.
19934
19935 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19936
19937         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19938
19939         * tls.el (tls-process-connection-type, tls-success)
19940         (tls-certtool-program): Add :version.
19941
19942         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19943         (starttls-extra-arguments, starttls-process-connection-type)
19944         (starttls-connect, starttls-failure, starttls-success): Add :version.
19945
19946         * spam-stat.el (spam-stat): Add :version.
19947
19948         * sieve.el (sieve): Add :version.
19949
19950         * sha1.el (sha1): Add :version.
19951         (sha1-use-external): Remove redundant version.
19952
19953         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19954         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19955         (nnmail-split-fancy-match-partial-words)
19956         (nnmail-split-lowercase-expanded): Add :version.
19957
19958         * nndiary.el (nndiary): Add :version.
19959
19960         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19961
19962         * mml-sec.el (mml-default-sign-method)
19963         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19964         Add :version.
19965
19966         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19967
19968         * mm-url.el (mm-url-use-external, mm-url-program)
19969         (mm-url-arguments): Add :version.
19970
19971         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19972         (mm-attachment-file-modes, mm-decrypt-option)
19973         (mm-w3m-safe-url-regexp): Add :version.
19974
19975         * message.el (message-cite-prefix-regexp)
19976         (message-sendmail-envelope-from, message-minibuffer-local-map)
19977         (message-user-fqdn, message-completion-alist): Add :version.
19978
19979         * gnus-win.el (gnus-configure-windows-hook)
19980         (gnus-use-frames-on-any-display): Add :version.
19981
19982         * gnus-art.el (gnus-article-address-banner-alist)
19983         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19984         (gnus-treat-from-picon, gnus-treat-mail-picon)
19985         (gnus-treat-x-pgp-sig): Add :version.
19986
19987         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19988         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19989         (gnus-summary-article-delete-hook)
19990         (gnus-summary-display-while-building): Add :version.
19991
19992         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19993         (gnus-get-top-new-news-hook): Add :version.
19994
19995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19996         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19997
19998         * gnus-registry.el (gnus-registry): Add :version.
19999
20000         * gnus-spec.el (gnus-use-correct-string-widths)
20001         (gnus-make-format-preserve-properties): Add :version.
20002
20003         * gnus.el (gnus-group-charter-alist)
20004         (gnus-group-fetch-control-use-browse-url)
20005         (gnus-install-group-spam-parameters): Add :version.
20006
20007         * gnus-diary.el (gnus-diary): Add :version.
20008
20009         * gnus-delay.el (gnus-delay): Add :version.
20010
20011         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20012         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20013         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20014         Add :version.
20015
20016         * gnus-agent.el (gnus-agent-max-fetch-size)
20017         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20018         (gnus-agent-prompt-send-queue): Add :version.
20019
20020         * deuglify.el (gnus-outlook-deuglify): Add :version.
20021
20022         * html2text.el: Beautify code.  Improve doc strings.
20023         Some checkdoc cleanup.
20024         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20025
20026 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20027
20028         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20029
20030 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20031
20032         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20033         when package is loaded.
20034
20035         * spam.el (spam-summary-score-preferred-header): Add global preference
20036         for people who want to override the default SpamAssassin over
20037         Bogofilter preference (when both are set).
20038         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20039         (spam-user-format-function-S):
20040         Check spam-summary-score-preferred-header.
20041         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20042         (spam-user-format-function-S): Format the score correctly.
20043
20044 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20047         signature file.  Suggested by Manoj Srivastava
20048         <srivasta@golden-gryphon.com>.
20049
20050         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20051         iso-2022-jp even in the Japanese language environment.
20052         Suggested by Jason Rumney <jasonr@gnu.org>.
20053
20054 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20057         use the same characters as the dummy marks; make it free from
20058         getting affected by the language environment.
20059         (gnus-summary-read-group-1): Update mark positions only when the
20060         format spec is updated.
20061
20062         * gnus-spec.el (gnus-update-format-specifications): Return a list
20063         of updated types.
20064
20065 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20068         of boundp to check if display-warning is available.
20069
20070 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20071
20072         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20073
20074 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * nnspool.el (nnspool-spool-directory): Use news-path if the
20077         news-directory variable is not bound.
20078
20079         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20080         function instead of display-warning if it is not available.
20081
20082 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20083
20084         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20085         v5-10: Use `point-at-bol'.
20086
20087 2004-10-26  Simon Josefsson  <jas@extundo.com>
20088
20089         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20090         <chenggao@gmail.com>.
20091
20092 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20095         instead.
20096
20097 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20098
20099         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20100         to remove a server from the nnimap-server-buffer-alist.
20101         (nnimap-open-connection, nnimap-close-server): Use it.
20102
20103         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20104
20105 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20108         running the major-mode function.
20109
20110 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20113         dummy marks in the right way.
20114
20115 2004-10-18  David Edmondson  <dme@dme.org>
20116
20117         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20118         excessively.
20119
20120 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20121
20122         * gnus-util.el (gnus-split-references): Accept a nil references
20123         string and go on blissfully.
20124
20125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20126         cases where the references string is non-nil but has no references.
20127
20128         * encrypt.el: Add autoload tags.
20129
20130         * spam.el (spam-resolve-registrations-routine): Remove article
20131         from unregistration list too.  Reported by David Hanak
20132         <dhanak@isis.vanderbilt.edu>
20133
20134 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20135
20136         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20137         nil.  Change custom type.
20138
20139 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20140
20141         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20142
20143         * gnus-sum.el (gnus-summary-move-article): Use it.
20144
20145 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20146
20147         * encrypt.el: Add autoload cookies.
20148
20149         * spam.el (spam-backend-article-list-property)
20150         (spam-backend-get-article-todo-list)
20151         (spam-backend-put-article-todo-list)
20152         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20153         Resolve registrations separately.
20154         (spam-register-routine): Format comments.
20155         (spam-unregister-routine, spam-register-routine): Always call with
20156         specific-articles, no default list.
20157         (spam-summary-prepare-exit): Use the spam-classifications function.
20158
20159         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20160         gnus-encrypt.el.
20161
20162         * encrypt.el: Copied from gnus-encrypt.el.
20163
20164         * gnus-encrypt.el: Commented that it's obsolete.
20165
20166 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20169         (gnus-score-save): Use it.
20170
20171         * message.el (message-bury): Use `window-dedicated-p'.
20172
20173 2004-10-15  Simon Josefsson  <jas@extundo.com>
20174
20175         * pop3.el (top-level): Don't require nnheader.
20176         (pop3-read-timeout): Add.
20177         (pop3-accept-process-output): Add.
20178         (pop3-read-response, pop3-retr): Use it.
20179
20180 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20181
20182         * spam.el (spam-register-routine): Move comment.
20183         (spam-verify-bogofilter): Use 'unknown for the initial
20184         spam-bogofilter-valid state, not 'never.
20185
20186         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20187         for netrc-machine.
20188
20189         * nnimap.el (nnimap-open-connection):
20190         Use netrc-machine-user-or-password.
20191
20192 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20193
20194         * gnus-registry.el (gnus-registry-unload-hook):
20195         Set as a variable with add-hook.
20196
20197         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20198         of news-path.
20199
20200         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20201
20202         * spam.el: Delete duplicate `provide'.
20203         (spam-unload-hook): Set as a variable with add-hook.
20204
20205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20208         in the doc string.
20209
20210         * message.el (message-ignored-news-headers)
20211         (message-ignored-supersedes-headers)
20212         (message-ignored-resent-headers)
20213         (message-forward-ignored-headers): Improve custom type.
20214
20215 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * message.el (message-tokenize-header): Fix 2004-09-06 change
20218         which used point-min in the wrong place.
20219
20220 2004-10-12  Simon Josefsson  <jas@extundo.com>
20221
20222         * tls.el (tls-certtool-program): New variable.
20223         (tls-certificate-information): New function, based on
20224         ssl-certificate-information.
20225
20226 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * compface.el: Move the version of ELisp-based uncompface program
20229         to the contrib directory because of the copyright problem.
20230
20231 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20232
20233         * message.el (message-kill-buffer): Raise the current frame.
20234
20235 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20236
20237         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20238
20239         * gnus.el (message-y-or-n-p): Autoload.
20240
20241         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20242         (pop3-password-required, pop3-authentication-scheme)
20243         (pop3-leave-mail-on-server): Make customizable.
20244         (pop3): New custom group.
20245         (pop3-retr): Remove `sleep-for' statements.
20246         Suggested by Dave Love <fx@gnu.org>.
20247
20248         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20249         Windows/DOS.
20250
20251         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20252         (imap-parse-body): Fix incorrect use of `assert'.
20253         Suggested by Dave Love <fx@gnu.org>.
20254
20255         * mml.el (mml-minibuffer-read-disposition): Require match.
20256         Suggested by Dave Love <fx@gnu.org>.
20257
20258 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20259
20260         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20261         doc string.
20262
20263 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20266
20267 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20268
20269         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20270         instead of calling `mm-insert-inline', to decode text/* parts
20271         before displaying them.
20272
20273 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * mm-uu.el (mm-uu-text-plain-type): New variable.
20276         (mm-uu-pgp-signed-extract-1): Use it.
20277         (mm-uu-pgp-encrypted-extract-1): Use it.
20278         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20279         bind mm-uu-text-plain-type with that value.
20280         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20281         mm-uu-dissect.
20282
20283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * gnus-group.el (gnus-update-group-mark-positions):
20286         * gnus-sum.el (gnus-update-summary-mark-positions):
20287         * message.el (message-check-news-body-syntax):
20288         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20289         of string-as-multibyte.
20290
20291 2004-10-05  Juri Linkov  <juri@jurta.org>
20292
20293         * gnus-group.el (gnus-update-group-mark-positions):
20294         * gnus-sum.el (gnus-update-summary-mark-positions):
20295         * message.el (message-check-news-body-syntax):
20296         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20297         8-bit unibyte values to a multibyte string for search functions.
20298
20299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20302         (mm-uu-dissect-text-parts): New function.
20303
20304         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20305         dissect text parts.
20306
20307         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20308         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20309
20310         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20311
20312         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20313         Use gnus-current-topics instead of gnus-current-topic.
20314
20315 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20316
20317         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20318
20319 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20320
20321         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20322         where appropriate.
20323
20324         * nnml.el (nnml-generate-active-info): do.
20325
20326         * nndiary.el (nndiary-generate-active-info): do.
20327
20328         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20329         (gnus-topic-move): do.
20330
20331         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20332         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20333
20334         * gnus-srvr.el (gnus-server-prepare)
20335         (gnus-server-open-all-servers): do.
20336
20337         * gnus-msg.el (gnus-summary-cancel-article)
20338         (gnus-summary-resend-message)
20339         (gnus-summary-mail-crosspost-complaint): do.
20340
20341         * gnus-move.el (gnus-change-server): do.
20342
20343         * gnus-group.el (gnus-group-unmark-all-groups)
20344         (gnus-group-set-current-level): do.
20345
20346 2004-10-04  Simon Josefsson  <jas@extundo.com>
20347
20348         * message.el (message-generate-hashcash): Doc fix.
20349
20350 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20351
20352         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20353         avoid infinite recursion via gnus-get-function.
20354
20355 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20358
20359         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20360
20361         * nnmail.el (nnmail-split-history): do.
20362
20363         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20364         (nnml-request-delete-group): do.
20365
20366         * nnslashdot.el (nnslashdot-read-groups): do.
20367
20368         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20369         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20370
20371         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20372         (nnspool-sift-nov-with-sed): Use last.
20373         (nnspool-retrieve-headers-with-nov): Use mapc.
20374         (nnspool-request-newgroups): Use dolist.
20375         (nnspool-request-group): Use last.
20376
20377         * nntp.el (nntp-read-server-type): Use dolist.
20378
20379         * nnvirtual.el (nnvirtual-create-mapping)
20380         (nnvirtual-update-read-and-marked): Use dolist.
20381         (nnvirtual-convert-headers): Simplify.
20382
20383 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20384
20385         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20386         Add support for sync'ing tick marks.
20387
20388 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20391         there's no visible header.
20392
20393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20394
20395         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20396         When necessary, pass full group name to gnus-request-set-marks.
20397
20398 2004-10-01  Simon Josefsson  <jas@extundo.com>
20399
20400         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20401         acroread.
20402
20403 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20404
20405         * spam-report.el (spam-report-gmane): Fix interactive.
20406
20407         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20408
20409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20410         when writing file.
20411         (gnus-agent-synchronize-flags): Don't default to being
20412         interactive.
20413
20414 2004-09-30  Simon Josefsson  <jas@extundo.com>
20415
20416         * message.el (message-generate-hashcash): Add.
20417         (message-send-mail): Use it, call mail-add-payment.
20418
20419 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20420
20421         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20422
20423 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20424
20425         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20426         gnus-requst-update-info with explicit code to sync the in-memory
20427         info read flags with the marks being sync'd to the backend.
20428
20429         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20430
20431 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20432
20433         * spam.el (spam-verify-bogofilter): Add new function.
20434         (spam-check-bogofilter)
20435         (spam-bogofilter-register-with-bogofilter): Use it.
20436         (spam-verify-bogofilter): Add small fixes.
20437
20438 2004-09-28  Simon Josefsson  <jas@extundo.com>
20439
20440         * hashcash.el (hashcash-generate-payment): Revert.
20441
20442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20443
20444         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20445         Use gnus-extract-references instead of gnus-split-references.
20446
20447         * gnus-util.el (gnus-extract-references): Add new function, analogous
20448         to gnus-split-references but extracts only the message-ID without
20449         anything extra.
20450
20451         * hashcash.el (hashcash-generate-payment)
20452         (hashcash-check-payment): Do the right thing if hashcash-path is
20453         nil (because the hashcash program could not be found).
20454
20455         * spam.el (spam-use-hashcash): Remove comment.
20456
20457 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20458
20459         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20460         (gnus-cache-enter-article, gnus-cache-remove-article)
20461         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20462
20463         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20464
20465         * gnus-art.el (article-hide-boring-headers)
20466         (article-translate-strings, article-display-face)
20467         (gnus-article-mime-match-handle-first)
20468         (gnus-article-highlight-headers)
20469         (gnus-article-add-buttons-to-head): do.
20470
20471 2004-09-27  Simon Josefsson  <jas@extundo.com>
20472
20473         * hashcash.el: New version, from
20474         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20475         ../contrib/.
20476
20477 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20480
20481 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20482
20483         * gnus-dup.el (gnus-dup-open): Use mapc.
20484         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20485
20486         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20487         Reported by Stefan Wiens <s.wi@gmx.net>.
20488
20489         * gnus.el (gnus-shutdown): Use dolist.
20490
20491         * gnus-undo.el (gnus-undo): Use mapc.
20492
20493         * nnrss.el (nnrss-generate-active): do.
20494
20495         * message.el (message-cite-original-without-signature)
20496         (message-cite-original): Use mapc.
20497         (message-do-actions, message-make-forward-subject): Use dolist.
20498
20499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20500
20501         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20502         deletion to remove entire duplicate line.  Fixes merged article
20503         number bug.
20504
20505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20506
20507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20508         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20509         first ask if you want to open a server and then, even when you
20510         responded with no, asking if you want to synchronize the server's
20511         flags.
20512         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20513         multi-line expressions.
20514         (gnus-agent-synchronize-group-flags): New internal function.
20515         Updates marks in memory (in the info structure) AND in the
20516         backend.
20517
20518         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20519
20520         * nnagent.el (nnagent-request-set-mark):
20521         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20522         method, to ensure that synchronization updates marks in the
20523         backend and in the info (in memory) structure.
20524
20525 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20528         convention fully; don't miss the root article of a thread; make
20529         the X-Draft-From header with correct article numbers.
20530
20531 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20532
20533         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20534         unless plugged.  Disable the agent so that an open failure causes
20535         an error.
20536
20537         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20538         Revert 2004-09-21 change.  The backend must be opened while
20539         synchronizing flags even when the backend stores the flags
20540         locally.
20541
20542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20543
20544         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20545         in `header' match.  Reported by Svend Tollak Munkejord.
20546
20547         * message.el (message-cite-original): Fix use of
20548         `message-cite-articles-with-x-no-archive'.
20549
20550 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20551
20552         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20553         (gnus-window-to-buffer): Ditto.
20554
20555         * mml.el (mml-preview-buffer): New variable.
20556         (mml-preview): Manage window layout with gnus-buffer-configuration.
20557
20558         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20559         X-Draft-From header even if those articles aren't quoted.
20560
20561 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20562
20563         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20564         (gnus-request-set-mark, gnus-request-update-mark): Use new
20565         g-s-t-u-l-m to decide to use backend even when unplugged.
20566
20567 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20570         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20571
20572 2004-09-20  Simon Josefsson  <jas@extundo.com>
20573
20574         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20575         "utf-16-le".
20576
20577 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20578
20579         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20580
20581 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20582
20583         * uudecode.el (uudecode-use-external): Add :version.
20584
20585         * smime.el (smime-CA-file, smime-encrypt-cipher)
20586         (smime-dns-server): Add :version.
20587
20588         * smiley.el (gnus-smiley-file-types): Add :version.
20589
20590         * sha1.el (sha1-use-external): Add :version.
20591
20592         * pgg-def.el (pgg-query-keyserver): Add :version.
20593
20594         * nnmail.el (nnmail-fancy-expiry-targets)
20595         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20596         Add :version.
20597
20598         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20599         (nnimap-retrieve-groups-asynchronous): Add :version.
20600         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20601
20602         * mml.el (mml-content-disposition-parameters)
20603         (mml-insert-mime-headers-always): Add :version.
20604
20605         * mm-util.el (mm-coding-system-priorities): Add :version.
20606
20607         * mm-decode.el (mm-inline-text-html-with-images)
20608         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20609         (mm-verify-option): Add :version.
20610         (mm-text-html-renderer): Change :version.
20611
20612         * message.el (message-fcc-externalize-attachments)
20613         (message-required-headers, message-draft-headers)
20614         (message-subject-trailing-was-query)
20615         (message-subject-trailing-was-ask-regexp)
20616         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20617         (message-mark-insert-end, message-archive-header)
20618         (message-archive-note, message-cross-post-default)
20619         (message-cross-post-note, message-followup-to-note)
20620         (message-cross-post-note-function, message-use-mail-followup-to)
20621         (message-subscribed-address-functions)
20622         (message-subscribed-address-file, message-subscribed-addresses)
20623         (message-subscribed-regexps, message-allow-no-recipients)
20624         (message-yank-cited-prefix, message-signature-insert-empty-line)
20625         (message-hidden-headers, message-hierarchical-addresses)
20626         (message-mail-user-agent, message-use-idna)
20627         (message-valid-fqdn-regexp)
20628         (message-strip-special-text-properties, message-header-synonyms)
20629         (message-beginning-of-line, message-tab-body-function): Add :version.
20630         (message-insert-canlock, message-wide-reply-confirm-recipients):
20631         Change :version.
20632
20633         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20634         and :version.
20635         (mail-source-delete-old-incoming-confirm)
20636         (mail-source-movemail-program): Add :version.
20637
20638         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20639         (gnus-agent-cache, gnus-agent): Change :version.
20640
20641         * gnus-util.el (gnus-use-byte-compile): Change :version.
20642
20643         * gnus-sum.el (gnus-summary-make-false-root-always)
20644         (gnus-summary-default-high-score)
20645         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20646         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20647         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20648         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20649         (gnus-sum-thread-tree-single-indent)
20650         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20651         (gnus-sum-thread-tree-leaf-with-other)
20652         (gnus-sum-thread-tree-single-leaf): Add :version.
20653         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20654         (gnus-article-loose-mime): Change :version.
20655
20656         * gnus-start.el (gnus-backup-startup-file)
20657         (gnus-save-startup-file-via-temp-buffer): Add :version.
20658
20659         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20660         (gnus-server-offline-face): Add :version.
20661
20662         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20663
20664         * gnus-msg.el (gnus-gcc-externalize-attachments)
20665         (gnus-debug-files, gnus-debug-exclude-variables)
20666         (gnus-discouraged-post-methods): Change :version.
20667         (gnus-confirm-mail-reply-to-news)
20668         (gnus-confirm-treat-mail-like-news): Add :version.
20669
20670         * gnus-int.el (gnus-server-unopen-status): Add :version.
20671
20672         * gnus-group.el (gnus-group-jump-to-group-prompt)
20673         (gnus-large-ephemeral-newsgroup)
20674         (gnus-fetch-old-ephemeral-headers): Add :version.
20675
20676         * gnus-fun.el (gnus-x-face-directory)
20677         (gnus-convert-pbm-to-x-face-command)
20678         (gnus-convert-image-to-x-face-command)
20679         (gnus-convert-image-to-face-command): Add :version.
20680
20681         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20682
20683         * gnus-cite.el (gnus-cite-blank-line-after-header)
20684         (gnus-article-boring-faces): Add :version.
20685
20686         * gnus-art.el (gnus-buttonized-mime-types)
20687         (gnus-inhibit-mime-unbuttonizing)
20688         (gnus-treat-display-face)
20689         (gnus-treat-body-boundary): Change :version.
20690         (gnus-body-boundary-delimiter, gnus-picon-databases)
20691         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20692         (gnus-treat-date-english, gnus-treat-fold-headers)
20693         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20694         (gnus-treat-mail-picon, gnus-treat-wash-html)
20695         (gnus-article-encrypt-protocol)
20696         (gnus-use-idna, gnus-article-over-scroll)
20697         (gnus-mime-display-multipart-alternative-as-mixed)
20698         (gnus-mime-display-multipart-related-as-mixed)
20699         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20700         (gnus-ctan-url, gnus-button-ctan-handler)
20701         (gnus-button-handle-ctan-bogus-regexp)
20702         (gnus-button-ctan-directory-regexp)
20703         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20704         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20705         (gnus-button-man-level, gnus-button-emacs-level)
20706         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20707
20708         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20709         (gnus-agent-go-online): Change :version.
20710         (gnus-agent-expire-unagentized-dirs)
20711         (gnus-agent-auto-agentize-methods): Add :version.
20712
20713         * flow-fill.el (fill-flowed-display-column)
20714         (fill-flowed-encode-column): Add :version.
20715
20716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20717         (gnus-outlook-deuglify-unwrap-max)
20718         (gnus-outlook-deuglify-cite-marks)
20719         (gnus-outlook-deuglify-unwrap-stop-chars)
20720         (gnus-outlook-deuglify-no-wrap-chars)
20721         (gnus-outlook-deuglify-attrib-cut-regexp)
20722         (gnus-outlook-deuglify-attrib-verb-regexp)
20723         (gnus-outlook-deuglify-attrib-end-regexp)
20724         (gnus-outlook-display-hook): Add :version.
20725
20726         * binhex.el (binhex-use-external): Add :version.
20727
20728 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20731         and `invisible'.
20732
20733 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20734
20735         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20736         in gnus-registry-trim.
20737
20738 2004-09-13  Simon Josefsson  <jas@extundo.com>
20739
20740         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20741
20742         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20743
20744         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20745         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20746         <yamaoka@jpl.org>.
20747         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20748         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20749         <yamaoka@jpl.org>.
20750
20751         * sieve.el (sieve-manage-mode): Ditto.
20752
20753 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20756
20757 2004-09-11  Simon Josefsson  <jas@extundo.com>
20758
20759         * dns-mode.el: Add.
20760
20761         * mm-view.el (mm-display-dns-inline): Add.
20762
20763         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20764         (mm-automatic-display): Ditto.
20765
20766         * mailcap.el (mailcap-mime-data): Add text/dns.
20767         (mailcap-mime-extensions): Map .soa to text/dns.
20768
20769 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20770
20771         * gnus-art.el (article-decode-mime-words, article-babel)
20772         (gnus-article-highlight-signature, gnus-article-add-buttons)
20773         (gnus-signature-toggle): Remove unnecessary bindings of
20774         `inhibit-read-only' inherited from v5.10 merge.
20775
20776 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * nntp.el (nntp): New customization group.
20779         (nntp-authinfo-file): Add customization group.
20780
20781         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20782
20783         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20784
20785         * gnus.el (to-address, to-list, subscribed)
20786         (large-newsgroup-initial): Ditto.
20787
20788         * flow-fill.el (fill-flowed-display-column)
20789         (fill-flowed-encode-column): Ditto.
20790
20791 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20792
20793         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20794         Use point-min rather than 1.
20795         (message-send-mail): Use buffer-size rather than point-max.
20796
20797         * gnus-sum.el (gnus-summary-search-article-forward):
20798         Signal a specific `search-failed' rather than a generic `error'.
20799
20800         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20801         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20802         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20803
20804 2004-09-10  Simon Josefsson  <jas@extundo.com>
20805
20806         * nndb.el (require): Remove tcp and duplicate cl.
20807
20808 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * gnus-agent.el (directory-files-and-attributes): Move forward.
20811
20812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20813
20814         * gnus-agent.el (directory-files-and-attributes):
20815         Optionally defined to support XEmacs.
20816
20817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20818
20819         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20820         to avoid run-time CL dependencies.
20821         (gnus-agent-unfetch-articles): New function.
20822         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20823         article numbers even when local .overview file is missing.
20824         (gnus-agent-read-article-number): New function.  Only accepts
20825         27-bit article numbers.
20826         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20827         Use gnus-agent-read-article-number.
20828         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20829         from backend while recognizing that article numbers in .overview
20830         must be valid.
20831         (gnus-agent-update-files-total-fetched-for):
20832         Use directory-files-and-attributes to improve performance.
20833         * gnus-int.el (gnus-request-move-article):
20834         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20835         improve performance.
20836
20837         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20838         some users confused by references to .newsrc when they only have a
20839         .newsrc.eld file.
20840         (gnus-convert-mark-converter-prompt)
20841         (gnus-convert-converter-needs-prompt): Fix use of property list.
20842         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20843         New function.  Used internally to only display 'gnus converting
20844         files' message when actually necessary.
20845
20846         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20847         methods now autoloaded.
20848
20849 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20852         identifiers.
20853
20854 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * gnus-picon.el: Fix indentation and closing parenthesis.
20857
20858 2004-09-01  Simon Josefsson  <jas@extundo.com>
20859
20860         * message.el (message-canlock-generate): Require sha1, not
20861         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20862         to require within a function.  Sadly, if sha1.el isn't loaded, the
20863         let binding in m-c-g will hide the defcustom definition, which is
20864         bad.)
20865
20866         * canlock.el: Require sha1, not sha1-el.
20867
20868         * message.el: Don't autoload sha1 (there is a autoload cookie in
20869         sha1.el).
20870
20871         * sha1-el.el: Rename to sha1.el.
20872
20873 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20874
20875         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20876
20877 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20878
20879         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20880
20881 2004-08-30  Kim F. Storm  <storm@cua.dk>
20882
20883         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20884
20885         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20886         Add :group 'nnimap.
20887
20888 2004-08-30  Andreas Schwab  <schwab@suse.de>
20889
20890         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20891         ?* and ?\;.
20892
20893         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20894         and ?\' to symbol instead of whitespace.
20895
20896 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20897
20898         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20899
20900         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20901         instead of re-search-forward.
20902
20903         * gnus-uu.el (gnus-uu-save-article): Ditto.
20904         (gnus-uu-post-encode-uuencode): Ditto.
20905
20906         * html2text.el (html2text-clean-list-items): Ditto.
20907         (html2text-clean-dtdd): Ditto.
20908         (html2text-format-tags): Ditto.
20909
20910         * message.el (message-send-mail-with-sendmail): Fix regexp.
20911         (message-fill-field-general): Use search-forward instead of
20912         re-search-forward.
20913         (unbold-region): Ditto.
20914
20915         * nnrss.el (nnrss-request-article): Ditto.
20916
20917         * nnslashdot.el (nnslashdot-request-article): Ditto.
20918
20919         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20920
20921         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20922         "Unrecognized menu descriptor" error in XEmacs.
20923
20924 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20925
20926         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20927         parent article of a sparse article in the thread hashtb.
20928
20929 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20930
20931         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20932         (nnmail-expand-newtext): Lowercase expanded entries if
20933         nnmail-split-lowercase-expanded is non-nil.
20934
20935 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20938
20939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20940         of gnus-tmp-news-method into string under XEmacs.  It will be
20941         passed to gnus-correct-length which takes only a string argument.
20942
20943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-util.el (gnus-bind-print-variables): New macro.
20946         (gnus-prin1): Use it.
20947         (gnus-prin1-to-string): Use it.
20948         (gnus-pp): New function.
20949         (gnus-pp-to-string): New function.
20950
20951         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20952         Replace pp-to-string with gnus-pp-to-string.
20953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20955         * gnus-msg.el (gnus-debug): Ditto.
20956         * gnus-score.el (gnus-score-save): Ditto.
20957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20958         gnus-pp-to-string.
20959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20960         with gnus-pp.
20961         * score-mode.el (gnus-score-pretty-print): Ditto.
20962         * webmail.el (webmail-debug): Ditto.
20963
20964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * gnus-art.el (article-display-face, article-display-x-face):
20967         Use buffer-read-only.
20968
20969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * gnus-art.el (article-hide-list-identifiers):
20972         Bind inhibit-read-only as t.
20973
20974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20975
20976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20977
20978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20979
20980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20981         (gnus-narrow-to-page): Don't assume point-min == 1.
20982         (gnus-article-edit-mode): Derive from message-mode.
20983
20984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20985         point-min == 1.
20986
20987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20988         Disable incorrect use of `assert'.
20989
20990         * message.el (message-mode): Set comment-start-skip.
20991
20992
20993 2004-08-22  Sam Steingold  <sds@gnu.org>
20994
20995         * pop3.el (pop3-leave-mail-on-server): New user variable.
20996         (pop3-movemail): Delete mail only when it is nil.
20997
20998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20999
21000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21001
21002         * mml.el (mml-preview): Use `pop-to-buffer'.
21003
21004         * message.el (message-goto-mail-followup-to): Insert after "To".
21005         (message-carefully-insert-headers): Add comment.
21006
21007         * gnus.el: Remove unused variable `gnus-article-check-size'.
21008
21009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21010
21011         * gnus-art.el (gnus-button-alist):
21012         Improve `gnus-button-handle-library' entry.
21013
21014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21015
21016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21017         Use downcase, since XEmacs capitalizes error messages differently.
21018
21019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21020
21021         * nntp.el: Add (require 'gnus) due to reference to
21022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21023
21024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21025
21026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21027         Bind `mm-fill-flowed'.
21028
21029         * mm-decode.el (mm-dissect-singlepart): Check it.
21030
21031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21032
21033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21034         'imap' for netrc parsing.
21035
21036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21037
21038         * mailcap.el (mailcap-mime-data): Mark as risky.
21039
21040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21041
21042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21043         may be included in the encoded word.
21044         (rfc2047-encode): Don't append a space if the encoded word
21045         includes close parenthesis.
21046
21047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21050         of text within parentheses.
21051
21052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21055         (gnus-encrypt-write-file-contents): Make the password key the file
21056         name PLUS the cipher, not just the cipher.  Also remove failed
21057         passwords from the cache.
21058
21059 2004-08-06  Simon Josefsson  <jas@extundo.com>
21060
21061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21062         Doc fix.
21063
21064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21067         LWSP.
21068
21069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21070
21071         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21072         Try to append in-reply-to: data to the references: header.
21073
21074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21075         (netrc-parse): Use gnus-encrypt.el functions.
21076
21077         * gnus-encrypt.el: Add new file for encryption support; currently
21078         does only a few GPG ciphers and an internal XOR cipher.
21079
21080         * password.el: Add comments on using password-read-and-add.
21081         (password-read-and-add): Add function to read and add the
21082         password to the cache at once.
21083
21084 2004-07-28  Simon Josefsson  <jas@extundo.com>
21085
21086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21087         parameter (but don't use it, for now).
21088
21089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21090         instead of hard coding to nil.
21091
21092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21095         as mm-inline-image-xemacs does.
21096
21097 2004-07-26  Simon Josefsson  <jas@extundo.com>
21098
21099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21100         Revert part of 2004-07-17 change below.
21101
21102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21105         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21106
21107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21108
21109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21110         quotes that actually start with ">" at the beginning of the
21111         lines.
21112
21113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21114
21115         * rfc2047.el (rfc2047-encode-region): Fix last change.
21116         (rfc2047-encode-parameter): Remove useless concat.
21117
21118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21121         encode special characters; fix some kind of misconfigured headers;
21122         signal a real error if debug-on-quit or debug-on-error is non-nil.
21123         (rfc2047-encode-max-chars): New variable.
21124         (rfc2047-encode-1): Use it.
21125         (rfc2047-encode-parameter): New function.
21126
21127         * mml.el (mml-insert-parameter): Remove an excessive space.
21128
21129 2004-07-17  Simon Josefsson  <jas@extundo.com>
21130
21131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21132         Kai Grossjohann <kai@emptydomain.de>.
21133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21134         (gnus-group-make-menu-bar): Ditto.
21135
21136         * gnus-util.el (gnus-group-server): Add.
21137
21138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21139
21140         * message.el (message-clone-locals): Clone sendmail and smtp
21141         variables.
21142
21143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * rfc2047.el (rfc2047-encode-region): Fix last change.
21146
21147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21150         characters as non-special.
21151
21152 2004-07-09  Simon Josefsson  <jas@extundo.com>
21153
21154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21155         Users will lose all flag changes made while unplugged with
21156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21157         good default.  See numerous reports on ding mailing list.
21158
21159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21160
21161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21162         add generate-head-function and generate-article-function to the
21163         rfc822-forward entry.
21164         (nndoc-rfc822-forward-generate-article): New function.
21165         (nndoc-rfc822-forward-generate-head): New function.
21166
21167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21168
21169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21170
21171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21172         respect display group parameter and gnus-summary-expunge-below.
21173         (gnus-articles-to-read): Remove unused reference to display group
21174         parameter.
21175
21176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21177
21178         * nnheader.el (nnheader-uniquify-message-id): New experimental
21179         variable.
21180         (nnheader-nov-read-message-id): Use it.
21181
21182         * spam-report.el (spam-report-gmane): Add interactive.
21183
21184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21185
21186         * mm-encode.el (mm-content-transfer-encoding-defaults):
21187         Use qp-or-base64 for the application/* types.
21188
21189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21190
21191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21192
21193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21194
21195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21196         trim value.
21197
21198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21199
21200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21201         New macro and function.
21202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21203
21204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21207         after-load-alist.
21208
21209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21210
21211         * gnus-group.el (gnus-group-get-new-news-this-group):
21212         Don't update info that isn't there.
21213
21214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21215
21216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21217         entry.
21218
21219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * mm-view.el (mm-inline-render-with-function): Use multibyte
21222         buffer; decode html source by charset.
21223
21224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21225
21226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21227         Mule-UCS is loaded under XEmacs.
21228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21229
21230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21231
21232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21233
21234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * mm-util.el (mm-coding-system-p): Return a coding-system.
21237         (mm-mime-mule-charset-alist): Use shift_jis instead of
21238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21241         instead of japanese-shift-jis and iso-latin-1 respectively in
21242         order to share the default value with both Emacs and XEmacs-mule.
21243         (mm-mule-charset-to-mime-charset):
21244         Make mm-coding-system-priorities effective.
21245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21246         while predicating of candidates upon the priorities.
21247
21248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21249
21250         * gnus-sum.el (gnus-summary-make-menu-bar):
21251         Add gnus-uu-invert-processable.
21252
21253         * gnus.el: Autoload gnus-uu-invert-processable.
21254
21255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21256
21257         * mm-util.el (mm-with-multibyte-buffer): New macro.
21258
21259         * rfc2047.el (rfc2047-encode-string): Use it.
21260         (rfc2047-encode-region): Move point to the end of the region after
21261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21262
21263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21264
21265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21267
21268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21271         (gnus-cite-parse): Ignore quoted envelope From_.
21272         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21273
21274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21275
21276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21277         invalid addresses.
21278
21279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21280
21281         * spam.el: Change section markers, revise TODO list.
21282         (spam-backends): Make new master list of all installed backends.
21283         (spam-summary-exit-behavior): Add new variable to determine how
21284         messages moves are done at summary exit.
21285         (spam-move-spam-nonspam-groups-only)
21286         (spam-process-ham-in-nonham-groups)
21287         (spam-process-ham-in-spam-groups): Remove variables, the
21288         spam-summary-exit-behavior variable should be used to manage this
21289         behavior.
21290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21292         and spam-old-spam-articles.
21293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21294         Add empty variables, placeholders for the backends they represent.
21295         (spam-set-difference): Move, unchanged.
21296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21297         unless the user has a processor variable.
21298         (spam-classifications, spam-classification-valid-p)
21299         (spam-backend-properties, spam-backend-property-valid-p)
21300         (spam-backend-function-type-valid-p)
21301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21302         (spam-report-articles-gmane, spam-report-articles-resend):
21303         Remove functions, they are not needed.
21304         (spam-install-backend-super, spam-backend-list)
21305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21306         (spam-backend-function, spam-backend-ham-registration-function)
21307         (spam-backend-spam-registration-function)
21308         (spam-backend-ham-unregistration-function)
21309         (spam-backend-spam-unregistration-function)
21310         (spam-backend-statistical-p, spam-backend-mover-p)
21311         (spam-install-backend-alias, spam-install-checkonly-backend)
21312         (spam-install-mover-backend, spam-install-nocheck-backend)
21313         (spam-install-backend, spam-install-statistical-backend)
21314         (spam-install-statistical-checkonly-backend): Add backend installation
21315         support.
21316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21317         (spam-group-processor-p): Use the new backend code and respect the
21318         summary exit behavior.
21319         (spam-mark-spam-as-expired-and-move-routine): Remove.
21320         (spam-summary-prepare): Change to use the new spam-old-articles
21321         variable.
21322         (spam-copy-or-move-routine, spam-copy-spam-routine)
21323         (spam-move-spam-routine, spam-copy-ham-routine)
21324         (spam-move-ham-routine): Add code to copy/move ham or spam.
21325         (spam-fetch-field-fast): Improve doc and code, plus allow the
21326         'number request.
21327         (spam-list-of-checks, spam-list-of-statistical-checks):
21328         Remove variables.
21329         (spam-split, spam-find-spam): Use the new backend code.
21330         (spam-registration-functions): Remove variable.
21331         (spam-unregister-routine): Add convenience wrapper.
21332         (spam-log-undo-registration, spam-register-routine)
21333         (spam-log-processing-to-registry)
21334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21335         where possible.
21336         (spam-check-gmane-xref, spam-check-regex-headers)
21337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21339         (spam-check-bogofilter-headers, spam-check-spamoracle)
21340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21341         (spam-check-crm114-headers): Use the spam-split-group that
21342         spam-split prepares, no need to determine it every time.
21343
21344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21345         to the nnheader-parse-naked-head call.
21346
21347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21348
21349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21350         the nnheader-nov-read-message-id call.
21351
21352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21355         gnus-activate-group twice.  Suggested by Markus Peter
21356         <warp@spin.de>.
21357
21358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21359
21360         * gnus-art.el (gnus-article-time-format): Exchange the order of
21361         day and month in the default value; fix customization type.
21362         (article-date-ut): Use add-text-properties.
21363         (article-make-date-line): Use message-make-date instead of
21364         current-time-string.
21365
21366         * message.el (message-fetch-field): Don't use set-text-properties.
21367         (message-make-date): Simplify.
21368
21369         * messagexmas.el (message-xmas-make-date): New function.
21370         (message-xmas-redefine): Defalias message-make-date to it.
21371
21372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21375         (rfc2047-encode-region): Treat text within parentheses as special;
21376         show the original text when error has occurred.
21377
21378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21379         already-computed method to gnus-activate-group.
21380
21381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21382         same select-methods identical Lisp objects.
21383
21384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21385         object when modifying the info.
21386
21387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21388
21389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21390         gnus-opened-servers since it has never been opened with the new
21391         configuration yet.
21392
21393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21396         arg to nnheader-generate-fake-message-id.
21397
21398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21399
21400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21401         number and build a fake message ID localized to a group and
21402         article number (so it's repeatable from that point on).
21403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21404         ID format.
21405
21406         * gnus-sum.el (gnus-get-newsgroup-headers):
21407         Call nnheader-generate-fake-message-id with the article number.
21408
21409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21410
21411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21412         end-of-buffer.
21413
21414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21415
21416         * message.el (message-ignored-supersedes-headers): Add Approved.
21417
21418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21419
21420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21421         goto-char.
21422         (rfc2047-encode): Fold the line before encoding.
21423
21424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21425
21426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21427         folding -- not all headers can be folded, and this should be done
21428         by the message composition mode.  Probably.  I think.
21429
21430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21433         fast.
21434
21435         * gnus-ems.el (gnus-remove-image): Don't use
21436         message-text-with-property; remove only the image found first.
21437
21438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21439         found first.
21440
21441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21442
21443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21444
21445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * message.el (message-text-with-property): Make it fast and accept
21448         optional arguments.
21449         (message-strip-forbidden-properties): Use it.
21450         (message-fix-before-sending): Follow the m-t-w-p change.
21451
21452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21453
21454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * gnus-art.el (article-hide-headers): Don't change the buffer
21457         mistakenly when performing mml-preview even if
21458         gnus-single-article-buffer is nil.
21459
21460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21461
21462         * message.el (message-expand-name-databases): New user option.
21463         (message-expand-name): Use it.
21464
21465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21466
21467         * spam.el (spam-report-articles-resend)
21468         (spam-report-resend-register-routine): Allow ham reporting.
21469         (spam-report-resend-register-ham-routine): Add wrapper.
21470         (spam-registration-functions): Add ham resending functions.
21471         (spam-list-of-processors): Add ham resend processor.
21472
21473         * gnus.el (ham-resend-to): Add new group parameter.
21474         (spam-process): Add ham resend option.
21475
21476         * spam-report.el (spam-report-resend): Allow reporting ham.
21477         (spam-report-resend-ham): Add wrapper.
21478
21479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21480
21481         * message.el (message-cite-articles-with-x-no-archive):
21482         New variable.
21483         (message-cite-original): Use it.
21484
21485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21486
21487         * message.el (message-cite-original): Respect X-No-Archive.
21488
21489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21490
21491         * gnus-art.el (article-hide-headers): Refer to the values for
21492         gnus-ignored-headers and gnus-visible-headers in the summary
21493         buffer since a user may have set them as group parameters.
21494
21495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21496
21497         * assistant.el (assistant-node-name): Add convenience function.
21498         (assistant-render-text, assistant-render-node): Add error handling,
21499         plus handle multiple next nodes.
21500         (assistant-find-next-node): Comment out for now.
21501         (assistant-find-next-nodes): Add function, returns list of next
21502         nodes.
21503
21504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21505
21506         * mail-source.el (mail-source-directory): Fix doc-string.
21507
21508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21509
21510         * assistant.el (assistant-render-text, assistant-eval): Add :set
21511         widget type, which is different because it takes and returns a
21512         list.  Much hilarity ensues.
21513
21514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21515
21516         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21517
21518         * gnus-group.el (gnus-group-get-new-news-this-group):
21519         Add doc-string.
21520
21521         * gnus-start.el (gnus-activate-group): Add doc-string.
21522
21523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21526
21527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21528
21529         * assistant.el (assistant-render-text): Try to add a :set
21530         widget, more to come.
21531
21532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21533         strings.
21534         (spam-report-articles-resend)
21535         (spam-register-routine): Do registration iff any articles warrant
21536         it.
21537         (spam-summary-prepare-exit): Change log message for nil group
21538         destinations.
21539
21540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21541
21542         * spam.el (spam-report-resend-register-routine):
21543         Allow spam-report-resend-to to be a group parameter or a global value.
21544
21545 2004-05-26  Simon Josefsson  <jas@extundo.com>
21546
21547         * starttls.el: Merge with my GNUTLS based starttls.el.
21548         (starttls-gnutls-program, starttls-use-gnutls)
21549         (starttls-extra-arguments, starttls-process-connection-type)
21550         (starttls-connect, starttls-failure, starttls-success):
21551         New variables.
21552         (starttls-program, starttls-extra-args): Doc fix.
21553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21554         New functions.
21555         (starttls-negotiate, starttls-open-stream):
21556         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21557         function if it is set.
21558
21559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21562         structured fields.
21563
21564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21567
21568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21571         Add variable.
21572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21573         assigning the spam-mark to new messages.
21574
21575 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21576
21577         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21578
21579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21582
21583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21585         default.
21586
21587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21588
21589         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21590         correct data.
21591
21592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21593
21594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21595         (spam-group-processor-p): Fix function.
21596         (spam-group-processor-multiple-p)
21597         (spam-group-spam-processor-report-gmane-p)
21598         (spam-group-spam-processor-report-resend-p)
21599         (spam-group-spam-processor-bogofilter-p)
21600         (spam-group-spam-processor-blacklist-p)
21601         (spam-group-spam-processor-ifile-p)
21602         (spam-group-ham-processor-ifile-p)
21603         (spam-group-spam-processor-spamoracle-p)
21604         (spam-group-spam-processor-crm114-p)
21605         (spam-group-ham-processor-bogofilter-p)
21606         (spam-group-spam-processor-stat-p)
21607         (spam-group-ham-processor-stat-p)
21608         (spam-group-ham-processor-whitelist-p)
21609         (spam-group-ham-processor-BBDB-p)
21610         (spam-group-ham-processor-spamoracle-p)
21611         (spam-group-ham-processor-copy-p): Remove functions with some
21612         prejudice against unneeded code.
21613         (spam-report-articles-resend)
21614         (spam-report-resend-register-routine): Allow the group/topic
21615         spam-resend-to value to override spam-report-resend-to.
21616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21617         properly now.
21618
21619         * gnus.el (spam-resend-to): Add group/topic parameter.
21620         (spam-process): Move the OBSOLETE processors to the end of the
21621         choices.
21622
21623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21624
21625         * spam-report.el (spam-report-resend-to, spam-report-resend):
21626         Start with resend-to set to nil, and then ask the user if necessary.
21627         (spam-report-resend): spam-report-resend takes a list of articles, not
21628         separate article numbers.
21629
21630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21631
21632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21633         addition to emacs-w3m.
21634
21635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21636
21637         * assistant.el (assistant-authinfo-data): New function.
21638         (assistant-eval): Eval for entire assistant.
21639
21640         * netrc.el (netrc-services-file): New variable.
21641         (netrc-parse-services): New function.
21642         (netrc-find-service-name): New function.
21643         (netrc-find-service-number): New function.
21644         (netrc-port-equal): New function.
21645         (netrc-machine): Use it.
21646
21647         * nnimap.el (nnimap-open-connection): Use netrc.
21648
21649         * gnus-util.el (gnus-netrc-get): Remove aliases.
21650
21651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21652
21653         * assistant.el (wid-edit): Fix compilation.
21654
21655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21656
21657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21658
21659         * gnus-util.el (gnus-set-file-modes): New function.  (small
21660         patch).
21661
21662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21663
21664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21665
21666         * assistant.el (assistant-render-node): Fix up rendering and
21667         read-only text.
21668         (assistant-render-node): Reset.
21669         (assistant-make-read-only): Not sticky.
21670
21671 2004-05-20  Danny Siu  <dsiu@adobe.com>
21672
21673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21674         centered even when gnus-auto-center-summary is t.
21675
21676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21677
21678         * dns.el (dns-get-txt-answer): New function.
21679         (dns-read-txt): Ditto.
21680         (query-dns): Use it.
21681
21682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21685         active for foreign groups even if the group level is higher than
21686         the specified value.
21687
21688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21689
21690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21691         non-active groups.
21692
21693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21694
21695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21696
21697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21698
21699 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21700
21701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21702         (spam-crm114-header, spam-crm114-spam-switch)
21703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21704         (spam-crm114-positive-spam-header)
21705         (spam-crm114-database-directory, spam-list-of-processors)
21706         (spam-group-spam-processor-crm114-p)
21707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21708         (spam-generic-score, spam-list-of-checks)
21709         (spam-list-of-statistical-checks, spam-registration-functions)
21710         (spam-check-crm114-headers, spam-crm114-score)
21711         (spam-check-crm114, spam-crm114-register-with-crm114)
21712         (spam-crm114-register-spam-routine)
21713         (spam-crm114-unregister-spam-routine)
21714         (spam-crm114-register-ham-routine)
21715         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21716
21717 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21718
21719         * gnus.el: Add spam-use-crm114.
21720
21721         * spam.el (spam-list-of-processors, spam-registration-functions):
21722         Add spam-use-resend.
21723         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21724         (spam-report-articles-gmane): Add doc fix.
21725         (spam-report-articles-resend, spam-report-resend-register-routine):
21726         Add wrappers around spam-report-resend-to.
21727
21728         * spam-report.el (spam-report-resend-to, spam-report-resend):
21729         Add support for resending spam.
21730         (spam-report-gmane): Fix line length >80.
21731
21732         * gnus.el (spam-process): Add spam-use-resend.
21733
21734 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21735
21736         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21737         number of processed spam messages.
21738         (spam-ham-copy-or-move-routine): Return the number of processed
21739         ham messages.
21740         (spam-summary-prepare-exit): Use the above values to decide
21741         whether status messages shouled be displayed.
21742
21743 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21746         `rfc2047-encoding-function-alist' in order to avoid conflicting
21747         with the old version.
21748         (rfc2047-encode-region): Concatenate words containing non-ASCII
21749         characters in structured fields; don't encode space-delimited
21750         ASCII words even in unstructured fields; don't break words at
21751         char-category boundaries.
21752         (rfc2047-encode-1): New function.
21753         (rfc2047-encode): Use it; encode text so that it occupies the
21754         maximum width within 76-column; work correctly on Q encoding for
21755         iso-2022-* charsets.
21756         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21757         sure not to break a line just after the header name.
21758         (rfc2047-b-encode-region): Remove.
21759         (rfc2047-b-encode-string): New function.
21760         (rfc2047-q-encode-region): Remove.
21761         (rfc2047-q-encode-string): New function.
21762
21763         * mm-util.el (mm-replace-in-string): New function.
21764
21765 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21766
21767         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21768         Really get it right.
21769         (gnus-inews-make-draft): Really.
21770
21771 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21772
21773         * nnmh.el (nnmh-request-list-1): Don't check the link count
21774         before descending.  (small patch)
21775
21776 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21777
21778         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21779         stuff.
21780
21781         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21782         Match on real group name.
21783
21784         * gnus-art.el (gnus-signature-limit): Doc fix.
21785
21786         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21787
21788         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21789
21790 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21791
21792         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21793         isn't a string.
21794
21795 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21796
21797         * gnus-draft.el (gnus-draft-send):
21798         Bind rfc2047-encode-encoded-words.
21799
21800         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21801         (rfc2047-encodable-p): Say that =? needs encoding.
21802         (rfc2047-encode-encoded-words): New variable.
21803
21804         * gnus-group.el (gnus-group-select-group): Doc fix.
21805
21806         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21807
21808         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21809         to nil.
21810
21811         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21812
21813         * nnheader.el (nnheader-get-lines-and-char): New function.
21814
21815 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21816
21817         * gnus-msg.el (gnus-summary-followup-with-original):
21818         Document yanking of region when active.
21819
21820 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21823         groups if the group level is higher than the specified value.
21824
21825 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21828         (gnus-group-jump-to-group): Add prefix argument using
21829         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21830         non-active group.
21831
21832         * compface.el (uncompface): Be verbose when changing
21833         `uncompface-use-external'.
21834
21835         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21836         handle manual section.
21837
21838 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21839
21840         * gnus-art.el (gnus-button-alist): Revert previous change.
21841
21842 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21843
21844         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21845
21846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21847
21848         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21849         whether backend can accept message.
21850
21851         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21852
21853 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21854
21855         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21856         Avoid creating directory when nntp-marks-is-evil is true.
21857         Reported by Reiner Steib.
21858
21859 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21860
21861         * gnus-picon.el (gnus-picon-insert-glyph):
21862         Add optional `nostring' argument.
21863
21864 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21865
21866         * gnus-picon.el (gnus-picon-style): New variable.
21867         (gnus-picon-transform-address): Support `gnus-picon-style'.
21868
21869 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21870
21871         * message.el (message-fill-field): Return point.
21872         (message-generate-headers): Go to end of field.
21873
21874         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21875         stuff for non-living groups.
21876
21877 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21878
21879         * gnus-art.el (gnus-article-followup-with-original)
21880         (gnus-article-reply-with-original): gnus-mark-active-p ->
21881         gnus-region-active-p.
21882
21883 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21884
21885         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21886         only when there is spam or ham to be processed.
21887
21888 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21889
21890         * mail-source.el (mail-source-delete-crash-box): Refactor.
21891         (mail-source-fetch): Use it.
21892         (mail-source-fetch-file): Ditto.
21893         (mail-source-fetch-directory): Run postscript in loop.
21894         (mail-source-fetch-pop): Delete.
21895         (mail-source-fetch-maildir): Ditto.
21896         (mail-source-fetch-imap): Ditto.
21897
21898         * imap.el (imap-authenticators): Comment out sasl.
21899
21900         * message.el (message-skip-to-next-address): New function.
21901         (message-fill-header-address): Refactor.
21902         (message-fill-address): Use it.
21903         (message-delete-address): Use it.
21904         (message-fill-header-general): Refactor.
21905         (message-fill-field-address): Rename.
21906         (message-narrow-to-field): Find the start of the header.
21907         (message-header-format-alist): Don't pre-fill.
21908         (message-fill-header): Remove.
21909         (message-insert-header): New function.
21910         (message-shorten-references): Use it.
21911
21912         * rfc2047.el (rfc2047-field-value): Strip props.
21913
21914         * mail-parse.el (mail-header-make-address): New alias.
21915
21916         * ietf-drums.el (ietf-drums-make-address): New function.
21917
21918         * imap.el: Add compiler directives.
21919
21920         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21921
21922         * gnus-art.el (article-decode-idna-rhs): Don't use
21923         message-idna-inside-rhs-p.
21924
21925 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21926
21927         * message.el (message-idna-inside-rhs-p): Remove.
21928         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21929
21930         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21931         false positives.
21932
21933 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21934
21935         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21936
21937 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21938
21939         * nneething.el (nneething-file-name): Don't create spurious
21940         files.
21941
21942         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21943         (gnus-inews-do-gcc): Remove sleep.
21944
21945         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21946         part under point.
21947
21948         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21949         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21950
21951 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21952
21953         * spam.el (spam-summary-prepare-exit): Fix (length).
21954
21955 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21956
21957         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21958         as expired without moving it" message when there are spam
21959         messages left.
21960
21961 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21962
21963         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21964         header is not nil.
21965
21966 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21967
21968         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21969         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21970         (nntp-marks-changed-p): New arg SERVER.
21971         (nntp-request-update-info): Adjust caller.
21972
21973 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21974
21975         * nntp.el (nntp-save-marks): Pass missing arg.
21976
21977 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21978
21979         * nntp.el: Support marks.
21980         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21981         (nntp-marks-modtime, nntp-marks-directory): New variables.
21982         (nntp-request-set-mark, nntp-request-update-info)
21983         (nntp-possibly-create-directory, nntp-marks-changed-p)
21984         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21985         New functions.
21986
21987 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21988
21989         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21990         (gnus-xmas-redefine): Rename.
21991
21992         * gnus-score.el (gnus-score-insert-help):
21993         Use gnus-select-lowest-window.
21994
21995         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21996         appt-select-lowest-window and rename to gnus-select-lowest-window.
21997
21998         * gnus.el: do.
21999
22000 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22001
22002         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22003         encodings of MIME-encoded words, in order to improve
22004         interoperability with several broken MUAs.
22005
22006 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22007
22008         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22009         tags, only when charsets are not specified in headers.
22010         (mm-inline-text-html-render-with-w3m): Ditto.
22011
22012         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22013         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22014
22015 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22016
22017         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22018         instead of MIME-decoded from fields when checking
22019         `gnus-article-address-banner-alist'.
22020
22021 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22022
22023         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22024         description rather than subject.
22025
22026 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22027
22028         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22029
22030 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22031
22032         * gnus.el (gnus-version-number): Bump.
22033
22034 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22035
22036         * gnus.el: No Gnus v0.2 is released.
22037
22038 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22039
22040         * gnus-agent.el (gnus-agent-read-agentview):
22041         Inline gnus-uncompress-range.
22042
22043 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22044
22045         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22046         `exec-installed-p'.
22047
22048 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22049
22050         * gnus.el (spam-process, spam-autodetect-methods):
22051         Add bsfilter and bsfilter-headers.
22052
22053         * spam.el (spam-bsfilter): New customize group.
22054         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22055         (spam-bsfilter-header, spam-bsfilter-probability-header)
22056         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22057         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22058         (spam-bsfilter-database-directory): New options.
22059         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22060         (spam-list-of-statistical-checks, spam-registration-functions):
22061         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22062         (spam-bsfilter-score): New command.
22063         (spam-check-bsfilter-headers, spam-check-bsfilter)
22064         (spam-bsfilter-register-with-bsfilter)
22065         (spam-bsfilter-register-spam-routine)
22066         (spam-bsfilter-unregister-spam-routine)
22067         (spam-bsfilter-register-ham-routine)
22068         (spam-bsfilter-unregister-ham-routine): New functions.
22069         (spam-generic-score): Support bsfilter; Accept an optional argument
22070         to recalcurate spam score even if scoring header has already been
22071         added.
22072         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22073         optional argument to recalcurate spam score even if scoring header
22074         has already been added.
22075
22076 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22077
22078         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22079         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22080         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22081         link is missing.
22082
22083 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22084
22085         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22086         (html2text-get-attr): Rewrite.
22087
22088         * message.el (message-setup-1): Remove redundant put-text-property
22089         on mail-header-separator.
22090
22091 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22092
22093         * gnus-registry.el (gnus-registry-cache-whitespace)
22094         (gnus-registry-action, gnus-registry-spool-action)
22095         (gnus-registry-split-fancy-with-parent): Change message levels
22096         from 5 to 3 or 7, as needed.
22097
22098         * spam.el (spam-summary-prepare-exit)
22099         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22100         (spam-split, spam-find-spam, spam-log-undo-registration)
22101         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22102         level from 5 to 6.
22103
22104 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22107         2004-03-04 change).
22108
22109 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22110
22111         * sieve-manage.el (sieve-manage-open):
22112         * nnweb.el (nnweb-insert-html):
22113         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22114         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22115         * nnspool.el (nnspool-request-group):
22116         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22117         * nnml.el (nnml-request-update-info):
22118         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22119         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22120         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22121         (nnimap-request-set-mark):
22122         * nnfolder.el (nnfolder-request-update-info):
22123         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22124         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22125         * gnus-uu.el (gnus-uu-find-articles-matching):
22126         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22127         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22128         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22129         * gnus-nocem.el (gnus-nocem-scan-groups):
22130         * gnus-int.el (gnus-start-news-server):
22131         * gnus-group.el (gnus-group-make-kiboze-group)
22132         (gnus-group-browse-foreign-server):
22133         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22134         Use mapc when appropriate.
22135
22136 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22137             Adam Sjøgren  <asjo@koldfront.dk>
22138             Wes Hardaker  <wes@hardakers.net>
22139             Michael Shields  <shields@msrl.com>
22140
22141         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22142         may need for spam sorting and scoring.
22143         (spam-user-format-function-S): Add user format function suitable for
22144         general use.
22145         (spam-article-sort-by-spam-status): Add sorting function for summary
22146         sorting.
22147         (spam-extra-header-to-number): Add function to get a score from a
22148         header.
22149         (spam-summary-score): Add function to get a numeric score from the
22150         headers.
22151         (spam-generic-score): Fix function doc, was in wrong place.
22152         (spam-initialize): Take symbols when it's run, and install the
22153         extra headers that spam-necessary-extra-headers thinks we need.
22154
22155 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22156
22157         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22158         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22159
22160 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22161
22162         * gnus-sum.el (gnus-set-global-variables)
22163         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22164         (gnus-article-get-xrefs, gnus-summary-best-group)
22165         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22166         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22167         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22168         Use with-current-buffer.
22169
22170 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22171
22172         * spam.el (spam-summary-prepare-exit): Simplify logic.
22173         (spam-fetch-article-header): Read the article header if it's not
22174         available.
22175         (spam-list-articles): Simplify logic.
22176         (spam-filelist-register-routine): Fix bug with unregister-list.
22177
22178         * gnus-registry.el: Fix comments at beginning.
22179
22180 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * message.el (message-cater-to-broken-inn): Remove.
22183         (message-shorten-references): Make sure the total folded length of
22184         References is shorter than 998 characters to cater to a bug in INN
22185         2.3.  Also, don't pretend that references aren't folded -- this
22186         hasn't worked for a while.
22187
22188 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22189
22190         * gnus-agent.el (gnus-agentize):
22191         gnus-agent-send-mail-real-function no longer set to current value
22192         of message-send-mail-function but rather a lambda that calls
22193         message-send-mail-function.  The change makes the agent real-time
22194         responsive to user changes to message-send-mail-function.
22195
22196 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22197
22198         * legacy-gnus-agent.el
22199         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22200         help from Florian Weimer <fw@deneb.enyo.de>
22201
22202 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * nnmail.el (nnmail-cache-insert): Revert last change.
22205
22206 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * nnmail.el (nnmail-cache-insert): Always check whether
22209         nnmail-cache-ignore-groups matches a group name.
22210
22211 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22212
22213         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22214         (spam-find-spam, spam-log-processing-to-registry)
22215         (spam-log-registered-p, spam-log-unregistration-needed-p)
22216         (spam-log-undo-registration): Use gnus-message instead of
22217         gnus-error, none of these errors are fatal.
22218
22219         * gnus-registry.el (gnus-registry-clean-empty-function)
22220         (gnus-registry-clean-empty): Remove only empty entries without
22221         extra data.
22222
22223 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22224
22225         * spam-stat.el (spam-stat-buffer-change-to-spam)
22226         (spam-stat-buffer-change-to-non-spam): Change (error) to
22227         (gnus-message 8) invocation.
22228
22229 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * nntp.el (nntp-via-netcat-command): New variable.
22232         (nntp-via-netcat-switches): New variable.
22233         (nntp-open-via-rlogin-and-netcat): New function.
22234         (nntp-open-connection-function): Doc fix.
22235         (nntp-telnet-command): Doc fix.
22236         (nntp-end-of-line): Doc fix.
22237         (nntp-via-rlogin-command): Doc fix.
22238         (nntp-via-user-name): Doc fix.
22239         (nntp-via-address): Doc fix.
22240
22241 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22244         error in Emacs 21.1.
22245
22246 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22247
22248         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22249
22250 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22251
22252         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22253         (gnus-agent-with-refreshed-group): New macro.
22254         (gnus-agent-rename-group): New function.
22255         (gnus-agent-delete-group): New function.
22256         (gnus-agent-save-group-info): Use gnus-command-method when
22257         `method' parameter is nil.  Don't write nil entries into the
22258         active file.
22259         (gnus-agent-get-group-info): New function.
22260         (gnus-agent-fetch-articles):
22261         Use gnus-agent-update-files-total-fetched-for to increment disk space
22262         used.
22263         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22264         Use gnus-agent-update-view-total-fetched-for to increment disk space
22265         used.
22266         (gnus-agent-get-local): Add optional parameters to avoid calling
22267         gnus-group-real-name and gnus-find-method-for-group.
22268         (gnus-agent-set-local): Delete stored entry if either min, or max,
22269         are nil.
22270         (gnus-agent-fetch-session): Reworded error/quit messages.
22271         On quit, use gnus-agent-regenerate-group to record existance of any
22272         articles fetched to disk before the quit occurred.
22273         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22274         gnus-agent-update-view-total-fetched-for, and
22275         gnus-agent-update-files-total-fetched-for to decrement disk space
22276         used.
22277         (gnus-agent-retrieve-headers):
22278         Use gnus-agent-update-view-total-fetched-for to increment disk space
22279         used.
22280         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22281         with gnus-agent-update-files-total-fetched-for to decrement disk
22282         space and fresh group buffer.
22283         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22284         (gnus-agent-need-update-total-fetched-for): New variable.
22285         (gnus-agent-update-files-total-fetched-for): New function.
22286         (gnus-agent-update-view-total-fetched-for): New function.
22287         (gnus-agent-total-fetched-for): New function.
22288
22289         * gnus-cache.el (gnus-cache-save-buffers):
22290         Use gnus-cache-update-overview-total-fetched-for to change disk space
22291         used by this group.
22292         (gnus-cache-possibly-enter-article):
22293         Use gnus-cache-update-file-total-fetched-for to increment disk space
22294         used by this group.
22295         (gnus-cache-possibly-remove-article):
22296         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22297         used by this group.
22298         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22299         (gnus-cache-rename-group): New function.
22300         (gnus-cache-delete-group): New function.
22301         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22302         (gnus-cache-need-update-total-fetched-for): New variable.
22303         (gnus-cache-with-refreshed-group): New macro.
22304         (gnus-cache-update-file-total-fetched-for): New function.
22305         (gnus-cache-update-overview-total-fetched-for): New function.
22306         (gnus-cache-rename-group-total-fetched-for): New function.
22307         (gnus-cache-delete-group-total-fetched-for): New function.
22308         (gnus-cache-total-fetched-for): New function.
22309
22310         * gnus-group.el: Require gnus-sum and autoload functions to
22311         resolve warnings when gnus-group.el compiled alone.
22312         (gnus-group-line-format): Documented new %F.
22313         (size of Fetched data) group line format; identifies disk space
22314         used by agent and cache.
22315         (gnus-group-line-format-alist): Defined new F format.
22316         (gnus-total-fetched-for): New function.
22317         (gnus-group-delete-group): No longer update
22318         gnus-cache-active-altered as gnus-request-delete-group now keeps
22319         the cache in sync.
22320         (gnus-group-list-active): Let the agent store a server's active
22321         list if currently plugged.
22322
22323         * gnus-int.el (gnus-request-delete-group):
22324         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22325         local disk in sync with the server.
22326         (gnus-request-rename-group):
22327         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22328         local disk in sync with the server.
22329
22330         * gnus-start.el (gnus-get-unread-articles):
22331         Cosmetic simplification to logic.
22332
22333         * gnus-util.el (gnus-rename-file): New function.
22334
22335 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22336
22337         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22338
22339 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22340
22341         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22342         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22343
22344 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22345
22346         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22347         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22348
22349 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22350
22351         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22352
22353 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22354
22355         * spam.el (spam-set-difference): Add function to replace
22356         gnus-set-difference in spam.el.
22357         (spam-summary-prepare-exit): Use spam-set-difference.
22358
22359 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22360
22361         * gnus-registry.el (gnus-registry-cache-file): Update to use
22362         gnus-dribble-directory OR gnus-home-directory OR ~.
22363         (gnus-registry-split-fancy-with-parent): Fix doc.
22364
22365 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * message.el (message-exchange-point-and-mark):
22368         Use message-mark-active-p.  Suggested by Jesper Harder
22369         <harder@ifa.au.dk>.
22370
22371 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22372
22373         * message.el (message-exchange-point-and-mark): Don't activate
22374         region if it was inactive.  Suggested by Hiroshi Fujishima
22375         <pooh@nature.tsukuba.ac.jp>.
22376
22377 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22378
22379         * gnus-art.el (article-display-face): Display Faces in the same
22380         order as X-Faces.
22381
22382 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22385
22386 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22389         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22390         (gnus-article-mime-hierarchy): Remove.
22391         (gnus-article-mime-hierarchy-next): Remove.
22392         (gnus-article-mode): Revert 2004-03-19 change.
22393         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22394         (gnus-insert-mime-button): Revert 2004-03-19 change.
22395         (gnus-mime-accumulate-hierarchy): Remove.
22396         (gnus-mime-enter-multipart): Remove.
22397         (gnus-mime-leave-multipart): Remove.
22398         (gnus-mime-display-part): Revert 2004-03-19 change.
22399         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22400
22401         * mml.el (mml-preview): Revert 2004-03-19 change.
22402
22403 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22404
22405         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22406
22407 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22410         t while entering a file name using the mm-with-multibyte macro.
22411         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22412
22413         * mm-util.el (mm-with-multibyte): New macro.
22414
22415 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22416
22417         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22418         New user option.
22419         (gnus-mime-multipart-functions): Doc and customization fix.
22420         (gnus-article-mime-hierarchy): New variable.
22421         (gnus-article-mime-hierarchy-next): New variable.
22422         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22423         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22424         gnus-article-mime-hierarchy-next to nil.
22425         (gnus-insert-mime-button): Show hierarchy numbers.
22426         (gnus-mime-accumulate-hierarchy): New function.
22427         (gnus-mime-enter-multipart): New function.
22428         (gnus-mime-leave-multipart): New function.
22429         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22430         (gnus-mime-display-alternative): Show hierarchy numbers.
22431
22432         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22433         gnus-article-mime-hierarchy-next to nil.
22434
22435 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22436
22437         * dns.el: Don't require gnus-xmas.
22438
22439 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22440
22441         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22442         inline PGP.
22443         (mml-menu): Disable mml-quote-region if mark is inactive.
22444
22445 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22448         when the group's active is not available.
22449
22450 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22453         error.
22454
22455 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22456
22457         * imap.el (imap-store-password): New variable.
22458         (imap-interactive-login): Use it.
22459         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22460
22461 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22462
22463         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22464         window-start and hscroll to summary window.
22465
22466 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22467
22468         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22469         conversion message to newsrc-dribble when an actual conversion is
22470         performed.
22471
22472 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22473
22474         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22475
22476 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * mm-decode.el (mm-complicated-handles): New function reviving
22479         former definition of mm-multiple-handles.
22480
22481         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22482         (gnus-mime-delete-part): Use it.
22483
22484 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22485
22486         * gnus-agent.el (gnus-agent-read-local):
22487         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22488         avoid the implicit assumption that they will always be equal.
22489         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22490         coding-system-for-write, as the with-temp-file macro first prints
22491         to a buffer then saves the buffer.
22492
22493 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22494
22495         * gnus-art.el (gnus-article-edit-part): New function.
22496         (gnus-mime-save-part-and-strip): Use it; do query instead of
22497         signaling an error; don't use mm-multiple-handles.
22498         (gnus-mime-delete-part): Ditto.
22499
22500 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22501
22502         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22503         old file versions.
22504         (gnus-group-prepare-hook): Remove function that converted list
22505         form of gnus-agent-expire-days to group properties.
22506
22507         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22508         (gnus-request-accept-article): Re-indented.
22509
22510         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22511         converters to handle old agent file formats.  Add logic for a
22512         "backup before upgrading warning".
22513         (gnus-convert-mark-converter-prompt): Developers can mark
22514         functions as needing (default), or not needing,
22515         gnus-convert-old-newsrc's "backup before upgrading warning".
22516         (gnus-convert-converter-needs-prompt): Tests whether the user
22517         should be protected from potentially irreversable changes by the
22518         function.
22519
22520         * legacy-gnus-agent.el: New.  Provides converters that are only
22521         loaded when gnus-convert-old-newsrc needs to call them.
22522
22523 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * mail-source.el (mail-source-touch-pop): Doc fix.
22526
22527         * message.el (message-smtpmail-send-it): Doc fix.
22528
22529 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22530
22531         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22532
22533         * nnmail.el (nnmail-split-fancy): do.
22534
22535         * gnus-kill.el (gnus-kill, gnus-execute): do.
22536
22537 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22538
22539         * gnus-sum.el (gnus-widget-reversible-match)
22540         (gnus-widget-reversible-to-internal)
22541         (gnus-widget-reversible-to-external): New functions.
22542         (gnus-widget-reversible): New widget.
22543         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22544
22545 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22546
22547         * gnus-sum.el (gnus-thread-sort-functions)
22548         (gnus-article-sort-functions): Document `(not F)' items.
22549
22550 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22551
22552         * spam.el (spam-use-gmane-xref): Add new backend.
22553         (spam-gmane-xref-spam-group): Add variable to control the name of the
22554         Gmane spam group.
22555         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22556         (spam-regex-headers-spam, spam-regex-headers-ham)
22557         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22558         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22559         backends and checks.
22560         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22561
22562         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22563         an autodetect method.
22564
22565 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22566
22567         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22568         articles are being added to a group.
22569         (gnus-request-replace-article): Inform the agent that articles
22570         need to be uncached as the cached contents are no longer valid.
22571
22572 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * binhex.el: Don't autoload executable-find.
22575
22576         * canlock.el: Don't autoload mail-fetch-field.
22577
22578         * dgnushack.el: Autoload c-mode for XEmacs.
22579
22580         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22581
22582         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22583         rmail-dont-reply-to and rmail-output.
22584
22585         * gnus-score.el: Don't autoload ffap-string-at-point.
22586
22587         * gnus-setup.el: Don't autoload sc-cite-original.
22588
22589         * imap.el: Don't autoload base64-decode-string,
22590         base64-encode-string and md5.
22591
22592         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22593         and rmail-msg-restore-non-pruned-header.
22594
22595         * mm-decode.el: Don't autoload executable-find.
22596
22597         * mm-url.el: Don't autoload executable-find.
22598
22599         * mm-view.el: Don't autoload diff-mode.
22600
22601         * nndb.el: Don't autoload news-reply-mode, news-setup,
22602         cancel-timer and telnet.
22603
22604         * password.el: Don't autoload run-at-time for Emacs.
22605
22606         * sha1-el.el: Don't autoload executable-find.
22607
22608         * sieve-mode.el: Don't autoload c-mode.
22609
22610         * uudecode.el: Don't autoload executable-find.
22611
22612 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22613
22614         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22615         (gnus-agent-possibly-alter-active): Avoid null in numeric
22616         comparison.
22617         (gnus-agent-set-local): Refuse to save null in local object table.
22618         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22619         list of articles that will be marked as unread.
22620
22621 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22622
22623         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22624
22625 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22626
22627         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22628         language tags.
22629
22630 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22631
22632         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22633         Don't bind "obarray".
22634
22635         * gnus-sum.el (gnus-thread-sort-functions):
22636         Add `gnus-thread-sort-by-most-recent-number' and
22637         `gnus-thread-sort-by-most-recent-date'.
22638         Reported by Kai Grossjohann <kai@emptydomain.de>.
22639
22640 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22643
22644 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22645
22646         * gnus-cus.el (gnus-agent-customize-category):
22647         Remove ignore-errors macro reference that required cl to be loaded at
22648         run-time.
22649
22650         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22651         single-interval range of the form (min . max).  Previously the
22652         range had to look like ((min . max)).  Likewise, return
22653         (min . max) rather than ((min . max)).
22654         (gnus-range-map): Use gnus-range-normalize to accept
22655         single-interval range.
22656
22657         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22658         the cache, but not the agent, now appear with their usual face.
22659
22660         * dgnushack.el (loaddir): New variable that is bound to the
22661         directory containing the dgnushack.el file. Use loaddir, rather
22662         than srcdir, to update load-path. Change lets dgnushack compile
22663         code in directories other than GNUS/lisp.
22664
22665 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * lpath.el: Don't bind w3m-safe-url-regexp.
22668
22669         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22670         w3m-safe-url-regexp variable buffer-local.
22671
22672         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22673
22674 2004-02-27  Simon Josefsson  <jas@extundo.com>
22675
22676         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22677         gnus-group-real-prefix.
22678         (gnus-summary-move-article): Use it, instead of
22679         gnus-group-real-prefix.
22680
22681 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * lpath.el: Bind w3m-safe-url-regexp.
22684
22685         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22686         w3m-safe-url-regexp variable buffer-local and set it as the value
22687         of mm-w3m-safe-url-regexp.
22688
22689         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22690
22691         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22692         parsing gnus-posting-styles when the message is not for replying.
22693
22694         * dgnushack.el: Autoload sgml-mode for XEmacs.
22695
22696         * nnrss.el (nnrss-opml-export):
22697         Use mm-set-buffer-file-coding-system instead of
22698         set-buffer-file-coding-system.
22699
22700 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22701
22702         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22703         of checkdoc.el).
22704         * nnrss.el: do.
22705         * gnus-mlspl.el: do.
22706         * gnus-ml.el: do.
22707         * gnus-srvr.el: do.
22708
22709         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22710
22711 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22712
22713         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22714         Corrections to custom-manual links.
22715
22716         * gnus-art.el (gnus-article): Ditto.
22717
22718         * mm-decode.el (mime-display, mime-security): Ditto.
22719
22720 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22721
22722         * flow-fill.el: Typo.
22723
22724 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22725
22726         * spam-wash.el: New file.
22727
22728 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22729
22730         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22731
22732 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22733
22734         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22735         to be run with new-articles as LIST1, not LIST2.
22736         (spam-registration-functions): Add spam-use-ham-copy as a nil
22737         registration backend.
22738
22739 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22740
22741         * spam-stat.el (spam-stat-washing-hook): New option.
22742         (spam-stat-buffer-words): Use it.
22743         (spam-stat-process-directory, spam-stat-test-directory):
22744         Use insert-file-contents-literally.
22745         (spam-stat-coding-system): New variable.
22746         (spam-stat-load, spam-stat-save): Use it.
22747
22748 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22749
22750         * spam-report.el (spam-report-plug-agent):
22751         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22752
22753 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22756         Allow / in mailto URLs.
22757
22758 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22759
22760         * spam-report.el (spam-report-process-queue): Fix interactive use.
22761         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22762         (spam-report-unplug-agent): Doc fixes.
22763         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22764         (spam-report-agentize, spam-report-deagentize): Autoload.
22765
22766 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22767
22768         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22769
22770         * message.el (message-setup-fill-variables): Add mml tags to
22771         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22772         <ajk@iu.edu>.
22773         (message-mode): Don't modify paragraph-separate there.
22774
22775 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22776
22777         * compface.el (uncompface-use-external): Default to undecided.
22778         (uncompface-use-external-threshold): New variable.
22779         (uncompface-float-time): New macro.
22780         (uncompface): Determine whether to use the external decoder if
22781         uncompface-use-external is undecided.
22782
22783 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22784
22785         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22786         after images.
22787
22788         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22789
22790 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22791
22792         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22793
22794         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22795
22796         * gnus-sum.el (gnus-summary-limit-to-age)
22797         (gnus-summary-limit-children): do.
22798
22799         * gnus-int.el (gnus-request-scan): do.
22800
22801         * gnus-group.el (gnus-group-suspend): do.
22802
22803         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22804
22805         * gnus-cite.el (gnus-cite-parse-attributions): do.
22806
22807         * gnus-agent.el (gnus-summary-set-agent-mark)
22808         (gnus-agent-regenerate-group): do.
22809
22810         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22811
22812         * binhex.el (binhex-decode-region-internal): do.
22813
22814 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * gnus-fun.el (gnus-face-properties-alist): New user option.
22817         (gnus-display-x-face-in-from): Use it.
22818
22819         * gnus-art.el (article-display-face): Ditto.
22820
22821         * compface.el (uncompface-use-external): Default to nil.
22822
22823 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22824
22825         * nntp.el (nntp-erase-buffer): New function.
22826         (nntp-retrieve-data, nntp-send-command)
22827         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22828         (nntp-possibly-change-group): Use it.
22829
22830         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22831         Use with-current-buffer.
22832
22833 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22834
22835         * compface.el: Merge the ELisp-based uncompface program.
22836         (compface): New customization group.
22837         (uncompface-use-external): New user option.
22838         (uncompface): Call uncompface-internal if uncompface-use-external
22839         is nil.
22840         (uncompface-internal): New function.  Note that there are also
22841         some other functions and variables added for this function.
22842
22843 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22844
22845         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22846         if necessary.
22847
22848 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22849
22850         * spam-report.el (spam-report-unplug-agent)
22851         (spam-report-plug-agent, spam-report-deagentize)
22852         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22853         Add support for the Agent in spam-report: when unplugged, report to a
22854         file; when plugged, submit all the requests.
22855
22856         * spam.el (spam-register-routine): Fix message about
22857         registration.
22858
22859 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22860
22861         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22862         dependencies.
22863         (rfc2047-encode): Use it.
22864
22865         * gnus-art.el (gnus-button-marker-list): Move before first
22866         reference.
22867
22868         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22869         (imap-parse-body): Fix format string mismatch.
22870
22871         * gnus-score.el (gnus-summary-increase-score): do.
22872
22873         * nnrss.el (nnrss-close): New function.
22874
22875 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22876
22877         * nnrss.el (nnrss-make-filename): New function.
22878         (nnrss-request-delete-group, nnrss-read-server-data)
22879         (nnrss-save-server-data, nnrss-read-group-data)
22880         (nnrss-save-group-data): Use it.
22881         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22882         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22883         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22884
22885 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22886
22887         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22888
22889 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22890
22891         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22892         files.
22893
22894         * message.el (message-generate-headers-first): Don't quote nil
22895         and t in docstrings.
22896
22897         * imap.el (imap-id): do.
22898
22899         * gnus-agent.el (gnus-agent-consider-all-articles)
22900         (gnus-agent-queue-mail): do.
22901
22902 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22903
22904         * spam-report.el (spam-report-process-queue): New function.
22905         Process requests from `spam-report-requests-file'.
22906         (spam-report-process-queue): Doc fix.
22907
22908 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22909
22910         * spam.el (spam-register-routine)
22911         (spam-log-processing-to-registry, spam-log-registered-p)
22912         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22913         Change "check" to "spam-check" for semi-clarity.
22914
22915 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22916
22917         * pop3.el: Require nnheader.
22918
22919         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22920
22921         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22922
22923         * gnus-picon.el: Require cl.
22924
22925         * gnus-fun.el: Require gnus-ems and gnus-util.
22926
22927         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22928
22929         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22930
22931         * gnus-art.el (gnus-article-edit-mode): Define before first
22932         reference.
22933
22934 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22935
22936         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22937         (gnus-uu-post-encoded): Use point-at-bol.
22938
22939         * gnus-topic.el (gnus-group-active-topic-p): do.
22940
22941         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22942
22943         * gnus-group.el (gnus-group-kill-region): do.
22944
22945         * gnus-art.el (article-date-ut): do.
22946
22947         * message.el (message-fetch-field): Remove redundant
22948         case-fold-search binding.
22949         (message-narrow-to-field): Simplify.
22950
22951 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22952
22953         * spam.el (spam-directory): Derive from `gnus-directory'.
22954
22955         * spam-report.el (spam-report-url-to-file)
22956         (spam-report-requests-file): New function and variable for offline
22957         reporting.
22958         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22959         and user defined function.
22960         (spam-report-url-ping-mm-url): Remove doubled slash.
22961
22962 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22963
22964         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22965
22966 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22967
22968         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22969         Fix format string mismatch.
22970
22971         * sieve.el (sieve-deactivate-all): do.
22972
22973         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22974
22975         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22976
22977         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22978
22979         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22980
22981 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22982
22983         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22984         the list of checks.
22985
22986 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22987
22988         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22989         padding.
22990
22991 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22992
22993         * mm-view.el (mm-fill-flowed): New variable.
22994         (mm-inline-text): Use it.
22995
22996 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22997
22998         * spam.el (spam-spamassassin-register-ham-routine)
22999         (spam-spamassassin-register-spam-routine): Fix function names.
23000
23001 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus.el (gnus-tmp-grouplens): Remove.
23004         (gnus-summary-line-format): Remove grouplens.
23005
23006         * gnus-group.el (gnus-group-line-format): Ditto.
23007
23008         * gnus-spec.el (gnus-format-specs): Ditto.
23009         (gnus-update-format-specifications): Flush the group format spec
23010         cache if there's the grouplens stuff.
23011         (gnus-parse-simple-format): Replace %l with the empty string.
23012
23013 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23014
23015         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23016         omission.
23017
23018 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23019
23020         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23021         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23022
23023 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23024
23025         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23026         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23027         New macros and functions.
23028         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23029         Handle > NLINK_MAX messages.
23030         * nnmaildir.el (nnmaildir-request-set-mark):
23031         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23032
23033 2004-01-25  Alex Schroeder  <alex@gnu.org>
23034
23035         * spam-stat.el (spam-stat-process-directory-age): New option.
23036         (spam-stat-process-directory): Use it.
23037
23038 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23039
23040         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23041         (spam-stat-save): Accept prefix argument.
23042
23043 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23044
23045         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23046         links" error.
23047
23048 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23049
23050         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23051         the rest of the and/or forms.
23052
23053 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23054
23055         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23056         compatibility with old .newsrc.eld files.
23057
23058         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23059
23060         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23061
23062         * gnus-start.el (gnus-1): do.
23063
23064         * gnus-group.el (gnus-group-line-format-alist): do.
23065
23066         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23067
23068         * gnus-gl.el: Remove.
23069
23070 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23071
23072         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23073         marks consisting of a single range {for example, (3 . 5)} rather
23074         than a list of a single range { ((3 . 5)) }.
23075
23076 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23077
23078         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23079         Use with-current-buffer.
23080         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23081         avoid consing a string.
23082
23083         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23084         Remove obsolete entries for big5 and gb2312.
23085
23086 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23087
23088         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23089         uncompressed list.
23090
23091 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23092
23093         * spam-stat.el (spam-stat-strip-xref): New function.
23094         (spam-stat-process-directory): Use it.
23095
23096         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23097         here -- it's done in message-fetch-field.
23098
23099 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23100
23101         * gnus-agent.el (gnus-agent-queue-mail)
23102         (gnus-agent-prompt-send-queue): New variables.
23103         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23104         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23105         "nndraft:queue" along to gnus-draft-send.
23106         Use gnus-agent-prompt-send-queue.
23107         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23108         is "nndraft:queue".  Suggested by Gaute Strokkenes
23109         <gs234@srcf.ucam.org>
23110
23111         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23112         (agent-enable-undownloaded-faces): Add.
23113         (gnus-agent-cat-groups): Use eval-and-compile, not
23114         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23115         method of gnus-agent-cat-groups even when the buffer has been
23116         evaled.
23117         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23118         delete gnus-agent-save-active-1.
23119         (gnus-agent-save-groups): Delete.  Identical to
23120         gnus-agent-save-active.
23121         (gnus-agent-write-active): No longer adjust agent's copy of active
23122         file as agent's adjustments are now stored in their own
23123         file.  Remove optional parameter.
23124         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23125         servers.  Add use of min/max range limits from server's local
23126         file.
23127         (gnus-agent-save-alist): Remove unused optional argument.
23128         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23129         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23130         (gnus-agent-set-local): A per-server file that keeps min/max range
23131         limits for articles known to the agent.  Provides a fast mechanism
23132         for altering many active ranges.
23133         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23134         active file (local makes it unnecessary).
23135         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23136
23137         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23138         (agent-enable-undownloaded-faces): Add.
23139
23140         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23141         disable it when sending to "nndraft:queue".
23142         (gnus-group-send-queue): Add safety check to avoid sending queue
23143         when unplugged.
23144
23145         * gnus-group.el (gnus-group-catchup): Use new
23146         gnus-sequence-of-unread-articles, not
23147         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23148         numbers of articles.  Use gnus-range-map to avoid having to
23149         uncompress the unread list.
23150         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23151         Fix invalid ange-ftp reference.
23152
23153         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23154         (gnus-sorted-range-intersection): Intersection of two ranges
23155         without requiring that they first be uncompressed.
23156
23157         * gnus-start.el (gnus-activate-group): Unless blocked by the
23158         caller, possibly expand the active range to include both cached
23159         and agentized articles.
23160         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23161         multiple version-dependent converters.
23162         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23163         gnus-agent-save-active.
23164         (gnus-save-newsrc-file): Save dirty agent range limits.
23165
23166         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23167         gnus-agent-possibly-alter-active.
23168         (gnus-adjust-marked-articles): Faster handling of simple lists.
23169
23170 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23171
23172         * spam-stat.el (spam-stat-test-directory): New optional argument
23173         displays a list of files detected.  Suggested by Andrew Cohen
23174         <cohen@andy.bu.edu>.
23175         (spam-stat-buffer-words-with-scores): Don't narrow and change
23176         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23177
23178 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23179
23180         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23181         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23182         (spam-spamassassin-arguments)
23183         (spam-spamassassin-spam-flag-header)
23184         (spam-spamassassin-positive-spam-flag-header)
23185         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23186         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23187         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23188         (spam-list-of-processors, spam-list-of-checks)
23189         (spam-list-of-statistical-checks, spam-registration-functions)
23190         (spam-check-spamassassin-headers, spam-check-spamassassin)
23191         (spam-spamassassin-score)
23192         (spam-spamassassin-register-with-sa-learn)
23193         (spam-spamassassin-register-spam-routine)
23194         (spam-spamassassin-register-ham-routine)
23195         (spam-assassin-register-spam-routine)
23196         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23197         (spam-bogofilter-score): Fix to show article before scoring.
23198
23199 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23200
23201         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23202         default scoring function.
23203         (spam-generic-score): Call spam-spamassassin-score if
23204         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23205         spam-bogofilter-score otherwise.
23206
23207         * gnus.el (spam-process, spam-autodetect-methods):
23208         Add spamassassin and spamassassin-headers.
23209
23210 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23211
23212         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23213         Suppress unnecessary messages.
23214
23215 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23216
23217         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23218         make-hash-table.
23219
23220 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23221
23222         * canlock.el (base64-encode-string): Don't autoload it.
23223
23224 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23225
23226         * run-at-time.el: Remove useless (require 'itimer),
23227         eval-and-compile and (featurep 'xemacs).
23228
23229 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23230
23231         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23232         GROUP is a virtual group.
23233
23234 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23235
23236         * gnus.el: Autoload `message-y-or-n-p'.
23237
23238 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23239
23240         * pgg-parse.el: Remove unnecessary (require 'custom).
23241
23242         * pgg-def.el: do.
23243
23244         * nnmail.el: do.
23245
23246         * gnus-undo.el: do.
23247
23248         * gnus-picon.el: do.
23249
23250         * gnus-util.el: do.
23251
23252 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23253
23254         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23255
23256 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23257
23258         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23259         handle, as well as a list.
23260
23261         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23262         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23263         (mm-w3m-cid-retrieve): Simplify.
23264
23265 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23266
23267         * message.el (message-kill-to-signature): Allow prefix arg to
23268         specify number of lines to keep before signature.
23269
23270 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23271
23272         * message.el (message-kill-to-signature): Change docstring.
23273
23274 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23275
23276         * canlock.el: Always require sha1-el.
23277         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23278
23279         * message.el: Autoload sha1 only when compiling.
23280
23281         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23282         eudc-expand-inline for XEmacs.
23283
23284 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * message.el (message-canlock-generate): Require sha1-el.
23287
23288 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23289
23290         * message.el (message-expand-name): Silence the byte compiler.
23291
23292         * lpath.el: Add detect-coding-system.
23293
23294         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23295         cus-edit.
23296
23297 2004-01-13  Simon Josefsson  <jas@extundo.com>
23298
23299         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23300         Invoke gnus-score-mode.
23301         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23302
23303         * gnus-range.el (gnus-compress-sequence): Doc fix.
23304         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23305
23306 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23307
23308         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23309
23310 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23311
23312         * spam.el (spam-get-article-as-string): Update to use
23313         gnus-request-article-this-buffer, much simpler.
23314         (spam-get-article-as-buffer): Remove.
23315
23316 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23317
23318         * message.el (message-expand-name): Use EUDC if the user uses that.
23319
23320 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23321
23322         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23323         character for the encoding to avoid consing a string.
23324
23325         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23326         unnecessarily.
23327
23328         * mm-util.el (mm-replace-chars-in-string): Remove.
23329
23330         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23331         of mm-replace-chars-in-string.
23332
23333 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23334
23335         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23336
23337         * mm-util.el (mm-subst-char-in-string): Support inplace.
23338
23339         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23340         a new string in every iteration.  Use shy groups.
23341
23342 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23343
23344         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23345         * gnus-soup.el (gnus-soup-group-brew):
23346         * gnus-msg.el (gnus-put-message):
23347         * gnus-move.el (gnus-group-move-group-to-server):
23348         * gnus-kill.el (gnus-batch-score):
23349         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23350         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23351         (gnus-group-update-group, gnus-group-read-group)
23352         (gnus-group-make-group, gnus-group-make-help-group)
23353         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23354         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23355         (gnus-group-sort-by-unread, gnus-group-catchup)
23356         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23357         (gnus-group-yank-group, gnus-group-set-info)
23358         (gnus-group-list-groups):
23359         * gnus.el (gnus-generate-new-group-name):
23360         * gnus-delay.el (gnus-delay-send-queue):
23361         * nnvirtual.el (nnvirtual-catchup-group):
23362         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23363         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23364         (gnus-group-prepare-topics, gnus-topic-check-topology):
23365         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23366         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23367         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23368         (gnus-group-make-articles-read):
23369         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23370         (gnus-group-change-level, gnus-kill-newsgroup)
23371         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23372         (gnus-get-unread-articles, gnus-make-articles-unread)
23373         (gnus-make-ascending-articles-unread): Use accessor
23374         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23375         to get group information for improved readability.
23376
23377
23378 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23379
23380         * gnus-art.el (article-decode-mime-words, article-babel)
23381         (gnus-article-highlight-signature, gnus-article-add-buttons)
23382         (gnus-signature-toggle): Use gnus-with-article-buffer.
23383
23384         * gnus-art.el (gnus-article-highlight-headers)
23385         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23386
23387         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23388         (gnus-article-set-globals, gnus-request-article-this-buffer)
23389         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23390         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23391         (gnus-mime-display-alternative): Use with-current-buffer.
23392
23393 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23394
23395         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23396         also under 80 char limit, and call gnus-error if needed.
23397         (spam-fetch-article-header): Fix - it was a
23398         buffer-local variable (gnus-newsgroup-data).
23399         (spam-find-spam): Use spam-generate-fake-headers, forget about
23400         spam-insert-fake-headers.
23401         (spam-insert-fake-headers): Remove.
23402
23403 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23404
23405         * deuglify.el (gnus-article-outlook-unwrap-lines)
23406         (gnus-outlook-rearrange-article)
23407         (gnus-outlook-repair-attribution-outlook)
23408         (gnus-outlook-repair-attribution-block)
23409         (gnus-outlook-repair-attribution-other): Remove redundant
23410         save-excursion.
23411
23412 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23413
23414         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23415         (spam-fetch-field-subject-fast)
23416         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23417         (spam-fetch-article-header): Add functions to deal with Gnus
23418         internals for fast retrieval of article header data.
23419         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23420
23421 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23422
23423         * pop3.el (pop3-md5): Remove.
23424         (pop3-apop): Replace pop3-md5 with md5.
23425
23426         * mm-bodies.el: base64 is always built-in.
23427
23428         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23429         Use with-current-buffer.
23430
23431 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23432
23433         * canlock.el (canlock-insert-header): Remove excessive grouping in
23434         regexp.
23435
23436         * gnus-sum.el (gnus-summary-read-document): Ditto.
23437
23438         * gnus-uu.el (gnus-uu-part-number): Ditto.
23439
23440         * html2text.el (html2text-remove-tags): Ditto.
23441         (html2text-format-tags): Ditto.
23442         (html2text-format-single-elements): Ditto.
23443
23444         * mml.el (mml-parse-1): Ditto.
23445
23446 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23447
23448         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23449
23450         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23451
23452         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23453
23454         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23455
23456 2003-11-15  Simon Josefsson  <jas@extundo.com>
23457
23458         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23459         (pgg-gpg-lookup-key): Use regexp match instead of
23460         split-string (split-string is different between emacs 21.2 and
23461         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23462
23463 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23464
23465         * gnus-art.el (gnus-mime-view-all-parts)
23466         (gnus-article-part-wrapper, gnus-article-view-part):
23467         Use with-current-buffer.
23468
23469 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23470
23471         * spam.el (spam-disable-spam-split-during-ham-respool)
23472         (spam-spamoracle-database, spam-cache-lookups)
23473         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23474         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23475         (spam-group-ham-marks, spam-group-spam-marks)
23476         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23477         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23478         also add spam-use-blackholes to the statistical checks.
23479         (spam-fetch-field-fast): Add interface to fetching fields, may
23480         become a macro.
23481         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23482         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23483         (spam-insert-fake-headers): Fake an article when needed.
23484         (spam-find-spam): Fake article when possible.
23485         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23486         (spam-check-bogofilter-headers): Use message-fetch-field instead
23487         of nnmail-fetch-field.
23488
23489 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23490
23491         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23492
23493 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23494
23495         * spam.el (spam-split): Do not require spam-use-CHECK to be
23496         enabled if that check is passed to spam-split explicitly; also
23497         fix so 'spam doesn't get converted to spam-split-group when
23498         spam-split-symbolic-return is t.
23499         (spam-find-spam): Find registrations of the article and use those
23500         instead of re-running spam-split to find the spam/ham
23501         classification of the article.
23502         (spam-log-processing-to-registry, spam-log-registered-p)
23503         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23504         Use gnus-error instead of gnus-message.
23505         (spam-log-registration-type): Add function to determine the
23506         classification of a message based on registry entries; will
23507         return nil if both 'spam and 'ham are found.
23508         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23509         a reasonably fast local cache without the loading errors.
23510         (spam-cache-lookups): Set to t by default.
23511         (spam-find-spam): Don't try to guess spam-cache-lookups.
23512         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23513         spam-caches entry.
23514         (spam-filelist-build-cache, spam-filelist-check-cache):
23515         Fix caching of whitelist/blacklist entries.
23516         (spam-check-whitelist, spam-check-blacklist):
23517         Invoke spam-from-listed-p with a type, not a cache variable.
23518         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23519
23520 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23521
23522         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23523
23524         * nnmail.el (nnmail-split-fancy): do.
23525
23526         * mml.el (mml-parse): do.
23527
23528         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23529         (gnus-score-adaptive): do.
23530
23531 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23532
23533         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23534         (gnus-mime-button-map): Don't set keymap parent.
23535         (gnus-button-ctan-directory-regexp): Use shy grouping.
23536         (gnus-prev-page-map): Don't set keymap parent.
23537         (gnus-prev-page-map): Remove duplicated one.
23538         (gnus-next-page-map): Don't set keymap parent.
23539         (gnus-mime-security-button-map): Ditto.
23540
23541         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23542         version number.
23543
23544         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23545
23546 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * canlock.el (canlock-sha1-function): Remove.
23549         (canlock-sha1-function-for-verify): Remove.
23550         (canlock-openssl-program): Remove.
23551         (canlock-openssl-args): Remove.
23552         (canlock-ignore-errors): Remove.
23553         (canlock-sha1-with-openssl): Remove.
23554         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23555         (canlock-verify): Don't use canlock-ignore-errors.
23556
23557         * sha1-el.el (sha1-string-external): Make it can return a string
23558         in binary form.
23559         (sha1-region-external): Ditto.
23560         (sha1-string-internal): Ditto.
23561         (sha1-region-internal): Ditto.
23562         (sha1-region): Ditto.
23563         (sha1-string): Ditto.
23564         (sha1): Ditto.
23565
23566 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23567
23568         * spam.el (spam-report-articles-gmane): New command.
23569
23570 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23571
23572         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23573
23574         * run-at-time.el (run-at-time-saved): Remove.
23575         (run-at-time): Doc fix.
23576
23577 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23578
23579         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23580         (gnus-summary-limit-map): Add it.
23581         (gnus-summary-make-menu-bar): do.
23582
23583 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23584
23585         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23586         Make attempt at some caching support (done for BBDB only now).
23587         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23588         addresses to be checked.
23589         (spam-clear-cache-BBDB): Add function, to be invoked by
23590         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23591         (spam-check-BBDB): Check and use the caches, if
23592         spam-cache-lookups is on, remove superfluous (provide).
23593
23594 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23595
23596         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23597
23598 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23599
23600         * run-at-time.el (run-at-time-saved): Move to after the definition
23601         of `run-at-time'.
23602
23603         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23604
23605 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23606
23607         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23608         mm-w3m-local-map-property.
23609
23610         * mm-view.el (mm-w3m-mode-map): Remove.
23611         (mm-w3m-local-map-property): Remove.
23612         (mm-inline-text-html-render-with-w3m): Don't use
23613         mm-w3m-local-map-property.
23614
23615 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23616
23617         * run-at-time.el: New file.
23618
23619         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23620         under Emacs.
23621
23622         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23623         of gnus-set-text-properties.
23624
23625         * gnus-uu.el (gnus-uu-save-article): Ditto.
23626
23627         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23628
23629         * gnus-cite.el (gnus-cite-parse): Ditto.
23630
23631         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23632         of gnus-.
23633
23634         * gnus-xmas.el (run-at-time): Require run-at-time.
23635
23636         * gnus.el: Change calls to nnheader-run-at-time and
23637         password-run-at-time throughout to use run-at-time directly.
23638
23639         * password.el: Remove definition of run-at-time.
23640
23641         * nnheaderxm.el: Remove definition of run-at-time.
23642
23643 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23644
23645         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23646         in prompt.
23647
23648 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23649
23650         * messagexmas.el (message-xmas-redefine): Alias
23651         `message-make-caesar-translation-table' to
23652         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23653         version.
23654
23655         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23656         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23657         `gnus-xmas-set-text-properties'.
23658         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23659         `gnus-xmas-completing-read'.
23660         (gnus-xmas-completing-read): Removed.
23661         (gnus-xmas-open-network-stream): Removed.
23662
23663         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23664         XEmacs version.
23665
23666         * dns.el (dns-make-network-process): Use `open-network-stream'
23667         instead of `gnus-xmas-open-network-stream'.
23668
23669         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23670
23671         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23672
23673 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23674
23675         * gnus-art.el (gnus-mime-display-alternative)
23676         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23677         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23678         Don't use gnus-local-map-property.
23679
23680         * gnus-util.el (gnus-local-map-property): Remove.
23681
23682         * mm-view.el (mm-view-pkcs7-decrypt):
23683         Replace gnus-completing-read-maybe-default with completing-read.
23684
23685         * gnus-util.el (gnus-completing-read): do.
23686         (gnus-completing-read-maybe-default): Remove.
23687
23688 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23689
23690         * password.el: Only autoload `run-at-time' if not XEmacs.
23691         Only autoload the itimer functions if XEmacs.
23692
23693 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23694
23695         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23696         XEmacsen.
23697
23698         * dgnushack.el: Autoload executable-find for XEmacs.
23699
23700 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23701
23702         * gnus-art.el (gnus-read-string): Remove.
23703         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23704         read-string.
23705
23706 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23707
23708         * netrc.el: Autoload password-read.
23709         (netrc): Add configuration group.
23710         (netrc-encoding-method, netrc-openssl-path):
23711         Add variables for encoding and decoding of files with symmetric
23712         ciphers.
23713         (netrc-encode): Add assistant function to encode a file with
23714         netrc-encoding-method.
23715         (netrc-parse): Add interactive parameter, added optional
23716         decoding if netrc-encoding-method is non-nil but otherwise
23717         behavior is standard.
23718         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23719         Do s/encode/encrypt/ everywhere.
23720
23721         * spam.el: Remove executable-find autoload.
23722
23723 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23724
23725         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23726
23727         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23728
23729 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23730
23731         * gnus-art.el (gnus-treat-ansi-sequences)
23732         (article-treat-ansi-sequences): New variable and function.
23733         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23734
23735         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23736         Use it.
23737
23738 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23739
23740         * mm-util.el (mm-quote-arg): Remove.
23741
23742         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23743         shell-quote-argument.
23744
23745         * gnus-uu.el (gnus-uu-command): do.
23746
23747         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23748
23749         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23750         with make-char.
23751
23752         * mm-util.el (mm-make-char): Remove.
23753
23754         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23755         add-minor-mode.
23756
23757         * gnus-undo.el (gnus-undo-mode): do.
23758
23759         * gnus-topic.el (gnus-topic-mode): do.
23760
23761         * gnus-sum.el (gnus-dead-summary-mode): do.
23762
23763         * gnus-start.el (gnus-slave-mode): do.
23764
23765         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23766
23767         * gnus-ml.el (gnus-mailing-list-mode): do.
23768
23769         * gnus-gl.el (gnus-grouplens-mode): do.
23770
23771         * gnus-draft.el (gnus-draft-mode): do.
23772
23773         * gnus-dired.el (gnus-dired-mode): do.
23774
23775         * gnus-ems.el (gnus-add-minor-mode): Remove.
23776
23777         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23778         Replace gnus-char-width with char-width.
23779
23780         * gnus-ems.el (gnus-char-width): Remove.
23781
23782         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23783         Replace gnus-char-width with char-width.
23784
23785         * gnus-ems.el (gnus-char-width): Remove.
23786
23787         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23788         definition.
23789         Remove Emacs 20 hash table compatibility code.
23790
23791         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23792         20 compatibility code.
23793
23794         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23795
23796         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23797
23798         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23799         Replace with point-at-{eol,bol}.
23800
23801         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23802
23803         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23804
23805         * flow-fill.el (fill-flowed-point-at-bol)
23806         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23807
23808         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23809         Replace with point-at-{eol,bol} throughout all files.
23810
23811 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23812
23813         * ntlm.el (ntlm-string-as-unibyte): New macro.
23814         (ntlm-build-auth-response): Use it.
23815
23816         Remove Emacs 20 stuff:
23817         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23818         (butlast, mapc, remove): Remove the compiler macros.
23819         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23820         of delq and copy-sequence.
23821         * gnus-art.el (popup-menu): Remove the compiler macro.
23822         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23823         Emacs 20.
23824
23825 2004-01-05  Simon Josefsson  <jas@extundo.com>
23826
23827         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23828         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23829         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23830         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23831         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23832         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23833         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23834         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23835         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23836         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23837         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23838         string-xor into ntlm-string-xor.
23839         Suggested by Jesper Harder <harder@myrealbox.com>.
23840
23841         * ntlm.el: Don't include poem.
23842
23843         * md4.el (print-int32, print-string-hexa): Remove.
23844         Suggested by Jesper Harder <harder@myrealbox.com>.
23845
23846         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23847
23848         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23849         probably breaks emacs with DL patch, but do we care? Is anyone
23850         still using the DL stuff?)
23851
23852         * sieve-manage.el: Use the password package.
23853         (sieve-manage-read-passwd): Remove.
23854         (sieve-manage-interactive-login): Use password.  Re-add
23855         condition-case around loop.
23856
23857         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23858         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23859         Use the password package.
23860
23861 2003-02-19  Simon Josefsson  <jas@extundo.com>
23862
23863         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23864         token.
23865
23866 2002-08-07  Simon Josefsson  <jas@extundo.com>
23867
23868         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23869         (sieve-manage-authenticators):
23870         (sieve-manage-authenticator-alist): Add some SASL mechs.
23871         (sieve-sasl-auth): New function.
23872         (sieve-manage-cram-md5-auth):
23873         (sieve-manage-plain-auth): Rewrite using SASL library.
23874         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23875         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23876         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23877         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23878
23879 2004-01-05  Simon Josefsson  <jas@extundo.com>
23880
23881         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23882         New files.
23883
23884 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23885
23886         * gnus-group.el (gnus-no-groups-message): Update.
23887
23888         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23889
23890 2003-11-09  Simon Josefsson  <jas@extundo.com>
23891
23892         * imap.el: Support for ID IMAP extension (RFC 2971).
23893         (imap-local-variables): Add imap-id.
23894         (imap-id): New variable.
23895         (imap-id): New function.
23896         (imap-parse-response): Parse untagged ID response.
23897         * nnimap.el (nnimap-id): New variable.
23898         (nnimap-open-connection): Use it.
23899
23900 2003-12-28  Simon Josefsson  <jas@extundo.com>
23901
23902         * gnus-score.el (gnus-score-edit-all-score): New.
23903         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23904
23905 2004-01-04  Simon Josefsson  <jas@extundo.com>
23906
23907         * password.el: Add.
23908
23909 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23910
23911         * dns.el (dns-query-types): Fix typo.
23912         (dns-query-types): New function.
23913         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23914         PTR and SOA replies, see RFC 1035.
23915
23916 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23917
23918         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23919
23920         * Move to Changelog.2.
23921
23922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23923
23924         * gnus.el (gnus-version-number): Bump version.
23925
23926 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23927
23928         * gnus.el: No Gnus v0.1 is released.
23929
23930 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23931
23932         * gnus.el: No Gnus v0.0 is released.
23933
23934 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23935
23936         * gnus.el (gnus-version-number): Bump.
23937         (gnus-version): No.
23938
23939 See ChangeLog.2 for earlier changes.
23940
23941   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23942
23943   This file is part of GNU Emacs.
23944
23945   GNU Emacs is free software: you can redistribute it and/or modify
23946   it under the terms of the GNU General Public License as published by
23947   the Free Software Foundation, either version 3 of the License, or
23948   (at your option) any later version.
23949
23950   GNU Emacs is distributed in the hope that it will be useful,
23951   but WITHOUT ANY WARRANTY; without even the implied warranty of
23952   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23953   GNU General Public License for more details.
23954
23955   You should have received a copy of the GNU General Public License
23956   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23957
23958 ;; Local Variables:
23959 ;; coding: utf-8
23960 ;; fill-column: 79
23961 ;; add-log-time-zone-rule: t
23962 ;; End: