(nnmail-article-group): A better test for fanciness.
[gnus] / lisp / ChangeLog
1 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4         method.
5         (nnmail-article-group): A better test for fanciness.
6
7         * nnimap.el (nnimap-request-head): Protect against not finding the
8         article by Message-ID.
9
10 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-art.el (article-update-date-lapsed): Try a better way to really
13         keep point at the "same place".
14
15 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
18         data if the group is unactivated.
19
20 2011-01-28  Julien Danjou  <julien@danjou.info>
21
22         * gnus-win.el: Remove dead function gnus-window-configuration-element.
23         (gnus-all-windows-visible-p): Remove old compatibility code.
24         (gnus-window-top-edge): Add docstring.
25
26         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
27
28 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
31         older request-update-info.
32
33         * gnus-art.el (article-make-date-line): Limit the length a bit more.
34
35 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
36
37         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
38         mml2015-signers higher precedence over mml2015-sign-with-sender.
39
40 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
43         groups.  This makes the nndraft:queue group pop up if it's not already
44         there.
45
46         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
47         messages" logic, which was reversed.
48
49         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
50         the "same place" even if point is on the line being replaced.
51         (article-update-date-lapsed): Allow updating both the combined lapsed
52         and the lapsed headers.
53         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
54         (article-make-date-line): Limit the number of segments dynamically to
55         avoid too-long lines.
56
57 2011-01-27  Julien Danjou  <julien@danjou.info>
58
59         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
60         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
61
62 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
65         Use plist-get instead of the cl function getf.
66
67 2011-01-27  Glenn Morris  <rgm@gnu.org>
68
69         * gnus-util.el (float-time): Get rid of compiler warning, again.
70
71 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * shr.el (shr-put-color): Special-case background colours: Do put them
74         at the blank parts at the front of the lines.
75
76         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
77         exit hook to nix out all data on readedness on group exit.
78
79         * gnus-util.el (float-time): If float-time is bound, always use it on
80         all Emacsen.  It's unclear why the subrp check was there.
81         (time-date): Require to make some autoload issues on XEmacs go away.
82
83         * shr.el (shr-put-color): Don't do the box padding in tables, since
84         they're already padded.
85
86 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-art.el (gnus-article-next-page): When the last line of the
89         article is displayed, scroll down once more instead of going to the
90         next article at once.
91         (article-lapsed-string): Refactor out and allow specifying how many
92         segments you want.
93         (gnus-article-setup-buffer): Start updating the lapsed header directly.
94         (gnus-article-update-lapsed-header): New variable.
95
96         * shr.el: Revert change that made headings use different-sized faces.
97         The Emacs display engine isn't advanced enough that, for instance,
98         tables can comfortably use differntly-sized faces.
99
100 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
101
102         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
103         used.
104         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
105         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
106         we're using an encrypted connection.
107
108         * proto-stream.el: Alter the interface functions to also return the
109         actual stream type used: network or tls.
110
111 2011-01-25  Julien Danjou  <julien@danjou.info>
112
113         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
114         (mm-display-javascript-inline): New function.
115
116         * mm-decode.el (mm-inline-media-tests): Add application/javascript
117         viewing function.
118
119 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * shr.el (shr-expand-newlines): Fix variable name.
122
123 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * shr.el (shr-expand-newlines): Make nested boxes work.
126
127 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
130         backgrounds.
131         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
132         in a more sensible manner.
133
134 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
135
136         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
137         if EPG is loaded.
138
139 2011-01-24  Julien Danjou  <julien@danjou.info>
140
141         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
142         tags.
143
144 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
147         commands.
148
149         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
150         in the article buffer.
151         (gnus-gravatar-insert): Use blank space from the current buffer to
152         avoid breaking text properties.  This makes X-Sent updating work again.
153
154         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
155
156 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
159         fix the bug in url-http.el instead.
160
161         * shr.el (shr-image-fetched): Ditto.
162
163         * shr.el (shr-image-fetched): Avoid having point move in the article
164         buffer.
165
166         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
167         buffer after being called.  It's apparently being killed by url.el, and
168         killing it made point move to end-of-buffer in a random buffer.
169
170         * shr.el (shr-image-fetched): Ditto.
171
172 2011-01-23  Julien Danjou  <julien@danjou.info>
173
174         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
175
176         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
177         text/x-org.
178
179 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
180
181         * gnus-sum.el (gnus-summary-move-article): Protect against backends
182         (i.e., nnimap) returning nil as the article number.
183
184 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
185
186         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
187         "DelSp" parameter in RFC3676.
188
189 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
190
191         * message.el (message-check-recipients): Display the encoded version of
192         the bogus address if they differ.
193
194         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
195         after sending.
196
197         * gnus-agent.el (gnus-agent-send-mail): Ditto.
198
199         * gnus-group.el (gnus-group-refresh-group): New convenience function.
200
201         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
202         group buffer after sending the queue.
203
204         * gnus-agent.el (gnus-agent-send-mail): Ditto.
205
206 2011-01-22  Julien Danjou  <julien@danjou.info>
207
208         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
209
210 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
211
212         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
213         nested related parts.
214
215         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
216         unexpired articles.  This fixes the regression that led expiry marks to
217         disappear from nnfolder groups.
218
219 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
220
221         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
222         Don't confuse the "ret" of "retrograde" with RET.
223
224 2011-01-21  Julien Danjou  <julien@danjou.info>
225
226         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
227         than mm-insert-inline.
228
229 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
232         Widen article buffer.
233
234 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
235
236         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
237         the temp buffer.
238         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
239
240 2011-01-20  Julien Danjou  <julien@danjou.info>
241
242         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
243
244         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
245         than mm-insert-inline to insert inline part: this respect
246         mm-inline-media-tests displayers.
247
248         * mm-view.el (mm-display-shell-script-inline): New function.
249
250         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
251
252         * mm-uu.el (mm-uu-type-alist): Add org block.
253         (mm-uu-org-src-code-block-extract): New function.
254
255         * mm-view.el (mm-display-org-inline): New function.
256
257         * mm-decode.el (mm-automatic-display): Add text/org.
258
259         * mailcap.el (mailcap-mime-extensions): Add .org.
260
261 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-art.el (gnus-article-highlight): Remove argument passed to
264         gnus-article-add-buttons.
265
266 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
267
268         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
269         From header with a date and "nobody" as the sender.
270
271 2011-01-19  Julien Danjou  <julien@danjou.info>
272
273         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
274         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
275         if you have the same regexp several times.
276         (gnus-button-push): Fix matching when regexp is symbol.
277
278 2011-01-15  Glenn Morris  <rgm@gnu.org>
279
280         * message.el (message-mail): A compose-mail function should
281         accept headers as strings.
282
283 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
284
285         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
286         Add :vert-only tags.
287         (message-mail): New arg RETURN-ACTION.
288         (message-return-action): New var.
289         (message-bury): Use it.
290         (message-mode): Make it buffer-local.
291         (message-send-and-exit): Always call message-bury.
292
293         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
294         message-mail.
295
296 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-convert-partial-article): Protect against
299         zero-length body parts.
300
301         * mm-decode.el (mm-preferred-alternative-precedence):
302         Discourage showing empty parts.
303
304         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
305         and stuff if the backend didn't return the article number.  This fixes
306         an Exchange-related nnimap bug.
307
308         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
309         group window, because it does the wrong thing when a separate frame
310         displays the group buffer.
311
312         * proto-stream.el (open-protocol-stream): Protect against the low-level
313         transport functions returning nil.
314
315 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
316
317         * mml2015.el (epg-sub-key-fingerprint): Autoload.
318         (mml2015-epg-find-usable-secret-key): New function.
319         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
320         mml2015-epg-find-usable-key (Bug#7797).
321         (mml2015-epg-encrypt): Ditto.
322
323 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * dgnushack.el (rot13-string): Fix the way to get the argument.
326
327 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
330
331 2011-01-03  Glenn Morris  <rgm@gnu.org>
332
333         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
334
335         * sieve.el (sieve-open-server): Give a more explicit error if
336         sieve-manage-open returns nil.  (Bug#7720)
337
338 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
339
340         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
341
342 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
345         This avoids sending passwords in plain text over non-encrypted
346         channels.
347
348         * shr.el (shr-rescale-image): Display all GIF images as animated images.
349
350         * nnimap.el (nnimap-login): Refactored out into own function, and
351         implement CRAM-MD5.
352         (nnimap-wait-for-line): Refactored out.
353
354         * mm-view.el (mml-smime): Require.
355
356 2010-12-20  David Engster  <deng@eml.cc>
357
358         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
359         use EPG to decrypt S/MIME messages instead of openssl.
360
361 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
364
365         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
366         status is the group clearly is unreachable.
367
368         * auth-source.el (auth-source-create): Add the optional second
369         parameter to `local-variable-p' to be compatible with XEmacs.
370
371 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
372
373         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
374         work when using a compressed nnml folder.
375
376 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
379         backends after sanitising on entry, because this never makes sense:
380         If the articles have gone missing, then the data no longer exists on
381         the backend, and if they haven't, then Gnus is wrong, and shouldn't
382         overwrite anything anyway.
383
384         * shr.el (shr-insert-document): Bind shr-width dynamically to
385         window-width if it's nil.
386
387 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
388
389         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
390         with the meaning of using the full emacs window width for rendering.
391
392 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
393
394         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
395         case when sender is not given.
396
397 2010-12-23  Julien Danjou  <julien@danjou.info>
398
399         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
400         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
401         the addresses, otherwise we might misplaced the gravatar.
402
403 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
404
405         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
406         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
407         obsolete in Emacs.
408
409 2010-12-20  Julien Danjou  <julien@danjou.info>
410
411         * gnus-util.el (gnus-rescale-image): Revert last change.
412
413 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
414
415         * binhex.el: Improve commentary (Bug#7482).
416
417 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-group.el (gnus-group-delete-articles): New command.
420
421 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
422
423         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
424
425 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
428         here, since it's up to the backends to do CRLF removal if their
429         protocol has it.
430
431         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
432
433 2010-12-17  Julien Danjou  <julien@danjou.info>
434
435         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
436         they are from file. Can also scale up.
437
438 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
439
440         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
441         gnus-use-agent.
442         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
443
444         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
445
446 2010-12-17  Julien Danjou  <julien@danjou.info>
447
448         * gravatar.el (gravatar-retrieve-synchronously): New function.
449         (gravatar-get-data): Make more robust.
450
451 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
454
455 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
458         to really consider the last line.
459
460 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
461
462         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
463         list of recipient keys, or use symmetric encryption if not a list.
464         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
465         EPA override, replacing the call to `netrc-store-data'.
466
467 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
468
469         * gnus-srvr.el: Avoid passing nil regexp argument to
470         delete-matching-lines.
471
472 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
475         fetching stops when Gnus exits.
476
477         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
478         function.
479         (nnfolder-request-expire-articles): Save all the buffers after doing
480         expiry.
481
482         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
483         the last article", since that led to serious performance regressions
484         when expiring nnml groups.
485
486 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
487
488         * nnir.el: Improve customizations.
489
490 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
493
494         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
495         group has been killed.
496         (gnus-group-yank-group): Ditto.
497
498         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
499
500         * nnimap.el (nnimap-request-update-group-status): New function.
501
502         * gnus-int.el (gnus-request-update-group-status): New interface
503         function.
504
505         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
506         copying read-ness to the backends.
507
508         * nnimap.el (nnimap-quirk): New function.
509         (nnimap-retrieve-group-data-early): Use it.
510         (nnimap-quirks): New alist.
511
512 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * shr.el (shr-insert): Set shr-start after deleting trailing space;
515         don't delete it within indentation.
516
517 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
520         previous line.
521
522 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
525         QRESYNC command by deleting a superfluous space which broke Cyrus
526         servers.  This change will break other servers that are buggy the other
527         way around.
528
529 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * spam.el: Reindent and fix long lines.
532         (spam-copy-or-move-routine): Exclude invalid move destinations.
533
534 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
535
536         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
537         installed the registry.
538
539 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
542
543 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
544
545         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
546         groupname doesn't contain "gmane".
547
548 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
551         and netrc-bound-and-true-p bindings.
552         (netrc-parse): Cache the netrc contents.
553
554         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
555         (gnus-1): Don't create the nndrafts group twice.
556         (gnus-setup-news): There's no need to read the active file here, since
557         that's done again later on a per-backend basis.
558         (gnus-start-draft-setup): Make sure that the new group is started out
559         empty.
560
561         * gnus-agent.el (gnus-agentize): Don't create the queue group
562         automatically on startup.  It'll be created later, if needed.
563
564         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
565         of automatically subscribed groups.
566         (gnus-auto-subscribed-categories): New variable.
567         (gnus-matches-options-n): Use it.
568         (gnus-default-subscribed-newsgroups): Remove unused variable.
569         (gnus-start-draft-setup): Message a bit less.
570
571 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
572
573         * nnir.el (nnir-run-imap): Return article list in order of increasing
574         UID.
575
576 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-sum.el (gnus-summary-enter-digest-group):
579         Mention gnus-auto-select-on-ephemeral-exit.
580
581         * proto-stream.el (proto-stream-open-network-only): Fix the calling
582         convention of the network-only option.
583
584 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * proto-stream.el (proto-stream-open-network-only): New function to
587         have a way to specify non-STARTTLS upgrade connections.
588
589 2010-12-10  Julien Danjou  <julien@danjou.info>
590
591         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
592         email address is nil.
593
594         * message.el (message-bogus-recipient-p): Set address to "" if nil.
595
596 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
597
598         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
599         deletion.
600         (nnir-run-imap): Only need to parse list once.
601
602 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * shr.el (shr-tag-script): Ignore <script>.
605         (shr-tag-label): Add <label> support.
606
607 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
610
611         * shr.el (shr-image-displayer): Work for images lined side by side.
612
613 2010-12-08  Robert Pluim  <rpluim@gmail.com>
614
615         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
616         parameter, since XEmacs doesn't accept t as a parameter.
617
618 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
619
620         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
621         ids.
622         (nnir-run-gmane): Simplify groupspec formatting.
623         (nnir-request-expire-articles): New function.
624
625 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
628         overflow, possibly.
629
630         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
631         (shr-render-td): Handle td style="" better.
632         (shr-tag-table): Use the color from the style sheet.
633         (shr-render-td): Make sure we copy over all the overlays, too.
634
635 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
636
637         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
638         (nnir-request-article): Improve article retrieval.
639
640 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * mm-util.el (mm-extra-numeric-entities): New variable.
643
644         * mm-url.el (mm-url-decode-entities):
645         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
646
647         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
648
649 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
650
651         * message.el: Use completion-at-point.
652         (message-completion-function): New fun, extracted from message-tab.
653         (message-mode): Use it for completion-at-point-functions.
654         (message-tab): Use it and completion-at-point.
655
656 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
659         character if a non-breakable character follows.
660
661 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
664         any stream.
665
666         * shr.el (shr-tag-font): Colorize the region.
667         (shr-tag-body): Ditto.
668         (shr-tag-font): Actually let the styles be inherited instead of
669         overwriting them.
670         (shr-tag-font): Get the background color right.
671         (shr-tag-style): Ignore all <style> tags for the moment.
672
673         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
674         a Message-ID to avoid having nnimap depend on gnus-sum.
675
676         * shr.el (shr-descend): Only colorize something if we have a node that
677         sets colors.
678
679 2010-12-06  Julien Danjou  <julien@danjou.info>
680
681         * shr.el (shr-render-td): Render td content with shr-descend, so style
682         will be applied to <td> too.
683         (shr-colorize-region): Colorize region even if we only have a background.
684         (shr-tag-body): Fix color and background color inheritance.
685         Do not recolorize after shr-generic.
686         (shr-tag-font): Let shr-generic colorize via inheritance.
687
688 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
691
692 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
693
694         * nnir.el (nnir-request-move-article): Remove obsolete code.
695
696 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
699
700 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-sum.el (gnus-summary-respool-article): The completion function
703         expects a list instead of an alist.
704
705         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
706         string as the parameter.
707
708         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
709
710         * shr.el (shr-stylesheet): New dynamic variable for cascading the
711         styles.
712         (shr-colorize-region): New function.
713         (shr-insert-background-overlay): Remove.
714         (shr-render-td): Background setting should be taken care of on a higher
715         level.
716         (shr-tag-body): Use post-hoc colorizations.
717         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
718         (shr-put-color-1): Don't overwrite old colors.
719         (shr-colorize-region): When the background color isn't explicit, use
720         a fixed background.
721
722         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
723         nnmail variables.
724
725 2010-12-05  Bjørn Mork  <bjorn@mork.no>
726
727         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
728         unless necessary.
729
730 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
731
732         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
733         server.
734
735 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
738         so that TAB works.
739
740         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
741         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
742
743         * shr.el (shr-urlify): Show the URL before the title to avoid
744         misleading URLs.
745
746 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
747
748         * shr.el (shr-urlify): Display the title in <a> tags.
749
750 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
751
752         * nnir.el (nnir-categorize): Replace mapcar with mapc.
753
754 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
755
756         * nnir.el: Rearrange code to allow macros to be autoloaded by
757         gnus-sum.el.
758         (nnir-retrieve-headers-override-function): Make this variable
759         customizable.
760         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
761
762         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
763         from nnir.el.
764
765 2010-12-03  Julien Danjou  <julien@danjou.info>
766
767         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
768
769 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
772         allow optional argument `environment'.
773
774 2010-12-03  Glenn Morris  <rgm@gnu.org>
775
776         * mm-extern.el (message-goto-body): Update declaration.
777
778 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-util.el (gnus-macroexpand-all): New function.
781
782         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
783         instead of macroexpand-all that is unavailable in XEmacs.
784
785 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
786
787         * nnir.el (nnir-summary-line-format): New variable.
788         (nnir-mode): Use it.
789         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
790         (nnir-article-ids): Reimplement as defsubst.
791         (nnir-retrieve-headers): Don't mangle the subject header.
792         (nnir-run-imap): Use 100 as RSV score.
793         (nnir-run-find-grep): Fix for full server searching.
794         (nnir-run-gmane): Better restriction to gmane groups.
795
796         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
797         summary buffers.
798
799 2010-12-02  Julien Danjou  <julien@danjou.info>
800
801         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
802
803         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
804
805         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
806         support.
807
808 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
809
810         * nnir.el: Update to handle the registry better.
811         (autoload): Silence byte-compiler.
812         (nnir-open-server): Add a hook for nnir groups.
813         (nnir-request-move-article): Don't mangle the header. Better to use
814         formating variables (which will be added in the future).
815         (nnir-registry-action): Update the registry using the original article
816         group name.
817         (nnir-mode): Install nnir-specific hooks for updating the registry.
818
819         * gnus-sum.el
820         (gnus-article-original-subject,gnus-newsgroup-original-name):
821         Remove obsolete variables.
822         (gnus-summary-move-article): Remove use of obsolete variables.
823         (gnus-summary-local-variables): Make move and delete hooks local to
824         summary buffers.
825
826 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * rtree.el: New file.
829
830 2010-12-01  Julien Danjou  <julien@danjou.info>
831
832         * message.el (message-user-organization): Do not use
833         gnus-local-organization.
834
835         * gnus.el: Remove gnus-local-organization.
836
837         * gnus-msg.el: Remove nastygram thing.
838
839 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
840
841         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
842         funcall.
843
844 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
847         names.
848
849         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
850         characters.
851
852         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
853         to t of inhibit-read-only since it is inside gnus-with-article-headers.
854         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
855         (gnus-gravatar-transform-address): Use mail-extract-address-components
856         that supports non-ASCII names rather than mail-header-parse-addresses.
857
858 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * proto-stream.el (open-protocol-stream): All starttls connections are
861         handled by the network handler.
862
863 2010-11-30  Julien Danjou  <julien@danjou.info>
864
865         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
866         (nnimap-open-connection-1): Fix PREAUTH.
867
868         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
869
870 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
873         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
874         (shr-insert): Use them.
875         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
876
877 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
878
879         * nnir.el (nnir-request-move-article): Bail out if original group
880         doesn't support article moves.
881         (nnir-get-active): Improve active list retrieval.
882
883 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * shr.el (shr-find-fill-point): Don't break before apostrophes.
886
887 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
888
889         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
890         seem to accept strings-with-numbers as port numbers,
891
892 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
893
894         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
895         change the registry.
896
897 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
900         delete-dups that is not available in XEmacs 21.4.
901
902         * mm-util.el (mm-delete-duplicates): Add comment.
903
904 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
905
906         * nnir.el (nnir-ignored-newsgroups): New variable.
907         (nnir-get-active): Use it.
908
909 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * proto-stream.el (proto-stream-open-network): Add some comments.
912
913         * nntp.el (nntp-open-connection): Provide a :success condition.
914
915         * nnimap.el (nnimap-open-connection-1): Ditto.
916
917         * proto-stream.el (proto-stream-open-network): See what the response to
918         the STARTTLS command is.
919
920         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
921         backwards compatibility).
922         (nnimap-open-connection-1): Really respect nnimap-server-port.
923
924         * proto-stream.el (proto-stream-open-network): When doing opportunistic
925         TLS upgrades we don't really care about the identity of the peer.
926         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
927         that what we've checked for.
928         (proto-stream-always-use-starttls): Only default to t if
929         open-gnutls-stream exists.
930         (proto-stream-open-network): If STARTTLS failed, then just open a
931         normal connection.
932         (proto-stream-open-network): Wait until the greeting before doing
933         STARTTLS.
934
935         * nntp.el (nntp-open-connection): Report what the connection error is.
936
937         * proto-stream.el (open-protocol-stream): Rename from
938         open-proto-stream.
939
940 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * nnimap.el (nnimap-stream): Change default to `undecided'.
943         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
944         first, and then network.
945         (nnimap-open-connection-1): Respect nnimap-server-port.
946         (nnimap-open-connection): Be more backwards-compatible.
947
948         * proto-stream.el (proto-stream-always-use-starttls): New variable.
949         (proto-stream-open-starttls): De-duplicate the starttls code.
950         (proto-stream-open-starttls): Folded back into the main function.
951         (proto-stream-open-network): Fix typo in the gnutls path.
952         (proto-stream-command): Refactor out.
953
954         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
955
956         * proto-stream.el (proto-stream-open-starttls): Actually implement the
957         starttls.el STARTTLS.
958
959         * color.el (color-lab->srgb): Fix function call name.
960
961         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
962         if we're using tls.el.
963         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
964         built in, then don't try to establish a STARTTLS connection.
965
966         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
967         servers.
968
969         * proto-stream.el (open-proto-stream): Use network, not stream.
970         (open-proto-stream): Add a way to specify what the end of a command is.
971
972         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
973         connections types.
974         (nntp-open-network-stream): Remove.
975         (nntp-open-ssl-stream): Remove.
976         (nntp-open-tls-stream): Remove.
977         (nntp-ssl-program): Remove.
978
979         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
980
981 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
982
983         * nnir.el: Fix typos.
984         (nnir-retrieve-headers-override-function): Rename variable to reflect
985         new semantics.
986         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
987         macros.
988         (nnir-request-article, nnir-request-move-article): Use them.
989         (nnir-categorize): New function.
990         (nnir-run-query): Use it.
991         (nnir-retrieve-headers): Rewrite to batch header retrieval.
992         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
993         sorted.
994         (nnir-group-full-name): Use gnus-group-full-name instead.
995         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
996         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
997
998 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1001
1002         * proto-stream.el: New library to provide protocol-specific
1003         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1004         protocols.
1005         (open-proto-stream): Complete the documentation.
1006         (proto-stream-open-network): Fix some typos.
1007
1008         * nnimap.el (nnimap-open-connection): Use it.
1009
1010 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1011
1012         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1013         negotiation.
1014
1015 2010-11-26  Julien Danjou  <julien@danjou.info>
1016
1017         * color.el: Rename various rgb functions to srgb.
1018
1019 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1022         names.
1023
1024 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * shr.el (shr-insert): Revert last change.
1027         (shr-find-fill-point): Never leave point being at bol;
1028         relax the kinsoku limitation when rendering tables.
1029
1030 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1033         results from -accept-article.
1034
1035         * shr-color.el: Require cl when compiling.
1036
1037         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1038         checkin.
1039
1040         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1041
1042         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1043
1044         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1045         'add and 'delete to set backend marks.
1046
1047         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1048
1049         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1050
1051         * nntp.el (nntp-request-set-mark): Use it.
1052
1053         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1054
1055         * nnml.el (nnml-request-set-mark): Ditto.
1056
1057         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1058         introduces regressions in article selection.
1059         (nnimap-find-uid-response): New function.
1060         (nnimap-request-accept-article): Use the UID returned, if any.
1061         (nnimap-request-move-article): Use the UID returned, if any.
1062         (nnimap-get-groups): Reimplement to work with folded lines.
1063         (nnimap-find-uid-response): The UID is the last element in the list.
1064         (nnimap-request-set-mark): Extend syntax with 'set.
1065
1066         * nnml.el (nnml-request-set-mark): Ditto.
1067
1068         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1069
1070         * nntp.el (nntp-request-set-mark): Ditto.
1071
1072 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * message.el (message-called-interactively-p): A temporary macro.
1075         (message-goto-body): Use it temporarily.
1076
1077 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1080         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1081         (nnimap-last-response-string): Fix last unfolding fix.
1082
1083 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * shr.el (shr-insert): Fix the way to fold lines.
1086
1087 2010-11-25  Julien Danjou  <julien@danjou.info>
1088
1089         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1090
1091         * color.el: Rename from color-lab.el
1092         (color-rgb->hex): Add.
1093         (color-complement): Add.
1094         (color-complement-hex): Add.
1095
1096         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1097
1098 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1101         don't exist.
1102
1103 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1106         assuming that article displaying or another mml-preview may be
1107         interrupted for an error or for the like.
1108
1109         * shr.el (shr-get-background): Fix argument name.
1110
1111 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1114
1115         * gnus-sum.el (gnus-summary-include-articles): New function.
1116
1117         * message.el (message-goto-body): called-interactively-p needs a
1118         parameter, so use `any'.
1119
1120         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1121         clear marks before moving, since they're synced from the Gnus side
1122         first.
1123
1124         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1125         (gnus-summary-move-article): Copy over all marks before moving, so that
1126         IMAP doesn't think a new article has arrived.
1127
1128 2010-11-24  Julien Danjou  <julien@danjou.info>
1129
1130         * shr.el (shr-insert-background-overlay): Fix typo.
1131         (shr-render-td): Copy the background before rendering.
1132
1133         * shr-color.el (shr-color-visible): Fix docstring.
1134
1135         * shr.el (shr-tag-table): Add bgcolor support.
1136         (shr-render-td): Add bgcolor support.
1137         (shr-get-background): Add.
1138         (shr-insert-foreground-overlay): Use shr-get-background.
1139
1140         * message.el (message-goto-body): Use called-interactively-p.
1141         (message-in-body-p): message-goto-body returns point.
1142
1143 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1146         Fixes something or other in Emacs 23, and is backwards compatible.
1147
1148         * message.el (message-goto-body): Remove the <#secure special-casing,
1149         which is too special.
1150
1151         * shr.el (shr-parse-style): Drop !important from styles.
1152
1153 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1154
1155         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1156         this function to return incorrect results when calling it with an
1157         explicit article argument different from
1158         (gnus-summary-article-number).
1159
1160 2010-11-24  Julien Danjou  <julien@danjou.info>
1161
1162         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1163         (shr-tag-body): Add background support.
1164         (shr-descend): Add background support.
1165         (shr-tag-title): Add.
1166
1167         * shr-color.el (shr-color-visible): Really return original background
1168         if fixed.
1169
1170 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * shr.el (shr-color-check): Protect against non-existant colour names.
1173
1174 2010-11-24  Julien Danjou  <julien@danjou.info>
1175
1176         * color-lab.el: Require 'cl when compiling.
1177
1178         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1179
1180         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1181         matched part.
1182
1183         * color-lab.el: Fix all expt calls to use float type.
1184
1185 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1188         expression to shr-color-check as is.
1189
1190         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1191
1192         * color-lab.el: Add coding cookie.
1193         (float-pi): Use eval-and-compile.
1194
1195         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1196         compiled for Emacsen having no `libxml-parse-html-region' support.
1197
1198 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * shr.el (shr-insert-color-overlay): Split stuff like
1201         "#444444 !important" to find the real colour.
1202         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1203         parse <font color="red"> entries.
1204
1205 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1206
1207         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1208         point when parsing headers.
1209
1210         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1211         is positioned properly when parsing headers.
1212
1213 2010-11-23  Julien Danjou  <julien@danjou.info>
1214
1215         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1216
1217         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1218
1219         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1220
1221         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1222         Use shr-color-hue-to-rgb.
1223         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1224
1225 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el (shr-color->hexadecimal): Autoload.
1228         (shr-descend): Add color to all tags.
1229
1230 2010-11-22  Julien Danjou  <julien@danjou.info>
1231
1232         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1233         shr-color->hexadecimal.
1234
1235         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1236         RGB() or HSL() color representation.
1237
1238         * shr.el (shr-tag-font): Add.
1239         (shr-tag-color-check): New function to get better colors.
1240         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1241         tag-span.
1242
1243         * shr-color.el: New file.
1244
1245         * color-lab.el: New file.
1246
1247         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1248
1249 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1250
1251         * nnir.el: Fix typo in comments.
1252         (nnir-run-imap): Simplify code. No need to reverse artlist.
1253         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1254
1255 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1258
1259         * nnimap.el (nnimap-get-capabilities): Refactor out.
1260         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1261
1262 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1263
1264         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1265         appearing when `mm-uu-hide-markers' is nil.
1266
1267 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnimap.el (nnimap-unselect-group): Make into its own function.
1270         (nnimap-request-rename-group): Unselect group before renaming.
1271         This had gotten lost somewhere.
1272         (nnimap-request-accept-article): Keep track of examined groups, and
1273         unselect the group before APPENDing to read-only groups.
1274         (nnimap-request-move-article): Clear flags before moving so that they
1275         can be re-set later.
1276
1277 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1280         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1281
1282 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (gnus-mime-display-single)
1285         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1286         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1287         parameter.
1288
1289 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1292         (shr-table-vertical-line): New variable.
1293         (shr-insert-table): Use it.
1294
1295 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-html.el (gnus-html-wash-images): Don't display images if
1298         gnus-inhibit-images is non-nil; register displayer for cid images.
1299         (gnus-html-display-image): Work for cid image.
1300         (gnus-html-insert-image): Allow arguments.
1301         (gnus-html-put-image): Inhibit read-only.
1302         (gnus-html-prefetch-images): Don't prefetch images if
1303         gnus-inhibit-images is non-nil.
1304
1305 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * shr.el (shr-put-image): Break lines when inserting big pictures.
1308
1309 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1310
1311         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1312         sender, thanks Katsumi Yamaoka.
1313
1314 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (nnir-run-imap): Reverse the article list for each group
1317         rather than the whole list.
1318
1319 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * shr.el (shr-image-displayer): Protect function against non-existent
1322         image source.
1323
1324         * gnus-art.el (gnus-inhibit-images): New user option.
1325         (gnus-mime-display-single): Don't display image if it is non-nil.
1326
1327         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1328         gnus-inhibit-images.
1329
1330         * shr.el (shr-image-displayer): New function.
1331         (shr-tag-img): Use it.
1332
1333 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1334
1335         * mml2015.el (mml2015-epg-sign): Use From header.
1336
1337 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1340
1341         * gnus-util.el (gnus-find-text-property-region): Return markers.
1342
1343         * shr.el (shr-tag-img): Put a displayer in the text property.
1344
1345         * gnus-util.el (gnus-find-text-property-region): New utility function.
1346
1347         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1348         (gnus-html-show-images): Remove.
1349
1350         * gnus-art.el (gnus-article-show-images): New, more general function.
1351
1352         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1353         image url text properties.
1354
1355         * shr.el: Ditto.
1356
1357         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1358         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1359
1360 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1363         work for two or more articles.
1364
1365 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1368         divide an image that's in an html article to two or more when washing
1369         non-ASCII characters in alt text of it.
1370
1371 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1374         smime-decrypt-region using function argument.
1375         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1376
1377         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1378
1379         * smime.el (smime-decrypt-region): Catch it.
1380
1381 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * smime.el (smime-mode-map): Move initialization into declaration.
1384         (gnus-run-mode-hooks): Don't autoload.
1385         (smime-mode): Use define-derived-mode.
1386
1387 2010-11-11  Glenn Morris  <rgm@gnu.org>
1388
1389         * smime.el (from): Restrict declaration to XEmacs.
1390
1391         * nnir.el (gnus-group-topic-name): Autoload.
1392
1393 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * shr.el (shr-insert): Don't break long line if it is because of
1396         kinsoku-bol characters in the line end.
1397
1398 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1399
1400         * nnir.el (nnir-request-move-article): Fix to provide original group
1401         and subject.
1402         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1403         been retrieved.
1404
1405         * gnus-sum.el (gnus-summary-move-article): Use original group and
1406         subject for virtual articles such as those in an nnir summary buffer.
1407
1408 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1411         least 21.5).
1412
1413         * smime.el (from): Declare it again for XEmacs.
1414
1415 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * message.el (message-resend): Don't disable encoding unless it's
1418         already encoded.
1419
1420         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1421         low-numbered articles.
1422
1423 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * rfc2047.el (rfc2047-syntax-table): Simplify.
1426
1427         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1428
1429         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1430         set-char-table-range for XEmacs.
1431
1432 2010-11-10  Glenn Morris  <rgm@gnu.org>
1433
1434         * time-date.el (time-to-seconds): Always an alias on Emacs,
1435         never a real function.
1436         (with-no-warnings): Remove compat stub, now unused.
1437         (time-less-p): Doc fix.
1438         (time-to-number-of-days): Simplify.
1439
1440         * smime.el (from): Remove unused declaration.
1441
1442         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1443         (gnus-float-time): On Emacs, always an alias.
1444
1445         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1446         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1447
1448 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * dgnushack.el: Don't use ignore-errors in the top level form since it
1451         is unavailable in XEmacs even if cl is loaded.
1452
1453         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1454
1455 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * shr.el (browse-url-mailto): Autoload.
1458
1459         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1460
1461         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1462         regexp doesn't need quoting.
1463
1464 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1465
1466         * message.el (message-subject-trailing-was-ask-regexp)
1467         (message-subject-trailing-was-regexp): Match was: in addition to was.
1468
1469 2010-11-09  Glenn Morris  <rgm@gnu.org>
1470
1471         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1472         (nnbabyl-check-mbox): Use point-at-bol.
1473
1474 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1477
1478         * message.el (message-mailto): New function.
1479         (message-mailto): Should accept other parameters.
1480         (message-mailto): Remove since it duplicates browse-url-mailto
1481         functionality.
1482
1483 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1486         methods.
1487         (gnus-read-active-file): Ditto.
1488
1489         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1490         ": " from the prompt.
1491         (gnus-group-make-group): Ditto.
1492
1493 2010-11-07  Glenn Morris  <rgm@gnu.org>
1494
1495         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1496         (gnus-bookmark-kill-line): Use point-at-eol.
1497
1498 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1501         asterisks in From header.
1502
1503 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1506         string to avoid making the From headers syntactically invalid.
1507
1508         * message.el (message-send-mail): Don't insert courtesy messages if the
1509         message already has List-Post and List-ID messages.
1510
1511 2010-11-06  Glenn Morris  <rgm@gnu.org>
1512
1513         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1514         `condition', `type', `length' a prefix.
1515         (gnus-treat-predicate): Update for above name changes.
1516
1517 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1520         binding.  Handled by `gnus-summary-refer-thread' instead.
1521         (nnir-warp-to-article): New backend function.
1522
1523         * nnimap.el (nnimap-request-thread): Force dependency updating.
1524
1525         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1526         (gnus-summary-refer-thread): Rework to improve thread-referral.
1527
1528         * gnus-int.el (gnus-warp-to-article): New function.
1529
1530         * gnus-sum.el (gnus-summary-article-map): Bind it.
1531
1532 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1533
1534         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1535         gnus-summary-refer-thread.
1536
1537         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1538         headers.
1539         (gnus-summary-limit-include-thread): Prevent articles in thread from
1540         being cut in gnus-cut-threads.
1541         (gnus-summary-refer-thread): Limit retrieved headers to those in
1542         thread.
1543
1544 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * message.el (message-send-mail): Use the value of
1547         message-courtesy-message from the message buffer.
1548
1549         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1550
1551         * shr.el (shr-browse-url): Implement mailto: URLs.
1552
1553         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1554         "raw".
1555
1556         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1557         if it's already selected.
1558
1559         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1560
1561 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1564         to measure the length and truncate alt text.
1565
1566 2010-11-03  Glenn Morris  <rgm@gnu.org>
1567
1568         * nndiary.el (nndiary-generate-nov-databases-1)
1569         (nndiary-generate-active-info): Rename dynamic variable `files' to
1570         something less generic.
1571
1572 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1573
1574         * nnir.el (nnir-request-move-article): Call the underlying backend to
1575         move articles from nnir.
1576
1577 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1580
1581 2010-11-02  Julien Danjou  <julien@danjou.info>
1582
1583         * nnir.el: Remove wais support.
1584
1585 2010-11-02  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-html.el: Reorder requirements to quieten compiler.
1588
1589 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1592         properly for XEmacs as well.
1593         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1594         (gnus-article-natural-long-line-p): Use window-width rather than
1595         frame-width.
1596
1597 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1598
1599         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1600         (nnir-read-parms): Don't modify query.
1601         (nnir-run-query): Add ability to search topic on current line.
1602         (nnir-get-active): Clean up.
1603
1604 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1607         degenerate articles.
1608
1609         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1610         (gnus-print-buffer): Just print the buffer as is, without any copying
1611         to a buffer and then re-highlighting.
1612
1613         * nnimap.el (nnimap-request-group): Store the new updated info.
1614         (nnimap-request-group): Select the group when we don't know whether it
1615         exists or not.
1616
1617         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1618         groups.
1619
1620         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1621         groups.
1622
1623         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1624         groups.
1625
1626         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1627         long-lines case by only filling the long lines.
1628
1629         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1630         (bug #7311).
1631
1632 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * shr.el: No need to declare `declare-function' since shr.el is for
1635         only Emacsen that provide `libxml-parse-html-region'.
1636
1637         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1638         effective only in a file it is referred to.
1639
1640 2010-11-01  Glenn Morris  <rgm@gnu.org>
1641
1642         * mm-util.el (gnus-completing-read): Autoload.
1643         (mm-read-coding-system): Simplify Emacs definition.
1644
1645         * nnmail.el (gnus-activate-group):
1646         * nnimap.el (gnutls-negotiate):
1647         * nntp.el (netrc-parse): Fix declarations.
1648
1649 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1652         string-match-p in Emacs >=23.
1653
1654         * gnus-msg.el (gnus-configure-posting-styles)
1655         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1656
1657 2010-11-01  Glenn Morris  <rgm@gnu.org>
1658
1659         * nnir.el (declare-function): Add compat stub.
1660         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1661         (nnir-run-gmane): Require 'mm-url.
1662
1663         * mm-util.el (mm-string-to-multibyte): Simplify.
1664
1665         * shr.el (declare-function): Add compat stub.
1666         (url-cache-create-filename): Declare.
1667         (mm-disable-multibyte, widget-convert-button): Autoload.
1668
1669         * smime.el (ldap-search): Declare.
1670         (smime-cert-by-ldap-1): Require ldap on Emacs.
1671
1672         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1673         (nnimap-keepalive): Use gnus-float-time.
1674
1675         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1676         (mail-source-delete-crash-box): Use gnus-float-time.
1677
1678         * gnus-dired.el (gnus-completing-read): Autoload.
1679
1680         * mm-view.el (gnus-rescale-image): Autoload.
1681
1682         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1683
1684         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1685
1686         * sieve-manage.el: Require 'cl when compiling.
1687
1688         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1689         (gnus-iswitchb-completing-read): Require iswitchb.
1690         (gnus-select-frame-set-input-focus): Silence compiler.
1691
1692 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * message.el (message-subject-trailing-was-query): Change default to t,
1695         since I think that's what most people want.
1696
1697         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1698         appending for easier debugging.
1699         (nnimap-wait-for-connection): Take a regexp.
1700         (nnimap-request-accept-article): Wait for the continuation line before
1701         sending anything unless we're streaming.
1702
1703         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1704         leave the header washing to take place.
1705
1706 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1707
1708         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1709         regular expression match and replace in posting styles.
1710
1711 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1712
1713         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1714         an entire server.
1715         (nnir-get-active): New function.
1716         (nnir-run-imap): Use it.
1717         (nnir-run-gmane): Who knew, gmane search returns an article score!
1718
1719         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1720         server on the current line with nnir.
1721
1722 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1725         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1726         left edge.
1727         (gnus-article-foldable-buffer): Skip past the prefix when determining
1728         raggedness.
1729
1730         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1731         the raw article, and change `C-u g' to show the article without doing
1732         treatments.
1733
1734         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1735         on to `gnus-treat-article'.
1736         (gnus-inhibit-article-treatments): New variable.
1737
1738         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1739
1740         * gnus-art.el (gnus-treatment-function-alist): Have
1741         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1742         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1743         sections.
1744
1745         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1746         parameter.
1747         (gnus-article-fill-cited-long-lines): New function.
1748         (gnus-article-fill-cited-article): Allow filling only long sections.
1749
1750         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1751         and non-punctuation (like after the apostrophe in "'We").
1752
1753         * gnus-sum.el (gnus-summary-select-article): Make sure
1754         gnus-original-article-buffer is alive.
1755
1756         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1757         reflect the order they're in in the digest.
1758
1759         * gnus.el (gnus-group-startup-message): Move point to the start of the
1760         buffer.
1761
1762         * nnimap.el (nnimap-capability): New function.
1763         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1764         is set.
1765
1766 2010-10-31  David Engster  <dengste@eml.cc>
1767
1768         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1769         conform with changes to gnus-completing-read.
1770
1771 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1774
1775 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1776
1777         * nnir.el: Move defvar, defcustom around to keep file organized
1778         and keep byte-compiler quiet.
1779         (nnir-read-parms): Accept search-engine as arg.
1780         (nnir-run-query): Pass search-engine as arg.
1781         (nnir-search-engine): Remove.
1782
1783 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * shr.el (shr-generic): The text nodes should be text, not :text.
1786
1787         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1788         later in the file.
1789
1790 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1791
1792         * nnir.el: General clean up.  Allow searching with multiple engines.
1793         Allow separate extra-parameters for each engine.
1794         Batch queries when possible.
1795         (nnir-imap-default-search-key,nnir-method-default-engines):
1796         Add customize interface.
1797         (nnir-run-gmane): New engine.
1798         (nnir-engines): Use it.  Qualify all prompts with engine name.
1799         (nnir-search-engine): Remove global variable.
1800         (nnir-run-hyrex): Restore for now.
1801         (nnir-extra-parms,nnir-search-history): New variables.
1802         (gnus-group-make-nnir-group): Use them.
1803         (nnir-group-server): Remove in favor of gnus-group-server.
1804         (nnir-request-group): Avoid searching twice.
1805         (nnir-sort-groups-by-server): New function.
1806
1807 2010-10-30  Julien Danjou  <julien@danjou.info>
1808
1809         * gnus-group.el: Remove gnus-group-fetch-control.
1810
1811         * gnus-start.el (gnus-find-new-newsgroups):
1812         Remove gnus-check-first-time-used.
1813
1814         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1815
1816 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1817
1818         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1819         set on groups that don't have \* permanentflags.
1820
1821 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1824         control the background color.
1825         (shr-tag-img): Ignore very small web bug type images.
1826         (shr-put-image): Add help-echo alt texts to the images.
1827         (shr-tag-video): Show the video poster image.
1828
1829 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * shr.el (shr-table-depth): New variable.
1832         (shr-tag-table-1): Only insert the images after the top-level table.
1833
1834         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1835
1836         * gnus-util.el (gnus-list-memq-of-list): New function.
1837
1838         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1839         selected.
1840         (nnimap-unsplittable-articles): New slot.
1841         (nnimap-new-articles): Use it.
1842
1843 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1844
1845         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1846         move to the previous line on `M-g'.
1847
1848 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1851         *-request-group, which seems unnecessary.
1852
1853         * nnimap.el (nnimap-quote-specials): Function copied over from
1854         imap.el.
1855         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1856         they support that.  Suggested by Tom Regner.
1857
1858 2010-10-29  Julien Danjou  <julien@danjou.info>
1859
1860         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1861         defalias.
1862         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1863
1864         * gnus.el: Remove `gnus-nntp-service' variable.
1865         (gnus-secondary-servers): Make obsolete.
1866         (gnus-nntp-server): Make obsolete.
1867
1868         * gnus-start.el (gnus-1): Remove x-splash calls.
1869
1870         * gnus-ems.el (gnus-x-splash): Remove.
1871
1872         * gnus.el (gnus-group-startup-message): Simplify/update code.
1873
1874         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1875         definition.
1876
1877         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1878         capability before doing anything.
1879         (gnus-group-insert-group-line): Remove useless
1880         gnus-group-remove-excess-properties.
1881
1882 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1885
1886 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1889         config after reselecting.
1890
1891 2010-10-28  Julien Danjou  <julien@danjou.info>
1892
1893         * shr.el (shr-put-image): Use point even if only inserting text.
1894         (shr-put-image): Save excursion when inserting alt text on non-graphic
1895         display, so the behaviour is the same when we are on a graphic display.
1896
1897         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1898
1899 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1902         (gnus-mime-copy-part): Check coding system, not charset.
1903         (gnus-mime-view-part-externally): Never remove part.
1904         (gnus-mime-view-part-internally): Don't remove part here.
1905         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1906         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1907         multipart/alternative.
1908
1909         * mm-decode.el (mm-display-part): Take optional arg `force'.
1910
1911 2010-10-26  Julien Danjou  <julien@danjou.info>
1912
1913         * gnus-group.el (gnus-group-default-list-level): Add this function to
1914         compute the default list level.
1915         (gnus-group-default-list-level): Add possibility to use a function.
1916
1917 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1920
1921         * gnus-group.el (gnus-group-completing-read)
1922         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1923         gnus-replace-in-string.
1924
1925 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * shr.el (shr-tag-div): Add.
1928
1929         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1930
1931 2010-10-25  Julien Danjou  <julien@danjou.info>
1932
1933         * gnus-util.el: Remove `gnus-with-local-quit'.
1934
1935         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1936
1937 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1940         the original article buffer.
1941
1942 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * nnimap.el (nnimap-request-head): New function.
1945         (nnimap-request-move-article): Try to be slighly faster by not
1946         requesting the entire message when moving.
1947         (nnimap-transform-headers): Don't bug out on bodiless articles.
1948         (nnimap-send-command): Have no outstanding messages if the IMAP server
1949         doesn't support streaming.
1950         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1951
1952 2010-10-24  Julien Danjou  <julien@danjou.info>
1953
1954         * message.el (message-default-headers): Fix type.
1955
1956 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1959         prefetching images.
1960
1961         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1962         backend for unknown groups.  This is mainly useful for nnimap groups.
1963
1964         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1965         group isn't covered by the agent.
1966
1967 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * nnir.el (nnir-method-default-engines): New variable.
1970         (nnir-run-query): Use it.
1971         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1972         (gnus-summary-nnir-goto-thread): Change group if needed.
1973
1974         * gnus-group.el (gnus-group-group-map): Add key binding for
1975         gnus-group-make-nnir-group.
1976
1977 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * shr.el (shr-tag-object): Add.
1980
1981         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1982         original article buffer live.
1983         (gnus-summary-select-article-buffer):
1984         Mention gnus-widen-article-buffer.
1985
1986 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * shr.el (shr-tag-strong): Add.
1989
1990 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1993         group names.  They mess up the group buffer badly.
1994
1995         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1996
1997         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1998         instead of the summary one.
1999
2000 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mml.el (mml-preview): Work properly when editing article.
2003
2004         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2005         gnus-have-read-active-file if it's already been in.
2006
2007 2010-10-22  Tom Tromey  <tromey@redhat.com>
2008
2009         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2010         gnus-group-completing-read.
2011
2012 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * message.el (message-mode-map): Don't bind M-; to comment region, to
2015         allow the global comment-dwim to work.
2016
2017 2010-10-21  Julien Danjou  <julien@danjou.info>
2018
2019         * message.el (message-setup-1): Allow message-default-headers to be a
2020         function.
2021
2022 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * shr.el (shr-tag-table): Simplify.
2025
2026 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2029         to avoid trying to snarf invalid stuff.
2030
2031         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2032
2033         * gnus.el (gnus-message-archive-group): Quote value.
2034         (gnus-message-archive-group): Mark as changed.
2035
2036         * shr.el (shr-add-font): Don't put the font properties on the newline
2037         or the indentation.
2038
2039         * message.el (message-fix-before-sending): Change options when sending
2040         non-printable characters.
2041
2042         * gnus.el (gnus-message-archive-method): Change the default to
2043         monthly outgoing groups.
2044
2045         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2046         that have gotten new numbers.
2047
2048         * nnimap.el (nnimap-request-replace-article): New function.
2049
2050 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2053         (nnrss-request-article): Don't use special html washing code.
2054
2055 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * shr.el (shr-tag-table): Remove useless nconc.
2058
2059 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-art.el (article-wash-html): Simplify and remove the charset
2062         stuff.  Use the normal html rendering code instead of the special html
2063         washing code.
2064
2065         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2066         `gnus-w3m' symbols.
2067         (mm-text-html-washer-alist): Remove.
2068
2069         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2070         (mm-inline-media-tests): Remove use.
2071         (mm-text-html-renderer): Change default to the `shr' symbol.
2072
2073         * mm-view.el (mm-inline-text-html): Remove use.
2074
2075         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2076         `gnus-blocked-images' to be a function.
2077         (gnus-article-wash-function): Remove.
2078
2079 2010-10-20  Julien Danjou  <julien@danjou.info>
2080
2081         * spam.el (spam-list-of-processors): Mark as obsolete.
2082
2083         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2084         (nnimap-insert-partial-structure): Fix boundary detection.
2085
2086 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2087
2088         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2089         run file-truename on remote files.  This can be expensive and even
2090         prevent one from editing drafts if some unrelated buffer has a stale
2091         connection.
2092
2093 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2096         kinsoku-eol regardless of shr-kinsoku-shorten.
2097         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2098         (shr-tag-table): Support caption, thead, and tfoot.
2099
2100 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2103         lines.
2104         (shr-save-contents): New command and keystroke.
2105
2106         * nndoc.el (nndoc-type-alist): Add git support.
2107         (nndoc-git-type-p): New function.
2108         (nndoc-transform-git-article): Ditto.
2109         (nndoc-transform-git-headers): Ditto.
2110         (nndoc-transform-git-headers): Generate Subject headers.
2111
2112         * shr.el (shr-parse-style): New function.
2113         (shr-tag-span): Ditto.
2114
2115         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2116         to `G G' to avoid collisions.
2117
2118 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * shr.el: Load kinsoku if necessary.
2121         (shr-kinsoku-shorten): New internal variable.
2122         (shr-find-fill-point): Make kinsoku shorten text line if
2123         shr-kinsoku-shorten is bound to non-nil.
2124         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2125         shr-indentation too when testing if table is wider than frame width.
2126         (shr-insert-table): Use `string-width' instead of `length' to measure
2127         text width.
2128         (shr-insert-table-ruler): Make sure indentation is done at bol.
2129
2130 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2131
2132         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2133         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2134         undecoded network data.
2135
2136 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2139         name in the mode line spec so that the mode line menu works
2140         (bug #2431).
2141
2142         * message.el (message-get-reply-headers): If we're fed `to-address',
2143         then always use that.
2144
2145         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2146         aren't so wide as to need to switch off the edit menu.
2147
2148         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2149         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2150
2151         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2152         `M-g'.
2153         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2154         the permanent marks.
2155
2156 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2157
2158         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2159         Splitting according to references/in-reply-to obeys the ignore-groups
2160         variable, while splitting by sender and subject do not.
2161
2162 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2165         alist, so that we can look for non-Unicode chars.
2166         (article-translate-strings): Allow both character and string maps.
2167
2168 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * shr.el (shr-insert): Don't insert space behind a wide character
2171         categorized as kinsoku-bol, or between characters both categorized as
2172         nospace.
2173
2174 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2175
2176         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2177         headers to gnus-newsgroup-headers.
2178
2179 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * shr.el (shr-tag-img): Don't align images -- since we're not
2182         rescaling, this often leads to ugly displays.
2183
2184 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2185
2186         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2187         duplicates.
2188
2189 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2190
2191         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2192         call.
2193
2194 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus.el: Autoload gnus-html-show-images.
2197
2198         * nnimap.el: Use nnheader-message throughout.
2199
2200         * shr.el (shr-tag-img): Ignore images with no data.
2201
2202 2010-10-15  Julien Danjou  <julien@danjou.info>
2203
2204         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2205         a possibility to disable format=flow encoding when using hard newlines.
2206
2207 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * shr.el (shr-insert): Remove space inserted before or after a
2210         breakable character or at the beginning or the end of a line.
2211         (shr-find-fill-point): Do kinsoku; find the second best point or give
2212         it up if there's no breakable point.
2213
2214 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * nnimap.el (nnimap-open-connection): Message when opening connection
2217         for debugging purposes.
2218
2219         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2220         on every setup buffer call to allow this to change from article to
2221         article.
2222
2223         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2224         buffers where we have a wide table.
2225
2226 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2227
2228         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2229         uses *-request-thread.
2230
2231 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2234         incantation, which is no longer valid.
2235
2236 2010-10-14  Julien Danjou  <julien@danjou.info>
2237
2238         * shr.el: Fix defcustom type (char -> character).
2239
2240 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2243         programs.
2244
2245 2010-10-14  Julien Danjou  <julien@danjou.info>
2246
2247         * shr.el (shr-tag-a): Use url-link as widget type.
2248
2249         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2250         `gnus-group-get-icon'.
2251
2252 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2255         This should make server editing work better.
2256
2257         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2258
2259         * tls.el (tls-program): Remove spurious %s from openssl.
2260
2261         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2262         (nnimap-parse-flags): Fix regexp.
2263
2264         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2265         probably work for CJVK text, too.
2266
2267         * nnimap.el (nnimap-extend-tls-programs): Remove.
2268         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2269
2270         * tls.el (tls-starttls-switches): Remove starttls hack.
2271         (open-tls-stream): Ditto.
2272         (tls-find-starttls-argument): Ditto.
2273
2274 2010-10-13  Julien Danjou  <julien@danjou.info>
2275
2276         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2277         responses.
2278
2279 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2282
2283         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2284         anything in Emacs.
2285
2286         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2287
2288 2010-10-13  Julien Danjou  <julien@danjou.info>
2289
2290         * shr.el (shr-width): Make shr-width a defcustom with default to
2291         fill-column.
2292         (shr-tag-img): Use shr-width rather than fill-column.
2293
2294 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * dgnushack.el (byte-optimize-apply)
2297         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2298
2299         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2300         position when (X-)Faces exist.
2301         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2302         avatars when called interactively.
2303
2304 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2307         gnus-article-x-face-too-ugly is bound.
2308
2309 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2312
2313         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2314         mailbox that doesn't exist.
2315
2316 2010-10-12  Julien Danjou  <julien@danjou.info>
2317
2318         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2319         (shr-get-image-data): Encode URL properly when fetching from cache.
2320         (shr-tag-img): Use aligned-to spaces to align correctly images.
2321
2322         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2323         before inserting the Gravatar.
2324
2325         * shr.el (shr-tag-img): Add align attribute support for <img>.
2326
2327 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-gravatar.el (gnus-art): Require.
2330
2331         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2332         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2333         Remove long obsoleted functions.
2334
2335 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2338
2339         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2340
2341         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2342         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2343         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2344         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2345         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2346         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2347         * sieve-manage.el, smime.el, spam.el:
2348         Fix comment for declare-function.
2349
2350 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnimap.el (nnimap-request-rename-group): Select group read-only
2353         before renaming it.
2354
2355         * shr.el (shr-insert): Fix up the white space only regexp.
2356
2357         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2358         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2359
2360         * shr.el (shr-current-column): New function.
2361         (shr-find-fill-point): New function.
2362
2363 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2364
2365         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2366         numbers.
2367
2368 2010-10-11  Julien Danjou  <julien@danjou.info>
2369
2370         * shr.el (shr-hr-line): Add.
2371         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2372         display hr lines.
2373         (shr-max-columns): Do not change state to nil if we just inserting
2374         spaces.
2375
2376 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2379         select the last group.
2380
2381 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2382
2383         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2384
2385 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2386
2387         * dig.el (dig-mode-map): Declare and define in one step.
2388
2389 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2392         for Gnus.
2393         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2394         (nnimap-update-qresync-info): Mark \Seen articles as read.
2395
2396         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2397         non-variable, too.
2398
2399         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2400         available.
2401         (nnimap-update-info): Rely more on the current active than the param
2402         active to avoid marking articles as read too much.
2403
2404         * auth-source.el (auth-source-create): Use (user-login-name) for the
2405         user name default.
2406
2407         * nnimap.el (nnimap-update-info): If the server doesn't return any
2408         useful info, just use the previous info.
2409         (nnimap-update-info): Prefer old info over start-article.
2410         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2411
2412 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el (autoload): Clean up autoloads.
2415         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2416         Use key rather than value.
2417         (nnir-imap-search-other): New variable.
2418         (nnir-read-parm): Use it.
2419         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2420         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2421
2422 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2423
2424         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2425         the process, too.
2426
2427 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * spam.el (gnus-summary-mode-map): Bind to "$".
2430         Suggested by Russ Allbery.
2431
2432         * shr.el: Rework the way things are indented by <li> slightly.
2433
2434         * gnus.el (gnus-group-set-parameter): Fix typo.
2435
2436         * nnimap.el: Start implementing QRESYNC support.
2437
2438 2010-10-09  Julien Danjou  <julien@danjou.info>
2439
2440         * nnir.el (nnir-engines): Fix too many arguments.
2441
2442 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2445         group is the "last", so that the backends like nnfolder actually save
2446         their folders.
2447
2448         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2449         try to use that for the tls stream.
2450         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2451         UIDVALIDITY and find out which groups are read-only and not.
2452         (nnimap-get-flags): Use the same marks parsing code as the rest of
2453         nnimap.
2454
2455 2010-10-09  Julien Danjou  <julien@danjou.info>
2456
2457         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2458
2459         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2460         retrieving gravatars.
2461
2462         * shr.el (shr-table-corner): Add.
2463         (shr-table-line): Add.
2464         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2465
2466 2010-10-08  Julien Danjou  <julien@danjou.info>
2467
2468         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2469
2470 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2471
2472         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2473
2474         * gnus-sum.el (gnus-mark-article-as-unread)
2475         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2476         (gnus-summary-set-bookmark): Use it.
2477
2478         * gnus-msg.el (gnus-setup-message): Use it.
2479
2480         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2481
2482         * gnus.el (gnus-group-remove-parameter): Use it.
2483
2484         * gnus-group.el (gnus-group-make-web-group): Use it.
2485
2486         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2487
2488         * nnregistry.el: Update docs to mention manual.
2489
2490         * gnus-registry.el: Update docs to mention nnregistry.el.
2491         (gnus-registry-initialize): Don't install nnregistry refer method
2492         automatically.
2493         (gnus-registry-install-nnregistry): Remove it.
2494
2495 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * shr.el (shr-insert): Don't insert double spaces.
2498
2499 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-gravatar.el (gnus-treat-from-gravatar)
2502         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2503         called interactively.
2504
2505         * gnus-art.el (gnus-mime-view-part-externally)
2506         (gnus-mime-view-part-internally): Make predicate function passed to
2507         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2508         of a mime type.
2509
2510         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2511
2512 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (require): Require cl when compiling.
2515         (shr-tag-hr): New function.
2516
2517         * nnimap.el (nnimap-update-info): Remove double setting of high.
2518         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2519         This makes nnimap work properly on Courier again.
2520
2521         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2522         the variable for backwards compatability.
2523
2524         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2525         the file name before using to avoid setting mm-default-directory to
2526         nil.
2527
2528         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2529         bidning gnus-agent variables.
2530
2531         * shr.el (shr-render-td): Use a cache for the table rendering function
2532         to avoid getting an exponential rendering behaviour in nested tables.
2533         (shr-insert): Rework the line-breaking algorithm.
2534         (shr-insert): Don't leave trailing spaces.
2535         (shr-insert-table): Also insert empty TDs.
2536         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2537
2538 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2539
2540         * gnus-sum.el (gnus-number): Rename from `number'.
2541         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2542         (gnus-summary-limit-children): Update uses correspondingly.
2543
2544 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2547         (gnus-gravatar-transform-address): Don't show avatars of people of
2548         which mail addresses match gnus-gravatar-too-ugly.
2549
2550 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * shr.el (shr-table-widths): Expand TD elements to fill available
2553         space.
2554
2555 2010-10-07  Julien Danjou  <julien@danjou.info>
2556
2557         * nnimap.el (nnimap-request-rename-group): Add this method.
2558
2559 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2562         name from XEmacs' function-arglist.
2563
2564         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2565         gravatar under XEmacs.
2566
2567 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * auth-source.el: Update docs with TODO items.
2570
2571         * gnus-sync.el: Update docs to explain state and plans.
2572
2573         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2574         Hooks for mark updates.
2575         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2576
2577         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2578         hooks with arguments, which is needed for mark update hooks.
2579
2580 2010-10-06  Julien Danjou  <julien@danjou.info>
2581
2582         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2583         was matched.
2584
2585         * sieve-manage.el: Update example in `Commentary'.
2586
2587         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2588
2589         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2590         not 2000.
2591         (sieve-manage-authenticate): Re-add function.
2592
2593 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * shr.el (shr-insert): Get 'space transition right.
2596         (shr-render-td): Only delete space at the end of the TD.
2597
2598         * nnimap.el (nnimap-open-connection): Prepare to support
2599         open-gnutls-stream.
2600
2601         * shr.el: Rearrange function order to be more logical.
2602
2603 2010-10-06  Julien Danjou  <julien@danjou.info>
2604
2605         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2606         (nnrss-discover-feed): Remove 404 URL in docstring.
2607
2608         * nnir.el: Fix Swish-E URL.
2609         Fix Namazu URL.
2610
2611         * message.el (message-change-subject): Remove 404 URL in a comment.
2612
2613 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2616         called interactively.
2617
2618         * gnus-util.el (gnus-remove-if): Allow hash table.
2619         (gnus-remove-if-not): New function.
2620
2621         * gnus-art.el (gnus-mime-view-part-as-type)
2622         * gnus-score.el (gnus-summary-score-effect)
2623         * gnus-sum.el (gnus-read-move-group-name):
2624         Replace remove-if-not with gnus-remove-if-not.
2625
2626         * gnus-group.el (gnus-group-completing-read):
2627         Regard collection as a hash table if it is not a list.
2628
2629 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2632
2633         * shr.el: Document the table-rendering algorithm.
2634
2635 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2638         for Emacsen having no `libxml-parse-html-region' support.
2639
2640 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2643         invalid URLs.
2644
2645         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2646         line-broken.
2647         (shr-tag-img): Ignore image fetching errors.
2648         (shr-overlays-in-region): Compute overlay positions correctly.
2649
2650         * mm-decode.el (mm-shr): Require shr.
2651
2652         * gnus-art.el (gnus-blocked-images): Move variable here.
2653
2654         * shr.el (shr-insert-table): Bind free variable.
2655
2656         * mm-decode.el (mm-shr): Bind shr-content-function.
2657
2658         * shr.el (shr-content-function): New variable.
2659
2660         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2661         added for symmetry.
2662
2663         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2664
2665         * gnus-group.el (gnus-group-make-group): Doc fix.
2666
2667         * nnimap.el (nnimap-request-newgroups): Return success.
2668
2669         * shr.el (shr-find-elements): New function.
2670         (shr-tag-table): Put all the images after the table.
2671         (shr-tag-table): Really inhibit images inside the table.
2672         (shr-collect-overlays): Copy over overlays from the TD elements to the
2673         main document.
2674
2675         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2676         gnus-blocked-images.
2677
2678 2010-10-05  Julien Danjou  <julien@danjou.info>
2679
2680         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2681
2682         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2683         (gnus-html-maximum-image-size): Add this function.
2684         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2685
2686         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2687         server-value of the capability is nil.
2688
2689 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * shr.el (shr-tag-em): Add <EM> tag.
2692
2693 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2694
2695         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2696         customizable.
2697
2698         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2699         handing broken links to browse-url.
2700
2701 2010-10-05  Julien Danjou  <julien@danjou.info>
2702
2703         * gnus-util.el (gnus-emacs-completing-read)
2704         (gnus-iswitchb-completing-read): Use autoload rather than require.
2705
2706 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2709         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2710         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2711         iswitchb-temp-buflist for XEmacs.
2712
2713         * gnus-util.el (gnus-completing-read-function): Exclude
2714         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2715         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2716         XEmacs.
2717
2718         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2719         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2720
2721         * gnus-html.el: Don't require help-fns under XEmacs.
2722         (gnus-html-schedule-image-fetching): Work for XEmacs.
2723
2724         * mm-decode.el (mm-shr): Decode contents by charset.
2725
2726 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2729         unknown.
2730
2731         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2732         (shr-get-image-data): Ensure against the cache file missing.
2733
2734         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2735         for data.
2736
2737         * spam-report.el (spam-report-url-ping-plain): Don't query about
2738         killing the process.
2739
2740         * shr.el (shr-render-td): Protect against too-wide text.
2741
2742 2010-10-04  Julien Danjou  <julien@danjou.info>
2743
2744         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2745         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2746
2747         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2748         retrieved.
2749
2750 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * shr.el (browse-url): Require.
2753         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2754         lines.
2755         (shr-show-alt-text, shr-browse-image): New commands.
2756         (shr-browse-url, shr-copy-url): New commands.
2757
2758         * gnus-sum.el (gnus-widen-article-window): New variable.
2759         (gnus-summary-select-article-buffer): Use it.
2760
2761         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2762         without @ signs.
2763
2764 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2765
2766         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2767
2768 2010-10-04  Julien Danjou  <julien@danjou.info>
2769
2770         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2771         for XEmacs.
2772
2773 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2776
2777         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2778         (nnimap-close-server): Implement.
2779
2780         * dgnushack.el (iswitchb): Require to shut up the compiler.
2781
2782         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2783         (shr-insert): Tweak line breaking.
2784         (shr-insert): Handle <pre> better.
2785         (shr-tag-li): Get <li> indentation right.
2786         (shr-tag-li): Get <li> indentation even righter.
2787         (shr-tag-blockquote): Ensure paragraph start.
2788         (shr-make-table): Tweak table generation.
2789         (shr-make-table): Fix typo.
2790
2791         * shr.el: Implement table rendering.
2792
2793 2010-10-04  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2796
2797 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * shr.el (shr-insert): Use string anchors instead of line anchors.
2800
2801 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * shr.el: Add headings.
2804         (shr-ensure-paragraph): Actually work.
2805         (shr-tag-li): Make <ul> prettier.
2806         (shr-insert): Get white space at the beginning/end of elements right.
2807         (shr-tag-p): Collapse subsequent <p>s.
2808         (shr-ensure-paragraph): Don't insert double line feeds after blank
2809         lines.
2810         (shr-insert): \t is also space.
2811         (shr-tag-s): Fix "s" tag name function.
2812         (shr-tag-s): Fix face prop name.
2813
2814 2010-10-03  Julien Danjou  <julien@danjou.info>
2815
2816         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2817
2818         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2819         gnus-window-inside-pixel-edges.
2820
2821         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2822         gnus-ems.
2823
2824         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2825
2826         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2827         function.
2828
2829         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2830         resize choice.
2831
2832 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2835         beginning of the buffer.
2836
2837         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2838         article buffer again.
2839
2840         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2841
2842         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2843         when it's at the start of the buffer.
2844
2845         * shr.el (shr-tag-blockquote): Convert name.
2846         (shr-rescale-image): Use the right image-size variant.
2847
2848         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2849         buffer isn't shown, then select the current article first instead of
2850         bugging out.
2851         (gnus-summary-select-article-buffer): Show both the article and summary
2852         buffers again.
2853
2854         * shr.el (shr-fontize-cont): Protect against regions with no text.
2855         Rename tag functions to shr-tag-* for enhanced security.
2856         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2857
2858 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2859
2860         * shr.el (shr-insert):
2861         * pop3.el (pop3-movemail):
2862         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2863         loaded.
2864
2865 2010-10-03  Glenn Morris  <rgm@gnu.org>
2866
2867         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2868
2869         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2870
2871         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2872
2873         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2874
2875         * gnus-util.el (gnus-make-local-hook): Simplify.
2876
2877 2010-10-02  Julien Danjou  <julien@danjou.info>
2878
2879         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2880         (gnus-ido-completing-read): New function.
2881         (gnus-emacs-completing-read): New function.
2882         (gnus-completing-read): Use gnus-completing-read-function.
2883         Add gnus-completing-read-function.
2884
2885 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * shr.el (shr-insert-document): Autoload.
2888         (shr-img): Be silent.
2889         (shr-insert): Add a newline after every picture before text.
2890         (shr-add-font): Use overlays for combining faces.
2891         (shr-insert): Pass upwards the text start point.
2892
2893         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2894         possible.
2895         (mm-shr): New function.
2896
2897 2010-10-02  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2900         should go backward.
2901
2902 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2903
2904         * shr.el (shr): Fix typo in provide call.
2905
2906 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * shr.el: New file.
2909
2910         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2911
2912         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2913         completing read.
2914
2915 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2918         we're being queried about.  Suggested by Dan Jacobson.
2919
2920         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2921         Suggested by Jason Eisner.
2922
2923         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2924         table, too.  Suggested by Stefan Wiens.
2925         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2926         the table unnecessary.  Suggested by Stefan Wiens.
2927
2928         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2929         longer needed, and probably doesn't work either, as pointed out by
2930         Stefan Wiens.
2931         (gnus-summary-exit): Remove call to the clearing function.
2932         (gnus-summary-exit-no-update): Ditto.
2933
2934         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2935         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2936         Reported by Stefan Monnier.
2937         (gnus-summary-save-in-rmail): Ditto.
2938
2939         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2940         article buffer, instead of both the article buffer and the summary
2941         buffer.  Sort of suggested by Dan Jacobson.
2942
2943         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2944
2945         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2946         Suggested by Dan Jacobson.
2947
2948         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2949         documentation clearer.
2950
2951         * message.el (message-shorten-references): Comment on the number "21".
2952         Suggested by Stefan Monnier.
2953
2954         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2955         Suggested by Dan Jacobson.
2956
2957         * gnus.el (gnus-large-newsgroup):
2958         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2959
2960         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2961         externalize attachments.  Bug reported by Steve Wen.
2962
2963         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2964         really message anything to the user.
2965
2966         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2967         directly.
2968
2969         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2970         messages in empty groups.
2971
2972 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2973
2974         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2975         non-UIDNEXT group.
2976
2977 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2980         not the value from the collection.
2981
2982         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2983         values.  This sometimes happens on some groups that have no info.
2984         (nnimap-request-newgroups): New function.
2985
2986 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2989         check into `gnus-registry-initialize'.
2990         (gnus-registry-initialize): Ditto.
2991         Fix and extend header docs.
2992
2993 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2996         regexp backtrace overflows.
2997
2998         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2999         for starttls that tls.el implements; i.e. openssl.
3000
3001         * tls.el (tls-starttls-switches): Give up on using starttls with
3002         gnutls-cli.
3003         (tls-program): Add --insecure to be consistent with the defaults from
3004         openssl s_client.  Now all three commands are insecure.
3005
3006 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * lpath.el: Bind completion-styles-alist for XEmacs.
3009
3010         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3011         (gravatar-create-image): New function that's an alias to
3012         gnus-xmas-create-image, gnus-create-image, or create-image.
3013         (gravatar-data->image): Use it.
3014
3015 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3018         install the nnregistry refer method.
3019         (gnus-registry-install-hooks): Use it.
3020         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3021         unfollowed groups.
3022
3023 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3024
3025         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3026         expanding threads.
3027
3028 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * nnir.el: Use the server names without suffixes (bug #7009).
3031
3032         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3033         unencrypted to STARTTLS, if possible.
3034
3035 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3036
3037         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3038         headers before superseding.
3039
3040 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * nnrss.el (nnrss-use-local): Add documentation.
3043
3044         * nnimap.el (nnimap-extend-tls-programs): New function.
3045         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3046         (nnimap-wait-for-connection): Accept the greeting from the stupid
3047         output from openssl s_client -starttls, too.
3048
3049         * tls.el (tls-starttls-switches): New variable.
3050         (tls-find-starttls-argument): Use it.
3051         (open-tls-stream): Ditto.
3052
3053         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3054         (netrc-machine): Ditto.
3055
3056         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3057         article number.
3058         (nnimap-split-fancy): New variable.
3059         (nnimap-split-incoming-mail): Use it.
3060
3061         * nntp.el (nntp-server-list-active-group): Document.
3062
3063         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3064         SELECT to get the message-id.
3065
3066         * mail-source.el (mail-sources): Remove webmail support.
3067         (defvar): Ditto.
3068         (mail-source-fetcher-alist): Ditto.
3069         (mail-source-fetch-webmail): Remove.
3070
3071         * webmail.el: Remove -- doesn't seem relevant any more.
3072
3073         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3074
3075         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3076         the \r.
3077
3078 2010-09-30  Julien Danjou  <julien@danjou.info>
3079
3080         * gnus-agent.el (gnus-agent-add-group): Fix call to
3081         gnus-completing-read.
3082
3083 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * nndoc.el (nndoc-retrieve-groups): New function.
3086
3087         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3088         `default', use nnmail-split-methods.
3089         (nnimap-request-article): Downcase the NILs so that they are nil.
3090
3091         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3092         symbol.
3093
3094         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3095         code, since if the user has requested network, that's what they ought
3096         to get.
3097         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3098         (nnimap-split-rule): Mark as obsolete.
3099
3100         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3101         New variable.
3102
3103         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3104         correct slot, too.
3105
3106 2010-09-29  Julien Danjou  <julien@danjou.info>
3107
3108         * gnus.el (gnus-local-domain): Declare variable obsolete.
3109
3110         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3111         Fix history computing.
3112         (gnus-ido-completing-read): Require ido.
3113
3114 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3117         build Gnus.
3118
3119         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3120         when interpreting the structures.
3121         (nnimap-request-accept-article): Add \r\n to the lines to make this
3122         work with Cyrus.
3123
3124         * nndraft.el (nndraft-request-expire-articles): Use the group name
3125         instead if "nndraft".  Fix found by Nils Ackermann.
3126
3127 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3128
3129         * nnregistry.el: Add.
3130
3131 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3132
3133         * nnmail.el (group, group-art-list, group-art):
3134         Remove unneeded directives.
3135
3136 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3139         (mm-mime-charset)
3140         * rfc2047.el (rfc2047-syntax-table)
3141         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3142
3143         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3144         rather than `insert-file-contents' and `eval-region'.
3145
3146         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3147         construction.
3148
3149         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3150
3151         * time-date.el: No need to require cl for Emacs 21.
3152
3153 2010-09-29  Julien Danjou  <julien@danjou.info>
3154
3155         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3156         replacement of `gnus-gravatar-relief' to mimic
3157         `gnus-faces-properties-alist'.
3158         Add :version property.
3159
3160 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * mail-source.el (mail-source-report-new-mail)
3163         * message.el (message-default-mail-headers)
3164         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3165
3166         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3167
3168 2010-09-28  Julien Danjou  <julien@danjou.info>
3169
3170         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3171         mail-address contains the same string as real-name.
3172
3173         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3174         non-blank in header, otherwise it'll get stripped.
3175
3176         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3177         real-name, and then for mail address rather than doing : or , search.
3178
3179 2010-09-27  Julien Danjou  <julien@danjou.info>
3180
3181         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3182         right completing-read function.
3183         (gnus-use-ido): New variable
3184         (gnus-completing-read-with-default): Remove.
3185         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3186         (gnus-agent-add-group):
3187         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3188         * mm-view.el (mm-view-pkcs7-decrypt):
3189         * mm-util.el (mm-codepage-setup):
3190         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3191         * mml-smime.el (mml-smime-openssl-sign-query):
3192         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3193         (mml-insert-multipart):
3194         * gnus-msg.el (gnus-summary-yank-message):
3195         * gnus-int.el (gnus-start-news-server):
3196         * mm-decode.el (mm-interactively-view-part):
3197         * gnus-dired.el (gnus-dired-attach):
3198         * gnus.el (gnus-read-method):
3199         * gnus-bookmark.el (gnus-bookmark-jump):
3200         * gnus-art.el (gnus-mime-view-part-as-type)
3201         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3202         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3203         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3204         * nnmairix.el (nnmairix-create-server-and-default-group)
3205         (nnmairix-update-groups, nnmairix-get-server)
3206         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3207         (nnmairix-get-group-from-file-path):
3208         * nnrss.el (nnrss-find-rss-via-syndic8):
3209         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3210         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3211         (gnus-group-browse-foreign-server):
3212         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3213         (gnus-summary-execute-command, gnus-summary-respool-article)
3214         (gnus-read-move-group-name):
3215         * gnus-score.el (gnus-summary-increase-score)
3216         (gnus-summary-score-effect):
3217         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3218
3219 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3222         x-focus-frame.
3223
3224         * nnimap.el (auth-source-forget-user-or-password)
3225         (auth-source-user-or-password): Autoload.
3226
3227         * message.el (message-from-style, message-interactive)
3228         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3229         (message-yank-prefix, message-indentation-spaces, message-signature)
3230         (message-signature-file): Add comment.
3231
3232 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3235         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3236         new articles.
3237
3238         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3239         parts.
3240         (nnimap-request-article): Work with the t setting, too.
3241
3242         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3243         that you don't get flashes of other buffers.
3244         (gnus-summary-show-complete-article): Intern before setting.
3245
3246 2010-09-27  David Engster  <dengste@eml.cc>
3247
3248         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3249         well as HEADERS.
3250         (nnmairix-retrieve-headers): Provide new argument for the above.
3251
3252 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-sum.el (gnus-summary-move-article): Don't alter
3255         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3256         group.
3257
3258         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3259
3260         * message.el (message-cite-prefix-regexp): Revert my last edit.
3261
3262         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3263         variable instead of the Gnus variable.
3264
3265         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3266
3267         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3268
3269         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3270         since some servers don't like it.
3271         (nnimap-open-connection): Forget credentials if the server says the
3272         password was wrong.
3273         (nnimap-parse-line): Protect against invalid data.
3274
3275         * gnus-sum.el (gnus-summary-move-article): Add comment.
3276         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3277         nothing alters it while scanning for new messages.
3278
3279         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3280         which may or may not help.
3281         (nnimap-open-connection): If we're doing a stream connection, and then
3282         discover we're on a STARTTLS-capable server, then open a STARTTLS
3283         connection instead.
3284
3285 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * nnimap.el (utf7): Require.
3288
3289         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3290         prefix.
3291
3292 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3293
3294         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3295
3296 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * nnimap.el (nnimap-request-accept-article): Message the error on
3299         error.
3300
3301 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3304
3305 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * nndoc.el (nndoc-request-list): Return success always.
3308
3309         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3310         `fetch-old' -- we only want to fetch the articles we've requested.
3311         The rest are in the agent, probably.
3312         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3313         disappeared server" to something low.  It's not important.
3314
3315         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3316         arrived before the FETCH data.
3317
3318         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3319         target here, because we don't know the Gnus name of the group.
3320
3321         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3322         for the correct group.
3323
3324         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3325
3326         * gnus.el (gnus): Give a final warning after startup.
3327
3328         * gnus-util.el (gnus-action-message-log): New variable.
3329         (gnus-message): Use it.
3330         (gnus-final-warning): New function.
3331
3332         * nnimap.el (nnimap-open-connection): Record the greeting.
3333         (nnimap): Add greeting.
3334
3335 2010-09-26  Julien Danjou  <julien@danjou.info>
3336
3337         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3338         arguments.
3339         (gnus-html-wash-images): Fix spec computing to include start/end.
3340
3341         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3342
3343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3346         deletion.
3347         (nnimap-retrieve-headers): Don't select the group, because that's
3348         already done by nnimap-possibly-change-group.
3349
3350         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3351         (gnus-picon-transform-address): Use it.
3352
3353         * mail-source.el (mail-source-value): Revert previous patch.
3354
3355         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3356         on failure.
3357         (nnimap-open-connection): Look up both virtual and physical server name
3358         credentials.
3359
3360         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3361
3362 2009-02-07  Dave Love  <fx@gnu.org>
3363
3364         * tls.el (open-tls-stream): Don't query killing process.
3365
3366 2009-02-08  Dave Love  <fx@gnu.org>
3367
3368         * gnus-win.el (gnus-window-to-buffer-helper)
3369         (gnus-all-windows-visible-p): Function needn't be a symbol.
3370
3371         * mail-source.el (mail-source-value): Function needn't be a symbol.
3372
3373 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * message.el (message-cite-prefix-regexp): Remove } from the cite
3376         prefix.
3377
3378         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3379         highlight again, so that the highlight is correct.
3380
3381         * gnus-picon.el (gnus-picon): Remove again.
3382         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3383
3384         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3385         doing the header highlightling, so that the background colour of the
3386         picon is correct.
3387
3388         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3389         (gnus-picon): Ditto.
3390         (gnus-picon): Reinstate.  The background colour for picons is white.
3391         (gnus-picon-insert-glyph): Make the background white.
3392
3393         * nnml.el (nnml-open-nov): Don't return dead buffers.
3394
3395         * auth-source.el (auth-source-create): Query the user for whether to
3396         store the credentials.
3397
3398         * netrc.el (netrc-store-data): New function.
3399
3400         * auth-source.el (auth-source-user-or-password): Use the existing auth
3401         sources, if any, for creation.
3402
3403         * gnus.el (gnus-group-fast-parameter): Return the last matching
3404         parameter instead of the first matching parameter.
3405
3406 2010-09-26  Julien Danjou  <julien@danjou.info>
3407
3408         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3409
3410 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * mml2015.el (mml2015-use): Remove gpg support.
3413
3414         * mml1991.el (mml1991-function-alist): Remove gpg function.
3415         (mml1991-gpg-sign): Remove.
3416
3417 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3418
3419         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3420         (gnus-browse-unsubscribe-current-group): Document it.
3421         (gnus-browse-unsubscribe-group): Use it.
3422
3423 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3426         address to the To list for easier response.
3427
3428         * gnus.el (gnus-play-startup-jingle): Remove.
3429         (gnus-splash): Don't play jingle.
3430         (gnus): Silence gnus-load message.
3431
3432         * gnus-art.el (gnus-treat-play-sounds): Remove.
3433
3434         * gnus.el (gnus-play-jingle): Remove audio support.
3435
3436         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3437
3438         * earcon.el: Remove -- no users.
3439
3440         * gnus-audio.el: Remove -- no users of this package.
3441
3442         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3443
3444         * gnus-start.el (gnus-setup-news): Remove nocem support.
3445
3446         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3447
3448         * gnus.el (gnus-use-nocem): Remove.
3449
3450         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3451         Remove.
3452
3453         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3454         uses NoCeM any more.
3455
3456         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3457         (gnus-button-ctan-handler): Ditto.
3458         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3459         (gnus-button-ctan-directory-regexp): Ditto.
3460         (gnus-button-handle-ctan): Ditto.
3461         (gnus-button-tex-level): Ditto.
3462         (gnus-button-alist): Remove CTAN stuff.
3463
3464 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3467         nnimap-streaming test.
3468
3469         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3470         servers twice.
3471
3472         * nnimap.el (nnimap-open-connection): Add more error reporting when
3473         nnimap fails early.
3474
3475         * nnheader.el (nnheader-get-report-string): New function.
3476         (nnheader-get-report): Use it.
3477
3478         * gnus-int.el (gnus-check-server): Say what the error was when opening
3479         failed.
3480
3481         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3482         using streaming.
3483
3484 2010-09-25  Julien Danjou  <julien@danjou.info>
3485
3486         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3487         gnus-window-inside-pixel-edges.
3488
3489 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3492
3493         * mm-decode.el (mm-save-part): Allow saving to other directories the
3494         normal Emacs way.
3495
3496         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3497         Suggested by Jay Berkenbilt.
3498
3499         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3500         there isn't a single byte.
3501
3502         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3503         just do it.  It doesn't really seem to matter what the user responds
3504         here, I think, so it's just a confusing question.
3505
3506         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3507         non-streaming case.
3508
3509         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3510         (gnus-article-encrypt-body): Use it.
3511
3512         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3513         keystroke.
3514
3515         * nnimap.el (nnimap-find-wanted-parts-1):
3516         Use gnus-fetch-partial-articles.
3517
3518         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3519
3520         * nnimap.el (nnimap-insert-partial-structure): New function.
3521         (nnimap-get-partial-article): New function.
3522         (nnimap-request-article): Use it.
3523         (nnimap-wait-for-response): Return whether the wait was successful.
3524         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3525         retrieval wasn't successful.
3526         (nnimap-retrieve-group-data-early): Allow throttling servers.
3527         (nnimap-streaming): New variable.
3528         (nnimap-fetch-partial-articles): Remove.
3529
3530         * mm-decode.el (mm-with-part): Protect against killed buffers.
3531
3532         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3533         for prettier summary display.
3534
3535 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3536
3537         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3538
3539 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3542         apparently third-party libraries depend on it.
3543
3544         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3545         before starting negotiation.
3546
3547         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3548         privacy reasons.
3549         (gnus-treat-mail-gravatar): Ditto.
3550
3551         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3552         buffer when inserting images.  Inserting text into the headers, for
3553         instance, can make them invalid.
3554
3555 2010-09-25  Julien Danjou  <julien@danjou.info>
3556
3557         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3558         variables.
3559
3560         * nnheader.el: Remove useless variables news-reply-yank-from and
3561         news-reply-yank-message-id.
3562
3563         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3564         variables.
3565
3566         * mml1991.el: Remove useless mml1991-verbose.
3567
3568         * gnus.el: Remove useless variable gnus-use-generic-from.
3569         Remove obsolete variable gnus-topic-indentation.
3570
3571         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3572
3573         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3574
3575         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3576
3577         * gnus-group.el: Remove useless gnus-group-icon-cache.
3578         Remove useless gnus-ephemeral-group-server.
3579
3580         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3581
3582         * mml2015.el: Remove useless mml2015-verbose.
3583
3584         * mml-smime.el: Remove useless mml-smime-verbose.
3585
3586         * gnus.el: Remove useless gnus-local-domain.
3587
3588         * gnus-gravatar.el (gnus-gravatar-transform-address):
3589         Use gnus-gravatar-size.
3590
3591         * gnus-art.el: Remove useless gnus-treat-translate.
3592
3593 2010-09-24  Julien Danjou  <julien@danjou.info>
3594
3595         * gnus-sum.el: Add support for Gravatars.
3596
3597         * gnus-art.el: Add support for Gravatars.
3598
3599         * gnus-gravatar.el: Add this file.
3600
3601         * gravatar.el: Add this file.
3602
3603 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3606
3607         * gnus-group.el (gnus-group-fetch-faq): Remove.
3608
3609         * gnus.el (gnus-group-faq-directory): Remove.
3610
3611         * gnus-group.el (gnus-group-fetch-charter): Remove.
3612
3613         * gnus.el (gnus-group-charter-alist): Remove.
3614
3615         * gnus-group.el (gnus-group-archive-directory): Remove.
3616         (gnus-group-recent-archive-directory): Ditto.
3617         (gnus-group-make-archive-group): Remove.
3618
3619         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3620
3621         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3622         use the same article number for all the cached articles.
3623
3624         * nnimap.el (nnimap-command): Register the last command time so
3625         that we can use it for idling NOOPs.
3626         (nnimap-open-connection): Start the keeplive timer.
3627         (nnimap-make-process-buffer): Store all the process buffers.
3628         (nnimap-keepalive): New function.
3629
3630         * starttls.el (starttls-open-stream): Add autoload cookie.
3631
3632 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3633
3634         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3635         handling.
3636
3637 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3640         its data structures.
3641
3642         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3643         instead of the cl.el copy-list.
3644         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3645         equalp.
3646
3647 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3650         and tool-bar-local-item-from-menu.
3651
3652         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3653         mode-line-highlight face for Emacs.
3654
3655         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3656         loading gnus-sum.elc; fix comment for canlock-verify.
3657         (gnus-article-jump-to-part): Use read-number.
3658         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3659         Remove Emacs pre-21 compatible code for help-echo.
3660         (gnus-article-next-page-1): No need to adjust the number of lines.
3661         (gnus-article-describe-bindings): Always use help-buffer.
3662
3663         * gnus-audio.el (gnus-audio-inline-sound)
3664         * gnus-cus.el (gnus-custom-mode)
3665         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3666
3667         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3668
3669         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3670         compatible code.
3671
3672 2010-09-24  Glenn Morris  <rgm@gnu.org>
3673
3674         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3675         visiting the fcc file in rmail-mode.
3676
3677         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3678
3679 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * nnir.el: Silence the byte compiler.
3682
3683         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3684         alias to browse-url-url-encode-chars if any.
3685         (gnus-html-encode-url): Use it.
3686
3687 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus-start.el (gnus-use-backend-marks): New variable.
3690         (gnus-get-unread-articles-in-group): Use it.
3691
3692         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3693         makeover.
3694
3695 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3696
3697         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3698
3699 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3702         Remove.
3703         (gnus-setup-news-hook):
3704         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3705
3706         * gnus-int.el (gnus-request-update-info): Protect against backends not
3707         having the function.
3708
3709         * nnimap.el (nnimap-stream): Mention starttls.
3710         (nnimap-open-connection): Add starttls support.
3711
3712 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3713
3714         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3715
3716 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3719         BODYSTRUCTUREs.
3720         (nnimap-transform-headers): Unfold quoted {42} headers.
3721
3722         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3723         the info.
3724         (gnus-get-unread-articles): Only call updatep on backends that support
3725         it.
3726
3727         * nnweb.el (nnweb-request-update-info): NOOP.
3728
3729         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3730
3731         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3732         since it only deals with marks.
3733
3734         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3735         gnus-request-marks, and make a new gnus-request-update-info.
3736
3737         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3738         the active instead of the high number, which is usually too low.
3739
3740 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3743         * encrypt.el: Remove.
3744
3745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3748         server in symbolic form.
3749
3750         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3751
3752 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3755         (nnimap-update-info): Fix up code slightly.
3756
3757         * gnus-int.el (gnus-open-server): Add tracing for performance
3758         debugging.
3759
3760         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3761         (gnus-group-insert-group-line): Pass the real group name so that it
3762         gets the right data.
3763
3764         * gnus-start.el (gnus-get-unread-articles): Don't have
3765         `gnus-get-unread-articles-in-group' update info, since that can be
3766         really slow and doesn't seem to be needed?
3767
3768 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3769
3770         * time-date.el (date-to-time): Try using parse-time-string first before
3771         using the slower timezone-make-date-arpa-standard.
3772
3773 2010-09-22  Julien Danjou  <julien@danjou.info>
3774
3775         * gnus-group.el (gnus-group-insert-group-line):
3776         Call gnus-group-highlight-line.
3777         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3778         default hook list.
3779         (gnus-group-update-eval-form): Add new function.
3780         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3781         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3782
3783 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3786         immediate, then expire all articles.
3787         (nnimap-update-info): Fix off-by-one errors.
3788         (nnimap-flags-to-marks): Would return no marks lists for group with no
3789         flags.  Instead return the other data.
3790
3791 2010-09-22  Julien Danjou  <julien@danjou.info>
3792
3793         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3794         Only return an icon.
3795         (gnus-group-insert-group-line): Compute icon to return.
3796
3797         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3798         (gnus-html-image-fetched): Only cache if
3799         gnus-html-image-automatic-caching is set.
3800         (gnus-html-image-fetched): Check for errors.
3801
3802 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3805         once per method on `g'.  This ensures that backends like nnfolder don't
3806         open all their folders.
3807
3808         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3809         (nnimap-request-list): Nix out group in the correct buffer.
3810         (nnimap-parse-flags): Implement by using `read' instead of
3811         hand-parsing.
3812         (nnimap-flags-to-marks): Pass on permanent-flags.
3813         (nnimap-make-process-buffer): Record the server name.
3814         (nnimap-parse-flags): Fix typo.
3815         (nnimap-request-scan): Run split on the server in general, not just a
3816         single group.
3817
3818         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3819         parameter, and propagate this downwards.
3820
3821         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3822         since EXAMINE changes it on the server.
3823
3824         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3825         this command might take a while.
3826
3827 2010-09-22  Julien Danjou  <julien@danjou.info>
3828
3829         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3830         harmful if you have 2 images side-by-side, they can't be properly
3831         update on text deletion.  Using text-property is safer here.
3832         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3833         data.
3834
3835 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * nnimap.el (nnimap-expunge-inbox): Remove.
3838         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3839         (nnimap-expunge): Flip default to t.
3840
3841         * gnus.el (gnus-method-to-server): Don't push things to the cache
3842         unless it's unique.
3843         (gnus-server-to-method): Ditto.
3844
3845 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3846
3847         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3848
3849 2010-09-22  Julien Danjou  <julien@danjou.info>
3850
3851         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3852         get the start of data.
3853         (gnus-html-encode-url): Add this function to encode special chars in
3854         URL.
3855         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3856         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3857
3858         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3859         default.
3860         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3861
3862         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3863         images alt-text.
3864         (gnus-html-put-image): Put alt-text as help-echo.
3865
3866 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3869         * mm-util.el (mm-decompress-buffer)
3870         * nnir.el (nnir-run-find-grep)
3871         * pop3.el (pop3-list): Use 3rd arg of split-string.
3872
3873         * time-date.el (format-seconds): Comment fix.
3874
3875         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3876         and byte-optimize-form-code-walker.
3877         (dgnushack-make-auto-load): Don't advise make-autoload.
3878
3879         * lpath.el: Remove Emacs 21 stuff.
3880
3881 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3884         outside the active range.  Suggested by Dan Christensen.
3885
3886         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3887         slightly later to avoid double-getting it.
3888
3889         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3890         previous patch.
3891
3892         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3893
3894 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3895
3896         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3897
3898 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus-int.el (gnus-open-server): Give a better error message in the
3901         "go offline" case.
3902
3903         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3904         marks for nnimap, which is seldom the right thing to do.
3905
3906         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3907         (gnus-same-method-different-name): New function.
3908
3909         * nnimap.el (parse-time): Require.
3910
3911         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3912         method in the presence of many similar methods.
3913
3914         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3915
3916         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3917         nnml-inhibit-expiry.
3918
3919         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3920         find out whether methods are equal.
3921
3922         * nnimap.el (nnimap-find-expired-articles): New function.
3923         (nnimap-process-expiry-targets): New function.
3924         (nnimap-request-move-article): Request the article before looking at
3925         what the Message-ID is.  Fix found by Andrew Cohen.
3926         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3927
3928         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3929         for oldness in addition to being a predicate.
3930
3931         * nnimap.el (nnimap-request-group): When we have zero articles, return
3932         the right data to Gnus.
3933         (nnimap-request-expire-articles): Only delete articles immediately if
3934         the target is 'delete.
3935
3936         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3937         method, this would bug out.
3938
3939         * gnus-group.el (gnus-group-expunge-group): Rename from
3940         gnus-group-nnimap-expunge, and implemented as a normal interface
3941         function.
3942
3943         * gnus-int.el (gnus-request-expunge-group): New function.
3944
3945         * nnimap.el (nnimap-request-create-group): Implement.
3946         (nnimap-request-expunge-group): New function.
3947
3948 2010-09-21  Julien Danjou  <julien@danjou.info>
3949
3950         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3951         (gnus-html-cache-expired): Add new function.
3952         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3953         wethever we should display image for fetch it.
3954         Compute alt-text earlier to pass it to the fetching function too.
3955         (gnus-html-schedule-image-fetching): Change function argument to only
3956         get one image at a time, not a list.
3957         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3958         cache.
3959         (gnus-html-get-image-data): New function to retrieve image data from
3960         cache.
3961         (gnus-html-put-image): Change buffer argument to use image data rather
3962         than file, and place image above region rather than inserting a new
3963         one.  Do not take alt-text as argument, since it's useless now: we place
3964         the image above alt-text.
3965         (gnus-html-prune-cache): Remove.
3966         (gnus-html-show-images): Start to fetch image when we find one, do not
3967         push into a temporary list.
3968         (gnus-html-prefetch-images): Only fetch image if they have expired.
3969         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3970         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3971
3972 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3975
3976 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3979         spec inser "*" if the group isn't active instead of 0.
3980
3981         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3982         opening the server.
3983         (nnimap-request-delete-group): Implement group deletion.
3984         (nnimap-transform-headers): Return the size of the entire message in
3985         the Bytes header, not just the size of the first part.
3986         (nnimap-request-move-article): When moving an article from nnimap,
3987         request the article first so the accepting form has an article to
3988         accept.  Reported by Dan Christensen.
3989         (nnimap-command): Make sure that the error message doesn't error out.
3990
3991 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3992
3993         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3994         we haven't requested anything.
3995
3996 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3999         "".  Fix found by Andrew Cohen.
4000
4001         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4002         instead of -encode-string.
4003
4004 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4007
4008         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4009         by mm-subst-char-in-string.
4010
4011 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4014         waiting for the connection string.
4015
4016         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4017         arriving.
4018
4019         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4020         bogus characters.  This allows selecting certain Gmail groups.
4021
4022         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4023         (nnimap-fetch-partial-articles): New variable.
4024         (nnimap-open-connection): When looking for credentials, also use the
4025         nnimap-server-port.
4026         (nnimap-request-article): Return the group/article number, so that Gnus
4027         `^' works as expected.
4028         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4029
4030         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4031         comments.
4032         (gnus-methods-sloppily-equal): New function.
4033         (gnus): When using the development version of Gnus, load the gnus-load
4034         file.
4035
4036         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4037         `gnus-open-server' on each method before trying to scan them etc.
4038         This ensures that all the backend parameters are set correctly.
4039
4040         * nnimap.el (nnimap-authenticator): New variable.
4041         (nnimap-open-connection): Allow anonymous login.
4042         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4043         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4044
4045         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4046         patch, found by Knut Anders Hatlen.
4047
4048 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4049
4050         * gnus-agent.el (gnus-agent-batch-confirmation)
4051         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4052         to gnus-message.
4053         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4054         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4055         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4056         * gnus-int.el (gnus-open-server): Likewise.
4057         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4058         (gnus-score-check-syntax): Likewise.
4059         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4060         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4061         Likewise.
4062         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4063
4064 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4067         calling conventions so that prefetch doesn't bug out.
4068
4069 2010-09-19  Julien Danjou  <julien@danjou.info>
4070
4071         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4072         rather than `subst-char-in-region' in order to be able to replace ASCII
4073         char by UTF-8 ones.
4074
4075         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4076         than curl.
4077         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4078         the right URL and ALT text on images.
4079         (gnus-html-wash-tags): Fix tag case.
4080         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4081         (gnus-article-html): Add -o display_ins_del=2 option.
4082         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4083
4084 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4087         the extra mail headers, which sometimes seem to happen for unknown
4088         reasons.
4089
4090         * mail-parse.el (mail-header-encode-parameter): Define as
4091         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4092         (or most, perhaps?) mail readers don't understand the latter, but do
4093         understand the former.
4094
4095         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4096         to nil, so that no methods are automatically agentized.  I think this
4097         is probably what most users want.
4098
4099         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4100         from url-retrieve, for instance about invalid URLs.
4101
4102         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4103         groups that have no articles.
4104         (nnimap-request-article): Check that we really got an article when we
4105         requested one.
4106
4107         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4108         doesn't exist.
4109
4110         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4111         nntp buffer so the agent can save it.
4112         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4113         that CRLF doesn't get translated to \n.
4114         (nnimap-open-connection): Don't make 'shell commands only send \n.
4115
4116 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4117
4118         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4119         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4120         Update var name.
4121         (nnml-generate-nov-file): Use dolist.
4122         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4123         Use with-current-buffer.
4124
4125 2010-09-18  Julien Danjou  <julien@danjou.info>
4126
4127         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4128         parallel.
4129
4130 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4133         the range update right.
4134         (nnimap-request-group): Don't make `M-g' bug out on group with no
4135         marks.
4136         (nnoo): Require, so that other packages can require nnimap.
4137         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4138         command we're looking for.  This helps when the server sends more
4139         responses after we've gotten everything we expected.
4140         (nnimap): Add a `newlinep' field to keep track of end-of-line
4141         conventions.
4142         Don't send CRLF to things that don't want it.
4143         (nnimap-request-accept-article): Ditto.
4144
4145 2010-09-18  Julien Danjou  <julien@danjou.info>
4146
4147         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4148         than curl to retrieve images.
4149
4150 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4153         the marks.
4154         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4155         (nnimap-wait-for-connection): New function.
4156         (nnimap-open-connection): If we have PREAUTH, don't query for login
4157         credentials.
4158         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4159         when doing a partial update.
4160
4161 2010-09-18  Julien Danjou  <julien@danjou.info>
4162
4163         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4164         tags.
4165
4166 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * nnimap.el (nnimap-credentials): New function.
4169         (nnimap-open-connection): Use the new function to look for credentials
4170         also on the numeric equivalents of "imap" and "imaps".
4171
4172         * gnus-start.el (gnus-activate-group): Send the info to
4173         gnus-request-group.
4174
4175         * nnimap.el (nnimap-request-group): Have the "check" version of the
4176         function parse flags and update the info, so that a `M-g' get a total
4177         resync of all flags from the group.
4178
4179         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4180         to allow backends to alter the info on group selection.  Also alter all
4181         the backend -request-group functions to take the parameter.
4182
4183         * nnimap.el (nnimap-store-info): New function.
4184         (nnimap-update-info): Store the info for later usage.
4185         (nnimap-request-group): Use the stored info for the dont-check case, so
4186         that we don't retrieve all marks when we enter a group.
4187
4188         * nnimap.el: Use deffoo instead of defun for interface functions.
4189
4190         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4191         update the group info.  This makes the nndraft groups, for instance, go
4192         back to their old behaviour.
4193
4194         * gnus-sum.el (gnus-select-newsgroup): Indent.
4195
4196         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4197         in.
4198         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4199         nothing.
4200
4201         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4202         from methods that are denied.
4203
4204         * gnus-int.el (gnus-method-denied-p): New function.
4205
4206         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4207         store the password instead of netrc.
4208         (nnimap-open-connection): Don't error out when we can't make a
4209         connections.
4210
4211         * auth-source.el (auth-source-create): In the password prompt, say what
4212         we're querying for.  Also prompt for user name if that hasn't been
4213         given.
4214
4215         * nnimap.el (nnimap-with-process-buffer): Remove.
4216
4217 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4220         method when we're reading from the agent.
4221
4222         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4223
4224         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4225         that's probably most useful for users.
4226
4227         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4228         "failed" all the time.
4229
4230         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4231         ...)) with (with-current-buffer ... ).
4232
4233         * nntp.el (nntp-open-server): Return whether the open was successful or
4234         not.
4235
4236         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4237         select an unread unseen article first.
4238
4239         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4240         /etc/services, supply some sensible port defaults.
4241
4242         * dgnushack.el: Define netrc-credentials.
4243
4244 2010-09-17  Julien Danjou  <julien@danjou.info>
4245
4246         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4247
4248 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4249
4250         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4251         doesn't have any parameters.
4252
4253 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254
4255         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4256         only upcased checks.
4257
4258         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4259
4260         * nnimap.el (nnimap-open-shell-stream): New function.
4261         (nnimap-open-connection): Use it.
4262         (nnimap-transform-headers): Get the number of lines in each message.
4263         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4264         number of lines.
4265         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4266         problem.
4267
4268         * utf7.el (utf7-encode): Autoload.
4269
4270         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4271         to allow the mail splitting to not return a default group.  This is
4272         useful for nnimap, which will leave unmatched mail in the inbox.
4273
4274         * nnimap.el: Rewritten.
4275
4276         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4277         nnimap usage.
4278
4279         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4280         if the move is internal, so that nnimap can do fast internal moves.
4281
4282         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4283         data.
4284         (gnus-read-active-for-groups): Support finishing the early retrieval of
4285         data.
4286
4287         * gnus-range.el (gnus-range-nconcat): New function.
4288
4289         * gnus-int.el (gnus-finish-retrieve-group-infos)
4290         (gnus-retrieve-group-data-early): New functions.
4291
4292 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4293
4294         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4295         (nnrss-retrieve-groups):
4296         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4297         (pop3-quit): Use with-current-buffer.
4298
4299 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4302         instead of nnheader-accept-process-output.
4303
4304         * dgnushack.el (dgnushack-compile): Add comment.
4305
4306         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4307
4308         * gnus-html.el (gnus-html-schedule-image-fetching)
4309         (gnus-html-prefetch-images): Replace process-kill-without-query by
4310         gnus-set-process-query-on-exit-flag.
4311
4312 2010-09-16  Romain Francoise  <romain@orebokech.com>
4313
4314         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4315
4316 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4319         parameter to unintern is mandatory-ish in Emacs 24.
4320
4321         * gnus-html.el (gnus-html-schedule-image-fetching)
4322         (gnus-html-prefetch-images): Check for curl before using it.
4323
4324         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4325         depend on curl, which isn't essential.
4326
4327         * imap.el: Revert back to version
4328         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4329         seem problematic.
4330
4331 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4332
4333         * gnus-registry.el (gnus-registry-install-shortcuts):
4334         Explicitly pass `obarray' to `unintern' to avoid a warning.
4335
4336 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4339         change.
4340
4341         * nnrss.el (nnrss-request-list): Remove this function and related
4342         functions, including the moreover stuff.
4343
4344 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * nnrss.el (nnrss-retrieve-groups): New function.
4347
4348 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4349
4350         * .dir-locals.el: Add no-byte-compile cookie.
4351
4352 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * time-date.el (format-seconds): Comment fix.
4355
4356         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4357         for back end that doesn't support request-scan.
4358
4359 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4362         then do request scans from the backends.
4363
4364         * netrc.el (netrc-credentials): New conveniency function.
4365
4366         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4367         avoid running a hook per line, since this takes a lot of time,
4368         profiling shows.
4369         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4370         directly if gnus-visual-p is true.
4371
4372 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4375         groups; replace mapcar with dolist which is a bit faster; pass groups
4376         info to gnus-read-active-file-1.
4377         (gnus-read-active-file-1): Scan only specified groups if the new
4378         optional arg `infos' is given.
4379
4380 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4383
4384         * pop3.el (pop3-movemail): Remove.
4385         (pop3-streaming-movemail): Rename to pop3-movemail.
4386
4387         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4388         don't restrict end-tag searches to the end of the line.
4389
4390 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4393         articles of every unchecked group to t, which means unknown since the
4394         server has never been opened.
4395
4396 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * gnus-html.el (gnus-html-show-alt-text): New command.
4399         (gnus-html-browse-image): Ditto.
4400         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4401         to browse the image directly.
4402         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4403         better.
4404
4405         * gnus-async.el (gnus-async-article-callback):
4406         Call `gnus-html-prefetch-images' unconditionally.
4407
4408         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4409         before feeding URLs to curl.
4410
4411 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4414         internal images as deletable by `W D D'.
4415
4416         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4417         (gnus-async-article-callback): Fix typo.
4418
4419 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4422         current line to work around bugs in the output from w3m.
4423
4424         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4425         for groups that want that.
4426
4427         * nntp.el (nntp-wait-for-string): Supply a timeout for
4428         accept-process-output to ensure progress.
4429
4430         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4431         level to get unread articles from, then use that for foreign groups,
4432         too.
4433
4434         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4435         confuses the rest of the function.
4436
4437         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4438         for the methods that support -retrieve-groups, too.
4439
4440         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4441
4442 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4445         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4446
4447         * pop3.el: Require cl when compiling.
4448         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4449
4450 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4453         that aren't going to be activated.
4454         (gnus-get-unread-articles): Fix up the last commit.
4455
4456         * gnus-html.el (gnus-article-html): Allow calling without specifying
4457         the handle.  In that case, dissect the buffer first.
4458
4459         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4460
4461         * nnimap.el (nnimap-open-connection): Revert the change that would look
4462         into authinfo for imaps instead of imap.
4463
4464         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4465         say that you don't want to call gnus-request-group with don-check, but
4466         do check the reponse.  This is for virtual groups only.
4467         (gnus-get-unread-articles): Count the archive groups as secondary, so
4468         that they're activated the same way as before.
4469
4470         * imap.el (imap-message-map): Removed optional buffer parameter, since
4471         no callers use it.
4472         (imap-message-get): Ditto.
4473         (imap-message-put): Ditto.
4474         (imap-mailbox-map): Ditto.
4475         (imap-mailbox-put): Ditto.
4476         (imap-mailbox-get): Ditto.
4477         (imap-mailbox-get): Revert last change for this function.
4478
4479         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4480         case-insensitively.
4481         (nnimap-debug): Remove.
4482
4483         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4484         to use `imap-fetch' instead.  According to the comments, this should be
4485         safe, since all other IMAP clients use the 1:* syntax.
4486         (imap-enable-exchange-bug-workaround): Removed.
4487         (imap-debug): Removed -- doesn't seem very useful.
4488
4489         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4490         mail from a file, and the file doesn't exist.
4491
4492         * imap.el (imap-log): New convenience function used throughout instead
4493         of repeating the same code all over the place.
4494
4495         * pop3.el (pop3-streaming-movemail): Return t for success.
4496
4497         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4498         .authinfo if we're using ssl connection.
4499
4500         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4501         already have if we're in a main Gnus `g' run.
4502
4503         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4504
4505 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4508
4509         * nnmh.el (nnmh-request-list-1): Bind `file'.
4510
4511         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4512         alias to set-process-query-on-exit-flag or process-kill-without-query.
4513         (pop3-open-server): Use it.
4514
4515 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4518         box to the Incoming file.  Fixes mistake in previous checkin.
4519
4520         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4521         request loop (for debugging purposes) removed.
4522
4523         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4524         culprit is more visible.
4525         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4526         (nnml-add-incremental-nov): New functions to do "incremental" nov
4527         updates, where we just append to the end of the existing nov files
4528         without reading/writing them in full.
4529
4530         * mail-source.el (mail-source-delete-crash-box): Really only check the
4531         incoming files once in a while.
4532
4533         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4534
4535         * mail-source.el (mail-source-delete-crash-box): Only check the
4536         incoming files for deletion once per day to save a lot of file
4537         accesses.
4538
4539         * pop3.el (pop3-logon): Fix up unbound variable typo.
4540
4541         * mail-source.el (pop3-streaming-movemail): Autoload.
4542
4543         * pop3.el (pop3-streaming-movemail):
4544         Respect pop3-leave-mail-on-server.
4545
4546         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4547         retrieval.
4548
4549         * pop3.el (pop3-process-filter): Remove unused function.
4550         (pop3-streaming-movemail, pop3-send-streaming-command)
4551         (pop3-wait-for-messages, pop3-write-to-file)
4552         (pop3-number-of-responses): New functions for streaming pop3
4553         retrieval.
4554
4555         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4556         come from no known methods.
4557         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4558         list.
4559
4560         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4561         message sizes.
4562         (pop3-movemail): Use erase-buffer instead of looping and deleting
4563         regions, which seems rather odd.
4564
4565         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4566         file once per `g' run.
4567
4568         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4569         directories.  This makes the draft queue directory work.
4570
4571         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4572         data from the backends, so that we only request the list of groups from
4573         each method once.  This should speed things up considerably.
4574
4575         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4576         detect that it's not implemented.
4577
4578         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4579         we actually do recurse down into the tree, but don't stat all leaf
4580         nodes.
4581
4582         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4583         then say so instead of bugging out.
4584
4585         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4586         files exist before trying to read them.
4587
4588         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4589         around <pre_int>.
4590
4591         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4592
4593         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4594
4595 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * mm-util.el (mm-image-load-path): Just return the image directories,
4598         not all directories in the path in addition to the image directories.
4599         (mm-image-load-path): Maintain a cache of the image directories so that
4600         the `g' command in Gnus doesn't have to stat dozens of directories each
4601         time.
4602
4603         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4604         (gnus-html-wash-tags): Add a new `i' command to insert images.
4605         (gnus-html-insert-image): New command and keystroke.
4606         (gnus-html-redisplay-with-images): New command and keystroke.
4607         (gnus-html-show-images): Rename command.
4608         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4609         spacers.
4610         (gnus-html-wash-tags): Decode entities at the end, so that entities
4611         inside the tags don't mess up the rest of the "parsing".
4612
4613         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4614         so that nnimap methods aren't agentized by default.  There's apparently
4615         many problems related to agent/imap behaviour.
4616
4617         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4618
4619         * gnus-html.el: Doc fix.
4620
4621 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4624         specifier-spec-list for Emacs 21.
4625
4626         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4627         glyph-width and glyph-height instead of display-graphic-p and
4628         image-size; make avoidance of displaying small images work for XEmacs.
4629
4630         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4631         for XEmacs.
4632
4633         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4634         of symbol that holds plist data.
4635         (gnus-process-plist): Remove plist of process after getting it.
4636
4637 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * message.el (message-generate-hashcash): Change default to
4640         'opportunistic if hashcash is installed.
4641
4642         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4643         (gnus-html-put-image): Only call image-size once, since it's somewhat
4644         time-consuming on remote X servers.
4645
4646 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4649         type on data, not a file name.
4650
4651         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4652         window-pixel-edges for Emacs 21.
4653
4654         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4655         decoded contents.
4656         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4657
4658 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4661         group line format, since it isn't very interesting.
4662
4663         * gnus-agent.el (gnus-agent-short-article),
4664         (gnus-agent-long-article): Increase values for these two variables,
4665         since most people are likely to have more network connection and
4666         storage than before.
4667
4668         * gnus.el (gnus-refer-article-method): Change default to 'current.
4669         When referring an article, the common behaviour is to refer it from the
4670         current select method, not the native select method.  The chances of
4671         the native select method having the message in question is rather slim
4672         these days.
4673
4674         * gnus-sum.el (gnus-auto-select-subject): Change default to
4675         `unseen-or-unread'.  I think it's likely that most people want to
4676         select an unseen article over a previously seen, but unread one.
4677
4678         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4679         means that in the article buffer none of the minor mode elements will
4680         be shown, usually, and this is not desirable in most cases.
4681
4682         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4683         that commands like `d' (and the like) go to the next line in the
4684         buffer, instead of the next unread article.  I think this is the
4685         behaviour that is most natural for most users.
4686         (gnus-single-article-buffer): Change default to nil, so that people can
4687         have as many article buffers open as they have summary buffer.  I think
4688         this is the most natural way for the groups to behave.
4689
4690         * message.el (message-generate-new-buffers): Change default to
4691         `unsent', so that all new message buffers start their names with the
4692         string "*unsent", and it's easier to find the buffers if you move from
4693         them.
4694
4695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4698         small.  They're probably tracking images.
4699         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4700         (gnus-html-rescale-image): Yet another try at getting the image sizing
4701         right.
4702
4703         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4704         nntp-marks-file-name is nil.
4705
4706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-html.el (gnus-html-wash-tags)
4709         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4710         Better logging.
4711
4712 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4715
4716         * gnus-html.el (gnus-html-wash-tags): Check the value of
4717         gnus-blocked-images in the summary buffer.
4718
4719 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4720
4721         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4722
4723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4726         like "a", it seems like.
4727         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4728         since it needs to be picked from the correct buffer.
4729
4730         * nnwfm.el: Remove.
4731
4732         * nnlistserv.el: Remove.
4733
4734 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4737         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4738
4739 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * nnkiboze.el: Remove.
4742
4743         * nndb.el: Remove.
4744
4745         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4746         alt text.
4747         (gnus-html-rescale-image): Try to get the rescaling logic right for
4748         images that are just wide and not tall.
4749
4750         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4751         overshadow variable bindings.
4752
4753 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-html.el (gnus-html-wash-tags)
4756         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4757         Add extra logging.
4758
4759 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4762         (gnus-max-image-proportion): New variable.
4763         (gnus-html-rescale-image): New function.
4764         (gnus-html-put-image): Rescale images.
4765
4766 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4767
4768         Fix up some byte-compiler warnings.
4769         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4770         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4771         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4772         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4773         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4774         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4775         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4776
4777 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-html.el (gnus-article-html): Decode contents by charset.
4780
4781 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4784         (gnus-html-frame-width, gnus-blocked-images)
4785         * message.el (message-prune-recipient-rules): Add custom version.
4786         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4787
4788         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4789         functions.
4790
4791         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4792         gnus-process-get.
4793
4794 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4795
4796         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4797         instead of lsub directly.
4798
4799 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * nnwarchive.el: Remove.
4802
4803         * gnus-soup.el: Remove.
4804
4805         * nnsoup.el: Remove.
4806
4807         * nnultimate.el: Remove.
4808
4809         * gnus-html.el (gnus-blocked-images): New variable.
4810
4811         * message.el (message-prune-recipients): New function.
4812         (message-prune-recipient-rules): New variable.
4813
4814         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4815         guess whether a long line is natural text or not.
4816
4817         * gnus-html.el (gnus-html-schedule-image-fetching):
4818         Use gnus-process-plist and friends for compatibility.
4819
4820 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4821
4822         * gnus-html.el: Require packages that define macros used in this file.
4823         (gnus-article-mouse-face): Declare to silence byte-compiler.
4824         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4825         process-get.
4826         (gnus-html-put-image): Use plist-get to avoid getf.
4827         (gnus-html-prefetch-images): Use with-current-buffer.
4828
4829 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-ems.el: Provide compatibility functions for
4832         gnus-set-process-plist.
4833
4834         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4835         header-line-format for XEmacs 21.4.
4836
4837         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4838         * gnus.el (gnus-valid-select-methods)
4839         * message.el (message-send-mail-partially-limit)
4840         * mm-decode.el (mm-text-html-renderer)
4841         * mml.el (mml-insert-mime-headers-always)
4842         * smiley.el (smiley-regexp-alist): Bump custom version.
4843
4844 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-html.el: require mm-url.
4847         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4848         with the url to `url'.
4849         (gnus-html-wash-tags): Support cid: URLs/images.
4850
4851 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4854         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4855         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4856
4857         * gnus-move.el: Remove file, since it doesn't really work.
4858
4859         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4860         UTF-8.  This seems to fix problems with some German web feeds.
4861
4862         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4863         at the top so that the proper colours are applied.
4864
4865         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4866         don't have dots in their names.
4867
4868         * gnus-art.el (gnus-article-view-part): Doc fix.
4869
4870         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4871         XEmacs-compatible.
4872         (gnus-html-put-image): Don't do images on non-graphic displays.
4873
4874         * nnslashdot.el: Remove this unused backend.
4875
4876         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4877         actions.
4878         (gnus-undo-register-1): Revert last change.
4879
4880         * gnus-group.el (gnus-group-completing-read): Protect against not
4881         having completion-styles bound.
4882
4883         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4884         make broken recipients happier.
4885
4886         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4887
4888         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4889         point parameter.
4890
4891         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4892
4893         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4894         completion-styles for group selection.
4895
4896 2009-02-04  Andreas Schwab  <schwab@suse.de>
4897
4898         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4899         headers and regexp-quote the match if necessary.
4900
4901 2009-03-24  Miles Bader  <miles@gnu.org>
4902
4903         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4904         the blinking smiley.
4905
4906 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4907
4908         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4909         blink smiley.
4910
4911 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4914         where the dribbel file lives exists.
4915
4916         * message.el (message-send-mail-partially-limit): Change the default to
4917         nil, since most people don't want this.
4918
4919         * mm-url.el (mm-url-decode-entities): Also decode entities like
4920         &#x3212.
4921
4922 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4923
4924         * gnus-sum.el (gnus-summary-idna-message):
4925         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4926         Hyperlink urls in docstrings with URL `...'.
4927
4928 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4929
4930         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4931         functions.
4932
4933 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4936         say what the mouseover text should be.
4937
4938         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4939         version of the mm-w3m-safe-url-regexp variable to only download images
4940         in the groups where we want that to happen.
4941
4942         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4943
4944         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4945         easier debugging.
4946         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4947         big pictures in the article buffer.
4948
4949         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4950         gnus-article-html.
4951         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4952         w3m.
4953
4954         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4955
4956 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4959         which doesn't exist.
4960
4961         * message.el (message-inhibit-ecomplete): New variable to allow some
4962         function to inhibit ecomplete address storage.
4963         (message-resend): Disable ecomplete message storage when resending
4964         messages.
4965
4966         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4967
4968 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4971         Save excursion while copying, moving, and deleting articles in order to
4972         prevent the cursor from jumping to unforeseen place.
4973
4974 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * lpath.el: No need to bind bookmark-current-buffer,
4977         bookmark-yank-point and bookmark-make-record-function.
4978
4979 2010-08-17  Glenn Morris  <rgm@gnu.org>
4980
4981         * gnus-sync.el: Require gnus components whose functions are used.
4982
4983         * gnus-art.el (bookmark-make-record-function):
4984         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4985         Declare for compiler.
4986
4987         * mm-url.el (mml-compute-boundary): Autoload.
4988
4989 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4992
4993 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         Typo fix "hoo4a" -> "hook".
4996
4997         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4998
4999 2010-08-14  Glenn Morris  <rgm@gnu.org>
5000
5001         * gnus-sync.el (gnus-sync): Fix defgroup version.
5002
5003 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5006
5007         * gnus-sync.el: Fix docs.
5008         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5009         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5010
5011 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         Optimizations for gnus-sync.el.
5014
5015         * gnus-sync.el: Add docs about gnus-sync-backend
5016         possibilities.
5017         (gnus-sync-save): Remove unnecessary message.
5018         (gnus-sync-read): Optimize and show what groups were skipped.
5019
5020 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         Minor bug fixes for gnus-sync.el.
5023
5024         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5025         Don't read the sync on get-new-news.
5026
5027         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5028         quiet.
5029
5030         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5031         (fix typo).
5032
5033 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5034
5035         Make saving and restoring of hidden threads work with overlays.
5036         Patch applied by Ted Zlatanov.
5037
5038         * gnus-sum.el (gnus-hidden-threads-configuration)
5039         (gnus-restore-hidden-threads-configuration): Update to deal with text
5040         properties, rather than searching for a magic character.
5041
5042 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         New gnus-sync.el library for synchronization of marks.
5045
5046         * gnus-sync.el: New library for synchronization of marks.
5047
5048         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5049         renamed from `gnus-registry-grep-in-list'.
5050
5051         * gnus-registry.el (gnus-registry-follow-group-p):
5052         Use `gnus-grep-in-list'.
5053
5054         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5055
5056 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5059         determining charset of text fails.
5060
5061 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * nnmail.el (nnmail-get-new-mail-1): Revert.
5064
5065         * nnml.el (nnml-active-number): Make sure names of newly created groups
5066         in nnml-group-alist are encoded.
5067
5068 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5071         containing non-ASCII characters in active file for nnml back end.
5072
5073 2010-07-24  David Engster  <dengste@eml.cc>
5074
5075         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5076         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5077
5078 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5079
5080         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5081         tag (Bug#6654).
5082
5083 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5086         the article buffer, not the summary buffer.
5087
5088 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5091         Emacs 23 as well.
5092
5093 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5096         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5097
5098 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5099
5100         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5101         Patch applied by Karl Fogel.
5102
5103         * gnus-sum.el (gnus-summary-bookmark-make-record):
5104         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5105
5106 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5107
5108         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5109         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5110         C-w still not working correctly from Article buffers; Thierry's
5111         patch to fix that will be applied after this.
5112
5113         * gnus-art.el (bookmark-make-record-function): New local variable.
5114
5115         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5116         article buffer.
5117         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5118
5119 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5120
5121         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5122         on changes in bookmark.el.
5123
5124 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5127         `no-log' instead of message not to log prompt string.
5128
5129 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5130
5131         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5132         the *other* type of HTML form submission.
5133
5134 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5135
5136         * auth-source.el (auth-source-pick): If choice does not contain a
5137         questioned keyword, set the check to t.
5138
5139 2010-06-12  Romain Francoise  <romain@orebokech.com>
5140
5141         * gnus-util.el (gnus-date-get-time): Move up before first use.
5142
5143 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5146         (gnus-article-edit-part): Bind it to make last part that is substituted
5147         or deleted visible.
5148         (gnus-mime-display-single): Buttonize part of which id equals to
5149         gnus-mime-buttonized-part-id.
5150
5151 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5152
5153         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5154         (gnus-dd-mmm): Use gnus-date-get-time.
5155         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5156         simplify logic.
5157         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5158         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5159
5160 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5161
5162         * auth-source.el (top): Autoload `secrets-list-collections',
5163         `secrets-create-item', `secrets-delete-item'.
5164         (auth-sources): Fix tag string.
5165         (auth-get-source, auth-source-retrieve, auth-source-create)
5166         (auth-source-delete): New defuns.
5167         (auth-source-pick): Rewrite in order to avoid 2 passes.
5168         (auth-source-forget-user-or-password): New parameter USERNAME.
5169         (auth-source-user-or-password): New parameters CREATE-MISSING and
5170         DELETE-EXISTING.  Retrieve password interactively, if needed.
5171
5172 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5173
5174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5175         deleting unused directories when gnus-expert-user is t.
5176
5177 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5180         for each temp file when gnus-article-browse-delete-temp is ask.
5181
5182 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5185         Lisp calls to delete-backward-char by calls to delete-char.
5186
5187 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5188
5189         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5190
5191 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5192
5193         * password-cache.el (password-cache-remove): Fix docstring.
5194
5195 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5198         article unless decoding article to be saved.
5199
5200 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5203         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5204         generated within the mm-with-unibyte-current-buffer macro.
5205
5206 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5209         to nil when we're in a mml-preview buffer and no group is selected.
5210
5211 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5212
5213         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5214         when catching the `C-g'.  Reported by "Leo".
5215
5216 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * message.el (message-forward-make-body-plain)
5219         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5220         multibyte-string-p.
5221
5222         * lpath.el: Revert.
5223
5224 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * message.el (message-forward-make-body-mml): Assume original message
5227         is multibyte string; error on unibyte.
5228         (message-forward-make-body-plain): Ditto; don't add excessive newline
5229         in body end.
5230
5231         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5232
5233 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5234
5235         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5236         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5237
5238 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * mm-extern.el (mm-extern-url): Don't use
5241         mm-with-unibyte-current-buffer.
5242         (mm-extern-cache-contents): Use with-current-buffer instead of
5243         save-excursion + set-buffer.
5244
5245 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * mm-util.el (mm-emacs-mule): Remove.
5248
5249 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5250
5251         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5252         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5253         change.
5254
5255 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5258         bind the default value of enable-multibyte-characters to nil.
5259
5260 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * message.el (message-forward-make-body-plain)
5263         (message-forward-make-body-mml):
5264         Don't use mm-with-unibyte-current-buffer.
5265
5266 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5269
5270 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5271
5272         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5273         (Bug#5592).
5274
5275 2010-05-07  Julien Danjou  <julien@danjou.info>
5276
5277         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5278         it to mm-pipe-part.
5279
5280         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5281         it is given.
5282
5283 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * binhex.el (binhex-decode-region-internal)
5286         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5287         (dns-query)
5288         * nnweb.el (nnweb-gmane-search)
5289         * pgg-parse.el (pgg-parse-armor)
5290         * pgg.el (pgg-verify-region)
5291         * sha1.el (sha1-string-external)
5292         * uudecode.el (uudecode-decode-region-internal)
5293         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5294         XEmacs.
5295
5296         * gnus-art.el (gnus-article-browse-html-parts)
5297         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5298         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5299         make-temp-file.
5300
5301         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5302         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5303         compiling.
5304
5305         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5306         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5307         XEmacs when compiling.
5308
5309         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5310         gnus-pick-mode-off-hook for XEmacs when compiling.
5311         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5312         gnus-binary-mode-off-hook for XEmacs when compiling.
5313
5314         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5315         Return nil if char-charset is not available.
5316
5317         * imap.el (imap-disable-multibyte)
5318         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5319         macros.
5320
5321         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5322         instead of encode-coding-string.
5323
5324         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5325         'xemacs) instead of mm-emacs-mule to switch function definitions.
5326         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5327
5328         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5329         bind temporary-file-directory for XEmacs;
5330         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5331         timer-set-function for XEmacs 21.4 and SXEmacs;
5332         bind timer-list for XEmacs 21.4 and SXEmacs;
5333         fbind char-charset and find-charset-region for non-Mule XEmacs;
5334         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5335         encode-coding-region and encode-coding-string for XEmacs having no
5336         file-coding feature.
5337
5338 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5339
5340         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5341
5342 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5345         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5346
5347 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5348
5349         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5350         alias `jka-compr-delete-temp-file' no longer exists.
5351
5352 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         Use define-minor-mode in Gnus where applicable.
5355         * mml.el (mml-mode): Use define-minor-mode.
5356         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5357         (gnus-undo-mode): Use define-minor-mode.
5358         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5359         (gnus-dead-summary-mode): Use define-minor-mode.
5360         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5361         Initialize in declaration.
5362         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5363         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5364         (gnus-mailing-list-mode): Use define-minor-mode.
5365         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5366         (gnus-draft-mode): Use define-minor-mode.
5367         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5368         (gnus-dired-mode): Use define-minor-mode.
5369
5370 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5371
5372         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5373         handles on recursive mml-to-mime translation and check them for
5374         boundary delimiter collisions.  Reported by Greg Troxel.
5375
5376 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5379
5380 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * mm-util.el (mm-find-buffer-file-coding-system):
5383         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5384
5385 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5386
5387         * message.el (message-generate-headers): Record insertion of optional
5388         headers as well.  Otherwise the check to prevent repeated insertion of
5389         optional headers is a no-op.
5390
5391 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * smime.el: Don't mention CVS.
5394
5395         * nnrss.el (nnrss-fetch): Don't mention CVS.
5396
5397         * nnir.el: Don't mention CVS.
5398
5399 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5400
5401         * gnus-sum.el (gnus-summary-bookmark-make-record):
5402         Add `location' field.
5403
5404 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * lpath.el: Fbind bookmark-default-handler,
5407         bookmark-get-bookmark-record, bookmark-make-record-default,
5408         bookmark-prop-get for Emacs <23 and XEmacs.
5409
5410 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5411
5412         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5413         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5414         Use with-current-buffer to silence the byte-compiler.
5415         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5416         bother to require `gnus'.
5417         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5418
5419 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5420
5421         * gnus-sum.el (gnus-summary-bookmark-make-record)
5422         (gnus-summary-bookmark-jump): New functions.
5423         (gnus-summary-mode): Setup bookmark support.
5424
5425 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5426
5427         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5428         if set.
5429
5430 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5433         gnus-article-browse-html-save-cid-image; make it work recursively for
5434         forwarded messages as well.
5435         (gnus-article-browse-html-parts): Work when prefix arg is given.
5436         (gnus-article-browse-html-article): Doc fix.
5437
5438 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5439
5440         * message.el (message-default-mail-headers):
5441         (message-default-headers): Carry the value mail-default-headers over
5442         into message-default-mail-headers, rather than message-default-headers.
5443
5444 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5445
5446         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5447         charset.
5448
5449         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5450         charset into the <meta> tag when the article is encoded to utf-8.
5451
5452 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-art.el (gnus-article-browse-delete-temp-files):
5455         Delete directories as well.
5456         (gnus-article-browse-html-parts): Work for images that do not specify
5457         file names; delete temp directory when quitting; insert header at the
5458         right place; use file: scheme for image files.
5459
5460 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5461
5462         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5463         (gnus-article-browse-html-parts): Use it to make temporary cid image
5464         files in addition to html file so that browser may display them.
5465
5466 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5469
5470 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5473
5474 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * auth-source.el (auth-sources): Change default to be simpler.
5477         Explain about Secret Service API sources.  Improve Customize options.
5478         (auth-source-pick): Change to accept any number of search parameters.
5479         Implement fallbacks iteratively, not recursively.  Add scoring on the
5480         second pass and sort by score.  Call Secret Service API when needed.
5481         (auth-source-user-or-password): Use it.  Call Secret Service API
5482         directly when needed to get the user name and the password.
5483
5484 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5485
5486         * message.el (message-interactive): Doc fix.
5487         (message-qmail-inject-args): Reflow.
5488         (message-kill-to-signature): Fix typo in docstring.
5489
5490         * smiley.el (smiley-buffer): Fix typo in docstring.
5491
5492 2010-03-24  Glenn Morris  <rgm@gnu.org>
5493
5494         * mail-source.el (gnus-message): Declare.
5495         (mail-source-delete-old-incoming): Require gnus-util.
5496
5497 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5500
5501         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5502
5503         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5504         password-cache's default if it is not bound.
5505         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5506         password-cache-expiry's default if it is not bound.
5507
5508         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5509         available in Emacs 21.
5510
5511         * lpath.el: Suppress compiler warnings for:
5512         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5513         XEmacs;
5514         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5515         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5516         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5517
5518 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * auth-source.el (auth-sources): Fix up definition so extra parameters
5521         are always inline.
5522
5523 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5524
5525         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5526         wasn't updated after mismatch.  Clear cached mailbox info correctly
5527         when uidvalidity changes.
5528         (nnimap-group-prefixed-name): New function to avoid some code
5529         duplication.
5530         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5531         (nnimap-request-group): Use it.
5532         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5533         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5534         with many imap folders.  This is done by caching the group status from
5535         the imap server persistently in a group parameter `imap-status'.  (This
5536         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5537         but not persistently, so every Gnus startup was still very slow.)
5538
5539 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5542         delete the extra newline.  Otherwise editing of :string and :number
5543         types don't work.
5544
5545 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5546
5547         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5548         secrets.el dependency.
5549         (auth-sources): Add optional user name.  Add secrets.el configuration
5550         choice (unused right now).
5551
5552 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * gnus-sum.el (gnus-summary-make-menu-bar):
5555         Let `gnus-registry-install-shortcuts' fill in the functions.
5556
5557         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5558         warnings.
5559         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5560         (gnus-registry-install-shortcuts): Populate and use it in a
5561         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5562
5563 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5564
5565         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5566         In-place substitutions for the group name encoding/decoding.
5567         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5568         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5569         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5570         (nnimap-update-unseen, nnimap-request-list)
5571         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5572         (nnimap-request-set-mark, nnimap-split-to-groups)
5573         (nnimap-split-articles, nnimap-request-newgroups)
5574         (nnimap-request-create-group, nnimap-request-accept-article)
5575         (nnimap-request-delete-group, nnimap-request-rename-group)
5576         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5577         `encoded-mbx' for consistency.
5578         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5579         variable `imap-current-mailbox'.
5580
5581         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5582         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5583
5584 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5585
5586         * pop3.el (pop3-display-message-size-flag): Display message size byte
5587         counts during POP3 download.
5588         (pop3-movemail): Use it.
5589         (pop3-list): Implement listing of available messages.
5590
5591 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5592
5593         * nnir.el (nnir-get-article-nov-override-function): New function to
5594         override the normal NOV retrieval.
5595         (nnir-retrieve-headers): Use it.
5596
5597 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5598
5599         * auth-source.el (netrc-machine-user-or-password): Autoload.
5600
5601 2010-03-19  Glenn Morris  <rgm@gnu.org>
5602
5603         Stop message.el from loading about 40 libraries it doesn't always need.
5604         The general approach is to autoload rather than require, and to
5605         require in the specific functions rather than the file.  (Bug#5642)
5606
5607         * gmm-utils.el: Don't require wid-edit.
5608         (widget-create-child-value, widget-convert, widget-default-get):
5609         Autoload.
5610
5611         * gnus-util.el: Don't require time-date, netrc.
5612         (message-fetch-field, gnus-group-name-decode): Declare rather than
5613         autoloading.
5614         (gnus-fetch-field): Require message.
5615         (gnus-decode-newsgroups): Require gnus-group.
5616
5617         * ietf-drums.el: Don't require time-date.
5618
5619         * message.el: Don't require hashcash, canlock, ecomplete.
5620         Do require mail-utils.  Require nnheader only when compiling.
5621         (smtpmail-default-smtp-server): Remove declaration.
5622         (message-send-mail-function): Check smtpmail-default-smtp-server
5623         is bound rather than requiring smtpmail.
5624         (message-auto-save-directory, message-insert-signature):
5625         Use expand-file-name rather than nnheader-concat.
5626         (nnheader-insert-file-contents): Autoload.
5627         (hashcash-wait-async): Declare.
5628         (message-send-mail): Only call gnus-setup-posting-charset if
5629         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5630         (message-send-mail-with-sendmail): Require sendmail.
5631         (canlock-password, canlock-password-for-verify): Declare.
5632         (message-canlock-password): Require canlock.
5633         (nnheader-get-report): Autoload.
5634         (gnus-setup-posting-charset): Declare.
5635         (message-send-news): Require gnus-msg.
5636         (message-make-references, message-make-in-reply-to): Use mail-header-id
5637         rather than the alias mail-header-message-id.
5638         (ecomplete-add-item, ecomplete-save): Declare.
5639         (message-put-addresses-in-ecomplete): Require ecomplete.
5640         (ecomplete-display-matches): Autoload.
5641
5642         * mm-decode.el: Don't require mailcap, gnus-util.
5643         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5644         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5645         Autoload.
5646         (mailcap-mime-extensions): Declare.
5647
5648         * mm-encode.el: Don't require mailcap.
5649         (mailcap-extension-to-mime): Autoload.
5650
5651         * mml-sec.el: Don't require password-cache.
5652
5653         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5654         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5655         (mml-minibuffer-read-type): Require mailcap.
5656         (mml-preview): Require gnus-msg.
5657
5658         * mml1991.el: Require password-cache.
5659         (password-cache-expiry): Remove declaration.
5660
5661         * mml2015.el: Require password-cache.
5662         (password-cache-expiry): Remove declaration.
5663
5664         * nneething.el (mailcap): Require mailcap.
5665
5666         * nnheader.el (declare-function): Add compatibility stub.
5667         (message-remove-header): Declare rather than autoload.
5668         (nnheader-replace-header): Require message.
5669
5670         * nnimap.el (declare-function): Add compatibility stub.
5671         (netrc-parse, netrc-machine-user-or-password): Declare.
5672         (nnimap-open-connection): Require netrc.
5673
5674         * nntp.el (declare-function): Add compatibility stub.
5675         (netrc-parse, netrc-machine, netrc-get): Declare.
5676         (nntp-send-authinfo): Require netrc.
5677
5678         * rfc2047.el: Don't require qp.
5679         (quoted-printable-encode-region, quoted-printable-decode-string):
5680         Autoload.
5681
5682         * sieve-mode.el: Don't require easymenu.
5683         (easy-menu-add-item): Autoload it.
5684
5685         * spam-stat.el (time-to-number-of-days): Autoload it.
5686
5687 2010-03-19  Glenn Morris  <rgm@gnu.org>
5688
5689         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5690
5691 2010-03-18  Glenn Morris  <rgm@gnu.org>
5692
5693         * hashcash.el (declare-function): Remove duplicate definition.
5694
5695 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5696
5697         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5698         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5699         value if any backslash escapes).
5700
5701 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5704         if it is available.  (bug#5647)
5705
5706         * lpath.el: Suppress compiler warning for coding-system-from-name for
5707         Emacs 21 and XEmacs.
5708
5709 2010-03-14  Juri Linkov  <juri@jurta.org>
5710
5711         * hmac-def.el:
5712         * hmac-md5.el:
5713         * netrc.el: Fix keywords.
5714
5715 2010-02-26  Glenn Morris  <rgm@gnu.org>
5716
5717         * message.el (message-send-mail-function): Change the default, so that
5718         it inherits from a customized send-mail-function.  (Bug#5643)
5719
5720 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5721
5722         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5723         shell-command-to-string signals an error (bug#5299).
5724
5725 2010-02-24  Glenn Morris  <rgm@gnu.org>
5726
5727         * message.el (message-smtpmail-send-it)
5728         (message-send-mail-with-mailclient): Doc fixes.
5729
5730 2010-02-16  Glenn Morris  <rgm@gnu.org>
5731
5732         * message.el (message-default-mail-headers): Change the default value
5733         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5734
5735 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5738         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5739
5740 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5741
5742         * time-date.el (date-to-time): Doc fix (Bug#5408).
5743
5744 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5745
5746         * message.el (message-mail): Just pass yank-action on to message-setup.
5747         (message-setup): Handle (FUN . ARGS) form of yank-action.
5748         (message-with-reply-buffer, message-widen-reply)
5749         (message-yank-original): Handle non-buffer values of
5750         message-reply-buffer (Bug#4080).
5751         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5752
5753 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5754
5755         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5756         Fix typo in docstring.
5757
5758 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5759
5760         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5761         response.
5762
5763 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5766
5767         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5768
5769         * message.el (message-check-news-header-syntax): Protect against a
5770         string that `rfc822-addresses' returns when parsing fails.
5771
5772 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5775         (gnus-previous-char-property-change): New functions.
5776
5777         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5778
5779 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5780
5781         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5782         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5783
5784 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5785
5786         * message.el (message-exchange-point-and-mark): Rework last change to
5787         avoid using optional arg of exchange-point-and-mark, for backward
5788         compatibility.
5789
5790 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5791
5792         * message.el (message-exchange-point-and-mark):
5793         Call exchange-point-and-mark with an argument rather than setting
5794         mark-active by hand (Bug#5175).
5795
5796 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * nntp.el (nntp-service-to-port): Work for service expressed with
5799         numeric string; replace [:digit:] with [0-9] for XEmacs.
5800
5801 2009-12-17  Glenn Morris  <rgm@gnu.org>
5802
5803         * gnus-group.el (gnus-bug-group-download-format-alist):
5804         Change emacs entry to debbugs.gnu.org.  Bump :version.
5805
5806 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5809
5810 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * message.el (message-info): Explain why we use `Info-goto-node'.
5813
5814 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5817
5818 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5819
5820         * message.el (message-completion-in-region): New compatibility function.
5821         (message-expand-group): Use it.
5822
5823 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5826         with no unread article should be listed if the 2nd arg `predicate' is
5827         given.
5828
5829 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5832
5833 2009-11-29  Juri Linkov  <juri@jurta.org>
5834
5835         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5836         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5837         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5838
5839 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5840
5841         * sha1.el (sha1-string-external): default-directory "/" in case
5842         otherwise non-existent.  process-connection-type pipe for touch of
5843         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5844
5845 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5846
5847         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5848         it's comms related and sgml-mode.el has "comm" on that basis too.
5849
5850 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5853         containing tspecial characters if they have been already quoted.
5854
5855 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5856
5857         * dns-mode.el (auto-mode-alist): Purecopy string.
5858
5859 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5860
5861         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5862
5863 2009-10-24  Glenn Morris  <rgm@gnu.org>
5864
5865         * gnus-art.el (help-xref-stack-item): Define for compiler.
5866
5867 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5868
5869         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5870
5871 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5874
5875 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5878         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5879
5880 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5883         (gnus-overlays-in): New alias to overlays-in.
5884
5885         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5886         gnus-overlay-get, and gnus-delete-overlay.
5887         (gnus-summary-show-thread): Make it work as well for systems in which
5888         next-single-char-property-change is not available.
5889         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5890
5891         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5892         (gnus-overlay-get): New alias to extent-property.
5893         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5894
5895         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5896         SXEmacs.
5897
5898         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5899         SXEmacs.
5900
5901 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5904
5905 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5906
5907         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5908         and XEmacs that don't have `remove-overlays'.
5909
5910 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5913         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5914         selective display.  Use overlays instead.
5915
5916 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5917
5918         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5919
5920 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5921
5922         * spam-stat.el (spam-stat-load): Fix typo in message.
5923
5924 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5925
5926         * dig.el (dig-invoke): Fix typo in docstring.
5927         (query-dig): Reflow docstring.
5928
5929 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5930
5931         * gnus-art.el (gnus-article-encrypt-body):
5932         * message.el (message-check-recipients):
5933         * mm-util.el (mm-codepage-setup):
5934         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5935         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5936
5937 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5938
5939         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5940         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5941         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5942         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5943         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5944
5945 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5946
5947         * dig.el: Add "Keywords: comm", as per net-utils.el.
5948
5949 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5950
5951         * dig.el (dig-mode): Use define-derived-mode.
5952
5953 2009-09-19  Glenn Morris  <rgm@gnu.org>
5954
5955         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5956
5957 2009-09-18  Glenn Morris  <rgm@gnu.org>
5958
5959         * gnus-diary.el (gnus-diary-check-message):
5960         * message.el (message-insert-formatted-citation-line):
5961         * nnbabyl.el (top-level):
5962         * nndiary.el (nndiary-schedule):
5963         Fix typos in condition-case handlers.
5964
5965 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5968         configuration that provides the sole article window in a frame;
5969         position point correctly after deleting a part.
5970
5971 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5972
5973         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5974         (spam-resolve-registrations-routine): Use it to unregister articles
5975         that change status.
5976
5977 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5980         with XEmacs.
5981         (parse-time-string-chars): Use it.
5982
5983 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * imap.el (imap-interactive-login): Better messages.
5986         (imap-open): Fix bug with renamed buffer on reconnect.
5987         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5988         for easier debugging and cleaner code.  On successful (guessed based on
5989         server capabilities) secondary authentication, set imap-state
5990         correctly.
5991         (imap-last-authenticator): Define imap-last-authenticator as a variable
5992         to avoid warnings.
5993
5994 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * nnrss.el (nnrss-request-article): Remove binding of
5997         default-enable-multibyte-characters that has gotten needless by
5998         the 2007-07-13 change in rfc2047-encode-message-header.
5999
6000         * mml.el (mml-insert-multipart): Error on the message header.
6001         (mml-insert-part): Error on the message header; position point at
6002         the end of a MIME tag.
6003
6004 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * time-date.el (autoload): Expand define-obsolete-function-alias into
6007         defalias and make-obsolete for old Emacsen that Gnus supports.
6008         (with-no-warnings): Define it for old Emacsen.
6009         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6010         is available.
6011         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6012         float-time is available; suppress compile warning for time-to-seconds.
6013
6014         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6015         (gnus-float-time): Alias to float-time if it exists.
6016
6017         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6018         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6019         float-time is available; suppress compile warning for time-to-seconds.
6020
6021         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6022         XEmacs.
6023
6024 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * imap.el (imap-message-map): Docstring fix.
6027
6028 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6031         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6032         Add the optional argument `encoding' that overrides the default.
6033
6034         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6035         mm-encode-buffer.
6036
6037 2009-09-04  Glenn Morris  <rgm@gnu.org>
6038
6039         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6040         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6041         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6042         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6043         * mm-util.el (mm-with-unibyte-current-buffer)
6044         (mm-find-buffer-file-coding-system):
6045         * yenc.el (yenc-decode-region): Use default-value rather than
6046         default-enable-multibyte-characters.
6047
6048 2009-09-03  Glenn Morris  <rgm@gnu.org>
6049
6050         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6051         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6052         than default-enable-multibyte-characters.
6053
6054 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6055
6056         * gnus-art.el (gnus-article-read-summary-keys):
6057         Fix gnus-buffer-configuration's value temporarily used.
6058
6059 2009-09-02  Glenn Morris  <rgm@gnu.org>
6060
6061         * gnus-util.el (gnus-float-time): New function.
6062         * gnus-delay.el (gnus-delay-article):
6063         * gnus-sum.el (gnus-thread-latest-date):
6064         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6065         * nnspool.el (nnspool-request-newgroups):
6066         Use gnus-float-time rather than time-to-seconds.
6067         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6068
6069         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6070         (gnus-header-subject-face, gnus-header-newsgroups-face)
6071         (gnus-header-name-face, gnus-header-content-face):
6072         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6073         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6074         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6075         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6076         (gnus-cite-face-11):
6077         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6078         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6079         (gnus-server-closed-face, gnus-server-denied-face)
6080         (gnus-server-offline-face):
6081         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6082         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6083         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6084         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6085         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6086         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6087         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6088         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6089         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6090         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6091         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6092         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6093         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6094         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6095         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6096         (gnus-summary-high-undownloaded-face)
6097         (gnus-summary-low-undownloaded-face)
6098         (gnus-summary-normal-undownloaded-face)
6099         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6100         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6101         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6102         (gnus-splash-face):
6103         * message.el (message-header-to-face, message-header-cc-face)
6104         (message-header-subject-face, message-header-newsgroups-face)
6105         (message-header-other-face, message-header-name-face)
6106         (message-header-xheader-face, message-separator-face)
6107         (message-cited-text-face, message-mml-face):
6108         * sieve-mode.el (sieve-control-commands-face)
6109         (sieve-action-commands-face, sieve-test-commands-face)
6110         (sieve-tagged-arguments-face):
6111         * spam.el (spam-face):
6112         Mark face aliases with "-face" in the name as obsolete.
6113
6114 2009-09-01  Glenn Morris  <rgm@gnu.org>
6115
6116         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6117         than goto-line.
6118
6119 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6122         Don't move point if the command is invoked inside the message header.
6123
6124 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * imap.el (imap-send-command): Simplify.
6127         (imap-wait-for-tag): point-max -> buffer-size.
6128
6129 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6130
6131         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6132         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6133         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6134         * nnir.el (nnir-swish-e-index-file):
6135         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6136         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6137         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6138         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6139         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6140         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6141
6142 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6145         Don't save excursion.
6146
6147 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6148
6149         * nnheader.el (nnheader-find-file-noselect):
6150         * mm-util.el (mm-insert-file-contents):
6151         Use (default-value 'major-mode) instead of default-major-mode.
6152
6153 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6154
6155         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6156
6157 2009-08-26  Glenn Morris  <rgm@gnu.org>
6158
6159         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6160         than placing in files.el.
6161
6162 2009-08-25  Glenn Morris  <rgm@gnu.org>
6163
6164         * nnir.el (top-level): Don't require cl at run-time.
6165         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6166         Replace cl-function substitute with gnus-replace-in-string.
6167         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6168         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6169         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6170         simplified expansions.
6171
6172 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6173
6174         * dig.el (dig): Add autoload cookie.
6175
6176 2009-08-22  Glenn Morris  <rgm@gnu.org>
6177
6178         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6179         goto-line.
6180
6181 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6182
6183         * parse-time.el (parse-time-string-chars): Save match data.
6184
6185 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6186
6187         * parse-time.el (parse-time-string-chars): Compute using character
6188         classes, to handle non-ascii characters (Bug#3190).
6189
6190 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6193
6194         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6195         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6196         (gnus-mm-display-part, gnus-mime-display-single)
6197         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6198         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6199
6200         * gnus-sum.el
6201         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6202         (gnus-summary-move-article): Add expirable mark to articles copied or
6203         moved to group that has auto-expire turned on if the option is non-nil.
6204
6205 2009-07-24  Glenn Morris  <rgm@gnu.org>
6206
6207         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6208         Fix typo.  (Bug#3903)
6209
6210 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6213         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6214         that should not be used for draft articles.
6215         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6216         that has no concern in minor mode keys.
6217         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6218         Abolish.
6219
6220 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6223         article without making inquiry to a user for unknown encoding.
6224
6225         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6226         (nnmaildir--scan): Assume i-node and device number that file-attributes
6227         returns might be cons-cell.
6228
6229         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6230
6231         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6232
6233 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * auth-source.el: Remove docs now in auth.texi.  Don't use
6236         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6237         `auth-source-hide-passwords' and use them.
6238
6239 2009-07-15  Glenn Morris  <rgm@gnu.org>
6240
6241         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6242
6243 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6246         excessive whitespace from the default values of title and description.
6247
6248 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6251         mail-fetch-field to fetch Content-Description header in order to
6252         exclude newlines.
6253
6254 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6255
6256         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6257         format used by GnuPG 2.0.11.
6258
6259 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6262         to deleted part.
6263
6264 2009-05-30  David Engster  <dengste@eml.cc>
6265
6266         * nnmairix.el: Remove old documentation in the commentary block.
6267         (nnmairix-request-group): Do not update active file for nnml back ends.
6268         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6269         end so that overview files are ignored.
6270         (nnmairix-update-groups): Make updating the groups more robust by using
6271         marks.
6272         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6273         with dollar characters in message-id.
6274
6275 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6278         2008-12-25 in dns.el.
6279
6280 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6283         could happen if the text is only composed of spaces and/or tabs.
6284
6285 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6286
6287         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6288         when sending a queued message to avoid extra mml tags.
6289
6290 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6293
6294 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6297         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6298         rmail-toggle-header for XEmacs;
6299         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6300
6301 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-dired.el: Remove autoload for gnus-setup-message.
6304         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6305         displaying Gnus logo; always use compose-mail.
6306
6307 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6310
6311 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6314         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6315         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6316         available.
6317         (gnus-nocem-epg-verify): New function.
6318
6319 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6322
6323 2009-02-15  Glenn Morris  <rgm@gnu.org>
6324
6325         * gnus-util.el (rmail-insert-rmail-file-header)
6326         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6327         autoloads.
6328         (rmail-default-rmail-file): Remove unnecessary declaration.
6329         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6330
6331 2009-02-14  Glenn Morris  <rgm@gnu.org>
6332
6333         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6334         variable (only used in gnus-util, which declares it anyway).
6335         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6336         which was only needed by gnus-art (changed to not use it any more).
6337         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6338         only used in gnus-util, which autoloads it itself.
6339         (rmail-update-summary): Fix autoload.
6340
6341         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6342         rather than rmail-output-to-rmail-file.
6343
6344 2009-02-07  Glenn Morris  <rgm@gnu.org>
6345
6346         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6347         autoload of function that no longer exists.
6348         (rmail-toggle-header): Declare.
6349         (message-forward-rmail-make-body): Handle mbox Rmail.
6350
6351 2009-01-31  Glenn Morris  <rgm@gnu.org>
6352
6353         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6354         2009-01-09 change.
6355
6356 2009-01-31  Dave Love  <fx@gnu.org>
6357
6358         * imap.el (imap-fetch-safe): Bind debug-on-error.
6359         (imap-debug): Add imap-fetch-safe.
6360
6361 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6362
6363         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6364         (auth-source-forget-all-cached): New convenience function.
6365         (auth-source-user-or-password): Accept list of modes or a single mode.
6366
6367         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6368         auth-source modes.
6369
6370         * netrc.el (netrc-machine-user-or-password): Use list of
6371         auth-source modes.
6372
6373         * nnimap.el (nnimap-open-connection): Use list of
6374         auth-source modes.
6375
6376         * nntp.el (nntp-send-authinfo): Use list of
6377         auth-source modes.
6378
6379 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6382         now.
6383
6384 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6387         coding system in XEmacs; add a workaround for XEmacs.
6388
6389         * lpath.el: Fbind coding-system-aliasee.
6390
6391 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6394         of current-language-environment.
6395
6396 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6399         available at runtime.
6400
6401 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6404
6405 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6406
6407         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6408         the greatest positive fixnum value doesn't work under an XEmacs with
6409         bignum support; use the most-positive-fixnum constant instead,
6410         available since Emacs 21.1 with cl and XEmacs 21.1.
6411
6412 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6415         XEmacs gets not to work.
6416
6417 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * mm-util.el (mm-coding-system-priorities): Allow the value like
6420         "Japanese (UTF-8)" of current-language-environment.
6421
6422 2009-01-09  Glenn Morris  <rgm@gnu.org>
6423
6424         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6425         with last-command-event.
6426
6427 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6430         in the doc string.
6431
6432         * message.el (message-fix-before-sending): Amend comment.
6433
6434 2009-01-08  Dave Love  <fx@gnu.org>
6435
6436         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6437
6438 2009-01-07  David Engster  <dengste@eml.cc>
6439
6440         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6441         simplified server definitions by converting it via
6442         gnus-server-to-method.
6443
6444 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6447         parameter's operands.
6448
6449 2009-01-06  David Engster  <dengste@eml.cc>
6450
6451         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6452         primary select method (for gnus-group-mark-article-as-read).
6453
6454 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6455
6456         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6457         `(gnus)Face', not `(gnus)X-Face'.
6458
6459 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * mm-util.el (mm-ucs-to-char): New function.
6462
6463         * mm-url.el (mm-url-decode-entities): Use it.
6464
6465         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6466         unicode-to-char.
6467
6468 2009-01-05  Dave Love  <fx@gnu.org>
6469
6470         * time-date.el: Require cl for `declare'.
6471
6472 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6475         Dave Love.
6476
6477 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * message.el (message-fix-before-sending): Add `eight-bit' to
6480         illegible-text check.
6481
6482 2009-01-03  Michael Olson  <mwolson@gnu.org>
6483
6484         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6485         `headers' is nil.  This can occur if the IMAP server does not have
6486         permissions to read messages from a folder, but can write new messages
6487         to the folder.
6488         (nnimap-request-article-part): Do not insert `data' if it is nil.
6489
6490         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6491         characters which will confuse `read', so skip past them.
6492
6493 2009-01-01  Dave Love  <fx@gnu.org>
6494
6495         * imap.el (imap-string-to-integer): Fix typo.
6496         (imap-fetch-safe): New function.
6497         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6498
6499         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6500
6501         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6502         (imap-parse-greeting): Fix doc strings.
6503         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6504         (imap-parse-flag-list): Make messages unique.
6505         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6506
6507         * nnimap.el: Fix author email.
6508         (nnimap-split-rule): Add FIXME comment.
6509         (nnimap-debug): Fix doc string.
6510
6511 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6514
6515 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6518         nslookup if resolv.conf isn't available.
6519         (dns-query): Rename from query-dns.
6520         (dns-query-cached): Rename from query-dns-cached.
6521
6522 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6525         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6526         to check if those variables exist (first appeared in Emacs 18.50).
6527
6528 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * mm-util.el (mm-line-number-at-pos): New function.
6531
6532         * spam-report.el (spam-report-process-queue): Use it.
6533
6534 2008-12-24  David Engster  <dengste@eml.cc>
6535
6536         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6537         parameters that haven't existed as variables as buffer-local variables.
6538
6539 2008-12-23  Dave Love  <fx@gnu.org>
6540
6541         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6542         cadar.
6543
6544         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6545         imap-starttls-p.
6546         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6547
6548 2008-12-22  Dave Love  <fx@gnu.org>
6549
6550         * imap.el: Fix author email.  Doc fixes.
6551         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6552         reply.
6553
6554 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * spam-report.el (spam-report-gmane-max-requests): New constant.
6557         (spam-report-gmane-wait): New variable.
6558         (spam-report-gmane-ham, spam-report-gmane-spam)
6559         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6560         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6561         the server.
6562
6563         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6564         Add explanations.
6565
6566         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6567         nnheader-accept-process-output and nnheader-read-timeout if available.
6568         (pop3-movemail): Use it.
6569
6570         * message.el (message-check-news-body-syntax): Fix signature check if
6571         there's an attachment.
6572
6573 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * mm-util.el: Add comments to the mm- emulating functions.
6576
6577 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6580         Reported by Stephen Berman <stephen.berman@gmx.net>.
6581
6582 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * mm-util.el (mm-substring-no-properties): New function.
6585         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6586         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6587         (mm-string-to-multibyte): Doc fix.
6588
6589         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6590
6591 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * mml.el (mml-attach-file): Strip text properties from file name.
6594         (Bug#1574)
6595
6596 2008-12-16  Glenn Morris  <rgm@gnu.org>
6597
6598         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6599
6600 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6603         knows since the charset specified might be a bogus alias that
6604         mm-charset-synonym-alist provides.
6605
6606 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6609         "ISO_8859-1".
6610
6611         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6612
6613 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-util.el (mm-charset-eval-alist):
6616         Define it before mm-charset-to-coding-system.
6617         (mm-charset-to-coding-system): Add optional argument `silent';
6618         define it before mm-charset-override-alist.
6619         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6620         default value if it can be used in Emacs currently running;
6621         silence mm-charset-to-coding-system.
6622
6623 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6626         `allow-override' which says whether to use `mm-charset-override-alist'.
6627         (rfc2047-decode-encoded-words): Use it.
6628
6629         * mm-util.el (mm-charset-override-alist): Fix custom type;
6630         add `(gb2312 . gbk)' to choices.
6631
6632 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6635         fast.
6636
6637         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6638
6639         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6640
6641 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6642
6643         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6644         on links.
6645
6646         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6647
6648 2008-12-03  Lute Kamstra  <lute@gnu.org>
6649
6650         * sha1.el: Remove leading * from docstrings of defcustoms,
6651         deffaces, defconsts and defuns.
6652
6653 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6656         users' addresses that don't have domain parts.
6657         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6658         rather than message-narrow-to-head since there will be the message
6659         header separator.
6660
6661 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6662
6663         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6664         since the result is inserted in a unibyte buffer anyway.
6665         (nnimap-demule-use-string-to-multibyte): Remove.
6666         (nnimap-demule): Alias it to mm-string-to-multibyte.
6667
6668 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6671         variable for debugging bug#464 and bug#1174.
6672         (nnimap-demule): Use it.
6673
6674 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6677         score calculation correctly.
6678
6679 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6680
6681         * message.el (message-send-mail): Just set the buffer to unibyte
6682         rather than use mm-with-unibyte-current-buffer which does a lot more.
6683         (message-send-mail-partially): Don't bother with
6684         mm-with-unibyte-current-buffer since it's already been made unibyte by
6685         message-send-mail.
6686
6687 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6690
6691 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6694
6695 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6698         require itself and to remove `with-no-warnings'.
6699
6700 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * starttls.el (starttls-any-program-available): Get the name of the
6703         available TLS layer program.
6704         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6705         well as the host name in the "opening" message.
6706
6707         * auth-source.el (auth-source-cache, auth-source-do-cache)
6708         (auth-source-user-or-password): Cache passwords and logins by default,
6709         allow override with `auth-source-do-cache'.
6710         (auth-source-forget-user-or-password): Allow users to remove cache
6711         entries if needed.
6712
6713 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6714
6715         * md4.el (md4-buffer): Fix typo in docstring.
6716         (md4, md4-64): Doc fixes.
6717         (md4-pack-int32): Reflow docstring.
6718
6719 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6722         condition-case to only the forward-sexp call.
6723
6724 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6727         quotes contained.  Make it more robust regardless by an extra
6728         condition-case wrapper.
6729
6730 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6733
6734 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * nnml.el (nnml-request-expire-articles): Check if the function set to
6737         `nnmail-expiry-target' returns the symbol `delete'.
6738
6739         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6740
6741         * nnmail.el (nnmail-expiry-target): Fix custom type.
6742
6743 2008-10-02  Glenn Morris  <rgm@gnu.org>
6744
6745         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6746         Silence compiler warning.
6747
6748 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6749
6750         * tls.el (open-tls-stream): Show the actual command being
6751         executed, instead of the format string.
6752
6753 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * lpath.el: Fbind codepage-setup for Emacs 23.
6756
6757 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6758
6759         * mml.el (mml-menu): Don't assume mml2015 is bound.
6760
6761 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6764         exists.
6765
6766 2008-09-27  Glenn Morris  <rgm@gnu.org>
6767
6768         * gnus-util.el (mail-header-remove-comments): Autoload it.
6769
6770 2008-09-27  Andreas Schwab  <schwab@suse.de>
6771
6772         * gnus-util.el (gnus-split-references): Strip comments.
6773         (gnus-parent-id): Likewise.
6774
6775 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * message.el (message-confirm-send): Fix version.
6778
6779 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * message.el (message-idna-to-ascii-rhs-1): Use
6782         mail-extract-address-components rather than mail-header-parse-addresses
6783         that is an alias by default to ietf-drums-parse-addresses that does not
6784         support non-ASCII names in headers' contents.
6785
6786 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6787
6788         * message.el (message-confirm-send): Fix variable documentation to
6789         avoid the "y/n" wording.
6790
6791 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6792
6793         * message.el (message-set-auto-save-file-name): Save to a different
6794         filename so multiple messages (especially drafts) can be recovered.
6795
6796 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * message.el (message-confirm-send): Add appropriate version.
6799
6800 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6803         defvar.
6804
6805 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6806
6807         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6808         (mm-pkcs7-enveloped-magic): Ditto.
6809
6810 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6811
6812         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6813         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6814
6815 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6818         default, it's better.
6819
6820 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6821
6822         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6823         summary line gnus-number property and ignore them (with a warning
6824         message).
6825
6826 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6829         macro caddr in the interactive form since it won't be expanded.
6830
6831 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6834         `charset'; fix name of function called recursively.
6835         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6836
6837 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6840         (gnus-mime-set-charset-parameters): New function.
6841         (gnus-mime-view-part-as-charset): Use it to correctly display part
6842         specifying wrong charset.
6843
6844 2008-09-08  David Engster  <dengste@eml.cc>
6845
6846         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6847         in completing-read for back end server.
6848
6849 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * message.el (message-confirm-send): New variable to confirm sending a
6852         message.
6853         (message-send): Use it.
6854
6855 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6858
6859 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6862
6863 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6866         prevent tracking too many groups.
6867         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6868         Use it.
6869
6870 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6871
6872         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6873         moving point to the bottom of the window in order to avoid recentering.
6874
6875 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6878
6879         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6880         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6881         (gnus-article-beginning-of-window): Fix calculation.
6882
6883 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-msg.el (gnus-summary-supersede-article)
6886         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6887         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6888         message header.
6889
6890 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6891
6892         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6893         pending output coming after the status change.
6894
6895 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6896
6897         * message.el:
6898         * gnus-start.el:
6899         * gnus-registry.el: Remove VMS support.
6900
6901 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6904         macro.
6905         (rfc2104-hash): Use it.
6906
6907 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6910         (gnus-summary-sort-by-most-recent-date): New commands.
6911         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6912         and menu entries.
6913
6914 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6917         don't redisplay article for raw contents; remove plural articles stuff.
6918
6919         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6920         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6921         on gnus-summary-save-article; display results properly.
6922
6923 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * lpath.el: No need to fbind ns-focus-frame.
6926
6927 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6930
6931 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * gnus-art.el (gnus-summary-save-in-pipe):
6934         Consider gnus-save-all-headers.
6935
6936 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6937
6938         * gnus-util.el (ns-focus-frame): Remove declaration.
6939         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6940         like x.
6941
6942 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6943
6944         * rfc2104.el (rfc2104-zero): Delete defconst.
6945         (rfc2104-hex-alist): Likewise.
6946         (rfc2104-hex-to-int): Delete func.
6947         (rfc2104-hexstring-to-bitstring): Likewise.
6948         (rfc2104-nybbles): New defconst.
6949         (rfc2104-hash): Rewrite for speed.
6950
6951 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * tls.el (open-tls-stream): Make it work with the 2nd argument
6954         BUFFER that is a string but does not exist as a buffer object, as
6955         mentioned in the doc-string.
6956
6957 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6960         SXEmacs.
6961
6962 2008-07-16  Glenn Morris  <rgm@gnu.org>
6963
6964         * gnus-util.el (ns-focus-frame): Declare for compiler.
6965
6966 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6969         set as a group parameter.
6970         (gnus-summary-save-in-pipe): Work when it is called independently.
6971         (gnus-summary-pipe-to-muttprint): Don't modify
6972         gnus-summary-pipe-output-default-command.
6973
6974 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * message.el (message-send-mail-with-sendmail):
6977         Display the error message.
6978
6979 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-default-article-saver):
6982         Add gnus-summary-save-in-pipe to choices.
6983         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6984         gnus-summary-pipe-output-default-command as the default command.
6985         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6986         instead of gnus-last-shell-command.
6987
6988         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6989         New user option.
6990         (gnus-summary-muttprint-program): Mention the value will be changed.
6991         (gnus-summary-save-article): Force showing of all headers.
6992         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6993
6994 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6995
6996         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6997
6998 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6999
7000         * nnimap.el (nnimap-id):
7001         * sieve-manage.el (sieve-manage-open): Doc fixes.
7002
7003 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7004
7005         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7006         if available.
7007
7008 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7009
7010         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7011
7012         * nnkiboze.el (nnkiboze-generate-group):
7013         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7014
7015         * nnmairix.el: Require CL.
7016
7017 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * dgnushack.el: Autoload get-display-table and put-display-table for
7020         XEmacs 21.5.
7021
7022         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7023         21.4 and SXEmacs.
7024
7025 2008-06-15  David Engster  <dengste@eml.cc>
7026
7027         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7028
7029 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7030
7031         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7032         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7033         runtime choice under XEmacs.
7034
7035         * gnus-sum.el (gnus-summary-set-display-table):
7036         Use `gnus-put-display-table', `gnus-get-display-table',
7037         `gnus-set-display-table' for the display table, instead of `aset'.
7038
7039         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7040         Use `gnus-put-display-table', `gnus-get-display-table',
7041         `gnus-set-display-table' for the display table.
7042
7043 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * nnmairix.el: Add autoloads.
7046
7047 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * nnmairix.el (nnmairix-delete-recreate-group)
7050         (nnmairix-update-and-clear-marks): Fix error messages.
7051
7052 2008-06-14  David Engster  <dengste@eml.cc>
7053
7054         * nnmairix.el: Upgrade to version 0.6.
7055         (nnmairix-group-toggle-propmarks-this-group)
7056         (nnmairix-group-toggle-readmarks-this-group)
7057         (nnmairix-group-delete-recreate-this-group)
7058         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7059         (nnmairix-remove-tick-mark-original-article): New commands.
7060         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7061         (nnmairix-propagate-marks-to-nnmairix-groups)
7062         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7063         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7064         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7065         functions needed for marks propagation and manipulation of read marks.
7066         (nnmairix-update-groups): New function.
7067         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7068         (nnmairix-determine-original-group-from-registry)
7069         (nnmairix-determine-original-group-from-path)
7070         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7071         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7072         New helper functions.
7073         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7074         keystrokes for new commands.
7075         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7076         (nnmairix-request-group): Check allow-fast group parameter.
7077         (nnmairix-request-create-group): Set allow-fast group parameter if
7078         nnmairix-allowfast-default is set.
7079         (nnmairix-close-group): Propagate marks upon closing if needed.
7080         (nnmairix-group-toggle-threads-this-group): Use new.
7081         nnmairix-group-toggle-parameter helper function.
7082         (nnmairix-search): Better check for empty search result.
7083         (nnmairix-goto-original-article): Use new helper functions for
7084         determining original article.
7085         (nnmairix-show-original-article): Make sure message-id is in brackets.
7086         (nnmairix-call-mairix-binary): Change variable name.
7087         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7088         helper function.
7089         (nnmairix-widget-toggle-activate): Fix doc string.
7090
7091 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * nnir.el: Require edmacro when compiling with XEmacs.
7094         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7095         available in Emacs 21.
7096
7097 2008-06-11  Glenn Morris  <rgm@gnu.org>
7098
7099         * gnus-util.el (x-focus-frame):
7100         * gnus.el (image-size):
7101         * mm-decode.el (image-size): Declare.
7102
7103         * gnus-picon.el (declare-function): Add compat definition.
7104         (image-size): Declare.
7105
7106         * gnus-group.el (tool-bar-map):
7107         * gnus-sum.el (tool-bar-map): Define for compiler.
7108
7109         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7110
7111         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7112
7113         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7114         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7115         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7116         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7117         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7118         * sieve-manage.el, spam-report.el, spam.el:
7119         Remove unnecessary eval-and-compile of autoloads.
7120
7121 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7122
7123         * auth-source.el: Precise Tramp doc.
7124
7125 2008-06-07  Glenn Morris  <rgm@gnu.org>
7126
7127         * nnmairix.el: Remove unnecessary eval-when-compile.
7128
7129 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * lpath.el: Fbind propertize for XEmacs 21.4.
7132
7133 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * nnir.el: Move here from ../contrib.
7136
7137 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * gnus-util.el (gnus-read-shell-command): New function.
7140         * mm-decode.el (mm-pipe-part):
7141         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7142
7143 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7146
7147 2008-06-03  Glenn Morris  <rgm@gnu.org>
7148
7149         * pop3.el (nnheader-accept-process-output): Autoload it.
7150
7151 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7154         are not 2-digit hexadecimal characters that follow `%'s.
7155
7156 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * message.el (message-bogus-recipient-p): Fix type in doc string.
7159         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7160         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7161         Improve custom options.
7162         (message-bogus-recipient-p): Adjust accordingly.
7163
7164 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7165
7166         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7167         long-form month and day names.
7168
7169 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * dgnushack.el: Autoload debug, eudc-expand-inline and
7172         pgg-snarf-keys-region for XEmacs.
7173
7174         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7175
7176         * nnmairix.el: Require edmacro when compiling with XEmacs.
7177
7178 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7181         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7182
7183 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7184
7185         * auth-source.el: Add more docs.
7186
7187         * netrc.el (netrc-machine): Always match if the port is not given.
7188
7189 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7192         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7193         retrieval faster in some cases, but might make CPU usage larger.
7194         If this has any bad side effects, we might revert this change.
7195
7196         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7197         seems to make mail retrieval much, much faster.
7198         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7199         unconditionally.
7200
7201         * gnus-draft.el (gnus-group-send-queue):
7202         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7203
7204 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7207
7208         * message.el (message-bogus-address-regexp): Fix and improve custom
7209         type.
7210         (message-setup-hook): Add message-check-recipients as custom option.
7211
7212 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * message.el (message-cite-function): Remove bogus autoload which crept
7215         in during merge from v5-10.
7216
7217 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7218
7219         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7220
7221         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7222
7223         * auth-source.el: Preliminary Tramp docs.
7224         (auth-sources): Change the default auth-sources to use
7225         EPA .gpg files.
7226
7227 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * nntp.el: Autoload `auth-source-user-or-password'.
7230         (nntp-send-authinfo): Use it.
7231
7232         * nnimap.el: Autoload `auth-source-user-or-password'.
7233         (nnimap-open-connection): Use it.
7234
7235         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7236         for the gnus-message function.
7237         (auth-source-user-or-password): Use it.
7238
7239 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7240
7241         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7242         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7243         (rfc2104-hash): Use it.
7244
7245 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7246
7247         * gnus-art.el (gnus-article-toggle-truncate-lines):
7248         Don't use `iff' in docstring.
7249
7250 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7253
7254         * gnus-util.el (gnus-extract-address-component-name)
7255         (gnus-extract-address-component-email): Convenience functions around
7256         `gnus-extract-address-components'.
7257
7258         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7259         Use `gnus-extract-address-component-email' to fix bug of comparing full
7260         sender name to `user-mail-address'.
7261
7262 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7265         catch/throw to optimize.
7266         (gnus-registry-find-keywords): Just use member to find a keyword.
7267
7268 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7269
7270         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7271         is current before calling gnus-server-prepare.
7272         (gnus-server-setup-buffer, gnus-server-update-server)
7273         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7274
7275 2008-05-04  Juri Linkov  <juri@jurta.org>
7276
7277         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7278         (mailcap-file-default-commands): Use mailcap-replace-in-string
7279         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7280         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7281
7282 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7283
7284         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7285
7286 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7287
7288         * gnus.el: Bump version to 0.11.
7289
7290 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7291
7292         * gnus.el: No Gnus v0.10 is released.
7293
7294 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295
7296         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7297         hooks.
7298         (gnus-update-read-articles): Speed up non-marks-using users.
7299         (gnus-use-marks): Define gnus-use-marks.
7300         (gnus-propagate-marks): Rename variable to something more sensible.
7301
7302 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7303
7304         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7305         (gmm-image-load-path-for-library): Fix typos in docstrings.
7306         (gmm-message): Reflow docstring.
7307
7308 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * mail-source.el (mail-source-set-1, mail-source-bind):
7311         Move auth-source code out of the macro to clean it up and fix bugs.
7312
7313 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7316         by sender if it's equal to user-mail-address, it's likely to be
7317         useless.
7318
7319         * mail-source.el (mail-source-bind): Don't use user or password if they
7320         are not bound.  Unintern them if they are nil.  Don't use server unless
7321         it's bound, and default it to empty string otherwise.
7322
7323 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * mail-source.el: Load auth-source.el.
7326         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7327         get user name or password, if auth-sources is set up.
7328
7329         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7330         strategy of splitting with parent.
7331         (gnus-registry-split-fancy-with-parent)
7332         (gnus-registry-post-process-groups): Use it and fix prior
7333         bug (returning a list as the split result).
7334
7335         * auth-source.el (auth-sources): Remove server parameter.
7336         (auth-source-pick, auth-source-user-or-password)
7337         (auth-source-user-or-password-imap)
7338         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7339         (auth-source-user-or-password-sftp)
7340         (auth-source-user-or-password-smtp): Remove server parameter.
7341
7342 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7343
7344         * smime.el (smime-sign-region, smime-encrypt-region)
7345         (smime-decrypt-region):
7346         Remove redundant calls to `generate-new-buffer-name'.
7347
7348 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7349
7350         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7351         Don't use QP for message/rfc822.
7352         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7353
7354 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7355
7356         * sieve-manage.el (sieve-string-bytes): Remove.
7357         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7358         correct byte-length only if the process's coding-system is the same as
7359         the one used internally by Emacs to represent strings.
7360
7361 2008-04-22  Juri Linkov  <juri@jurta.org>
7362
7363         * mailcap.el (mailcap-file-default-commands): New function.
7364
7365 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * message.el (message-signature-separator, message-cite-function):
7368         Change custom version.
7369
7370 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7371
7372         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7373         commands.
7374         (tls-checktrust): Ditto.
7375
7376 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * mm-decode.el (mm-display-external): Make temp file read-only.
7379
7380 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7383         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7384         `C-c C-f d'.
7385
7386 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7387
7388         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7389
7390 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * gnus.el: Bump version to 0.9.
7393
7394 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus.el: No Gnus v0.8 is released.
7397
7398 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7399
7400         * mail-source.el (mail-source-value):
7401         Prefer fboundp to functionp so it works with macros as well.
7402
7403 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7404
7405         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7406         Fix last change in case the element is not even a symbol.
7407
7408 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7409
7410         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7411         Prefer fboundp to functionp so it works with macros as well.
7412
7413 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * auth-source.el: Add docs.
7416         (auth-sources): Modify format to support server.
7417         (auth-source-pick, auth-source-user-or-password)
7418         (auth-source-user-or-password-imap)
7419         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7420         (auth-source-user-or-password-sftp)
7421         (auth-source-user-or-password-smtp): Add server parameter.
7422
7423 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-registry.el: Initialize the registry when gnus-registry-install
7426         is t.
7427
7428 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * compface.el (uncompface): Make buffer unibyte.
7431
7432 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         * mail-source.el (mail-source-value):
7435         Prefer fboundp to functionp so it works with macros as well.
7436
7437 2008-04-05  Glenn Morris  <rgm@gnu.org>
7438
7439         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7440
7441 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7442
7443         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7444         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7445
7446         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7447         multibyteness after rather than before erasing it.
7448
7449         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7450         mm-with-multibyte.
7451         (gnus-request-article-this-buffer): Make sure the proper decoding is
7452         used if gnus-original-article-buffer happens to be unibyte.
7453
7454         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7455         default-enable-multibyte-characters.
7456
7457         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7458         default-enable-multibyte-characters.
7459
7460         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7461
7462         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7463
7464 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7467         Fix last change in case the element is not even a symbol.
7468
7469 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7470
7471         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7472         (imap-message-copyuid-1): Use it.
7473         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7474         J. Williams in
7475         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7476
7477         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7478         imap-enable-exchange-bug-workaround.
7479         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7480
7481 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7482
7483         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7484         a 100 byte status-checks into a 2-3MB transfer for each group.
7485         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7486         to enable bug workaround or not.
7487         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7488
7489 2008-03-31  Glenn Morris  <rgm@gnu.org>
7490
7491         * message.el (mml2015-use): Declare for compiler.
7492         (message-info): Require mml2015 when appropriate.
7493
7494 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7497         whitespace.
7498
7499 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7502         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7503         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7504         (nntp-service-to-port): New function.
7505         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7506         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7507         (nntp-open-netcat-stream): New function.
7508         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7509
7510 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7511
7512         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7513
7514 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7515
7516         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7517
7518 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7519
7520         * dns.el (dns-write): Use set-buffer-multibyte.
7521
7522 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7523
7524         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7525
7526 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * message.el (message-signature-separator): Change default.
7529         Improve custom type.
7530         (message-cite-function): Change default to
7531         message-cite-original-without-signature.
7532
7533         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7534         toggle.
7535
7536         * message.el (message-check-news-body-syntax): Fix signature check.
7537         (message-setup-1): Mark buffer as unmodified _after_ running
7538         message-setup-hook and handling message-alternative-emails.
7539         (message-shorten-references): Be more strict when building list of
7540         valid references to comply with GNKSA.
7541
7542         * gnus-group.el (gnus-read-ephemeral-bug-group)
7543         (gnus-read-ephemeral-debian-bug-group)
7544         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7545
7546         * message.el (message-info): Don't use booleanp which isn't supported
7547         in Emacs 21 and XEmacs.
7548
7549 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7552         gnus-group-gmane-group-download-format.
7553         (gnus-group-read-ephemeral-gmane-group): Rename from
7554         gnus-group-read-ephemeral-gmane-group.
7555         (gnus-read-ephemeral-gmane-group-url): Rename from
7556         gnus-group-read-ephemeral-gmane-group-url.
7557         (gnus-bug-group-download-format-alist): New variable.
7558         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7559         (gnus-read-ephemeral-emacs-bug-group): New commands.
7560
7561 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7564         (gnus-visible-headers): Improve custom type.
7565
7566 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * mml.el (mml-menu): Add workarounds for XEmacs.
7569
7570         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7571         X-Boundary header.
7572
7573         * message.el (message-simplify-recipients): Fix previous commit.
7574
7575 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7576
7577         * mm-util.el (mm-set-buffer-multibyte): New function.
7578         * mm-decode.el (mm-copy-to-buffer): Use it.
7579
7580         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7581         Prefer fboundp to functionp so it works with macros as well.
7582
7583 2008-03-19  Glenn Morris  <rgm@gnu.org>
7584
7585         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7586         Accidentally removed in the sync process with Emacs.
7587
7588 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * message.el (message-alter-recipients-discard-bogus-full-name):
7591         New function.
7592         (message-alter-recipients-function): New variable.
7593         (message-get-reply-headers): Use it.
7594         (message-replace-header): New helper function.
7595         (message-recipients-without-full-name): New variable.
7596         (message-simplify-recipients): New command.
7597
7598         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7599
7600         * message.el (message-info): Handle EasyPG manual.
7601
7602         * mml.el (mml-menu): Add entry for EasyPG.
7603
7604 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7605
7606         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7607         parameter.
7608
7609         * message.el (message-disassociate-draft): Specify drafts group name
7610         fully.
7611
7612 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7615         Eliminate unnecessary duplicates from the match list.
7616
7617 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7620
7621         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7622
7623         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7624         args of `how-many' of which the XEmacs version doesn't take; declare
7625         Info-index-next as function.
7626
7627 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gnus-score.el (gnus-score-headers): Fix handling of
7630         gnus-inhibit-slow-scoring.
7631
7632         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7633         string.
7634         (gnus-button-url-regexp): Improve handling of parenthesis.
7635         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7636         (gnus-button-handle-info-keystrokes): Handle index entries.
7637
7638 2008-03-15  Glenn Morris  <rgm@gnu.org>
7639
7640         * parse-time.el (parse-time-string): Simplify.
7641
7642 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7645         Incoming* files.
7646
7647 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * auth-source.el (auth-sources): Rename from auth-source-choices.
7650         (auth-source-pick): Use it.
7651
7652 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7653
7654         * binhex.el (binhex-decode-region-internal):
7655         * uudecode.el (uudecode-decode-region-internal):
7656         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7657         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7658         setting default-enable-multibyte-characters.
7659
7660 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * auth-source.el (auth-source-protocols)
7663         (auth-source-protocols-customize, auth-source-choices): Add and
7664         modified variable customizations and defaults.
7665         (auth-source-pick, auth-source-user-or-password)
7666         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7667         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7668         (auth-source-user-or-password-sftp)
7669         (auth-source-user-or-password-smtp): Use new variables and provide an
7670         interface to netrc.el.
7671
7672 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7675         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7676         Make sure the nntp port to specify is a string.
7677
7678 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7679
7680         * nntp.el: Use with-current-buffer.
7681         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7682         dubious mm-with-unibyte-current-buffer.
7683         (nntp-with-open-group-function): New function extracted from
7684         nntp-with-open-group macro.
7685         (nntp-with-open-group): Use the function, so it's easier to debug.
7686         Add indentation and debugging info.
7687         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7688         Recommend the use of the netcat alternatives.
7689
7690         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7691         Avoid mm-string-as-multibyte as well.
7692
7693         * nnweb.el (nnweb-insert-html):
7694         Remove use of nnheader-string-as-multibyte.
7695
7696         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7697         (nnheader-string-as-multibyte): Remove.
7698
7699         * mm-view.el: Use inhibit-read-only.
7700         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7701         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7702         or unibyte-string.
7703
7704         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7705         (mm-uu-yenc-extract): Use with-current-buffer.
7706
7707         * gnus-soup.el (gnus-soup-send-packet): Don't use
7708         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7709
7710         * nnmh.el: Use with-current-buffer.
7711         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7712         mm-string-as-multibyte on the output of mm-encode-coding-string.
7713
7714         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7715         (nnimap-request-move-article): Use with-current-buffer.
7716
7717         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7718         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7719         conversion uses string-make-unibyte rather than string-as-unibyte.
7720
7721         * gnus-msg.el: Use with-current-buffer.
7722
7723         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7724
7725 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7726
7727         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7728         string for caching if it is 'PIN.
7729
7730 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * lpath.el: Consider the case without Emacs/W3.
7733
7734 2008-03-08  Glenn Morris  <rgm@gnu.org>
7735
7736         * time-date.el (date-to-time, time-subtract, time-add)
7737         (safe-date-to-time): Doc fixes.
7738
7739 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * mail-source.el (mail-source-delete-old-incoming-confirm):
7742         Change default to nil.
7743         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7744
7745 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * lpath.el: Rearrange.
7748
7749         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7750         (gnus-article-goto-prev-page): Work for articles having ^L's.
7751
7752         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7753
7754         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7755
7756 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7757
7758         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7759         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7760         (gnus-bookmark-jump): Adjust some variable names.
7761
7762 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7763
7764         * auth-source.el: New package.
7765         (auth-source-choices): Add customization entry point variable.
7766
7767         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7768         bug.
7769
7770 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7771
7772         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7773         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7774         (gnus-registry-install-shortcuts): Rename from
7775         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7776         the `gnus-registry-mark-map' keymap dynamically from
7777         `gnus-registry-marks'.  The generated functions update the summary line
7778         when a registry mark is added or deleted, and will call
7779         `gnus-registry-install-p' (see the comments in the code).
7780         (gnus-registry-user-format-function-M): Use concat intelligently.
7781
7782         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7783         the registry mark functions.
7784
7785 2008-03-05  Glenn Morris  <rgm@gnu.org>
7786
7787         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7788         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7789         gnus-art.
7790         (top-level): No need to load own source when compiling.
7791
7792 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7795         Suggested by <chris.anderton@zetnet.co.uk>.
7796
7797 2008-03-04  Glenn Morris  <rgm@gnu.org>
7798
7799         * gnus-sum.el (top-level): No need to require gnus when compiling,
7800         since unconditionally required near start of file.
7801         (gnus-summary-display-while-building): Move definition before use.
7802
7803 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7804
7805         * gnus-registry.el (gnus-registry-user-format-function-M):
7806         Add formatting function.
7807
7808 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7811         with plists.
7812         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7813         Use new format.
7814
7815 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7818         `where-is-internal' that returns a range of key sequences.
7819
7820 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7821
7822         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7823
7824         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7825         (gnus-summary-jump-to-group): Consider windows on other displayed
7826         frames as well.  Similar changes might be needed elsewhere, but that's
7827         the one I've bumped into during my use.
7828
7829         * nndoc.el (nndoc-oe-dbx-type-p):
7830         * gnus-msg.el (gnus-debug):
7831         * gnus-group.el (gnus-update-group-mark-positions):
7832         Use mm-string-to-multibyte.
7833
7834 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7837         doesn't handle NotDashEscaped.
7838
7839         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7840         (mml-dnd-attach-options): Fix typo in custom choice.
7841
7842         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7843         Change nndoc-article-type to mbox.
7844         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7845
7846         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7847         to nil, instead of html2text.
7848
7849         * imap.el (imap-debug): Add `imap-ping-server'.
7850
7851         * gnus-bookmark.el: Add FIXMEs.
7852
7853         * message.el (message-form-letter-separator)
7854         (message-send-form-letter-delay): New variables.
7855         (message-send-form-letter): Use them.  New command to send form
7856         letters.  Requested by Uwe Siart.
7857         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7858
7859 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * Update copyright years.
7862
7863 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         Sync from EMACS_22_BASE.
7866
7867         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7868
7869 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7870
7871         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7872         empty author.
7873
7874 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * gnus-registry.el (gnus-registry-marks): Add variable for
7877         customization of marks and their appearance.
7878         (gnus-registry-read-mark): Use it.
7879         (gnus-registry-do-marks): Add utility function to loop through
7880         `gnus-registry-marks'.
7881         (gnus-registry-install-shortcuts-and-menus): Add function to install
7882         shortcuts and menus.
7883         (gnus-registry-initialize): Use it.
7884         (gnus-registry-default-mark): Clarify documentation.
7885
7886 2008-02-29  Glenn Morris  <rgm@gnu.org>
7887
7888         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7889         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7890         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7891         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7892         Change defcustom :version from 23.0 to 23.1.
7893
7894 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7895
7896         * gnus-registry.el (gnus-registry-follow-group-p)
7897         (gnus-registry-post-process-groups): Add functions to aid registry
7898         splitting and improve logging.  Clarify behavior in function
7899         documentation.
7900         (gnus-registry-split-fancy-with-parent): Use them.
7901
7902 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7903
7904         * gnus-art.el: Use with-current-buffer.
7905
7906 2008-02-27  David Engster  <dengste@eml.cc>
7907
7908         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7909         Express real group name in the response.
7910
7911 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7914         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7915         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7916         autoload gnus-registry-fetch-group when compiling.
7917         (nnmairix-request-group-with-article-number-correction):
7918         Remove unreferenced argument passed to nnmairix-call-backend.
7919
7920 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7923         (mm-uu-extract): Improve face for low color ttys.
7924         Reported by Sascha Wilde.
7925
7926 2008-02-27  Glenn Morris  <rgm@gnu.org>
7927
7928         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7929         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7930         variables to defconsts.  Convert comments to doc-strings.
7931         (nnmairix-last-server, nnmairix-current-server): Convert from free
7932         variables to defvars.  Convert comments to doc-strings.
7933         (gnus-registry-fetch-group): Autoload.
7934         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7935         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7936         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7937         caddr.
7938         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7939         nnmairix-request-group-with-article-number-correction call.
7940         (nnmairix-fast, nnmairix-group): New, less general names, for free
7941         variables passed from nnmairix-request-group to
7942         nnmairix-request-group-with-article-number-correction.  Declare.
7943         (nnmairix-request-group-with-article-number-correction):
7944         Use nnmairix-fast, nnmairix-group rather than fast, group.
7945
7946 2008-02-26  David Engster  <dengste@eml.cc>
7947
7948         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7949         version 0.5.
7950
7951 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7954         instead of making an extra function call.  Don't add the current group
7955         to articles only when they have the group.  Use
7956         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7957         Reported by David <de_bb@arcor.de>.
7958
7959 2008-02-24  Miles Bader  <miles@gnu.org>
7960
7961         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7962         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7963         (mm-find-mime-charset-region):
7964         * mm-bodies.el (mm-encode-body):
7965         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7966
7967 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7970         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7971
7972 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * mail-source.el (mail-source-delete-incoming): Change default.
7975         Supplement doc string.
7976
7977         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7978
7979 2008-02-14  Glenn Morris  <rgm@gnu.org>
7980
7981         * time-date.el (format-seconds): New function.
7982
7983 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * nnmail.el (nnmail-message-id-cache-file): Derive from
7986         `gnus-home-directory'.
7987
7988 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7991         Document negative prefix.
7992
7993         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7994
7995 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * message.el (message-unsent-separator): Add the Exim bounce
7998         separator.
7999
8000 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8001
8002         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8003         list.
8004         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8005         recipient/signer list.
8006
8007 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * Makefile.in (datarootdir): Define.
8010         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8011         name that might contain whitespace.
8012
8013 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8016         fbound (Emacs 23 unicode), signal an error.
8017
8018 2008-02-08  Glenn Morris  <rgm@gnu.org>
8019
8020         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8021
8022 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8023
8024         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8025         ports to the calls to `netrc-machine-user-or-password' in addition to
8026         "imap" and "imaps".
8027
8028 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8029
8030         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8031
8032         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8033
8034 2008-02-01  Kenichi Handa  <handa@m17n.org>
8035
8036         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8037         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8038         (rfc2104-hash): Convert the result of concat to unibyte string.
8039
8040 2008-02-01  Dave Love  <fx@gnu.org>
8041
8042         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8043         coding-system-for-read.
8044         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8045
8046 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8049         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8050         <hanche@math.ntnu.no>.
8051
8052 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8055
8056         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8057
8058 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8059
8060         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8061         * message.el (message-beginning-of-line): Use featurep instead of bound
8062         tests in order to resolve conditionals at compile time.
8063
8064 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8065
8066         * mail-source.el (mail-sources): Add `group' choice.
8067
8068         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8069         parameter `in-group' to control into which group the articles go.
8070         Add treatment of `group' mail-source.
8071
8072 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8075
8076         * mm-decode.el (mm-dissect-buffer): Decode description.
8077
8078         * mml.el (mml-to-mime): Encode message header first.
8079
8080 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8083         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8084
8085         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8086         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8087
8088 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8091
8092 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8095         prefix keys.
8096         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8097         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8098         gnus-xmas.el.
8099
8100         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8101         (gnus-xmas-article-describe-bindings): New function.
8102         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8103         gnus-xmas-article-describe-bindings.
8104
8105         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8106
8107 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8108
8109         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8110         Add new variables for article mark management.
8111         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8112         list of extra data entries which, when present, will indicate that the
8113         article ID should not be trimmed from the registry.
8114         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8115         functions.
8116         (gnus-registry-read-mark): New function to read a mark name from the
8117         user.
8118         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8119         (gnus-registry-set-article-mark-internal): New functions to add and
8120         remove marks.
8121         (gnus-registry-get-article-marks): New function to show the marks for
8122         an article, or retrieve them for further use.
8123
8124 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8127         keys when no argument is given.
8128
8129 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * imap.el (imap-ping-server): New variable.
8132         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8133         (imap-ping-server): Minor doc string fixes.
8134
8135 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8136
8137         * imap.el (imap-ping-server): New function.
8138         (imap-opened): Call imap-ping-server.
8139
8140 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-sum.el (gnus-article-sort-by-random)
8143         (gnus-thread-sort-by-random): Fix doc strings.
8144         Reported by jidanni@jidanni.org.
8145
8146 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-art.el (gnus-article-describe-bindings): New function.
8149         (gnus-article-read-summary-keys): Use it.
8150         (gnus-article-mode-map): Bind `C-h b' to it.
8151
8152 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8155         XEmacs.
8156         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8157         Protect against non-character events.
8158
8159         * lpath.el: Fbind map-keymap for Emacs 21.
8160
8161 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8164         New command.
8165         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8166         instead of END.  Change name of the temp file.
8167         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8168         customizable.
8169
8170 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8173         bind `S W' to gnus-article-wide-reply-with-original; set default
8174         binding to gnus-article-read-summary-send-keys.
8175         (gnus-article-read-summary-keys): Fix the order of keys; display
8176         continuation keys correctly in the echo area; describe bindings
8177         correctly when keys end with `C-h'.
8178         (gnus-article-read-summary-send-keys): New function.
8179         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8180         Work for gnus-article-read-summary-send-keys; display continuation keys
8181         correctly in the echo area.
8182         (gnus-article-reply-with-original): Ignore prefix argument.
8183         (gnus-article-wide-reply-with-original): New function.
8184
8185         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8186         Emacs 21.
8187
8188 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8191         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8192
8193 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8196         (gnus-group-read-ephemeral-gmane-group): New command.
8197
8198 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8199
8200         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8201
8202 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * message.el (message-send-mail-function): Increase custom version.
8205
8206         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8207         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8208
8209 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8212         for the cases where imap-authenticate is called with a nil buffer
8213         parameter.
8214
8215 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8218         html parts correctly; support forwarded messages.
8219         (gnus-article-browse-html-article): Remove work buffers.
8220
8221         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8222         compiling.
8223         (netrc-bound-and-true-p): New macro.
8224         (netrc-parse): Use it instead of bound-and-true-p that is not available
8225         in XEmacs 21.4.
8226
8227 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-registry.el (gnus-registry-mark-article)
8230         (gnus-registry-article-marks): Add functionality to mark articles
8231         through the Gnus registry.
8232
8233         * encrypt.el: Clarify documentation for the new pgg method.
8234         (encrypt-file-alist): Add PGG option.
8235         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8236         functionality.  Abstract password key and messaging to external
8237         functions.
8238         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8239         (encrypt-message-method-and-cipher): Add new convenience external
8240         functions.
8241         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8242         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8243
8244         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8245         (netrc-parse): Use encrypt-file-alist to determine if
8246         encrypt-find-model or encrypt-insert-file-contents should be used.
8247
8248         * encrypt.el: Clarify documentation.  Load password-cache or
8249         password, whichever one is found first, instead of autoloading.
8250
8251 2007-12-19  Glenn Morris  <rgm@gnu.org>
8252
8253         * mml.el (message-options-set, message-narrow-to-head)
8254         (message-in-body-p, message-mail-p, message-encode-message-body):
8255         Autoload.
8256         (message-remove-header, message-narrow-to-headers-or-head)
8257         (message-subscribed-p, message-make-mail-followup-to)
8258         (message-position-on-field, message-news-p)
8259         (message-options-set-recipient, message-generate-headers)
8260         (message-sort-headers): Declare as functions.
8261
8262 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8265         convention in doc string.
8266
8267 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8270         title to html parts.
8271         (gnus-article-browse-html-article): Pass message header to it.
8272
8273         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8274
8275 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8278         or password compatible with XEmacs.
8279
8280 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8283         format document.
8284         (gnus-mime-delete-part): Don't write description line if empty.
8285         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8286
8287 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8288
8289         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8290         (gnus-summary-mark-read-and-unread-as-read)
8291         (gnus-summary-mark-current-read-and-unread-as-read)
8292         (gnus-summary-mark-unread-as-ticked): Doc fix.
8293         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8294
8295 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8296
8297         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8298         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8299
8300 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8303         yes-or-no-p.
8304
8305 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * mm-decode.el (mm-add-meta-html-tag): New function.
8308         (mm-save-part-to-file, mm-pipe-part): Use it.
8309
8310         * gnus-art.el (gnus-article-browse-delete-temp-files):
8311         Use gnus-y-or-n-p instead of y-or-n-p.
8312         (gnus-article-browse-html-parts): Work with message/external-body; use
8313         mm-add-meta-html-tag.
8314
8315 2007-12-11  Glenn Morris  <rgm@gnu.org>
8316
8317         * gnus-cache.el: Require gnus-sum not just when compiling.
8318
8319         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8320
8321         * gnus-int.el (gnus-server-opened, gnus-status-message):
8322         Move definitions before use.
8323
8324         * mm-decode.el: Require gnus-util.
8325         (mm-remove-part): Only call delete-annotation on XEmacs.
8326
8327         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8328
8329         * nnmail.el: Require gnus-int.
8330
8331         * spam.el: Move `require's before `eval-when-compile's.
8332
8333         * gnus-ems.el (gnus-alive-p):
8334         * gnus-fun.el (message-goto-eoh):
8335         * gnus-util.el (gnus-group-name-decode):
8336         * mail-source.el (gnus-compress-sequence):
8337         * message.el (Info-goto-node, format-spec):
8338         * mm-bodies.el (message-options-get):
8339         * mm-decode.el (mm-view-pkcs7):
8340         * mm-util.el (gmm-write-region):
8341         * mml-smime.el (mml-compute-boundary)
8342         (gnus-completing-read-with-default):
8343         * mml.el (widget-button-press, gnus-make-hashtable):
8344         * mml1991.el (mm-decode-content-transfer-encoding)
8345         (mm-encode-content-transfer-encoding)
8346         (message-options-get, message-options-set):
8347         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8348         * nnfolder.el (gnus-request-group):
8349         * nnheader.el (ietf-drums-unfold-fws):
8350         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8351         * smime.el (gnus-run-mode-hooks):
8352         * spam-stat.el (gnus-message): Autoload.
8353
8354         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8355         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8356         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8357         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8358         Add declare-function compatibility definition.
8359
8360         * gnus-cache.el (nnvirtual-find-group-art):
8361         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8362         (gnus-add-image, gnus-add-wash-type):
8363         * gnus-group.el (nnkiboze-score-file):
8364         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8365         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8366         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8367         (message-tokenize-header, gnus-get-buffer-create)
8368         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8369         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8370         * gnus.el (gnus-group-decoded-name):
8371         * mail-source.el (imap-capability):
8372         * mm-bodies.el (message-options-set):
8373         * mm-decode.el (gnus-configure-windows):
8374         * mm-extern.el (message-goto-body):
8375         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8376         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8377         (epg-sub-key-validity, message-options-set):
8378         * mml.el (widget-event-point, gnus-configure-windows):
8379         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8380         * mml2015.el (epg-check-configuration, epg-configuration)
8381         (message-options-set):
8382         * nndb.el (nndb-request-article):
8383         * nnfolder.el (gnus-request-create-group):
8384         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8385         * nnmaildir.el (gnus-group-mark-article-read):
8386         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8387         * rfc1843.el (message-fetch-field):
8388         * spam.el (gnus-extract-address-components):
8389         Declare as functions.
8390
8391 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8394
8395         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8396
8397         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8398         bind show-trailing-whitespace for XEmacs.
8399
8400 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8403         new no-op macro for backward compatibility.
8404
8405         * imap.el (imap-string-to-integer): New function.
8406
8407 2007-12-09  Glenn Morris  <rgm@gnu.org>
8408
8409         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8410
8411         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8412         * message.el, mm-view.el, sieve-manage.el, smime.el:
8413         Add declare-function compatibility definition.
8414
8415         * gnus-art.el (w3-region, w3m-region, Info-menu):
8416         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8417         * gnus-sum.el (gnus-get-predicate):
8418         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8419         * message.el (mail-abbrev-in-expansion-header-p):
8420         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8421         (w3m-detect-meta-charset, w3m-region):
8422         * sieve-manage.el (password-read, password-cache-add)
8423         (password-cache-remove):
8424         * smime.el (password-read-and-add): Declare as functions.
8425
8426 2007-12-08  David Kastrup  <dak@gnu.org>
8427
8428         * gnus-sum.el (gnus-summary-simplify-subject-query):
8429         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8430         `message'.
8431
8432 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8435         it to bind idna-program, installation-directory, defined-colors, and
8436         face-attribute for XEmacs of the version that compiles defcustom forms.
8437
8438 2007-12-07  Glenn Morris  <rgm@gnu.org>
8439
8440         * gnus-art.el (article-make-date-line): Revert previous change.
8441
8442 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8445
8446 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8447
8448         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8449         Call gnus-add-to-range ranges only once with a prepared article-list.
8450
8451 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8452
8453         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8454         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8455         group names with backslashes.
8456         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8457
8458 2007-12-06  Deepak Goel  <deego3@gmail.com>
8459
8460         * gnus-art.el (article-make-date-line):
8461         * gnus-start.el (gnus-load):
8462         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8463
8464 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-art.el (gnus-use-idna)
8467         * gnus-start.el (gnus-site-init-file)
8468         * message.el (message-use-idna)
8469         * mm-uu.el (mm-uu-hide-markers)
8470         * smiley.el (smiley-style): Revert changes that suppress warnings.
8471
8472 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8475         specify charset to html source.
8476         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8477
8478 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8481         idna-program in order to suppress byte compile warning issued by XEmacs
8482         that came to byte compile the default value section of defcustom forms
8483         recently.
8484
8485         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8486         value of installation-directory.
8487
8488         * message.el (message-use-idna): Don't directly refer to the value of
8489         idna-program.
8490
8491         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8492
8493         * smiley.el (smiley-style): Don't directly call face-attribute.
8494
8495 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8498
8499         * gnus-dired.el: Reduce Gnus dependencies.
8500         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8501         Don't require.  Use autoloads instead.
8502         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8503         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8504         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8505         (gnus-dired-mode): Adjust doc string.
8506         (gnus-dired-mail-mode): New variable.
8507         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8508         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8509         (gnus-dired-mail-buffers): New function.  Return mail or message
8510         composition buffers.
8511         (gnus-dired-attach): Use it.
8512         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8513         NO-DECODE.
8514         (gnus-dired-print): Use `gnus-print-buffer' depending on
8515         `gnus-dired-mail-mode'.
8516
8517 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * rfc2047.el (rfc2047-encoded-word-regexp)
8520         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8521         explaining what regexp patterns are for.
8522
8523 2007-12-04  Glenn Morris  <rgm@gnu.org>
8524
8525         * password.el: Move to password-cache.el.
8526
8527         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8528         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8529         * mml-smime.el (password-read, password-cache-add)
8530         (password-cache-remove):
8531         No need to autoload, since mml-sec requires password.
8532
8533         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8534         * message.el (gnus-extract-address-components):
8535         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8536
8537         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8538         password.
8539
8540 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * mailcap.el: Reduce dependencies.
8543         (mail-header-parse-content-type): Autoload.
8544         (mailcap-delete-duplicates): New alias.
8545         (mailcap-mime-info): Add optional argument NO-DECODE.
8546         (mailcap-mime-types): Use mailcap-delete-duplicates.
8547
8548         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8549
8550 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8551
8552         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8553         (imap-parse-status): Upcase status-att for servers that sends them
8554         lower-case (e.g., MS Exchange 2007).
8555
8556 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8559         function.
8560
8561         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8562         (gnus-uu-yenc-article): New function.
8563
8564         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8565
8566         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8567
8568 2007-12-02  Glenn Morris  <rgm@gnu.org>
8569
8570         * binhex.el (binhex): New custom group.
8571         (binhex-decoder-program, binhex-decoder-switches)
8572         (binhex-use-external): Move to the binhex custom group.
8573
8574         * uudecode.el (uudecode): New custom group.
8575         (uudecode-decoder-program, uudecode-decoder-switches)
8576         (uudecode-use-external): Move to the uudecode custom group.
8577
8578         * netrc.el (top-level): Don't load `encrypt' features.
8579         (netrc-parse): Don't use encrypt.
8580         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8581
8582         * encrypt.el: Remove file.
8583
8584 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8587         matches on patches.
8588
8589         * gnus-art.el (gnus-article-browse-html-article):
8590         Mention `mm-text-html-renderer' in the doc string.
8591
8592         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8593         string.  Add comments.
8594
8595         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8596         if rhs is ASCII.
8597
8598 2007-12-01  Glenn Morris  <rgm@gnu.org>
8599
8600         * mail-source.el (top-level): Require format-spec before
8601         eval-when-compile.
8602
8603 2007-11-30  Glenn Morris  <rgm@gnu.org>
8604
8605         * encrypt.el: Require password, rather than autoloading password-read.
8606
8607 2007-11-29  Glenn Morris  <rgm@gnu.org>
8608
8609         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8610         (sasl-make-client, sasl-next-step, sasl-step-data)
8611         (sasl-step-set-data): Declare as functions.
8612
8613 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8616
8617 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8618
8619         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8620         certs should be verified and what is to be done in the event of a
8621         verification failure.
8622
8623         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8624         caller can indicate whether the cache should be disregarded for this
8625         call.  This way the result of the call is reproducible at all times and
8626         can be considered a canonical server name for the supplied method.
8627         (gnus-agent-method-p): Canonicalize server names by pushing their
8628         method through `gnus-method-to-server' using the no-cache argument.
8629
8630         * gnus-srvr.el (gnus-server-insert-server-line):
8631         Call `gnus-method-to-server' with `no-cache' argument.
8632
8633         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8634         gnus-agent-possibly-synchronize-flags as this should be called when the
8635         server is actually being opened.
8636         (gnus-agent-possibly-synchronize-flags)
8637         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8638         flags file of an agentized server to the latter function.
8639
8640         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8641         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8642         after a connection has been established successfully.
8643
8644 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-art.el (article-display-face): Force to display face if called
8647         interactively; check if gnus-article-x-face-too-ugly matches author.
8648         (article-display-x-face): Display face even if From header is missing
8649         as article-display-face does.
8650
8651 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8652
8653         * hashcash.el (message-narrow-to-headers-or-head)
8654         (message-fetch-field, message-goto-eoh)
8655         (message-narrow-to-headers): Declare as functions.
8656
8657 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mail-source.el (mail-sources): Default to fetch from file for
8660         compatibility with default of nnmail-spool-file.
8661
8662 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8665         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8666         to look for encoded word that should be encoded again.
8667         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8668         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8669         encoding pattern.
8670         (rfc2047-decode-region): Switch strict regexp and loose one according
8671         to rfc2047-allow-irregular-q-encoded-words.
8672
8673 2007-11-25  Romain Francoise  <romain@orebokech.com>
8674
8675         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8676
8677 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * tls.el (tls-program): Provide more custom choices from
8680         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8681         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8682
8683 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8686         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8687
8688         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8689         `nnmail-spool-file'.
8690
8691         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8692         `nnmail-spool-file'.
8693
8694         * gnus-move.el (gnus-change-server): Ditto.
8695
8696         * gnus-kill.el (gnus-batch-score): Ditto.
8697
8698         * gnus-cache.el (gnus-jog-cache): Ditto.
8699
8700         * gnus-msg.el (gnus-summary-reply):
8701         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8702
8703 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8706         version.  Minor improvement to doc strings.
8707         (tls-program): Add comment.
8708
8709 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8710
8711         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8712         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8713         mismatch between the hostname provided in the certificate and the name
8714         of the host connnecting to.
8715         (open-tls-stream): Use them.  Check certificates against trusted root
8716         certificates.
8717
8718 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-cache.el (gnus-cache-generate-nov-databases):
8721         Use nnml-generate-nov-databases-directory instead of
8722         nnml-generate-nov-databases-1.
8723
8724 2007-11-24  Glenn Morris  <rgm@gnu.org>
8725
8726         * message.el (message-tool-bar-retro): Update for rename
8727         mail_send.xpm->mail-send.xpm.
8728
8729 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8732         `smime-ldap-search' for Emacs 22 and up.
8733
8734 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8735
8736         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8737
8738         * message.el (message-send-mail-function): Fix error convention.
8739         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8740         (message-widen-reply, message-send-mail, message-talkative-question)
8741         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8742         (message-clone-locals, message-send-news): Use with-current-buffer.
8743         (message-insert-or-toggle-importance): Remove unused var `valid'.
8744         (message-make-references): Remove unused var `new-references'.
8745         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8746
8747 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8748
8749         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8750         (spam-split-symbolic-return-positive): Reflow docstring.
8751         (spam-backends, spam-summary-exit-behavior)
8752         (spam-mark-ham-unread-before-move-from-spam-group)
8753         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8754         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8755         (spam-clear-cache, spam-backend-check, spam-install-backend)
8756         (spam-install-statistical-backend, spam-list-of-processors)
8757         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8758         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8759         (spam-check-crm114, spam-initialize, spam-unload-hook):
8760         Fix typos in docstrings.
8761
8762 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8765         been checked if they have never been read and those group levels are
8766         higher than the one that a user specified.
8767
8768 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8771         foreign groups unless a group level is specified by a user.
8772         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8773
8774 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * message.el (message-send-mail-function): Require sendmail.
8777
8778 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * message.el (message-send-mail-function): Check for smtpmail too.
8781
8782         * utf7.el (utf7-encode, utf7-decode): Use coding system
8783         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8784
8785         * message.el (message-send-mail-function): New function.
8786         (message-send-mail-function): Set default using
8787         message-send-mail-function.  Adjust doc string.
8788         (message-send-mail-with-mailclient): New function.
8789
8790 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8791
8792         * smime.el (from):
8793         * rfc2047.el (message-posting-charset):
8794         * qp.el (mm-use-ultra-safe-encoding):
8795         * pop3.el (parse-time-months):
8796         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8797         * nnml.el (files):
8798         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8799         (jka-compr-compression-info-list, ange-ftp-path-format)
8800         (efs-path-regexp):
8801         * nndiary.el (files):
8802         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8803         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8804         (epg-digest-algorithm-alist, inhibit-redisplay)
8805         (password-cache-expiry):
8806         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8807         (pgg-output-buffer, password-cache-expiry):
8808         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8809         (efs-path-regexp):
8810         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8811         (inhibit-redisplay):
8812         * mm-uu.el (file-name, start-point, end-point, entry)
8813         (gnus-newsgroup-name, gnus-newsgroup-charset):
8814         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8815         (latin-unity-ucs-list):
8816         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8817         (mm-uu-binhex-decode-function):
8818         * message.el (gnus-message-group-art, gnus-list-identifiers)
8819         (rmail-enable-mime-composing, gnus-local-organization)
8820         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8821         (gnus-read-active-file, facemenu-add-face-function)
8822         (facemenu-remove-face-function, gnus-article-decoded-p)
8823         (tool-bar-mode):
8824         * mail-source.el (display-time-mail-function):
8825         * gnus-util.el (nnmail-pathname-coding-system)
8826         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8827         (gnus-original-article-buffer, gnus-user-agent)
8828         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8829         (xemacs-codename, sxemacs-codename, emacs-program-version):
8830         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8831         * gnus-start.el (gnus-agent-covered-methods)
8832         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8833         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8834         (gnus-newsgroup-headers, gnus-group-list-mode)
8835         (gnus-group-mark-positions, gnus-newsgroup-data)
8836         (gnus-newsgroup-unreads, nnoo-state-alist)
8837         (gnus-current-select-method, mail-sources)
8838         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8839         (nnmail-spool-file, gnus-cache-active-hashtb):
8840         * gnus-mh.el (mh-lib-progs):
8841         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8842         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8843         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8844         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8845         (gnus-group-buffer):
8846         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8847         (font-lock-set-defaults):
8848         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8849         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8850         (gnus-summary-post-menu, total-parts, type, condition, length):
8851         * gnus-agent.el (gnus-agent-read-agentview):
8852         * flow-fill.el (show-trailing-whitespace):
8853         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8854         eval-and-compile wrappers for byte compiler pacifiers.
8855
8856         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8857         (mm-display-inline-fontify): Check for featurep 'xemacs not
8858         extent-list.
8859
8860         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8861         itimer-list.
8862         (mm-create-image-xemacs): Only do something for XEmacs.
8863         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8864
8865         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8866
8867         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8868         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8869
8870 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8871
8872         * nnimap.el (nnimap-split-download-body):
8873         * gnus-demon.el (gnus-demon):
8874         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8875
8876 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8879         New macros.
8880         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8881         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8882         copy data from unibyte buffer to multibyte current buffer.
8883         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8884         to copy data from unibyte current buffer to multibyte buffer.
8885         (nntp-make-process-buffer): Make process buffer unibyte.
8886
8887         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8888
8889 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8890
8891         * pop3.el (pop3-open-server): Accept and process data more robustly at
8892         connexion start to avoid spurious "POP SSL connexion failed" errors.
8893
8894 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8897         read group names.
8898
8899 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8902
8903 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8906         (nnmail-save-active): Use a unibyte buffer when saving active file,
8907         which may contain non-ASCII group names.
8908
8909         * nnml.el (nnml-request-group): Decode group names in messages.
8910
8911 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * message.el (message-citation-line-function)
8914         (message-insert-formatted-citation-line): Fix spelling of
8915         `message-insert-formated-citation-line'.
8916
8917 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8920
8921 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8924         nnmail-pathname-coding-system.
8925
8926         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8927         that a user enters; decode group names in messages.
8928
8929         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8930
8931 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8934
8935         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8936
8937         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8938         risky local variable.
8939
8940         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8941
8942 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8943
8944         * encrypt.el: Improve documentation to fix function name typo.
8945         Reported by Daiki Ueno <ueno@unixuser.org>.
8946
8947 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8950         even if the point is not in the last page of an article.
8951         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8952         back to the previous page.
8953
8954 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8957
8958 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8961
8962 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8963
8964         * message.el (message-check-news-body-syntax):
8965         Avoid mm-string-as-multibyte.
8966         (message-hide-headers): Don't assume (point-min)==1.
8967
8968 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * message.el (message-remove-blank-cited-lines): Fix if remove is
8971         given.
8972         (message-bogus-address-regexp): New variable.
8973         (message-bogus-recipient-p): New function.
8974         (message-check-recipients): New command.
8975         (message-syntax-checks): Add `bogus-recipient'.
8976         (message-fix-before-sending): Add `bogus-recipient'.
8977
8978         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8979         (gnus-treat-body-boundary): Don't test window-system.
8980
8981 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8982
8983         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8984
8985 2007-10-28  Miles Bader  <miles@gnu.org>
8986
8987         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8988         at compile-time too.
8989
8990 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-msg.el (gnus-message-setup-hook):
8993         Add `message-remove-blank-cited-lines' to options.
8994
8995 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * message.el (message-remove-blank-cited-lines): New function.
8998         Suggested by Karl Plästerer.
8999
9000 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9003         mapc.
9004
9005         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9006         (top-level): Use mapc to set functions to be traced for debugging.
9007
9008         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9009         called for effect with while loop.
9010
9011         * message.el (message-talkative-question): Replace mapcar called for
9012         effect with mapc.
9013
9014         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9015         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9016         called for effect with dolist.
9017
9018         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9019
9020         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9021         gnus-extra-headers and nnmail-extra-headers.
9022
9023         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9024         called for effect with dolist.
9025         (top-level): Use mapc to set functions to be traced for debugging.
9026
9027         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9028         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9029         dolist.
9030
9031         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9032         Replace mapcar called for effect with mapc.
9033         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9034         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9035         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9036         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9037
9038         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9039         remove-if that's a cl function.
9040
9041         * webmail.el (webmail-debug): Replace mapcar called for effect with
9042         dolist.
9043
9044         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9045         with mapc.
9046
9047 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9050         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9051         with while loop.
9052
9053         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9054         functions from article-* functions.
9055         (gnus-multi-decode-header): Replace mapcar called for effect with
9056         dolist.
9057
9058         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9059         (gnus-bookmark-show-details): Replace mapcar called for effect with
9060         while loop.
9061
9062         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9063         called for effect with while loop.
9064
9065         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9066         with dolist.
9067
9068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9069         Replace mapcar called for effect with dolist.
9070
9071         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9072
9073         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9074         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9075         Replace mapcar called for effect with dolist.
9076         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9077         mapc.
9078
9079         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9080         Replace mapcar called for effect with dolist.
9081         (gnus-topic-list): Replace mapcar called for effect with mapc.
9082
9083         * gnus.el: Use mapc instead of mapcar to add autoloads.
9084
9085 2007-10-23  Richard Stallman  <rms@gnu.org>
9086
9087         * gnus-group.el (gnus-group-highlight): Mark as risky.
9088
9089 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus.el (gnus-server-to-method): Return method found first in
9092         gnus-newsrc-alist.
9093
9094         * gnus-art.el (gnus-article-highlight-signature)
9095         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9096         button overlay without the front stickiness.
9097
9098 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9099
9100         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9101         overview buffer needed a catch to receive its throw.
9102         (gnus-agent-flush-cache): Declare as interactive to make this function
9103         easier to use.
9104
9105 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9108         `next-line'.
9109
9110 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9113         exclude address matching message-dont-reply-to-names.
9114
9115 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-util.el (gnus-string<): New function.
9118
9119         * gnus-sum.el (gnus-article-sort-by-author)
9120         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9121
9122 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9125         the frame-focus tag is set in gnus-buffer-configuration.
9126
9127 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9130         the front stickiness.
9131
9132 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9135         url pattern; remove duplicate one.
9136         (gnus-article-extend-url-button): New function.
9137         (gnus-article-add-buttons): Use it.
9138         (gnus-button-push): Use concatenated url that it makes.
9139
9140 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9141
9142         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9143
9144 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9145
9146         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9147         Don't hardcode point-min==1.
9148
9149 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9152         Fix comment about "iso8859-1".
9153
9154 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9155
9156         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9157         ones returned from the verify-function.
9158
9159         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9160         Call mml2015-extract-cleartext-signature if extraction failed.
9161
9162 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9163
9164         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9165         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9166         failed.
9167
9168 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9171
9172 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9175         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9176         recommends to use EasyPG instead of PGG.
9177
9178         * pgg.el: Revert to revision 6.23.2.16.
9179
9180         * pgg-def.el: Revert to revision 6.6.2.14.
9181
9182         * pgg-gpg.el: Revert to revision 6.23.2.34.
9183
9184 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9187         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9188         thread for both the null and zero (kill/expire thread) universal prefix
9189         cases.
9190         (gnus-summary-expire-thread): Add new function to expire a thread,
9191         using gnus-summary-kill-thread.
9192         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9193         shortcuts for gnus-summary-expire-thread.
9194         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9195         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9196
9197 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9198
9199         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9200         extras value, so an extras entry can be deleted.
9201         (gnus-registry-delete-extra-entry): Use it.
9202         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9203         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9204         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9205         storage through the gnus-registry, and provide an appropriate API for
9206         it.
9207
9208 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9211         Suggested by Leo <sdl.web@gmail.com>.
9212
9213         * gnus.el: Do.
9214
9215 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9218         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9219
9220         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9221
9222         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9223         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9224
9225 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9228         newline.
9229         (nnmbox-request-accept-article): Don't change article in source buffer;
9230         narrow to header to use message-fetch-field rather than
9231         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9232         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9233         as delimiters; make sure article ends with newline.
9234         (nnmbox-delete-mail): Correct last position of article to be deleted;
9235         ignore X-Gnus-Newsgroup header in article body.
9236         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9237         positions; make sure article ends with newline.
9238
9239         * message.el (message-display-abbrev): Don't infloop when a user
9240         inserts SPC in the beginning of header.
9241
9242         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9243         coding-system-for-read and coding-system-for-write for XEmacs having no
9244         file-coding feature.
9245
9246         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9247
9248 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9249
9250         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9251         list of groups not followed by default.  Fix type to be regexp.
9252         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9253
9254 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9255
9256         * hmac-def.el (define-hmac-function): Switch from old-style to
9257         new-style backquotes.
9258
9259         * md4.el (md4-make-step): Likewise.
9260
9261 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9264         raw-text coding system when saving .newsrc file, which may contain
9265         non-ASCII group names.
9266
9267 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-cus.el (gnus-score-extra): New widget.
9270         (gnus-score-extra-convert): New function.
9271         (gnus-score-customize): Use it for Extra.
9272
9273 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9274
9275         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9276         (mml2015-mailcrypt-clear-verify): Use it.
9277         (mml2015-gpg-clear-verify): Use it.
9278         (mml2015-pgg-clear-verify): Use it.
9279         (mml2015-epg-clear-verify): Replace the current part with the output
9280         from GnuPG; don't extract the plaintext by itself.
9281
9282         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9283         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9284         mml2015-clear-verify-function; don't touch the armor headers or
9285         dash-escaped text here.
9286
9287 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9290         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9291         parts, or application/octet-stream as a last resort.
9292         (gnus-mime-view-part-as-type): Don't toggle display.
9293         (gnus-mime-view-part-as-charset): Don't turn off display before
9294         querying charset.
9295
9296         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9297         stuff to undisplayer function in Emacs.
9298         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9299
9300         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9301         text/calendar parts.
9302
9303 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9306         decoding text/calendar parts.
9307
9308         * message.el (message-forward-make-body-mime): Always mark body as
9309         having no illegible text; remove signed-or-encrypted argument.
9310         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9311
9312         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9313         (mml-generate-mime-1): Don't encode body if it is specified to be in
9314         raw form; don't make buffer be unibyte when inserting multibyte string.
9315
9316 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9317
9318         * sha1.el: Fix up comment style.
9319         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9320         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9321
9322         * hex-util.el: Fix up comment style.
9323         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9324
9325         * gnus-salt.el: Use with-current-buffer.
9326         (gnus-pick-setup-message): Fix long-standing typo.
9327
9328 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * imap.el (imap-logout-timeout): New variable.
9331         (imap-logout, imap-logout-wait): New functions.
9332         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9333
9334         * nnimap.el (nnimap-logout-timeout): New server variable.
9335         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9336         nnimap-logout-timeout.
9337
9338         * gnus-art.el (gnus-article-summary-command-nosave)
9339         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9340
9341 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus.el (gnus-maximum-newsgroup): New variable.
9344
9345         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9346         according to gnus-maximum-newsgroup.
9347
9348         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9349         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9350         Limit the range of articles according to gnus-maximum-newsgroup.
9351
9352 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9353
9354         * gnus-art.el (gnus-sticky-article): Fix problems described in
9355         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9356         Don't perform gnus-configure-windows here; reuse existing sticky
9357         article buffer.
9358
9359         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9360         it doesn't exist in gnus-article-mode.
9361
9362 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9365         (gnus-agent-decoded-group-name): New function.
9366         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9367         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9368
9369 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9370
9371         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9372         Add binding for gnus-sticky-article.
9373         (gnus-summary-exit): Don't kill sticky article buffers.
9374
9375         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9376         article buffer.
9377         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9378         (gnus-kill-sticky-article-buffers): New commands.
9379
9380 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * nntp.el (nntp-xref-number-is-evil): New server variable.
9383         (nntp-find-group-and-number): If it is non-nil, don't trust article
9384         numbers in the Xref header.
9385
9386 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-agent.el (gnus-agent-read-group): New function.
9389         (gnus-agent-flush-group, gnus-agent-expire-group)
9390         (gnus-agent-regenerate-group): Use it.
9391         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9392         nnmail-pathname-coding-system.
9393
9394 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9397
9398         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9399         that are unread as unread, and also as selected so that information of
9400         marks having been changed by a user may be updated when exiting group.
9401
9402 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9405
9406 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9409         calculated ignoring signature parts to gnus-treat-article.
9410
9411 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9414         a point here in order to keep the window start.
9415         (gnus-insert-mime-security-button): Make a button overlay without the
9416         front stickiness.
9417         (gnus-mime-display-security): Goto the end of a button.
9418
9419         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9420
9421 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9424         group-name-at-point.
9425         (gnus-group-completing-read): New function that offers decoded
9426         non-ASCII group names for completion.
9427         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9428         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9429         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9430         (gnus-group-fetch-control): Use it.
9431         (gnus-fetch-group): Use group-name-at-point for the initial value
9432         rather than the default value; use gnus-alive-p.
9433
9434         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9435         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9436         (gnus-summary-post-news): Use gnus-group-completing-read.
9437
9438         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9439         (gnus-read-move-group-name): Decode group name for completion.
9440
9441 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9442
9443         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9444         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9445         Yamaoka slightly modified the code).
9446
9447 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9450         (nnmail-split-incoming): Bind it.
9451
9452         * nnml.el (nnml-group-name-charset): New function.
9453         (nnml-decoded-group-name): Use it; don't decode group name if
9454         nnmail-group-names-not-encoded-p is non-nil.
9455         (nnml-encoded-group-name): New function.
9456         (nnml-group-pathname): Inline nnml-decoded-group-name.
9457         (nnml-request-expire-articles): Decode group name in message.
9458         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9459         nnmail-pathname-coding-system.
9460         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9461         not decoded ones according to nnmail-group-names-not-encoded-p.
9462         (nnml-generate-active-info): Use nnml-encoded-group-name.
9463
9464 2007-08-08  Glenn Morris  <rgm@gnu.org>
9465
9466         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9467         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9468         doc-strings and comments.
9469
9470 2007-07-25  Glenn Morris  <rgm@gnu.org>
9471
9472         * Relicense all FSF files to GPLv3 or later.
9473
9474 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-sum.el (gnus-summary-move-article):
9477         Make gnus-summary-respool-article work.
9478
9479 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9482         string.
9483
9484 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9485
9486         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9487         that should be ignored when comparing distant RSS articles with local
9488         ones.
9489         (nnrss-make-hash-index): New function.  Create a hash index according
9490         to the ignored fields.
9491         (nnrss-check-group): Use it.
9492
9493 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9496
9497         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9498
9499         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9500         the new optional argument ENCODED is non-nil.
9501         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9502         coding system for encoding group name.
9503         (gnus-group-make-rss-group): Pass un-encoded group name to
9504         gnus-group-make-group.
9505         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9506         encoded.
9507
9508         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9509         Encode group name to which articles are moved or copied.
9510         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9511         coding system for encoding Newsgroup, Followup-To and Xref headers.
9512
9513         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9514         marks; use nnheader-file-coding-system to write a file.
9515         (nnagent-retrieve-headers): Bind file-name-coding-system to
9516         nnmail-pathname-coding-system.
9517
9518         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9519
9520         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9521         (nnml-request-article, nnml-request-create-group)
9522         (nnml-request-rename-group, nnml-find-id)
9523         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9524         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9525         (nnml-save-marks): Use nnml-group-pathname instead of
9526         nnmail-group-pathname.
9527
9528         (nnml-request-create-group, nnml-request-expire-articles)
9529         (nnml-request-move-article, nnml-request-delete-group)
9530         (nnml-deletable-article-p, nnml-possibly-create-directory)
9531         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9532         (nnml-open-marks): Bind file-name-coding-system to
9533         nnmail-pathname-coding-system.
9534
9535         (nnml-request-article): Pass server argument to nnml-find-group-number.
9536         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9537         Pass server argument to nnml-possibly-create-directory.
9538         (nnml-request-accept-article): Pass server argument to
9539         nnml-active-number and nnml-save-mail.
9540         (nnml-find-group-number): Pass server argument to nnml-find-id.
9541         (nnml-request-update-info): Pass server argument to
9542         nnml-marks-changed-p.
9543
9544         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9545         (nnml-save-mail, nnml-active-number): Add server argument.
9546
9547         (nnml-request-delete-group): Warn if group is missing.
9548         (nnml-get-nov-buffer): Decode group name.
9549         (nnml-generate-active-info): Encode group name.
9550         (nnml-open-marks): Decode group name in messages.
9551
9552 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9555         if it is not specified.
9556         (gnus-article-pipe-part, gnus-article-save-part)
9557         (gnus-article-interactively-view-part, gnus-article-copy-part)
9558         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9559         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9560         (gnus-article-replace-part, gnus-article-delete-part)
9561         (gnus-article-view-part-as-type): Pass raw prefix argument to
9562         gnus-article-part-wrapper.
9563
9564 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-agent.el (gnus-agent-save-active):
9567         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9568
9569         * gnus-cache.el (gnus-cache-save-buffers)
9570         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9571         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9572         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9573         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9574         (gnus-cache-generate-active, gnus-cache-rename-group)
9575         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9576         (gnus-cache-update-overview-total-fetched-for):
9577         Bind file-name-coding-system to nnmail-pathname-coding-system.
9578         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9579         New variables.
9580         (gnus-cache-decoded-group-name): New function.
9581         (gnus-cache-file-name): Use it.
9582         (gnus-cache-generate-active): Use non-decoded group name for active.
9583
9584         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9585         right place.
9586         (gnus-write-active-file): Don't break non-ASCII group names.
9587
9588         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9589         nnmail-pathname-coding-system.
9590
9591         * lpath.el: Bind default-file-name-coding-system,
9592         file-name-coding-system and language-info-alist for XEmacs.
9593
9594         * gnus-uu.el (gnus-uu-decode-save): Typo.
9595
9596 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9599
9600 2007-07-14  David Kastrup  <dak@gnu.org>
9601
9602         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9603         finishing actions if we did not edit the article.
9604
9605 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9608         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9609         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9610         (gnus-agent-flush-group, gnus-agent-flush-cache)
9611         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9612         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9613         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9614         (gnus-agent-regenerate-group)
9615         (gnus-agent-update-files-total-fetched-for)
9616         (gnus-agent-update-view-total-fetched-for):
9617         Bind file-name-coding-system to nnmail-pathname-coding-system.
9618         (gnus-agent-group-pathname): Don't encode file names by
9619         nnmail-pathname-coding-system.
9620         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9621         coding-system-for-write instead of buffer-file-coding-system to
9622         gnus-agent-file-coding-system.
9623
9624         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9625         Decode group name.
9626
9627         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9628
9629         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9630         (gnus-read-newsrc-el-file): Make group names unibyte.
9631
9632         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9633         nnmail-pathname-coding-system.
9634
9635         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9636         (nnrss-request-delete-group): Bind file-name-coding-system to
9637         nnmail-pathname-coding-system.
9638         (nnrss-read-server-data, nnrss-read-group-data):
9639         Bind file-name-coding-system correctly.
9640         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9641
9642         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9643         (nntp-server-to-method-cache): New variable.
9644         (nntp-group-pathname): New function that decodes non-ASCII group names.
9645         (nntp-possibly-create-directory, nntp-marks-changed-p)
9646         (nntp-save-marks, nntp-open-marks): Use it.
9647         (nntp-possibly-create-directory, nntp-open-marks):
9648         Bind file-name-coding-system to nnmail-pathname-coding-system.
9649         (nntp-open-marks): Decode group names when bootstrapping marks.
9650
9651         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9652         Newsgroups and Folowup-To headers.
9653
9654 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9657         (gnus-server-closed-face, gnus-server-denied-face)
9658         (gnus-server-offline-face): Remove variable.
9659         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9660
9661         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9662         of modifying message-stack directly for XEmacs.
9663
9664         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9665         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9666         if the coding-system argument is nil for XEmacs.
9667
9668         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9669         mm-charset-override-alist.
9670
9671         * rfc2047.el: Don't require base64; require rfc2045 for the function
9672         rfc2045-encode-string.
9673         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9674         to quote the parameter value.
9675
9676 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9679         form in gnus-group-name-charset-method-alist.
9680
9681         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9682         overrides the default layout edit-form.
9683
9684         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9685
9686         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9687
9688 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9691         as unfetched articles.
9692
9693 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9696
9697 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9700         original back end that keeps marks in the local system.
9701
9702 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9705         arg of pop-to-buffer for XEmacs.
9706         (gnus-article-read-summary-keys): Ditto; don't restore window
9707         configuration if summary command ends up with neither article buffer
9708         nor summary buffer; describe bindings if summary keys end with C-h.
9709
9710 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * message.el (message-fix-before-sending): Skip raw message part to be
9713         forwarded while checking illegible text.
9714         (message-forward-make-body-mime, message-forward-make-body):
9715         Mark signed or encrypted raw message as having no illegible text.
9716
9717 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9720         (gnus-message-with-timestamp-1): New macro.
9721         (gnus-message-with-timestamp): New function.
9722         (gnus-message): Use them.
9723
9724         * nnheader.el (nnheader-message): Use them.
9725
9726 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9729         .newsrc.eld file.
9730
9731 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-agent.el (gnus-agent-fetch-headers)
9734         (gnus-agent-retrieve-headers):
9735         Bind gnus-decode-encoded-address-function to identity.
9736
9737         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9738         available also when the server returns simply a dot.
9739
9740         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9741
9742 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9745
9746 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-ems.el (gnus-x-splash): Make it work.
9749
9750         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9751         from being used.
9752
9753         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9754
9755 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9758         4th and the 5th arguments.
9759
9760         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9761         the front stickiness.
9762         (gnus-article-summary-command-nosave): Correct the order of the
9763         arguments passed to pop-to-buffer.
9764         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9765         summary command ends up with the article buffer.
9766
9767         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9768         the same faces.
9769
9770 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9771
9772         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9773
9774 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9775
9776         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9777         * gnus-sum.el (gnus-summary-highlight):
9778         * pgg.el (pgg-sign-region, pgg-sign):
9779         * mail-source.el (mail-source-delete-old-incoming-confirm):
9780         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9781
9782 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-art.el (gnus-mime-view-part-externally)
9785         (gnus-mime-view-part-internally): Fix predicate function passed to
9786         completing-read.
9787
9788         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9789
9790         * gnus.el (gnus-update-message-archive-method): Add :version.
9791
9792 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus.el (gnus-update-message-archive-method): New variable.
9795
9796         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9797         according to gnus-message-archive-method if
9798         gnus-update-message-archive-method is non-nil.
9799
9800 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9803         Suggested by Loic Dachary <loic@dachary.org>.
9804         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9805
9806 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * message.el (message-pop-to-buffer): Add switch-function argument.
9809         (message-mail): Pass switch-function argument to it.
9810
9811 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9814         Improve doc string.
9815
9816 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9819         (gnus-header-content)
9820         * gnus-cite.el (gnus-cite-10)
9821         * gnus-srvr.el (gnus-server-closed)
9822         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9823         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9824         (gnus-group-mail-3-empty, gnus-group-mail-low)
9825         (gnus-group-mail-low-empty, gnus-splash)
9826         * message.el (message-header-to, message-header-cc)
9827         (message-header-subject, message-header-other, message-header-name)
9828         (message-header-xheader, message-separator, message-cited-text)
9829         (message-mml): Lighten colors of faces used for dark background.
9830
9831 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9832
9833         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9834         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9835
9836 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * message.el (message-narrow-to-headers-or-head):
9839         Ignore mail-header-separator in the body.
9840
9841 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9844         same as window size.
9845
9846 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9847
9848         * message.el (message-font-lock-keywords): Use message-header-xheader
9849         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9850         ahead of the anything pattern, to get it recognised.
9851
9852 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9855         spam.el loads uses it in the compiled defadvice form.
9856
9857 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9858
9859         * gnus-sum.el (gnus-articles-to-read)
9860         (gnus-summary-insert-old-articles): Don't truncate group name for
9861         `read-string'.
9862
9863         * gnus-util.el (gnus-limit-string): Delete this function.
9864
9865         * gnus-sum.el (gnus-simplify-subject-fully):
9866         Use `truncate-string-to-width' instead.
9867
9868 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9869
9870         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9871         Tell if, on summary exit, the next group has to be selected.
9872         (gnus-summary-exit): Use it.
9873
9874 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9877         non-break space.
9878
9879 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9882         Check if group is not a directory.
9883         (nnfolder-request-expire-articles): Don't delete articles if the target
9884         group is not available.
9885
9886         * nnml.el (nnml-request-create-group): Properly check if group is not a
9887         file.
9888         (nnml-request-expire-articles): Don't delete articles if the target
9889         group is not available.
9890
9891         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9892         Don't quote characters that are within parentheses.
9893
9894 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9897         (gnus-handle-ephemeral-exit): Select article according to it.
9898
9899 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * message.el (message-insert-formated-citation-line): Remove newline.
9902         (message-citation-line-format): Add final \n here so that the user can
9903         avoid a blank line.
9904
9905 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9906
9907         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9908         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9909         Update lanl/arXiv support.
9910
9911 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus.el: Bump version number.
9914
9915 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * gnus.el (gnus-version-number): Bump version.
9918
9919 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9920
9921         * gnus.el: No Gnus v0.6 is released.
9922
9923 2007-04-27  Didier Verna  <didier@xemacs.org>
9924
9925         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9926         * gmm-utils.el (gmm-regexp-concat): ... here.
9927         * message.el: Don't require 'gnus-util.
9928         (message-dont-reply-to-names): Handle name change above.
9929         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9930
9931 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9934         since the initial value varies according to the system.
9935
9936 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9939
9940 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9941
9942         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9943
9944 2007-04-24  Didier Verna  <didier@xemacs.org>
9945
9946         Improve the type of gnus-ignored-from-addresses.
9947         * gnus-util.el (gnus-orify-regexp): New function.
9948         * message.el (gnus-util): Require it.
9949         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9950         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9951         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9952
9953 2007-04-24  Didier Verna  <didier@xemacs.org>
9954
9955         * gnus-sum.el:
9956         * gnus-utils.el: Fix some trailing whitespaces.
9957
9958 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9961         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9962         article's Message-ID; refer parent article in summary buffer.
9963
9964         * message.el (message-bounce): Call mime-to-mml.
9965
9966         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9967         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9968         optimize and/or forms properly.
9969
9970 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9973         URL.
9974
9975 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9978
9979 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9982         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9983         displayed of multipart/alternative part if it is invoked from summary
9984         buffer.
9985
9986         * mm-view.el (mm-inline-text-html-render-with-w3m)
9987         (mm-inline-text-html-render-with-w3m-standalone)
9988         (mm-inline-render-with-function): Use mail-parse-charset by default.
9989
9990 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9991
9992         * parse-time.el (parse-time-string-chars): Check if CHAR
9993         is less than the length of parse-time-syntax.
9994
9995 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9998         from gnus-newsgroup-processable.
9999
10000 2007-04-16  Didier Verna  <didier@xemacs.org>
10001
10002         * gnus-msg.el (gnus-configure-posting-styles):
10003         Handle message-signature-directory properly with :file syntax.
10004         Reported by "Leo".
10005
10006 2007-04-11  Didier Verna  <didier@xemacs.org>
10007
10008         New user option: message-signature-directory.
10009         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10010         * message.el (message-insert-signature): Ditto.
10011         * message.el (message-signature-file): Doc update.
10012         * message.el (message-signature-directory): New.
10013
10014 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-msg.el (gnus-inews-yank-articles):
10017         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10018
10019 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * message.el (message-yank-original): Make sure cited text ends with
10022         newline; don't exchange point and mark.
10023
10024 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10025
10026         * tls.el (open-tls-stream): Properly handle case where there
10027         is no associated buffer.
10028
10029 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10030
10031         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10032         message-yank-original, make sure (< mark TEXT point).
10033
10034 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * message.el (message-fill-column): New variable.
10037         (message-mode): Use it.  Add comment on a possible new hook.
10038
10039         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10040         (nnmail-get-new-mail): Reformat.
10041
10042         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10043
10044         * gmm-utils.el: Fix Commentary.
10045         (gmm-tool-bar-from-list): Fix typo in doc string.
10046
10047 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10048
10049         * message.el (message-yank-original): Don't switch point and mark
10050         unnecessarily to put point and mark as documented.
10051
10052 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10055         from the message heads.
10056
10057 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10058
10059         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10060         article buffer does not have a window.  This may not be the best
10061         solution but is certainly better than setting the start of the null,
10062         that is the current, window.
10063
10064 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10067         (gnus-draft-setup): Run it.
10068
10069         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10070         gnus-score-fast-scoring.  Allow regexp.
10071         (gnus-score-headers): Use it.
10072
10073         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10074         XEmacs.
10075
10076         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10077         string.
10078         (gnus-button-alist): Also catch `<f1> k ...'.
10079         (gnus-treat-display-x-face): Fix doc string.
10080
10081 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10084         evaluation of gnus-extended-version to ensure correct generation of the
10085         User-Agent header when message-generate-headers-first is used.
10086
10087 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10088
10089         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10090         hashcash-path is nil.  Don't call callback with incorrect number of
10091         parameters if val is 0.
10092
10093 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10094
10095         * message.el (message-required-news-headers):
10096         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10097
10098 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10099
10100         * tls.el (open-tls-stream): In handshake-waiting loop,
10101         don't wait more if there is output available to process.
10102
10103 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10104
10105         * tls.el (tls-program): Doc fix.
10106
10107 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * message.el (message-generate-new-buffers): Change the meaning of the
10110         nil value; add `standard' to the choices; treat t as `unique'; improve
10111         doc string.
10112         (gnus-select-frame-set-input-focus): Autoload.
10113         (message-buffer-name): Search for the existing message buffer if
10114         message-generate-new-buffers is nil or `standard'; treat the value t of
10115         message-generate-new-buffers as `unique'.
10116         (message-pop-to-buffer): Raise the frame already displaying the message
10117         buffer; clear the echo area after querying.
10118         (message-setup): Pass the `continue' argument to compose-mail.
10119         (message-mail): Prefer `switch-function' if it is given; search for the
10120         existing message buffer if the `continue' argument is non-nil; pass
10121         continue and switch-function arguments to compose-mail by way of
10122         message-setup.
10123         (message-mail-other-window): Adjust argument of message-setup.
10124         (message-mail-other-frame): Ditto.
10125
10126 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10129         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10130         to turn font-lock on when turning gnus-message-citation-mode on.
10131
10132 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10133
10134         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10135         (mml-smime-function-alist): New variable; add epg as the backend.
10136         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10137         mml-smime- functions instead.
10138         * mm-view.el: Require smime.
10139
10140 2007-03-05  Didier Verna  <didier@xemacs.org>
10141
10142         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10143         instead of just inheritance for posting styles.
10144         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10145
10146 2007-02-24  Chris Moore  <dooglus@gmail.com>
10147
10148         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10149         * pgg-pgp.el (pgg-pgp-encrypt-region):
10150         * pgg-gpg.el (pgg-gpg-encrypt-region):
10151         Check pgg-encrypt-for-me if no other recipients.
10152
10153 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10154
10155         * tls.el (tls-certtool-program): Fix custom type.
10156
10157 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10160         and point-at-eol instead of line-(beginning|end)-position.
10161
10162         * assistant.el (assistant-parse-buffer): Ditto.
10163
10164         * netrc.el (netrc-parse-services): Ditto.
10165
10166 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10167
10168         * mml2015.el (mml2015-epg-find-usable-key): New function.
10169         (mml2015-epg-sign): Use it.
10170         (mml2015-epg-encrypt): Use it.
10171
10172 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * message.el (message-make-in-reply-to): Quote name containing
10175         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10176         if there are special characters.  Reported by NAKAJI Hiroyuki
10177         <nakaji@jp.freebsd.org>.
10178
10179 2007-02-27  Didier Verna  <didier@xemacs.org>
10180
10181         Include the group parameters as well as the topic ones in the
10182         inheritance filter process.
10183         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10184         argument GROUP-PARAMS-LIST.
10185         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10186
10187 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * nntp.el (nntp-never-echoes-commands)
10190         (nntp-open-connection-functions-never-echo-commands): New variables.
10191         (nntp-send-command): Use them.
10192
10193 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10194
10195         * mml2015.el (mml2015-epg-verify): Simplify.
10196
10197 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * mml.el (mml-content-disposition-alist): New user option.
10200         (mml-content-disposition): New function.
10201         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10202         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10203
10204 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10205
10206         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10207         verification.
10208
10209 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10210
10211         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10212         articles posted in the last 24 hours.
10213
10214 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10215
10216         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10217
10218 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10219
10220         * nntp.el (nntp-send-command): Don't wait for echoes when
10221         nntp-open-ssl-stream is used.
10222
10223 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10226         (gnus-message-add-citation-keywords)
10227         (gnus-message-remove-citation-keywords): Remove.
10228         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10229         directly, make the variables in font-lock-defaults buffer-local, add
10230         gnus-message-citation-keywords to them and then update the value of
10231         font-lock-keywords.
10232
10233 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * message.el (message-cite-original-1): Don't call
10236         gnus-article-highlight-citation.
10237
10238         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10239         citations; fix line count.
10240
10241 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10244         (gnus-message-add-citation-keywords)
10245         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10246         versions of font-lock-add-keywords and font-lock-remove-keywords to
10247         work with XEmacs correctly.
10248
10249 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-cite.el (gnus-cite-face-list): Set the values of
10252         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10253         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10254         (gnus-message-cite-prefix-regexp): New variable.
10255         (gnus-message-search-citation-line): Use it; protect against long
10256         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10257         the 0th match data for Emacs.
10258         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10259         (gnus-message-add-citation-keywords): Append keywords rather than
10260         prepending; emulate font-lock-add-keywords if it is not available.
10261         (gnus-message-remove-citation-keywords):
10262         Emulate font-lock-remove-keywords if it is not available.
10263
10264         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10265
10266         * message.el (message-cite-prefix-regexp): Set the value of
10267         gnus-message-cite-prefix-regexp.
10268
10269 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10270
10271         * nnweb.el (nnweb-google-parse-1): Update parser.
10272
10273 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10274
10275         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10276
10277 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278
10279         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10280         regexp.
10281
10282 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10285         string-to-multibyte.
10286         (uudecode-decode-region-internal): Use it.
10287
10288         * lpath.el: Fbind string-as-multibyte for XEmacs.
10289
10290 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10293         Fix custom choice.
10294
10295         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10296
10297 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10298
10299         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10300
10301         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10302         `write-region' to respect `mm-inhibit-file-name-handlers'.
10303
10304 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10307         Use gnus-home-directory instead of "~/" or "$HOME".
10308
10309 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10312         to mention filename.
10313         Add comments at beginning regarding usage.
10314         (encrypt-write-file-contents): Change interactive so a string is
10315         acceptable.  If the file has no associated model, show an error instead
10316         of a nonsense prompt.
10317
10318 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10319
10320         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10321         Thanks to Yoshihiko Yamada for kind notification of this typo.
10322
10323 2007-01-12  Kenichi Handa  <handa@m17n.org>
10324
10325         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10326         multibyte buffer.
10327
10328 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-score.el (gnus-score-fast-scoring): New variable.
10331         (gnus-score-headers): Use it.
10332
10333         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10334
10335         * message.el (message-cite-original-1):
10336         Call gnus-article-highlight-citation if requested.
10337         (message-make-from): Allow name and address as optional arguments.
10338
10339         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10340
10341         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10342         bugs to doc string.
10343         (gnus-button-alist): Add mid\\|message-id.
10344         (gnus-button-fetch-group): Extend for use in
10345         `browse-url-browser-function'.
10346         (gnus-button-url-regexp): Try to catch paired parentheses like in
10347         Wikipedia URLs.
10348
10349         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10350         Suggested by Simon Krahnke <overlord@gmx.li>.
10351
10352 2007-01-13  Romain Francoise  <romain@orebokech.com>
10353
10354         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10355         Update copyright.
10356
10357 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10358
10359         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10360
10361 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10362
10363         * gnus-registry.el (gnus-registry-unfollowed-groups)
10364         (gnus-registry-split-fancy-with-parent): Fix documentation.
10365
10366 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10369         from nnweb groups.
10370
10371 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10374         Xref urls.  Erase buffer before requesting head.
10375
10376         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10377
10378 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10381         customizable.
10382
10383 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10384
10385         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10386         no signing key is found.
10387         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10388         no encrypting and/or signing key is found.
10389
10390 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10393
10394 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10395
10396         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10397         headers read from disk with the ones newly found in the current search.
10398         This should no longer cause problems, because the article numbers in
10399         Gmane's `nov.php' output are ignored since the previous change.
10400
10401 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10402
10403         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10404
10405 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10408         replace-regexp-in-string; bind url-version; fbind display-images-p and
10409         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10410         find-face and set-itimer-function for Emacs; bind itimer-list for
10411         Emacs.
10412
10413         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10414
10415 2007-01-01  Romain Francoise  <romain@orebokech.com>
10416
10417         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10418
10419 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10420
10421         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10422         `define-minor-mode' macro definition expanded properly.
10423         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10424         exclude it there.
10425
10426         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10427         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10428         `fboundp' test.
10429         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10430         This is OK to autoload in (S)XEmacs now.
10431
10432 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10435         keystroke.
10436         (gnus-summary-limit-to-singletons): Fix typo.
10437
10438         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10439         else fails.
10440
10441 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10442
10443         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10444         docstring.
10445
10446         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10447         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10448         (gnus-summary-insert-dormant-articles): Fix typo in message.
10449
10450 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10453         nil for XEmacs.
10454         (gnus-message-citation-mode): Don't autoload in XEmacs.
10455
10456         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10457
10458 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10459
10460         * nnimap.el (nnimap-expunge-search-string):
10461         Mention nnimap-search-uids-not-since-is-evil in docstring.
10462
10463 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * spam.el: Revert to make-obsolete-variable because
10466         define-obsolete-variable-alias is not supported in Emacs 21.
10467
10468         * spam.el (spam-ifile-path, spam-ifile-database-path)
10469         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10470         make-obsolete-variable.
10471         (spam-bsfilter-path, spam-bsfilter-program)
10472         (spam-spamassassin-path, spam-spamassassin-program)
10473         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10474         Don't use "path" inappropriately.
10475         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10476         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10477         variable names.
10478
10479 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10480
10481         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10482         summary buffer.
10483
10484         * password.el (password-cache-remove): Use clear-string to burn
10485         password, if available.
10486
10487 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10490
10491         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10492
10493         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10494         (gnus-message-highlight-citation): Move defcustom here from
10495         gnus-cite.el.
10496         (gnus-message-citation-mode): Autoload.
10497
10498         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10499         checks to make it compile with XEmacs.
10500         (gnus-message-citation-mode): New minor mode.
10501         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10502         (gnus-message-highlight-citation): New variables.
10503         (gnus-message-search-citation-line)
10504         (gnus-message-add-citation-keywords)
10505         (gnus-message-remove-citation-keywords)
10506         (turn-on-gnus-message-citation-mode)
10507         (turn-off-gnus-message-citation-mode): New functions.
10508
10509 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10510
10511         * gnus-cite.el: Enable highlighting of different citation levels in
10512         message-mode.
10513
10514 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * message.el (message-make-fqdn): Fix comment.
10517         (message-bogus-system-names): Add ".local".
10518
10519         * spam.el (spam-ifile-path, spam-ifile-program)
10520         (spam-ifile-database-path, spam-ifile-database)
10521         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10522         Don't use "path" inappropriately.
10523         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10524         strings.
10525         (spam-check-ifile, spam-ifile-register-with-ifile)
10526         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10527         Use new variable names.
10528
10529         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10530         (gnus-treat-display-smileys): Simplify using
10531         gnus-image-type-available-p.
10532
10533         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10534         available.
10535
10536         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10537         Use `display-images-p' if available.
10538
10539 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10542         one after turning on the buffer's multibyteness instead of decoding
10543         them directly in the unibyte buffer that causes unexpected conversion
10544         in Emacs 23 (unicode).
10545
10546 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10547
10548         * message.el (message-generate-hashcash): Fix custom type.
10549
10550 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10553
10554 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10557         disconnect icons.  Add help text.
10558
10559 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10560
10561         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10562         negated to be consistent with the others we handle.
10563
10564 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10567         version of gnus-summary-buffer to something, so that we can use two
10568         article buffers at the same time.
10569
10570 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10571
10572         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10573         trigger all the extra headers.
10574         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10575         sorting.
10576
10577 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10578
10579         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10580         solid groups.
10581
10582 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10583
10584         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10585
10586 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * legacy-gnus-agent.el: Add Copyright notice.
10589
10590 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10591
10592         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10593
10594 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10597
10598         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10599         to make it work reliably in CVS Emacs.
10600         (gnus-summary-limit-strange-charsets-predicate)
10601         (gnus-summary-limit-to-predicate): New functions.
10602
10603 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10604
10605         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10606         specifying array size.
10607         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10608         array if it is too small.
10609         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10610         (gnus-sort-threads-loop): New function.
10611
10612 2006-12-06  Chris Moore  <dooglus@gmail.com>
10613
10614         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10615         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10616
10617 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10618
10619         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10620         options.
10621
10622 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10625         DOS-ing the recipient.
10626
10627         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10628         the headers when creating the mapping to avoid mismappings.
10629         (nnweb-gmane-create-mapping): Always nix out old mapping.
10630
10631 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10634         and mm-verify-option to never.
10635
10636 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * message.el (message-signed-or-encrypted-p): New function.
10639         (message-forward-make-body): Use it.
10640
10641         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10642         Replace encode-coding-string with mm-encode-coding-string.
10643
10644 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * nneething.el (nneething-decode-file-name):
10647         Replace decode-coding-string with mm-decode-coding-string.
10648
10649         * gnus-int.el (gnus-open-server): Say failed server's name.
10650
10651 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10652
10653         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10654         strings to a single string.  Quote `errors-file-name'.
10655         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10656         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10657         Adjust calls.  Use `shell-quote-argument'.
10658
10659 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10660
10661         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10662         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10663
10664         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10665         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10666         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10667         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10668         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10669         (gnus-subscribe-newsgroup, gnus-1):
10670         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10671         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10672         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10673         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10674
10675 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10678         keystroke.
10679         (gnus-summary-limit-to-bodies): Implement headersp.
10680
10681 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10684
10685 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10688
10689 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * message.el (message-generate-hashcash): Expand range of values to
10692         include `opportunistic'.
10693         (message-send-mail): Use it.
10694
10695 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10696
10697         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10698         and comment it.
10699
10700         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10701
10702 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus-util.el (gnus-extract-address-components): Improve comment.
10705
10706 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * gnus-util.el (gnus-extract-address-components): Work with address in
10709         which the name portion contains @.
10710
10711         * lpath.el: Fbind custom-autoload.
10712
10713 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus.el (gnus-start): Move custom group up.
10716         (gnus-select-method): Don't autoload, but make it available for
10717         `customize-variable'.
10718         (gnus-getenv-nntpserver): Don't autoload.
10719
10720 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10723
10724 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * message.el (message-sendmail-extra-arguments): New variable.
10727         (message-send-mail-with-sendmail): Use it.
10728
10729 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10732         mm-with-unibyte-current-buffer to make string unibyte.
10733
10734         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10735         mm-string-as-multibyte.
10736
10737 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10738
10739         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10740         Reported by Werner Koch <wk@gnupg.org>.
10741
10742 2006-11-14  Daiki Ueno  <ueno@p360>
10743
10744         * mml2015.el: Autoload epa-select-keys when compiling.
10745
10746 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10747
10748         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10749         message-options.
10750         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10751
10752 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10753
10754         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10755         EasyPG (< 0.0.6).
10756         (mml2015-always-trust): New user option.
10757         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10758         prompt.
10759
10760 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nntp.el (nntp-authinfo-force): New variable.
10763         (nntp-send-authinfo): Use it.
10764
10765 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10768         decode encoded words.  Improve prompt.  Add comment about forwarding.
10769         (message-replacement-char): Move up.
10770
10771 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10772
10773         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10774         instead of gnus-intersection because arguments of gnus-sorted-nunion
10775         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10776
10777 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10780         (message-simplify-subject-functions):
10781         Enable message-strip-subject-encoded-words by default.
10782
10783 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * message.el (message-strip-subject-encoded-words): New function.
10786         (message-simplify-subject-functions): New variable.
10787         (message-simplify-subject): Use it.  Fix typo in doc string.
10788         Support message-strip-subject-encoded-words.
10789
10790 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10791
10792         * gnus-diary.el (gnus-diary-delay-format-function):
10793         * nndiary.el (nndiary-reminders):
10794         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10795
10796 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-art.el (article-hide-boring-headers): Fetch date from
10799         gnus-original-article-buffer to avoid problems with localized date
10800         strings.
10801
10802 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10805
10806 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10809         New variables.
10810         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10811         (mm-charset-synonym-alist): Move some entries to
10812         mm-codepage-iso-8859-list.
10813         (mm-charset-synonym-alist, mm-charset-override-alist):
10814         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10815
10816 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10819
10820 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10823         with Emacs 21 and XEmacs.
10824
10825 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         * spam.el (spam-parse-address): New function for better parsing,
10828         catching errors, etc.
10829         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10830
10831 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * mm-view.el: Add interactive arg to html2text autoload.
10834
10835 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10838
10839 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10842         New variables.
10843         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10844         (mm-charset-synonym-alist): Move some entries to
10845         mm-codepage-iso-8859-list.
10846
10847         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10848
10849 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * message.el (message-citation-line-format)
10852         (message-insert-formated-citation-line): Fix implementation of %E, %N
10853         and %n according to the doc string.
10854
10855 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10856
10857         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10858         Use car-safe to avoid bad parses.
10859
10860 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10863         names.
10864
10865         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10866
10867 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10870         header.
10871
10872         * message.el (message-draft-headers): Add Date.
10873         (message-headers-to-generate): Fix typo in docstring.
10874
10875         * nndraft.el (nndraft-required-headers): New variable.
10876         (nndraft-generate-headers): Use it.
10877
10878         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10879
10880 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10881
10882         * gnus-registry.el (gnus-registry-wash-for-keywords)
10883         (gnus-registry-find-keywords): New functions to allow easy searching of
10884         articles that are in the registry.
10885
10886 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10887
10888         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10889         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10890         Reported by Damien Elmes <damien@repose.cx>.
10891
10892 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus.el (gnus-mime): Remove unused custom group.
10895
10896 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10897
10898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10899         "blank line" when searching for end of armor headers.
10900
10901 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gmm-utils.el (gmm-write-region): Fix variable name.
10904
10905 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * gmm-utils.el (gmm-write-region): New function based on compatibility
10908         code from `mm-make-temp-file'.
10909
10910         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10911
10912         * nnmaildir.el (nnmaildir--update-nov)
10913         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10914         Use `gmm-write-region'.
10915
10916 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10919         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10920
10921         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10922
10923         * message.el (message-replacement-char): New variable.
10924         (message-fix-before-sending): Use it.
10925         (message-simplify-subject): New function to remove duplicate code.
10926         (message-reply, message-followup): Use it.
10927
10928         * gnus-sum.el (gnus-summary-make-menu-bar):
10929         Clarify gnus-summary-limit-to-articles.
10930
10931 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-util.el (gnus-with-local-quit): New macro.
10934
10935         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10936
10937 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10938
10939         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10940         ignore non-string data.
10941
10942 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10945         non-string data (needs to be done in the registry too).
10946
10947 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10950         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10951         (gnus-registry-split-fancy-with-parent)
10952         (gnus-registry-fetch-simplified-message-subject-fast)
10953         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10954         Remove text properties on ingress into the registry and when it's saved.
10955         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10956         registry from entries with no groups.
10957
10958 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10959
10960         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10961         function to remove string properties.
10962
10963 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gmm-utils.el (gmm): Adjust custom version.
10966
10967         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10968         Adjust custom version.
10969
10970         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10971
10972 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-art.el (gnus-insert-prev-page-button)
10975         (gnus-insert-next-page-button): Simplify.  Reformat.
10976
10977 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10978
10979         * gnus-art.el (gnus-insert-prev-page-button)
10980         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10981
10982 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10983
10984         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10985
10986 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10987
10988         * gnus-art.el (gnus-insert-mime-button)
10989         (gnus-insert-mime-security-button):
10990         Apply gnus-article-button-face to MIME and security buttons.
10991
10992 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10995         readable.
10996
10997 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11000
11001 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11002
11003         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11004         `browse-url-of-file' instead of `browse-url'.
11005
11006 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11007
11008         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11009         regexp.  Articles containing quotation were cut prematurely.
11010
11011 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * message.el (message-cite-original-1): Use nobody by default for the
11014         value of From header.
11015         (message-reply): Ditto.
11016
11017 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11018
11019         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11020         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11021         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11022
11023 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11026         mails in the doc string.  Add some URLs in comment.
11027         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11028
11029 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11032         backslashes handling and the way to find boundaries of quoted strings.
11033
11034 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11035
11036         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11037         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11038         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11039         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11040
11041 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11044         doc string.
11045         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11046
11047 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * lpath.el: Fbind epg-check-configuration.
11050
11051 2006-09-06  Simon Josefsson  <jas@extundo.com>
11052
11053         * mml2015.el (mml2015-use): Doc fix, mention epg.
11054
11055 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11056
11057         * mml2015.el (mml2015-use): Default to epg, if available.
11058
11059 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11060
11061         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11062         message-sender.
11063         (mml1991-epg-encrypt): Ditto.
11064         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11065         message-sender.
11066         (mml2015-epg-encrypt): Ditto.
11067
11068 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11069
11070         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11071         several common directories.
11072
11073 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11074
11075         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11076         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11077
11078 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-art.el (article-decode-encoded-words): Make it fast.
11081
11082 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11085
11086         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11087         in quoted string into `\'.
11088
11089 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11092         Use standard-syntax-table.
11093
11094 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (gnus-decode-address-function): New variable.
11097         (article-decode-encoded-words): Use it to decode headers which are
11098         assumed to contain addresses.
11099         (gnus-mime-delete-part): Remove useless `or'.
11100
11101         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11102         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11103         (gnus-nov-parse-line): Use it to decode From header.
11104         (gnus-get-newsgroup-headers): Ditto.
11105         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11106
11107         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11108         (mail-decode-encoded-address-string): New alias.
11109
11110         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11111         New function.
11112         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11113         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11114         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11115         (rfc2047-decode-string): Ditto.
11116         (rfc2047-decode-address-region): New function.
11117         (rfc2047-decode-address-string): New function.
11118
11119 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * message.el (message-caesar-buffer-body): Allow rotating headers.
11122
11123         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11124
11125         * message.el (message-insert-formated-citation-line): Fix %f.
11126         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11127
11128 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11131         (gnus-bookmark-mouse-available-p): New macro.
11132         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11133         (gnus-bookmark-bmenu-show-infos): Use it.
11134         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11135         (gnus-bookmark-bmenu-hide-infos): Ditto.
11136         (gnus-bookmark-remove-properties): New function.
11137         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11138         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11139         (gnus-bookmark-write-file): Bind coding-system-for-write.
11140         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11141         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11142         group before selecting it.
11143         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11144         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11145         quit-window if it is not available; use gnus-mouse-2 and bind it to
11146         gnus-bookmark-bmenu-select-by-mouse.
11147         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11148         (gnus-bookmark-bmenu-select-by-mouse): New function.
11149
11150 2006-08-13  Romain Francoise  <romain@orebokech.com>
11151
11152         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11153         space.
11154
11155 2006-08-10  Romain Francoise  <romain@orebokech.com>
11156
11157         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11158         (dns-mode-soa-auto-increment-serial): New user option.
11159         (dns-mode-soa-maybe-increment-serial): New function.
11160         (dns-mode): Add the latter to `write-contents-functions'.
11161
11162 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * compface.el (uncompface): Use binary rather than raw-text-unix.
11165
11166 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * compface.el (uncompface): Make sure the eol conversion doesn't take
11169         place when communicating with the external programs.
11170         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11171
11172 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11175
11176 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11177
11178         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11179         Make it more robust by parsing author and date independently.
11180
11181 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11184
11185 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11186
11187         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11188         first matching secret key.
11189         (mml2015-epg-encrypt): Ditto.
11190
11191         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11192         first matching secret key.
11193         (mml1991-epg-encrypt): Ditto.
11194
11195         * mml2015.el (mml2015-encrypt-to-self): New user option.
11196         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11197         mml2015-epg-encrypt-to-self is set.
11198
11199         * mml1991.el (mml1991-encrypt-to-self): New variable.
11200         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11201         mml1991-epg-encrypt-to-self is set.
11202
11203         * mml2015.el (mml2015-signers): New user option.
11204         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11205         (mml2015-epg-encrypt): Allow to select signing keys.
11206
11207         * mml1991.el (mml1991-signers): New variable.
11208         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11209         (mml1991-epg-encrypt): Allow to select signing keys.
11210
11211 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * nnheader.el (nnheader-insert-head): Make it work even if the file
11214         uses CRLF for the line-break code.
11215
11216 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11217
11218         * mml2015.el: Require mml-sec instead of password.
11219         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11220         (mml2015-cache-passphrase): Inherit the default value from
11221         mml-secure-cache-passphrase.
11222         (mml2015-passphrase-cache-expiry): Inherit the default value from
11223         mml-secure-passphrase-cache-expiry.
11224
11225         * mml1991.el: Require mml-sec instead of password.
11226         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11227         (mml1991-cache-passphrase): Inherit the default value from
11228         mml-secure-cache-passphrase.
11229         (mml1991-passphrase-cache-expiry): Inherit the default value from
11230         mml-secure-passphrase-cache-expiry.
11231
11232         * mml-sec.el: Require password.
11233         (mml-secure-verbose): New user option.
11234         (mml-secure-cache-passphrase): New user option.
11235         (mml-secure-passphrase-cache-expiry): New user option.
11236
11237 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11238
11239         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11240         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11241         andreas@altroot.de (Andreas Vögele).
11242
11243         FIXME: Use `tiny change'?
11244
11245 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11246
11247         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11248         workaround for the url package included with Emacs.
11249
11250         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11251
11252 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11255         correctly.  This fixes a bug caused by the 2006-05-12 change.
11256
11257 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11258
11259         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11260         some information about the error when saying that the `bogus' mail
11261         group will be used.
11262
11263 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11266         string.
11267
11268 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11269
11270         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11271
11272 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11273
11274         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11275
11276 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11277
11278         * mml1991.el (mml1991-function-alist): Add epg.
11279         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11280         (mml1991-epg-encrypt): New functions.
11281
11282 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11283
11284         * mml2015.el (mml2015-verbose): New variable.
11285         (mml2015-cache-passphrase): Ditto.
11286         (mml2015-passphrase-cache-expiry): Ditto.
11287         (mml2015-function-alist): Add epg.
11288         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11289         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11290         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11291         New functions.
11292
11293 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11294
11295         * message.el (message-cite-original-1): Preserve region when removing
11296         quoted text due to X-No-Archive in order to avoid bogus attribution
11297         when citing multiple messages.
11298
11299 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11300
11301         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11302         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11303
11304 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-diary.el (gnus-user-format-function-d)
11307         (gnus-user-format-function-D): Autoload.
11308
11309         * imap.el (Commentary): Fix typo.
11310
11311         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11312         2006-04-22 contribution.
11313
11314 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11315
11316         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11317         It didn't really fix the bogosity I'm seeing with solid web groups.
11318
11319 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11320
11321         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11322         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11323         created using server names.  If we use the feature without declaring
11324         it, Gnus does not properly manage server and group state.
11325
11326         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11327         bound.
11328
11329 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11330
11331         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11332         looking up the method using GROUP's prefix before inventing a new one.
11333         It is used on killed/unknown groups in various places where returning
11334         an all-new method isn't expected by the caller.
11335
11336         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11337         and match semantics of gnus-group-real-prefix.
11338
11339 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * nnmail.el (nnmail-broken-references-mailers): New variable.
11342         (nnmail-ignore-broken-references): New function generalizing
11343         nnmail-fix-eudora-headers.
11344         (nnmail-fix-eudora-headers): Now obsolete.
11345
11346         * gnus-art.el (gnus-button-handle-custom):
11347         Support `customize-apropos*'.
11348
11349 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11352
11353         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11354         articles.
11355
11356 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * message.el (message-cite-reply-above): New variable.
11359         (message-yank-original): Use it.
11360
11361 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11364
11365 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11368         as read.
11369
11370         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11371
11372 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11375         (gnus-bookmark-default-file): Use gnus-directory.
11376         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11377         Remove "*" in doc string.
11378         (gnus-bookmark-write-file): Simplify.
11379         (gnus-bookmark-maybe-sort-alist): Use `when'.
11380         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11381         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11382         Add FIXME about Emacs 21 and XEmacs compatibility.
11383         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11384         compatibility.
11385         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11386         compatibility.
11387         (gnus-bookmark-menu-heading): Fix version.
11388
11389 2006-06-19  Bastien Guerry  <bzg@altern.org>
11390
11391         * gnus-bookmark.el: New file.
11392
11393 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * message.el (message-syntax-checks): Doc fix.
11396
11397 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11398
11399         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11400         unsubscribed groups as if they were killed ones.  It causes duplicate
11401         entries in gnus-newsrc-alist.
11402
11403 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * message.el (message-syntax-checks): Doc fix.
11406         (message-send-mail): Add check for continuation headers.
11407         (message-check-news-header-syntax): Fix regexp used to check for
11408         continuation headers.
11409
11410 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11413
11414 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11417
11418 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11421         default-truncate-lines.
11422
11423 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11426         to fill the utf-8 entry.
11427
11428         * lpath.el: Fbind unicode-precedence-list.
11429
11430 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11431
11432         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11433
11434 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11435
11436         * gnus-agent.el (directory-files-and-attributes): Move all the way
11437         forward (the third and final move).
11438         (gnus-agent-read-agentview): Trap reconstruction errors due to
11439         nonexistent directory.  Handle by returning nil.
11440
11441 2006-05-30  Didier Verna  <didier@xemacs.org>
11442
11443         * message.el (message-dont-reply-to-names): Update the custom type.
11444         * message.el (message-dont-reply-to-names): New defsubst: potentially
11445         convert a list of regexps into a single one.
11446         * message.el (message-get-reply-headers): Use it.
11447         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11448
11449 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-agent.el (directory-files-and-attributes): Move forward.
11452
11453 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * gnus-ml.el (gnus-mailing-list-subscribe)
11456         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11457         (gnus-mailing-list-message): Fix doc strings.
11458
11459 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11460
11461         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11462         of doing it manually.
11463
11464 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11467         comment.
11468
11469 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11470
11471         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11472         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11473         (gnus-agent-read-local): All symbols allocated in my-obarray.
11474         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11475         (gnus-agent-regenerate-group): Check numeric names to see if they are
11476         messages or groups.
11477         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11478         better way of do this...)
11479
11480         * gnus-cache.el (gnus-agent-total-fetched-for):
11481         Ignore 'dummy.group' (there should be a better way of do this...)
11482
11483 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11486         (gnus-saved-headers): Ditto.
11487         (gnus-default-article-saver): Mention functions may have properties.
11488         (gnus-article-save): Override gnus-save-all-headers and
11489         gnus-saved-headers by :headers property which saver function may have.
11490         (gnus-summary-save-in-file): Add :headers property.
11491         (gnus-summary-write-to-file): Ditto.
11492
11493         * gnus-sum.el (gnus-summary-save-article): Bind
11494         gnus-prompt-before-saving to t when saving many articles in a file;
11495         always show all headers.
11496
11497         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11498
11499 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11502         marks.
11503
11504         * message.el (message-indent-citation): Add optional arguments to allow
11505         using it outside of message buffers.
11506
11507         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11508         (gnus-article-treat-unfold-headers): Use it.
11509         (gnus-article-truncate-lines): New variable.
11510         (gnus-article-mode): Use it.
11511         (gnus-article-toggle-truncate-lines): New function.
11512
11513         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11514         Add gnus-article-toggle-truncate-lines.
11515
11516         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11517         coding system in XEmacs, use binary.
11518
11519 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11522         after-load-alist.
11523
11524         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11525         this function should save decoded articles.
11526         (gnus-summary-write-to-file): Use property to specify this function
11527         should save decoded articles and specify gnus-summary-save-in-file
11528         should be used to save articles other than the first one when saving
11529         many articles.
11530         (gnus-summary-save-body-in-file): Use property to specify this
11531         function should save decoded articles.
11532         (gnus-summary-write-body-to-file): Use property to specify this
11533         function should save decoded articles and specify
11534         gnus-summary-save-body-in-file should be used to save articles other
11535         than the first one when saving many articles.
11536
11537         * gnus-sum.el (gnus-summary-save-article): Simplify.
11538
11539 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-art.el (gnus-default-article-saver):
11542         Add gnus-summary-write-body-to-file.
11543         (gnus-article-save-coding-system): Don't use coding system object
11544         in XEmacs.
11545         (gnus-read-save-file-name): Add optional `dir-var' argument which
11546         specifies directory in which files are saved; work even if optional
11547         `variable' argument is not specified.
11548         (gnus-summary-write-to-file): Read file name.
11549         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11550         (gnus-summary-write-body-to-file): New function.
11551
11552         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11553         (gnus-summary-local-variables): Add it.
11554         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11555         (gnus-summary-save-article): Remove optional `decode' argument;
11556         determine whether to decode articles by the value of
11557         gnus-default-article-saver; when saving many files using
11558         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11559         it first and use gnus-summary-save-in-file or
11560         gnus-summary-save-body-in-file thereafter unless
11561         gnus-prompt-before-saving is always; move point to article which
11562         will be saved.
11563         (gnus-summary-save-article-file): Revert.
11564         (gnus-summary-write-article-file): Revert.
11565         (gnus-summary-save-article-body-file): Revert.
11566         (gnus-summary-write-article-body-file): New function.
11567
11568 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-art.el (gnus-default-article-saver): Doc fix.
11571         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11572         from gnus-summary-save-article-coding-system, and default to a
11573         certain coding system.
11574         (gnus-output-to-file): Add coding cookie and encode text according
11575         to gnus-article-save-coding-system; don't use mm-append-to-file.
11576
11577         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11578         gnus-art.el and rename to gnus-article-save-coding-system.
11579         (gnus-summary-save-article): Require gnus-art; don't show all
11580         headers if it decodes articles; don't add coding cookie here;
11581         don't bind mm-text-coding-system-for-write.
11582         (gnus-summary-save-article-file): Save decoded articles.
11583         (gnus-summary-write-article-file): When saving many files, use
11584         gnus-summary-write-to-file first and gnus-summary-save-in-file
11585         thereafter unless gnus-prompt-before-saving is always.
11586         (gnus-summary-save-article-body-file): Save decoded articles.
11587
11588         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11589
11590 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * nnrss.el (nnrss-check-group): Bind hash-index.
11593
11594 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11595
11596         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11597         its hash index.  Store this hash in `nnrss-group-data'.
11598         (nnrss-read-group-data): Update accordingly.
11599
11600 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11603         entry.
11604
11605         * gnus-sum.el (gnus-summary-make-menu-bar):
11606         Add gnus-article-browse-html-article.
11607
11608 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11609
11610         * gnus-sum.el (gnus-summary-mime-map):
11611         Add gnus-article-browse-html-article.
11612
11613         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11614
11615 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11618         suitable coding systems in customize.
11619
11620 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * mail-source.el (mail-sources): Fix custom type.
11623
11624 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11627         (gnus-summary-expire-articles-now): Shorten prompt.
11628
11629         * gmm-utils.el (wid-edit): Require.
11630         (defun-gmm): Rename from `gmm-defun-compat'.
11631         (gmm-image-search-load-path): Use it.
11632         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11633
11634 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-sum.el (gnus-summary-save-article-coding-system):
11637         New variable.
11638         (gnus-summary-save-article): Add optional `decode' argument.
11639         If it is set and gnus-summary-save-article-coding-system is non-nil,
11640         save decoded article.
11641         (gnus-summary-write-article-file): Save decoded article if
11642         gnus-summary-save-article-coding-system is non-nil.
11643
11644         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11645         type.
11646
11647 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11650
11651 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11654         first to test gnus-single-article-buffer which may be buffer-local.
11655
11656         * gnus-sum.el (gnus-summary-setup-buffer):
11657         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11658         group; make gnus-article-buffer, gnus-article-current, and
11659         gnus-original-article-buffer always buffer-local.
11660         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11661         group.
11662         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11663
11664 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * nnml.el (nnml-request-compact-group): Compressed files might not
11667         have .gz extension.
11668
11669 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11670
11671         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11672         (mm-copy-to-buffer): Use with-current-buffer.
11673         (mm-display-part): Simplify.
11674         (mm-inlinable-p): Add optional arg `type'.
11675
11676 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11677
11678         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11679         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11680         Try harder to show the attachment internally or externally using
11681         gnus-mime-view-part-as-type.
11682
11683 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * message.el (message-from-style, message-signature-separator)
11686         (message-user-organization-file, message-send-mail-function)
11687         (message-citation-line-function, message-yank-prefix)
11688         (message-indent-citation-function, message-signature)
11689         (message-signature-file, message-signature-insert-empty-line):
11690         Remove autoloads.
11691
11692         * gnus-art.el (gnus-buttonized-mime-types):
11693         Remove "multipart/signed".  Revert 2006-04-26 change.
11694
11695 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * gnus.el (gnus-version-number): Bump version.
11698
11699 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11700
11701         * gnus.el: No Gnus v0.5 is released.
11702
11703 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11704
11705         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11706         fetching articles by message-id.
11707
11708 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11709
11710         * message.el (hashcash): Require hashcash as normal.
11711
11712         * ecomplete.el (ecomplete-highlight-match-line):
11713         Use point-at-eol.
11714         (ecomplete-highlight-match-line): Use `highlight', because that
11715         face exists in both Emacs and XEmacs.
11716
11717         * message.el (message-display-abbrev): Use point-at-bol.
11718
11719         * mail-source.el: Don't require timer/timer-funcs.
11720
11721         * gnus-async.el: Ditto.
11722
11723         * password.el: Ditto.
11724
11725         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11726
11727         * mm-url.el: Ditto.
11728
11729         * gnus-xmas.el: Don't require timer-funcs.
11730
11731         * mm-util.el: Require timer/timer-funcs.
11732
11733 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11734
11735         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11736         Close.
11737
11738 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11741         unibyte after clear-decrypt function runs.
11742
11743         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11744         returns as a unibyte string.
11745
11746 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * lpath.el: Revert.
11749
11750         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11751         (pgg-gpg-process-sentinel): Revert.
11752
11753         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11754         (pgg-pgp-lookup-key): Revert.
11755
11756         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11757         (pgg-pgp5-lookup-key): Revert.
11758
11759         * pgg.el (pgg-fetch-key): Revert.
11760
11761 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * lpath.el: Fbind string-as-multibyte for XEmacs.
11764
11765         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11766         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11767         (mml1991-pgg-encrypt): Ditto.
11768
11769         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11770         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11771         a multibyte buffer.
11772
11773         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11774         (pgg-pgp-lookup-key): Ditto.
11775
11776         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11777         (pgg-pgp5-lookup-key): Ditto.
11778
11779         * pgg.el (pgg-fetch-key): Ditto.
11780
11781 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * message.el (message-user-organization-file): Check several
11784         locations of the organization file.
11785
11786         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11787         Add gnus-article-view-part-as-type.
11788
11789         * gnus-art.el (gnus-article-view-part-as-type): New function.
11790
11791         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11792         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11793
11794         * mml.el: Simplify autoload.
11795         (mml-mode): defvar dnd-protocol-alist instead of using
11796         symbol-value.
11797         (mml-default-directory): New variable.
11798         (mml-minibuffer-read-file): Use it.
11799         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11800
11801         * message.el (message-citation-line-format): New variable.
11802         (message-insert-formated-citation-line): New function.
11803         (message-citation-line-function):
11804         Add `message-insert-formated-citation-line' to custom type.
11805
11806         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11807         to doc string.
11808
11809         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11810         depending on mm-verify-option.
11811
11812 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11815         binding pgg-* variables; reimplement the section which prevents
11816         MIME header from being signed.
11817         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11818         pgg-text-mode; remove a blank line at the top of body.
11819
11820         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11821         lines at the top of body; use gnus-newsgroup-charset if there's no
11822         Charset header.
11823
11824 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * message.el (message-self-insert-commands): Doc fix.
11827
11828         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11829         (mm-uu-pgp-encrypted-test): Ditto.
11830         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11831         between header and body; return application/pgp-encrypted handle
11832         if decryption failed; decode decrypted body by charset.
11833
11834         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11835         element match to application/pgp-*.
11836
11837 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11838
11839         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11840         HTML.
11841
11842 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843
11844         * mail-source.el (mail-source-call-script): Message the error
11845         string.
11846
11847 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * gnus-util.el (gnus-byte-compile): Use it.
11850
11851 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11852
11853         * gnus-util.el (kill-empty-logs): New function.
11854
11855 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11856
11857         * message.el (message-mail-alias-type): Doc fix.
11858         (message-mail-alias-type-p): New function.
11859         (message-send): Use it.
11860         (message-mode): Ditto.
11861         (message-strip-forbidden-properties): Ditto.
11862
11863         * ecomplete.el (ecomplete-database-file-coding-system):
11864         New variable.
11865         (ecomplete-save): Use it.
11866         (ecomplete-setup): Use it.
11867
11868 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * message.el (message-self-insert-commands): New variable.
11871         (message-strip-forbidden-properties): Use it.
11872
11873 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11876         that doesn't make XEmacs choke.
11877
11878 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-util.el (gnus-replace-in-string):
11881         Prefer replace-regexp-in-string over of replace-in-string.
11882
11883 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-util.el (gnus-select-frame-set-input-focus):
11886         Use select-frame-set-input-focus if it is available in XEmacs; use
11887         definition defined in Emacs 22 for old Emacsen.
11888
11889         * dgnushack.el: Autoload unmorse-region for XEmacs.
11890
11891         * lpath.el: Bind cursor-in-non-selected-windows and
11892         select-frame-set-input-focus for XEmacs.
11893
11894 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11897
11898 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11899
11900         * gnus-registry.el (gnus-registry-cache-save): Remove text
11901         properties when saving via the temp buffer.
11902
11903 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * message.el (message-generate-hashcash): Honor custom type.
11906
11907 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * message.el (message-generate-hashcash): Default to non-nil when
11910         hashcash is found.
11911
11912         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11913         (gnus-refer-thread-limit): Increase default to 500.
11914
11915         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11916
11917         * flow-fill.el (fill-flowed): Allow delete-space.
11918
11919 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11922         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11923         Remove autoloads.
11924
11925 2006-04-18  Simon Josefsson  <jas@extundo.com>
11926
11927         * message.el (message-generate-hashcash): Default to.
11928
11929 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11932         concatenating segments rather than before concatenating them.
11933
11934 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11937
11938 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11941
11942         * message.el (message-forward-make-body-plain):
11943         Allow message-forward-ignored-headers to be a list.
11944         (message-remove-ignored-headers): Factor out into function.
11945         (message-forward-make-body-mml): Use it.
11946
11947         * imap.el (imap-quote-specials): New function.
11948         (imap-login-auth): Quote specials.
11949
11950         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11951         (rfc2231-parse-string): Allow concatanation of parameters that
11952         aren't contiguous.  The test case is
11953           (mail-header-parse-content-type "message/external-body;
11954             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11955             access-type=LOCAL-FILE;
11956             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11957
11958 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11959
11960         * nntp.el (nntp-accept-process-output): Return the value of
11961         `nnheader-accept-process-output'.
11962
11963 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11964
11965         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11966         (gnus-button-alist): Recognize more diff formats.
11967         (gnus-button-patch): Strip directory.
11968
11969 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11972         Emacs 22 when setting focus.
11973
11974 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * gnus-art.el (gnus-article-treat-types): Do treatment of
11977         text/x-verbatim parts.
11978         (gnus-button-patch): New command.
11979
11980         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11981         addresses that contain invalid characters.
11982
11983 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * message.el (message-put-addresses-in-ecomplete):
11986         Use gnus-replace-in-string.
11987         (message-is-yours-p): Use the more correct
11988         mail-header-parse-address instead of
11989         mail-extract-address-components.
11990         (message-put-addresses-in-ecomplete): Fix typo.
11991
11992         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11993         keystroke.
11994
11995         * gnus-art.el (gnus-treatment-function-alist): Change order of
11996         newsgroups/generic header folding to avoid double-folding.
11997
11998         * message.el (message-hidden-headers): Add X-Draft-From.
11999
12000         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12001         New command.
12002         (gnus-summary-repeat-search-article-backward): New command.
12003
12004         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12005         groups in the parent topic.
12006
12007 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12008
12009         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12010         (spam-extra-header-to-number): Return the CRM114 number as a
12011         number instead of a string.
12012
12013 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12014
12015         * gnus-art.el (gnus-face-properties-alist): Move here from
12016         gnus-fun.
12017
12018         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12019
12020 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * message.el (message-strip-forbidden-properties): Only display on
12023         self-insert-command.
12024
12025         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12026         reindent.
12027         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12028
12029 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12030
12031         * smiley.el (smiley-style): Fix typo.
12032
12033 2006-03-23  Kenichi Handa  <handa@m17n.org>
12034
12035         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12036         instead of set-buffer-multibyte.
12037
12038 2006-03-23  Kenichi Handa  <handa@m17n.org>
12039
12040         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12041         buffer and then decode the buffer text if necessary.
12042         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12043         first, and after mm-encode-body, change the buffer to unibyte.
12044
12045 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * hashcash.el (hashcash-insert-payment-async-2):
12048         Use message-goto-eoh instead of doing it manually.
12049         (mail-add-payment): Use message-narrow-to-header instead of trying
12050         to do the same itself.
12051
12052         * message.el (message-hidden-headers): Add Face.
12053
12054         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12055         reparenting code.
12056         (gnus-summary-reparent-children): Refactored out code.
12057         (gnus-summary-thread-map): New keystroke.
12058         (gnus-summary-reparent-children): Make into command.
12059
12060         * smiley.el (smiley-style): Default to `medium' if using a large
12061         font.
12062
12063         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12064         does it itself.
12065
12066         * message.el (message-point-in-header-p): Simplify definition.
12067
12068 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12069
12070         * nnagent.el (nnagent-request-set-mark): Silence log file
12071         writing.
12072         (nnagent-request-set-mark): Use write-region instead of
12073         append-to-file.
12074
12075         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12076         strange select method.
12077
12078         * ecomplete.el (ecomplete-display-matches): Get highlightling
12079         right.
12080         (ecomplete-display-matches): Use literals.
12081         (ecomplete-display-matches): Disable message logging.
12082
12083         * message.el (message-display-abbrev): Small optimization.
12084
12085         * ecomplete.el (ecomplete-display-matches): Allow automatic
12086         display.
12087
12088         * message.el (message-strip-forbidden-properties):
12089         Display abbrevs.
12090         (message-display-abbrev): Get automatic display right.
12091
12092         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12093         keystrokes.
12094
12095 2006-04-13  Romain Francoise  <romain@orebokech.com>
12096
12097         TODO: Backport to v5-10!
12098
12099         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12100         Move here (and rename) from gnus-registry.el.
12101
12102         * gnus-registry.el: Require gnus-util.
12103         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12104
12105 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * gnus-group.el (gnus-group-catchup-current):
12108         Change if-then-else-if-then-else into cond.
12109         (gnus-group-catchup): Indent.
12110         (group-name-at-point): New function.
12111         (gnus-fetch-group): Provide default from thing at point.
12112
12113 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * message.el (message-display-abbrev): Fix regexp.
12116
12117         * ecomplete.el (ecomplete-highlight-match-line):
12118         Reimplement choosing.
12119         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12120         dead variables.
12121
12122         * message.el (message-newline-and-indent): Remove debugging.
12123         (message-display-abbrev): Use new implementation.
12124
12125 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-art.el (gnus-article-mode):
12128         Set cursor-in-non-selected-windows to nil.
12129
12130         * smiley.el: Revert previous change.
12131         (smiley-data-directory): defvar it before using it in the
12132         defcustom of `smiley-style'.
12133
12134 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * message.el (message-newline-and-indent): New function.
12137
12138         * ecomplete.el: Implement more bits.
12139
12140         * message.el (message-put-addresses-in-ecomplete): Clean up the
12141         string.
12142
12143         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12144
12145         * gnus-sum.el (gnus-summary-save-parts):
12146         Bind gnus-summary-save-parts-counter and use it to make unique file
12147         names.
12148
12149         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12150
12151         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12152         parameter to say whether to actually parse the individual
12153         addresses.
12154
12155         * message.el (message-put-addresses-in-ecomplete): New function.
12156         (ecomplete): Require.
12157         (message-mail-alias-type): Add ecomplete as an option.
12158
12159 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12160
12161         * flow-fill.el (fill-flowed): Remove trailing space from blank
12162         quoted lines.
12163
12164 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12165
12166         * smiley.el (smiley-style): Move definition later to avoid a
12167         compilation warning.
12168
12169 2006-04-12  Kenichi Handa  <handa@m17n.org>
12170
12171         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12172         buffer and then decode the buffer text if necessary.
12173         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12174         first, and after mm-encode-body, change the buffer to unibyte.
12175         Use mm-disable-multibyte instead of set-buffer-multibyte.
12176
12177 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12180         Content-Type header instead of Content-Disposition header.
12181         (gnus-mime-inline-part): Ditto.
12182         (gnus-mime-view-part-as-charset): Ignore charset that the part
12183         specifies.
12184
12185         * mm-decode.el (mm-display-part): Work with external parts and
12186         usual parts similarly.
12187
12188         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12189         instead of gnus-display-mime.
12190
12191         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12192         instead of with-temp-buffer.
12193
12194         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12195         tag to summarized topics part in order to encode non-ASCII text.
12196
12197 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * smiley.el (smiley-style): New variable.
12200         (smiley-directory): New function.
12201         (smiley-data-directory): Derive from `smiley-style' using
12202         `smiley-directory'.
12203         (smiley-regexp-alist): Add new entries.
12204
12205         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12206         (gnus-article-browse-delete-temp): Add :version.
12207
12208 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12209
12210         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12211         the sieve region.
12212
12213 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214
12215         * gnus.el (gnus-version-number): Bump version.
12216
12217 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus.el: No Gnus v0.4 is released.
12220
12221 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12224         layout.
12225
12226         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12227         unknown charset.
12228
12229         * message.el (message-header-synonyms): Add Original-To to the
12230         default.
12231
12232         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12233         optional parameter.
12234
12235 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * gnus-fun.el (gnus): Require it for gnus-directory.
12238
12239 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12242
12243 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12244
12245         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12246
12247 2006-04-05  Simon Josefsson  <jas@extundo.com>
12248
12249         * password.el (password-reset): New function.
12250
12251 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12252
12253         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12254         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12255
12256 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12257
12258         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12259         Some whitespace was matched into the url, which broke browsing hits
12260         > 100 when mm-url-use-external was nil.
12261
12262 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12265         Check gnus-extra-headers for 'Newsgroups.
12266
12267         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12268         bound.
12269
12270 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12271
12272         * pgg-gpg.el: Clean up process buffers every time gpg processes
12273         complete.
12274
12275 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12278         doc string.
12279
12280 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12281
12282         * pgg-gpg.el (pgg-gpg-process-filter)
12283         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12284
12285         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12286         lines, temporary fix.
12287
12288 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12291
12292 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12293
12294         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12295         default-enable-multibyte-characters.  This reverts the change from
12296         revision 6.17 which is no longer necessary because the passphrase
12297         is sent separately now.  GnuPG messages are unreadable under
12298         multibyte locales with default-enable-multibyte-characters set to
12299         nil.
12300
12301 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * message.el (message-tool-bar-gnome): Move "spell".
12304
12305 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12308         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12309         instead.
12310
12311 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12312
12313         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12314         Improve newsgroups handling for NNTP overviews which don't include
12315         Newsgroups.
12316
12317 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12318
12319         * message.el (message-resend): Bind message-generate-hashcash to nil.
12320
12321 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12322
12323         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12324         when searching for already-paid recipients.
12325
12326 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12327
12328         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12329         passphrases when it is not needed.
12330         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12331         passphrase stuff from gpg, should only be necessary when you use
12332         gpg with a smartcard.
12333
12334 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mml.el (mml-insert-mime): Ignore cached contents of
12337         message/external-body part.
12338
12339         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12340         (mm-insert-part): Ditto.
12341
12342 2006-03-23  Simon Josefsson  <jas@extundo.com>
12343
12344         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12345         Reiner.
12346         (pgg-gpg-use-agent-p): Use it again.
12347
12348 2006-03-23  Simon Josefsson  <jas@extundo.com>
12349
12350         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12351         older emacsen.
12352         (pgg-gpg-use-agent-p): Don't use it.
12353
12354 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12357         if we can.
12358
12359 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12360
12361         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12362         (pgg-gpg-update-agent): New function.
12363         (pgg-gpg-use-agent-p): New function.
12364         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12365         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12366         (pgg-gpg-sign-region): Use it.
12367
12368 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12371         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12372
12373 2006-03-21  Simon Josefsson  <jas@extundo.com>
12374
12375         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12376         <wilde@sha-bang.de>.
12377         (pgg-gpg-use-agent): New variable.
12378         (pgg-gpg-process-region): Use it.
12379         (pgg-gpg-encrypt-region): Likewise.
12380         (pgg-gpg-encrypt-symmetric-region): Likewise.
12381         (pgg-gpg-decrypt-region): Likewise.
12382         (pgg-gpg-sign-region): Likewise.
12383         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12384
12385 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12388
12389         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12390         Add comment on version.
12391
12392 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * smiley.el: Add missing test smiley.
12395
12396 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * mm-decode.el (mm-with-part): New macro.
12399         (mm-get-part): Use it; work with message/external-body as well.
12400         (mm-save-part): Treat name and filename equally.
12401
12402         * mm-extern.el (mm-extern-cache-contents): New function.
12403         (mm-inline-external-body): Use it; force the part to be displayed;
12404         move undisplayer added to the cached handle to the parent.
12405
12406         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12407         (gnus-mime-view-part-as-type): Work with message/external-body.
12408
12409         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12410
12411 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12414         images in image-load-path.  [Sync with image.el, revision 1.60, in
12415         Emacs.]
12416
12417 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12420         path rather than symbol.  Always return list of directories.
12421         Guarantee that image directory comes first.  [Sync with image.el,
12422         revision 1.59, in Emacs.]
12423
12424         * message.el (message-make-tool-bar): Adjust to new API of
12425         `gmm-image-load-path-for-library'.
12426
12427         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12428
12429         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12430
12431 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12432
12433         * gnus-art.el (gnus-article-only-boring-p):
12434         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12435         intangible text.
12436         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12437
12438 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12441         Use `defun' instead of `gmm-defun-compat'.
12442
12443 2006-03-14  Simon Josefsson  <jas@extundo.com>
12444
12445         * message.el (message-unique-id): Don't use message-number-base36
12446         if (user-uid) is a float.
12447         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12448
12449 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12452
12453         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12454         empty line between a part and a message part.
12455
12456 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * smiley.el: Add more test smileys.
12459         (smiley-data-directory, smiley-regexp-alist)
12460         (gnus-smiley-file-types): Fix doc strings.
12461         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12462         adding new elements.
12463         (smiley-mouse-map): Unused code.  Make it a comment.
12464
12465 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12468         scan latest NoCeM messages instead of old ones.
12469         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12470         delimiters that are recently used.
12471         (gnus-nocem-load-cache): Add autoload cookie.
12472
12473         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12474
12475         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12476         level which is larger than gnus-use-nocem is specified.
12477
12478         * gnus-group.el (gnus-group-get-new-news): Ditto.
12479
12480 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-util.el (gnus-tool-bar-update): New function.
12483
12484         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12485         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12486
12487         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12488
12489         * gnus-group.el (gnus-group-redraw-when-idle)
12490         (gnus-group-redraw-check): Remove.
12491         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12492
12493 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12496         if optional last element is specified in splits (FIELD VALUE...).
12497
12498 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12501         to gmm-image-load-path-for-library.  Call with no-error argument.
12502         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12503
12504         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12505
12506         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12507
12508         * gmm-utils.el (gmm-image-load-path): Remove alias.
12509
12510 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gmm-utils.el (gmm-image-load-path): Add alias.
12513
12514         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12515         nnml-generate-nov-databases-1.
12516         (nnml-generate-nov-databases): Use it.
12517         (nnml-generate-nov-databases-directory): Document no-active
12518         argument.
12519
12520         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12521         directory if path is t.  Add no-error.
12522
12523         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12524         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12525
12526         * gnus-art.el (gnus-article-browse-delete-temp-files):
12527         Simplify resetting gnus-article-browse-html-temp-list.
12528
12529         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12530         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12531         Add example to docstring.  Rename local variables.  Move error
12532         checks to default case in cond and simplify.
12533
12534 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12537         handle is multipart when calling it recursively.
12538         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12539
12540 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12541
12542         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12543         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12544
12545 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12548         is loaded.
12549
12550         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12551         loaded.
12552
12553 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12556         to "Emacs 23 (unicode)" in doc string.
12557
12558         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12559         "Emacs 23 (unicode)" in comment.
12560
12561 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12564
12565         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12566         characters 160 through 255 in Emacs 23.
12567
12568 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12571         gnus-article-browse-html-temp.
12572         (gnus-article-browse-delete-temp): Make it customizable.
12573         Add `file'.  Adjust doc string.
12574         (gnus-article-browse-delete-temp-files): Add argument.
12575         Allow query for each file.  Adjust doc string.
12576         (gnus-article-browse-html-parts):
12577         Add `gnus-article-browse-delete-temp-files' to
12578         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12579
12580 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12581
12582         * gnus-art.el (gnus-article-browse-html-temp)
12583         (gnus-article-browse-delete-temp): New variables.
12584         (gnus-article-browse-delete-temp-files): New function.
12585         (gnus-article-browse-html-parts): Use it.
12586
12587 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12590
12591         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12592         string.
12593
12594         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12595         gnus-summary-insert-new-articles when unplugged.
12596         Remove gnus-summary-search-article-forward.
12597
12598         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12599         display-visual-class instead of display-color-cells.
12600
12601 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * dgnushack.el: Autoload customize-group for XEmacs.
12604
12605         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12606         message/* containing non-ASCII text properly.
12607
12608 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * message.el: Require gmm-utils, remove autoloads.
12611         (message-tool-bar): Set default based on
12612         gmm-tool-bar-style.
12613         (message-tool-bar-gnome): Add gmm-customize-mode.
12614
12615         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12616         gmm-tool-bar-style.
12617         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12618
12619         * gnus-group.el (gnus-group-tool-bar): Set default based on
12620         gmm-tool-bar-style.
12621         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12622
12623         * gmm-utils.el (gmm-image-directory): Rename variable from
12624         gmm-image-load-path.
12625         (gmm-image-load-path): Use gmm-image-directory.
12626         (gmm-customize-mode): New function.
12627         (gmm-tool-bar-style): New variable.
12628
12629         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12630         gnus-group-redraw-line-number.
12631         (gnus-group-redraw-check): Simplify.
12632         (gnus-group-tool-bar-update): Remove redraw check.
12633         (gnus-group-make-tool-bar): Add redraw check.
12634
12635 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12636
12637         * gnus-art.el (gnus-button): Add missing parentheses.
12638
12639 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * lpath.el: Fbind line-number-at-pos.
12642
12643 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12646
12647 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-art.el (gnus-button): New face.
12650         (gnus-article-button-face): Use it.
12651
12652         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12653         Add gnus-summary-next-page.  Re-order.
12654
12655         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12656         next-node are now included.
12657         (gnus-group-redraw-line-number): New internal variable.
12658         (gnus-group-redraw-check): Helper function for updating the tool
12659         bar.
12660         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12661
12662         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12663
12664         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12665         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12666         Use it to match format of Spamassassin 3.0 and later.
12667         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12668         (spam-check-bogofilter)
12669         (spam-bogofilter-register-with-bogofilter): Fix args of
12670         `gnus-error' calls.
12671
12672 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12675         unnecessary interaction when sending queued mails.
12676         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12677
12678 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12681         first or last are nil.
12682
12683 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12684
12685         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12686
12687 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12690
12691 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12692
12693         * dns.el (query-dns): Protect more against buggy tcp output.
12694
12695 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12698         nov.php.
12699
12700 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12701
12702         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12703         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12704         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12705         output on the server side.
12706         (nnweb-google-create-mapping): Update regexps and add some
12707         progress indication.
12708
12709 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-group.el (gnus-group-tool-bar-gnome):
12712         Fix gnus-agent-toggle-plugged.  Re-order icons.
12713         (gnus-group-tool-bar-gnome):
12714         Add gnus-group-{prev,next}-unread-group.
12715         (gnus-group-tool-bar-gnome): Re-order icons.
12716
12717         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12718         Move gnus-summary-insert-new-articles.
12719
12720         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12721         Fix comments.
12722
12723         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12724         also available in Emacs 21.3.
12725
12726         * message.el (message-fix-before-sending): Change "Emacs 22" to
12727         "Emacs 23 (unicode)" in comment.
12728
12729         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12730         "Emacs 23 (unicode)" in comment.
12731
12732         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12733         comment.
12734         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12735
12736         * mm-view.el (mm-fill-flowed): Add :version.
12737
12738 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12741         and load-path.
12742
12743 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * message.el: Autoload gmm-image-load-path.
12746         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12747         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12748         consitency.
12749
12750         * gmm-utils.el (gmm-image-load-path): Also search in
12751         "../etc/images".  Don't set gmm-image-load-path if we don't find
12752         the image.
12753
12754 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gmm-utils.el (gmm-image-load-path): Don't make
12757         `gmm-image-load-path' include subdirectories which the second arg
12758         `image' might specify.
12759
12760         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12761         subdirectory to icon file names.
12762
12763         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12764
12765 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12768         gmm-image-load-path calls.
12769
12770         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12771
12772         * message.el (message-make-tool-bar): Ditto.
12773
12774         * mml.el (mml-preview): Add comment concerning tool bar icons.
12775
12776         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12777         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12778
12779         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12780         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12781
12782         * message.el (message-tool-bar-gnome): Use new icon names.
12783         (message-make-tool-bar): Use `gmm-image-load-path'.
12784
12785         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12786         New functions from MH-E.
12787         (gmm-image-load-path): New variable from MH-E.
12788         (gmm-image-load-path): New function from MH-E.  Add arguments
12789         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12790         *-image-load-path-called-flag.
12791
12792 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12793
12794         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12795
12796 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12797
12798         * nnimap.el (nnimap-request-move-article): Change folder back to
12799         source group before deleting.
12800
12801 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12804
12805         * gnus-art.el (mm-url-insert-file-contents-external):
12806         Autoload mm-url.
12807
12808         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12809
12810 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12813         coding system which mm-charset-to-coding-system returns for a
12814         given charset is valid.
12815
12816 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12817
12818         * html2text.el (html2text-remove-tag-list):
12819         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12820
12821 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12822
12823         * gnus-cus.el: Revert 2005-10-17 change.
12824
12825 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (article-strip-banner):
12828         Call article-really-strip-banner only when the regexp match is made.
12829
12830 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (article-strip-banner):
12833         Use gnus-extract-address-components instead of
12834         mail-header-parse-addresses to make it work with non-ASCII text;
12835         remove mail-encode-encoded-word-string.
12836
12837         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12838         values which are surrounded with \"...\"; make it never cause a
12839         Lisp error; give up parsing of parameters if it failed in
12840         extracting type.
12841
12842 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12843
12844         * smime.el (smime-cert-by-ldap-1): Fix bug where
12845         `smime-ldap-search' returns results without userCertificates.
12846
12847 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12850
12851 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * spam.el (spam-check-spamassassin-headers): Adapt format for
12854         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12855         <ari@mbf.ocn.ne.jp>.
12856         (spam-list-of-processors): Add spam-use-gmane.
12857
12858 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12861         make-temp-file; make it work with XEmacs as well.
12862
12863         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12864         mm-make-temp-file.
12865
12866         * mm-decode.el (mm-display-external): Use the 3rd arg of
12867         mm-make-temp-file.
12868         (mm-create-image-xemacs): Ditto.
12869
12870 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12873         with message-narrow-to-headers.
12874         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12875         (gnus-draft-check-draft-articles): New function.
12876         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12877
12878 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * gnus-art.el (gnus-article-browse-html-parts):
12881         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12882         Don't use suffix argument for mm-make-temp-file for Emacs 21
12883         compatibility.  Remove useless `format'.
12884
12885 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12886
12887         * nnweb.el (nnweb-google-wash-article): Update regexps.
12888         (nnweb-group-alist): Use defvoo instead of defvar.
12889
12890 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12893         re-loading nn* modules.
12894
12895 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12898         for `tool-bar-mode' and don't check it's default-value.
12899
12900         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12901
12902         * message.el (message-make-tool-bar): Ditto.
12903
12904         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12905         `substring'.  Shorten tmp-file name.
12906
12907         * gnus.el: Remove bogus comment.
12908
12909 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12910
12911         * gnus-art.el (gnus-article-browse-html-parts): New function.
12912         (gnus-article-browse-html-article): New function for viewing html
12913         articles with a browser.
12914
12915 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12916
12917         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12918         in elisp.
12919         (pgg-gpg-encrypt-symmetric-region): Ditto.
12920         (pgg-gpg-sign-region): Ditto.
12921
12922         * pgg-def.el (pgg-text-mode): New variable.
12923
12924         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12925         (mml2015-pgg-encrypt): Ditto.
12926
12927         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12928         (mml1991-pgg-encrypt): Ditto.
12929
12930 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * nnfolder.el (nnfolder-insert-newsgroup-line):
12933         Use message-make-date instead of current-time-string.
12934
12935         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12936         to gnus-decoded which mm-uu might set.
12937
12938 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12941         don't decode quoted parameters; remove misimported Emacs code.
12942         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12943         (rfc2231-decode-encoded-string): Don't use split-string which
12944         behaves differently according to Emacs version; use
12945         mm-decode-coding-region to convert charset to coding-system.
12946         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12947         (rfc2231-encode-string): Remove misimported Emacs code.
12948
12949 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12952         when calling mail-header-parse-content-type.
12953         (article-de-quoted-unreadable): Ditto.
12954         (article-de-base64-unreadable): Ditto.
12955         (article-wash-html): Ditto.
12956
12957         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12958         calling mail-header-parse-content-type and
12959         mail-header-parse-content-disposition.
12960         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12961         mail-header-parse-content-type.
12962
12963         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12964         insert charset and format parameters; encode description after
12965         inserting it to buffer.
12966         (mml-insert-parameter): Fold lines properly even if a parameter is
12967         segmented into two or more lines; change the max column to 76.
12968
12969         * rfc1843.el (rfc1843-decode-article-body): Don't use
12970         ignore-errors when calling mail-header-parse-content-type.
12971
12972         * rfc2231.el (rfc2231-parse-string): Return at least type if
12973         possible; don't cause an error even if it fails in parsing of
12974         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12975         (rfc2231-encode-string): Don't break lines at the beginning, leave
12976         it to mml-insert-parameter.
12977
12978         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12979         calling mail-header-parse-content-type.
12980
12981 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * spam-report.el (spam-report-gmane-use-article-number):
12984         Improve doc string.
12985         (spam-report-gmane-internal): Check if a suitable header was found
12986         in the article.
12987
12988 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12991         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12992
12993 2006-02-05  Romain Francoise  <romain@orebokech.com>
12994
12995         Update copyright notices of all files in the gnus directory.
12996
12997 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12998
12999         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13000
13001 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13004         segmented lines of parameter value to cope with Thunderbird 1.5
13005         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13006         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13007         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13008
13009 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13010
13011         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13012         parts.
13013
13014 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13015
13016         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13017         there's only one active file for all servers.
13018         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13019         solid groups.  Gnus might have used a FAST request to select the group.
13020         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13021         and nnweb-search redundantly in the active file.
13022         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13023         (nnweb-request-create-group): Don't use ARGS.
13024         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13025         initialisations.  Let nnoo do the work.
13026
13027 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13030         Say the part has been decoded.
13031
13032         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13033
13034 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13035
13036         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13037         mailcap-viewer-test-cache when there's no 'test clause, since that
13038         will invert the meaning of a "nil" test previously determined by
13039         mailcap-mailcap-entry-passes-test.
13040
13041 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13044         compiling.
13045
13046         * gnus-sum.el: Ditto.
13047
13048         * message.el: Don't bind tool-bar-map when compiling.
13049
13050 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13053
13054 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13055
13056         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13057         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13058         current Google Groups.
13059
13060 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13063         and tool-bar-mode.
13064
13065         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13066         and tool-bar-mode.
13067
13068         * message.el (message-tool-bar-update): Simplify.
13069         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13070
13071         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13072         gnus-summary-buffer.
13073         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13074         gnus-summary-reply.
13075
13076         * gmm-utils.el (gmm): Add :version.
13077
13078 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * Makefile.in (clean): New rule.
13081         (distclean): Use it.
13082
13083 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13084
13085         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13086         Don't autoload.
13087
13088 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gmm-utils.el (gmm-verbose): Add :group.
13091
13092 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * message.el: Change some comments WRT tool-bars.
13095
13096         * gnus-sum.el (gnus-summary-tool-bar)
13097         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13098         (gnus-summary-tool-bar-zap-list): New variables.
13099         (gnus-summary-make-tool-bar): Complete rewrite using
13100         `gmm-tool-bar-from-list'.
13101
13102         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13103         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13104         New variables.
13105         (gnus-group-make-tool-bar): Complete rewrite using
13106         `gmm-tool-bar-from-list'.
13107         (gnus-group-tool-bar-update): New function.
13108
13109         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13110
13111 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13114         is dissected into a single part of which the type is the same as
13115         the given one; decode charset.
13116
13117 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13118
13119         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13120         into alists as symbol not string, since that's what
13121         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13122         look for.
13123
13124 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13127         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13128
13129         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13130
13131 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13134         (gnus-xmas-mime-security-button-menu): New function.
13135
13136         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13137         (gnus-mime-security-button-menu): New definition.
13138         (gnus-mime-security-button-map): Use them.
13139         (gnus-mime-security-button-menu): New function.
13140         (gnus-insert-mime-security-button): Addition to help echo.
13141         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13142         (gnus-mime-security-pipe-part): New functions.
13143
13144         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13145         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13146
13147         * mm-decode.el (mm-handle-set-disposition): Remove.
13148         (mm-handle-set-description): Remove.
13149
13150 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13153         (mm-w3m-standalone-supports-m17n-p): New function.
13154         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13155         w3m usage.
13156
13157         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13158         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13159
13160 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * message.el (message-tool-bar-zap-list):
13163         Use gmm-tool-bar-zap-list as custom type.
13164         (message-tool-bar-update): New function.
13165         (message-tool-bar, message-tool-bar-gnome)
13166         (message-tool-bar-retro): Add message-tool-bar-update.
13167         (message-tool-bar-gnome): Add flyspell-buffer.
13168
13169         * gnus-util.el (gnus-error): Describe `args'.
13170
13171         * gmm-utils.el (gmm-error): Describe `args'.
13172         (gmm-tool-bar-zap-list): New widget.
13173         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13174
13175 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13178         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13179         the number of recursive calls.
13180
13181         * mm-decode.el (mm-handle-set-disposition): New macro.
13182         (mm-handle-set-description): New macro.
13183
13184 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13187         encoding.
13188
13189 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * message.el (message-tool-bar-zap-list, message-tool-bar)
13192         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13193         (message-tool-bar-local-item-from-menu): Remove.
13194         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13195         (message-make-tool-bar): New function.
13196         (message-mode): Use `message-make-tool-bar'.
13197
13198         * gmm-utils.el: New file.
13199         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13200         (gmm-lazy): New widget copied from `nnmail.el'.
13201         (gmm-tool-bar-from-list): New function for creating customizable
13202         tool bars.
13203         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13204         output.
13205         (gmm): Add :prefix to defgroup.
13206
13207 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13208
13209         * gmm-utils.el (gmm-widget-p): New function.
13210
13211 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * mml.el (mml-attach-file): Describe `description' in doc string.
13214         (mml-menu): Add Emacs MIME manual and PGG manual.
13215
13216 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13217
13218         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13219
13220 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13221
13222         * nntp.el (nntp-end-of-line): Doc fix.
13223
13224 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13225
13226         * imap.el (imap-open): Handle case where buffer is a buffer
13227         object.
13228
13229 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13230
13231         * gnus-delay.el (gnus-delay): Don't autoload.
13232         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13233         to be re-loaded when customizing the `gnus-delay' group.
13234
13235 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13236
13237         * message.el (message-insert-citation-line): Use newlines.
13238
13239 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13240
13241         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13242         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13243         these routines, so the passphrase can be managed externally and
13244         passed in to the system.
13245         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13246         pgg-add-passphrase-to-cache function.
13247
13248         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13249         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13250         these routines, so the passphrase can be managed externally and
13251         passed in to the system.
13252         (pgg-pgp5-sign-region): Use new name of
13253         pgg-add-passphrase-to-cache function.
13254
13255 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13256
13257         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13258         part of the decoded armor to find the key-identifier.
13259         (pgg-gpg-lookup-key-owner): New function to return the
13260         human-readable identifier of a key owner.
13261         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13262         itself.
13263         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13264         the key value) if we have a key and can match it against a secret
13265         key.  Also, added a note pointing out fact that the prompt only
13266         indicates the first matching key.
13267
13268         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13269         pgg-decrypt-region.
13270         (pgg-add-passphrase-to-cache): Rename from
13271         `pgg-add-passphrase-cache' to reduce confusion (all callers
13272         changed).
13273         (pgg-remove-passphrase-from-cache): Rename from
13274         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13275         changed).
13276         (pgg-read-passphrase, pgg-add-passphrase-cache)
13277         (pgg-remove-passphrase-cache): Add informative docstrings.
13278         (pgg-decrypt): Convey provided passphrase in subordinate call to
13279         pgg-decrypt-region.
13280
13281 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13282
13283         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13284         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13285         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13286         'passphrase' argument, so the passphrase can be managed externally
13287         and then passed in to the system.
13288
13289         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13290         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13291         so the passphrase cache can be used reliably with identifiers
13292         besides a pgp packet's key id.
13293
13294         * pgg-gpg.el (pgg-gpg-encrypt-region)
13295         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13296         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13297         these routines, so the passphrase can be managed externally and
13298         passed in to the system.
13299
13300         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13301         'notruncate' argument, so the passphrase cache can be used
13302         reliably with identifiers besides a pgp packet's key id.
13303
13304 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13305
13306         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13307         symmetric encryption.
13308         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13309         encrypted session key.
13310         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13311         message ask for the passphrase in a proper way.
13312
13313         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13314         New user commands for symmetric encryption.
13315
13316 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13319
13320         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13321
13322 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13323
13324         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13325
13326 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * mm-decode.el (mm-inlined-types): Add application/pgp.
13329         (mm-automatic-display): Ditto.
13330
13331         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13332         part as text.
13333
13334 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * nnrss.el: Update copyright.
13337         (nnrss-opml-import): Query whether to subscribe to each entry.
13338
13339         * gnus-art.el:
13340         * gnus-sum.el:
13341         * gnus-xmas.el:
13342         * messagexmas.el:
13343         * mm-uu.el:
13344         * mm-view.el: Update copyright.
13345
13346 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * message.el (message-info): New function.
13349         (message-mode-menu): Add it.
13350         Update copyright.
13351
13352         * ChangeLog: Fix and update copyright.
13353
13354 2006-01-13  Romain Francoise  <romain@orebokech.com>
13355
13356         * message.el (message-forward-subject-name-subject): Prefer the
13357         address to 'nowhere' if the sender has no name.
13358         Fix typo.  Update copyright year.
13359
13360 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-art.el (article-wash-html):
13363         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13364         (gnus-article-wash-html-with-w3m-standalone): New function.
13365
13366         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13367         mm-inline-text-html-render-with-w3m-standalone.
13368         (mm-text-html-washer-alist): Map w3m-standalone to
13369         gnus-article-wash-html-with-w3m-standalone.
13370         (mm-inline-text-html-render-with-w3m-standalone): New function.
13371
13372 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13375         Improve LaTeX.
13376
13377 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13380         (nnrss-request-article): Render text/plain parts as HTML.
13381
13382         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13383         the buffer.
13384
13385 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13388         custom definition of `gnus-posting-styles'.
13389
13390         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13391         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13392
13393 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13396         Use nntp for bug archive.
13397
13398 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13401         parts.
13402         (nnrss-normalize-date): New function converts ISO 8601 date into
13403         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13404         (nnrss-check-group): Use it.
13405
13406 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13409
13410         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13411         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13412         (nnrss-insert-w3): Ditto.
13413
13414 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13417         the articles to be forwarded including the case where neither a
13418         number of articles nor a region is specified.
13419
13420 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * nnrss.el (nnrss-request-article): Fix last change; fill
13423         text/plain parts.
13424
13425 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13428         in text/plain part.
13429         (nnrss-check-group): Don't add excessive newline to dc:subject.
13430
13431 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13432
13433         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13434         article.
13435
13436 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13439         (nnml-use-compressed-files, nnml-save-mail): Support other
13440         comression programs such as bzip2.
13441
13442 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13443
13444         * dns.el (query-dns): Make sure we check the buffer size before
13445         removing tcp headers.
13446
13447 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13450         remove MIME buttons associated with multipart/alternative parts.
13451         (gnus-mime-display-alternative): Tag buttons using `article-type'
13452         text property.
13453
13454         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13455         associated with multipart/alternative parts.
13456
13457         * gnus-art.el (gnus-signature-separator): Fix custom type.
13458
13459         * mm-decode.el (mm-inlined-types): Fix custom type.
13460         (mm-keep-viewer-alive-types): Ditto.
13461         (mm-automatic-display): Ditto.
13462         (mm-attachment-override-types): Ditto.
13463         (mm-inline-override-types): Ditto.
13464         (mm-automatic-external-display): Ditto.
13465
13466 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * spam-report.el (spam-report-user-mail-address)
13469         (spam-report-user-agent): New variables.
13470         (spam-report-url-ping-plain): Use spam-report-user-agent.
13471
13472 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13473
13474         * gnus-art.el (gnus-button-handle-custom): Do not just use
13475         `customize-apropos' for any "M-x customize-*" button but the
13476         function called for.  Accept both the function name and its
13477         argument in order to achieve this.
13478         (gnus-button-alist): Remove support for "custom:" URL's.
13479         Pass function name to `gnus-button-handle-custom' in case of "M-x
13480         customize-*" buttons.
13481
13482 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13485         multipart/alternative and add xref to mm-discouraged-alternatives
13486         in doc string.
13487
13488         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13489         gnus-buttonized-mime-types in doc string.
13490
13491 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13494         Suggest image/.* in the doc string.
13495
13496 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13499         message-marks (Debian bug #342521).
13500
13501 2005-12-12  Simon Josefsson  <jas@extundo.com>
13502
13503         * password.el (password-read-from-cache): Add.
13504         (password-read): Use it.
13505
13506 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * rfc2047.el (rfc2047-charset-to-coding-system):
13509         Recognize us-ascii as a MIME charset.
13510
13511         * mm-bodies.el (mm-decode-content-transfer-encoding):
13512         Protect against the case where the 2nd arg TYPE is nil.
13513
13514 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * pop3.el (pop3-stream-type): Fix custom version.
13517
13518         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13519
13520 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13521
13522         * mm-decode.el (mm-display-external): Add missing cdr.
13523
13524 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13527         RFC1524) if it is in mailcap or add a suffix according to
13528         mailcap-mime-extensions when generating a temp filename; postpone
13529         deleting a temp file for 2 seconds for some wrappers, shell
13530         scripts, and so on, which might exit right after having started a
13531         viewer command as a background job.
13532
13533 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * nntp.el (nntp-marks-directory): Fix custom group.
13536
13537         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13538         steps when < 10.
13539
13540         * gnus-start.el (gnus-no-server-1):
13541         Mention `gnus-level-default-subscribed' in doc string.
13542
13543 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13544
13545         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13546         parens.
13547
13548 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-xmas.el (gnus-use-toolbar): Revert.
13551         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13552         gnus-use-toolbar is default.
13553
13554         * messagexmas.el (message-use-toolbar): Revert.
13555         (message-setup-toolbar): Use global default-toolbar if
13556         message-use-toolbar is default.
13557
13558 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13561         according to default-toolbar-visible-p.
13562
13563         * messagexmas.el (message-use-toolbar): Ditto.
13564
13565 2005-11-26  Dave Love  <fx@gnu.org>
13566
13567         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13568         (tls-program, tls-success): Provide openssl alternative.
13569
13570         * starttls.el: Doc fixes.
13571         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13572         SERVICE to PORT.
13573
13574         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13575         port null or service name.
13576         (starttls-negotiate): Autoload.
13577
13578 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * message.el (message-kill-to-signature): Fix interactive spec.
13581
13582 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * pop3.el (pop3-open-server): Recognize a string as a service name.
13585
13586 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13587
13588         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13589
13590 2005-11-23  Dave Love  <fx@gnu.org>
13591
13592         Add pop3s, pop3/starttls.
13593
13594         * pop3.el (pop3-authentication-scheme): Clarify doc.
13595         (open-tls-stream, starttls-open-stream): Autoload.
13596         (pop3-stream-type): New.
13597         (pop3-open-server): Use it.
13598
13599         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13600         for POP.
13601         (mail-source-keyword-map): Add :stream for POP.
13602         (mail-source-fetch-pop): Use pop3-stream-type.
13603
13604 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13607         of current-time-string.
13608
13609 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13610
13611         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13612         date header.
13613
13614 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13615
13616         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13617         it can seriously impact performance as it bypasses the agent's
13618         local caches.
13619
13620 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13621
13622         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13623         must be explicitly online rather than "not explicitly offline" for
13624         its flags to be synchronized.
13625
13626         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13627         that gnus-uu-unmark-thread will function correctly.
13628
13629         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13630         1024K is instead displayed as 1M.
13631
13632 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13633
13634         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13635
13636 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13637
13638         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13639
13640 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13641
13642         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13643         error message to display actual error condition.
13644         (gnus-agent-save-local): Avoid saving symbols that are bound to
13645         nil as they simply result in a warning message in
13646         gnus-agent-read-local.
13647
13648 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13651         rather than make-variable-buffer-local for file-precious-flag.
13652
13653 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13654
13655         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13656         for duplicates which are removed.  The invalid sort check then
13657         triggers a rescan after the sort as sorting may have moved
13658         duplicate entries such that they can be cheaply detected.
13659
13660 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13663
13664 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13665
13666         * gnus-agent.el (gnus-agent-article-alist-save-format):
13667         Change internal variable to a custom variable.  Change default value
13668         from compressed(2) to uncompressed(1).
13669         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13670         support for uncompressed agentview files.  Taken together, reading
13671         the agentview file should now be 6-7 times faster.
13672
13673 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13674
13675         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13676         as a buffer-local variable.  This avoids creating truncated
13677         dribble files as a result of a hang up, eg.
13678
13679 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13680
13681         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13682         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13683         XEmacs.
13684
13685 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-start.el (gnus-start-draft-setup):
13688         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13689
13690         * gnus.el (gnus-splash): Change custom group.
13691         (gnus-group-get-parameter, gnus-group-parameter-value):
13692         Describe allow-list argument.
13693
13694         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13695         string.
13696
13697 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-art.el (gnus-default-article-saver): Add user-defined
13700         `function' to custom type.
13701
13702 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13703
13704         * imap.el (imap-open): Handle case where buffer is a buffer
13705         object.
13706
13707 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13710         long lines.
13711         (gnus-cache-delete-group): Wrap doc strings.
13712
13713         * gnus-agent.el (gnus-agent-rename-group)
13714         (gnus-agent-delete-group): Wrap doc strings.
13715
13716 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * messagexmas.el (message-use-toolbar): Change the valid values
13719         into default, top, bottom, left, and right.
13720         (message-toolbar-thickness): New variable.
13721         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13722         well.
13723         (message-setup-toolbar): Make it work.
13724
13725         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13726         (gnus-use-toolbar): Change the valid values into default, top,
13727         bottom, left, and right.
13728         (gnus-toolbar-thickness): New variable.
13729         (gnus-xmas-setup-toolbar): New function.
13730         (gnus-xmas-setup-group-toolbar): Use it.
13731         (gnus-xmas-setup-summary-toolbar): Use it.
13732
13733 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-start.el (gnus-1): Add "native" to
13736         gnus-predefined-server-alist.
13737
13738         * gnus.el (gnus-method-to-server): Don't add "native" to the
13739         lists here, because that leads to problems when
13740         gnus-select-method is bound.
13741
13742 2005-11-09  Simon Josefsson  <jas@extundo.com>
13743
13744         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13745         use (not sort-by-date) instead.
13746
13747 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13748
13749         * gnus-delay.el (gnus-delay-group): Don't autoload.
13750         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13751         to be re-loaded when customizing the `gnus-delay' group.
13752
13753 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13754
13755         * message.el: Revert last changes.
13756         (message-insert-citation-line): Use newlines.
13757
13758 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13759
13760         * message.el (message-courtesy-message)
13761         (message-mark-insert-begin, message-mark-insert-end)
13762         (message-elide-ellipsis, message-cancel-message)
13763         (message-add-header, message-change-subject)
13764         (message-cross-post-followup-to-header)
13765         (message-cross-post-insert-note, message-reduce-to-to-cc)
13766         (message-widen-reply, message-delete-not-region)
13767         (message-kill-to-signature, message-insert-signature)
13768         (message-insert-importance-high, message-insert-importance-low)
13769         (message-insert-or-toggle-importance)
13770         (message-insert-disposition-notification-to)
13771         (message-indent-citation, message-yank-original)
13772         (message-cite-original-without-signature, message-cite-original)
13773         (message-insert-citation-line, message-position-on-field)
13774         (message-fix-before-sending, message-send-mail-partially)
13775         (message-send-mail, message-send-mail-with-sendmail)
13776         (message-send-mail-with-qmail, message-send-news)
13777         (message-check-news-header-syntax, message-generate-headers)
13778         (message-insert-courtesy-copy, message-fill-address)
13779         (message-fill-header, message-shorten-references)
13780         (message-setup-1, message-cancel-news)
13781         (message-forward-make-body-plain, message-forward-make-body-mime)
13782         (message-forward-make-body-mml, message-encode-message-body)
13783         (message-forward-make-body-digest-plain)
13784         (message-forward-make-body-digest-mime)
13785         (message-use-alternative-email-as-from): Insert `hard-newline'
13786         instead of ordinary newlines.
13787
13788 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * message.el (message-generate-headers): Downcase the argument
13791         given to message-check-element.
13792
13793 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13794
13795         * nntp.el (nntp-authinfo-rejected): New error condition.
13796         (nntp-wait-for): Use new error condition to signal authentication
13797         error.
13798         (nntp-retrieve-data): Rethrow new error condition to break out of
13799         recursive call to nntp-send-authinfo.
13800
13801 2005-11-08  Romain Francoise  <romain@orebokech.com>
13802
13803         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13804         (gnus-summary-exit-map): Bind to `Z p'.
13805         (gnus-summary-make-menu-bar): Add menu item.
13806
13807 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13810         (gnus-treat-*): Add `first' in all doc strings.
13811
13812         * gnus-group.el (gnus-group-compact-group): Fix typo.
13813
13814 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus.el (gnus-parameters-case-fold-search): New variable.
13817         (gnus-parameters-get-parameter): Use it.
13818
13819         * gnus-score.el (gnus-home-score-file): Doc fix.
13820
13821 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13822
13823         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13824
13825 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * mm-util.el (mm-special-display-p): New function.
13828
13829         * mml.el (mml-preview): Use it; doc fix.
13830
13831 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13832
13833         * imap.el (imap-open): Handle case where buffer is a buffer object.
13834
13835 2005-10-29  Romain Francoise  <romain@orebokech.com>
13836
13837         * message.el (message-fix-before-sending): Fix comment.
13838
13839 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13840
13841         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13842
13843 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13844
13845         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13846         Used in gnus-score.el.
13847
13848 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13851
13852 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13855         whitespace removed in revision 7.8.  Use concatenated string to
13856         protect trailing whitespace.
13857
13858 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13859
13860         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13861         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13862         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13863         Courier IMAP ("some version from 2004").  Mostly based on similar
13864         code in the same function.
13865
13866 2005-10-26  Didier Verna  <didier@xemacs.org>
13867
13868         * gnus-group.el (gnus-group-compact-group): Invalidate original
13869         article buffer.
13870         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13871         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13872         NOV database and in article itself.
13873         Invalidate article backlog.
13874
13875 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13878
13879 2005-10-26  Simon Josefsson  <jas@extundo.com>
13880
13881         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13882         part of 2004-07-25 change.
13883
13884 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * message.el (message-display-completion-list): New function.
13887         (message-expand-group): Use it; make sure the Completions buffer
13888         is modifiable.
13889 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13890
13891         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13892         user-mail-name is an empty string.
13893
13894 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13897         depending on gnus-score-decay-constant.
13898
13899         * encrypt.el (encrypt-insert-file-contents)
13900         (encrypt-write-file-contents): Don't use `gnus-message'.
13901
13902         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13903         arguments.
13904         (mm-uu-type-alist): Add message-marks and insert-marks.
13905         Pass arguments to mm-uu-verbatim-marks-extract.
13906         (mm-uu-hide-markers): New variable.
13907         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13908
13909         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13910         (gnus-convert-image-to-face-command): Use "convert" by default to
13911         allow other input image formats.
13912         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13913         accordingly.
13914
13915 2005-10-23  Simon Josefsson  <jas@extundo.com>
13916
13917         * imap.el (imap-gssapi-program): Align command line parameters
13918         with latest GNU SASL.
13919         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13920
13921 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13922
13923         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13924         HTML.
13925         (nnslashdot-request-article): Ditto.
13926
13927         * lpath.el (featurep): Add nobreak-char-display.
13928
13929 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13930
13931         * mail-source.el (mail-source-fetch-pop): Require pop3.
13932         (mail-source-check-pop): Ditto.
13933
13934 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13937         errors.
13938
13939 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13942         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13943
13944         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13945
13946         * mm-bodies.el (mm-decode-string):
13947         Call `mm-charset-to-coding-system' with allow-override argument.
13948
13949 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13952         (rfc2047-charset-to-coding-system): New function.
13953         (rfc2047-decode-encoded-words): New function.
13954         (rfc2047-decode-region): Use them.
13955         (rfc2047-decode-cte): Remove.
13956         (rfc2047-parse-and-decode): Remove.
13957         (rfc2047-decode): Remove.
13958
13959 2005-10-15  Kenichi Handa  <handa@m17n.org>
13960
13961         * rfc2047.el (rfc2047-decode-cte): New function.
13962         (rfc2047-decode-region): Change the way to decode successive
13963         encoded-words: decode B- or Q-encoding in each encoded-word,
13964         concatenate them, and decode it as charset.
13965
13966 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * lpath.el: Fbind codepage-setup for XEmacs.
13969
13970 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13971
13972         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13973         widget-move-and-invoke.
13974         (gnus-custom-mode): Use gnus-custom-map.
13975
13976 2005-10-15  Bill Wohler  <wohler@newt.com>
13977
13978         * message.el (message-tool-bar-map): Rename image file from
13979         mail_send to mail/send.
13980
13981 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13982
13983         * message.el (message-expand-group): Pass the common
13984         prefix substring of completion to `display-completion-list'.
13985
13986 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * mml-sec.el (mml-secure-method): New internal variable.
13989         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13990         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13991         New functions using mml-secure-method.
13992
13993         * mml.el (mml-mode-map): Add key bindings for those functions.
13994         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13995         Harder <harder@myrealbox.com>.
13996         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13997         Goto end of message if point is the headers of the message.
13998
13999         * message.el (message-in-body-p): New function.
14000
14001         * assistant.el: Autoload gnus-util and netrc.
14002
14003         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14004         Use `mm-charset-override-alist' only when decoding.
14005
14006         * mm-bodies.el (mm-decode-body):
14007         Call `mm-charset-to-coding-system' with allow-override argument.
14008
14009         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14010         `filename' from Content-Disposition if Content-Type doesn't
14011         provide `name'.
14012         (gnus-mime-view-part-as-type): Set default instead of
14013         initial-input.
14014
14015 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14016
14017         * format-spec.el (format-spec): Propagate text properties of % spec.
14018
14019 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * gnus-art.el (gnus-treat-predicate): Add `first'.
14022
14023 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14026         (mm-charset-override-alist): New variable.
14027         (mm-charset-to-coding-system): Use it.
14028         (mm-codepage-setup): New helper function.
14029         (mm-charset-eval-alist): New variable.
14030         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14031         Warn about unknown charsets.
14032
14033         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14034
14035 2005-10-04  David Hansen  <david.hansen@gmx.net>
14036
14037         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14038         (nnrss-check-group): Ditto.
14039
14040 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14043         Rename x-gnus-verbatim to x-verbatim.
14044         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14045
14046         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14047         x-verbatim.
14048
14049         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14050
14051         * gnus-util.el (gnus-remove-duplicates): Remove.
14052
14053         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14054         instead of gnus-remove-duplicates.
14055
14056         * message.el (message-remove-duplicates): Remove.
14057         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14058         message-remove-duplicates.
14059
14060         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14061         available, else use implementation from `delete-dups'.
14062
14063         * message.el (message-insert-expires): New function.
14064         (message-mode-map): Add key binding.
14065         (message-mode-field-menu): Add menu entry.
14066         (message-mode): Document it.
14067         (message-make-expires-date): Use `message-make-date'.
14068
14069 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14070
14071         * message.el (message-make-expires-date): New function.
14072
14073 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * Makefile.in (list-installed-shadows): New entry.
14076         (install): Use it.
14077         (remove-installed-shadows): New entry.
14078
14079         * dgnushack.el (dgnushack-default-load-path): New variable.
14080         (dgnushack-find-lisp-shadows): New function.
14081         (dgnushack-remove-lisp-shadows): New function.
14082
14083 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * Makefile.in (install-el-elc): New entry.
14086         (install): Use it so that .el files are necessarily installed.
14087
14088 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14091
14092 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14093
14094         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14095         function rather than the diff-mode.el package.
14096         (mm-display-external): Use with-current-buffer.
14097         (mm-viewer-completion-map, mm-viewer-completion-map):
14098         Move initialization inside declaration.
14099
14100 2005-09-29  Simon Josefsson  <jas@extundo.com>
14101
14102         * spam.el: Load hashcash when compiling, to avoid warnings.
14103         Don't autoload mail-check-payment.
14104         (spam-check-hashcash): Define unconditionally, since hashcash.el
14105         is part of Gnus now.  Ignore errors from payment checking.
14106
14107 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * message.el (message-bold-region, message-unbold-region):
14110         Rename from `bold-region' and `unbold-region'.
14111
14112         * message.el: Remove useless autoloads.
14113
14114 2005-09-28  Simon Josefsson  <jas@extundo.com>
14115
14116         * message.el (message-use-idna): Default to t.
14117         (message-use-idna): Test whether encoding works too.  Doc fix.
14118
14119 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * nntp.el (nntp-warn-about-losing-connection): Remove.
14122
14123 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14126         customizable.  Change default value.
14127         (mm-uu-diff-groups-regexp): Change default value.
14128         (mm-uu-type-alist): Add doc string.
14129         (mm-uu-configure): Add doc string.  Make it interactive.
14130         (mm-uu-tex-groups-regexp): New variable.
14131         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14132         (mm-uu-type-alist): Add LaTeX documents.
14133         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14134         of "text/verbatim".
14135         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14136
14137         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14138         instead of "text/verbatim".
14139
14140         * message.el (message-mark-inserted-region)
14141         (message-mark-insert-file): Use slrn style marks when called with
14142         prefix argument.
14143
14144 2005-09-27  Simon Josefsson  <jas@extundo.com>
14145
14146         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14147
14148 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14149
14150         * message.el (message-remove-duplicates): New function.
14151         Implementation borrowed from `gnus-remove-duplicates'.
14152         (message-idna-to-ascii-rhs): Also encode idna addresses in
14153         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14154         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14155         only ask about the same idna domain once per header and also tell
14156         in what header to replace the idna domain.
14157
14158         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14159         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14160         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14161         a header is decoded and not just the last one.
14162
14163 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14166         has been decoded.
14167
14168         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14169         (mm-insert-part): Don't modify text if it has been decoded.
14170
14171         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14172         decoded.
14173
14174         * mm-view.el (mm-inline-text): Don't strip text props unless
14175         decoding enriched or richtext parts.
14176
14177 2005-09-25  Romain Francoise  <romain@orebokech.com>
14178
14179         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14180         * gnus-start.el (gnus-subscribe-interactively):
14181         * gnus-uu.el (gnus-uu-grab-articles):
14182         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14183         space.
14184
14185 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14186
14187         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14188         * mm-view.el (mm-view-pkcs7-decrypt):
14189         * gnus-sum.el (gnus-summary-limit-to-extra)
14190         (gnus-summary-respool-article, gnus-read-move-group-name):
14191         * gnus-score.el (gnus-summary-increase-score):
14192         * gnus-util.el (gnus-completing-read-with-default):
14193         * gnus-art.el (gnus-read-save-file-name)
14194         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14195         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14196         * message.el (message-check-news-header-syntax):
14197         Follow convention for reading with the minibuffer.
14198
14199 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * spam-report.el (spam-report-url-ping-plain):
14202         Use gnus-extended-version as User-Agent.
14203
14204         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14205         default value is nil.
14206
14207         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14208         (mm-uu-verbatim-marks-extract): New function.
14209         (mm-uu-extract): New face.
14210         (mm-uu-copy-to-buffer): Use it.
14211
14212         * spam-report.el (spam-report-gmane-ham): Rename from
14213         `spam-report-gmane-unspam'.
14214         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14215         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14216
14217         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14218         Autoload.
14219         (spam-report-gmane-unregister-routine):
14220         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14221
14222 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14225         (spam-report-gmane-unregister-routine): Add support for gmane
14226         unregistration.
14227
14228         * spam-report.el (spam-report-gmane-unspam)
14229         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14230         (spam-report-gmane): Change to take a single article and do unspam
14231         registration.
14232
14233 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * mm-url.el (mm-url-decode-entities): Fix regexp.
14236
14237 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14240         default to nil, to be able to use Gnus at all.  If the default
14241         switches to something else, then the function should be fixed not
14242         be exceedingly slow.
14243
14244 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14245
14246         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14247         fail hard.
14248
14249         * spam-report.el: Add better Keywords line.
14250
14251         * spam.el: Add Maintainer and better Keywords line.
14252
14253 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gnus-art.el (gnus-article-replace-part)
14256         (gnus-mime-replace-part): New functions.
14257         (gnus-mime-action-alist, gnus-mime-button-commands)
14258         (gnus-mime-save-part-and-strip): Add file argument.
14259         (gnus-article-part-wrapper): Add interactive argument.
14260
14261         * gnus-sum.el (gnus-summary-mime-map):
14262         Add `gnus-article-replace-part'.
14263
14264 2005-09-19  Didier Verna  <didier@xemacs.org>
14265
14266         The nnml compaction feature:
14267         * nnml.el (nnml-request-compact-group): New function.
14268         * nnml.el (nnml-request-compact): New function.
14269         * gnus-int.el (gnus-request-compact-group): New function.
14270         * gnus-int.el (gnus-request-compact): New function.
14271         * gnus-group.el (gnus-group-compact-group): New function.
14272         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14273         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14274         * gnus-srvr.el (gnus-server-compact-server): New function.
14275         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14276         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14277
14278 2005-09-18  Deepak Goel  <deego@gnufans.org>
14279
14280         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14281         format spec.
14282
14283 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14286
14287 2005-09-15  Romain Francoise  <romain@orebokech.com>
14288
14289         * message.el (message-fill-paragraph): Clarify docstring.
14290
14291 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * gnus-art.el (gnus-mime-display-part): Protect against broken
14294         MIME messages.
14295
14296 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14299         before parsing header.
14300
14301 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14302
14303         * html2text.el (html2text-replace-list): Add new entities.
14304
14305 2005-09-11  Romain Francoise  <romain@orebokech.com>
14306
14307         * message.el (message-alternative-emails): Improve docstring.
14308         (message-setup-1): Call `message-use-alternative-email-as-from'
14309         after `message-setup-hook' to give it precedence over posting
14310         styles, etc.
14311         (message-use-alternative-email-as-from): Add docstring.
14312         Remove the original From header if present.
14313
14314         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14315         (nnml-save-mail): Use it.
14316
14317         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14318         articles.  Add new argument `silent'.
14319         (gnus-uu-mark-all): Report the total number of marked articles.
14320
14321 2005-09-10  Romain Francoise  <romain@orebokech.com>
14322
14323         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14324         (gnus-uu-mark-series): Likewise.
14325
14326 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * spam-report.el (spam-report-gmane): Fix generation of spam
14329         report URL.
14330
14331 2005-09-10  Simon Josefsson  <jas@extundo.com>
14332
14333         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14334         t, based on discussion on the ding list with Robert Epprecht
14335         <epprecht@solnet.ch>.
14336
14337 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * spam-report.el (spam-report-gmane): Make it work without
14340         X-Report-Spam header.  Gmane now only provides Archived-At.
14341         This is only used if `spam-report-gmane-use-article-number' is nil.
14342         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14343
14344         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14345         make `gnus-summary-sort-by-recipient' work with threading.
14346
14347         * nnweb.el (nnweb-google-wash-article): Print a message if article
14348         is not available.
14349
14350 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14351
14352         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14353         change.  Decode text/* parts content before displaying.
14354
14355 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14358
14359 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14362
14363         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14364         url-package-name, url-package-version,
14365         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14366         w3m-display-inline-images, and w3m-minor-mode-map.
14367
14368 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * message.el (message-tab-body-function): Fix mismatched custom type.
14371
14372         * gnus.el (gnus-group-change-level-function): Ditto.
14373
14374         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14375
14376         * gnus-art.el (gnus-signature-limit)
14377         (gnus-article-mime-part-function): Ditto.
14378
14379 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * mml.el (mml-mode): Silence the byte compiler.
14382
14383         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14384         using `(sit-for 0)' before moving the point to the specified part;
14385         skip unbuttonized parts.
14386         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14387         return to the summary window if gnus-auto-select-part is non-nil.
14388
14389 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14392         New variables.
14393         (mml-dnd-attach-file, mml-mode): Use them.
14394
14395         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14396         Make fetching article by MID work again for Google Groups.
14397         Add FIXME concerning gnus-group-make-web-group.
14398
14399         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14400         Don't depend on Gnus by using mail-extract-address-components if
14401         gnus-extract-address-components is not bound.
14402
14403 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14404
14405         * gnus-art.el (gnus-mime-display-security): Don't display the
14406         signature, but only the signed part.
14407
14408 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14411
14412         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14413         list, not listp.
14414
14415 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14416
14417         * mm-encode.el (mm-encode-content-transfer-encoding):
14418         Likewise when encoding.
14419
14420         * mm-bodies.el (mm-decode-content-transfer-encoding):
14421         De-canonicalize CRLF for all text content types, not just
14422         text/plain.
14423
14424 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14427         valid article; point arrow and cursor at the MIME button.
14428
14429 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14432         Suggested by Dan Christensen <jdc@uwo.ca>.
14433
14434         * mm-decode.el (mm-save-part): Enable change of prompt.
14435
14436 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14437
14438         * gnus-msg.el (gnus-inews-add-send-actions):
14439         Make `message-post-method' lambda parameter ARG `&optional'.
14440
14441 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-sum.el (gnus-summary-mime-map):
14444         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14445         gnus-article-jump-to-part.
14446
14447         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14448         (gnus-article-edit-part): Use it.
14449         (gnus-article-part-wrapper): Add no-handle argument.
14450         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14451         New functions.
14452
14453 2005-08-29  Romain Francoise  <romain@orebokech.com>
14454
14455         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14456         docstring.
14457         (gnus-face-from-file): Likewise.
14458
14459 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14462         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14463         non-nil.
14464         (gnus-auto-select-part): New variable.
14465         (gnus-article-jump-to-part): New function.
14466         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14467         (gnus-mime-delete-part): Allow selecting specified part after
14468         deleting or stripping parts.
14469         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14470         part if argument is bogus.
14471
14472 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14473
14474         * gnus-art.el (w3m-minor-mode-map):
14475         * gnus-spec.el (gnus-newsrc-file-version):
14476         * gnus-util.el (nnmail-active-file-coding-system)
14477         (gnus-original-article-buffer, gnus-user-agent):
14478         * gnus.el (gnus-ham-process-destinations)
14479         (gnus-parameter-ham-marks-alist)
14480         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14481         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14482         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14483         * mm-decode.el (gnus-current-window-configuration):
14484         * mm-extern.el (gnus-article-mime-handles):
14485         * mm-url.el (url-current-object, url-package-name)
14486         (url-package-version):
14487         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14488         (smime-keys, w3m-cid-retrieve-function-alist)
14489         (w3m-current-buffer, w3m-display-inline-images)
14490         (w3m-minor-mode-map):
14491         * mml-smime.el (gnus-extract-address-components):
14492         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14493         (gnus-newsrc-hashtb, message-default-charset)
14494         (message-deletable-headers, message-options)
14495         (message-posting-charset, message-required-mail-headers)
14496         (message-required-news-headers):
14497         * mml1991.el (mc-pgp-always-sign):
14498         * mml2015.el (mc-pgp-always-sign):
14499         * nnheader.el (nnmail-extra-headers):
14500         * rfc1843.el (gnus-decode-encoded-word-function)
14501         (gnus-decode-header-function, gnus-newsgroup-name):
14502         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14503
14504 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14505
14506         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14507         the end of the date treatments.
14508
14509 2005-08-15  Simon Josefsson  <jas@extundo.com>
14510
14511         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14512         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14513         Capello and Romain Francoise.
14514         (pgg-fetch-key-function): Remove, not used?
14515         (pgg-insert-url-with-w3): Require url, to get
14516         url-insert-file-contents regardless of where it is defined.
14517
14518 2005-08-13  Romain Francoise  <romain@orebokech.com>
14519
14520         * message.el (message-cite-original-1): New function.
14521         (message-cite-original): Use it.
14522         (message-cite-original-without-signature): Ditto.
14523
14524 2005-08-08  Romain Francoise  <romain@orebokech.com>
14525
14526         * message.el (message-yank-empty-prefix): New variable.
14527         (message-indent-citation): Use it.
14528         (message-cite-original-without-signature): Respect X-No-Archive.
14529
14530 2005-08-08  Simon Josefsson  <jas@extundo.com>
14531
14532         * pgg.el: Autoload url-insert-file-contents instead of loading
14533         w3/url.
14534         (pgg-insert-url-with-w3): Don't load url here.
14535
14536 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14537
14538         * message.el (message-kill-to-signature): Don't insert newline at
14539         bol.
14540         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14541
14542 2005-08-06  Romain Francoise  <romain@orebokech.com>
14543
14544         * message.el (message-user-fqdn): Fix typo in docstring.
14545
14546 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14547
14548         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14549
14550         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14551
14552 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * mm-bodies.el (mm-encode-body): Use coding system rather than
14555         charset to encode text.
14556
14557         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14558         number of charsets if utf-8 is available (XEmacs).
14559
14560 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14563         taken from `gnus-button-mid-or-mail-regexp'.
14564         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14565         (gnus-button-alist): Improve regexp for domain part of the MIDs
14566         for news:localpart@domain buttons.
14567         (gnus-button-ctan-directory-regexp): Update.
14568
14569 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * sieve-manage.el (sieve-manage-interactive-login):
14572         Use make-local-variable rather than make-variable-buffer-local.
14573         (sieve-manage-open): Ditto.
14574         (sieve-manage-authenticate): Ditto.
14575
14576         * mml.el (mml-generate-mime-1): Make the content type default to
14577         text/plain if the filename is not specified.
14578
14579 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14582         instead of insert-buffer.
14583
14584         * message.el (message-yank-original): Ditto; set the mark at the
14585         end of the yanked message.
14586
14587 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14590         lines to scroll rather than to stop it.
14591
14592         * mml.el (mml-generate-default-type): Add doc string.
14593         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14594         default to application/octet-stream when determining the content
14595         type if it is not specified for the part or the mml contents; add
14596         a comment about mml-generate-default-type.
14597
14598 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14601         make it default to application/octet-stream when determining the
14602         content type if it is not specified for the external contents.
14603
14604 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14607         segmented parameter but also other parameters might be there.
14608
14609 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * mm-decode.el (mm-display-external): Delete temp file, directory
14612         and buffer immediately if the external process is exited.
14613
14614 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14617         fewer lines than that of scroll-margin.
14618         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14619
14620 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-art.el (gnus-article-next-page): Revert.
14623         (gnus-article-beginning-of-window): New macro.
14624         (gnus-article-next-page-1): Use it.
14625         (gnus-article-prev-page): Ditto.
14626         (gnus-article-edit-part): Use insert-buffer-substring instead of
14627         insert-buffer.
14628         (gnus-article-edit-exit): Ditto.
14629
14630         * gnus-util.el (gnus-beginning-of-window): Remove.
14631         (gnus-end-of-window): Remove.
14632
14633         * lpath.el: Don't bind header-line-format and scroll-margin.
14634
14635 2005-07-25  Simon Josefsson  <jas@extundo.com>
14636
14637         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14638         to have the url package without w3.  Reported by Daiki Ueno
14639         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14640
14641 2005-07-20  Didier Verna  <didier@xemacs.org>
14642
14643         * gnus-diary.el: Remove the description comment (nndiary is now
14644         properly documented in the Gnus manual).
14645         Fix the spelling of "Back End".
14646         * nndiary.el: Ditto.
14647         Fix the copyright notice.
14648
14649 2005-07-18  Romain Francoise  <romain@orebokech.com>
14650
14651         * gnus-sum.el (gnus-summary-to-prefix)
14652         (gnus-summary-newsgroup-prefix): New variables.
14653         (gnus-summary-from-or-to-or-newsgroups): Use them.
14654
14655 2005-07-17  Romain Francoise  <romain@orebokech.com>
14656
14657         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14658         space as it's generally not especially interesting to the user.
14659
14660 2005-07-16  Romain Francoise  <romain@orebokech.com>
14661
14662         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14663         nil to avoid prompting and file modification if one of the
14664         messages at the top of the nnfolder file contains a copyright
14665         notice.
14666         Update copyright notice.
14667
14668         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14669         instead of `current-time-string' as the latter creates a time
14670         string that is not RFC 2822 compliant (it lacks the zone).
14671         Update copyright notice.
14672
14673 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14674
14675         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14676         for text/rtf.  Display default in prompt.  Pass default for M-n.
14677
14678         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14679
14680 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14681
14682         * gnus-msg.el (gnus-button-mailto):
14683         Remove save-selected-window-window hackery because it relies on
14684         save-selected-window internals.
14685
14686 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14689         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14690         (gnus-article-prev-page): Ditto.
14691
14692         * gnus-util.el (gnus-beginning-of-window): New function.
14693         (gnus-end-of-window): New function.
14694
14695         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14696
14697 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14698
14699         * gnus-score.el (gnus-score-edit-all-score):
14700         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14701         gnus-message.
14702
14703 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * gnus-msg.el (gnus-button-mailto):
14706         Remove save-selected-window-window hackery because it relies on
14707         save-selected-window internals.
14708
14709 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14712         add-minor-mode.
14713         (gnus-binary-mode): Ditto.
14714
14715         * gnus-topic.el (gnus-topic-mode): Ditto.
14716
14717 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14718
14719         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14720         (gnus-article-prev-page): Take scroll-margin into consideration.
14721
14722 2005-07-04  Lute Kamstra  <lute@gnu.org>
14723
14724         Update FSF's address in GPL notices.
14725
14726 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14727
14728         * gnus.el (gnus-exit):
14729         * gnus-group.el (gnus-group-icons):
14730         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14731
14732         * gnus-nocem.el (gnus-nocem):
14733         * message.el (message-various, message-buffers, message-sending)
14734         (message-interface, message-forwarding, message-insertion)
14735         (message-headers, message-news, message-mail):
14736         * pgg-gpg.el (pgg-gpg):
14737         * pgg-parse.el (pgg-parse):
14738         * pgg-pgp.el (pgg-pgp):
14739         * pgg-pgp5.el (pgg-pgp5):
14740         * pop3.el (pop3): Finish `defgroup' description with period.
14741
14742 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-art.el (article-display-face): Improve the efficiency.
14745         (article-display-x-face): Ditto; remove grey x-face stuff.
14746
14747 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-art.el (article-display-face): Correct the position in
14750         which Faces are inserted.
14751
14752 2005-06-29  Didier Verna  <didier@xemacs.org>
14753
14754         * gnus-art.el (article-display-face): Display faces in correct
14755         order.
14756
14757 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14760         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14761         (gnus-nocem-check-article): Fetch the Type header.
14762         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14763         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14764         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14765         make sure gnus-nocem-hashtb is initialized.
14766         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14767         (gnus-nocem-unwanted-article-p): Ditto.
14768
14769         * pgg.el (pgg-verify): Return the verification result.
14770
14771 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14774         is ascii.
14775
14776 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14777
14778         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14779         `show-nonbreak-escape'.
14780
14781 2005-06-23  Lute Kamstra  <lute@gnu.org>
14782
14783         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14784
14785         * dig.el (dig-mode):
14786         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14787
14788 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14789
14790         * nnimap.el (nnimap-split-download-body): Fix spellings.
14791
14792 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14793
14794         * gnus-art.el (gnus-article-encrypt-body):
14795         * gnus-cus.el (gnus-score-customize):
14796         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14797         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14798
14799 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14800
14801         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14802         header by looking for magic "MII" at the beginnig.
14803
14804 2005-06-16  Miles Bader  <miles@gnu.org>
14805
14806         * gnus-xmas.el (gnus-xmas-group-startup-message):
14807         Use renamed gnus-splash face.
14808
14809         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14810         (assistant-field-face): New backward-compatibility alias for renamed
14811         face.
14812         (assistant-render-text): Use renamed assistant-field face.
14813
14814         * spam.el (spam): Remove "-face" suffix from face name.
14815         (spam-face): New backward-compatibility alias for renamed face.
14816         (spam-face, spam-initialize): Use renamed spam face.
14817
14818         * message.el (message-header-to, message-header-cc)
14819         (message-header-subject, message-header-newsgroups)
14820         (message-header-other, message-header-name)
14821         (message-header-xheader, message-separator, message-cited-text)
14822         (message-mml): Remove "-face" suffix from face names.
14823         (message-header-to-face, message-header-cc-face)
14824         (message-header-subject-face, message-header-newsgroups-face)
14825         (message-header-other-face, message-header-name-face)
14826         (message-header-xheader-face, message-separator-face)
14827         (message-cited-text-face, message-mml-face):
14828         New backward-compatibility aliases for renamed faces.
14829         (message-font-lock-keywords): Use renamed message faces.
14830
14831         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14832         (sieve-test-commands, sieve-tagged-arguments):
14833         Remove "-face" suffix from face names.
14834         (sieve-control-commands-face, sieve-action-commands-face)
14835         (sieve-test-commands-face, sieve-tagged-arguments-face):
14836         New backward-compatibility aliases for renamed faces.
14837         (sieve-control-commands-face, sieve-action-commands-face)
14838         (sieve-test-commands-face, sieve-tagged-arguments-face):
14839         Use renamed sieve faces.
14840
14841         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14842         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14843         (gnus-group-news-3-empty, gnus-group-news-4)
14844         (gnus-group-news-4-empty, gnus-group-news-5)
14845         (gnus-group-news-5-empty, gnus-group-news-6)
14846         (gnus-group-news-6-empty, gnus-group-news-low)
14847         (gnus-group-news-low-empty, gnus-group-mail-1)
14848         (gnus-group-mail-1-empty, gnus-group-mail-2)
14849         (gnus-group-mail-2-empty, gnus-group-mail-3)
14850         (gnus-group-mail-3-empty, gnus-group-mail-low)
14851         (gnus-group-mail-low-empty, gnus-summary-selected)
14852         (gnus-summary-cancelled, gnus-summary-high-ticked)
14853         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14854         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14855         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14856         (gnus-summary-low-undownloaded)
14857         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14858         (gnus-summary-low-unread, gnus-summary-normal-unread)
14859         (gnus-summary-high-read, gnus-summary-low-read)
14860         (gnus-summary-normal-read, gnus-splash):
14861         Remove "-face" suffix from face names.
14862         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14863         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14864         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14865         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14866         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14867         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14868         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14869         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14870         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14871         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14872         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14873         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14874         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14875         (gnus-summary-normal-ticked-face)
14876         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14877         (gnus-summary-normal-ancient-face)
14878         (gnus-summary-high-undownloaded-face)
14879         (gnus-summary-low-undownloaded-face)
14880         (gnus-summary-normal-undownloaded-face)
14881         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14882         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14883         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14884         (gnus-splash-face):
14885         New backward-compatibility aliases for renamed faces.
14886         (gnus-group-startup-message): Use renamed gnus faces.
14887
14888         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14889         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14890         (gnus-server-agent): Remove "-face" suffix from face names.
14891         (gnus-server-agent-face, gnus-server-opened-face)
14892         (gnus-server-closed-face, gnus-server-denied-face)
14893         (gnus-server-offline-face):
14894         New backward-compatibility aliases for renamed faces.
14895         (gnus-server-agent-face, gnus-server-opened-face)
14896         (gnus-server-closed-face, gnus-server-denied-face)
14897         (gnus-server-offline-face): Use renamed gnus faces.
14898
14899         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14900         Remove "-face" suffix from face names.
14901         (gnus-picon-xbm-face, gnus-picon-face):
14902         New backward-compatibility aliases for renamed faces.
14903
14904         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14905         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14906         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14907         (gnus-cite-11): Remove "-face" suffix from face names.
14908         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14909         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14910         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14911         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14912         New backward-compatibility aliases for renamed faces.
14913         (gnus-cite-attribution-face, gnus-cite-face-list)
14914         (gnus-article-boring-faces): Use renamed gnus faces.
14915
14916         * gnus-art.el (gnus-signature, gnus-header-from)
14917         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14918         (gnus-header-content): Remove "-face" suffix from face names.
14919         (gnus-signature-face, gnus-header-from-face)
14920         (gnus-header-subject-face, gnus-header-newsgroups-face)
14921         (gnus-header-name-face, gnus-header-content-face):
14922         New backward-compatibility aliases for renamed faces.
14923         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14924
14925         * gnus-sum.el (gnus-summary-selected-face)
14926         (gnus-summary-highlight): Use renamed gnus faces.
14927         * gnus-group.el (gnus-group-highlight): Likewise.
14928
14929 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14930
14931         * gnus-sieve.el (gnus-sieve-article-add-rule):
14932         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14933         * spam-stat.el (spam-stat-buffer-change-to-spam)
14934         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14935
14936         * message.el (message-is-yours-p):
14937         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14938
14939 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * mm-view.el (mm-inline-text): Withdraw the last change.
14942
14943 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14946         executing enriched-decode.
14947
14948 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14951         charset of tar files.
14952
14953 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14954
14955         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14956
14957 2005-06-04  Lute Kamstra  <lute@gnu.org>
14958
14959         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14960         information is never recorded.
14961
14962 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14963
14964         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14965
14966 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * pop3.el (pop3-apop): Run md5 in the binary mode.
14969
14970         * starttls.el (starttls-set-process-query-on-exit-flag):
14971         Use eval-and-compile.
14972
14973 2005-05-31  Simon Josefsson  <jas@extundo.com>
14974
14975         * smime.el (smime-replace-in-string): Define.
14976         (smime-cert-by-ldap-1): Use it.
14977
14978 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (article-display-x-face): Replace
14981         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14982
14983         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14984         set-process-query-on-exit-flag or process-kill-without-query.
14985
14986         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14987         loop instead of replace-regexp.
14988
14989         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14990         instead of process-kill-without-query if it is available.
14991
14992         * lpath.el: Fbind ldap-search-entries.
14993
14994         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14995         instead of find-file-hooks if it is available.
14996
14997         * mml1991.el: Bind pgg-default-user-id when compiling.
14998
14999         * mml2015.el: Bind pgg-default-user-id when compiling.
15000
15001         * nndraft.el (nndraft-request-associate-buffer):
15002         Use write-contents-functions instead of write-contents-hooks if it is
15003         available.
15004
15005         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15006         instead of find-file-hooks if it is available.
15007
15008         * nntp.el (nntp-open-connection): Replace
15009         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15010         (nntp-open-ssl-stream): Ditto.
15011         (nntp-open-tls-stream): Ditto.
15012
15013         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15014         set-process-query-on-exit-flag or process-kill-without-query.
15015         (starttls-open-stream-gnutls): Use it instead of
15016         process-kill-without-query.
15017         (starttls-open-stream): Ditto.
15018
15019 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15020
15021         * smime.el (smime-cert-by-ldap-1): Don't use
15022         replace-regexp-in-string.
15023
15024 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15025
15026         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15027
15028         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15029         in PEM format.  Adjust to the XEmacs compability.
15030
15031 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15034         by `string-to-number'.
15035         * gnus-agent.el (gnus-agent-regenerate-group)
15036         (gnus-agent-fetch-articles): Ditto.
15037         * gnus-art.el (gnus-button-fetch-group): Ditto.
15038         * gnus-cache.el (gnus-cache-generate-active)
15039         (gnus-cache-articles-in-group): Ditto.
15040         * gnus-group.el (gnus-group-set-current-level)
15041         (gnus-group-insert-group-line): Ditto.
15042         * gnus-score.el (gnus-score-set-expunge-below)
15043         (gnus-score-set-mark-below, gnus-summary-score-effect)
15044         (gnus-summary-score-entry): Ditto.
15045         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15046         (gnus-soup-pack): Ditto.
15047         * gnus-spec.el (gnus-xmas-format): Ditto.
15048         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15049         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15050         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15051         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15052         * nndb.el (nndb-get-remote-expire-response): Ditto.
15053         * nndiary.el (nndiary-parse-schedule-value)
15054         (nndiary-string-to-number, nndiary-request-replace-article)
15055         (nndiary-request-article): Ditto.
15056         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15057         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15058         * nneething.el (nneething-make-head): Ditto.
15059         * nnfolder.el (nnfolder-request-article)
15060         (nnfolder-retrieve-headers): Ditto.
15061         * nnheader.el (nnheader-file-to-number): Ditto.
15062         * nnkiboze.el (nnkiboze-request-article): Ditto.
15063         * nnmail.el (nnmail-process-unix-mail-format)
15064         (nnmail-process-babyl-mail-format): Ditto.
15065         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15066         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15067         (nnmh-request-create-group, nnmh-request-list-1)
15068         (nnmh-request-group, nnmh-request-article): Ditto.
15069         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15070         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15071         * nnsoup.el (nnsoup-make-active): Ditto.
15072         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15073         * nntp.el (nntp-find-group-and-number)
15074         (nntp-retrieve-headers-with-xover): Ditto.
15075         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15076         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15077         (pgg-format-key-identifier): Ditto.
15078         * pop3.el (pop3-last, pop3-stat): Ditto.
15079         * qp.el (quoted-printable-decode-region): Ditto.
15080
15081         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15082         of concat.
15083
15084 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15087
15088         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15089
15090         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15091
15092         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15093
15094         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15095
15096         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15097
15098         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15099         (gnus-carpal-mode): Ditto.
15100
15101         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15102         (gnus-browse-mode): Ditto.
15103
15104         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15105
15106         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15107
15108 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15109
15110         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15111
15112 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-util.el (gnus-run-mode-hooks): New function.
15115
15116         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15117
15118         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15119         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15120
15121 2005-05-27  Lute Kamstra  <lute@gnu.org>
15122
15123         * dns-mode.el (dns-mode): Specify customization group.
15124
15125 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15126
15127         * gnus-agent.el (gnus-agent-make-mode-line-string):
15128         Use mode-line-highlight as mouse-face.
15129
15130 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * canlock.el (canlock): Change the parent group to news.
15133
15134         * deuglify.el (gnus-outlook-deuglify): Add :group.
15135
15136         * dig.el (dig): Add :group.
15137
15138         * dns-mode.el (dns-mode): Add :group.
15139
15140         * encrypt.el (encrypt): Add :group.
15141
15142         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15143         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15144         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15145         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15146         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15147
15148         * gnus-diary.el (gnus-diary): Add :group.
15149
15150         * gnus.el (gnus-group-news-1-face): Add :group.
15151         (gnus-group-news-1-empty-face): Ditto.
15152         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15153         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15154         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15155         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15156         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15157         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15158         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15159         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15160         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15161         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15162         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15163         (gnus-summary-high-ticked-face): Ditto.
15164         (gnus-summary-low-ticked-face): Ditto.
15165         (gnus-summary-normal-ticked-face): Ditto.
15166         (gnus-summary-high-ancient-face): Ditto.
15167         (gnus-summary-low-ancient-face): Ditto.
15168         (gnus-summary-normal-ancient-face): Ditto.
15169         (gnus-summary-high-undownloaded-face): Ditto.
15170         (gnus-summary-low-undownloaded-face): Ditto.
15171         (gnus-summary-normal-undownloaded-face): Ditto.
15172         (gnus-summary-high-unread-face): Ditto.
15173         (gnus-summary-low-unread-face): Ditto.
15174         (gnus-summary-normal-unread-face): Ditto.
15175         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15176         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15177
15178         * hashcash.el (hashcash): New custom group.
15179         (hashcash-default-payment): Add :group.
15180         (hashcash-payment-alist): Ditto.
15181         (hashcash-default-accept-payment): Ditto.
15182         (hashcash-accept-resources): Ditto.
15183         (hashcash-path): Ditto.
15184         (hashcash-extra-generate-parameters): Ditto.
15185         (hashcash-double-spend-database): Ditto.
15186         (hashcash-in-news): Ditto.
15187
15188         * message.el (message-minibuffer-local-map): Add :group.
15189
15190         * netrc.el (netrc): Add :group.
15191
15192         * sieve-manage.el (sieve-manage-log): Add :group.
15193         (sieve-manage-default-user): Diito.
15194         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15195         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15196         (sieve-manage-authenticators): Ditto.
15197         (sieve-manage-authenticator-alist): Ditto.
15198         (sieve-manage-default-port): Ditto.
15199
15200         * sieve-mode.el (sieve-control-commands-face): Add :group.
15201         (sieve-action-commands-face): Ditto.
15202         (sieve-test-commands-face): Ditto.
15203         (sieve-tagged-arguments-face): Ditto.
15204
15205         * smime.el (smime): Add :group.
15206
15207         * spam-report.el (spam-report): Add :group.
15208
15209         * spam.el (spam, spam-face): Add :group.
15210
15211 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15212
15213         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15214         return \n.\n.\n at the end of articles.  Protect against that.
15215         (nntp-with-open-group): Allow debugging.
15216
15217         * nnheader.el (mail-header-set-extra): Make into a function
15218         because I just could't understand how to quote the list properly.
15219
15220         * dns.el (query-dns-cached): New function.
15221
15222 2005-05-26  Lute Kamstra  <lute@gnu.org>
15223
15224         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15225
15226 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15229
15230         * gnus-art.el: Don't autoload mail-extract-address-components.
15231
15232         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15233         eval-and-compile to evaluate it.
15234
15235         * hashcash.el: Don't autoload executable-find.
15236
15237         * nndb.el: Don't declare the nndb back end two or more times; don't
15238         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15239
15240         * nntp.el: Autoload format-spec instead of format; use
15241         eval-and-compile to evaluate autoload forms.
15242
15243 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15244
15245         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15246
15247 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * gnus.el (gnus-version-number): Bump version.
15250
15251 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15252
15253         * gnus.el: No Gnus v0.3 is released.
15254
15255 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15256
15257         * lpath.el (featurep): Bind show-nonbreak-escape.
15258
15259 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-art.el (gnus-article-edit-part): Disable undo.
15262
15263 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15266         gnus-article-date-lapsed-new-header is t if date timer is active;
15267         skip headers in which the original date value is empty.
15268         (gnus-article-save-original-date): Redefine it as a macro.
15269         (gnus-display-mime): Use it.
15270
15271 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-art.el (article-date-ut): Support converting date in
15274         forwarded parts as well.
15275         (gnus-article-save-original-date): New function.
15276         (gnus-display-mime): Use it.
15277
15278 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15279
15280         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15281         enclosure element of <item>.
15282
15283 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15284
15285         * message.el (message-kill-buffer-query): Rename from
15286         `message-kill-buffer-query-if-modified'.  Add :version.
15287
15288 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15291         window layout.
15292
15293 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * mml.el: Autoload dnd when compiling.
15296
15297 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15300         x-dnd-*.
15301
15302 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * qp.el (quoted-printable-encode-region): Save excursion.
15305
15306 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * message.el (message-kill-buffer-query-if-modified): Add new variable
15309         so the user can kill a modified message buffer quickly.
15310         (message-kill-buffer): Use it.
15311
15312 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * lpath.el: Fbind display-time-event-handler; don't fbind
15315         string-to-multibyte.
15316
15317         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15318
15319 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15322         contained in text because xml.el decodes entities) with LFs.
15323
15324 2005-04-11  Lute Kamstra  <lute@gnu.org>
15325
15326         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15327         differently.
15328
15329 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15330
15331         * mm-util.el (mm-detect-coding-region): Typo.
15332
15333 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15336
15337 2005-04-06  Deepak Goel  <deego@gnufans.org>
15338
15339         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15340         user-function allow user modifications of the scores.
15341         (spam-stat-score-buffer-user): New function, to allow
15342         user-computed modifications to the score.
15343         (spam-stat-score-buffer-user-functions): List of additional
15344         scoring functions.
15345         (spam-stat-error-holder): Global temporary error holder.
15346         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15347         variable.
15348
15349 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * gnus-registry.el (gnus-registry-clean-empty-function)
15352         (gnus-registry-trim, gnus-registry-fetch-groups)
15353         (gnus-registry-delete-group): Groups that match
15354         `gnus-registry-ignored-groups' are removed from the registry
15355         entries, not just ignored for splitting.  This helps clean up the
15356         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15357         to get all the groups a message ID is in.
15358
15359         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15360         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15361         (spam-stat-score-buffer-user-functions): Add :number custom type.
15362
15363 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15366         argument in XEmacs.
15367
15368         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15369         (nnrss-request-group): Decode group name first.
15370         (nnrss-request-article): Make a text/plain article if mml-to-mime
15371         failed.
15372         (nnrss-get-encoding): Return a compatible encoding according to
15373         nnrss-compatible-encoding-alist.
15374         (nnrss-find-el): Use consp instead of listp.
15375         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15376
15377 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15380         which Emacs 20 doesn't support.
15381         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15382
15383 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15386         silence the byte compiler inside the defun.
15387
15388         * gnus-demon.el (parse-time-string): Add autoload.
15389
15390         * gnus-delay.el (parse-time-string): Add autoload.
15391
15392         * gnus-art.el (parse-time-string): Add autoload.
15393
15394         * nnultimate.el (parse-time): Require for `parse-time-string'.
15395
15396 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15399
15400         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15401
15402         * smime.el (smime-ldap-host-list): Add :version.
15403
15404 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15407         pass it to `gnus-browse-read-group'.
15408         (gnus-browse-read-group): Add NUMBER argument and pass it to
15409         `gnus-group-read-ephemeral-group'.
15410
15411         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15412         argument and pass it to `gnus-group-read-group'.
15413
15414 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15415
15416         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15417         mm-xemacs-find-mime-charset-1 if we have the mule feature
15418         available at runtime.
15419
15420 2005-03-25  Werner Lemberg  <wl@gnu.org>
15421
15422         * nnmaildir.el: Replace `illegal' with `invalid'.
15423
15424 2005-03-23  Lute Kamstra  <lute@gnu.org>
15425
15426         * time-date.el: Add comment on time value formats.
15427         Don't require parse-time.
15428         (with-decoded-time-value): New macro.
15429         (encode-time-value): New function.
15430         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15431         (days-to-time): Return a valid time value when arg is huge.
15432         (time-since): Use time-subtract.
15433         (time-to-number-of-days): Use time-to-seconds.
15434
15435 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15436
15437         * gnus-start.el (gnus-display-time-event-handler):
15438         Check display-time-timer at runtime rather than only at load time
15439         in case display-time-mode is turned off in the mean time.
15440
15441 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15444         used.
15445
15446         * nneething.el (nneething-map-file-directory): Derive from
15447         `gnus-directory'.
15448
15449         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15450         the To/Cc button.
15451
15452 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * nnmaildir.el (nnmaildir-request-accept-article):
15455         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15456
15457 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15458
15459         * gnus-async.el: Require timer-funcs at compile time when in
15460         XEmacs for `run-with-idle-timer'.
15461
15462 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15463
15464         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15465         autoloaded function.
15466
15467 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15468
15469         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15470
15471 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15472
15473         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15474
15475 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476
15477         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15478         Add gnus-expert-user to default.
15479
15480 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15481
15482         * nnimap.el (nnimap-open-server): Ditto.
15483
15484         * imap.el (imap-authenticate): Fix typo.
15485
15486 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15487
15488         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15489         buffer (since IMAP server might return FETCH response out of
15490         order, and the nntp buffer must be sorted).
15491
15492 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15493
15494         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15495         comparison on string.
15496
15497         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15498         (gnus-agent-score): Rename category keywords to match gnus-cus.
15499         (gnus-agent-summary-fetch-series): Modify to protect against
15500         gnus-agent-summary-fetch-group clearing processable flags.
15501         (gnus-agent-synchronize-group-flags): Update live group buffer as
15502         synchronization may occur due to the user toggle the plugged
15503         status.
15504         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15505         successfully downloaded.
15506         (gnus-agent-expire-group-1): Avoid using markers when the overview
15507         is in ascending order; greatly improves performance.
15508         (gnus-agent-regenerate-group):
15509         Use gnus-agent-synchronize-group-flags to reset read status in both
15510         gnus and server.
15511         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15512
15513 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * message.el: Don't autoload former message-utils variables.
15516         (message-strip-subject-trailing-was): Change doc string.
15517
15518         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15519         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15520         (nnweb-google-search): Add "hl=en" here.
15521         (nnweb-google-parse-1, nnweb-google-create-mapping):
15522         Don't hardcode URL.
15523
15524 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * message.el (message-get-reply-headers, message-followup):
15527         Mention related variables `message-use-followup-to' and
15528         `message-use-mail-followup-to', in the information buffer.
15529
15530         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15531         of broken groups(-beta).google.com.
15532
15533 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15536         parameter to invoked gnus-request-move-article; remove the
15537         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15538         all at once instead of once per article.
15539         (gnus-summary-remove-process-mark): Accept a list of articles as
15540         well as a single article for processing.
15541
15542         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15543         parameter.
15544
15545         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15546
15547         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15548
15549         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15550         parameter.
15551
15552         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15553         parameter.
15554
15555         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15556         parameter and remove the gnus-sum-hint-move-is-internal variable.
15557
15558         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15559         parameter.
15560
15561         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15562         parameter.
15563
15564         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15565         parameter.
15566
15567         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15568
15569         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15570         parameter.
15571
15572         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15573         parameter.
15574
15575 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15576
15577         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15578         a more conservative way.
15579
15580 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15581
15582         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15583         buffer, so it moves the window's cursor.
15584
15585 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15586
15587         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15588         `mm-dissect-multipart' and receive the from field as an (optional)
15589         argument from `mm-dissect-multipart'.
15590         (mm-dissect-multipart): Receive the from field as an argument and
15591         pass it on when we call `mm-dissect-buffer' on MIME parts.
15592         Fixes verification/decryption of signed/encrypted MIME parts.
15593
15594 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * gnus-sum.el (gnus-summary-move-article):
15597         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15598         whatever it calls (right now, only nnimap-request-move article
15599         respects it).
15600
15601         * nnimap.el (nnimap-request-move-article):
15602         When gnus-sum-hint-move-is-internal is set, don't do the extra
15603         nnimap-request-article.
15604
15605 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15608
15609         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15610         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15611
15612         * gnus-sum.el (gnus-summary-caesar-message):
15613         Apply `gnus-treat-article' after rotation.
15614
15615         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15616         doc string.
15617
15618 2005-02-22  Simon Josefsson  <jas@extundo.com>
15619
15620         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15621         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15622         <arne@arnested.dk>.
15623         (encrypt): Add password-cache and password-cache-expiry as group
15624         members.
15625
15626 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15627
15628         * smime.el (smime-ldap-host-list): Doc fix.
15629         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15630         cache) password.
15631         (smime-sign-region): Use it.
15632         (smime-decrypt-region): Use it.
15633         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15634         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15635         fails.
15636         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15637         certificate from DER to PEM format rather than calling openssl.
15638
15639         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15640
15641         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15642         for signing/encryption.
15643
15644         * mml.el (mml-parse-1): Use them.
15645
15646 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15647
15648         * nnrss.el (nnrss-verbose): Remove.
15649         (nnrss-request-group): Use `nnheader-message' instead.
15650
15651 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15652
15653         * nnrss.el (nnrss-verbose): New variable.
15654         (nnrss-request-group): Make it say nnrss is requesting a group.
15655
15656 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15659         Handle news URL with given port correctly.
15660
15661 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15664         containing special characters.
15665
15666         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15667
15668         * mml.el (mime-to-mml): Ditto.
15669
15670         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15671         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15672         (rfc2047-decode-region): Quote decoded words containing special
15673         characters when rfc2047-quote-decoded-words-containing-tspecials
15674         is non-nil.
15675
15676 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15679
15680         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15681
15682 2005-02-15  Simon Josefsson  <jas@extundo.com>
15683
15684         * nnimap.el (nnimap-debug): Doc fix.
15685
15686         * imap.el (imap-debug): Doc fix.
15687
15688 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15691
15692 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * gnus.el (spam-contents): Improve docs for spam-contents
15695         parameter in its variable incarnation.
15696
15697 2005-02-14  Simon Josefsson  <jas@extundo.com>
15698
15699         * smime-ldap.el: Use require instead of load-library for ldap.
15700         (smime-ldap-search): Indent.
15701         (smime-ldap-search-internal): Shorten line.
15702
15703         * smime.el (smime-cert-by-dns): Add doc-string.
15704         (smime-cert-by-ldap-1): Indent.
15705
15706         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15707         mml-smime-get-dns-ldap.
15708         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15709
15710 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15711
15712         * smime.el: Require smime-ldap.
15713         (smime-ldap-host-list): New variable.
15714         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15715
15716         * mml-smime.el (mml-smime-encrypt-query): New function.
15717         (mml-smime-encrypt-query): Use it.
15718
15719         * smime-ldap.el: New file.
15720
15721 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15724
15725 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15728         argument in doc string.  Make query for type more clear.
15729
15730 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * gnus.el (gnus-group-startup-message): Search for gnus images in
15733         etc/images/gnus.
15734         * mm-util.el (mm-image-load-path): Likewise.
15735         * smiley.el (smiley-data-directory): Search for smilies in
15736         etc/images/smilies.
15737
15738 2005-02-09  Kim F. Storm  <storm@cua.dk>
15739
15740         Change Emacs release version from 21.4 to 22.1 throughout.
15741         Change Emacs development version from 21.3.50 to 22.0.50.
15742
15743 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15746
15747         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15748         non-Mule XEmacs as well.
15749         (mm-decompress-buffer): Signal an error intentionally if it does
15750         not decompress compressed data because auto-compression-mode is
15751         disabled.
15752
15753 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15754
15755         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15756         an ID in the registry even if it has no groups.
15757
15758 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15761         merge it into mm-decompress-buffer.
15762         (gnus-mime-copy-part): Use the MIME part charset, the value which
15763         a user specified or gnus-newsgroup-charset for decoding, like
15764         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15765         save-buffer what was used.  Suggested by Kevin Ryde
15766         <user42@zip.com.au>.
15767         (gnus-mime-inline-part): Allow the name parameter as well as the
15768         filename parameter; force decompressing of compressed data; always
15769         display contents being not decoded as unibyte.
15770
15771         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15772         as well as the filename parameter.
15773
15774         * mm-util.el (mm-decompress-buffer):
15775         Merge gnus-mime-jka-compr-maybe-uncompress.
15776         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15777         of compressed data.
15778
15779 2005-02-08  Simon Josefsson  <jas@extundo.com>
15780
15781         * imap.el (imap-log): Doc fix.
15782
15783 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15786         the coding cookies; decompress compressed parts.
15787
15788         * mml.el (mml-generate-mime-1): Add the charset parameter according
15789         to the value which a user specified manually or the coding cookie.
15790
15791         * mm-util.el (mm-string-to-multibyte): New function.
15792         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15793         (mm-coding-system-to-mime-charset): New function.
15794         (mm-decompress-buffer): New function.
15795         (mm-find-buffer-file-coding-system): New function.
15796
15797         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15798         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15799         parts.
15800
15801 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15802
15803         * mm-view.el (mm-display-inline-fontify): Decode a part according
15804         to the charset parameter.
15805
15806 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15809         prefix arg is neither nil nor a number, as info specifies.
15810
15811 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15814         timestamps.
15815
15816 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15817
15818         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15819         groups error checking and notify user.
15820
15821 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15822
15823         * message.el (message-send-mail-function): Check existence of
15824         sendmail-program first before using default value
15825         `message-send-mail-with-sendmail'.  Otherwise use more generic
15826         `smtpmail-send-it'.
15827
15828 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * nntp.el (nntp-request-update-info): Always return nil.
15831
15832 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15835
15836 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15837
15838         * message.el (message-beginning-of-line): Change the behavior when
15839         invoked between BOL and : so that it first moves backward.
15840
15841 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15844         article buffer when editing of the article is discarded.
15845         (gnus-article-prepare): Revert.
15846
15847 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-art.el (gnus-article-prepare):
15850         Remove message-strip-forbidden-properties from the local hook.
15851
15852 2005-01-27  Simon Josefsson  <jas@extundo.com>
15853
15854         * password.el (password-cache-add): Only start one timer per key.
15855         Reported by Derek Atkins <warlord@MIT.EDU>.
15856
15857 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15858
15859         * run-at-time.el: Remove.  It is no longer needed as
15860         timer-funcs.el in the xemacs-base package has a working version of
15861         `run-at-time'.
15862
15863         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15864
15865         * password.el: Require timer-funcs instead of run-at-time in
15866         XEmacs.
15867         Remove `password-run-at-time' macro.
15868         (password-cache-add): Use `run-at-time' instead of
15869         `password-run-at-time'.
15870
15871         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15872         Remove `nnheader-cancel-function-timers' alias,
15873         `cancel-function-timers' exists in XEmacs in timer-funcs.
15874
15875         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15876         for `run-with-idle-timer'.
15877
15878         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15879         for `run-at-time'.
15880
15881         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15882         for `with-timeout'.
15883
15884         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15885         the same as for XEmacs 21.4.
15886         No need to ignore `run-with-idle-timer', this function exists in
15887         XEmacs now in timer-funcs.el in the xemacs-base package.
15888         (dgnushack-compile): No need to delete
15889         run-at-time.el from the list of files to compile because it
15890         doesn't exist anymore.
15891
15892 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15895         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15896
15897 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15898
15899         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15900         sensitively.
15901
15902 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15903
15904         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15905
15906 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15909         which will be inserted according to the multibyteness of a buffer
15910         rather than the type of contents.  Suggested by ARISAWA Akihiro
15911         <ari@mbf.ocn.ne.jp>.
15912
15913         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15914         of string which old xml.el may return rather than a string.
15915
15916 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15919
15920 2005-01-16  Simon Josefsson  <jas@extundo.com>
15921
15922         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15923         idn/idna.el isn't available.
15924         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15925         <michael@waxrat.com>.
15926
15927         * hashcash.el: Remove non-FSF copyright header.
15928
15929         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15930         (hashcash-generate-payment): Use it.
15931         (hashcash-generate-payment-async): Use it.
15932
15933 2005-01-15  Simon Josefsson  <jas@extundo.com>
15934
15935         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15936         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15937
15938         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15939         gnus-summary-idna-message.
15940         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15941         (gnus-summary-idna-message): New function.
15942
15943 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15946         gnus-novice-user.
15947
15948 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * nnrss.el (nnrss-request-delete-group): Delete entries in
15951         nnrss-group-alist as well.
15952         (nnrss-save-server-data): Insert newline.
15953
15954 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15955
15956         * gnus.el (gnus-user-agent): Use list of symbols instead of
15957         symbols.  Display full version number for (S)XEmacs.
15958         Optionally display (S)XEmacs codename.
15959
15960         * gnus-util.el (gnus-emacs-version): Update for new
15961         `gnus-user-agent'.
15962
15963         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15964         Gnus version.
15965
15966 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15969         which is unreadable in some setups.
15970
15971 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-spec.el (gnus-update-format-specifications): Flush the
15974         group format spec cache if it doesn't support decoded group names.
15975
15976 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15977
15978         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15979         Allow to apply decay on score files matching a regexp.
15980
15981 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15984         compatibility in %g and %c.
15985
15986 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15989         name for only %g and %c.
15990         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15991         of gnus-tmp-group to decoded group name.
15992         (gnus-group-make-rss-group): Exclude `/'s from group names.
15993
15994 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * nnrss.el (nnrss-get-encoding): Fix regexp.
15997
15998 2004-12-27  Simon Josefsson  <jas@extundo.com>
15999
16000         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16001         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16002         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16003
16004 2004-12-17  Kim F. Storm  <storm@cua.dk>
16005
16006         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16007
16008         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16009
16010 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16011
16012         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16013
16014 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * nnrss.el: Require rfc2047 and mml.
16017         (nnrss-file-coding-system): New variable.
16018         (nnrss-format-string): Redefine it as an inline function.
16019         (nnrss-decode-group-name): New function.
16020         (nnrss-string-as-multibyte): Remove.
16021         (nnrss-retrieve-headers): Decode group name; don't use
16022         nnrss-format-string.
16023         (nnrss-request-group): Decode group name.
16024         (nnrss-request-article): Decode group name; allow a Message-ID as
16025         well as an article number; don't use nnrss-format-string; encode a
16026         Message-ID string which may contain non-ASCII characters; use
16027         mml-to-mime to compose a MIME article.
16028         (nnrss-request-expire-articles): Decode group name.
16029         (nnrss-request-delete-group): Decode group name.
16030         (nnrss-fetch): Clarify error message.
16031         (nnrss-read-server-data): Use insert-file-contents instead of load;
16032         bind file-name-coding-system; use multibyte buffer.
16033         (nnrss-save-server-data): Bind coding-system-for-write to the
16034         value of nnrss-file-coding-system; bind file-name-coding-system;
16035         add coding cookie.
16036         (nnrss-read-group-data): Use insert-file-contents instead of load;
16037         bind file-name-coding-system; use multibyte buffer.
16038         (nnrss-save-group-data): Bind coding-system-for-write to the
16039         value of nnrss-file-coding-system; bind file-name-coding-system.
16040         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16041         make it work with non-ASCII text.
16042         (nnrss-find-el): Make it work with old xml.el as well.
16043
16044 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16045
16046         * nnrss.el (nnrss-get-encoding): New function.
16047         (nnrss-fetch): Use unibyte buffer initially; bind
16048         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16049         decode contents according to the encoding attribute.
16050         (nnrss-save-group-data): Add coding cookie.
16051         (nnrss-mime-encode-string): New function.
16052         (nnrss-check-group): Use it to encode subject and author.
16053
16054 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16057         imaginary variable.
16058
16059 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16062         correctly even if there are wide characters.
16063
16064 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16065
16066         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16067         downcased symbol names; make a new cache instead of reusing
16068         bbdb-hashtable.
16069
16070 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16073         concatenating segments rather than before concatenating them.
16074         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16075
16076         * message.el (message-get-reply-headers): Bind `extra'.
16077
16078 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079
16080         * message.el (message-extra-wide-headers): New variable.
16081         (message-get-reply-headers): Use it.
16082
16083 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16086         (gnus-agent-group-pathname): Ditto.
16087
16088         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16089
16090         * gnus-group.el (gnus-group-make-group): Decode group name.
16091         (gnus-group-make-rss-group): Register the group data after opening
16092         the nnrss group.
16093
16094 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16095
16096         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16097         by expiry now get marked as read.
16098
16099 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16102
16103 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16104
16105         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16106         unify Latin characters in XEmacs.
16107         (mm-find-mime-charset-region): Use it.
16108
16109 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-util.el (gnus-delete-directory): New function.
16112
16113         * gnus-agent.el (gnus-agent-delete-group): Use it.
16114
16115         * gnus-cache.el (gnus-cache-delete-group): Use it.
16116
16117 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16120         names.
16121
16122 2004-12-16  Simon Josefsson  <jas@extundo.com>
16123
16124         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16125
16126 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16129
16130         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16131         (gnus-group-set-current-level): Decode group name.
16132
16133 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16134
16135         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16136         failed.
16137
16138 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-group.el (gnus-group-delete-group): Decode group name.
16141         (gnus-group-make-rss-group): Encode group name.
16142         (gnus-group-catchup-current): Decode group name.
16143         (gnus-group-kill-group): Decode group name.
16144
16145 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16146
16147         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16148
16149 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-group.el (gnus-group-make-rss-group):
16152         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16153
16154         * gnus-start.el (gnus-setup-news): Honor user's setting to
16155         gnus-message-archive-method.  Suggested by Lute Kamstra
16156         <lute@gnu.org>.
16157
16158 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16159
16160         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16161         global counterparts of the buffer-local variables.
16162
16163 2004-11-16  Romain Francoise  <romain@orebokech.com>
16164
16165         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16166         counterparts of the buffer-local variables.
16167
16168 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * message.el (message-forbidden-properties): Fix typo in doc
16171         string.
16172
16173 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-util.el (gnus-replace-in-string): Add doc string.
16176
16177         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16178         to avoid problems when splitting mails with many recipients.
16179
16180 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16181
16182         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16183         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16184
16185 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16186
16187         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16188         if there is no hashtable in memory or file modification time is
16189         newer than cached timestamp.
16190
16191 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16192
16193         * gnus-sum.el (gnus-summary-limit-to-recipient):
16194         Implement not-matching option.
16195
16196 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16199         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16200         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16201         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16202         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16203         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16204
16205 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * message.el (message-forward-make-body-mml): Remove headers
16208         according to message-forward-ignored-headers if a message is decoded.
16209
16210 2004-12-02  Romain Francoise  <romain@orebokech.com>
16211
16212         * message.el (message-forward-make-body-plain): Always remove
16213         headers according to message-forward-ignored-headers.
16214
16215 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16216
16217         * spam.el (spam-summary-prepare-exit): Remove the
16218         gnus-summary-limit pop for now, it has problems with ham marks for
16219         me.
16220
16221 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16222
16223         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16224         correctly.
16225
16226 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16227
16228         * format-spec.el (format-spec): Message the char.
16229
16230 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16231
16232         * gnus-art.el (gnus-split-methods): Reformat comments.
16233
16234         * spam.el (spam-summary-prepare-exit): Remove article limits
16235         before exiting the summary buffer.
16236
16237 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16240         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16241
16242         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16243         order to silence the byte compiler.
16244
16245         * spam.el: Fix the way to silence the byte compiler, which
16246         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16247         bbdb-search-simple, spam-BBDB-register-routine,
16248         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16249         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16250         spam-stat-buffer-is-spam, spam-stat-load,
16251         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16252         spam-stat-save and spam-stat-split-fancy.
16253
16254 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16257         which may confuse users.
16258         (canlock-password-for-verify): Ditto.
16259
16260         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16261
16262         * gnus-art.el (gnus-emphasis-alist): Ditto.
16263
16264         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16265
16266         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16267
16268         * gnus-start.el (gnus-save-killed-list): Ditto.
16269
16270         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16271         (gnus-sum-thread-tree-root): Ditto.
16272         (gnus-sum-thread-tree-false-root): Ditto.
16273         (gnus-sum-thread-tree-single-indent): Ditto.
16274
16275         * message.el (message-courtesy-message): Ditto.
16276         (message-archive-note): Ditto.
16277         (message-subscribed-address-file): Ditto.
16278         (message-user-fqdn): Ditto.
16279
16280         * spam-report.el (spam-report-gmane-regex): Ditto.
16281
16282         * spam.el (spam-blackhole-good-server-regex): Ditto.
16283
16284 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * mml.el (mml-preview): Widen the message buffer before copying
16287         the contents to the preview buffer; sort headers before previewing.
16288
16289         * message.el (message-hidden-headers): Fix the way to avoid a bug
16290         in the `repeat' widget in Emacs 21.3 or earlier.
16291
16292 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * message.el (message-hidden-headers): Default to "^References:".
16295         Improve customization type.  Suggested by Reiner Steib
16296         <Reiner.Steib@gmx.de>.
16297
16298 2004-11-25  Romain Francoise  <romain@orebokech.com>
16299
16300         * message.el (message-strip-forbidden-properties): Remove check for
16301         obsolete `message-hidden' text property, hidden headers are not
16302         accessible in the buffer anymore.
16303
16304 2004-11-22  Romain Francoise  <romain@orebokech.com>
16305
16306         * message.el (message-header-format-alist): Add `From' in list
16307         so that it can be sorted.
16308         (message-fix-before-sending): Widen and sort headers before
16309         sending.
16310         (message-hide-headers): Use narrowing to hide headers by moving
16311         them to the top of the buffer and narrowing to the region
16312         underneath.
16313
16314 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16315
16316         * message.el (message-strip-forbidden-properties):
16317         Bind buffer-read-only (etc) to nil.
16318
16319 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16322         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16323
16324 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16325
16326         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16327
16328 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * dns.el (query-dns): Use sit-for to time instead of
16331         accept-process-output, since that doesn't seem to work on udp
16332         sockets.
16333
16334 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16337
16338 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16341         doc string.  Improve doc string.
16342
16343 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * nntp.el (nntp-request-update-info): Return nil if
16346         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16347         may not call gnus-activate-group which uselessly issues the GROUP
16348         commands for all nntp groups and wastes time.  Reported by Romain
16349         Francoise <romain@orebokech.com>.
16350
16351         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16352
16353 2004-11-15  Simon Josefsson  <jas@extundo.com>
16354
16355         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16356         headers separately.
16357         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16358         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16359
16360 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-start.el (gnus-convert-old-newsrc):
16363         Assign legacy-gnus-agent to 5.10.7.
16364
16365 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16368         start of the lines.
16369
16370 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16371
16372         * hashcash.el (hashcash-default-payment): Change default to 20.
16373         (hashcash-default-accept-payment): Change default to 20.
16374         (hashcash-process-alist): New variable.
16375         (hashcash-generate-payment-async): Add.
16376         (hashcash-already-paid-p): Add.
16377         (hashcash-insert-payment): Don't generate payments twice.
16378         (hashcash-insert-payment-async): Add.
16379         (hashcash-insert-payment-async-2): Add.
16380         (hashcash-cancel-async): Add.
16381         (hashcash-wait-async): Add.
16382         (hashcash-processes-running-p): Add.
16383         (hashcash-wait-or-cancel): Add.
16384         (mail-add-payment): New optional argument.  Conditionally start
16385         asynchronous calculation.
16386         (mail-add-payment-async): Add.
16387
16388         * message.el (message-send-mail): Wait for asynchronous hashcash
16389         results.  Don't clobber existing X-Hashcash headers.
16390         (message-setup-1): Call mail-add-payment-async when
16391         message-generate-hashcash is non-nil.
16392
16393 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16394
16395         * message.el (message-use-alternative-email-as-from): Examine the
16396         From header as well; use message-make-from in order to include a
16397         user's full name.
16398
16399 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16402         default; improve customization type.
16403         (gnus-emphasis-custom-with-format): New macro.
16404         (gnus-emphasis-custom-value-to-external): New function.
16405         (gnus-emphasis-custom-value-to-internal): New function.
16406
16407 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408
16409         * dns.el (query-dns): Resolve reverse addresses.
16410
16411 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * gnus-group.el (gnus-group-get-new-news): Use it.
16414
16415         * gnus-start.el (gnus-check-reasonable-setup): New function.
16416
16417 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16420         "Args out of range" error.  Reported by Arnaud Giersch
16421         <arnaud.giersch@free.fr>.
16422
16423 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16424
16425         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16426
16427 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16428
16429         * spam.el (spam group): Add :version.
16430
16431         * pgg-def.el (pgg group): Add :version.
16432
16433 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-art.el (gnus-article-edit-article): Don't associate the
16436         article buffer with a draft file.  This is a temporary measure
16437         against the 2004-08-22 change to gnus-article-edit-mode.
16438
16439 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16442         (html2text-format-tags): Remove unused variable `attr'.
16443
16444 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16447
16448         * tls.el (tls-process-connection-type, tls-success)
16449         (tls-certtool-program): Add :version.
16450
16451         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16452         (starttls-extra-arguments, starttls-process-connection-type)
16453         (starttls-connect, starttls-failure, starttls-success): Add :version.
16454
16455         * spam-stat.el (spam-stat): Add :version.
16456
16457         * sieve.el (sieve): Add :version.
16458
16459         * sha1.el (sha1): Add :version.
16460         (sha1-use-external): Remove redundant version.
16461
16462         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16463         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16464         (nnmail-split-fancy-match-partial-words)
16465         (nnmail-split-lowercase-expanded): Add :version.
16466
16467         * nndiary.el (nndiary): Add :version.
16468
16469         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16470
16471         * mml-sec.el (mml-default-sign-method)
16472         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16473         Add :version.
16474
16475         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16476
16477         * mm-url.el (mm-url-use-external, mm-url-program)
16478         (mm-url-arguments): Add :version.
16479
16480         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16481         (mm-attachment-file-modes, mm-decrypt-option)
16482         (mm-w3m-safe-url-regexp): Add :version.
16483
16484         * message.el (message-cite-prefix-regexp)
16485         (message-sendmail-envelope-from, message-minibuffer-local-map)
16486         (message-user-fqdn, message-completion-alist): Add :version.
16487
16488         * gnus-win.el (gnus-configure-windows-hook)
16489         (gnus-use-frames-on-any-display): Add :version.
16490
16491         * gnus-art.el (gnus-article-address-banner-alist)
16492         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16493         (gnus-treat-from-picon, gnus-treat-mail-picon)
16494         (gnus-treat-x-pgp-sig): Add :version.
16495
16496         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16497         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16498         (gnus-summary-article-delete-hook)
16499         (gnus-summary-display-while-building): Add :version.
16500
16501         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16502         (gnus-get-top-new-news-hook): Add :version.
16503
16504         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16505         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16506
16507         * gnus-registry.el (gnus-registry): Add :version.
16508
16509         * gnus-spec.el (gnus-use-correct-string-widths)
16510         (gnus-make-format-preserve-properties): Add :version.
16511
16512         * gnus.el (gnus-group-charter-alist)
16513         (gnus-group-fetch-control-use-browse-url)
16514         (gnus-install-group-spam-parameters): Add :version.
16515
16516         * gnus-diary.el (gnus-diary): Add :version.
16517
16518         * gnus-delay.el (gnus-delay): Add :version.
16519
16520         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16521         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16522         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16523         Add :version.
16524
16525         * gnus-agent.el (gnus-agent-max-fetch-size)
16526         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16527         (gnus-agent-prompt-send-queue): Add :version.
16528
16529         * deuglify.el (gnus-outlook-deuglify): Add :version.
16530
16531         * html2text.el: Beautify code.  Improve doc strings.
16532         Some checkdoc cleanup.
16533         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16534
16535 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16536
16537         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16538
16539 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16542         when package is loaded.
16543
16544         * spam.el (spam-summary-score-preferred-header): Add global preference
16545         for people who want to override the default SpamAssassin over
16546         Bogofilter preference (when both are set).
16547         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16548         (spam-user-format-function-S):
16549         Check spam-summary-score-preferred-header.
16550         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16551         (spam-user-format-function-S): Format the score correctly.
16552
16553 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16556         signature file.  Suggested by Manoj Srivastava
16557         <srivasta@golden-gryphon.com>.
16558
16559         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16560         iso-2022-jp even in the Japanese language environment.
16561         Suggested by Jason Rumney <jasonr@gnu.org>.
16562
16563 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16566         use the same characters as the dummy marks; make it free from
16567         getting affected by the language environment.
16568         (gnus-summary-read-group-1): Update mark positions only when the
16569         format spec is updated.
16570
16571         * gnus-spec.el (gnus-update-format-specifications): Return a list
16572         of updated types.
16573
16574 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16577         of boundp to check if display-warning is available.
16578
16579 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16582
16583 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * nnspool.el (nnspool-spool-directory): Use news-path if the
16586         news-directory variable is not bound.
16587
16588         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16589         function instead of display-warning if it is not available.
16590
16591 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16594         v5-10: Use `point-at-bol'.
16595
16596 2004-10-26  Simon Josefsson  <jas@extundo.com>
16597
16598         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16599         <chenggao@gmail.com>.
16600
16601 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16604         instead.
16605
16606 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16609         to remove a server from the nnimap-server-buffer-alist.
16610         (nnimap-open-connection, nnimap-close-server): Use it.
16611
16612         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16613
16614 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16617         running the major-mode function.
16618
16619 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16622         dummy marks in the right way.
16623
16624 2004-10-18  David Edmondson  <dme@dme.org>
16625
16626         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16627         excessively.
16628
16629 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * gnus-util.el (gnus-split-references): Accept a nil references
16632         string and go on blissfully.
16633
16634         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16635         cases where the references string is non-nil but has no references.
16636
16637         * encrypt.el: Add autoload tags.
16638
16639         * spam.el (spam-resolve-registrations-routine): Remove article
16640         from unregistration list too.  Reported by David Hanak
16641         <dhanak@isis.vanderbilt.edu>
16642
16643 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16646         nil.  Change custom type.
16647
16648 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16651
16652         * gnus-sum.el (gnus-summary-move-article): Use it.
16653
16654 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16655
16656         * encrypt.el: Add autoload cookies.
16657
16658         * spam.el (spam-backend-article-list-property)
16659         (spam-backend-get-article-todo-list)
16660         (spam-backend-put-article-todo-list)
16661         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16662         Resolve registrations separately.
16663         (spam-register-routine): Format comments.
16664         (spam-unregister-routine, spam-register-routine): Always call with
16665         specific-articles, no default list.
16666         (spam-summary-prepare-exit): Use the spam-classifications function.
16667
16668         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16669         gnus-encrypt.el.
16670
16671         * encrypt.el: Copied from gnus-encrypt.el.
16672
16673         * gnus-encrypt.el: Commented that it's obsolete.
16674
16675 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16678         (gnus-score-save): Use it.
16679
16680         * message.el (message-bury): Use `window-dedicated-p'.
16681
16682 2004-10-15  Simon Josefsson  <jas@extundo.com>
16683
16684         * pop3.el (top-level): Don't require nnheader.
16685         (pop3-read-timeout): Add.
16686         (pop3-accept-process-output): Add.
16687         (pop3-read-response, pop3-retr): Use it.
16688
16689 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16690
16691         * spam.el (spam-register-routine): Move comment.
16692         (spam-verify-bogofilter): Use 'unknown for the initial
16693         spam-bogofilter-valid state, not 'never.
16694
16695         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16696         for netrc-machine.
16697
16698         * nnimap.el (nnimap-open-connection):
16699         Use netrc-machine-user-or-password.
16700
16701 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16702
16703         * gnus-registry.el (gnus-registry-unload-hook):
16704         Set as a variable with add-hook.
16705
16706         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16707         of news-path.
16708
16709         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16710
16711         * spam.el: Delete duplicate `provide'.
16712         (spam-unload-hook): Set as a variable with add-hook.
16713
16714 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16717         in the doc string.
16718
16719         * message.el (message-ignored-news-headers)
16720         (message-ignored-supersedes-headers)
16721         (message-ignored-resent-headers)
16722         (message-forward-ignored-headers): Improve custom type.
16723
16724 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * message.el (message-tokenize-header): Fix 2004-09-06 change
16727         which used point-min in the wrong place.
16728
16729 2004-10-12  Simon Josefsson  <jas@extundo.com>
16730
16731         * tls.el (tls-certtool-program): New variable.
16732         (tls-certificate-information): New function, based on
16733         ssl-certificate-information.
16734
16735 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * compface.el: Move the version of ELisp-based uncompface program
16738         to the contrib directory because of the copyright problem.
16739
16740 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * message.el (message-kill-buffer): Raise the current frame.
16743
16744 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16747
16748         * gnus.el (message-y-or-n-p): Autoload.
16749
16750         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16751         (pop3-password-required, pop3-authentication-scheme)
16752         (pop3-leave-mail-on-server): Make customizable.
16753         (pop3): New custom group.
16754         (pop3-retr): Remove `sleep-for' statements.
16755         Suggested by Dave Love <fx@gnu.org>.
16756
16757         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16758         Windows/DOS.
16759
16760         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16761         (imap-parse-body): Fix incorrect use of `assert'.
16762         Suggested by Dave Love <fx@gnu.org>.
16763
16764         * mml.el (mml-minibuffer-read-disposition): Require match.
16765         Suggested by Dave Love <fx@gnu.org>.
16766
16767 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16770         doc string.
16771
16772 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16775
16776 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16777
16778         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16779         instead of calling `mm-insert-inline', to decode text/* parts
16780         before displaying them.
16781
16782 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * mm-uu.el (mm-uu-text-plain-type): New variable.
16785         (mm-uu-pgp-signed-extract-1): Use it.
16786         (mm-uu-pgp-encrypted-extract-1): Use it.
16787         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16788         bind mm-uu-text-plain-type with that value.
16789         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16790         mm-uu-dissect.
16791
16792 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-group.el (gnus-update-group-mark-positions):
16795         * gnus-sum.el (gnus-update-summary-mark-positions):
16796         * message.el (message-check-news-body-syntax):
16797         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16798         of string-as-multibyte.
16799
16800 2004-10-05  Juri Linkov  <juri@jurta.org>
16801
16802         * gnus-group.el (gnus-update-group-mark-positions):
16803         * gnus-sum.el (gnus-update-summary-mark-positions):
16804         * message.el (message-check-news-body-syntax):
16805         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16806         8-bit unibyte values to a multibyte string for search functions.
16807
16808 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16811         (mm-uu-dissect-text-parts): New function.
16812
16813         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16814         dissect text parts.
16815
16816         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16817         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16818
16819         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16820
16821         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16822         Use gnus-current-topics instead of gnus-current-topic.
16823
16824 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16827
16828 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16831         where approriate.
16832
16833         * nnml.el (nnml-generate-active-info): do.
16834
16835         * nndiary.el (nndiary-generate-active-info): do.
16836
16837         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16838         (gnus-topic-move): do.
16839
16840         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16841         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16842
16843         * gnus-srvr.el (gnus-server-prepare)
16844         (gnus-server-open-all-servers): do.
16845
16846         * gnus-msg.el (gnus-summary-cancel-article)
16847         (gnus-summary-resend-message)
16848         (gnus-summary-mail-crosspost-complaint): do.
16849
16850         * gnus-move.el (gnus-change-server): do.
16851
16852         * gnus-group.el (gnus-group-unmark-all-groups)
16853         (gnus-group-set-current-level): do.
16854
16855 2004-10-04  Simon Josefsson  <jas@extundo.com>
16856
16857         * message.el (message-generate-hashcash): Doc fix.
16858
16859 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16860
16861         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16862         avoid infinite recursion via gnus-get-function.
16863
16864 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16865
16866         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16867
16868         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16869
16870         * nnmail.el (nnmail-split-history): do.
16871
16872         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16873         (nnml-request-delete-group): do.
16874
16875         * nnslashdot.el (nnslashdot-read-groups): do.
16876
16877         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16878         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16879
16880         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16881         (nnspool-sift-nov-with-sed): Use last.
16882         (nnspool-retrieve-headers-with-nov): Use mapc.
16883         (nnspool-request-newgroups): Use dolist.
16884         (nnspool-request-group): Use last.
16885
16886         * nntp.el (nntp-read-server-type): Use dolist.
16887
16888         * nnvirtual.el (nnvirtual-create-mapping)
16889         (nnvirtual-update-read-and-marked): Use dolist.
16890         (nnvirtual-convert-headers): Simplify.
16891
16892 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16893
16894         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16895         Add support for sync'ing tick marks.
16896
16897 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16900         there's no visible header.
16901
16902 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16903
16904         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16905         When necessary, pass full group name to gnus-request-set-marks.
16906
16907 2004-10-01  Simon Josefsson  <jas@extundo.com>
16908
16909         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16910         acroread.
16911
16912 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16913
16914         * spam-report.el (spam-report-gmane): Fix interactive.
16915
16916         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16917
16918         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16919         when writing file.
16920         (gnus-agent-synchronize-flags): Don't default to being
16921         interactive.
16922
16923 2004-09-30  Simon Josefsson  <jas@extundo.com>
16924
16925         * message.el (message-generate-hashcash): Add.
16926         (message-send-mail): Use it, call mail-add-payment.
16927
16928 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16929
16930         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16931
16932 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16933
16934         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16935         gnus-requst-update-info with explicit code to sync the in-memory
16936         info read flags with the marks being sync'd to the backend.
16937
16938         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16939
16940 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16941
16942         * spam.el (spam-verify-bogofilter): Add new function.
16943         (spam-check-bogofilter)
16944         (spam-bogofilter-register-with-bogofilter): Use it.
16945         (spam-verify-bogofilter): Add small fixes.
16946
16947 2004-09-28  Simon Josefsson  <jas@extundo.com>
16948
16949         * hashcash.el (hashcash-generate-payment): Revert.
16950
16951 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16952
16953         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16954         Use gnus-extract-references instead of gnus-split-references.
16955
16956         * gnus-util.el (gnus-extract-references): Add new function, analogous
16957         to gnus-split-references but extracts only the message-ID without
16958         anything extra.
16959
16960         * hashcash.el (hashcash-generate-payment)
16961         (hashcash-check-payment): Do the right thing if hashcash-path is
16962         nil (because the hashcash program could not be found).
16963
16964         * spam.el (spam-use-hashcash): Remove comment.
16965
16966 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16967
16968         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16969         (gnus-cache-enter-article, gnus-cache-remove-article)
16970         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16971
16972         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16973
16974         * gnus-art.el (article-hide-boring-headers)
16975         (article-translate-strings, article-display-face)
16976         (gnus-article-mime-match-handle-first)
16977         (gnus-article-highlight-headers)
16978         (gnus-article-add-buttons-to-head): do.
16979
16980 2004-09-27  Simon Josefsson  <jas@extundo.com>
16981
16982         * hashcash.el: New version, from
16983         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16984         ../contrib/.
16985
16986 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16989
16990 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * gnus-dup.el (gnus-dup-open): Use mapc.
16993         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16994
16995         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16996         Reported by Stefan Wiens <s.wi@gmx.net>.
16997
16998         * gnus.el (gnus-shutdown): Use dolist.
16999
17000         * gnus-undo.el (gnus-undo): Use mapc.
17001
17002         * nnrss.el (nnrss-generate-active): do.
17003
17004         * message.el (message-cite-original-without-signature)
17005         (message-cite-original): Use mapc.
17006         (message-do-actions, message-make-forward-subject): Use dolist.
17007
17008 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17009
17010         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17011         deletion to remove entire duplicate line.  Fixes merged article
17012         number bug.
17013
17014 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17015
17016         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17017         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17018         first ask if you want to open a server and then, even when you
17019         responded with no, asking if you want to synchronize the server's
17020         flags.
17021         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17022         multi-line expressions.
17023         (gnus-agent-synchronize-group-flags): New internal function.
17024         Updates marks in memory (in the info structure) AND in the
17025         backend.
17026
17027         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17028
17029         * nnagent.el (nnagent-request-set-mark):
17030         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17031         method, to ensure that synchronization updates marks in the
17032         backend and in the info (in memory) structure.
17033
17034 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17037         convention fully; don't miss the root article of a thread; make
17038         the X-Draft-From header with correct article numbers.
17039
17040 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17041
17042         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17043         unless plugged.  Disable the agent so that an open failure causes
17044         an error.
17045
17046         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17047         Revert 2004-09-21 change.  The backend must be opened while
17048         synchronizing flags even when the backend stores the flags
17049         locally.
17050
17051 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17054         in `header' match.  Reported by Svend Tollak Munkejord.
17055
17056         * message.el (message-cite-original): Fix use of
17057         `message-cite-articles-with-x-no-archive'.
17058
17059 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17062         (gnus-window-to-buffer): Ditto.
17063
17064         * mml.el (mml-preview-buffer): New variable.
17065         (mml-preview): Manage window layout with gnus-buffer-configuration.
17066
17067         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17068         X-Draft-From header even if those articles aren't quoted.
17069
17070 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17071
17072         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17073         (gnus-request-set-mark, gnus-request-update-mark): Use new
17074         g-s-t-u-l-m to decide to use backend even when unplugged.
17075
17076 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17079         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17080
17081 2004-09-20  Simon Josefsson  <jas@extundo.com>
17082
17083         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17084         "utf-16-le".
17085
17086 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17087
17088         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17089
17090 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17091
17092         * uudecode.el (uudecode-use-external): Add :version.
17093
17094         * smime.el (smime-CA-file, smime-encrypt-cipher)
17095         (smime-dns-server): Add :version.
17096
17097         * smiley.el (gnus-smiley-file-types): Add :version.
17098
17099         * sha1.el (sha1-use-external): Add :version.
17100
17101         * pgg-def.el (pgg-query-keyserver): Add :version.
17102
17103         * nnmail.el (nnmail-fancy-expiry-targets)
17104         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17105         Add :version.
17106
17107         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17108         (nnimap-retrieve-groups-asynchronous): Add :version.
17109         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17110
17111         * mml.el (mml-content-disposition-parameters)
17112         (mml-insert-mime-headers-always): Add :version.
17113
17114         * mm-util.el (mm-coding-system-priorities): Add :version.
17115
17116         * mm-decode.el (mm-inline-text-html-with-images)
17117         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17118         (mm-verify-option): Add :version.
17119         (mm-text-html-renderer): Change :version.
17120
17121         * message.el (message-fcc-externalize-attachments)
17122         (message-required-headers, message-draft-headers)
17123         (message-subject-trailing-was-query)
17124         (message-subject-trailing-was-ask-regexp)
17125         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17126         (message-mark-insert-end, message-archive-header)
17127         (message-archive-note, message-cross-post-default)
17128         (message-cross-post-note, message-followup-to-note)
17129         (message-cross-post-note-function, message-use-mail-followup-to)
17130         (message-subscribed-address-functions)
17131         (message-subscribed-address-file, message-subscribed-addresses)
17132         (message-subscribed-regexps, message-allow-no-recipients)
17133         (message-yank-cited-prefix, message-signature-insert-empty-line)
17134         (message-hidden-headers, message-hierarchical-addresses)
17135         (message-mail-user-agent, message-use-idna)
17136         (message-valid-fqdn-regexp)
17137         (message-strip-special-text-properties, message-header-synonyms)
17138         (message-beginning-of-line, message-tab-body-function): Add :version.
17139         (message-insert-canlock, message-wide-reply-confirm-recipients):
17140         Change :version.
17141
17142         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17143         and :version.
17144         (mail-source-delete-old-incoming-confirm)
17145         (mail-source-movemail-program): Add :version.
17146
17147         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17148         (gnus-agent-cache, gnus-agent): Change :version.
17149
17150         * gnus-util.el (gnus-use-byte-compile): Change :version.
17151
17152         * gnus-sum.el (gnus-summary-make-false-root-always)
17153         (gnus-summary-default-high-score)
17154         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17155         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17156         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17157         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17158         (gnus-sum-thread-tree-single-indent)
17159         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17160         (gnus-sum-thread-tree-leaf-with-other)
17161         (gnus-sum-thread-tree-single-leaf): Add :version.
17162         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17163         (gnus-article-loose-mime): Change :version.
17164
17165         * gnus-start.el (gnus-backup-startup-file)
17166         (gnus-save-startup-file-via-temp-buffer): Add :version.
17167
17168         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17169         (gnus-server-offline-face): Add :version.
17170
17171         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17172
17173         * gnus-msg.el (gnus-gcc-externalize-attachments)
17174         (gnus-debug-files, gnus-debug-exclude-variables)
17175         (gnus-discouraged-post-methods): Change :version.
17176         (gnus-confirm-mail-reply-to-news)
17177         (gnus-confirm-treat-mail-like-news): Add :version.
17178
17179         * gnus-int.el (gnus-server-unopen-status): Add :version.
17180
17181         * gnus-group.el (gnus-group-jump-to-group-prompt)
17182         (gnus-large-ephemeral-newsgroup)
17183         (gnus-fetch-old-ephemeral-headers): Add :version.
17184
17185         * gnus-fun.el (gnus-x-face-directory)
17186         (gnus-convert-pbm-to-x-face-command)
17187         (gnus-convert-image-to-x-face-command)
17188         (gnus-convert-image-to-face-command): Add :version.
17189
17190         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17191
17192         * gnus-cite.el (gnus-cite-blank-line-after-header)
17193         (gnus-article-boring-faces): Add :version.
17194
17195         * gnus-art.el (gnus-buttonized-mime-types)
17196         (gnus-inhibit-mime-unbuttonizing)
17197         (gnus-treat-display-face)
17198         (gnus-treat-body-boundary): Change :version.
17199         (gnus-body-boundary-delimiter, gnus-picon-databases)
17200         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17201         (gnus-treat-date-english, gnus-treat-fold-headers)
17202         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17203         (gnus-treat-mail-picon, gnus-treat-wash-html)
17204         (gnus-article-encrypt-protocol)
17205         (gnus-use-idna, gnus-article-over-scroll)
17206         (gnus-mime-display-multipart-alternative-as-mixed)
17207         (gnus-mime-display-multipart-related-as-mixed)
17208         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17209         (gnus-ctan-url, gnus-button-ctan-handler)
17210         (gnus-button-handle-ctan-bogus-regexp)
17211         (gnus-button-ctan-directory-regexp)
17212         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17213         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17214         (gnus-button-man-level, gnus-button-emacs-level)
17215         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17216
17217         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17218         (gnus-agent-go-online): Change :version.
17219         (gnus-agent-expire-unagentized-dirs)
17220         (gnus-agent-auto-agentize-methods): Add :version.
17221
17222         * flow-fill.el (fill-flowed-display-column)
17223         (fill-flowed-encode-column): Add :version.
17224
17225         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17226         (gnus-outlook-deuglify-unwrap-max)
17227         (gnus-outlook-deuglify-cite-marks)
17228         (gnus-outlook-deuglify-unwrap-stop-chars)
17229         (gnus-outlook-deuglify-no-wrap-chars)
17230         (gnus-outlook-deuglify-attrib-cut-regexp)
17231         (gnus-outlook-deuglify-attrib-verb-regexp)
17232         (gnus-outlook-deuglify-attrib-end-regexp)
17233         (gnus-outlook-display-hook): Add :version.
17234
17235         * binhex.el (binhex-use-external): Add :version.
17236
17237 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17240         and `invisible'.
17241
17242 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17243
17244         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17245         in gnus-registry-trim.
17246
17247 2004-09-13  Simon Josefsson  <jas@extundo.com>
17248
17249         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17250
17251         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17252
17253         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17254         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17255         <yamaoka@jpl.org>.
17256         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17257         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17258         <yamaoka@jpl.org>.
17259
17260         * sieve.el (sieve-manage-mode): Ditto.
17261
17262 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17265
17266 2004-09-11  Simon Josefsson  <jas@extundo.com>
17267
17268         * dns-mode.el: Add.
17269
17270         * mm-view.el (mm-display-dns-inline): Add.
17271
17272         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17273         (mm-automatic-display): Ditto.
17274
17275         * mailcap.el (mailcap-mime-data): Add text/dns.
17276         (mailcap-mime-extensions): Map .soa to text/dns.
17277
17278 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17279
17280         * gnus-art.el (article-decode-mime-words, article-babel)
17281         (gnus-article-highlight-signature, gnus-article-add-buttons)
17282         (gnus-signature-toggle): Remove unnecessary bindings of
17283         `inhibit-read-only' inherited from v5.10 merge.
17284
17285 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * nntp.el (nntp): New customization group.
17288         (nntp-authinfo-file): Add customization group.
17289
17290         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17291
17292         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17293
17294         * gnus.el (to-address, to-list, subscribed)
17295         (large-newsgroup-initial): Ditto.
17296
17297         * flow-fill.el (fill-flowed-display-column)
17298         (fill-flowed-encode-column): Ditto.
17299
17300 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17301
17302         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17303         Use point-min rather than 1.
17304         (message-send-mail): Use buffer-size rather than point-max.
17305
17306         * gnus-sum.el (gnus-summary-search-article-forward):
17307         Signal a specific `search-failed' rather than a generic `error'.
17308
17309         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17310         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17311         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17312
17313 2004-09-10  Simon Josefsson  <jas@extundo.com>
17314
17315         * nndb.el (require): Remove tcp and duplicate cl.
17316
17317 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-agent.el (directory-files-and-attributes): Move forward.
17320
17321 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17322
17323         * gnus-agent.el (directory-files-and-attributes):
17324         Optionally defined to support XEmacs.
17325
17326 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17327
17328         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17329         to avoid run-time CL dependencies.
17330         (gnus-agent-unfetch-articles): New function.
17331         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17332         article numbers even when local .overview file is missing.
17333         (gnus-agent-read-article-number): New function.  Only accepts
17334         27-bit article numbers.
17335         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17336         Use gnus-agent-read-article-number.
17337         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17338         from backend while recognizing that article numbers in .overview
17339         must be valid.
17340         (gnus-agent-update-files-total-fetched-for):
17341         Use directory-files-and-attributes to improve performance.
17342         * gnus-int.el (gnus-request-move-article):
17343         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17344         improve performance.
17345
17346         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17347         some users confused by references to .newsrc when they only have a
17348         .newsrc.eld file.
17349         (gnus-convert-mark-converter-prompt)
17350         (gnus-convert-converter-needs-prompt): Fix use of property list.
17351         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17352         New function.  Used internally to only display 'gnus converting
17353         files' message when actually necessary.
17354
17355         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17356         methods now autoloaded.
17357
17358 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17361         identifiers.
17362
17363 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus-picon.el: Fix indentation and closing parenthesis.
17366
17367 2004-09-01  Simon Josefsson  <jas@extundo.com>
17368
17369         * message.el (message-canlock-generate): Require sha1, not
17370         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17371         to require within a function.  Sadly, if sha1.el isn't loaded, the
17372         let binding in m-c-g will hide the defcustom definition, which is
17373         bad.)
17374
17375         * canlock.el: Require sha1, not sha1-el.
17376
17377         * message.el: Don't autoload sha1 (there is a autoload cookie in
17378         sha1.el).
17379
17380         * sha1-el.el: Rename to sha1.el.
17381
17382 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17383
17384         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17385
17386 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17387
17388         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17389
17390 2004-08-30  Kim F. Storm  <storm@cua.dk>
17391
17392         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17393
17394         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17395         Add :group 'nnimap.
17396
17397 2004-08-30  Andreas Schwab  <schwab@suse.de>
17398
17399         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17400         ?* and ?\;.
17401
17402         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17403         and ?\' to symbol instead of whitespace.
17404
17405 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17408
17409         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17410         instead of re-search-forward.
17411
17412         * gnus-uu.el (gnus-uu-save-article): Ditto.
17413         (gnus-uu-post-encode-uuencode): Ditto.
17414
17415         * html2text.el (html2text-clean-list-items): Ditto.
17416         (html2text-clean-dtdd): Ditto.
17417         (html2text-format-tags): Ditto.
17418
17419         * message.el (message-send-mail-with-sendmail): Fix regexp.
17420         (message-fill-field-general): Use search-forward instead of
17421         re-search-forward.
17422         (unbold-region): Ditto.
17423
17424         * nnrss.el (nnrss-request-article): Ditto.
17425
17426         * nnslashdot.el (nnslashdot-request-article): Ditto.
17427
17428         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17429
17430         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17431         "Unrecognized menu descriptor" error in XEmacs.
17432
17433 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17434
17435         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17436         parent article of a sparse article in the thread hashtb.
17437
17438 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17439
17440         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17441         (nnmail-expand-newtext): Lowercase expanded entries if
17442         nnmail-split-lowercase-expanded is non-nil.
17443
17444 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17447
17448         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17449         of gnus-tmp-news-method into string under XEmacs.  It will be
17450         passed to gnus-correct-length which takes only a string argument.
17451
17452 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * gnus-util.el (gnus-bind-print-variables): New macro.
17455         (gnus-prin1): Use it.
17456         (gnus-prin1-to-string): Use it.
17457         (gnus-pp): New function.
17458         (gnus-pp-to-string): New function.
17459
17460         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17461         Replace pp-to-string with gnus-pp-to-string.
17462         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17463         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17464         * gnus-msg.el (gnus-debug): Ditto.
17465         * gnus-score.el (gnus-score-save): Ditto.
17466         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17467         gnus-pp-to-string.
17468         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17469         with gnus-pp.
17470         * score-mode.el (gnus-score-pretty-print): Ditto.
17471         * webmail.el (webmail-debug): Ditto.
17472
17473 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-art.el (article-display-face, article-display-x-face):
17476         Use buffer-read-only.
17477
17478 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-art.el (article-hide-list-identifiers):
17481         Bind inhibit-read-only as t.
17482
17483 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17486
17487 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17488
17489         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17490         (gnus-narrow-to-page): Don't assume point-min == 1.
17491         (gnus-article-edit-mode): Derive from message-mode.
17492
17493         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17494         point-min == 1.
17495
17496         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17497         Disable incorrect use of `assert'.
17498
17499         * message.el (message-mode): Set comment-start-skip.
17500
17501
17502 2004-08-22  Sam Steingold  <sds@gnu.org>
17503
17504         * pop3.el (pop3-leave-mail-on-server): New user variable.
17505         (pop3-movemail): Delete mail only when it is nil.
17506
17507 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17510
17511         * mml.el (mml-preview): Use `pop-to-buffer'.
17512
17513         * message.el (message-goto-mail-followup-to): Insert after "To".
17514         (message-carefully-insert-headers): Add comment.
17515
17516         * gnus.el: Remove unused variable `gnus-article-check-size'.
17517
17518         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17519
17520         * gnus-art.el (gnus-button-alist):
17521         Improve `gnus-button-handle-library' entry.
17522
17523 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17524
17525         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17526         Use downcase, since XEmacs capitalizes error messages differently.
17527
17528 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * nntp.el: Add (require 'gnus) due to reference to
17531         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17532
17533 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17534
17535         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17536         Bind `mm-fill-flowed'.
17537
17538         * mm-decode.el (mm-dissect-singlepart): Check it.
17539
17540 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17541
17542         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17543         'imap' for netrc parsing.
17544
17545 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * mailcap.el (mailcap-mime-data): Mark as risky.
17548
17549 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17552         may be included in the encoded word.
17553         (rfc2047-encode): Don't append a space if the encoded word
17554         includes close parenthesis.
17555
17556 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17559         of text within parentheses.
17560
17561 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17562
17563         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17564         (gnus-encrypt-write-file-contents): Make the password key the file
17565         name PLUS the cipher, not just the cipher.  Also remove failed
17566         passwords from the cache.
17567
17568 2004-08-06  Simon Josefsson  <jas@extundo.com>
17569
17570         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17571         Doc fix.
17572
17573 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17576         LWSP.
17577
17578 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17579
17580         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17581         Try to append in-reply-to: data to the references: header.
17582
17583         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17584         (netrc-parse): Use gnus-encrypt.el functions.
17585
17586         * gnus-encrypt.el: Add new file for encryption support; currently
17587         does only a few GPG ciphers and an internal XOR cipher.
17588
17589         * password.el: Add comments on using password-read-and-add.
17590         (password-read-and-add): Add function to read and add the
17591         password to the cache at once.
17592
17593 2004-07-28  Simon Josefsson  <jas@extundo.com>
17594
17595         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17596         parameter (but don't use it, for now).
17597
17598         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17599         instead of hard coding to nil.
17600
17601 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17604         as mm-inline-image-xemacs does.
17605
17606 2004-07-26  Simon Josefsson  <jas@extundo.com>
17607
17608         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17609         Revert part of 2004-07-17 change below.
17610
17611 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17614         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17615
17616 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617
17618         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17619         quotes that actually start with ">" at the beginning of the
17620         lines.
17621
17622 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * rfc2047.el (rfc2047-encode-region): Fix last change.
17625         (rfc2047-encode-parameter): Remove useless concat.
17626
17627 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17630         encode special characters; fix some kind of misconfigured headers;
17631         signal a real error if debug-on-quit or debug-on-error is non-nil.
17632         (rfc2047-encode-max-chars): New variable.
17633         (rfc2047-encode-1): Use it.
17634         (rfc2047-encode-parameter): New function.
17635
17636         * mml.el (mml-insert-parameter): Remove an excessive space.
17637
17638 2004-07-17  Simon Josefsson  <jas@extundo.com>
17639
17640         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17641         Kai Grossjohann <kai@emptydomain.de>.
17642         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17643         (gnus-group-make-menu-bar): Ditto.
17644
17645         * gnus-util.el (gnus-group-server): Add.
17646
17647 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17648
17649         * message.el (message-clone-locals): Clone sendmail and smtp
17650         variables.
17651
17652 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * rfc2047.el (rfc2047-encode-region): Fix last change.
17655
17656 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17659         characters as non-special.
17660
17661 2004-07-09  Simon Josefsson  <jas@extundo.com>
17662
17663         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17664         Users will lose all flag changes made while unplugged with
17665         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17666         good default.  See numerous reports on ding mailing list.
17667
17668 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17671         add generate-head-function and generate-article-function to the
17672         rfc822-forward entry.
17673         (nndoc-rfc822-forward-generate-article): New function.
17674         (nndoc-rfc822-forward-generate-head): New function.
17675
17676         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17677
17678 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17679
17680         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17681         respect display group parameter and gnus-summary-expunge-below.
17682         (gnus-articles-to-read): Remove unused reference to display group
17683         parameter.
17684
17685 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * nnheader.el (nnheader-uniquify-message-id): New experimental
17688         variable.
17689         (nnheader-nov-read-message-id): Use it.
17690
17691         * spam-report.el (spam-report-gmane): Add interactive.
17692
17693 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * mm-encode.el (mm-content-transfer-encoding-defaults):
17696         Use qp-or-base64 for the application/* types.
17697
17698 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17699
17700         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17701
17702 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17705         trim value.
17706
17707 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17708
17709         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17710         New macro and function.
17711         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17712
17713 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17716         after-load-alist.
17717
17718 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17719
17720         * gnus-group.el (gnus-group-get-new-news-this-group):
17721         Don't update info that isn't there.
17722
17723 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17724
17725         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17726         entry.
17727
17728 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * mm-view.el (mm-inline-render-with-function): Use multibyte
17731         buffer; decode html source by charset.
17732
17733         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17734
17735         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17736         Mule-UCS is loaded under XEmacs.
17737         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17738
17739 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17742
17743 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * mm-util.el (mm-coding-system-p): Return a coding-system.
17746         (mm-mime-mule-charset-alist): Use shift_jis instead of
17747         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17748         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17749         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17750         instead of japanese-shift-jis and iso-latin-1 respectively in
17751         order to share the default value with both Emacs and XEmacs-mule.
17752         (mm-mule-charset-to-mime-charset):
17753         Make mm-coding-system-priorities effective.
17754         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17755         while predicating of candidates upon the priorities.
17756
17757 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * gnus-sum.el (gnus-summary-make-menu-bar):
17760         Add gnus-uu-invert-processable.
17761
17762         * gnus.el: Autoload gnus-uu-invert-processable.
17763
17764 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * mm-util.el (mm-with-multibyte-buffer): New macro.
17767
17768         * rfc2047.el (rfc2047-encode-string): Use it.
17769         (rfc2047-encode-region): Move point to the end of the region after
17770         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17771
17772 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17775         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17776
17777 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17780         (gnus-cite-parse): Ignore quoted envelope From_.
17781         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17782
17783 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17784
17785         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17786         invalid addresses.
17787
17788 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17789
17790         * spam.el: Change section markers, revise TODO list.
17791         (spam-backends): Make new master list of all installed backends.
17792         (spam-summary-exit-behavior): Add new variable to determine how
17793         messages moves are done at summary exit.
17794         (spam-move-spam-nonspam-groups-only)
17795         (spam-process-ham-in-nonham-groups)
17796         (spam-process-ham-in-spam-groups): Remove variables, the
17797         spam-summary-exit-behavior variable should be used to manage this
17798         behavior.
17799         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17800         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17801         and spam-old-spam-articles.
17802         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17803         Add empty variables, placeholders for the backends they represent.
17804         (spam-set-difference): Move, unchanged.
17805         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17806         unless the user has a processor variable.
17807         (spam-classifications, spam-classification-valid-p)
17808         (spam-backend-properties, spam-backend-property-valid-p)
17809         (spam-backend-function-type-valid-p)
17810         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17811         (spam-report-articles-gmane, spam-report-articles-resend):
17812         Remove functions, they are not needed.
17813         (spam-install-backend-super, spam-backend-list)
17814         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17815         (spam-backend-function, spam-backend-ham-registration-function)
17816         (spam-backend-spam-registration-function)
17817         (spam-backend-ham-unregistration-function)
17818         (spam-backend-spam-unregistration-function)
17819         (spam-backend-statistical-p, spam-backend-mover-p)
17820         (spam-install-backend-alias, spam-install-checkonly-backend)
17821         (spam-install-mover-backend, spam-install-nocheck-backend)
17822         (spam-install-backend, spam-install-statistical-backend)
17823         (spam-install-statistical-checkonly-backend): Add backend installation
17824         support.
17825         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17826         (spam-group-processor-p): Use the new backend code and respect the
17827         summary exit behavior.
17828         (spam-mark-spam-as-expired-and-move-routine): Remove.
17829         (spam-summary-prepare): Change to use the new spam-old-articles
17830         variable.
17831         (spam-copy-or-move-routine, spam-copy-spam-routine)
17832         (spam-move-spam-routine, spam-copy-ham-routine)
17833         (spam-move-ham-routine): Add code to copy/move ham or spam.
17834         (spam-fetch-field-fast): Improve doc and code, plus allow the
17835         'number request.
17836         (spam-list-of-checks, spam-list-of-statistical-checks):
17837         Remove variables.
17838         (spam-split, spam-find-spam): Use the new backend code.
17839         (spam-registration-functions): Remove variable.
17840         (spam-unregister-routine): Add convenience wrapper.
17841         (spam-log-undo-registration, spam-register-routine)
17842         (spam-log-processing-to-registry)
17843         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17844         where possible.
17845         (spam-check-gmane-xref, spam-check-regex-headers)
17846         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17847         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17848         (spam-check-bogofilter-headers, spam-check-spamoracle)
17849         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17850         (spam-check-crm114-headers): Use the spam-split-group that
17851         spam-split prepares, no need to determine it every time.
17852
17853         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17854         to the nnheader-parse-naked-head call.
17855
17856         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17857
17858         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17859         the nnheader-nov-read-message-id call.
17860
17861 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17864         gnus-activate-group twice.  Suggested by Markus Peter
17865         <warp@spin.de>.
17866
17867 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * gnus-art.el (gnus-article-time-format): Exchange the order of
17870         day and month in the default value; fix customization type.
17871         (article-date-ut): Use add-text-properties.
17872         (article-make-date-line): Use message-make-date instead of
17873         current-time-string.
17874
17875         * message.el (message-fetch-field): Don't use set-text-properties.
17876         (message-make-date): Simplify.
17877
17878         * messagexmas.el (message-xmas-make-date): New function.
17879         (message-xmas-redefine): Defalias message-make-date to it.
17880
17881 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17884         (rfc2047-encode-region): Treat text within parentheses as special;
17885         show the original text when error has occurred.
17886
17887         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17888         already-computed method to gnus-activate-group.
17889
17890         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17891         same select-methods identical Lisp objects.
17892
17893         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17894         object when modifying the info.
17895
17896 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17899         gnus-opened-servers since it has never been opened with the new
17900         configuration yet.
17901
17902 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17905         arg to nnheader-generate-fake-message-id.
17906
17907 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17908
17909         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17910         number and build a fake message ID localized to a group and
17911         article number (so it's repeatable from that point on).
17912         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17913         ID format.
17914
17915         * gnus-sum.el (gnus-get-newsgroup-headers):
17916         Call nnheader-generate-fake-message-id with the article number.
17917
17918 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17919
17920         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17921         end-of-buffer.
17922
17923 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * message.el (message-ignored-supersedes-headers): Add Approved.
17926
17927 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17930         goto-char.
17931         (rfc2047-encode): Fold the line before encoding.
17932
17933 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17934
17935         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17936         folding -- not all headers can be folded, and this should be done
17937         by the message composition mode.  Probably.  I think.
17938
17939 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17942         fast.
17943
17944         * gnus-ems.el (gnus-remove-image): Don't use
17945         message-text-with-property; remove only the image found first.
17946
17947         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17948         found first.
17949
17950 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17951
17952         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17953
17954 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * message.el (message-text-with-property): Make it fast and accept
17957         optional arguments.
17958         (message-strip-forbidden-properties): Use it.
17959         (message-fix-before-sending): Follow the m-t-w-p change.
17960
17961         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17962
17963 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-art.el (article-hide-headers): Don't change the buffer
17966         mistakenly when performing mml-preview even if
17967         gnus-single-article-buffer is nil.
17968
17969 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17970
17971         * message.el (message-expand-name-databases): New user option.
17972         (message-expand-name): Use it.
17973
17974 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * spam.el (spam-report-articles-resend)
17977         (spam-report-resend-register-routine): Allow ham reporting.
17978         (spam-report-resend-register-ham-routine): Add wrapper.
17979         (spam-registration-functions): Add ham resending functions.
17980         (spam-list-of-processors): Add ham resend processor.
17981
17982         * gnus.el (ham-resend-to): Add new group parameter.
17983         (spam-process): Add ham resend option.
17984
17985         * spam-report.el (spam-report-resend): Allow reporting ham.
17986         (spam-report-resend-ham): Add wrapper.
17987
17988 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17989
17990         * message.el (message-cite-articles-with-x-no-archive):
17991         New variable.
17992         (message-cite-original): Use it.
17993
17994 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * message.el (message-cite-original): Respect X-No-Archive.
17997
17998 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * gnus-art.el (article-hide-headers): Refer to the values for
18001         gnus-ignored-headers and gnus-visible-headers in the summary
18002         buffer since a user may have set them as group parameters.
18003
18004 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18005
18006         * assistant.el (assistant-node-name): Add convenience function.
18007         (assistant-render-text, assistant-render-node): Add error handling,
18008         plus handle multiple next nodes.
18009         (assistant-find-next-node): Comment out for now.
18010         (assistant-find-next-nodes): Add function, returns list of next
18011         nodes.
18012
18013 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18014
18015         * mail-source.el (mail-source-directory): Fix doc-string.
18016
18017 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * assistant.el (assistant-render-text, assistant-eval): Add :set
18020         widget type, which is different because it takes and returns a
18021         list.  Much hilarity ensues.
18022
18023 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18026
18027         * gnus-group.el (gnus-group-get-new-news-this-group):
18028         Add doc-string.
18029
18030         * gnus-start.el (gnus-activate-group): Add doc-string.
18031
18032 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18035
18036 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18037
18038         * assistant.el (assistant-render-text): Try to add a :set
18039         widget, more to come.
18040
18041         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18042         strings.
18043         (spam-report-articles-resend)
18044         (spam-register-routine): Do registration iff any articles warrant
18045         it.
18046         (spam-summary-prepare-exit): Change log message for nil group
18047         destinations.
18048
18049 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18050
18051         * spam.el (spam-report-resend-register-routine):
18052         Allow spam-report-resend-to to be a group parameter or a global value.
18053
18054 2004-05-26  Simon Josefsson  <jas@extundo.com>
18055
18056         * starttls.el: Merge with my GNUTLS based starttls.el.
18057         (starttls-gnutls-program, starttls-use-gnutls)
18058         (starttls-extra-arguments, starttls-process-connection-type)
18059         (starttls-connect, starttls-failure, starttls-success):
18060         New variables.
18061         (starttls-program, starttls-extra-args): Doc fix.
18062         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18063         New functions.
18064         (starttls-negotiate, starttls-open-stream):
18065         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18066         function if it is set.
18067
18068 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18071         structured fields.
18072
18073 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18076
18077 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18080         Add variable.
18081         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18082         assigning the spam-mark to new messages.
18083
18084 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18085
18086         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18087
18088 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18091
18092         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18093         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18094         default.
18095
18096 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18097
18098         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18099         correct data.
18100
18101 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18104         (spam-group-processor-p): Fix function.
18105         (spam-group-processor-multiple-p)
18106         (spam-group-spam-processor-report-gmane-p)
18107         (spam-group-spam-processor-report-resend-p)
18108         (spam-group-spam-processor-bogofilter-p)
18109         (spam-group-spam-processor-blacklist-p)
18110         (spam-group-spam-processor-ifile-p)
18111         (spam-group-ham-processor-ifile-p)
18112         (spam-group-spam-processor-spamoracle-p)
18113         (spam-group-spam-processor-crm114-p)
18114         (spam-group-ham-processor-bogofilter-p)
18115         (spam-group-spam-processor-stat-p)
18116         (spam-group-ham-processor-stat-p)
18117         (spam-group-ham-processor-whitelist-p)
18118         (spam-group-ham-processor-BBDB-p)
18119         (spam-group-ham-processor-spamoracle-p)
18120         (spam-group-ham-processor-copy-p): Remove functions with some
18121         prejudice against unneeded code.
18122         (spam-report-articles-resend)
18123         (spam-report-resend-register-routine): Allow the group/topic
18124         spam-resend-to value to override spam-report-resend-to.
18125         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18126         properly now.
18127
18128         * gnus.el (spam-resend-to): Add group/topic parameter.
18129         (spam-process): Move the OBSOLETE processors to the end of the
18130         choices.
18131
18132 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18133
18134         * spam-report.el (spam-report-resend-to, spam-report-resend):
18135         Start with resend-to set to nil, and then ask the user if necessary.
18136         (spam-report-resend): spam-report-resend takes a list of articles, not
18137         separate article numbers.
18138
18139 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18142         addition to emacs-w3m.
18143
18144 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18145
18146         * assistant.el (assistant-authinfo-data): New function.
18147         (assistant-eval): Eval for entire assistant.
18148
18149         * netrc.el (netrc-services-file): New variable.
18150         (netrc-parse-services): New function.
18151         (netrc-find-service-name): New function.
18152         (netrc-find-service-number): New function.
18153         (netrc-port-equal): New function.
18154         (netrc-machine): Use it.
18155
18156         * nnimap.el (nnimap-open-connection): Use netrc.
18157
18158         * gnus-util.el (gnus-netrc-get): Remove aliases.
18159
18160         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18161
18162         * assistant.el (wid-edit): Fix compilation.
18163
18164         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18165
18166 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18167
18168         * gnus-util.el (gnus-set-file-modes): New function.  (small
18169         patch).
18170
18171 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18174
18175         * assistant.el (assistant-render-node): Fix up rendering and
18176         read-only text.
18177         (assistant-render-node): Reset.
18178         (assistant-make-read-only): Not sticky.
18179
18180 2004-05-20  Danny Siu  <dsiu@adobe.com>
18181
18182         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18183         centered even when gnus-auto-center-summary is t.
18184
18185 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18186
18187         * dns.el (dns-get-txt-answer): New function.
18188         (dns-read-txt): Ditto.
18189         (query-dns): Use it.
18190
18191 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18194         active for foreign groups even if the group level is higher than
18195         the specified value.
18196
18197 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18198
18199         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18200         non-active groups.
18201
18202         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18203
18204 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18205
18206         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18207
18208 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18209
18210         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18211         (spam-crm114-header, spam-crm114-spam-switch)
18212         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18213         (spam-crm114-positive-spam-header)
18214         (spam-crm114-database-directory, spam-list-of-processors)
18215         (spam-group-spam-processor-crm114-p)
18216         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18217         (spam-generic-score, spam-list-of-checks)
18218         (spam-list-of-statistical-checks, spam-registration-functions)
18219         (spam-check-crm114-headers, spam-crm114-score)
18220         (spam-check-crm114, spam-crm114-register-with-crm114)
18221         (spam-crm114-register-spam-routine)
18222         (spam-crm114-unregister-spam-routine)
18223         (spam-crm114-register-ham-routine)
18224         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18225         From asjo@koldfront.dk (Adam Sjøgren).
18226
18227         * gnus.el: Add spam-use-crm114.
18228
18229         * spam.el (spam-list-of-processors, spam-registration-functions):
18230         Add spam-use-resend.
18231         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18232         (spam-report-articles-gmane): Add doc fix.
18233         (spam-report-articles-resend, spam-report-resend-register-routine):
18234         Add wrappers around spam-report-resend-to.
18235
18236         * spam-report.el (spam-report-resend-to, spam-report-resend):
18237         Add support for resending spam.
18238         (spam-report-gmane): Fix line length >80.
18239
18240         * gnus.el (spam-process): Add spam-use-resend.
18241
18242 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18243
18244         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18245         number of processed spam messages.
18246         (spam-ham-copy-or-move-routine): Return the number of processed
18247         ham messages.
18248         (spam-summary-prepare-exit): Use the above values to decide
18249         whether status messages shouled be displayed.
18250
18251 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18254         `rfc2047-encoding-function-alist' in order to avoid conflicting
18255         with the old version.
18256         (rfc2047-encode-region): Concatenate words containing non-ASCII
18257         characters in structured fields; don't encode space-delimited
18258         ASCII words even in unstructured fields; don't break words at
18259         char-category boundaries.
18260         (rfc2047-encode-1): New function.
18261         (rfc2047-encode): Use it; encode text so that it occupies the
18262         maximum width within 76-column; work correctly on Q encoding for
18263         iso-2022-* charsets.
18264         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18265         sure not to break a line just after the header name.
18266         (rfc2047-b-encode-region): Remove.
18267         (rfc2047-b-encode-string): New function.
18268         (rfc2047-q-encode-region): Remove.
18269         (rfc2047-q-encode-string): New function.
18270
18271         * mm-util.el (mm-replace-in-string): New function.
18272
18273 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274
18275         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18276         Really get it right.
18277         (gnus-inews-make-draft): Really.
18278
18279 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18280
18281         * nnmh.el (nnmh-request-list-1): Don't check the link count
18282         before descending.  (small patch)
18283
18284 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18285
18286         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18287         stuff.
18288
18289         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18290         Match on real group name.
18291
18292         * gnus-art.el (gnus-signature-limit): Doc fix.
18293
18294         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18295
18296         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18297
18298 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18299
18300         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18301         isn't a string.
18302
18303 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * gnus-draft.el (gnus-draft-send):
18306         Bind rfc2047-encode-encoded-words.
18307
18308         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18309         (rfc2047-encodable-p): Say that =? needs encoding.
18310         (rfc2047-encode-encoded-words): New variable.
18311
18312         * gnus-group.el (gnus-group-select-group): Doc fix.
18313
18314         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18315
18316         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18317         to nil.
18318
18319         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18320
18321         * nnheader.el (nnheader-get-lines-and-char): New function.
18322
18323 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * gnus-msg.el (gnus-summary-followup-with-original):
18326         Document yanking of region when active.
18327
18328 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18331         groups if the group level is higher than the specified value.
18332
18333 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18334
18335         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18336         (gnus-group-jump-to-group): Add prefix argument using
18337         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18338         non-active group.
18339
18340         * compface.el (uncompface): Be verbose when changing
18341         `uncompface-use-external'.
18342
18343         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18344         handle manual section.
18345
18346 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347
18348         * gnus-art.el (gnus-button-alist): Revert previous change.
18349
18350 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18353
18354 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18357         whether backend can accept message.
18358
18359         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18360
18361 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18362
18363         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18364         Avoid creating directory when nntp-marks-is-evil is true.
18365         Reported by Reiner Steib.
18366
18367 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18368
18369         * gnus-picon.el (gnus-picon-style): New variable.
18370         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18371         (gnus-picon-transform-address): Support `gnus-picon-style'.
18372         From Jesper Harder <harder@ifa.au.dk>.
18373
18374 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * message.el (message-fill-field): Return point.
18377         (message-generate-headers): Go to end of field.
18378
18379         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18380         stuff for non-living groups.
18381
18382 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18383
18384         * gnus-art.el (gnus-article-followup-with-original)
18385         (gnus-article-reply-with-original): gnus-mark-active-p ->
18386         gnus-region-active-p.
18387
18388 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18389
18390         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18391         only when there is spam or ham to be processed.
18392
18393 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18394
18395         * mail-source.el (mail-source-delete-crash-box): Refactor.
18396         (mail-source-fetch): Use it.
18397         (mail-source-fetch-file): Ditto.
18398         (mail-source-fetch-directory): Run postscript in loop.
18399         (mail-source-fetch-pop): Delete.
18400         (mail-source-fetch-maildir): Ditto.
18401         (mail-source-fetch-imap): Ditto.
18402
18403         * imap.el (imap-authenticators): Comment out sasl.
18404
18405         * message.el (message-skip-to-next-address): New function.
18406         (message-fill-header-address): Refactor.
18407         (message-fill-address): Use it.
18408         (message-delete-address): Use it.
18409         (message-fill-header-general): Refactor.
18410         (message-fill-field-address): Rename.
18411         (message-narrow-to-field): Find the start of the header.
18412         (message-header-format-alist): Don't pre-fill.
18413         (message-fill-header): Remove.
18414         (message-insert-header): New function.
18415         (message-shorten-references): Use it.
18416
18417         * rfc2047.el (rfc2047-field-value): Strip props.
18418
18419         * mail-parse.el (mail-header-make-address): New alias.
18420
18421         * ietf-drums.el (ietf-drums-make-address): New function.
18422
18423         * imap.el: Add compiler directives.
18424
18425         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18426
18427         * gnus-art.el (article-decode-idna-rhs): Don't use
18428         message-idna-inside-rhs-p.
18429
18430 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18431
18432         * message.el (message-idna-inside-rhs-p): Remove.
18433         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18434
18435         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18436         false positives.
18437
18438 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18439
18440         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18441
18442 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18443
18444         * nneething.el (nneething-file-name): Don't create spurious
18445         files.
18446
18447         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18448         (gnus-inews-do-gcc): Remove sleep.
18449
18450         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18451         part under point.
18452
18453         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18454         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18455
18456 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18457
18458         * spam.el (spam-summary-prepare-exit): Fix (length).
18459
18460 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18461
18462         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18463         as expired without moving it" message when there are spam
18464         messages left.
18465
18466 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18467
18468         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18469         header is not nil.
18470
18471 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18472
18473         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18474         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18475         (nntp-marks-changed-p): New arg SERVER.
18476         (nntp-request-update-info): Adjust caller.
18477
18478 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18479
18480         * nntp.el (nntp-save-marks): Pass missing arg.
18481
18482 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18483
18484         * nntp.el: Support marks.
18485         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18486         (nntp-marks-modtime, nntp-marks-directory): New variables.
18487         (nntp-request-set-mark, nntp-request-update-info)
18488         (nntp-possibly-create-directory, nntp-marks-changed-p)
18489         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18490         New functions.
18491
18492 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18495         (gnus-xmas-redefine): Rename.
18496
18497         * gnus-score.el (gnus-score-insert-help):
18498         Use gnus-select-lowest-window.
18499
18500         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18501         appt-select-lowest-window and rename to gnus-select-lowest-window.
18502
18503         * gnus.el: do.
18504
18505 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18506
18507         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18508         encodings of MIME-encoded words, in order to improve
18509         interoperability with several broken MUAs.
18510
18511 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18512
18513         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18514         tags, only when charsets are not specified in headers.
18515         (mm-inline-text-html-render-with-w3m): Ditto.
18516
18517         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18518         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18519
18520 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18521
18522         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18523         instead of MIME-decoded from fields when checking
18524         `gnus-article-address-banner-alist'.
18525
18526 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18527
18528         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18529         description rather than subject.
18530
18531 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18532
18533         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18534
18535 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * gnus.el (gnus-version-number): Bump.
18538
18539 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18540
18541         * gnus.el: No Gnus v0.2 is released.
18542
18543 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18544
18545         * gnus-agent.el (gnus-agent-read-agentview):
18546         Inline gnus-uncompress-range.
18547
18548 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18549
18550         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18551         `exec-installed-p'.
18552
18553 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18554
18555         * gnus.el (spam-process, spam-autodetect-methods):
18556         Add bsfilter and bsfilter-headers.
18557
18558         * spam.el (spam-bsfilter): New customize group.
18559         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18560         (spam-bsfilter-header, spam-bsfilter-probability-header)
18561         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18562         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18563         (spam-bsfilter-database-directory): New options.
18564         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18565         (spam-list-of-statistical-checks, spam-registration-functions):
18566         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18567         (spam-bsfilter-score): New command.
18568         (spam-check-bsfilter-headers, spam-check-bsfilter)
18569         (spam-bsfilter-register-with-bsfilter)
18570         (spam-bsfilter-register-spam-routine)
18571         (spam-bsfilter-unregister-spam-routine)
18572         (spam-bsfilter-register-ham-routine)
18573         (spam-bsfilter-unregister-ham-routine): New functions.
18574         (spam-generic-score): Support bsfilter; Accept an optional argument
18575         to recalcurate spam score even if scoring header has already been
18576         added.
18577         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18578         optional argument to recalcurate spam score even if scoring header
18579         has already been added.
18580
18581 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18582
18583         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18584         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18585         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18586         link is missing.
18587
18588 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18591         (html2text-get-attr): Rewrite.
18592
18593         * message.el (message-setup-1): Remove redundant put-text-property
18594         on mail-header-separator.
18595
18596 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18597
18598         * gnus-registry.el (gnus-registry-cache-whitespace)
18599         (gnus-registry-action, gnus-registry-spool-action)
18600         (gnus-registry-split-fancy-with-parent): Change message levels
18601         from 5 to 3 or 7, as needed.
18602
18603         * spam.el (spam-summary-prepare-exit)
18604         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18605         (spam-split, spam-find-spam, spam-log-undo-registration)
18606         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18607         level from 5 to 6.
18608
18609 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18612         2004-03-04 change).
18613
18614 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * sieve-manage.el (sieve-manage-open):
18617         * nnweb.el (nnweb-insert-html):
18618         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18619         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18620         * nnspool.el (nnspool-request-group):
18621         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18622         * nnml.el (nnml-request-update-info):
18623         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18624         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18625         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18626         (nnimap-request-set-mark):
18627         * nnfolder.el (nnfolder-request-update-info):
18628         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18629         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18630         * gnus-uu.el (gnus-uu-find-articles-matching):
18631         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18632         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18633         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18634         * gnus-nocem.el (gnus-nocem-scan-groups):
18635         * gnus-int.el (gnus-start-news-server):
18636         * gnus-group.el (gnus-group-make-kiboze-group)
18637         (gnus-group-browse-foreign-server):
18638         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18639         Use mapc when appropriate.
18640
18641 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18642
18643         FIXME: Make separate entries for each person.
18644
18645         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18646         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18647         <shields@msrl.com>:
18648
18649         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18650         may need for spam sorting and scoring.
18651         (spam-user-format-function-S): Add user format function suitable for
18652         general use.
18653         (spam-article-sort-by-spam-status): Add sorting function for summary
18654         sorting.
18655         (spam-extra-header-to-number): Add function to get a score from a
18656         header.
18657         (spam-summary-score): Add function to get a numeric score from the
18658         headers.
18659         (spam-generic-score): Fix function doc, was in wrong place.
18660         (spam-initialize): Take symbols when it's run, and install the
18661         extra headers that spam-necessary-extra-headers thinks we need.
18662
18663 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18664
18665         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18666         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18667
18668 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18669
18670         * gnus-sum.el (gnus-set-global-variables)
18671         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18672         (gnus-article-get-xrefs, gnus-summary-best-group)
18673         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18674         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18675         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18676         Use with-current-buffer.
18677
18678 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-summary-prepare-exit): Simplify logic.
18681         (spam-fetch-article-header): Read the article header if it's not
18682         available.
18683         (spam-list-articles): Simplify logic.
18684         (spam-filelist-register-routine): Fix bug with unregister-list.
18685
18686         * gnus-registry.el: Fix comments at beginning.
18687
18688 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18689
18690         * message.el (message-cater-to-broken-inn): Remove.
18691         (message-shorten-references): Make sure the total folded length of
18692         References is shorter than 998 characters to cater to a bug in INN
18693         2.3.  Also, don't pretend that references aren't folded -- this
18694         hasn't worked for a while.
18695
18696 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18697
18698         * gnus-agent.el (gnus-agentize):
18699         gnus-agent-send-mail-real-function no longer set to current value
18700         of message-send-mail-function but rather a lambda that calls
18701         message-send-mail-function.  The change makes the agent real-time
18702         responsive to user changes to message-send-mail-function.
18703
18704 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18705
18706         * legacy-gnus-agent.el
18707         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18708         help from Florian Weimer <fw@deneb.enyo.de>
18709
18710 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * nnmail.el (nnmail-cache-insert): Revert last change.
18713
18714 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * nnmail.el (nnmail-cache-insert): Always check whether
18717         nnmail-cache-ignore-groups matches a group name.
18718
18719 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18720
18721         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18722         (spam-find-spam, spam-log-processing-to-registry)
18723         (spam-log-registered-p, spam-log-unregistration-needed-p)
18724         (spam-log-undo-registration): Use gnus-message instead of
18725         gnus-error, none of these errors are fatal.
18726
18727         * gnus-registry.el (gnus-registry-clean-empty-function)
18728         (gnus-registry-clean-empty): Remove only empty entries without
18729         extra data.
18730
18731 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * spam-stat.el (spam-stat-buffer-change-to-spam)
18734         (spam-stat-buffer-change-to-non-spam): Change (error) to
18735         (gnus-message 8) invocation.
18736
18737 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * nntp.el (nntp-via-netcat-command): New variable.
18740         (nntp-via-netcat-switches): New variable.
18741         (nntp-open-via-rlogin-and-netcat): New function.
18742         (nntp-open-connection-function): Doc fix.
18743         (nntp-telnet-command): Doc fix.
18744         (nntp-end-of-line): Doc fix.
18745         (nntp-via-rlogin-command): Doc fix.
18746         (nntp-via-user-name): Doc fix.
18747         (nntp-via-address): Doc fix.
18748
18749 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18752         error in Emacs 21.1.
18753
18754 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18757
18758 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18759
18760         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18761         (gnus-agent-with-refreshed-group): New macro.
18762         (gnus-agent-rename-group): New function.
18763         (gnus-agent-delete-group): New function.
18764         (gnus-agent-save-group-info): Use gnus-command-method when
18765         `method' parameter is nil.  Don't write nil entries into the
18766         active file.
18767         (gnus-agent-get-group-info): New function.
18768         (gnus-agent-fetch-articles):
18769         Use gnus-agent-update-files-total-fetched-for to increment disk space
18770         used.
18771         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18772         Use gnus-agent-update-view-total-fetched-for to increment disk space
18773         used.
18774         (gnus-agent-get-local): Add optional parameters to avoid calling
18775         gnus-group-real-name and gnus-find-method-for-group.
18776         (gnus-agent-set-local): Delete stored entry if either min, or max,
18777         are nil.
18778         (gnus-agent-fetch-session): Reworded error/quit messages.
18779         On quit, use gnus-agent-regenerate-group to record existance of any
18780         articles fetched to disk before the quit occurred.
18781         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18782         gnus-agent-update-view-total-fetched-for, and
18783         gnus-agent-update-files-total-fetched-for to decrement disk space
18784         used.
18785         (gnus-agent-retrieve-headers):
18786         Use gnus-agent-update-view-total-fetched-for to increment disk space
18787         used.
18788         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18789         with gnus-agent-update-files-total-fetched-for to decrement disk
18790         space and fresh group buffer.
18791         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18792         (gnus-agent-need-update-total-fetched-for): New variable.
18793         (gnus-agent-update-files-total-fetched-for): New function.
18794         (gnus-agent-update-view-total-fetched-for): New function.
18795         (gnus-agent-total-fetched-for): New function.
18796
18797         * gnus-cache.el (gnus-cache-save-buffers):
18798         Use gnus-cache-update-overview-total-fetched-for to change disk space
18799         used by this group.
18800         (gnus-cache-possibly-enter-article):
18801         Use gnus-cache-update-file-total-fetched-for to increment disk space
18802         used by this group.
18803         (gnus-cache-possibly-remove-article):
18804         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18805         used by this group.
18806         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18807         (gnus-cache-rename-group): New function.
18808         (gnus-cache-delete-group): New function.
18809         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18810         (gnus-cache-need-update-total-fetched-for): New variable.
18811         (gnus-cache-with-refreshed-group): New macro.
18812         (gnus-cache-update-file-total-fetched-for): New function.
18813         (gnus-cache-update-overview-total-fetched-for): New function.
18814         (gnus-cache-rename-group-total-fetched-for): New function.
18815         (gnus-cache-delete-group-total-fetched-for): New function.
18816         (gnus-cache-total-fetched-for): New function.
18817
18818         * gnus-group.el: Require gnus-sum and autoload functions to
18819         resolve warnings when gnus-group.el compiled alone.
18820         (gnus-group-line-format): Documented new %F.
18821         (size of Fetched data) group line format; identifies disk space
18822         used by agent and cache.
18823         (gnus-group-line-format-alist): Defined new F format.
18824         (gnus-total-fetched-for): New function.
18825         (gnus-group-delete-group): No longer update
18826         gnus-cache-active-altered as gnus-request-delete-group now keeps
18827         the cache in sync.
18828         (gnus-group-list-active): Let the agent store a server's active
18829         list if currently plugged.
18830
18831         * gnus-int.el (gnus-request-delete-group):
18832         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18833         local disk in sync with the server.
18834         (gnus-request-rename-group):
18835         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18836         local disk in sync with the server.
18837
18838         * gnus-start.el (gnus-get-unread-articles):
18839         Cosmetic simplification to logic.
18840
18841         * gnus-util.el (gnus-rename-file): New function.
18842
18843 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18844
18845         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18846
18847 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18848
18849         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18850         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18851
18852 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18855         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18856
18857 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18858
18859         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18860
18861 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18862
18863         * spam.el (spam-set-difference): Add function to replace
18864         gnus-set-difference in spam.el.
18865         (spam-summary-prepare-exit): Use spam-set-difference.
18866
18867 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18868
18869         * gnus-registry.el (gnus-registry-cache-file): Update to use
18870         gnus-dribble-directory OR gnus-home-directory OR ~.
18871         (gnus-registry-split-fancy-with-parent): Fix doc.
18872
18873 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * message.el (message-exchange-point-and-mark):
18876         Use message-mark-active-p.  Suggested by Jesper Harder
18877         <harder@ifa.au.dk>.
18878
18879 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * message.el (message-exchange-point-and-mark): Don't activate
18882         region if it was inactive.  Suggested by Hiroshi Fujishima
18883         <pooh@nature.tsukuba.ac.jp>.
18884
18885 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * gnus-art.el (article-display-face): Display Faces in the same
18888         order as X-Faces.
18889
18890 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18893
18894 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18897         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18898         (gnus-article-mime-hierarchy): Remove.
18899         (gnus-article-mime-hierarchy-next): Remove.
18900         (gnus-article-mode): Revert 2004-03-19 change.
18901         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18902         (gnus-insert-mime-button): Revert 2004-03-19 change.
18903         (gnus-mime-accumulate-hierarchy): Remove.
18904         (gnus-mime-enter-multipart): Remove.
18905         (gnus-mime-leave-multipart): Remove.
18906         (gnus-mime-display-part): Revert 2004-03-19 change.
18907         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18908
18909         * mml.el (mml-preview): Revert 2004-03-19 change.
18910
18911 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18912
18913         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18914
18915 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18918         t while entering a file name using the mm-with-multibyte macro.
18919         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18920
18921         * mm-util.el (mm-with-multibyte): New macro.
18922
18923 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18926         New user option.
18927         (gnus-mime-multipart-functions): Doc and customization fix.
18928         (gnus-article-mime-hierarchy): New variable.
18929         (gnus-article-mime-hierarchy-next): New variable.
18930         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18931         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18932         gnus-article-mime-hierarchy-next to nil.
18933         (gnus-insert-mime-button): Show hierarchy numbers.
18934         (gnus-mime-accumulate-hierarchy): New function.
18935         (gnus-mime-enter-multipart): New function.
18936         (gnus-mime-leave-multipart): New function.
18937         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18938         (gnus-mime-display-alternative): Show hierarchy numbers.
18939
18940         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18941         gnus-article-mime-hierarchy-next to nil.
18942
18943 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18944
18945         * dns.el: Don't require gnus-xmas.
18946
18947 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18950         inline PGP.
18951         (mml-menu): Disable mml-quote-region if mark is inactive.
18952
18953 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18956         when the group's active is not available.
18957
18958 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18961         error.
18962
18963 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18964
18965         * imap.el (imap-store-password): New variable.
18966         (imap-interactive-login): Use it.
18967         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18968
18969 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18972         window-start and hscroll to summary window.
18973
18974 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18975
18976         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18977         conversion message to newsrc-dribble when an actual conversion is
18978         performed.
18979
18980 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18981
18982         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18983
18984 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * mm-decode.el (mm-complicated-handles): New function reviving
18987         former definition of mm-multiple-handles.
18988
18989         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18990         (gnus-mime-delete-part): Use it.
18991
18992 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18993
18994         * gnus-agent.el (gnus-agent-read-local):
18995         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18996         avoid the implicit assumption that they will always be equal.
18997         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18998         coding-system-for-write, as the with-temp-file macro first prints
18999         to a buffer then saves the buffer.
19000
19001 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * gnus-art.el (gnus-article-edit-part): New function.
19004         (gnus-mime-save-part-and-strip): Use it; do query instead of
19005         signaling an error; don't use mm-multiple-handles.
19006         (gnus-mime-delete-part): Ditto.
19007
19008 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19009
19010         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19011         old file versions.
19012         (gnus-group-prepare-hook): Remove function that converted list
19013         form of gnus-agent-expire-days to group properties.
19014
19015         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19016         (gnus-request-accept-article): Re-indented.
19017
19018         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19019         converters to handle old agent file formats.  Add logic for a
19020         "backup before upgrading warning".
19021         (gnus-convert-mark-converter-prompt): Developers can mark
19022         functions as needing (default), or not needing,
19023         gnus-convert-old-newsrc's "backup before upgrading warning".
19024         (gnus-convert-converter-needs-prompt): Tests whether the user
19025         should be protected from potentially irreversable changes by the
19026         function.
19027
19028         * legacy-gnus-agent.el: New.  Provides converters that are only
19029         loaded when gnus-convert-old-newsrc needs to call them.
19030
19031 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * mail-source.el (mail-source-touch-pop): Doc fix.
19034
19035         * message.el (message-smtpmail-send-it): Doc fix.
19036
19037 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19038
19039         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19040
19041         * nnmail.el (nnmail-split-fancy): do.
19042
19043         * gnus-kill.el (gnus-kill, gnus-execute): do.
19044
19045 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19046
19047         * gnus-sum.el (gnus-widget-reversible-match)
19048         (gnus-widget-reversible-to-internal)
19049         (gnus-widget-reversible-to-external): New functions.
19050         (gnus-widget-reversible): New widget.
19051         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19052
19053 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19054
19055         * gnus-sum.el (gnus-thread-sort-functions)
19056         (gnus-article-sort-functions): Document `(not F)' items.
19057
19058 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19059
19060         * spam.el (spam-use-gmane-xref): Add new backend.
19061         (spam-gmane-xref-spam-group): Add variable to control the name of the
19062         Gmane spam group.
19063         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19064         (spam-regex-headers-spam, spam-regex-headers-ham)
19065         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19066         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19067         backends and checks.
19068         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19069
19070         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19071         an autodetect method.
19072
19073 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19074
19075         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19076         articles are being added to a group.
19077         (gnus-request-replace-article): Inform the agent that articles
19078         need to be uncached as the cached contents are no longer valid.
19079
19080 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * binhex.el: Don't autoload executable-find.
19083
19084         * canlock.el: Don't autoload mail-fetch-field.
19085
19086         * dgnushack.el: Autoload c-mode for XEmacs.
19087
19088         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19089
19090         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19091         rmail-dont-reply-to and rmail-output.
19092
19093         * gnus-score.el: Don't autoload ffap-string-at-point.
19094
19095         * gnus-setup.el: Don't autoload sc-cite-original.
19096
19097         * imap.el: Don't autoload base64-decode-string,
19098         base64-encode-string and md5.
19099
19100         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19101         and rmail-msg-restore-non-pruned-header.
19102
19103         * mm-decode.el: Don't autoload executable-find.
19104
19105         * mm-url.el: Don't autoload executable-find.
19106
19107         * mm-view.el: Don't autoload diff-mode.
19108
19109         * nndb.el: Don't autoload news-reply-mode, news-setup,
19110         cancel-timer and telnet.
19111
19112         * password.el: Don't autoload run-at-time for Emacs.
19113
19114         * sha1-el.el: Don't autoload executable-find.
19115
19116         * sieve-mode.el: Don't autoload c-mode.
19117
19118         * uudecode.el: Don't autoload executable-find.
19119
19120 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19121
19122         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19123         (gnus-agent-possibly-alter-active): Avoid null in numeric
19124         comparison.
19125         (gnus-agent-set-local): Refuse to save null in local object table.
19126         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19127         list of articles that will be marked as unread.
19128
19129 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19132
19133 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19136         language tags.
19137
19138 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19139
19140         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19141         Don't bind "obarray".
19142
19143         * gnus-sum.el (gnus-thread-sort-functions):
19144         Add `gnus-thread-sort-by-most-recent-number' and
19145         `gnus-thread-sort-by-most-recent-date'.
19146         Reported by Kai Grossjohann <kai@emptydomain.de>.
19147
19148 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19151
19152 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19153
19154         * gnus-cus.el (gnus-agent-customize-category):
19155         Remove ignore-errors macro reference that required cl to be loaded at
19156         run-time.
19157
19158         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19159         single-interval range of the form (min . max).  Previously the
19160         range had to look like ((min . max)).  Likewise, return
19161         (min . max) rather than ((min . max)).
19162         (gnus-range-map): Use gnus-range-normalize to accept
19163         single-interval range.
19164
19165         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19166         the cache, but not the agent, now appear with their usual face.
19167
19168         * dgnushack.el (loaddir): New variable that is bound to the
19169         directory containing the dgnushack.el file. Use loaddir, rather
19170         than srcdir, to update load-path. Change lets dgnushack compile
19171         code in directories other than GNUS/lisp.
19172
19173 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19174
19175         * lpath.el: Don't bind w3m-safe-url-regexp.
19176
19177         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19178         w3m-safe-url-regexp variable buffer-local.
19179
19180         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19181
19182 2004-02-27  Simon Josefsson  <jas@extundo.com>
19183
19184         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19185         gnus-group-real-prefix.
19186         (gnus-summary-move-article): Use it, instead of
19187         gnus-group-real-prefix.
19188
19189 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * lpath.el: Bind w3m-safe-url-regexp.
19192
19193         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19194         w3m-safe-url-regexp variable buffer-local and set it as the value
19195         of mm-w3m-safe-url-regexp.
19196
19197         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19198
19199         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19200         parsing gnus-posting-styles when the message is not for replying.
19201
19202         * dgnushack.el: Autoload sgml-mode for XEmacs.
19203
19204         * nnrss.el (nnrss-opml-export):
19205         Use mm-set-buffer-file-coding-system instead of
19206         set-buffer-file-coding-system.
19207
19208 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19209
19210         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19211         of checkdoc.el).
19212         * nnrss.el: do.
19213         * gnus-mlspl.el: do.
19214         * gnus-ml.el: do.
19215         * gnus-srvr.el: do.
19216
19217         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19218
19219 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19220
19221         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19222         Corrections to custom-manual links.
19223
19224         * gnus-art.el (gnus-article): Ditto.
19225
19226         * mm-decode.el (mime-display, mime-security): Ditto.
19227
19228 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19229
19230         * flow-fill.el: Typo.
19231
19232 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19233
19234         * spam-wash.el: New file.
19235
19236 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19237
19238         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19239
19240 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19241
19242         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19243         to be run with new-articles as LIST1, not LIST2.
19244         (spam-registration-functions): Add spam-use-ham-copy as a nil
19245         registration backend.
19246
19247 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19248
19249         * spam-stat.el (spam-stat-washing-hook): New option.
19250         (spam-stat-buffer-words): Use it.
19251         (spam-stat-process-directory, spam-stat-test-directory):
19252         Use insert-file-contents-literally.
19253         (spam-stat-coding-system): New variable.
19254         (spam-stat-load, spam-stat-save): Use it.
19255
19256 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * spam-report.el (spam-report-plug-agent):
19259         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19260
19261 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19262
19263         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19264         Allow / in mailto URLs.
19265
19266 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * spam-report.el (spam-report-process-queue): Fix interactive use.
19269         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19270         (spam-report-unplug-agent): Doc fixes.
19271         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19272         (spam-report-agentize, spam-report-deagentize): Autoload.
19273
19274 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19277
19278         * message.el (message-setup-fill-variables): Add mml tags to
19279         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19280         <ajk@iu.edu>.
19281         (message-mode): Don't modify paragraph-separate there.
19282
19283 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * compface.el (uncompface-use-external): Default to undecided.
19286         (uncompface-use-external-threshold): New variable.
19287         (uncompface-float-time): New macro.
19288         (uncompface): Determine whether to use the external decoder if
19289         uncompface-use-external is undecided.
19290
19291 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19292
19293         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19294         after images.
19295
19296         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19297
19298 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19299
19300         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19301
19302         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19303
19304         * gnus-sum.el (gnus-summary-limit-to-age)
19305         (gnus-summary-limit-children): do.
19306
19307         * gnus-int.el (gnus-request-scan): do.
19308
19309         * gnus-group.el (gnus-group-suspend): do.
19310
19311         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19312
19313         * gnus-cite.el (gnus-cite-parse-attributions): do.
19314
19315         * gnus-agent.el (gnus-summary-set-agent-mark)
19316         (gnus-agent-regenerate-group): do.
19317
19318         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19319
19320         * binhex.el (binhex-decode-region-internal): do.
19321
19322 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * gnus-fun.el (gnus-face-properties-alist): New user option.
19325         (gnus-display-x-face-in-from): Use it.
19326
19327         * gnus-art.el (article-display-face): Ditto.
19328
19329         * compface.el (uncompface-use-external): Default to nil.
19330
19331 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19332
19333         * nntp.el (nntp-erase-buffer): New function.
19334         (nntp-retrieve-data, nntp-send-command)
19335         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19336         (nntp-possibly-change-group): Use it.
19337
19338         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19339         Use with-current-buffer.
19340
19341 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19342
19343         * compface.el: Merge the ELisp-based uncompface program.
19344         (compface): New customization group.
19345         (uncompface-use-external): New user option.
19346         (uncompface): Call uncompface-internal if uncompface-use-external
19347         is nil.
19348         (uncompface-internal): New function.  Note that there are also
19349         some other functions and variables added for this function.
19350
19351 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19352
19353         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19354         if necessary.
19355
19356 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19357
19358         * spam-report.el (spam-report-unplug-agent)
19359         (spam-report-plug-agent, spam-report-deagentize)
19360         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19361         Add support for the Agent in spam-report: when unplugged, report to a
19362         file; when plugged, submit all the requests.
19363
19364         * spam.el (spam-register-routine): Fix message about
19365         registration.
19366
19367 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19370         dependencies.
19371         (rfc2047-encode): Use it.
19372
19373         * gnus-art.el (gnus-button-marker-list): Move before first
19374         reference.
19375
19376         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19377         (imap-parse-body): Fix format string mismatch.
19378
19379         * gnus-score.el (gnus-summary-increase-score): do.
19380
19381         * nnrss.el (nnrss-close): New function.
19382
19383 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19384
19385         * nnrss.el (nnrss-make-filename): New function.
19386         (nnrss-request-delete-group, nnrss-read-server-data)
19387         (nnrss-save-server-data, nnrss-read-group-data)
19388         (nnrss-save-group-data): Use it.
19389         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19390         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19391         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19392
19393 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19394
19395         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19396
19397 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19398
19399         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19400         files.
19401
19402         * message.el (message-generate-headers-first): Don't quote nil
19403         and t in docstrings.
19404
19405         * imap.el (imap-id): do.
19406
19407         * gnus-agent.el (gnus-agent-consider-all-articles)
19408         (gnus-agent-queue-mail): do.
19409
19410 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * spam-report.el (spam-report-process-queue): New function.
19413         Process requests from `spam-report-requests-file'.
19414         (spam-report-process-queue): Doc fix.
19415
19416 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19417
19418         * spam.el (spam-register-routine)
19419         (spam-log-processing-to-registry, spam-log-registered-p)
19420         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19421         Change "check" to "spam-check" for semi-clarity.
19422
19423 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19424
19425         * pop3.el: Require nnheader.
19426
19427         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19428
19429         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19430
19431         * gnus-picon.el: Require cl.
19432
19433         * gnus-fun.el: Require gnus-ems and gnus-util.
19434
19435         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19436
19437         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19438
19439         * gnus-art.el (gnus-article-edit-mode): Define before first
19440         reference.
19441
19442 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19443
19444         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19445         (gnus-uu-post-encoded): Use point-at-bol.
19446
19447         * gnus-topic.el (gnus-group-active-topic-p): do.
19448
19449         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19450
19451         * gnus-group.el (gnus-group-kill-region): do.
19452
19453         * gnus-art.el (article-date-ut): do.
19454
19455         * message.el (message-fetch-field): Remove redundant
19456         case-fold-search binding.
19457         (message-narrow-to-field): Simplify.
19458
19459 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19460
19461         * spam.el (spam-directory): Derive from `gnus-directory'.
19462
19463         * spam-report.el (spam-report-url-to-file)
19464         (spam-report-requests-file): New function and variable for offline
19465         reporting.
19466         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19467         and user defined function.
19468         (spam-report-url-ping-mm-url): Remove doubled slash.
19469
19470 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19471
19472         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19473
19474 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19477         Fix format string mismatch.
19478
19479         * sieve.el (sieve-deactivate-all): do.
19480
19481         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19482
19483         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19484
19485         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19486
19487         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19488
19489 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19490
19491         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19492         the list of checks.
19493
19494 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19495
19496         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19497         padding.
19498
19499 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19500
19501         * mm-view.el (mm-fill-flowed): New variable.
19502         (mm-inline-text): Use it.
19503
19504 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19505
19506         * spam.el (spam-spamassassin-register-ham-routine)
19507         (spam-spamassassin-register-spam-routine): Fix function names.
19508
19509 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * gnus.el (gnus-tmp-grouplens): Remove.
19512         (gnus-summary-line-format): Remove grouplens.
19513
19514         * gnus-group.el (gnus-group-line-format): Ditto.
19515
19516         * gnus-spec.el (gnus-format-specs): Ditto.
19517         (gnus-update-format-specifications): Flush the group format spec
19518         cache if there's the grouplens stuff.
19519         (gnus-parse-simple-format): Replace %l with the empty string.
19520
19521 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19522
19523         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19524         omission.
19525
19526 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19529         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19530
19531 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19532
19533         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19534         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19535         New macros and functions.
19536         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19537         Handle > NLINK_MAX messages.
19538         * nnmaildir.el (nnmaildir-request-set-mark):
19539         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19540
19541 2004-01-25  Alex Schroeder  <alex@gnu.org>
19542
19543         * spam-stat.el (spam-stat-process-directory-age): New option.
19544         (spam-stat-process-directory): Use it.
19545
19546 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19547
19548         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19549         (spam-stat-save): Accept prefix argument.
19550
19551 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19552
19553         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19554         links" error.
19555
19556 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19559         the rest of the and/or forms.
19560
19561 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19562
19563         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19564         compatibility with old .newsrc.eld files.
19565
19566         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19567
19568         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19569
19570         * gnus-start.el (gnus-1): do.
19571
19572         * gnus-group.el (gnus-group-line-format-alist): do.
19573
19574         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19575
19576         * gnus-gl.el: Remove.
19577
19578 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19579
19580         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19581         marks consisting of a single range {for example, (3 . 5)} rather
19582         than a list of a single range { ((3 . 5)) }.
19583
19584 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19585
19586         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19587         Use with-current-buffer.
19588         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19589         avoid consing a string.
19590
19591         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19592         Remove obsolete entries for big5 and gb2312.
19593
19594 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19595
19596         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19597         uncompressed list.
19598
19599 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19600
19601         * spam-stat.el (spam-stat-strip-xref): New function.
19602         (spam-stat-process-directory): Use it.
19603
19604         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19605         here -- it's done in message-fetch-field.
19606
19607 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19608
19609         * gnus-agent.el (gnus-agent-queue-mail)
19610         (gnus-agent-prompt-send-queue): New variables.
19611         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19612         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19613         "nndraft:queue" along to gnus-draft-send.
19614         Use gnus-agent-prompt-send-queue.
19615         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19616         is "nndraft:queue".  Suggested by Gaute Strokkenes
19617         <gs234@srcf.ucam.org>
19618
19619         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19620         (agent-enable-undownloaded-faces): Add.
19621         (gnus-agent-cat-groups): Use eval-and-compile, not
19622         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19623         method of gnus-agent-cat-groups even when the buffer has been
19624         evaled.
19625         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19626         delete gnus-agent-save-active-1.
19627         (gnus-agent-save-groups): Delete.  Identical to
19628         gnus-agent-save-active.
19629         (gnus-agent-write-active): No longer adjust agent's copy of active
19630         file as agent's adjustments are now stored in their own
19631         file.  Remove optional parameter.
19632         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19633         servers.  Add use of min/max range limits from server's local
19634         file.
19635         (gnus-agent-save-alist): Remove unused optional argument.
19636         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19637         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19638         (gnus-agent-set-local): A per-server file that keeps min/max range
19639         limits for articles known to the agent.  Provides a fast mechanism
19640         for altering many active ranges.
19641         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19642         active file (local makes it unnecessary).
19643         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19644
19645         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19646         (agent-enable-undownloaded-faces): Add.
19647
19648         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19649         disable it when sending to "nndraft:queue".
19650         (gnus-group-send-queue): Add safety check to avoid sending queue
19651         when unplugged.
19652
19653         * gnus-group.el (gnus-group-catchup): Use new
19654         gnus-sequence-of-unread-articles, not
19655         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19656         numbers of articles.  Use gnus-range-map to avoid having to
19657         uncompress the unread list.
19658         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19659         Fix invalid ange-ftp reference.
19660
19661         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19662         (gnus-sorted-range-intersection): Intersection of two ranges
19663         without requiring that they first be uncompressed.
19664
19665         * gnus-start.el (gnus-activate-group): Unless blocked by the
19666         caller, possibly expand the active range to include both cached
19667         and agentized articles.
19668         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19669         multiple version-dependent converters.
19670         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19671         gnus-agent-save-active.
19672         (gnus-save-newsrc-file): Save dirty agent range limits.
19673
19674         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19675         gnus-agent-possibly-alter-active.
19676         (gnus-adjust-marked-articles): Faster handling of simple lists.
19677
19678 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * spam-stat.el (spam-stat-test-directory): New optional argument
19681         displays a list of files detected.  Suggested by Andrew Cohen
19682         <cohen@andy.bu.edu>.
19683         (spam-stat-buffer-words-with-scores): Don't narrow and change
19684         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19685
19686 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19687
19688         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19689         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19690         (spam-spamassassin-arguments)
19691         (spam-spamassassin-spam-flag-header)
19692         (spam-spamassassin-positive-spam-flag-header)
19693         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19694         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19695         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19696         (spam-list-of-processors, spam-list-of-checks)
19697         (spam-list-of-statistical-checks, spam-registration-functions)
19698         (spam-check-spamassassin-headers, spam-check-spamassassin)
19699         (spam-spamassassin-score)
19700         (spam-spamassassin-register-with-sa-learn)
19701         (spam-spamassassin-register-spam-routine)
19702         (spam-spamassassin-register-ham-routine)
19703         (spam-assassin-register-spam-routine)
19704         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19705         (spam-bogofilter-score): Fix to show article before scoring.
19706
19707 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19708
19709         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19710         default scoring function.
19711         (spam-generic-score): Call spam-spamassassin-score if
19712         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19713         spam-bogofilter-score otherwise.
19714
19715         * gnus.el (spam-process, spam-autodetect-methods):
19716         Add spamassassin and spamassassin-headers.
19717
19718 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19719
19720         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19721         Suppress unnecessary messages.
19722
19723 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19726         make-hash-table.
19727
19728 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * canlock.el (base64-encode-string): Don't autoload it.
19731
19732 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * run-at-time.el: Remove useless (require 'itimer),
19735         eval-and-compile and (featurep 'xemacs).
19736
19737 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19740         GROUP is a virtual group.
19741
19742 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19743
19744         * gnus.el: Autoload `message-y-or-n-p'.
19745
19746 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * pgg-parse.el: Remove unnecessary (require 'custom).
19749
19750         * pgg-def.el: do.
19751
19752         * nnmail.el: do.
19753
19754         * gnus-undo.el: do.
19755
19756         * gnus-picon.el: do.
19757
19758         * gnus-util.el: do.
19759
19760 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19763
19764 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19767         handle, as well as a list.
19768
19769         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19770         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19771         (mm-w3m-cid-retrieve): Simplify.
19772
19773 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19774
19775         * message.el (message-kill-to-signature): Allow prefix arg to
19776         specify number of lines to keep before signature.
19777
19778 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19779
19780         * message.el (message-kill-to-signature): Change docstring.
19781
19782 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * canlock.el: Always require sha1-el.
19785         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19786
19787         * message.el: Autoload sha1 only when compiling.
19788
19789         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19790         eudc-expand-inline for XEmacs.
19791
19792 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * message.el (message-canlock-generate): Require sha1-el.
19795
19796 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19797
19798         * message.el (message-expand-name): Silence the byte compiler.
19799
19800         * lpath.el: Add detect-coding-system.
19801
19802         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19803         cus-edit.
19804
19805 2004-01-13  Simon Josefsson  <jas@extundo.com>
19806
19807         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19808         Invoke gnus-score-mode.
19809         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19810
19811         * gnus-range.el (gnus-compress-sequence): Doc fix.
19812         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19813
19814 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19815
19816         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19817
19818 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19819
19820         * spam.el (spam-get-article-as-string): Update to use
19821         gnus-request-article-this-buffer, much simpler.
19822         (spam-get-article-as-buffer): Remove.
19823
19824 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19825
19826         * message.el (message-expand-name): Use EUDC if the user uses that.
19827
19828 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19831         character for the encoding to avoid consing a string.
19832
19833         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19834         unnecessarily.
19835
19836         * mm-util.el (mm-replace-chars-in-string): Remove.
19837
19838         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19839         of mm-replace-chars-in-string.
19840
19841 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19842
19843         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19844
19845         * mm-util.el (mm-subst-char-in-string): Support inplace.
19846
19847         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19848         a new string in every iteration.  Use shy groups.
19849
19850 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19851
19852         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19853         * gnus-soup.el (gnus-soup-group-brew):
19854         * gnus-msg.el (gnus-put-message):
19855         * gnus-move.el (gnus-group-move-group-to-server):
19856         * gnus-kill.el (gnus-batch-score):
19857         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19858         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19859         (gnus-group-update-group, gnus-group-read-group)
19860         (gnus-group-make-group, gnus-group-make-help-group)
19861         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19862         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19863         (gnus-group-sort-by-unread, gnus-group-catchup)
19864         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19865         (gnus-group-yank-group, gnus-group-set-info)
19866         (gnus-group-list-groups):
19867         * gnus.el (gnus-generate-new-group-name):
19868         * gnus-delay.el (gnus-delay-send-queue):
19869         * nnvirtual.el (nnvirtual-catchup-group):
19870         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19871         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19872         (gnus-group-prepare-topics, gnus-topic-check-topology):
19873         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19874         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19875         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19876         (gnus-group-make-articles-read):
19877         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19878         (gnus-group-change-level, gnus-kill-newsgroup)
19879         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19880         (gnus-get-unread-articles, gnus-make-articles-unread)
19881         (gnus-make-ascending-articles-unread): Use accessor
19882         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19883         to get group information for improved readability.
19884
19885
19886 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19887
19888         * gnus-art.el (article-decode-mime-words, article-babel)
19889         (gnus-article-highlight-signature, gnus-article-add-buttons)
19890         (gnus-signature-toggle): Use gnus-with-article-buffer.
19891
19892         * gnus-art.el (gnus-article-highlight-headers)
19893         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19894
19895         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19896         (gnus-article-set-globals, gnus-request-article-this-buffer)
19897         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19898         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19899         (gnus-mime-display-alternative): Use with-current-buffer.
19900
19901 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19904         also under 80 char limit, and call gnus-error if needed.
19905         (spam-fetch-article-header): Fix - it was a
19906         buffer-local variable (gnus-newsgroup-data).
19907         (spam-find-spam): Use spam-generate-fake-headers, forget about
19908         spam-insert-fake-headers.
19909         (spam-insert-fake-headers): Remove.
19910
19911 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19912
19913         * deuglify.el (gnus-article-outlook-unwrap-lines)
19914         (gnus-outlook-rearrange-article)
19915         (gnus-outlook-repair-attribution-outlook)
19916         (gnus-outlook-repair-attribution-block)
19917         (gnus-outlook-repair-attribution-other): Remove redundant
19918         save-excursion.
19919
19920 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19921
19922         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19923         (spam-fetch-field-subject-fast)
19924         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19925         (spam-fetch-article-header): Add functions to deal with Gnus
19926         internals for fast retrieval of article header data.
19927         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19928
19929 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19930
19931         * pop3.el (pop3-md5): Remove.
19932         (pop3-apop): Replace pop3-md5 with md5.
19933
19934         * mm-bodies.el: base64 is always built-in.
19935
19936         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19937         Use with-current-buffer.
19938
19939 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * canlock.el (canlock-insert-header): Remove excessive grouping in
19942         regexp.
19943
19944         * gnus-sum.el (gnus-summary-read-document): Ditto.
19945
19946         * gnus-uu.el (gnus-uu-part-number): Ditto.
19947
19948         * html2text.el (html2text-remove-tags): Ditto.
19949         (html2text-format-tags): Ditto.
19950         (html2text-format-single-elements): Ditto.
19951
19952         * mml.el (mml-parse-1): Ditto.
19953
19954 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19955
19956         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19957
19958         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19959
19960         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19961
19962         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19963
19964 2003-11-15  Simon Josefsson  <jas@extundo.com>
19965
19966         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19967         (pgg-gpg-lookup-key): Use regexp match instead of
19968         split-string (split-string is different between emacs 21.2 and
19969         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19970
19971 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19972
19973         * gnus-art.el (gnus-mime-view-all-parts)
19974         (gnus-article-part-wrapper, gnus-article-view-part):
19975         Use with-current-buffer.
19976
19977 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19978
19979         * spam.el (spam-disable-spam-split-during-ham-respool)
19980         (spam-spamoracle-database, spam-cache-lookups)
19981         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19982         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19983         (spam-group-ham-marks, spam-group-spam-marks)
19984         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19985         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19986         also add spam-use-blackholes to the statistical checks.
19987         (spam-fetch-field-fast): Add interface to fetching fields, may
19988         become a macro.
19989         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19990         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19991         (spam-insert-fake-headers): Fake an article when needed.
19992         (spam-find-spam): Fake article when possible.
19993         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19994         (spam-check-bogofilter-headers): Use message-fetch-field instead
19995         of nnmail-fetch-field.
19996
19997 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19998
19999         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20000
20001 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20002
20003         * spam.el (spam-split): Do not require spam-use-CHECK to be
20004         enabled if that check is passed to spam-split explicitly; also
20005         fix so 'spam doesn't get converted to spam-split-group when
20006         spam-split-symbolic-return is t.
20007         (spam-find-spam): Find registrations of the article and use those
20008         instead of re-running spam-split to find the spam/ham
20009         classification of the article.
20010         (spam-log-processing-to-registry, spam-log-registered-p)
20011         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20012         Use gnus-error instead of gnus-message.
20013         (spam-log-registration-type): Add function to determine the
20014         classification of a message based on registry entries; will
20015         return nil if both 'spam and 'ham are found.
20016         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20017         a reasonably fast local cache without the loading errors.
20018         (spam-cache-lookups): Set to t by default.
20019         (spam-find-spam): Don't try to guess spam-cache-lookups.
20020         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20021         spam-caches entry.
20022         (spam-filelist-build-cache, spam-filelist-check-cache):
20023         Fix caching of whitelist/blacklist entries.
20024         (spam-check-whitelist, spam-check-blacklist):
20025         Invoke spam-from-listed-p with a type, not a cache variable.
20026         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20027
20028 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20029
20030         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20031
20032         * nnmail.el (nnmail-split-fancy): do.
20033
20034         * mml.el (mml-parse): do.
20035
20036         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20037         (gnus-score-adaptive): do.
20038
20039 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20042         (gnus-mime-button-map): Don't set keymap parent.
20043         (gnus-button-ctan-directory-regexp): Use shy grouping.
20044         (gnus-prev-page-map): Don't set keymap parent.
20045         (gnus-prev-page-map): Remove duplicated one.
20046         (gnus-next-page-map): Don't set keymap parent.
20047         (gnus-mime-security-button-map): Ditto.
20048
20049         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20050         version number.
20051
20052         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20053
20054 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * canlock.el (canlock-sha1-function): Remove.
20057         (canlock-sha1-function-for-verify): Remove.
20058         (canlock-openssl-program): Remove.
20059         (canlock-openssl-args): Remove.
20060         (canlock-ignore-errors): Remove.
20061         (canlock-sha1-with-openssl): Remove.
20062         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20063         (canlock-verify): Don't use canlock-ignore-errors.
20064
20065         * sha1-el.el (sha1-string-external): Make it can return a string
20066         in binary form.
20067         (sha1-region-external): Ditto.
20068         (sha1-string-internal): Ditto.
20069         (sha1-region-internal): Ditto.
20070         (sha1-region): Ditto.
20071         (sha1-string): Ditto.
20072         (sha1): Ditto.
20073
20074 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20075
20076         * spam.el (spam-report-articles-gmane): New command.
20077
20078 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20081
20082         * run-at-time.el (run-at-time-saved): Remove.
20083         (run-at-time): Doc fix.
20084
20085 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20086
20087         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20088         (gnus-summary-limit-map): Add it.
20089         (gnus-summary-make-menu-bar): do.
20090
20091 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20092
20093         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20094         Make attempt at some caching support (done for BBDB only now).
20095         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20096         addresses to be checked.
20097         (spam-clear-cache-BBDB): Add function, to be invoked by
20098         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20099         (spam-check-BBDB): Check and use the caches, if
20100         spam-cache-lookups is on, remove superfluous (provide).
20101
20102 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20103
20104         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20105
20106 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20107
20108         * run-at-time.el (run-at-time-saved): Move to after the definition
20109         of `run-at-time'.
20110
20111         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20112
20113 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20116         mm-w3m-local-map-property.
20117
20118         * mm-view.el (mm-w3m-mode-map): Remove.
20119         (mm-w3m-local-map-property): Remove.
20120         (mm-inline-text-html-render-with-w3m): Don't use
20121         mm-w3m-local-map-property.
20122
20123 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20124
20125         * run-at-time.el: New file.
20126
20127         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20128         under Emacs.
20129
20130         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20131         of gnus-set-text-properties.
20132
20133         * gnus-uu.el (gnus-uu-save-article): Ditto.
20134
20135         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20136
20137         * gnus-cite.el (gnus-cite-parse): Ditto.
20138
20139         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20140         of gnus-.
20141
20142         * gnus-xmas.el (run-at-time): Require run-at-time.
20143
20144         * gnus.el: Change calls to nnheader-run-at-time and
20145         password-run-at-time throughout to use run-at-time directly.
20146
20147         * password.el: Remove definition of run-at-time.
20148
20149         * nnheaderxm.el: Remove definition of run-at-time.
20150
20151 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20152
20153         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20154         in prompt.
20155
20156 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20157
20158         * messagexmas.el (message-xmas-redefine): Alias
20159         `message-make-caesar-translation-table' to
20160         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20161         version.
20162
20163         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20164         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20165         `gnus-xmas-set-text-properties'.
20166         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20167         `gnus-xmas-completing-read'.
20168         (gnus-xmas-completing-read): Removed.
20169         (gnus-xmas-open-network-stream): Removed.
20170
20171         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20172         XEmacs version.
20173
20174         * dns.el (dns-make-network-process): Use `open-network-stream'
20175         instead of `gnus-xmas-open-network-stream'.
20176
20177         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20178
20179         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20180
20181 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20182
20183         * gnus-art.el (gnus-mime-display-alternative)
20184         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20185         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20186         Don't use gnus-local-map-property.
20187
20188         * gnus-util.el (gnus-local-map-property): Remove.
20189
20190         * mm-view.el (mm-view-pkcs7-decrypt):
20191         Replace gnus-completing-read-maybe-default with completing-read.
20192
20193         * gnus-util.el (gnus-completing-read): do.
20194         (gnus-completing-read-maybe-default): Remove.
20195
20196 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20197
20198         * password.el: Only autoload `run-at-time' if not XEmacs.
20199         Only autoload the itimer functions if XEmacs.
20200
20201 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20204         XEmacsen.
20205
20206         * dgnushack.el: Autoload executable-find for XEmacs.
20207
20208 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20209
20210         * gnus-art.el (gnus-read-string): Remove.
20211         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20212         read-string.
20213
20214 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20215
20216         * netrc.el: Autoload password-read.
20217         (netrc): Add configuration group.
20218         (netrc-encoding-method, netrc-openssl-path):
20219         Add variables for encoding and decoding of files with symmetric
20220         ciphers.
20221         (netrc-encode): Add assistant function to encode a file with
20222         netrc-encoding-method.
20223         (netrc-parse): Add interactive parameter, added optional
20224         decoding if netrc-encoding-method is non-nil but otherwise
20225         behavior is standard.
20226         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20227         Do s/encode/encrypt/ everywhere.
20228
20229         * spam.el: Remove executable-find autoload.
20230
20231 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20232
20233         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20234
20235         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20236
20237 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20238
20239         * gnus-art.el (gnus-treat-ansi-sequences)
20240         (article-treat-ansi-sequences): New variable and function.
20241         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20242
20243         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20244         Use it.
20245
20246 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20247
20248         * mm-util.el (mm-quote-arg): Remove.
20249
20250         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20251         shell-quote-argument.
20252
20253         * gnus-uu.el (gnus-uu-command): do.
20254
20255         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20256
20257         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20258         with make-char.
20259
20260         * mm-util.el (mm-make-char): Remove.
20261
20262         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20263         add-minor-mode.
20264
20265         * gnus-undo.el (gnus-undo-mode): do.
20266
20267         * gnus-topic.el (gnus-topic-mode): do.
20268
20269         * gnus-sum.el (gnus-dead-summary-mode): do.
20270
20271         * gnus-start.el (gnus-slave-mode): do.
20272
20273         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20274
20275         * gnus-ml.el (gnus-mailing-list-mode): do.
20276
20277         * gnus-gl.el (gnus-grouplens-mode): do.
20278
20279         * gnus-draft.el (gnus-draft-mode): do.
20280
20281         * gnus-dired.el (gnus-dired-mode): do.
20282
20283         * gnus-ems.el (gnus-add-minor-mode): Remove.
20284
20285         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20286         Replace gnus-char-width with char-width.
20287
20288         * gnus-ems.el (gnus-char-width): Remove.
20289
20290         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20291         Replace gnus-char-width with char-width.
20292
20293         * gnus-ems.el (gnus-char-width): Remove.
20294
20295         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20296         definition.
20297         Remove Emacs 20 hash table compatibility code.
20298
20299         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20300         20 compatibility code.
20301
20302         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20303
20304         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20305
20306         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20307         Replace with point-at-{eol,bol}.
20308
20309         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20310
20311         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20312
20313         * flow-fill.el (fill-flowed-point-at-bol)
20314         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20315
20316         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20317         Replace with point-at-{eol,bol} throughout all files.
20318
20319 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20320
20321         * ntlm.el (ntlm-string-as-unibyte): New macro.
20322         (ntlm-build-auth-response): Use it.
20323
20324         Remove Emacs 20 stuff:
20325         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20326         (butlast, mapc, remove): Remove the compiler macros.
20327         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20328         of delq and copy-sequence.
20329         * gnus-art.el (popup-menu): Remove the compiler macro.
20330         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20331         Emacs 20.
20332
20333 2004-01-05  Simon Josefsson  <jas@extundo.com>
20334
20335         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20336         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20337         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20338         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20339         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20340         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20341         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20342         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20343         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20344         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20345         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20346         string-xor into ntlm-string-xor.
20347         Suggested by Jesper Harder <harder@myrealbox.com>.
20348
20349         * ntlm.el: Don't include poem.
20350
20351         * md4.el (print-int32, print-string-hexa): Remove.
20352         Suggested by Jesper Harder <harder@myrealbox.com>.
20353
20354         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20355
20356         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20357         probably breaks emacs with DL patch, but do we care? Is anyone
20358         still using the DL stuff?)
20359
20360         * sieve-manage.el: Use the password package.
20361         (sieve-manage-read-passwd): Remove.
20362         (sieve-manage-interactive-login): Use password.  Re-add
20363         condition-case around loop.
20364
20365         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20366         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20367         Use the password package.
20368
20369 2003-02-19  Simon Josefsson  <jas@extundo.com>
20370
20371         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20372         token.
20373
20374 2002-08-07  Simon Josefsson  <jas@extundo.com>
20375
20376         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20377         (sieve-manage-authenticators):
20378         (sieve-manage-authenticator-alist): Add some SASL mechs.
20379         (sieve-sasl-auth): New function.
20380         (sieve-manage-cram-md5-auth):
20381         (sieve-manage-plain-auth): Rewrite using SASL library.
20382         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20383         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20384         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20385         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20386
20387 2004-01-05  Simon Josefsson  <jas@extundo.com>
20388
20389         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20390         New files.
20391
20392 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393
20394         * gnus-group.el (gnus-no-groups-message): Update.
20395
20396         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20397
20398 2003-11-09  Simon Josefsson  <jas@extundo.com>
20399
20400         * imap.el: Support for ID IMAP extension (RFC 2971).
20401         (imap-local-variables): Add imap-id.
20402         (imap-id): New variable.
20403         (imap-id): New function.
20404         (imap-parse-response): Parse untagged ID response.
20405         * nnimap.el (nnimap-id): New variable.
20406         (nnimap-open-connection): Use it.
20407
20408 2003-12-28  Simon Josefsson  <jas@extundo.com>
20409
20410         * gnus-score.el (gnus-score-edit-all-score): New.
20411         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20412
20413 2004-01-04  Simon Josefsson  <jas@extundo.com>
20414
20415         * password.el: Add.
20416
20417 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20418
20419         * dns.el (dns-query-types): Fix typo.
20420         (dns-query-types): New function.
20421         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20422         PTR and SOA replies, see RFC 1035.
20423
20424 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425
20426         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20427
20428         * Move to Changelog.2.
20429
20430 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20431
20432         * gnus.el (gnus-version-number): Bump version.
20433
20434 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20435
20436         * gnus.el: No Gnus v0.1 is released.
20437
20438 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20439
20440         * gnus.el: No Gnus v0.0 is released.
20441
20442 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20443
20444         * gnus.el (gnus-version-number): Bump.
20445         (gnus-version): No.
20446
20447 See ChangeLog.2 for earlier changes.
20448
20449   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20450
20451   This file is part of GNU Emacs.
20452
20453   GNU Emacs is free software: you can redistribute it and/or modify
20454   it under the terms of the GNU General Public License as published by
20455   the Free Software Foundation, either version 3 of the License, or
20456   (at your option) any later version.
20457
20458   GNU Emacs is distributed in the hope that it will be useful,
20459   but WITHOUT ANY WARRANTY; without even the implied warranty of
20460   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20461   GNU General Public License for more details.
20462
20463   You should have received a copy of the GNU General Public License
20464   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20465
20466 ;; Local Variables:
20467 ;; coding: utf-8
20468 ;; fill-column: 79
20469 ;; add-log-time-zone-rule: t
20470 ;; End: